* {
  -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: 100px;
  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: #638c2e;
}

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

.banner-overlay {
  position:absolute;
  top:0;
  height:100%;
  background-color:black;
  opacity:0.5;
  width:100%;
}

.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;
  z-index:2;
}

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

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

.home_intro_content a {
  margin-top: 50px;
  display: inline-block;
  background-color: #71a232;
  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: #043b04;
  margin-bottom: 20px;
  text-align: left;
  line-height: 150%;
}

.closecookies {

}

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

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

.PL_Wrapper a {
  background-color:#74a535;
  cursor: pointer;
  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.5em;
  color: #638c2e;
  margin-bottom: 20px;
}

.split_left>div:first-of-type div {
  line-height: 150%;
  color: #638c2e;
  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: 120px 20px;
  width: 100%;
  max-width: 570px;
}

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


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

main {
  font-size:1.5rem;
}

.split_controls {
  background-color: #74a535;
  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 black 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: rgb(40 76 0 / 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;
  font-size:1.5rem;
}

.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_content > #weddingplanner:last-child {
  padding-bottom:70px;
}

.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 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .2;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

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

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

.content_split_left1 ul,
.content_split_right1 ul {
  list-style-type: disc;
  padding-left: 20px;
}


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

.blokken_content1>h2 {
  color: black;
  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 #638c2e;
  border-left: none;
}
/* Einde Blokken */

/* galerij */

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

.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 #638c2e;
  padding: 50px 40px;
  font-family: sans-serif;
}

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

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

.content_split_right>div {
  line-height: 150%;
  color: #638c2e;
  font-family:effra, sans-serif;
  font-weight: 200;
}

.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 #638c2e;
  padding: 50px 40px;
  font-family: sans-serif;
  color: black;
}

.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: black;
}
/* 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: #638c2e;
  padding: 100px 0px 0px 0px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-bottom:0px;
}

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

.facebook-icon {
  padding:13px 19px;
  border-radius:70%;
  background-color:#76b91f;
}

.facebook-inner {
  font-size:1.5rem;
  color:white;
}

.disclaimer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: rgb(160, 160, 160);
  padding: 0 10px;
  padding-top: 0;
  font-weight: 200;
  font-size: 1em;
  line-height: 150%;
  margin-top: 41px;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: #b4b4b4;
}

.split_footer {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 100px 0;
  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: #82bb39;
}

.split_footer form input[type=submit] {
  padding: 3px 20px;
  color: #638c2e;
  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: #82bb39;
  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;
}


.inner_footer {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding:0 10px;
}

.inner_footer p {
  color: white;
  line-height: 170%;
}

.inner_footer a {
  color: white;
  line-height: 170%;  
}

.inner_footer > 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:#5a7f29;
  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: black;
}

/* 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 black 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: black;
  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;
  font-size:1rem;
}

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

#content-container h3 {
  background: #1b6502;
  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: #1b6502;
  font-weight: 700;
}

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


 
#content-container thead {
  background-color: #1b6502; 
  color: white;
}

.home_ak #knop_shop {
  width:100%;
  display:flex;
  justify-content:center;
  padding:5px 20px;
  align-items:center;

}

.home_ak #knop_shop a {
  padding:25px 57px; 
  font-size:2rem;
  border-radius:120px;
  background-color:#7bbf23;

}


#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: 2rem;
  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%;
  }
}
@media screen and (max-width: 900px){
  .home_ak>div h2 {
    font-size: 40px;
    text-align: center;
  }

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

  .content_split {
    flex-wrap: wrap;
  }

  .content_split_left {
    width: 100%;
  }

  .content_split_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){
  .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: 50%;
    top: 20px;
    transform: translateX(50%);
    position: absolute;
  }

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

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

  footer {
    padding: 30px 0px;
    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_footer {
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #324b5c;
    padding-top: 30px;

  }

  .inner_footer > div {
    width: 50%;
  }

  .inner_footer > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner_footer > div:last-child {
    display: none;
  }

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

@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_Buttons {
    flex-wrap:wrap;
  }

  .PL_Wrapper a {
    margin:0;
    margin-top:15px;
    width:100%;
  }
}

@media screen and (max-width: 414px) {
  .menu_button {
    right: 40%;
    top: 20px;
    transform: translateX(50%);
    position: absolute;
  }
  .split_controls {
    background-color: #74a535;
    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%;
  }
}



