@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;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
#in_beeld_video{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
#footerItems{
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #353535;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  line-height: 34px;
}
.innerfooter {
	background-color: #353535;
	width: 100%;
	padding: 50px 10px; 
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
  color:#fff;
}

#siteby
{
  background-color: #2A3234;
  color: #aaa;
  display: block;
  text-align: center;
  font-size: .8em;
  height: 30px;
  line-height: 30px;
}
.innerfooter ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.footer-geg>div {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	color: #fff;
}

.footer-geg>div a {
	color: #fff;
}


.footer-socials div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.footer-socials a {
	width: 40px;
	height: 40px;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #444444;
	color: white;
	font-size: 1.1em;
	margin: 0 7px;
}
.footer-geg>div div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.footer-geg>div div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-left: 20px;
}

.footer-geg>div div i, .footer-geg>div div:last-child p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.partnerlist{
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
.partnerlist article{
  margin-bottom: 5rem;
  box-shadow: 0 0 14px rgba(0,0,0,.2);
  padding: 2rem;
  display: flex;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: space-between;
}
.partnerlist article .imgContainer{
  width: 40%;
}
.partnerlist article .imgContainer img{
  width: 100%;
}
.partnerlist article .information{
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partnerlist article .information h2{
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.partnerlist article .information p{
   color: #6d6d6d;
    line-height: 180%;
    font-size: 1.1em;
    margin-bottom: 2rem;
}
.partnerlist article .information a{
  background-color: #F79330;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}

.partnerlist article .information p.linkParagraph{
  margin-bottom: 0;
}

























.goede_doelen{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.goede_doelen h2{
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;

}
.goede_doelen article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.goede_doelen article:nth-child(odd) a{
  order: 2;
}
.goede_doelen article:nth-child(odd) .information{
  order: 1;
}
.goede_doelen article .information{
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.goede_doelen article .information h3{
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.goede_doelen article .information p{
  color: #6d6d6d;
    line-height: 180%;
    font-size: 1.1em;
}
.goede_doelen article a{
  width: 40%;
}
.goede_doelen article a img{
  width: 100%;
  height: 10rem;
  object-fit: contain;
}


















* {
  -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: 'Poppins', sans-serif;
 max-width: 2000px;
 margin: 0 auto;
}

.ressho {
  display: none; 
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

.checkboxes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.checkbox_items div {

  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
}

.checkbox {
  margin: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  font-size: .9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #737373;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  background-color: #E4E4E4;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.checkbox .whitecheckmark i {
  color: black;
}

.res-nav {
  width: 100%;
  max-width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  -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: #fff;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #F79330;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.winkelmandres {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.verlanglijstres {
  font-size: 1.2em;
  color: #fff;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 85px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #353535;
  font-size: 1.2em;
  font-weight: 700;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}

.menuholder {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
}

.menubtn:hover {
  transform: scale(1.05);
}

.inner_header {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  position: relative;
}

.logo {
  width: 130px;
}

.inner_header nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}

.inner_header nav a {
  color: #000;
  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(0,0,0,.65);
}

.banner_head img {
  height: 70px;
  margin: 0 20px;
}

.donate {
  background-color: #f79330;
  padding: 12px 30px;
  border-radius: 200px;
  color: #fff !important;
  margin-right: 0;
}
.donate2{
  background-color: #f79330;
  padding: 12px 30px;
  border-radius: 200px;
  color: #fff !important;
  margin-right: 0;
  margin-right: 15px;
}
.filmpje {
  width: 100%;
  height: 100vh;
  max-height: 1500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
}

.bannerbottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}



.bannertop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.bannerbol {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: 200px;
}

.bannerdates {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
}

.date2 {
  display: none;
}

.floating_donate {
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  padding: 15px 40px;
  background-color: #f79330;
  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: #fff;
  background-color: #353535;
  font-weight: 400;
  letter-spacing: 1px;
}

.siteby a {
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.siteby p {
  color: #fff;
  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);
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

.fotos article h2 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;
  font-size: 1.1em;
  transform: translateX(-50%);
}

.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;
}

.uitslagen {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 50px; 
}

.uitslagen article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.uitslagen article:nth-child(even) {
  background-color: #f1f1f1;
}

.uitslagen article:first-child {
 background-color: #F38025;
 font-weight: 700;
 color: white;
}

.uitslagen article div:first-child {
  width: 10%;
  margin-right: 10px;
}

.uitslagen article div:nth-child(2) {
  width: 18%;
  margin-right: 10px;
}

.uitslagen article div:nth-child(3) {
  width: 18%;
  margin-right: 10px;
  font-weight: 700;
}

.uitslagen article div:nth-child(4) {
  width: 18%;
  margin-right: 10px;
  font-weight: 700;
}

.uitslagen article div:nth-child(5) {
  width: 18%;
  margin-right: 10px;
}

.uitslagen article div:nth-child(3) {
  width: 18%;
  margin-right: 10px;
}

.switch {
  width: 400px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  overflow: hidden;
  align-items: center;
  background-color: #F38025;
  border-radius: 200px;
  margin-bottom: 30px;
  border: 2px solid #F38025;
}

.switch div {
  width: 50%;
  background-color: white;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: #F38025;
  font-weight: 700;
}

.switch .active {
  background-color: #F38025 !important;
  color: #fff;
}

/* 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: #F79330;
}

.blokken_content>a {
 padding: 10px 0;
 font-size: .8em;
 text-transform: uppercase;
 letter-spacing: 1px;
 display: inline-block;
 margin-top: 40px;
 color: #F79330;
 font-weight: 700;
 border-bottom: 1px solid #F79330;
}

.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 only screen and (max-width: 1350px) {
  .goede_doelen{
    width: 90%;
  }
  .partnerlist{
    width: 90%;
  }
  #in_beeld_video{
    width: 60%;
  }
}




@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: #000;
  position: relative;
  overflow: hidden;
}

.smokey {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.titel_header h1 {
  text-align: center;
  font-size: 1.7em;
  color: #F79330;
  margin-bottom: 15px;
  font-weight: 700;
  z-index: 1;
  position: relative;
}

.titel_header div {
  text-align: center;
  max-width: 800px;
  color: #fff;
  line-height: 150%;
  font-size: 1.1em;
  z-index: 1;
  position: relative;
}

.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%;
  position: relative;
}

.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: 'Poppins', sans-serif;
  width: 100%;
}

.contact_form textarea {
  height: 200px;
}

.contact_form input[type=submit] {
  width: 100%;
  background-color: #F79330;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 15px;
  font-family: 'Poppins', 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%;
}

.logobanner {
  padding: 50px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.logobanner h2 {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.logobanner img {
  max-height: 110px;
  max-width: 250px;
  margin: 30px 40px;
}

.sponsorbanner img {
  max-height: 90px;
  max-width: 200px;
}
#sponsorplenso {
  max-height: 150px;
}

#sponsorwijnendecor {
  max-height: 120px;
}

.storten {
  padding: 80px 10px;

  color: white;
  flex-wrap: wrap;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 200%;
}

.storten div {
  text-align: center;
  width: 100%;
}

.storten h2 {
  font-size: 2em;
  font-weight: 700;
  width: 100%;
}

.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: #F79330;
  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: #f79330;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  color: white;
  align-items: center;
  flex-direction: column;
}

.fiscaal a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 30px;
  background-color: #F79330;
  border: 2px solid white;
  border-radius: 200px;
  font-weight: 700;
  color: #fff;
  transition: all .3s;
  margin-top: 20px;
}

.fiscaal a:hover {
  background-color: white;
  color: #F79330;
}

.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%;
}

/* Vragen */

.vragensplit {
  padding: 50px 10px;
  margin-top: 150px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  -webkit-box-shadow: 0px 0px 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: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.vragen article h2 {
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #F79330;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 span i {
  font-size: 1.2em;
  color: #353535;
  margin-right: 10px;
}

.vragen article h2 i {
  transition: all .3s;
}

.arrowUp>i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: #a1a1a1;
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div img {
  width: 100%;
}

.vragen article div a {
  color: #5C9090;
  font-weight: 600;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  border-radius: 10px;
  -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);
  width: 30%;
}

.vragen_form h2 {
  font-size: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #F79330;
  font-weight: 700;
}

.vragen_form input[type=text], .vragen_form input[type=email], .vragen_form textarea {
  padding: 10px;
  color: #818181;
  background-color: #F2F2F2;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  border: none;
  margin-bottom: 10px;
  align-items: center;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
}

.vragen_form textarea {
  min-height: 200px;
}

.vragen_form input[type=submit] {
  border: none;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  background-color: #F79330;
  padding: 10px 35px;
  font-family: 'Poppins', sans-serif;
}
/* Einde Vragen */


/* sponsors */

.sponsor_page {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.sponsor_page article {
  width: 23%;
  margin: 1%;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #f2f6fa;
}

.sponsor_page article:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.sponsor_page article a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.sponsor_page article img {
  width: 100%; 
}

.sponsorbutton {
  margin: 0 auto;
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #F79330;
  background-color: #fff;
  color: #F79330;
  font-weight: 700;
  margin-bottom: 50px;
  border-radius: 200px;
  transition: all .3s;
}

.sponsorbutton2{
  margin: 0 auto;
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #F79330;
  background-color: transparent;
  color: #F79330;
  font-weight: 700;
  MARGIN-top: 2%;
  border-radius: 200px;
  transition: all .3s;
}
.sponsorbutton2:hover {
  background-color: #F79330;
  color: white;
}

.sponsorbutton:hover {
  background-color: #F79330;
  color: white;
}

/* Einde Sponsors */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtain-click.icon {
  display: none;
}

.curtain-click.title {
  padding: 10px 30px;
  margin-right: 30px;
  background-color: #efefef;
  width: fit-content;
  margin-bottom: 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.curtain-click.title span {
  color: #003361;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.678);
  opacity: 0.8;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.curtaindrop .button {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.8s ease;
  margin-top: 30px;
}

.curtaindrop .button:hover {
  background-color: #fff;
  color: #003361;
}

.curtaindrop p {
  font-size: 1.4em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.curtaindrop .line {
  background-color: white;
  width: 50px;
  height: 2px;
  margin: 20px auto;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #b0d49b;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #b0d49b;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  z-index: 100000000;
}


/* Einde Curtaindrop */


/**
 * Blog
 **/
 .blog-img img {
  width: 100%;
}
.blog-head {
  text-align: center;
  margin:60px auto;
  position: relative;
}
.blog-head .c {
  width: 90%;
  max-width: 800px;
  margin:50px auto 60px auto;
}
.blog-content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.footermar-blog {
  padding-bottom: 150px;
}
.blog-item {
  position: relative;
  margin-bottom: 1.8%;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 5;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-rows .blog-inhoud h2 {
  line-height: 125%;
}
.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1rem;
  letter-spacing: 0.04rem;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1rem;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 1px solid #F79330;
  padding: 13px 30px;
  background-color: #F79330;
  cursor: pointer;
  transition: all 0.8s ease;
  margin-top: 50px;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
}
.button-hold a:hover {
  background-color: #fff; 
  color: #F79330;
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
}
.blog-aside {
  width: 350px;
  margin-right: 50px;
}
.blog-main {
  width: calc(100% - 350px);
}
.blog-main .c {
  font-size: 1rem;
  line-height: 150%;
  color: #9f9f9f;
}
.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding:25px 15px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
.blog-aside h3 {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 25px;
  color: #5a5a5a;   
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
  font-size: 1em;
  letter-spacing: 1px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #F79330;
}
.blog-recent h2 {
  font-size: 1.1rem;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  line-height: 140%;
}

.blog-recent h4 {
  background-color: #F79330;
  color: white;
  padding: 5px;
  margin: 2px !important;
  text-transform: uppercase;

  float: left;
  line-height: 100%;
  font-weight: 700;
  font-size: .8em !important;
}

.blog-recent .c {
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #7d7d7d;
  font-size: 1em;
}
.blog-recent .blog-item {
  margin-bottom: 35px;
  padding: 15px;
  -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);
}
.blog-recent .more {
  color: #ED1C24;
  text-transform: uppercase;
  letter-spacing: 1px;  
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.blog-recent .more i {
  transition: all .3s;
  font-size: 1.2em;
  margin-left: 10px;
}

.blog-item a:hover i {
  margin-left: 15px;
}
.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.blog-overzicht .blog-item a {
  position: static;
}
.blog-overzicht .btn-hold {
  padding-top: 25px;
  text-align: left;
}
.blog-overzicht .btn-hold a {
  display: inline-block;
  padding:0 20px;
  font-weight: 700;
  margin-top: 10px;
  border:1px solid #F79330;
  color: #fff;
  background-color: #F79330;
  transition: all 0.5s ease;
  padding: 10px 20px;
}
.blog-overzicht .btn-hold a:hover {
  background-color: #fff;
  color: #F79330;
}
.blog-overzicht h2 {
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #F79330;
}

.blog-overzicht .blog-item:nth-child(2), .blog-overzicht .blog-item:first-child {
  width: 48%;
}

.blog-overzicht .blog-item {
  margin-bottom: 45px;
  width: 31.33%;
  margin: 1%;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(219,219,219,0.44);
  -moz-box-shadow: 0px 2px 22px 0px rgba(219,219,219,0.44);
  box-shadow: 0px 2px 22px 0px rgba(219,219,219,0.44);
  padding: 15px;
}

.blog-content-row {
  margin-bottom: 36px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 1px;
  color: #363636;
}
.blog-content-row .c {
  width: 90%;
  max-width: 800px;
  margin:0 auto;
  text-align: center;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.zestiennegen {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.zestiennegen iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.title-hold {
  text-align: center;
  margin-top: 80px;
  border-top: 1px solid #363636;
  margin-bottom: 36px;
  padding-top: 40px;
}
.title-hold h3 {
  color: #F79330;
  font-size: 1.8rem;
  font-weight: bold;
}

.blog-small-overzicht {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.small_blog {
  width: 100%;
  display: flex;
  padding: 10px;
  margin: 10px 0;
  background-color: white;
  justify-content: flex-start;
}

.small_inhoud h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #F79330;
}

.btn-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.small_inhoud a {
  background-color: #F79330;
  border-radius: 200px;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 10px;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1em;
  transition: all .3s;
}

.small_inhoud a:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(237,28,36,0.44);
  -moz-box-shadow: 0px 0px 22px 0px rgba(237,28,36,0.44);
  box-shadow: 0px 0px 22px 0px rgba(237,28,36,0.44);
}

.blog_filter_size {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.blog_filter_size div {
  width: 40px;
  height: 40px;
  display: flex;
  margin-left: 10px;
  font-size: 1.3em;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #F79330;
  cursor: pointer;
  background-color: #fff;
}

.activesort {
  color: #fff !important;
  background-color: #F79330 !important;
}

.social_sharing {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  cursor: pointer;

}

.social_sharing a {
  font-weight: 700;
  font-size: .8em;
  color: #353535;
  padding: 5px 10px;
  border: 1px solid rgba(0,0,0,0);
  transition: ease-in-out 0.4s;
}

.social_sharing a:hover{
  color: #A6925F;
  border: 1px solid #A6925F;
  transition: ease-in-out 0.4s;
}

.social_sharing a:active{
  color: #ffffff;
  background-color: #A6925F;
  transition: ease-in-out 0.2s;
}

.social_sharing i {
  margin-right: 5px;
}

.watch_youtube{
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  cursor: pointer;
  text-transform: uppercase;
}

.watch_youtube a{
  color: #fefefe;
  padding: 5px 10px;
  border: 1px solid #ED1C24;
  transition: ease-in-out 0.4s;
  background-color: #ED1C24;
}

.watch_youtube a:hover{
  color: #ED1C24;
  background-color: #F5F4F3;
  transition: ease-in-out 0.4s;
}
/* Einde Blog */


/* Parcours Pagina */

.parcours_pagina {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1400px;
}

.parcours_pagina_left {
  width: 50%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.parcours_pagina_left h1 {
  font-size: 1.4em;
  font-weight: 700;
  color: #F79330;
  margin-bottom: 15px;
}

.parcours_pagina_left img {
  width: 100%;
  margin-bottom: 15px;
}

.parcours_pagina_left>div {
  width: 100%;
  line-height: 180%;
}

.parcours_pagina_right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}

.parcours_pagina_right img {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 4%;
}
/* Einde Parcours Pagina */


/* Tarieven */

.tarieven {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0;
  flex-wrap: wrap;
}

.tarieven article {
  border-radius: 5px;
  padding: 50px;
  -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);
  width: 48%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  transition: all .3s;
}

.tarieven div:hover {
  transform: scale(1.0);
}

.tarieven h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #F79330;
}

.tarieven h3 {
  text-align: center;
  color: #d0d0d0;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tarieven p {
  text-align: center;
  font-size: 1.6em;
  color: #6c6c6c;
  font-weight: 700;
}

.inschrijven_form {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.individueelinschrijving {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.groepsinschrijving {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.deelnemers {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.deelnemers .persoon:first-child .prevdeelnemer {
  visibility: hidden;
}

.persoon {
 width: 100%;
 display: flex;
 justify-content: space-between;
 -ms-align-items: flex-start;
 align-items: flex-start;
 flex-wrap: wrap;
 margin-bottom: 30px;
}

.persoon h2 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.inschrijven_form input[type=text], .inschrijven_form input[type=number], .inschrijven_form input[type=email], .inschrijven_form textarea {
  background-color: #ededed;
  border: none;
  padding: 15px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

.inschrijven_form select {
  background-color: #ededed;
  border: none;
  padding: 15px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 35px;
}

.inschrijven_form input[type=submit] {
  width: 100%;
  background-color: #F79330;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
}

.inschrijven_form input[type=submit]:disabled {
  background-color: #b3b3b3;
}

#WoonplaatsInput {
  width: 70%;
}

#PostcodeInput {
  width: 28%;
}

#NaamenInput {
  width: 49%;
}

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bevestiging {
  padding: 20px;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(212,212,212,0.35);
  -moz-box-shadow: 0px 2px 22px 0px rgba(212,212,212,0.35);
  box-shadow: 0px 2px 22px 0px rgba(212,212,212,0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}

.bevestiging i {
  margin-bottom: 20px;
  font-size: 3em;
  color: #F79330;
}

.bevestiging h2 {
  color: #a8a8a8;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.bevestiging h1 {
  color: #353535;
  font-size: 1.7em;
  line-height: 150%;
  font-weight: 700;
  max-width: 500px;
}

.bevestiging p {
  color: #a8a8a8;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 25px;
}

.bevestiging a {
  color: #fff;
  transition: all .3s;
  padding: 10px 30px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #F79330;
  cursor: pointer;
  border: 2px solid #F79330;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #F79330;
}


.inschrijven_step {
  padding: 50px 10px;
}

.inschrijven_step .form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px;
  -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);
}

.inschrijven_step .form input[type=text], .inschrijven_step input[type=number] , .inschrijven_step .form input[type=email], .inschrijven_step .form select {
  width: 100%;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  border: none;
  background-color: #ededed;
  margin-bottom: 20px;
}

.inschrijven_step .form button {
  background-color: #000;
  color: white;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding: 10px 35px;
  border-radius: 200px;
  border: none;
}

.inschrijven_step .form button:disabled {
  opacity: .6;
  filter: grayscale(100%);
}

.inschrijven_step .form select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.halfwidth {
  width: 49%;
}

.twothrirdswidth {
  width: 65.66%;
}

.thirdwidth {
  width: 32.33%;
}

.run_select {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.subform {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}


.run_select label>div {
  position: relative;
  z-index: 1;
  padding: 15px;
  width: 100%;
  background-color: white;
  -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);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  transition: all .3s;
  cursor: pointer;
  font-size: 0.9em;
}

.run_select label>div:hover {
  background-color: #F79330;
  color: white;
}

.run_select label>div div {
  width: 30px;
  height: 30px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -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);
  margin-bottom: 10px;
  background-color: white;
}

.run_select label>div span {
  font-size: 1.3em;
  padding-top: 5px;
  width: 100%;
  text-align: center;
}

.run_select label input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.run_select label {
  width: 23%;
  position: relative;
  font-weight: 700;
  color: #606060;
}
.run_select label div i {
  display: none; 
}

.activechoice>div {
  color: white;
  background-color: #F79330 !important;
}

.activechoice>div div i {
  display: block;
  color: #000;
}


.bevestigen_step {
  max-width: 900px;

  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px;
  display: none;
  -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);
}

.gegevens_bevestig {
  width: 100%;
  margin-top: 20px;
}

.gegevens_bevestig h3 {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  color: #626262;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.1em;
}


.gegevens_bevestig h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #383838;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 2px solid #f6f6f6;
  align-items: center;
}

.gegevens_bevestig h3 div {
  min-width: 200px;
  font-weight: 700;
}

.step_titel {
  font-weight: 700;
  font-size: 1.5em;
  width: 100%;
  color: #F79330;
  margin-bottom: 15px;
}

.betalen_split {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.betalen_split button {
  padding: 12px 35px;
  border-radius: 200px;
  background-color: #F79330;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border: none;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.betalen_split button i {
  margin-right: 10px;
  font-size: 1.3em;
}

.bestelling_geplaatst {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

.bestelling_geplaatst>div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.bestelling_geplaatst > div > i {
  font-size: 2.5em;
  color: #F79330;
  margin-bottom: 20px;
}

.bestelling_geplaatst h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
  color: #F79330;
}

.bestelling_geplaatst h2 {
  font-size: 1.1em;
  color: #353535;
  text-align: center;
  margin-bottom: 20px;
}

.bestelling_geplaatst div {
  color: #000;
  text-align: center;
  line-height: 150%;
}

.bestelling_geplaatst_button {
  margin-top: 20px;
  display: inline-block;
  color: #353535;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #353535;
}

/* Einde Tarieven */

@media only screen and (max-width:1200px){
  .curtain-click.title {
    margin-right: 0;
}
}

@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;
  }

  .blog-overzicht .blog-item {
    width: 98%;
  }

  .inner_header nav {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .menuholder {
    display: flex;
  }

  .ressho {
    display: block;
    margin-right: 15px;
    padding: 10px 30px;
    border-radius: 200px;
    background-color: #F38025;
    font-weight: 700;
    color: white;
  }

  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1050px) { 
  .filmpje {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    background-attachment: initial !important;
  }
  .curtaindrop h2 {
    font-size: 2.5em;
}
  .filmpje .bannerbottom {
    display: none;
  }

  .bannerbol {
    display: none;
  }

  .bannerdates {
    width: 70%;
    top: 50%;
  }

  .vragen_form {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {

  .titel_header {
    padding: 60px 10px;
  }
}



@media screen and (max-width: 950px) {

  .blokken article>img {
    width: 90%;
    order: 1 !important;
  }

  .footer-item:first-child {
		display: none;
	} 

  .blokken_content {
    width: 90%;
    padding: 20px 0;
    order: 2 !important;
  }

  .blokken article {
    justify-content: center;
    padding: 10px 0px;
  }
  
  .siteby a:last-child {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    color: #b1b1b1;
  }

  .parcours_pagina_left {
    width: 100%;
  }

  .parcours_pagina_right {
    width: 100%;
  }


}

@media screen and (max-width: 900px) {
  .instaholder {
    padding: 0;
    background-color: white;
  }

  .insta-preview a {
    width: 48%;
  }

  .sponsor_page article {
    width: 31.33%;
  }

  .date1 {
    display: none;
  }

  .date2 {
    display: block;
  }

  .inschrijven_step .form {
    box-shadow: none;
    padding: 50px 20px;
  }

  .run_select label>div {
    text-align: center;
    min-height: 50px;
  }

  .run_select label {
    width: 48%;
    margin: 1%;
  }

  .inschrijven_step {
    padding: 0;
  }

  .bevestigen_step{
    padding: 50px 20px;
    margin: 0;
  }

  .ressho {
    font-size: .9em;
    padding: 10px 20px;
  }

  .filmpje a {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .vragensplit {
    margin-top: 100px;
  }
}

@media only screen and(max-width:850px){
  .curtain-click.title {
    font-size: 16px !important;
    padding: 7px 25px;
}
}

@media only screen and (max-width: 800px) {
  #in_beeld_video{
    width: 80%;
  }
  .partnerlist article{
    flex-direction: column;
  }
  .partnerlist article .imgContainer{
    width: 100%;
  }
  .partnerlist article .information{
    width: 100%;
  }
  .partnerlist article .information h2{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .partnerlist article .information p{
    font-size: 1rem;
  }

  .left_donate {
    position: relative;
    transform: initial;
    left: initial;
    top: initial;
  }

  .inner_header nav a {
    color: black !important;
  }

  .contactpage {
    background-image: none !important;
  }

  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.1rem;
  }
  .curtaindrop p {
    font-size: 1.2em;
    line-height: 1.4em;
}
.curtaindrop h2 {
    font-weight: 600;
    font-size: 1.8em;
}
.curtain-close {
    font-size: 30px;
}
.curtaindrop .button {
    font-size: 17px;
    padding: 12px 30px;
}
}

@media only screen and (max-width: 750px) {
  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .footer-socials {
		margin-top: 30px;
	}
  .footer-geg>div div:first-child {
		display: none;
	}
	.footer-geg>div div:last-child {
		padding-left: 0;
	}
	.footer-geg>div div i, .footer-geg>div div:last-child p {
		text-align: center;
		width: 100%;
	}
  .footer-item {
		text-align: center;
		width: 100%;
	}
  .innerfooter ul {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-content-row .multi-img-holder.four>* {
    width: 48%;
    margin: 2% 0;
  }

  .vragen article h2 {
    font-size: 1em;
  }

  .vragen article div {
    font-size: .9em;
  }
}

@media only screen and (max-width: 700px) {
  .goede_doelen article{
    flex-direction: column;
    align-items: center;
  }
  .goede_doelen article a {
    width: 60%;
    margin-bottom: 1rem;
  }
  .goede_doelen article .information {
    width: 90%;
  }

  .goede_doelen article:nth-child(odd) .information {
    order: 2;
  }
  .goede_doelen article:nth-child(odd) a {
    order: 1;
  }

  .innerfooter {
		padding-top: 35px;
		padding-bottom: 35px;
		margin-top: 25px;
	}





  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }

  .uitslagen {
    font-size: .8em;
  }

  .uitslagen article div:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .blog-main .blog-img .h1 {
    position:static;
    padding:25px 15px;
    background-color: #F79330;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 650px) {
  .banner_head {
    display: none;
  }

  .floating_donate {
    bottom: 10px;
    right: 10px;
    font-size: .8em;
    padding: 10px 25px;
  }

  .logo {
    position: relative;
    top: initial;
    left: initial;
    width: 100px;
  }

  .inner_header nav {
    padding: 10px;
    margin-top: 10px;
  }

  .delres {
    display: none;
  }

  .donate {
    background-color: transparent;
    padding: 0;
    color: white !important;
  }

  header {
    position: relative;
  }

  .bannerdates {
    width: 110%;
    top: 50%;
  }

  .contactpage {
    padding-top: 0;
    min-height: 0;
    padding: 50px 10px;
  }

  .filmpje {
    height: 400px;
  }


  .logobanner img {
    margin: 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;
  }

  .tarieven {
    flex-wrap: wrap;
    padding: 20px 0; 
    justify-content: center;
  }

  .tarieven article {
    width: 100%;
    max-width: 95%;
    margin: 15px 0;
  }

  .vragensplit {
    padding-top: 30px;
    margin-top: 0px;
  }
  .curtain-click.title {
    display: none;
}
.curtain-click.icon {
    display: block;
    font-size: 23px;
    margin-right: 5px;
    color: #003361;
}
.curtaindrop>div>div:last-child {
    width: 95%;
}
.curtaindrop h2 {
    font-size: 1.5em;
}
.curtaindrop .c {
    font-weight: 200;
}
.curtaindrop .button {
    font-size: 15px;
    padding: 10px 25px;
}
}

@media screen and (max-width: 600px){
  .sponsor_page article {
    width: 48%;
  }

  .betalen_split {
    flex-direction: column;
  }

  .betalen_split button {
    width: 100%;
    margin-bottom: 20px;
  }

  .betalen_split button:first-child {
    background-color: white;
    color: #F79330;
  }

  .gegevens_bevestig h3 {
    font-size: 1em;
  }
}

@media screen and (max-width: 550px){
  .inner_header {
    padding: 10px;
  }

  .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;
  }

  #Het_Vanhoo_Team{
    margin-top: 11%;
  }

  .run_select label {
    width: 98%;
    margin: 1%;
  } 

  .halfwidth {
    width: 100%;
  }

  .twothrirdswidth {
    width: 100%;
  }

  .thirdwidth {
    width: 100%;
  }

  .subform {
    flex-direction: column;
  }

  .inschrijven_step .form button {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .logo {
    width: 100px;
  }

  .donatecontainer {
    padding: 0;
  }

  .inner_header nav a {
    margin: 0 5px;
  }

  .blog-rows .blog-inhoud {
    min-height: 50px;
  }   
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6rem;
  }
}















@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}