@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: effra, sans-serif;
}

/* Menu Button */

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

.menu_button img {
  width: 200px;
  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);
  margin-top: -13px;
}
/* Einde Menu Button */

/* Menu */

.menu {
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

.menu>nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

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

.menu>nav ul li {
  opacity: 0;
  transition: all .4s;
  padding: 20px;
}

.menu>nav ul a {
  font-size: 70px;
  font-weight: 200;
  color: #00314C;
}

/* Einde Menu */

/* Screen Intro */

.intro_screen {
  width: 100%;
  height: 100vh;
  background-image: url(/images/intro.png);
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: rgba(0,49,76,.75);
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 10000;
  position: relative;
}

.intro_content {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  max-width: 1400px;
}

.intro_content h2 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2.5px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.intro_content p {
  color: white;
  margin: 25px 0;
  font-size: 1.3em;
}

.intro_content img {
  width: 360px;
}

/* Einde Screen Intro */

/* Home Intro */

.home_intro {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 0;
}

.home_intro_content {
  width: 100%;
  max-width: 1454px;
  margin: 0 auto;
  padding: 20px;
}

.home_intro_content h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  color: #00314C;
  margin-bottom: 20px;
}

.home_intro_content h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  max-width: 540px;
  text-decoration: underline;
  color: #00314C;
}

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

/* Einde Home Intro */



/* 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: 300px;
  color: #04243B;
  margin-bottom: 20px;
  text-align: left;
  line-height: 150%;
}



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

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

.PL_Buttons a {
  cursor: pointer;
  background-color: #04243B;
  color:white;
  padding:15px 35px;
  font-size:1.2rem;
  text-align:center;
  margin:0 10px;
}

/* 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: 1.7em;
  color: #04243B;
  margin-bottom: 20px;
}

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

.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: 120px 20px;
  width: 100%;
  max-width: 80%;
}

.split_contact > p{
  line-height: 150%;
  color: #04243B;
  font-weight: 200;
  text-align: center;
  font-size: 1.3em;
}


.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%;
  padding-bottom: 5px;
  display: block;
}

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

.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: 60%;
  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;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev1, .next1 {
  cursor: pointer;
  position: absolute;
  top: 99.5%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 2;
}
/* Position the "next button" to the right */
.next1 {
  right: 100px;
  border-radius: 3px 0 0 3px;
}
.prev1 {
  left: 693px;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a #04243B background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext1 {
  color: #f2f2f2;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  top: 96.5%;
  left: 77.8%;
  z-index: 2;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Einde Home Split */

.list_weddingplanner{
  list-style-type: disc;
  line-height: 22px;
  color: #00314C;
}

/* 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,.55);
  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;
  text-decoration: underline;
  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: effra, sans-serif;
  color: #000;
}

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

.woontype_det>aside form input[type=submit] {
  padding: 7px 20px;
  color: white;
  font-family: effra, 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;
}

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


/* Blokken */

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

.blokken_content>h3 {
  color: #00314C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.blokken_content>h2 {
  color: #00314C;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  max-width: 450px;
}

.blokken_content1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-top: 30px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#weddingplanner {
  position: relative;
  z-index: 2;
}

.blokken_content1 > h2 {
  z-index: 2;
  position: relative;
}

.blokken_content1>img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .2;
  top: 0;
  bottom: 0;
  z-index: -1;

}

.content_split_left1,
.content_split_right1 {
  line-height: 150%;
  color: #04243B !important;
  font-family: effra, sans-serif !important;
  font-weight: 200;
  font-size: 1.3em !important;
}

.content_split_left1 p,
.content_split_right1 p {
  margin: 15px 0;
}

.content_split_left1 ul,
.content_split_right1 ul {
  list-style-type: disc;
  margin-left: 40px !important;
}

.content_split_left1 li,
.content_split_right1 li {
  padding-left: 15px !important;
}

.blokken_content1>h3 {
  color: #00314C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.blokken_content1>h2 {
  color: #04243B;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
}

