@charset "UTF-8";
/*
Theme Name: Natuurcentrum
Theme URI: https://natuurcentrumarnhem.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a Theme made for the website Natuurcentrum Arnhem.
Version: 1.0
Text Domain: natuurcentrumarnhem
*/
html, body {
  color: #565555;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-top: 0 !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: normal;
}

body.logged-in {
  position: relative;
  top: 32px;
}

a {
  color: #a0372c;
}
a:hover {
  color: #a0372c;
  text-decoration: none;
}

.mainContent {
  margin-bottom: 30px;
}
.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5,
.mainContent h6,
.mainContent p {
  color: #461e46;
}
.mainContent h1 a,
.mainContent h2 a,
.mainContent h3 a,
.mainContent h4 a,
.mainContent h5 a,
.mainContent h6 a,
.mainContent p a {
  text-decoration: underline;
}
.mainContent h2 {
  font-size: 35px;
}
.mainContent iframe {
  width: 100% !important;
  height: 400px !important;
}
.mainContent img {
  display: block !important;
  max-width: 100% !important;
  margin: 20px 0 !important;
}
.mainContent .ninja-forms-field[type=text],
.mainContent .ninja-forms-field[type=number],
.mainContent .ninja-forms-field[type=date],
.mainContent .ninja-forms-field[type=tel],
.mainContent textarea.ninja-forms-field,
.mainContent .ninja-forms-field[type=email] {
  background-color: #91911e;
  color: #fff !important;
}
.mainContent .nf-form-cont:before {
  background-image: url(images/dividers/divider-6.svg) !important;
}

.bg-green .mainContent .ninja-forms-field[type=text],
.bg-green .mainContent .ninja-forms-field[type=number],
.bg-green .mainContent .ninja-forms-field[type=date],
.bg-green .mainContent .ninja-forms-field[type=tel],
.bg-green .mainContent textarea.ninja-forms-field,
.bg-green .mainContent .ninja-forms-field[type=email] {
  background-color: #ffffff;
  color: #461e46 !important;
}

.mainContentOverview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mainContentOverview h1,
.mainContentOverview h2,
.mainContentOverview h3,
.mainContentOverview h4,
.mainContentOverview h5,
.mainContentOverview h6,
.mainContentOverview p {
  color: #fff;
}

.featuredImages {
  margin: 30px 0 50px 0;
}
.featuredImages .glightbox a {
  height: 100%;
  display: block;
}
.featuredImages .glightbox img {
  width: 100%;
  height: 200px;
  object-position: center;
  object-fit: cover;
  margin-bottom: 30px;
}
.featuredImages.featuredImagesSlider {
  margin-bottom: 0;
  position: relative;
}
.featuredImages.featuredImagesSlider img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
}
.featuredImages.featuredImagesSlider:before {
  background-image: url(images/maskers/masker-white-2.png);
  background-size: 100% calc(100% - 40px) !important;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  margin: -1px;
  left: 0;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: 1;
}

.bg-green .featuredImages.featuredImagesSlider:before {
  background-image: url(images/maskers/masker-green-4.png);
}

.scrollToCategories a {
  display: inline-block;
  margin-top: 14px !important;
}

.txt {
  color: #565555;
}

.navbar {
  padding: 0.5rem 0 0 0;
}

h1 {
  font-family: "Special Elite", cursive;
  font-size: 55px;
}

h2, h3 {
  font-family: "Special Elite", cursive;
  font-size: 50px;
}

h3 {
  font-size: 35px;
}

.logo {
  height: 160px;
  margin-top: -25px;
  position: absolute;
  z-index: 9;
}

.fill {
  height: 100px;
}

.intro,
.bg-red {
  position: relative;
}
.intro:before,
.bg-red:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -28px;
  height: 40px;
  background-color: #a0372c;
  background-repeat: no-repeat;
  -webkit-mask: url("images/separators/separator-1.svg") no-repeat;
  mask: url("images/separators/separator-1.svg") no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
}
.intro h1,
.bg-red h1 {
  margin: 0px;
}

.padding-xl {
  padding: 45px 30px 45px 45px !important;
}

#breadcrumbs {
  position: relative;
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  z-index: 5;
  min-height: 25px;
}
#breadcrumbs span {
  display: none;
}
#breadcrumbs .far {
  font-size: 15px;
  margin: 0px 10px;
}

.caption {
  color: #fff;
  font-size: 20px;
}

.dropdown-menu {
  border: 0;
  background-color: #461e46;
  margin-top: -20px;
  color: #fff !important;
}
.dropdown-menu .dropdown-item {
  background-color: #461e46 !important;
  color: #fff !important;
}

.nav-link {
  font-family: "Special Elite", cursive;
  font-size: 20px;
  color: #461e46 !important;
  padding: 32px 15px !important;
}

.txt-purple {
  color: #461e46 !important;
}

.header_single {
  height: 480px;
  background-size: cover !important;
  background-position: center center !important;
}

.noHeaderImage {
  height: 55px;
}

.container {
  max-width: 1400px;
}

