@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: 0;
  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: #ae9a63;
  font-weight: 700;
  font-size: 20px;
}

.navi_footer span {
  margin: 0 10px;
}

.navi_footer a {
  color: #7f7f7f;
}

.navi_footer a:last-of-type i{
  animation: heartbeat 1.2s infinite;
}

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

.menu .logo-res {
  width: 180px;
  margin-top: 20px;
  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: #ae9a63;
  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 #ae9a63 !important;
}

/* Einde Navigatie */

/* Responsive Navigatie */

/* Einde Responsive Navigatie*/

.uptop {
  position: fixed;
  z-index: 10;
  color: #000 !important;
  right: -100px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7fc;
  transition: all 1s;
  overflow: hidden;
  border-radius: 4px;
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #C99D3E;
  transition: all 1s;
}

.uptop i {
  z-index: 2;
}


/* 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: #ae9a63;
  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: #ae9a63;
}

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

/* Einde Home Intro */

/* Home Stappen */

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

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

.vak_blokken>div:first-of-type {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}

.vak_blokken .slick-list {
  margin-bottom: 60px;
}

.vak_blokken .slick-slide {
  padding: 50px 10px;
  transition: all 2s;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  cursor: pointer;
  min-height: 14em;
  margin: 10px;
  text-align: center;
  align-content: center;
  
}





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


.home_stappen_home article{
  height: 400px;
}

.home_stappen article, .pub_blokken article {
  width: 30.33%;
  padding:  100px 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%;
}

.pub_blokken article {
  text-align: center;
}

.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 #ae9a6317;
}

.home_stappen article:hover, .digi-blokken div div:hover, .diensten_blokken article a:hover, .vak_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, .vak_blokken article i, .pub_blokken article i{
  font-size: 2.3em;
  color: #ae9a63;
}

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

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

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

