h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #a36e17;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-color: #a36e17;
  border-left-style: solid;
  border-left-width: 5px;
  font-size: 18px;
  line-height: 22px;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #fffbf4;
  box-shadow: none;
}

.header.headerhome {
  padding-top: 0px;
  background-color: transparent;
}

.header-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.logo {
  margin-top: 10px;
}

.logo.w--current {
  margin-top: 10px;
  cursor: default;
}

.nav-link {
  color: #fff;
  font-weight: 500;
}

.nav-link.w--current {
  margin-top: 10px;
  color: #f5a623;
}

.nav-link.witte-achtergrond {
  margin-top: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #292929;
  text-decoration: none;
}

.nav-link.witte-achtergrond:hover {
  color: #f5a623;
}

.nav-link.witte-achtergrond:active {
  color: #a36e17;
}

.nav-link.witte-achtergrond.w--current {
  width: 100%;
  height: 100%;
  color: #a36e17;
}

.nav-link.nav-link-2 {
  text-decoration: none;
}

.nav-link.nav-link-4 {
  text-decoration: none;
}

.nav-link-2 {
  margin-top: 10px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #f5a623;
}

.nav-link-2.w--current {
  color: #f5a623;
}

.nav-link-2.witte-achtergrond {
  color: #292929;
}

.nav-link-2.nav-link {
  padding-right: 20px;
}

.nav-link-2.nav-link:hover {
  color: #f5a623;
}

.nav-link-2.nav-link.witte-achtergrond {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2.nav-link.witte-achtergrond:hover {
  color: #f5a623;
}

.nav-link-2.nav-link.witte-achtergrond.w--current {
  color: #f5a623;
}

.nav-link-3 {
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-top: 10px;
  margin-left: 50px;
  padding: 10px 10px 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.23);
  background-color: rgba(245, 166, 35, 0.85);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.nav-link-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 117, 21, 0.85)), to(rgba(175, 117, 21, 0.85)));
  background-image: linear-gradient(180deg, rgba(175, 117, 21, 0.85), rgba(175, 117, 21, 0.85));
}