.blokken_content>div:nth-child(even) .content_split_left {
  order: 2;
}

.blokken_content>div:nth-child(even) .content_split_right {
  order: 1;
  border-right: 2px solid #00314C;
  border-left: none;
}
/* Einde Blokken */

/* galerij */

.galerij h2 {
  text-align: center;
  padding-bottom: 33px;
  font-size: 50px;
  margin-top: 50px;
  color: #00314C;
}

.galerij > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; 
  margin-bottom: 50px;
}

.galerij > div img {
  width: 23%;
  margin: 1%;
  cursor: pointer;
}

/* Einde galerij */


/* Content Split */

.content_split {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
.content_split_left1 {
  width: 30%;
  padding: 50px 40px;
  font-family: sans-serif;
}

.content_split_left1 article {
  width: 100%;
  height: 500px;
}
.content_split_left {
  width: 50%;
  padding: 50px 40px;
  font-family: sans-serif;
}

.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;
  font-family: sans-serif;
}

.content_split_right h2 {
  font-size: 35px;
  color: #00314C;
  max-width: 275px;
  margin-bottom: 30px;
  font-family:effra, sans-serif;
}
.content_split_right h3 {
  font-size: 20px;
  color: #00314C;
  max-width: 275px;
  margin-bottom: 9px;
}

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

.content_split_right>div {
  line-height: 150%;
  color: #04243B;
  font-family:effra, sans-serif;
  font-weight: 200;
  font-size: 1.3em;
}

.content_split_right>div p {
  margin: 15px 0;
}

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



.content_split_right1 {
  width: 30%;
  border-left: 2px solid #00314C;
  padding: 50px 40px;
  font-family: sans-serif;
  color: #04243B;
}

.content_split_right1 h2 {
  font-size: 35px;
  max-width: 275px;
  margin-bottom: 30px;
}
.content_split_right1 h3 {
  font-size: 20px;
  max-width: 275px;
  margin-bottom: 9px;
}
.content_split_right1 h2:not(:first-of-type) {
  margin-top: 70px;
}

.content_split_right1 p {
  line-height: 131%;
  font-weight: 200;
}
.list_ceremoniemeester {
  list-style-type: disc;
  line-height: 22px;
  color: #04243B;
}
/* 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%;
  margin-top: 125px;
}

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




.grijze_ak2 {
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 0px;
  padding-bottom: 10px;
}
/* Einde Grijze AK */


/* op_de_hoogte */

.op_de_hoogte {
  margin: 150px 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: effra, sans-serif;
  color: #00314C;
  border: none;
  width: 100%;
  max-width: 450px;
  margin-right: 15px;
  background-color: #F0F0F0;
}

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

/* Einde op_de_hoogte */


/* Footer */

footer {
  width: 100%;
  min-height: 100vh;
  background-color: #00314C;
  padding: 100px 0px 0px 0px;
  padding-bottom: 0px;
  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: white;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  color: rgb(160, 160, 160);
  padding: 15px 10px;
  font-weight: 200;
  font-size: 1em;
  line-height: 150%;


}

.disclaimer div {
  display: flex;
  flex-direction: row;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: #b4b4b4;
}

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

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

.split_footer {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 100px 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;

}

.split_footer>div {
  width: 360px;
  margin-right: 80px;
}

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

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

.split_footer form {
  width: 100%;
  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: effra, sans-serif;
  border: none;
  padding: 5px;
  color: #fff;
  background-color: #19455E;
}

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

.split_footer form textarea {
  width: 100%;
  border: none;
  font-family: effra, sans-serif;
  color: #fff;
  padding: 5px;
  background-color: #19455E;
  min-height: 120px;
}

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

.split_footer .labelform {
  color: #fff;
}

.line {
  width: 100% !important;
  color: #fff;
  display: block;
    content: '';
    height: 3px;
  z-index: 1000;
  position: absolute;
}

.inner_footer {
  width: 100%;
  background-color: #b4b4b4;
}