.home_stappen article div, .diensten_blokken article div, .vak_blokken article div, .pub_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: #ae9a63;
  color: #ae9a63;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #ae9a63;
  -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%, #ae9a63 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: #ae9a63;
  padding-bottom: 10px;
  border-bottom: 1px solid #ae9a63;
  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, .vak_blokken>div .slick-dots {
  width: 100%;
  display: block;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

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

.team-content .slick-dots .slick-active, .vak_blokken>div .slick-dots .slick-active {
  background-color: #353535;
}

.team-content .slick-dots li button, .vak_blokken>div .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-title {
  width: 75%;
  margin: auto;
  color: #ae9a63;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.7em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ae9a63;
}

.team-detail .descr {
  width: 75%;
  margin: auto;
  border: 1px solid #ae9a638e;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 60px;
}

.vak-detail .descr, .pub-detail .descr {
  padding: 30px;
}

.pub-detail_klein{
  display: none;
  width: 50%;
  margin: auto;
  border: 5px solid #f7fafd;
  padding: 50px;
  margin-bottom: 60px;
  transform: translateY(-80px);
  background-color: #fff;
  z-index: -1;
}

.vak-detail, .pub-detail  {
  width: 50%;
  margin: auto;
  border: 5px solid #f7fafd;
  padding: 50px;
  margin-bottom: 60px;
  transform: translateY(-80px);
  background-color: #fff;
  z-index: -1;
}

.vak-detail h2, .pub-detail h2 {
  color: #ae9a63;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.7em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ae9a63;
}

.pub-detail_klein h2{
  color: #ae9a63;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.7em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ae9a63;
}

.vak-detail h3, .pub-detail h3 {
  color: #ae9a63;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.pub-detail_klein h3{
  color: #ae9a63;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.vak-detail ul, .pub-detail ul {
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 15px;
}

.pub-detail_klein ul{
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 15px;
}

.vak-detail , .pub-detail li {
  line-height: 160%;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.pub-detail_klein li{
  line-height: 160%;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #000;
}

.team-detail .descr p {
  margin-bottom: 10px;
  line-height: 160%;
}

.team-info {
  margin-top: 1em;
  border-radius: 5px;
  min-height: 8em;
  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, .vak_blokken>div .slick-dots {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.team-content .slick-dots li, .vak_blokken>div .slick-dots li {
	width: 13px;
	height: 13px;
	cursor: pointer;
  background-color: #ae9a6328;
  border: 1px solid #ae9a63;
  border-radius: 200px;
  margin: 0 5px;
}

.team-content .slick-dots button, .vak_blokken>div .slick-dots button {
	display: none;
}

.team-content .slick-dots .slick-active, .vak_blokken>div .slick-dots .slick-active {
	background-color: #ae9a63;
}

.team-content .slick-arrow {
	position: absolute;
	left: 15px;
	top: 95%;
	z-index: 3;
	font-size: 1.4em;
	color: #ae9a63;
	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;

}

.vak_blokken>div .slick-arrow {
  position: absolute;
  left: -10%;
  top: 50%;
  z-index: 3;
  font-size: 1.4em;
  color: #ae9a63;
  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;
}

.vak_blokken>div .slick-next {
  right: -10%;
  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: #ae9a63;
  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 #ae9a63;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: #ae9a63;
  transition: all .8s ease;
  margin-top: 10px;
  font-size: 1em;
}

.vragen article div a:hover {
  background-color: #ae9a63;
  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: #ae9a63;
}

.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: #ae9a63;
}

/* Einde nuttige info*/


/* GDPR */

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

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

#content-container h3 {
  background: #ae9a63;
  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: #ae9a63;
  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 */

/* Cookie Melding */
.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies > img {
  width: 50px;
}

.plenso_cookies > div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
}

.plenso_cookies > div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies > a {
  background-color: #ae9a63;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies > a:hover {
  transform: scale(1.1);
}

/* Einde cookiemelding */


/* 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 */



/* 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: #ae9a63;
} 


.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 */

/* Contact */

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

.locaties {
  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;
  max-width: 1200px;
  transform: translateY(-20%);
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.locaties button {
  background-color: transparent;
  color: #ae9a63;
  border: 2px solid #ae9a63;
  transition: all .3s;
  font-family: 'effra', serif;
  padding: 7px 20px;
  font-family: Poppins,sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}

.loc-active {
  background-color: #ae9a63 !important;
  color: #fff !important;
}

.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;
  max-width: 1200px;
  transform: translateY(-20%);
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.contact_info h2 {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ae9a63;
}

.contact_info p {
  color: #4C4C4C;
  font-size: 1.1em;
  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 {
  background-color: #F9F9F9;
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  flex-wrap: wrap;
}

.gegevens {
  width: 28%;
  margin-left: 2%;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.gegevens img {
  width: 100%;
  margin: 0 auto;
  display: none;

}

.gegevens>div {
  padding: 25px;
}

.gegevens div h2 {
  color: #ae9a63;
  font-size: 1.7em;
  margin-bottom: 15px;
  font-weight: 700;
}

.gegevens div div {
  font-size: 1em;
  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;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.contact_form, .complaint_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hideField {
  display: block;
}

.complaint_form {
  display: none;
}

#NaamInput {
  width: 49%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=text], 
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
  width: 100%;
  border: none;
  font-size: 1.1em;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px;
  color: rgb(110,110,110);
  margin-bottom: 20px;
  font-family: 'Poppins', serif;
}

.contact_form input[type=text]:focus, 
.contact_form input[type=email]:focus,
.contact_form textarea:focus{
  border-bottom: 2px solid #ae9a63;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 12px 10px;
  color: rgb(110,110,110);
  margin-bottom: 20px;
  font-size: 1.1em;
  height: 200px;
  font-family: 'Poppins', serif;
}

.contact_form input[type=submit],
.complaint_form input[type=submit]  {
  background-color: #ae9a63;
  border: 2px solid #ae9a63;
  transition: all .3s;
  font-family: 'Poppins', serif;
  padding: 7px 20px;
  color: #fff;
  font-family: Poppins,sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 20px;
}

.bericht {
  width: 100%;
  border: none;
  background-color: #F4F4F4;
  border-radius: 20px;
  margin-bottom: 35px;
  font-weight: 700;
  padding: 12px 20px;
  color: rgb(110,110,110);
  height: 100px;
  font-family: 'effra', serif;
}

.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled{
  opacity: 0.5;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
  background-color: #ae9a63;
  color: white;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
  background-color: transparent;
  color: #ae9a63;
}

#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 */



/* 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: #ae9a63;
  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: #ae9a63;
  font-weight: 700;
}


.woontypes_tekst {
  line-height: 150%;
  font-size: 17px;
  color: #ae9a63;
  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 #ae9a63;
}

.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: #ae9a63;
}

.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: #ae9a63;
  margin-bottom: 1em;
}

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

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

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

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

.bevestiging a:hover {
  color: #ae9a63;
  background-color: transparent;
}

/* 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 #ae9a63;
  padding: 50px 40px;
}

.content_split_right h2 {
  font-size: 35px;
  color: #ae9a63;
  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: #ae9a63;
  max-width: 275px;
  margin-bottom: 30px;
}

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

.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: #ae9a63;
  margin-bottom: 20px;
}

.op_de_hoogte h3 {
  color: #ae9a63;
  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: #ae9a63;
  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: #ae9a63;
  color: white;
  border: none;
}

/* Einde op_de_hoogte */


/* Upscroll */

.gototop {
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: -100px;
  bottom: 40px;
  color: #373a3c93;
  font-size: 1em;  
  opacity: .8;
  cursor: pointer;
  transition: all .3s;
  border-radius: 200;
  border: none;
  background-color: #fff !important;
  transition: all 1s ease;
  box-shadow: #373A3C 0px 5px 15px;
}

.gototop:hover {
  transform: translateY(-10px);
}

/* Einde upscroll */


/* Footer */

.slogan {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: #a08b5667;
  padding: 6rem 0;
  padding-bottom: 4rem;
  line-height: 120%;  
  width: 80%;
  margin: auto;
}

.slogan strong {
  color: #a08b56ad;
}


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: #ae9a63;
  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: #ae9a63;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}

.split_footer>div div {
  color: #ae9a63;
  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: #ae9a63;
  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: #ae9a63;
} 

.split_footer form textarea {
  width: 100%;
  border: none;
  font-family: Poppins, sans-serif;
  color: #ae9a63;
  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: #ae9a63;
  line-height: 170%;
}

.inner_footer a {
  color: #ae9a63;
  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: #ae9a63;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.disclaimer a {
  color: #fff;
}

.disclaimer span{
  margin: 0 5px;
}

.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 i{
  animation: heartbeat 1.2s infinite;
}

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

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

/* 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;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.page_header_home{
  margin-top: 0;
}

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

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

.page_header>h1 {
  color: #ae9a63;
  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: #ae9a63;
  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: #ae9a63;
  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 */



/* 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;
  }

}

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

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

  .team-title, .team-detail .descr {
    width: 96%;
  }

  .contact_form_holder {
    width: 100%;
  }

  .gegevens {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .vak-detail, .pub-detail {
    width: 80%;
  }

  .pub-detail_klein{
    width: 80%;
  }

  .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: 1160px){
  .slogan {
    font-size: 4.2rem;
    padding: 6rem 1rem;  
  }
}

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

  

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


}



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

  .slogan {
    font-size: 3.5rem;
    padding: 6rem 2rem;  
  }

  .navigatie .logo {
    width: 170px;
  }
  .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;
  }

}

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


@media screen and (max-width: 900px){
  #dasmap {
    height: 400px;
  }
  .vak_blokken>div:first-of-type, .pub_blokken>div:first-of-type {
    max-width: 70%;
  }

  .vak_blokken .slick-list {
    margin-bottom: 0;
  }

  .vak_blokken>div .slick-arrow {
    left: -20%;
  }

  .vak_blokken>div .slick-next {
    right: -20%;
    left: initial;
  }

  .vak-detail, .pub-detail {
    width: 90%;
    transform: translateY(-50px);
  }

  .pub-detail_klein{
    width: 90%;
    transform: translateY(-50px);
  }

  .pub_blokken>div:first-of-type {
    display: block;
  }

  .pub_blokken article {
    width: 100%;
  }

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

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

  .vak_blokken article i{
    font-size: 4em;
  }

}

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

  .slogan {
    font-size: 3.1rem;
    padding: 6rem 2rem;  
  }

  .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, .vak_blokken article, .pub_blokken article {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .pub_blokken article:first-of-type{
    margin-top: 0;
  }
  .pub_blokken article:last-of-type{
    margin-bottom: 0;
  }
  .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;
  }
  
  
  .blokken {
    padding-top: 10px;
  }

  .blokken_tekst ul {
    padding-left: 2em;
  }
  /* Menu Button */

  .menu_button {
    position: fixed;
    right: 20px;
    top: 30px;
    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: 100vh;
    background-color: #ae9a63;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    overflow: auto;
    transition: all .6s;
  }

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


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

  .menu>nav ul li {
    padding: 15px 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 */
}

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

  .slogan {
    font-size: 2.8rem;
    padding: 2rem 1rem;  
  }

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

  .pub_blokken{
    padding: 40px 50px;
  }

}

@media screen and (max-width: 775px){
  .locaties button{
    margin-top: 0;
  }
}

@media screen and (max-width: 750px){
  .contact_form_holder {
    padding: 15px;
  }
  #dasmap {
    height: 300px;
  }
  .vragen article h2 {
    font-size: 1em;
  }
  .vragen article div {
    font-size: .9em;
  }
  .page_header>h1 {
    font-size: 2.6em;
  }

}

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

  .page_header>div:first-of-type{
    height: 35px;
  }

  .pub_blokken>div:first-of-type {
    max-width: 100%;
  }
  
  .woontypes article {
    width: 100%;
    padding: 10px;
    margin-bottom: 50px;
  }

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

  .home_intro_content h2 {
    visibility: hidden;
  }

  .detail {
    padding-top: 80px;
  }

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

  /* .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;
  }

  
  /* Contact */
  .locaties{
    border-radius: 0;
  }

  .contact_info {
    padding: 30px;
    transform: none;
    margin-bottom: 30px;
    border: none;
    background-color: #353535;
    border-radius: 0;
  }

  .contact_info >div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact_info h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }

  .contact_info p, .contact_info a {
    margin-top: 5px;
    color: #FFF;
  }

  .contact_form_holder{
    border-radius: 0;
  }

}