.faqWrap {
  margin-top: 50px;
}
.faqWrap .accordion .panel p {
  padding: 0 7px;
}
.faqWrap .accordion .panel a {
  text-decoration: underline;
}
.faqWrap .accordion .panel .faq-vraag {
  font-size: 25px;
  background-color: transparent;
  border: 0;
  font-family: "Special Elite", cursive;
  color: #565555 !important;
  outline: none !important;
  text-align: left;
  display: flex;
}
.faqWrap .accordion .panel .faq-vraag i {
  margin: 3px 10px 0 0;
}

.bg-light {
  background: #F0E0C3 !important;
}
.bg-light:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -35px;
  height: 40px;
  background-color: #F0E0C3;
  background-repeat: no-repeat;
  -webkit-mask: url("images/separators/separator-1.svg") no-repeat;
  mask: url("images/separators/separator-1.svg") no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
}
.bg-light .mainContent h1,
.bg-light .mainContent h2,
.bg-light .mainContent h3,
.bg-light .mainContent h4,
.bg-light .mainContent h5,
.bg-light .mainContent h6,
.bg-light .mainContent p {
  color: #565555;
}

.bg-light-padding-bottom {
  padding-bottom: 140px;
}

.btn,
.ninja-forms-field[type=button],
.ninja-forms-field[type=button]:disabled,
.ninja-forms-field[type=button][disabled] {
  font-family: "Special Elite", cursive;
  padding-top: 20px !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: transparent !important;
}

.btn-primary,
.doneer-cta-form-btn,
.ninja-forms-field[type=button],
.ninja-forms-field[type=button]:disabled,
.ninja-forms-field[type=button][disabled] {
  background: url("images/btn-primary.png");
  background-size: 100% 100%;
  border: 0px;
  padding: 15px 30px;
  margin-top: 25px;
  background-color: transparent !important;
}

.btn-primary:hover,
.doneer-cta-form-btn:hover {
  background: url("images/btn-primary.png");
  background-size: 100% 100%;
}

.btn-default {
  background: url("images/btn-default.png");
  background-size: 100% 100%;
  border: 0px;
  padding: 15px 30px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.85);
}
.btn-default:hover {
  color: #fff;
}

.reserverenMobile {
  display: none;
}

.btn-primary.red,
.reserveren .ninja-forms-field[type=button],
.reserveren .ninja-forms-field[type=button]:disabled,
.reserveren .ninja-forms-field[type=button][disabled] {
  background: url("images/btn-primary-red.png");
  background-size: 100% 100%;
  color: #fff;
}

.bg-white {
  color: #565555;
  position: relative;
}
.bg-white:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -35px;
  height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-mask: url("images/separators/separator-2.svg") no-repeat;
  mask: url("images/separators/separator-2.svg") no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
}

.bg-green {
  background: #91911e;
  color: #fff;
  position: relative;
  padding-bottom: 140px;
}
.bg-green #breadcrumbs a {
  color: #fff;
  opacity: 0.7;
}
.bg-green a.read.readDark {
  color: rgba(255, 255, 255, 0.6);
}
.bg-green a.read.readDark:hover {
  color: rgba(255, 255, 255, 0.9);
}
.bg-green .nf-form-cont:before {
  display: none;
}
.bg-green h2 {
  color: #fff;
}
.bg-green .block-item h4 {
  color: #565555 !important;
}
.bg-green:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -35px;
  height: 40px;
  background-color: #91911e;
  background-repeat: no-repeat;
  -webkit-mask: url("images/separators/separator-1.svg") no-repeat;
  mask: url("images/separators/separator-1.svg") no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
}
.bg-green .nf-error-msg, .bg-green .ninja-forms-req-symbol {
  color: #ebbe00;
}
.bg-green .nf-error .ninja-forms-field {
  border: 1px solid #ebbe00;
}
.bg-green .mainContent h1,
.bg-green .mainContent h2,
.bg-green .mainContent h3,
.bg-green .mainContent h4,
.bg-green .mainContent h5,
.bg-green .mainContent h6,
.bg-green .mainContent p {
  color: #fff;
}

.bg-green-location {
  padding-bottom: 60px;
}

.overviewBlock {
  margin-bottom: 30px;
}
.overviewBlock .block-item-body {
  padding: 30px 50px 60px 50px !important;
}

.didYouKnow {
  font-family: "Special Elite", cursive;
  font-size: 35px;
}

.bg-yellow {
  background: #ebbe00;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
.bg-yellow #breadcrumbs a {
  color: #fff;
  opacity: 0.7;
}
.bg-yellow .block-item:after {
  background: url(images/maskers/masker-yellow-1.png);
}
.bg-yellow .btn-default {
  background: url("images/btn-white.svg");
  color: #461e46 !important;
  background-size: 100% 100%;
  border: 0px;
  padding: 9px 42px;
  margin-top: 25px;
}
.bg-yellow:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -35px;
  height: 40px;
  z-index: 1;
  background-color: #ebbe00;
  background-repeat: no-repeat;
  -webkit-mask: url(images/separators/separator-3.svg) no-repeat;
  mask: url(images/separators/separator-3.svg) no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
}