.nav-link-3.donerenknopmobiel {
  margin-top: 20px;
  margin-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-3.donerenknopmobiel:hover {
  background-color: rgba(175, 117, 21, 0.85);
  background-image: none;
}

.nav-link-3.donerenknopmobiel:active {
  background-color: rgba(134, 89, 13, 0.85);
  background-image: none;
  box-shadow: inset 0 0 7px -1px rgba(0, 0, 0, 0.51);
}

.nav-link-3.donerenknopmobiel.w--current {
  color: #fff;
}

.nav-link-3.oranje-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-3.oranje-button:hover {
  background-color: rgba(175, 117, 21, 0.85);
  background-image: none;
}

.nav-link-3.oranje-button:active {
  background-color: rgba(134, 89, 13, 0.85);
  box-shadow: inset 0 0 7px -1px rgba(0, 0, 0, 0.51);
}

.nav-link-3.oranje-button.button-doneren:hover {
  background-color: rgba(175, 117, 21, 0.85);
  background-image: none;
}

.nav-link-3.oranje-button.form-submit-button {
  width: 120px;
  height: 45px;
}

.nav-link-3.oranje-button.form-submit-button:hover {
  background-color: rgba(175, 117, 21, 0.85);
  background-image: none;
}

.nav-link-3.donerenknopform {
  margin-left: 0px;
  padding-right: 22px;
}

.nav-link-3.donerenknopform.plo-button {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.landing {
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliders-met-landing-content {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eerste-slide {
  left: 0%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Earth-brick-house-moving-in.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Earth-brick-house-moving-in.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eerste-slide.tweede-slide {
  position: fixed;
  left: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Earth-brick-house-moving-in.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Earth-brick-house-moving-in.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eerste-slide.intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.slide-3.haiti {
  background-image: url('../images/002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3.haiti.haiti-slide-4 {
  background-image: url('../images/zonnepanel9.jpg');
  background-position: 50% 50%;
}

.slide-3.haiti.haiti-slide-5 {
  background-image: url('../images/zonnepanel5.jpg');
}

.slide-3.haiti.haiti-slide-6 {
  background-image: url('../images/school-tuin.jpg');
}

.slide-3.haiti.haiti-slide-7 {
  background-image: url('../images/stucadoors-aan-het-werk.jpg');
}

.slide-3.haiti.haiti-slide-8 {
  background-image: url('../images/watertank.jpg');
}

.slide-3.haiti.haiti-slide-9 {
  background-image: url('../images/009.JPG');
}

.slide-3.haiti.haiti-slide-10 {
  background-image: url('../images/011.JPG');
}

.slide-3.haiti.haiti-slide-11 {
  background-image: url('../images/012.jpg');
}

.mask {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tweede-slide {
  background-image: url('../images/victor-kwashie-466703.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph {
  width: 70%;
  margin-bottom: 25px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.heading {
  color: #f5a623;
  font-size: 2.5rem;
}

.heading.home {
  position: static;
  left: 20px;
  bottom: 51px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 2.5rem;
  line-height: 1;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.56);
}

.heading.home.homelink {
  position: static;
  bottom: 17px;
  margin-top: 10px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading.home.homelink:hover {
  margin-right: 10px;
}

.heading.home.homelink.arrow {
  position: relative;
  left: 0px;
  bottom: -4px;
  margin-top: 5px;
  padding-left: 15px;
}

.heading.home.homelink.arrow.stichting {
  margin-top: 7px;
}

.heading.home.homelink.stichting {
  font-size: 1rem;
  text-shadow: none;
}

.icon {
  opacity: 1;
  -webkit-transition: text-shadow 200ms ease;
  transition: text-shadow 200ms ease;
  text-shadow: -2px 2px 15px rgba(0, 0, 0, 0.38);
}

.icon:hover {
  text-shadow: -2px 2px 13px rgba(245, 166, 35, 0.68);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav {
  display: none;
}

.body {
  background-color: #292929;
  font-family: Volkart, sans-serif;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.23);
  background-color: #fff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #68421e;
}

.button:hover {
  background-color: #d6d6d6;
}

.button:active {
  box-shadow: inset 0 0 7px -1px rgba(0, 0, 0, 0.51);
}

.nav-link-4.nav-link {
  margin-top: 10px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link-4.nav-link:hover {
  color: #f5a623;
}

.nav-link-4.nav-link.witte-achtergrond {
  display: block;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition-property: color;
  transition-property: color;
}

.nav-link-4.nav-link.witte-achtergrond:active {
  color: #a36e17;
}

.nav-link-4.nav-link.witte-achtergrond.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a36e17;
}

.nav-link-5.nav-link {
  margin-top: 10px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link-5.nav-link:hover {
  color: #f5a623;
}

.nav-link-5.nav-link.witte-achtergrond:active {
  color: #a36e17;
}

.nav-link-5.nav-link.witte-achtergrond.w--current {
  color: #a36e17;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.body-2 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
  color: #fff;
}

.projectenintrotekst {
  width: 80%;
  color: #292929;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.projectenintrotekst.projecteninfomobiel {
  width: 90%;
  font-family: Merriweather, serif;
  line-height: 1.5;
  font-weight: 400;
}

.projectenintrotekst.tekstenstichtingtekst {
  width: 90%;
  margin-bottom: 50px;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.projectenintrotekst.tekstenstichtingtekst.tekstklein {
  margin-bottom: 25px;
  font-size: 1rem;
}

.projectenintrotekst.tekstenstichtingtekst.tekstklein.bestuurtitel {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center;
}

.projectenintrotekst.tekstenstichtingtekst.tekstklein.bestuurtitel.bestuurbeschrijving {
  margin-top: 0px;
  font-size: 0.8rem;
  font-weight: 400;
}

.projectenintrotekst.tekstdoneren {
  width: auto;
}

.projectenintrotekst.tekstdoneren.small {
  margin-top: 10px;
  color: #4e4e4e;
  font-size: 0.8rem;
}

.projectenintrotekst.tekstdoneren.voettekst {
  margin-top: 15px;
  font-size: 0.8rem;
}

.container-2 {
  padding-top: 120px;
  background-color: #fffbf4;
  box-shadow: 0 0 6px 0 #fff;
}

.projectenintroheader {
  color: #f5a623;
  font-size: 2.5rem;
}

.projectenintroheader.headermobiel {
  font-family: Merriweather, serif;
}

.projectenintroheader.tekstenstichtingheader {
  font-family: Merriweather, serif;
}

.projectenintroheader.tekstenstichtingheader.headerklein {
  color: #a36e17;
  font-size: 2rem;
}

.projectenintroheader.tekstenstichtingheader.headerklein.projectensubkop {
  margin-top: 0px;
  font-family: Merriweather, serif;
  font-size: 1.8rem;
}

.projectenintroheader.tekstenstichtingheader.headerklein.projectensubkop.cijfers {
  margin-top: 35px;
  font-family: Merriweather, serif;
}

.projectenintroheader.headerdoneren {
  margin-bottom: 5px;
}

.projectenknoppenrij1 {
  height: 300px;
  margin-bottom: 50px;
}

.projectenknoppenrij2 {
  margin-bottom: 50px;
}

.projectenknoppen {
  margin-top: 0px;
  margin-bottom: 50px;
}

.container-3 {
  padding-top: 50px;
  background-color: #fffbf4;
}

.projectknop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  box-shadow: 0 1px 21px 2px rgba(0, 0, 0, 0.23);
  text-decoration: none;
}

.projectknop:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.projectknop.knopsrilanka {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/homeless2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/homeless2.jpg');
  background-position: 0px 0px, 50% 50%;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.projectknop.knopsrilanka:hover {
  box-shadow: 0 7px 26px 10px rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.01) translate(0px, -2px);
  -ms-transform: scale(1.01) translate(0px, -2px);
  transform: scale(1.01) translate(0px, -2px);
}

.projectknop.knopsrilanka.laatsteknop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Earth-brick-house-moving-in.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Earth-brick-house-moving-in.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: default;
}

.projectknop.knopsrilanka.laatsteknop.nepaloverlay {
  position: absolute;
  background-color: #a36e17;
  background-image: none;
  background-position: 0px 0px;
}

.projectknop.knopfillipijnen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.projectknop.knopfillipijnen.knopsrilanka {
  background-color: #292929;
  background-image: none;
  background-position: 0px 0px;
}

.projectknop.knophaiti {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/huisjes-voor-personeel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/huisjes-voor-personeel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projectknop.knophaiti:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/huisjes-voor-personeel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/huisjes-voor-personeel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projectknop.knophaiti.knopsrilanka:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/huisjes-voor-personeel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/huisjes-voor-personeel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knophaiti.knopsrilanka.knopghana2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/Picture10.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/Picture10.png');
}

.projectknop.knopgambia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gambia6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gambia6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knopgambia:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/Gambia6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/Gambia6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knopgambia.knopsrilanka:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gambia6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gambia6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knopghana {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_6858.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_6858.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knopghana:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/IMG_6858.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/IMG_6858.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knopghana.knopsrilanka:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_6858.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_6858.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projectknop.knopnepal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bir-Singh-Majhi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bir-Singh-Majhi.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.projectknop.knopnepaliii {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/smw1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/smw1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}
.projectknop.knopnepaliv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/0005.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/0005.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  height: 300px;
}

.column-3 {
  height: 300px;
}

.column-4 {
  height: 300px;
}

.column-5 {
  height: 300px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

.projectenknoptitel {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f5a623;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.witte-achtergrond {
  color: #292929;
}

.schaduw-op-scroll {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 21px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.projectintrotekst {
  height: auto;
}

.container-4 {
  padding-top: 80px;
}

.container-4.containermobiel {
  margin-top: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffbf4;
  font-family: Merriweather, serif;
}

.container-4.containermobiel.tweedecontainer {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Merriweather, serif;
}

.container-4.containermobiel.tweedecontainer.nepal {
  margin-bottom: 50px;
  padding-top: 0px;
}

.slide-4 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.slide-4.nepal-slide-1 {
  background-image: url('../images/Earth-brick-house-moving-in.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.hatislider {
  background-image: url('../images/20151001_1032471.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.gambia {
  background-image: url('../images/Gambia-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.srilanka {
  background-image: url('../images/homeless1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.ghana {
  background-image: url('../images/100_3356.jpg');
  background-position: 50% 0px;
}

.slide-4.ghana.slide {
  background-image: url('../images/100_3541.jpg');
  background-position: 50% 50%;
}

.slide-4.nepalg-slide-1 {
  background-image: url('../images/Khalte-laying-1st-stone--2018-01-16-no-4-Medium.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.huizen-slide-1 {
  background-image: url('../images/smw1.png');
  background-position: 0% 0%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/annie-spratt-427343.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5.nepal-slide-2 {
  background-image: url('../images/Earth-Brick-3.5-room-house.jpg');
}

.slide-5.haiti {
  background-image: url('../images/zonnepanel11.jpg');
}

.slide-5.gambia {
  background-image: url('../images/IMG_6851.jpg');
}

.slide-5.gambia.gambia-slide-3 {
  background-image: url('../images/IMG_6858.jpg');
}

.slide-5.gambia.gambia-slide-4 {
  background-image: url('../images/IMG_6855.jpg');
}

.slide-5.gambia.gambia-slide-5 {
  background-image: url('../images/Gambia.jpg');
}

.slide-5.srilanka {
  background-image: url('../images/homeless3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5.ghana {
  background-image: url('../images/100_3482.jpg');
  background-position: 50% 0px;
}

.slide-5.nepal-g-slide-2 {
  background-image: url('../images/Khalte-laying-1st-stone--2018-01-16-no-3-Medium.jpg');
}

.slide-5.huizen-slide-2 {
  background-image: url('../images/smw2.png');
  background-position: 0% 0%;
}

.projectenslider {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
}

.slider {
  display: block;
  width: 100vw;
  height: 70vh;
  max-height: 90vh;
  margin-right: auto;
  margin-left: auto;
}

.slider.slider-nepal {
  width: 100vw;
  height: 70vh;
  max-height: 90vh;
}

.slider.fillijpijnen {
  display: none;
}

.slide-6 {
  position: fixed;
  left: 200%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/100_3541.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/100_3541.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slide-6.srilanka {
  position: static;
  display: inline-block;
  background-color: #fffbf4;
  background-image: url('../images/Album_feb2007.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-3 {
  height: 100vh;
  background-color: #fffbf4;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Volkart, sans-serif;
}

.container-5 {
  display: none;
  height: 70vh;
}

.tekstenstichting {
  padding-top: 0px;
}

.body-4 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
}

.body-5 {
  background-color: #fffbf4;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Volkart, sans-serif;
}

.body-6 {
  background-color: #fffbf4;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Volkart, sans-serif;
}

.body-7 {
  background-color: #fffbf4;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Volkart, sans-serif;
}

.body-8 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
}

.container-6 {
  padding-top: 120px;
  background-color: #fffbf4;
  background-image: none;
  background-size: auto;
  font-family: Merriweather, serif;
}

.verantwoordingknoppen {
  margin-bottom: 25px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bestuursleden {
  margin-bottom: 20px;
}

.image {
  width: 300px;
}

.image-2 {
  width: 150px;
  margin-top: 2.5px;
}

.image-3 {
  width: 130px;
  margin-top: 10px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 120px;
}

.left-arrow {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.image-5 {
  width: 120px;
  margin-top: 0px;
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}

.image-5:hover {
  -webkit-filter: saturate(28%);
  filter: saturate(28%);
}

.image-5.over {
  width: 65%;
  margin-top: 25px;
  -webkit-filter: none;
  filter: none;
}

.image-5.over.black {
  margin-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand {
  margin-top: 10px;
}

.body-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf4), to(#fffbf4));
  background-image: linear-gradient(180deg, #fffbf4, #fffbf4);
  font-family: Volkart, sans-serif;
}

.doneren {
  padding-top: 0px;
  background-color: transparent;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf4), to(#fffbf4));
  background-image: linear-gradient(180deg, #fffbf4, #fffbf4);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-10 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
}

.contact {
  height: auto;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: block;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.textarea {
  overflow: auto;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: 100%;
  min-height: 160px;
  min-width: 100%;
}

.form-block {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 45px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  background-color: #f5a623;
}

.text-block {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.body-11 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffbf4;
}

.html-embed {
  width: 100%;
}

.row {
  width: 100%;
  height: auto;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf4), to(#fffbf4));
  background-image: linear-gradient(180deg, #fffbf4, #fffbf4);
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf4), to(#fffbf4));
  background-image: linear-gradient(180deg, #fffbf4, #fffbf4);
}

.body-12 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
}

.slide-7 {
  background-image: url('../images/Earth-brick-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7.ghana {
  background-image: url('../images/100_3540.jpg');
  background-position: 50% 0px;
}

.slide-8 {
  background-image: url('../images/Earth-brick-home-inside.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-8.nepal-slide-4 {
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8.ghana {
  background-image: url('../images/IMG_0707__2_.JPG');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-9.nepal-slide-5 {
  background-image: url('../images/DSCF8922.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9.ghana {
  background-image: url('../images/IMG_0703.jpg');
}

.slide-10 {
  background-image: url('../images/3I1A4227.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10.ghana {
  background-image: url('../images/IMG_0694.jpg');
}

.slide-11 {
  background-image: url('../images/1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11.ghana {
  background-image: url('../images/IMG_0697.jpg');
}

.slide-12 {
  background-image: url('../images/2-compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12.nepal-slide-8.nepal-slide-9 {
  background-image: url('../images/20180112_111132.jpg');
}

.slide-12.nepal-slide-8.nepal-slide-10 {
  background-image: url('../images/20180112_112202.jpg');
}

.slide-12.nepal-slide-8.nepal-slide-11 {
  background-image: url('../images/20180112_112347.jpg');
}

.slide-12.nepal-slide-8.nepal-slide-12 {
  background-image: url('../images/4.jpg');
}

.slide-12.nepal-slide-8.nepal-slide-13 {
  background-image: url('../images/IMG_8813.jpg');
}

.slide-12.ghana {
  background-image: url('../images/IMG_0695.jpg');
}

.slide-12.huizen-slide-3 {
  background-image: url('../images/smw3.png');
  background-position: 50% 50%;
}

.slide-12.nepal-slide-4 {
  background-image: url('../images/sundari-majhi.jpg'), url('../images/2-compressed.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.slide-12.huizen-slide-4 {
  background-image: url('../images/Bir-Singh-Majhi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #97641a;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.tab-link:active {
  background-color: #5d3d0e;
}

.tab-link.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #f5a623;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.tab-link-2 {
  background-color: #a16f1c;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.text-block-2 {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-block-4 {
  width: 95%;
  margin-bottom: 25px;
  margin-left: 10px;
  font-family: Volkart, sans-serif;
}

.div-block-4.jaarrekening {
  width: 80%;
  font-weight: 500;
}

.tabel {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #996317;
}

.tabel.jaarrekening {
  height: 35px;
}

.collection-item {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.body-13 {
  background-color: #fffbf4;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-top: 25px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-top: 1px solid #eee;
  background-color: #fffbf4;
  text-decoration: none;
}

.image-9 {
  width: 120px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-6 {
  margin-bottom: 2px;
  color: #292929;
  font-weight: 700;
  text-decoration: none;
}

.text-block-6.project {
  margin-bottom: 3px;
  margin-left: 10px;
  color: #615f5f;
  font-weight: 500;
}

.text-block-6.doneren {
  background-color: transparent;
  color: #f5a623;
}

.text-block-6.nepalkeuze {
  font-size: 1.5rem;
}

.link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #292929;
  font-weight: 500;
  text-decoration: underline;
}

.link:hover {
  color: #f5a623;
}

.link.sublink {
  color: #615f5f;
  font-weight: 500;
}

.link.sublink:hover {
  color: #f5a623;
}

.link.doneren {
  background-color: transparent;
  color: #a36e17;
}

.link.doneren:hover {
  color: #f5a623;
}

.link.nepalkeuze {
  margin-bottom: 20px;
  color: #f5a623;
  font-size: 1.2rem;
}

.link.nepalkeuze:hover {
  color: #fff;
}

.link.nepalkeuze.of {
  margin-bottom: 5px;
}

.link.nepalkeuze.of:hover {
  color: #f5a623;
}

.link.link-teksten {
  margin-bottom: 5px;
  color: #a36e17;
  font-size: 1rem;
}

.link.link-teksten:hover {
  color: #f5a623;
}

.link.link-teksten.link2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.text-span {
  color: #615f5f;
  font-weight: 500;
}

.text-span-2 {
  color: #292929;
  font-weight: 500;
  text-align: center;
}

.text-span-2.copyright {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #292929;
  font-size: 10px;
  font-weight: 400;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.image-10 {
  position: absolute;
  right: 0px;
  bottom: 91px;
  display: none;
  width: 100px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.form-block-2 {
  width: 100%;
}

.body-14 {
  background-color: #fffbf4;
  font-family: Volkart, sans-serif;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-2 {
  margin-right: 10px;
}

.text-field {
  width: 100px;
}

.paragraph-2 {
  font-family: Merriweather, serif;
}

.paragraph-3 {
  font-family: Merriweather, serif;
}

.tabs-menu {
  margin-bottom: 20px;
}

.paragraph-4 {
  font-family: Merriweather, serif;
}

.rich-text-block {
  font-family: Merriweather, serif;
  line-height: 1.5;
}

.rich-text-block.projectintrotekst {
  font-size: 1rem;
}

.tabs-menu-2 {
  margin-bottom: 20px;
}

.paragraph-5 {
  font-family: Merriweather, serif;
}

.paragraph-6 {
  font-family: Merriweather, serif;
}

.image-11 {
  width: 80px;
}

.image-12 {
  width: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-25 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-6 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-weight: 500;
}

.right-arrow {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.small {
  font-size: 0.7rem;
}

.ghana {
  background-image: url('../images/100_3484.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  position: fixed;
  left: 300%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/002.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-13.ghana {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_0708.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_0708.jpg');
}

.div-block-7 {
  position: static;
  left: 20px;
  bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.div-block-7:hover {
  color: #f5a623;
}

.div-block-8 {
  position: absolute;
  left: 25px;
  bottom: 44px;
}

.dropdown {
  font-weight: 500;
}

.dropdown-link {
  color: #fcfcfc;
  cursor: pointer;
}

.dropdown-link:hover {
  color: #292929;
}

.dropdown-link:active {
  color: rgba(0, 0, 0, 0.25);
}

.dropdown-link.w--current {
  color: #292929;
}

.dropdown-list {
  display: none;
  padding: 20px;
  background-color: #fffbf4;
  box-shadow: 0 0 6px 0 #fff;
  opacity: 0;
  -webkit-transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) scale(0.89);
  transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) scale(0.89);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dropdown-list.w--open {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #a36e17;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) scale(0.89);
  transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) scale(0.89);
}

.link-2 {
  text-decoration: none;
}

.icon-3 {
  display: none;
}

.italic-text {
  color: #a36e17;
  font-weight: 700;
}

.bold-text {
  color: #a36e17;
}

.text-block-7 {
  margin-bottom: 10px;
}

.image-13 {
  width: 40%;
}

.image-14 {
  width: auto;
  cursor: pointer;
}

.lightbox-link {
  width: 40%;
}

.tsunami {
  width: 250px;
  background-color: rgba(77, 77, 77, 0.81);
  color: #fff;
}

.image-15 {
  width: 100%;
}

.paragraph-7 {
  width: auto;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
}

.italic-text-2 {
  color: #f5a623;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
}

.div-block-9 {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  background-color: transparent;
}

.text-block-8 {
  font-style: italic;
}

.text-block-9 {
  font-weight: 700;
}

.text-block-10 {
  font-weight: 500;
}

.text-block-10.bold {
  font-weight: 700;
}

.text-block-11 {
  font-weight: 700;
}

.rood {
  color: #292929;
}

.text-block-12 {
  font-weight: 700;
}

.text-block-13 {
  font-style: italic;
}

.text-block-14 {
  font-style: italic;
}

.image-16 {
  position: absolute;
  left: -157px;
  right: 0px;
  bottom: 38px;
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.7;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-17 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 120%;
  height: 120%;
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.image-18 {
  width: 18px;
  margin-left: 15px;
  padding-top: 8px;
}

.image-19 {
  width: 18px;
  margin-left: 15px;
  padding-top: 8px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.rich-text-block-2 {
  color: #292929;
}

.copyright {
  position: static;
  left: 15px;
  bottom: 30px;
  z-index: 1;
  width: 40%;
  margin-top: 10px;
  color: #292929;
  font-size: 0.8rem;
  text-align: left;
}

.copyright.tweede {
  bottom: 6px;
  width: auto;
  float: right;
  font-weight: 500;
}

.text-span-3 {
  color: #eb0000;
}

.text-field-2 {
  width: 300px;
}

.text-field-3 {
  width: 300px;
}

.link-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block.w--current {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.video {
  position: static;
  width: auto;
}

.ghana-13 {
  background-image: url('../images/IMG_0708.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-20 {
  width: 100%;
}

.image-21 {
  width: 100%;
}

.row-6 {
  margin-bottom: 15px;
}

.nepalg-slide-3 {
  background-image: url('../images/image-0-02-06-8a0b28b037afea56034467acb7e60d859d57d742f6f16f498ffcdb564cdad4e8-V.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nepalg-slide-4 {
  background-image: url('../images/image-0-02-06-692fc2742fe065640688b53feec739c90fa3048eb0cccee5b868a4e177bd55d2-V.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nepal-g-slide-5 {
  background-image: url('../images/image-0-02-06-b4816a209cbb2560513f1f9c934469e6e9510f6d38f9f7087b9c9a3d0cd62334-V.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.ghana-14 {
  background-image: url('../images/141_0163.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.ghana-15 {
  background-image: url('../images/141_0073.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.ghana-16 {
  background-image: url('../images/141_0071.JPG');
  background-position: 50% 0px;
  background-size: cover;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a36e17;
  background-color: rgba(245, 166, 35, 0.8);
}

.heading-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.bigheading {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.bigheading:hover {
  text-decoration: underline;
}

.smallheading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #292929;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.html-embed-3 {
  text-align: center;
}

.slide-12-copy {
  background-image: url('../images/2-compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12-copy.nepal-slide-8.nepal-slide-9 {
  background-image: url('../images/20180112_111132.jpg');
}

.slide-12-copy.nepal-slide-8.nepal-slide-10 {
  background-image: url('../images/20180112_112202.jpg');
}

.slide-12-copy.nepal-slide-8.nepal-slide-11 {
  background-image: url('../images/20180112_112347.jpg');
}

.slide-12-copy.nepal-slide-8.nepal-slide-12 {
  background-image: url('../images/4.jpg');
}

.slide-12-copy.nepal-slide-8.nepal-slide-13 {
  background-image: url('../images/IMG_8813.jpg');
}

.slide-12-copy.ghana {
  background-image: url('../images/IMG_0695.jpg');
}

.slide-12-copy.huizen-slide-3 {
  background-image: url('../images/thuli-kanchi-majhi.jpg');
  background-position: 50% 50%;
}

.slide-12-copy.nepal-slide-4 {
  background-image: url('../images/sundari-majhi.jpg'), url('../images/2-compressed.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.slide-12-copy.huizen-slide-4 {
  background-image: url('../images/Bir-Singh-Majhi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5-copy {
  background-image: url('../images/annie-spratt-427343.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-copy.nepal-slide-2 {
  background-image: url('../images/Earth-Brick-3.5-room-house.jpg');
}

.slide-5-copy.haiti {
  background-image: url('../images/zonnepanel11.jpg');
}

.slide-5-copy.gambia {
  background-image: url('../images/IMG_6851.jpg');
}

.slide-5-copy.gambia.gambia-slide-3 {
  background-image: url('../images/IMG_6858.jpg');
}

.slide-5-copy.gambia.gambia-slide-4 {
  background-image: url('../images/IMG_6855.jpg');
}

.slide-5-copy.gambia.gambia-slide-5 {
  background-image: url('../images/Gambia.jpg');
}

.slide-5-copy.srilanka {
  background-image: url('../images/homeless3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-copy.ghana {
  background-image: url('../images/100_3482.jpg');
  background-position: 50% 0px;
}

.slide-5-copy.nepal-g-slide-2 {
  background-image: url('../images/Khalte-laying-1st-stone--2018-01-16-no-3-Medium.jpg');
}

.slide-5-copy.huizen-slide-2 {
  background-image: url('../images/Schermafbeelding-2019-04-08-om-14.58.17.png');
  background-position: 0% 0%;
}

.slide-4-copy {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.slide-4-copy.nepal-slide-1 {
  background-image: url('../images/Earth-brick-house-moving-in.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-copy.hatislider {
  background-image: url('../images/20151001_1032471.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-copy.gambia {
  background-image: url('../images/Gambia-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-copy.srilanka {
  background-image: url('../images/homeless1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-copy.ghana {
  background-image: url('../images/100_3356.jpg');
  background-position: 50% 0px;
}

.slide-4-copy.ghana.slide {
  background-image: url('../images/100_3541.jpg');
  background-position: 50% 50%;
}

.slide-4-copy.nepalg-slide-1 {
  background-image: url('../images/Khalte-laying-1st-stone--2018-01-16-no-4-Medium.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-copy.huizen-slide-1 {
  background-image: url('../images/Schermafbeelding-2019-04-08-om-14.58.38.png');
  background-position: 0% 0%;
  background-size: cover;
}

.html-embed-4 {
  text-align: center;
}

.column-28 {
  height: 300px;
}

.image-22 {
  display: block;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slide-14 {
  background-color: #fffbf4;
}

.text-span-4 {
  font-style: italic;
  font-weight: 700;
}

.slide-15 {
  background-image: url('../images/Preview_2020-11-27-16-43-052x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Picture11.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/Finder_2020-11-27-16-37-392x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Preview_2020-11-27-16-42-472x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Preview_2020-11-27-16-43-432x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-0001 {
  background-image: url('../images/0001.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0002 {
  background-image: url('../images/0002.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0003 {
  background-image: url('../images/0003.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0004 {
  background-image: url('../images/0004.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0005 {
  background-image: url('../images/0005.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0006 {
  background-image: url('../images/0006.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0007 {
  background-image: url('../images/0007.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0008 {
  background-image: url('../images/0008.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0009 {
  background-image: url('../images/0009.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0010 {
  background-image: url('../images/0010.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0011 {
  background-image: url('../images/0011.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0012 {
  background-image: url('../images/0012.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0013 {
  background-image: url('../images/0013.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0014 {
  background-image: url('../images/0014.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0015 {
  background-image: url('../images/0015.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0016 {
  background-image: url('../images/0016.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0017 {
  background-image: url('../images/0017.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0018 {
  background-image: url('../images/0018.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0019 {
  background-image: url('../images/0019.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0020 {
  background-image: url('../images/0020.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0021 {
  background-image: url('../images/0021.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0022 {
  background-image: url('../images/0022.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0023 {
  background-image: url('../images/0023.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0024 {
  background-image: url('../images/0024.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0025 {
  background-image: url('../images/0025.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0026 {
  background-image: url('../images/0026.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0027 {
  background-image: url('../images/0027.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-0028 {
  background-image: url('../images/0028.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-nav-2 {
  background-color: rgba(0, 0, 0, 0.25);
}

.text-block-15 {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .header.headerhome {
    padding-top: 0px;
  }

  .nav-link.w--current {
    margin-top: 10px;
  }

  .nav-link-2 {
    margin-top: 10px;
  }

  .nav-link-3.donerenknopmobiel {
    margin-top: 20px;
  }

  .nav-link-4.nav-link {
    margin-top: 10px;
  }

  .nav-link-5.nav-link {
    margin-top: 10px;
  }

  .column {
    margin-bottom: 15px;
  }

  .column-2 {
    margin-bottom: 15px;
  }

  .column-3 {
    margin-bottom: 15px;
  }

  .column-4 {
    margin-bottom: 15px;
  }

  .column-5 {
    margin-bottom: 15px;
  }

  .image-2 {
    margin-top: 2.5px;
  }

  .left-arrow {
    opacity: 0;
  }

  .image-8 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 45px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.6;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .div-block-4 {
    padding-right: 30px;
  }

  .tabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer {
    height: auto;
    padding-bottom: 5vh;
  }

  .text-block-6 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .text-span-2.copyright {
    color: #292929;
  }

  .right-arrow {
    display: none;
    opacity: 0;
  }

  .div-block-8 {
    bottom: 12%;
  }

  .italic-text-2 {
    font-size: 2.5rem;
  }

  .div-block-9 {
    width: 85%;
  }

  .image-16 {
    width: auto;
  }

  .image-17 {
    width: auto;
    height: 100vh;
  }

  .copyright {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .image-22 {
    width: 100%;
    height: auto;
    margin-top: 8%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    position: fixed;
    width: 100%;
    height: 85px;
    background-color: #fffbf4;
  }

  .header-container {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hamburger {
    margin-top: 0px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .logo {
    top: 0px;
  }

  .logo.w--current {
    top: 0px;
    z-index: 0;
    padding-top: 0px;
  }

  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: auto;
    padding-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fffbf4;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }

  .nav-link.w--current {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .nav-link.witte-achtergrond {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 1.5rem;
  }

  .nav-link-2.w--current {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .nav-link-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    text-align: center;
  }

  .nav-link-3.donerenknopmobiel {
    padding-bottom: 0px;
  }

  .nav-link-3.oranje-button {
    width: 100%;
    padding-top: 10px;
    font-size: 0.8rem;
  }

  .nav-link-3.donerenknopform.plo-button {
    width: 50%;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
  }

  .menu-button {
    position: relative;
    top: 0px;
    margin-top: 10px;
    background-color: transparent;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .menu-button.w--open {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: #fffbf4;
    -webkit-filter: none;
    filter: none;
  }

  .landing {
    height: 100%;
  }

  .sliders-met-landing-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eerste-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/annie-spratt-427343.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/annie-spratt-427343.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-3 {
    position: static;
  }

  .mask {
    position: fixed;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tweede-slide {
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/asoggetti-296085.jpg');
    background-position: 0px 50%;
    background-size: cover;
  }

  .paragraph {
    width: 90%;
    color: #fff;
    line-height: 1.3;
  }

  .paragraph.swipemobile {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }

  .heading {
    width: 90%;
    color: #f5a623;
    font-size: 3em;
    line-height: 1;
  }

  .heading.home {
    width: 90%;
    font-size: 10vw;
    line-height: 1.2;
  }

  .heading.home.homelink {
    width: auto;
    font-size: 7vw;
  }

  .icon {
    display: none;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
  }

  .body {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf4), to(#fffbf4));
    background-image: linear-gradient(180deg, #fffbf4, #fffbf4);
  }

  .nav-link-4.nav-link {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .nav-link-4.nav-link.witte-achtergrond {
    text-align: center;
  }

  .nav-link-4.nav-link.witte-achtergrond.w--current {
    text-align: center;
  }

  .nav-link-5.nav-link {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .body-2 {
    font-family: Volkart, sans-serif;
    color: #fff;
  }

  .projectenintro {
    margin-top: auto;
    padding-top: 80px;
  }

  .projectenintrotekst {
    width: auto;
    color: #292929;
  }

  .projectenintrotekst.projecteninfomobiel {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .projectenintrotekst.tekstenstichtingtekst {
    width: auto;
    font-size: 0.9rem;
  }

  .projectenintrotekst.tekstenstichtingtekst.tekstklein {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .projectenintrotekst.tekstdoneren {
    text-align: left;
  }

  .container-2 {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .projectenintroheader {
    color: #f5a623;
    font-size: 2.5rem;
  }

  .projectenintroheader.headermobiel {
    font-size: 1.8rem;
    line-height: 35px;
  }

  .projectenintroheader.tekstenstichtingheader {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .projectenintroheader.tekstenstichtingheader.headerklein {
    font-size: 1.3rem;
    line-height: 1;
  }

  .projectenintroheader.tekstenstichtingheader.headerklein.projectensubkop {
    line-height: 1.5;
  }

  .projectenintroheader.headerdoneren {
    display: block;
    text-align: left;
  }

  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .column {
    height: 250px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    height: 250px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    height: 250px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    height: 250px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    height: 250px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    display: none;
    height: 250px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .nav-menu-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 100vh;
    padding-top: auto;
    padding-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffbf4;
  }

  .menu-button-2 {
    margin-top: 10px;
    background-color: #fffbf4;
  }

  .menu-button-2.w--open {
    background-color: #fffbf4;
  }

  .projectintrotekst {
    height: auto;
  }

  .container-4.containermobiel {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-4.containermobiel.tweedecontainer {
    padding-top: 40px;
  }

  .projectenslider {
    margin-bottom: 0px;
  }

  .slider {
    height: 40vh;
    margin-bottom: 20px;
  }

  .div-block {
    position: relative;
    left: 0px;
    top: 45%;
    right: 0px;
    bottom: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .div-block-2 {
    position: relative;
    top: 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transform: translate(0px, -69%);
    -ms-transform: translate(0px, -69%);
    transform: translate(0px, -69%);
  }

  .container-5 {
    height: auto;
  }

  .container-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .verantwoordingknoppen {
    display: block;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .column-7 {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-8 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    margin-top: 10.5px;
  }

  .image-4 {
    width: 120px;
  }

  .left-arrow {
    display: block;
    opacity: 0;
  }

  .image-5 {
    width: 120px;
  }

  .image-5.over {
    width: 100%;
  }

  .brand {
    margin-top: 10px;
  }

  .column-15 {
    padding-left: 0px;
  }

  .column-16 {
    padding-left: 0px;
  }

  .container-7 {
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-3 {
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-8 {
    height: auto;
  }

  .form {
    width: 100%;
  }

  .image-6 {
    width: 15px;
  }

  .image-7 {
    width: 15px;
  }

  .container-9 {
    height: 110vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    height: auto;
  }

  .column-17 {
    height: 100%;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-18 {
    height: 70%;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-8 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 22px;
    display: block;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.6;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .column-19 {
    margin-bottom: 0px;
  }

  .column-20 {
    top: 10px;
  }

  .column-21 {
    top: 10px;
  }

  .column-22 {
    top: 10px;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jaarrekeningen {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4.jaarrekening {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabel.jaarrekening {
    height: auto;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    text-align: left;
  }

  .text-block-4 {
    text-align: left;
  }

  .text-block-5 {
    text-align: center;
  }

  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    height: auto;
    padding-top: 15px;
  }

  .text-block-6 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    text-align: center;
  }

  .text-block-6.project {
    margin-bottom: 15px;
  }

  .text-block-6.over {
    font-size: 1rem;
  }

  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .text-span-2.copyright {
    position: relative;
    left: auto;
    right: auto;
    bottom: -73px;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    color: #292929;
    font-size: 11px;
    text-align: left;
  }

  .row-3 {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-10 {
    position: relative;
    left: auto;
    right: auto;
    bottom: -55px;
    width: 150px;
  }

  .column-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
  }

  .div-block-8 {
    left: 10px;
    bottom: 5%;
  }

  .paragraph-7 {
    font-size: 1.1rem;
  }

  .italic-text-2 {
    font-size: 2rem;
  }

  .div-block-9 {
    width: 90%;
  }

  .image-17 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    height: 120vh;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  }

  .image-19 {
    width: 15px;
  }

  .rich-text-block-2 {
    width: 100%;
    text-align: left;
  }

  .copyright {
    left: 10px;
    right: 0px;
    bottom: 10px;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    font-size: 0.7rem;
    text-align: left;
  }

  .copyright.tweede {
    bottom: 37px;
    padding-left: 10px;
    float: none;
    text-align: left;
  }

  .text-field-2 {
    width: auto;
  }

  .text-field-3 {
    width: auto;
  }

  .div-block-10 {
    width: 90%;
  }

  .bigheading {
    text-align: center;
  }
}

@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart Hairline';
  src: url('../fonts/Volkart-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart Hairline';
  src: url('../fonts/Volkart-HairlineItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Volkart';
  src: url('../fonts/Volkart-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}