@media screen and (max-width: 600px){
  .menu .logo-res{
    width: 120px;
  }
}

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

  .slogan {
    font-size: 2rem;
    padding: 1.5rem 1rem;
  }

  .locaties {
    flex-direction: column;
    transform: none;
    padding: 30px;
  }
  .locaties button {
    width: 100%;
    font-weight: 400;
    margin-top: 20px;
  }
  .locaties button:first-of-type{
    margin-top: 0;
  }

  .contact_info h2 {
    font-weight: 400;
  }

  #NaamInput {
    width: 100%;
  }

  .navigatie .logo {
    width: 150px;
  }

  .vak_blokken>div:first-of-type{
    max-width: 80%;
  }

  .vak_blokken .slick-slide {
    margin: 0;
  }

  .vak-detail, .pub-detail {
    width: 95%;
  }

  .pub-detail_klein{
    width: 95%;
  }

  .vak-detail h2, .pub-detail h2 {
    font-size: 1.3em;
  }

  .pub-detail_klein h2{
    font-size: 1.3em;
  }

  .vak-detail h3, .pub-detail h3 {
    font-size: 1.2em;
  }

  .pub-detail_klein h3{
    font-size: 1.2em;
  }

  .vak-detail , .pub-detail li {
    font-size: 1em;
  }

  .pub-detail_klein li{
    font-size: 1em;
  }

  .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;
  } */

  .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){

  .slogan {
    font-size: 1.7rem;
  }

  .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) {

    .pub_blokken {
      padding: 50px 10px;
    }

    .vak_blokken>div:first-of-type {
      max-width: 96%;
    }

    .vak_blokken>div .slick-arrow {
      left: -20%;
    }

    .vak_blokken>div .slick-next {
      right: -20%;
      left: initial;
    }
    
    .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, .disclaimer p {
      font-size: 0.8em;
      line-height: 160%;
    }

    .disclaimer {
      flex-wrap: wrap;
    }

    /* .disclaimer span {
      display: none;
    } */
  }

}

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

  .plenso_cookies {
    right: 10px;
  }

  .navi_footer {
    flex-direction: column;
  }

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

  .navi_footer span {
    display: none;
  }

}