.bg-red {
  background: #a0372c;
  color: #fff;
}
.bg-red #breadcrumbs a {
  color: #fff;
  opacity: 0.7;
}

.bg-purple {
  background-color: #422c4f;
  color: #fff;
}

section {
  position: relative;
  padding: 60px 0px;
}

.half-image {
  position: absolute;
  width: 45%;
  right: 0px;
  height: 100%;
  top: 0px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.h2 {
  color: #fff;
}

.top {
  padding: 7px 0;
  background-color: #461e46;
}
.top .nav-link {
  color: #fff !important;
  text-decoration: transparent !important;
  font-family: "Montserrat", sans-serif;
  padding: 5px 0 !important;
  font-size: 16px;
}
.top .featured .nav-link {
  background-image: url(images/btn-primary.png);
  background-size: 100% 100%;
  padding: 5px 20px !important;
}
.top ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top ul li {
  float: left;
  padding: 0px 15px;
}
.top .topMenuPhone {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-left: 5px;
}
.top .topMenuPhone i {
  transform: rotate(90deg);
  margin-right: 5px;
  margin-left: 5px;
  font-size: 15px;
}

header {
  position: relative;
  width: 100%;
}
header:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -35px;
  height: 40px;
  z-index: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-mask: url(images/break_wit.svg) no-repeat;
  mask: url(images/break_wit.svg) no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: bottom;
}

.imageHeader {
  height: 80vh;
  min-height: 750px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}

.imageHeaderContent {
  position: relative;
  padding: 30px 15px 30px 50px;
  margin-left: 100px;
}
.imageHeaderContent h1,
.imageHeaderContent p {
  text-shadow: 0px 0px 25px black;
}
.imageHeaderContent p {
  font-weight: 600;
}