.inner_gegevens {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;

  padding:30px 10px;
}
.inner_footer p {
  color: #00314C;
  line-height: 170%;
}

.inner_footer a {
  color: #00314C;
  line-height: 170%;  
}

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

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

.siteby {
  width: 100%;
  text-align:center;
  padding:10px 0;
  color:white;
  background-color: #04243B;
  margin-bottom:-30px;
}

.siteby a {
  color:white;
}



/* Einde Footer */
/* contact */
form.form {
  float: left;
  width: 25%;
  margin: 3% 38%;
}
input[type="text"],textarea, select
{
  border: 1px solid #4A4A4A;
  width: 100%;
  margin-bottom: 12px;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 .5em;
}

input[type="text"].i40
{
  width: 40%;
}

input[type="text"].i60
{
  width: 57%;
  float: right;
}

textarea
{
  line-height: 1.5em;
  padding: .5em;
  height: 136px;
}
input[type="submit"], #contact .button
{
  background-color: #00314C;;
  color: #fff;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 25px;
  height: 40px;
  line-height: 40px;
  border: 0;
}

input[type="submit"]
{
  margin-top: 10px;
}
#search > form > *
{
  width: 23.3%;
  margin-right: 2.2%;
  float: left;
}

#search > form > *:last-child
{
  margin-right: 0;
}

#search > form
{
  padding: 1em 0;
}

#search > form:after
{
  clear: both;
  display: block;
  content: '';
}

#search select
{
  background: #fff;
  border: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 .5em;
}

#search input[type="checkbox"]
{
  background: #fff;
  width: 30px;
  border-color: #CECECE;
  box-shadow: none;
  height: 30px;
  float: left;
}

#search > form > div > div
{
  float: left;
  width: 160px;

}

#search input[type="submit"]
{
  background-color: #1E47B0;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
}

#search .input
{
  margin-left: 165px;
  display: block;
}

#search label
{
  float: left;
  margin-left: 5px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

#search
{
  background-color: #CECECE;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: #00314C;;
}
.privcnt input:checked ~ .checkmark::after {
  display: block;
}
.privcnt .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* contact */

/* 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 */
.lightbox1{
  margin: 46px 0;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #04243B;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin-top: -90px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a #04243B background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: #04243B;
  padding: 12px 16px 5px  16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* 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;
  margin-left: -155px;
}

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

.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: 100%;
  height: 80vh;
}
/* Einde Ligging*/


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

#content-container h2 {
  color: #002B42;
  font-size:1.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #002B42;
  color: #fff;
  font-size: 1.2em;
  padding: 15px;
  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: #002B42;
  font-weight: 700;
}

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

#content-container thead {
  background-color: #002B42;
  color: white;
}


#content-container thead th {
  border: 1px solid #fff;
  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;
}

.gdpr_h1 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  padding-top: 100px;
}



