* {
  -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%;
 font-family: 'Montserrat', sans-serif;
}

header {
  width: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #07b1ea;
	border: 1px solid #07b1ea;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #07b1ea;
	border: 1px solid #07b1ea;
}

/* NEW COOKIE END */

.inner_header {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  position: relative;
}

.inner_header img {
  width: 180px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.inner_header nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}

.inner_header nav a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9em;
  margin: 0 20px;
}

.banner_head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(255,255,255,.65);
}

.banner_head img {
  height: 70px;
  margin: 0 20px;
}

.donate {
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 200px;
  color: #000 !important;
  margin-right: 0;
}

.filmpje {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.filmpje video {
  min-height: 100%;
  min-width: 100%;
}

.moreinfo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-weight: 700;
  color: white;
  padding: 15px 35px;
  cursor: pointer;
  z-index: 2;
  background-color: black;
}

.floating_donate {
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  padding: 15px 40px;
  background-color: #ED1C24;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 200px;
}

.insta-preview {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.insta-preview a {
  width: 23%;
  margin: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insta-preview a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.instaholder {
  padding: 25px 0;

  margin-top: 20px;
}

.siteby {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px; 
  font-size: .8em;
  color: #353535;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.siteby a {
  color: #353535;
  margin: 0 10px;
  display: inline-block;
}

.siteby p {
  color: #353535;
  margin: 0 10px;
  display: inline-block;
}

.video_fro {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 150px;
}

.video_fro video {
  width: 100%;
}

.fotos {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  flex-wrap: wrap;
}

.fotos article {
  width: 32.33%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  overflow: hidden;
}

.fotos article:hover img {
  transform: scale(1.1);
}

.fotos article img {
  width: 100%;
  transition: all .3s;
  cursor: zoom-in;
}

.fotos article:nth-child(3n) {
  margin-right: 0;
}

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 30px 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
  width: 100%;
}

.blokken article>img {
  width: 55%;
  order: 1;
}

.blokken_content {
  width: 45%;
  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: #000;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 1.7em;
}

.blokken_tekst {
  color: #6d6d6d;
  line-height: 180%;
  font-size: 1.1em;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
 padding: 10px 0;
 font-size: .8em;
 text-transform: uppercase;
 letter-spacing: 1px;
 display: inline-block;
 margin-top: 40px;
 color: #DBB957;
 font-weight: 700;
 border-bottom: 1px solid #DBB957;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1.5s; /* So they look staggered */
}

@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: 1.5s; /* 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: 1.5s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}

/* Einde Blokken */

.titel_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 100px 10px;
  background-color: #f0f0f0;
}

.titel_header h1 {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 15px;
  font-weight: 700;
}

.titel_header div {
  text-align: center;
  max-width: 800px;
  color: #a1a1a1;
  line-height: 150%;
  font-size: 1.1em;
}

@media screen and (max-width: 1000px) {

  .titel_header {
    padding: 60px 10px;
  }
}

.donatecontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 110px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.donatecontainer>div {
  width: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.left_donate {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 70px;
  position: absolute;
  background-color: white;
  left: 100px;
  top: 53%;
  transform: translateY(-50%);

}

.right_donate {
  width: 100%;
  display: none;
  padding: 70px;
}

.left_donate h1 {
  font-weight: 700;
  color: #000;
  font-size: 3.5em;
  line-height: 120%;
}

.left_donate div {
  line-height: 150%;
  margin-top: 20px;
  color: #818181;
  font-size: 1.3em;
}

.left_donate a {
  display: inline-block;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  background-color: #ED1C24;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 35px;
  border-radius: 200px; 
}

.contactpage {
  width: 100%;
  min-height: 100vh;
  padding-top: 110px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contactpage_div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_text {
  text-align: center;
  color: #9a9a9a;
  line-height: 150%;
  margin-bottom: 20px;
}

.side_cont{
  background-color: white;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 30%;
}

.side_cont div {
  color: #353535;
  padding: 30px;
  line-height: 180%;
  text-align: center;
  font-size: 1.1em;
}

.side_cont img {
  width: 90%;
  margin-top: 30px;
  max-width: 350px;
}

.contact_form h1 {
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: white;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px;
  width: 100%;
  max-width: 500px;
}

#NaamInput, #EmailInput {
  width: 100%;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  background-color: #ededed;
  border: none;
  padding: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

.contact_form textarea {
  height: 200px;
}

.contact_form input[type=submit] {
  width: 100%;
  background-color: #000;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
}

.privensub {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.map {
  background-color: #f2f2f2;
  padding: 50px 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.map h2 {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.map div {
  line-height: 150%;
  max-width: 750px;
  text-align: center;
  margin-bottom: 30px;
  color: #737373;
}

.map img {
  max-width: 100%;
}

footer {
  padding: 50px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

footer img {
  height: 110px;
  margin: 0 40px;
}

.storten {
  padding: 80px 10px;
  background-color: black;
  color: white;
  flex-wrap: wrap;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
  line-height: 200%;
}

.storten div {
  text-align: center;
}

.storten h2 {
  font-size: 2em;
  font-weight: 700;
}

.storten h3 {
  font-weight: 700;
}

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 50px;
}

#content-container h2 {
  color:#353535; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #ED1C24;
  color: #fff;
  font-size: 1.3em;
  padding: 10px;
  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;
  font-size: 1.2em
}

#content-container ul {
  margin-left: 3em;
  font-size: 1.2em;
}

#content-container table {
  width: 98%;
  margin: 0 auto;

}

#content-container a {
  color: #D3191C;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #E5E5E5;
}


#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;
}