.imageHeaderContent:before {
  content: "";
  background-image: url("images/lijn01-horizontal.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}

.datum {
  display: inline-block;
  text-align: center;
  word-break: normal;
}
.datum p {
  word-break: normal;
}

.pside {
  padding-right: 25px;
}

.datum span {
  font-family: "Special Elite", cursive;
  font-size: 38px;
  display: block;
  margin-bottom: -13px;
  margin-top: -4px;
}

.datum p, .nieuws-item p {
  margin: 0px;
}

.blockBodyFlex {
  display: flex;
}

.dividerNewsActivity:before {
  content: "";
  background-image: url(images/dividers/divider-2.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  position: absolute;
  left: 50%;
  top: 15%;
  bottom: 0;
  width: 20px;
}
.dividerNewsActivity.fullHeight:before {
  left: 50%;
  top: 0;
  background-repeat: repeat-y;
}

.newsHome .block-item {
  height: auto;
}
.newsHome h3 {
  margin-bottom: 25px;
}

.handtitle {
  padding: 0px 0px 35px 0px;
  font-size: 50px;
}

.nieuws-items {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.nieuws-items .read {
  display: block;
  padding: 15px 20px;
}
.nieuws-items .nieuws-item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
  background-color: #fff;
}
.nieuws-items .nieuws-item .nieuws-img {
  position: relative;
  height: 100%;
  object-fit: cover;
  margin: 0;
  width: 100%;
  transition: all 0.5s ease;
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 30px;
}
.nieuws-items .nieuws-item .nieuws-img::after {
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background: url("images/masker-white.png") no-repeat;
  background-size: 100% 100% !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.nieuws-items .nieuws-item:hover {
  text-decoration: none;
  color: #565555;
}
.nieuws-items .nieuws-item:hover .nieuws-img {
  transform: scale(1.1);
  transition: all 0.4s ease-out;
}
.nieuws-items .nieuws-item:hover .more {
  background: url("images/more3.png");
}
.nieuws-items .nieuws-item::after {
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background: url("images/maskers/masker-green-small.png");
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: top left !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.nieuws-items .nieuws-item-body {
  padding: 45px 45px;
}
.nieuws-items .nieuws-item-body span {
  color: #a0372c;
  font-family: "Special Elite", cursive;
  font-size: 22px;
  margin-right: 10px;
}
.nieuws-items .block-item-body {
  margin-left: -30px;
}

.bg-red .more {
  background: url("images/more2.png") !important;
}

.bg-full {
  background: url("images/bg-white-full.png");
  background-size: 100% 100% !important;
  padding: 60px 0px 30px 0px;
}

.promotion {
  background-size: cover !important;
  background-position: center center;
  color: #fff;
  padding: 140px 0 100px 0;
  margin-top: -60px;
}
.promotion h3 {
  font-family: "Special Elite", cursive;
  font-size: 55px;
}

.education {
  padding: 140px 0 140px 0;
}

.promotion:before,
.education:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -5px;
  height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-mask: url(images/separators/separator-1.svg) no-repeat;
  mask: url(images/separators/separator-1.svg) no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.locationDescription {
  color: #000;
  font-size: 16px;
}

.maps {
  position: relative;
}

.bg-maps {
  padding-top: 0;
  padding-bottom: 15px;
}
.bg-maps:before {
  display: none;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
  z-index: 1;
  height: 90px;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-mask: url(images/separators/separator-3.svg) no-repeat;
  mask: url(images/separators/separator-3.svg) no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.location-related-news .activiteit-item {
  display: block;
}
.location-related-news .activiteit-item::after {
  content: "";
  display: block;
  height: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-image: url("images/lijn-rood.svg");
  background-repeat: no-repeat !important;
  background-position: center;
}
.location-related-news .activiteit-item:nth-child(2)::after {
  background-image: url("images/lijn-rood-2.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.location-related-news .activiteit-item:last-child::after {
  content: none;
}

.activiteit-items {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.activiteit-items .read {
  display: block;
  padding: 15px 20px;
}
.activiteit-items .activiteit-item {
  display: block;
  color: #fff;
}
.activiteit-items .activiteit-item .activiteit-img {
  position: relative;
  height: 120px;
  transition: all 0.5s ease;
  margin-top: -28px;
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 30px;
}
.activiteit-items .activiteit-item::after {
  content: "";
  display: block;
  height: 12px;
  margin-top: 15px;
  background-image: url("images/lijn01.svg");
  background-repeat: no-repeat !important;
  background-position: center;
}
.activiteit-items .activiteit-item:nth-child(2)::after {
  background-image: url("images/lijn02.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.activiteit-items .activiteit-item:hover {
  text-decoration: none !important;
}
.activiteit-items .activiteit-item p {
  margin-bottom: 0;
}
.activiteit-items .activiteit-item-body {
  padding-right: 32%;
}

.ctaLabel {
  display: block;
  position: fixed;
  z-index: 3;
  top: 35%;
  background-image: url(images/label-red.png);
  transform: rotate(270deg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 7px 25px 13px 25px;
  color: #fff !important;
  right: -9px;
  transform-origin: bottom right;
  font-weight: 600;
}

.block-item-wrap {
  margin-bottom: 30px;
}

.bg-red h3 {
  color: #fff !important;
}

.openingLabel {
  background-image: url(images/btn-primary-red.png);
  position: absolute;
  top: 60px;
  right: -40px;
  color: #fff;
  font-weight: 600;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 120px 20px 20px;
}

.block-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.block-item .block-img {
  position: relative;
  height: 260px;
  width: 100%;
  transition: all 0.5s ease;
  margin-top: -28px;
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 30px;
}
.block-item .block-item-body {
  position: relative;
  padding: 60px 25px;
}
.block-item .block-item-body .block-head {
  margin-bottom: 15px;
}
.block-item .block-item-body::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0px;
  background: url("images/image-overlay.png");
  background-size: 100% 100% !important;
  height: 50px;
  width: 100%;
}
.block-item .block-item-body .block-item-title {
  font-family: "Special Elite", cursive;
  font-size: 22px;
  padding: 0px 20px 0px 20px;
}
.block-item .block-item-body .block-item-title p {
  margin-bottom: 0px;
}
.block-item .block-item-body .block-item-title .quoteWrap {
  margin-bottom: 15px;
  text-indent: 27px;
}
.block-item .block-item-body .block-item-title .messageWrap {
  text-indent: 0;
  font-size: 20px;
}
.block-item .block-item-body .block-item-title .quote {
  font-size: 45px;
  position: absolute;
  margin-top: -4px;
}
.block-item .block-item-body .block-item-title .quote:first-child {
  left: -6px;
}
.block-item .block-item-body .block-item-title .quote:last-child {
  margin-left: -20px;
}
.block-item .block-item-body .block-item-title .quoteName {
  color: #a0372c;
}
.block-item .block-item-body .more {
  background: url("images/more.png");
  background-size: 100% 100% !important;
  background-position: center center !important;
  display: inline-block;
  font-size: 20px;
  padding: 15px 20px 12px 20px;
  color: #fff;
  position: absolute;
  right: 30px;
  z-index: 7;
}
.block-item .block-item-body-with-image {
  padding-top: 25px;
}
.block-item:hover {
  text-decoration: none;
  color: #565555;
}
.block-item:hover .block-img {
  transform: scale(1.1);
  transition: all 0.4s ease-out;
}
.block-item:hover .more {
  background: url("images/more3.png");
}
.block-item:after {
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background-size: 100% 100% !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.block-item-green::after {
  background: url("images/maskers/masker-green-1.png") no-repeat;
}

.block-item-wrap:nth-child(1n) .block-item-green::after,
.bg-green .block-item-wrap:nth-child(1n) .block-item:after,
.bg-green .overviewBlock:nth-child(1n) .block-item:after {
  background: url("images/maskers/masker-green-1.png") no-repeat;
}

.block-item-wrap:nth-child(2n) .block-item-green::after,
.bg-green .block-item-wrap:nth-child(2n) .block-item:after,
.bg-green .overviewBlock:nth-child(2n) .block-item:after {
  background: url("images/maskers/masker-green-2.png") no-repeat;
}

.block-item-wrap:nth-child(3n) .block-item-green::after,
.bg-green .block-item-wrap:nth-child(3n) .block-item:after,
.bg-green .overviewBlock:nth-child(3n) .block-item:after {
  background: url("images/maskers/masker-green-3.png") no-repeat;
}

.block-item-wrap:nth-child(1n) .block-item-light::after {
  background: url("images/maskers/masker-light-1.png") no-repeat;
}

.block-item-wrap:nth-child(2n) .block-item-light::after {
  background: url("images/maskers/masker-light-2.png") no-repeat;
}

.block-item-wrap:nth-child(3n) .block-item-light::after {
  background: url("images/maskers/masker-light-3.png") no-repeat;
}

.block-item-wrap:nth-child(1n) .block-item-light::after {
  background: url("images/maskers/masker-light-1.png") no-repeat;
}

.block-item-wrap:nth-child(2n) .block-item-light::after {
  background: url("images/maskers/masker-light-2.png") no-repeat;
}

.block-item-wrap:nth-child(3n) .block-item-light::after {
  background: url("images/maskers/masker-light-3.png") no-repeat;
}

.bg-red .block-item-wrap:nth-child(1n) .block-item::after {
  background: url("images/maskers/masker-red-1.png") no-repeat;
}

.bg-red .block-item-wrap:nth-child(2n) .block-item::after {
  background: url("images/maskers/masker-red-2.png") no-repeat;
}

.bg-red .block-item-wrap:nth-child(3n) .block-item::after {
  background: url("images/maskers/masker-red-3.png") no-repeat;
}

.bg-yellow .overviewBlock:nth-child(1n) .block-item:after,
.bg-yellow .overviewBlock:nth-child(1n) .block-item:after,
.bg-yellow .block-item-wrap:nth-child(1n) .block-item-light::after {
  background: url("images/maskers/masker-yellow-1.png") no-repeat;
}

.bg-yellow .overviewBlock:nth-child(2n) .block-item:after,
.bg-yellow .overviewBlock:nth-child(2n) .block-item:after,
.bg-yellow .block-item-wrap:nth-child(2n) .block-item-light::after {
  background: url("images/maskers/masker-yellow-2.png") no-repeat;
}

.bg-yellow .overviewBlock:nth-child(3n) .block-item:after,
.bg-yellow .overviewBlock:nth-child(3n) .block-item:after,
.bg-yellow .block-item-wrap:nth-child(3n) .block-item-light::after {
  background: url("images/maskers/masker-yellow-3.png") no-repeat;
}

.searchForm {
  margin-top: 30px;
}

.searchInputWrap {
  position: relative;
}
.searchInputWrap .searchInput {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0 35px;
  outline: none;
  border: 0;
  background-color: transparent;
}
.searchInputWrap:after {
  background: url(images/maskers/search-masker.png) no-repeat;
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background-size: 100% 100% !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.searchButton {
  margin-top: 5px !important;
  margin-left: 15px;
  word-break: normal;
}

.searchCategory {
  color: #a0372c;
}

.block-item-compact {
  padding: 14px;
}
.block-item-compact p,
.block-item-compact .block-head {
  margin-bottom: 0;
}
.block-item-compact .block-item-body .block-item-title h4 {
  font-size: 26px !important;
}

.block-locatie {
  background-color: #fff;
}
.block-locatie .block-item-body .block-head {
  color: #461e46;
  position: relative;
  z-index: 1;
}
.block-locatie .block-item-body .pside {
  padding-left: 8px;
}
.block-locatie .block-item-body .block-item-title h4 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.block-locatie .block-item-body .block-item-title p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #a0372c;
}

.block-social .block-item-body {
  padding: 35px 45px;
  z-index: 1;
}
.block-social .block-item-body:before {
  display: none;
}

.block-transparent {
  background-color: transparent;
  padding: 0;
}
.block-transparent .block-item-body {
  padding: 0;
}
.block-transparent .block-item-body:before {
  display: none;
}
.block-transparent .quoteWrap,
.block-transparent .quoteName {
  color: #fff !important;
}

.height100 {
  height: 100%;
}

.ninja-forms-field[type=text],
.ninja-forms-field[type=number],
.ninja-forms-field[type=date],
.ninja-forms-field[type=tel],
textarea.ninja-forms-field,
.doneer-cta-form input,
.doneer-cta-form textarea,
.ninja-forms-field[type=email] {
  padding: 15px;
  border: 0;
  font-size: 17px;
  outline: none !important;
}

select.ninja-forms-field {
  padding: 15px;
}

.nf-field-label label {
  font-family: "Special Elite", cursive;
}

.nf-form-title h3 {
  font-size: 50px;
}

.nf-form-fields-required {
  color: #461e46;
}

.nf-form-cont {
  position: relative;
  padding-top: 30px;
}
.nf-form-cont:before {
  content: "";
  display: block;
  height: 12px;
  margin-bottom: 30px;
  background-image: url(images/dividers/divider-5.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

.doneer-cta-form input,
.doneer-cta-form textarea {
  background-color: #ebbe00;
  color: #ffffff;
}

.tip {
  font-family: "Special Elite", cursive;
  font-size: 22px;
  line-height: 32px;
}
.tip span {
  display: block;
  opacity: 0.6;
}

.tipOfTheMonth:before {
  content: "";
  background-image: url(images/dividers/divider-3.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -31px;
  top: 0;
  bottom: 0;
  width: 20px;
}
.tipOfTheMonth p {
  font-family: "Special Elite", cursive;
  display: block;
  margin-bottom: 0;
}

.txt-red {
  color: #a0372c;
}

.read {
  font-family: "Special Elite", cursive;
  font-size: 21px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.1s all;
}
.read:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.readDark {
  color: #a0372c;
  opacity: 0.6;
}
.readDark:hover {
  color: #a0372c;
  opacity: 0.9;
}

.sidebar {
  margin-top: 70px;
  margin-bottom: 30px;
}

.bg-white .sidebar .nieuws-items .nieuws-item,
.bg-white .activityPreviewLandscape .nieuws-items .nieuws-item {
  background-color: #a0372c !important;
}
.bg-white .sidebar .nieuws-items .nieuws-item:after,
.bg-white .activityPreviewLandscape .nieuws-items .nieuws-item:after {
  background-image: url(images/maskers/masker-white-small.png);
}
.bg-white .sidebar .nieuws-items .nieuws-item:nth-child(2):after,
.bg-white .activityPreviewLandscape .nieuws-items .nieuws-item:nth-child(2):after {
  background-image: url(images/maskers/masker-white-small-2.png);
}
.bg-white .sidebar .nieuws-items .nieuws-item .nieuws-item-body span,
.bg-white .sidebar .nieuws-items .nieuws-item p,
.bg-white .activityPreviewLandscape .nieuws-items .nieuws-item .nieuws-item-body span,
.bg-white .activityPreviewLandscape .nieuws-items .nieuws-item p {
  color: #fff;
}

.bg-light .sidebar .nieuws-items .nieuws-item,
.bg-light .activityPreviewLandscape .nieuws-items .nieuws-item {
  background-color: #a0372c !important;
}
.bg-light .sidebar .nieuws-items .nieuws-item:after,
.bg-light .activityPreviewLandscape .nieuws-items .nieuws-item:after {
  background-image: url(images/maskers/masker-light-small.png);
}
.bg-light .sidebar .nieuws-items .nieuws-item:nth-child(2):after,
.bg-light .activityPreviewLandscape .nieuws-items .nieuws-item:nth-child(2):after {
  background-image: url(images/maskers/masker-light-small-2.png);
}
.bg-light .sidebar .nieuws-items .nieuws-item .nieuws-item-body span,
.bg-light .sidebar .nieuws-items .nieuws-item p,
.bg-light .activityPreviewLandscape .nieuws-items .nieuws-item .nieuws-item-body span,
.bg-light .activityPreviewLandscape .nieuws-items .nieuws-item p {
  color: #fff;
}

.activityPreviewLandscape {
  text-align: center;
}
.activityPreviewLandscape .nieuws-items {
  display: flex;
}
.activityPreviewLandscape .nieuws-items .nieuws-item {
  width: 100%;
}
.activityPreviewLandscape .nieuws-items .nieuws-item .row {
  height: 100%;
}
.activityPreviewLandscape .nieuws-items .nieuws-item:first-child {
  margin-right: 15px;
}
.activityPreviewLandscape .nieuws-items .nieuws-item:nth-child(2) {
  margin-left: 15px;
  margin-right: 15px;
}
.activityPreviewLandscape .nieuws-items .nieuws-item:last-child {
  margin-left: 15px;
}
.activityPreviewLandscape .nieuws-items .block-item-body {
  text-align: left;
}

.wjdSection {
  padding-bottom: 120px;
}

.wjdSection.bg-light .btn-primary {
  background: url(images/btn-primary-red.svg);
  background-size: 100% 100%;
}
.wjdSection.bg-light .wjd {
  position: relative;
  background-color: #fff;
  padding: 35px;
  z-index: 1;
}
.wjdSection.bg-light .wjd:after {
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background: url(images/maskers/masker-light-1.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: top left !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: -1;
}
.wjdSection.bg-light .tipOfTheMonth:before {
  background-image: url(images/dividers/divider-4.svg);
}

.wjd {
  padding-right: 40px;
  margin-top: 30px;
}
.wjd .far {
  margin-left: 10px;
}
.wjd .wjd-img {
  height: 145px;
  width: 450px;
  margin-right: 25px;
  display: block;
  float: left;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-mask-box-image: url("images/maskers/masker-img-1.svg");
}
.wjd .wjd-2 {
  width: 355px;
  height: 190px;
  -webkit-mask-box-image: url("images/maskers/masker-img-2.svg");
}

footer {
  padding: 60px 0px;
  position: relative;
}
footer strong {
  color: #461e46;
  font-size: 22px;
  font-weight: 400;
  font-family: "Special Elite", cursive;
}
footer:after {
  content: "";
  position: absolute;
  top: -85px;
  left: 40%;
  background-image: url(images/footer-icon.svg);
  background-repeat: no-repeat;
  height: 90px;
  width: 130px;
}

.activityAgenda {
  position: relative;
}
.activityAgenda:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  background-image: url(images/bird.svg);
  background-repeat: no-repeat;
  height: 510px;
  width: 190px;
  background-position: 80px 0px;
}

.copyright {
  padding: 0;
  display: flex;
  margin-bottom: 0;
  justify-content: center;
}
.copyright .nav-item {
  display: block;
  float: left;
  padding: 0 10px;
}
.copyright .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #565555 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.social {
  display: block;
  float: left;
  padding: 0 20px 0 0;
  font-size: 24px;
  margin-top: 5px;
  transition: opacity 0.2s;
}
.social:hover {
  opacity: 0.5;
}

.facebook {
  color: #3b599c !important;
}

.twitter {
  color: #5daade !important;
}

.youtube {
  color: #e42217 !important;
}

.instagram {
  color: #e83b61 !important;
}

.mail {
  color: #461e46 !important;
}

.phone {
  color: #461e46 !important;
}

.navbar-nav {
  z-index: 9;
}

.nav-item-search a {
  display: block;
  background: url("images/more2.png");
  background-size: 100% 100% !important;
  background-position: center center !important;
  height: 55px;
  width: 55px;
  padding: 18px !important;
  margin: 15px 10px 15px 20px;
  color: #fff !important;
}

.nav-item-donate a {
  display: block;
  background: url("images/btn-primary-red.svg");
  background-size: 100% 100%;
  border: 0;
  padding: 0 30px;
  margin-top: 0;
  height: 86px;
  text-align: center;
  color: #fff !important;
  width: 179px;
}

.springin {
  padding-left: 50px;
  padding-top: 20px;
  position: relative;
}
.springin:before {
  content: "";
  background-image: url(images/dividers/divider-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  background-size: 50%;
  top: 0;
  bottom: 0;
  width: 20px;
  overflow: hidden;
}

.direct {
  margin: 10px 0 0 0;
  font-size: 18px;
  display: block;
  list-style-type: none;
  padding: 0;
}
.direct li {
  color: #fff;
  display: flex;
}
.direct li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.direct li a {
  color: #fff;
  font-family: "Special Elite", cursive;
  line-height: 38px;
}

.direct.openingHours li {
  color: #565555 !important;
  display: flex;
}
.direct.openingHours li:before {
  content: "" !important;
  font-family: "Font Awesome 5 Pro";
}

.ctaHomepage .direct {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  text-align: left;
  margin: auto;
  display: inline-block;
}
.ctaHomepage .direct.noColumn {
  columns: 3 !important;
}

.natuur h4, .natuur h3 {
  font-family: "Special Elite", cursive;
  color: #a0372c;
  font-size: 48px;
}
.natuur .btn {
  background: url("images/btn-primary-red.svg");
  background-size: 100% 100%;
  border: 0;
  padding: 15px 20px;
  margin-top: 10px;
}

.partnerLogo img {
  width: 100%;
  max-width: 125px;
}

.searchDonateButtons {
  display: flex;
}

.mobileTopMenu {
  display: none;
}

.cta-image {
  position: relative;
  height: 40vh;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 20px;
}
.cta-image::before {
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background: url(images/maskers/masker-white.png) no-repeat;
  background-size: 100% 100% !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.cta-image-small {
  height: 30vh;
  width: 80%;
}

.cta {
  position: relative;
  background-color: #91911e;
  padding: 55px 55px 135px 55px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.cta .ctaImage {
  height: 230px;
  background-size: cover;
  position: relative;
  left: -60px;
  top: -60px;
  margin-bottom: -20px;
  width: calc(100% + 120px);
  background-repeat: no-repeat;
  z-index: -2;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0px;
  margin: -1px;
  left: 0px;
  background-size: 100% 100% !important;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: -1;
}

.bg-green .cta {
  color: #565555;
  background-color: #fff;
}

.cta.bg-white:before,
.bg-white .cta:before {
  background-image: url(images/maskers/masker-white.png);
}

.bg-yellow .cta:before {
  background-image: url(images/maskers/masker-yellow-2.png);
}

.bg-green .cta:before {
  background-image: url(images/maskers/masker-green.png) !important;
}

.bg-light .cta:before {
  background-image: url(images/maskers/masker-light-3.png) !important;
}

.accordion {
  margin-top: 18px;
}

.faqWrap .accordion .panel p {
  padding: 0 40px;
}

.dmm_dd.dmm_nomc {
  display: flex !important;
}

.dmm_dd.dmm_nomc img {
  margin: 0px 15px !important;
}

.cta.bg-activity-info {
  padding: 25px 55px 35px 135px;
}
.cta.bg-activity-info a {
  color: #ffffff !important;
  text-decoration: underline;
}
.cta.bg-activity-info:before {
  background-image: url(images/maskers/masker-white-small.png);
}

@media (max-width: 1399px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-light .navbar-nav#menu-main-menu .nav-link {
    font-size: 17px !important;
    padding: 32px 11px !important;
  }
}
@media (max-width: 1300px) {
  .activityAgenda:after {
    height: 400px;
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .blockBodyFlex {
    flex-direction: column;
  }
  .blockBodyFlex .datum {
    display: flex;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .blockBodyFlex .datum span,
.blockBodyFlex .datum p {
    margin-right: 7px;
  }

  .dropdown-menu {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  header .navbar-light .navbar-nav#menu-main-menu .nav-link,
header .mobileTopMenu .nav-link {
    font-size: 17px !important;
    padding: 7px 11px !important;
    text-align: center;
  }
  header .nav-item-search .nav-link,
header .nav-item-donate .nav-link {
    margin: auto !important;
  }
  header .navbar {
    z-index: 4;
  }
  header .navbar-toggler {
    border: 0;
    outline: none;
    position: relative;
    top: 13px;
  }
  header:after {
    bottom: -40px;
  }
  header .logo {
    margin-top: 0;
  }
  header .searchDonateButtons {
    align-items: center;
    justify-content: center;
  }
  header .searchDonateButtons .nav-link {
    margin: 0 15px;
  }
  header .searchDonateButtons .nav-item-donate .nav-link,
header .searchDonateButtons .nav-item-search .nav-link {
    margin: 0 5px !important;
  }

  .bg-yellow:before {
    -webkit-mask-position: top;
  }

  .newsHome {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cta.bg-activity-info {
    padding: 25px 25px 75px 105px;
  }

  .logo {
    height: 130px;
  }

  .ctaLabel {
    display: none;
  }

  .noHeaderImage {
    height: 65px;
  }

  .nieuws-items .nieuws-item .nieuws-img {
    height: 120px;
  }
  .nieuws-items .block-item-body {
    margin-left: 0;
  }

  .imageHeaderContent {
    margin-left: 15px;
  }

  .mobileTopMenu {
    display: block;
  }

  .top ul {
    display: none;
  }

  .searchInputWrap .searchInput {
    min-height: 70px;
  }
  .searchInputWrap:after {
    width: calc(100% - 30px);
    left: 15px;
  }

  .nieuws-items {
    margin-top: 25px;
  }

  .partnerLogo {
    text-align: center !important;
    margin-top: 15px;
  }

  .socials {
    margin: 0 auto 15px;
    display: table;
  }

  #breadcrumbs {
    display: none;
  }

  .activityPreviewLandscape .nieuws-items .nieuws-item:nth-child(2), .activityPreviewLandscape .nieuws-items .nieuws-item:last-child {
    margin: 0px;
  }

  .activityPreviewLandscape .nieuws-items {
    display: inline;
  }

  .activityPreviewLandscape .readDark {
    display: block;
    margin-top: 30px;
  }

  .nf-form-title h3 {
    font-size: 42px;
  }

  .single .bg-red.intro {
    padding: 30px 0px;
  }

  .sidebar {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .overviewBlock {
    margin-bottom: 30px;
  }
  .overviewBlock .block-item-body {
    padding: 30px 30px 60px 30px !important;
  }

  .reserverenMobile {
    display: block;
  }

  .reserverenDesktop,
.reserverenButton {
    display: none;
  }

  .cta.bg-activity-info:before {
    background-image: url(images/maskers/masker-white.png);
  }

  .cta.bg-activity-info {
    padding: 25px 25px 45px 55px;
  }

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

  h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .natuur h4,
.natuur h3,
.block-locatie .block-item-body .block-item-title h4 {
    font-size: 29px;
  }

  .bg-yellow:before {
    top: -25px;
  }

  .wjd {
    padding-right: 0;
  }

  .tipOfTheMonth {
    margin-top: 50px;
  }

  .activiteit-items .activiteit-item::after,
.activiteit-items .activiteit-item:nth-child(2)::after {
    background-position: left;
  }

  header:after {
    bottom: -20px;
  }

  #wpadminbar {
    position: fixed;
  }

  h1 {
    font-size: 30px;
  }

  .imageHeader {
    height: 100%;
  }
  .imageHeader .imageHeaderContent {
    margin-top: 130px;
    margin-bottom: 30px;
  }

  .bg-green:before,
.promotion:before,
.education:before,
.bg-light:before,
.bg-yellow:before,
.bg-white:before {
    top: -20px;
  }

  .ctaHomepage .direct {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .logo {
    height: 90px;
    margin-top: -20px !important;
  }

  #menu-main-menu {
    margin-top: 40px;
  }

  .ctaHomepage .direct.noColumn {
    columns: 1 !important;
  }

  header .navbar-light .navbar-nav#menu-main-menu .nav-link, header .mobileTopMenu .nav-link {
    font-size: 19px !important;
  }

  .header_single {
    height: 300px;
  }

  .mainContentOverview {
    padding-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