/* Responsive */
@media screen and (max-width: 1877px){
  .next1 {
    right: 11%;
  }
  .prev1 {
    left: 73%;
  }
}
@media screen and (max-width: 1800px){
  .split_controls {
    width: 100%;
  }
}
@media screen and (max-width: 1510px){
  .next1 {
    right: 9%;
  }
  .prev1 {
    left: 73%;
  }
}
@media screen and (max-width: 1400px){
  .home_intro, .home_ak, .ontwikkelaars {
    background-attachment: initial;
  }
}
@media screen and (max-width: 1315px){
  .next1 {
    right: 8%;
  }
  .prev1 {
    left: 73%;
  }
}
@media screen and (max-width: 1300px){
  .personen article {
    padding: 20px;
  }
}
@media screen and (max-width: 1225px){
  .next1 {
    right: 7%;
  }
  .prev1 {
    left: 73%;
  }
}
@media screen and (max-width: 1200px){
  .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%;
  }
}
@media screen and (max-width: 1130px){
  .next1 {
    right: 6%;
  }
  .prev1 {
    left: 73%;
  }
}
@media screen and (max-width: 1000px){
  .personen {
    flex-wrap: wrap;
  }
  .personen article {
    width: 50%;
  }

  .specialcontrols {
    max-width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 980px){
  .next1 {
    right: 5%;
  }
  .prev1 {
    left: 73%;
  }
  .prev1, .next1 {
    top: 100.5%;
  }
}
@media screen and (max-width: 950px){
  .next1 {
    right: 2%;
  }
  .prev1 {
    left: 71;
  }
  .prev1, .next1 {
    top: 100.5%;
  }
  .galerij > div img {
    width: 45%;
}
.galerij > div {
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
}
}
@media screen and (max-width: 900px){
  .blokken_content1>h2 {
    font-size: 50px;
  }

  #weddingplanner.content_split {
    padding-top: 0px !important;
  }

  .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_left1 {
    width: 100%;
  }
  .content_split_right {
    width: 100%;
    border-left: none;
  }
  .content_split_right1 {
    width: 100%;
    border-left: none;
  }
  .content_split_left, .content_split_right {
    padding: 30px 20px;
  }
  .content_split_left1, .content_split_right1 {
    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;
  }
}

@media screen and (max-width: 850px){
  .grijze_ak_content>div {
    width: 100%;  
  }

  .location_info {
    left: 188px;
  }
  .split_controls div {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 800px){
  .split_footer .privholder {
    flex-direction: row !important;
    align-items: flex-end;
    -ms-align-items: flex-end;
    width: 100%;
  }
  #PL_privacy {
    width: 70%;
  }
  .split_footer form input[type=submit] {
    width: 30%;
  }
  .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;
  }

  .location_info {
    left: 178px;
    top: 27px;
  }


}

@media screen and (max-width: 700px){
  
  .home_intro_content h1 {
    font-size: 50px;
  }

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

  .detail {
    padding-top: 80px;
  }

  .menu_button {
    right: 20px;
    top: 20px;
  }

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

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

  footer {
    padding: 30px 0;
    padding-bottom:0;
  }

  .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 10px;
    padding-top: 0;
  }

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

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

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

@media screen and (max-width: 650px){
  .inner_gegevens {
    flex-direction: column;
  }

  .inner_footer > div img {
    margin-bottom: 20px;
  }

  .inner_footer > div {
    width: 50%;
  }

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


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

@media screen and (max-width: 600px){
  .split_left>div:first-of-type div, .split_contact {
    max-width: 99%;
}
.blokken_content1>h2 {
  font-size: 40px;
}
}

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


}

@media screen and (max-width: 500px) {
  .PL_Wrapper a {
    margin:0;
    margin-top:15px;
    width:100%;
  }

  .PL_Buttons {
    flex-wrap:wrap;
  }
  .blokken_content1>h2 {
    font-size: 30px;
  }
  .split_footer .privholder {
    flex-direction: column !important;
    align-items: flex-start;
    -ms-align-items: flex-start;
   
  }
  #PL_privacy {
    width: 100%;
}
  .split_footer form input[type=submit] {
    width: fit-content;
  }
}

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

  .disclaimer div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
  }
  .disclaimer div:last-of-type span {
    display: none;
  }
  .menu_button {
    top: 20px;
    position: absolute;
  }
  .menu_button div {
    width: 40px;
    height: 40px;
    font-size: 1.1em;
  }
  .menu_button img {
    width: 150px;
  }
  .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: -9px;
  }
  .grijze_ak_content {
    flex-wrap: wrap;
    margin-top: 58px;
  }
  .personen {
    padding: 50px 0;
    padding-top: 100px;
    margin-left: -6px;
  }
  form.form {
    width: 80%;
    margin: 3% 12%;
  }
  .prev1, .next1 {
    top: 102.5%;
  }
}
@media screen and (max-width: 414px) {
  .prev1 {
    left: 68%;
  }
  .next1 {
    right: 0%;
  }
  .numbertext1 {
    left: 75.8%;
  }
}