.fiscaal {
  width: 100%;
  padding: 50px 10px;
  background-color: #07B1EA;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  color: white;
  align-items: center;
  flex-direction: column;
}

.fiscaal h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #Fff;
}

.fiscaal p {
  text-align: center;
  margin-top: 10px;
  max-width: 900px;
  line-height: 150%;
}



@media only screen and (max-width: 1100px) {
  .banner_head a:first-child {
    display: none;
  }

  .storten {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }

  .storten div {
    margin-bottom: 10px;
  }

  .side_cont {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }


}

@media screen and (max-width: 950px) {

  .blokken article>img {
    width: 90%;
    order: 1 !important;
  }

  .blokken_content {
    width: 90%;
    padding: 20px 0;
    order: 2 !important;
  }

  .blokken article {
    justify-content: center;
    padding: 10px 0px;
  }

  .siteby {
    padding-bottom: 90px;
  }

  .siteby a:last-child {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    color: #b1b1b1;
  }


}

@media screen and (max-width: 900px) {
  .instaholder {
    padding: 0;
    background-color: white;
  }

  .insta-preview a {
    width: 48%;
  }
}

@media only screen and (max-width: 800px) {
  footer img {
    height: 75px;
  }

  .left_donate {
    position: relative;
    transform: initial;
    left: initial;
    top: initial;
  }

  .contactpage {
    background-image: none !important;
  }
}

@media only screen and (max-width: 650px) {
  .banner_head {
    display: none;
  }

  .floating_donate {
    bottom: 10px;
    right: 10px;
    font-size: .8em;
    padding: 10px 25px;
  }

  .inner_header img {
    position: relative;
    top: initial;
    left: initial;
    width: 150px;
  }

  .inner_header nav {
    padding: 10px;
    margin-top: 10px;
  }

  .donate {
    background-color: transparent;
    padding: 0;
    color: white !important;
  }

  .inner_header {
    flex-direction: column;
  }

  header {
    position: relative;
  }

  .filmpje {
    height: initial;
    padding-bottom: 56%;
  }

  .filmpje video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .contactpage {
    padding-top: 0;
    min-height: 0;
    padding: 50px 10px;
  }


  footer img {
    margin: 0 15px;
  }

  .left_donate {
    padding: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(255,255,255,.9);
  }

  .left_donate h1 {
    font-size: 2em;
  }

  .left_donate div {
    font-size: 1em;
  }

  .donatecontainer {
    min-height: initial;
    padding: 20px;
  }
}

@media screen and (max-width: 550px){
  .inner_header {
    padding: 10px 0;
  }

  .inner_header nav a {
    margin: 0 10px;
    font-size: .8em;
  }
}

@media only screen and (max-width: 500px) {
  .contactpage {
    padding: 0;
  }

  .contact_form {
    padding: 35px 15px;
  }

  footer {
    border-top: 5px solid #F2F2F2;
  }

  footer img {
    margin: 15px 15px;
  }
  .moreinfo {
    display: none;
  }

  .inner_header nav a {
    margin: 0 10px;
    font-size: .7em;
  }
}

@media only screen and (max-width: 400px) {
  .inner_header img {
    width: 100px;
  }

  .donatecontainer {
    padding: 0;
  }

  .inner_header nav a {
    margin: 0 5px;
  }
}

















