/*!
Theme Name: IJsselgraaf WP Blank - door Kommotiv
Theme URI: https://kommotiv.nl
Author: Kommotiv
Author URI: https://kommotiv.nl
Description: Dit is een theme ontwikkeld voor de verschillende scholen vallend onder IJsselgraaf
Version: 1.0.0
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ijsselgraaf
*/
/* ============== RESET ============ */
@media screen {
  html {
    margin-top: 0px !important;
  }
}
/* ============== FONTS  ============ */
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url('assets/fonts/OpenSans-Light.eot');
    src: url('assets/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/OpenSans-Light.woff2') format('woff2'),
         url('assets/fonts/OpenSans-Light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('assets/fonts/OpenSans-Regular.eot');
    src: url('assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/OpenSans-Regular.woff2') format('woff2'),
         url('assets/fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    src: url('assets/fonts/OpenSans-Medium.eot');
    src: url('assets/fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/OpenSans-Medium.woff2') format('woff2'),
         url('assets/fonts/OpenSans-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('assets/fonts/OpenSans-SemiBold.eot');
    src: url('assets/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2'),
         url('assets/fonts/OpenSans-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('assets/fonts/OpenSans-Bold.eot');
    src: url('assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/OpenSans-Bold.woff2') format('woff2'),
         url('assets/fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Signika';
    font-weight: 300;
    src: url('assets/fonts/Signika-Light.eot');
    src: url('assets/fonts/Signika-Light.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Signika-Light.woff2') format('woff2'),
         url('assets/fonts/Signika-Light.woff') format('woff');
}
@font-face {
    font-family: 'Signika';
    font-weight: 400;
    src: url('assets/fonts/Signika-Regular.eot');
    src: url('assets/fonts/Signika-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Signika-Regular.woff2') format('woff2'),
         url('assets/fonts/Signika-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Signika';
    font-weight: 500;
    src: url('assets/fonts/Signika-Medium.eot');
    src: url('assets/fonts/Signika-Medium.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Signika-Medium.woff2') format('woff2'),
         url('assets/fonts/Signika-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Signika';
    font-weight: 600;
    src: url('assets/fonts/Signika-SemiBold.eot');
    src: url('assets/fonts/Signika-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Signika-SemiBold.woff2') format('woff2'),
         url('assets/fonts/Signika-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Signika';
    font-weight: 700;
    src: url('assets/fonts/Signika-Bold.eot');
    src: url('assets/fonts/Signika-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Signika-Bold.woff2') format('woff2'),
         url('assets/fonts/Signika-Bold.woff') format('woff');
}
/* ============== BOOTSTRAP UITBEREIDING ================== */
.g-45 {
  --bs-gutter-y: 2.25rem;
  --bs-gutter-x: 2.25rem;
}
.g-6, .gx-6 {
  --bs-gutter-x: 4rem;
}
.g-7, .gx-7 {
  --bs-gutter-x: 5rem;
}
.g-8, .gx-8 {
  --bs-gutter-x: 6rem;
}
.g-9, .gx-9 {
  --bs-gutter-x: 7rem;
}
.g-10, .gx-10 {
  --bs-gutter-x: 8rem;
}
.mb-45 {
  margin-bottom: 2.25rem;
}
.mb-6 {
  margin-bottom: 4rem;
}
.mb-7 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 6rem;
}
.mb-9 {
  margin-bottom: 7rem;
}
.mb-10 {
  margin-bottom: 8rem;
}
.mb-11 {
  margin-bottom: 9rem;
}
.mb-12 {
  margin-bottom: 10rem;
}
.mb-13 {
  margin-bottom: 11rem;
}
.mb-14 {
  margin-bottom: 12rem;
}
.mb-15 {
  margin-bottom: 13rem;
}
.mt-6 {
  margin-top: 4rem;
}
.mt-7 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 6rem;
}
.mt-9 {
  margin-top: 7rem;
}
.mt-10 {
  margin-top: 8rem;
}
.mt-11 {
  margin-top: 9rem;
}
.mt-12 {
  margin-top: 10rem;
}
.mt-13 {
  margin-top: 11rem;
}
.mt-14 {
  margin-top: 12rem;
}
.mt-15 {
  margin-top: 13rem;
}
.py-45 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* ==================== ALGEMEEN ======================== */
:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid #00552F;
  outline-offset: 1px;
  border-radius: 4px;
  box-shadow: none;
}
.skippy {
  background-color: #7B1959;
  z-index: +2000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: .3rem 0 .25rem 0;
}
.skippy a {
  color: #fff;
}
.skippy a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -1px;
  text-decoration: none;
}
#content {
  scroll-margin-top: 155px;
  scroll-margin-bottom: 155px;
}
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-style: normal;
   font-variation-settings:
    "wdth" 100;
}
#page {
  overflow:hidden;
}
h1, h2, h3, h4, h5 {
  color:#7B1959;
  font-family: "Signika", sans-serif;
}
h1 {
  font-weight: 600;
  margin-bottom: .75rem;
  font-size: 2rem;
}
h2 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: .75rem;
}
h3 {
  font-size: 1.3rem;
  font-weight: 500;
}
h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
h5 {
  font-size: 1.1rem;
  font-weight: 400;
}
p {
  font-size: 1rem;
}
p + h2, p + h3, p + h4 {
  margin-top: 1.75rem;
}
p + ul {
  margin-top: 1.75rem;
}
article strong {
  font-weight: 600;
}
article figure.figure {
  max-width: 100%;
}
article ul {
  list-style: none;
  padding: 0;
  margin-left: 25px;
  color: #000;
  margin-bottom: 1.5rem;
}
article ul li {
  margin-bottom: .5rem;
  position: relative;
}
article ul li:before {
  content: "";
  background: #7B1959;
  height: 8px;
  border-radius: 50%;
  width: 8px;
  margin-top: 10px;
  margin-left: -25px;
  position: absolute;
}
article ul li ul {
  padding-left: 25px;
  margin: 0;
  margin-top: .5rem;
}
article ul li ul li::before {
  content: "";
  background: #fff;
  border: 2px solid #7B1959 ;
  height: 8px;
  border-radius: 50%;
  width: 8px;
  position: absolute;
}
article ol {
  list-style: none;
  counter-reset: li;
  line-height: 1.6;
  padding-top: 0;
  padding-left: 0;
  color: #000;
  margin-left: 25px;
  margin-bottom: 1.5rem;
}
article ol li {
  counter-increment: li;
  line-height: 2rem;
}
article ol li::before {
  content: counter(li);
  color: #7B1959;
  font-weight: 400;
  display: inline-block;
  width: 25px;
  font-weight:600;
  margin-left: -25px;
}
article a,
.nav-links a, 
.accordion-body a {
  color: #7B1959;
  text-decoration: underline;
}
article a span.external,
.accordion-body a span.external {
  text-decoration: none;
}
article span.external::after,
.accordion-body span.external::after {
  content: url('assets/images/icons/externe-link.svg');
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  top: 1px;
  position: relative;
}
article a:hover,
.nav-links a:hover, 
.accordion-body a:hover {
  color: #000;
} 
article a:hover span.external::after,
.accordion-body a:hover span.external::after {
  content: url('assets/images/icons/externe-link-zwart.svg');
}
@media (min-width: 992px) {
  article p,
  article ul,
  article ol {
    max-width: 75%;
  }
  .wp-block-column p,
  .wp-block-column ul,
  .wp-block-column ol {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  article figure.figure {
    max-width: 47%;
  }
  article figure.figure.float-md-end {
    padding-left: 2rem;
  }
  article figure.figure.float-md-start {
    padding-right: 2rem;
  }
}
article .wp-block-table {
  width: 75%;
}
@media (max-width: 991px) {
  article .wp-block-table {
    width: 100%;
  }
}
article table {
  border:0px solid #E2E2E3;
  width: 100%;
  margin-bottom: 2rem;
  vertical-align: top;
}
article table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: #000000;
  border-bottom:0px solid #454163;
}
article table > tbody > tr {
  background: #CDE4CA;
}
article table > tbody > tr:nth-of-type(2n+1) > * {
  background: #B0D7B3;
  border-radius: 0;
}
article table thead {
  border-bottom: 0px solid #CDE4CA !important;
  background: #CDE4CA;
}
article table tr th {
  font-weight: 600;
  font-family: 'Signika', sans-serif;
  color: #000;
  font-size: 17px;
}
article table tr td,
article table tr th {
  border: 0px solid #E2E2E3 !important;
}
.accordion-faq {
  border-radius: .5rem;
  border: 0;
  border-width: 0;
}
.accordion-faq .accordion-item {
  border-radius: .5rem;
  border:0;
  background: transparent;
}
.accordion-faq .accordion-item .accordion-button {
  background: #E8F1E6;
  color: #00552F;
  font-family: "Signika", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
  border-radius: .5rem .5rem 0 0 !important;
  transition: all .1s ease-in-out;
}
.accordion-faq .accordion-item .accordion-button.collapsed {
  border-radius: .5rem !important;
  transition: all .6s ease-in-out;
}
.accordion-faq .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  background: url('assets/images/icons/uitklapper-haakje-down.svg') no-repeat center center;
  right: 15px;
  transition: ease-in-out 0.2s;
  top: 20px;
}
.accordion-faq .accordion-item .accordion-button:hover::after {
  top: 25px;
}
.accordion-faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-faq .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion-faq .accordion-item .accordion-button:not(.collapsed):hover::after {
  top: 20px;
}
.accordion-faq .accordion-item  .accordion-button:focus {
  box-shadow: none;
}
.accordion-faq .accordion-item .accordion-button:focus-visible {
  outline: 2px solid #00552F !important;
  outline-offset: 2px !important;
  border-radius: 4px;
}
.accordion-faq .accordion-body {
  background: #E8F1E6;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
  border-radius: 0 0 .5rem .5rem !important;
}
.accordion-faq .accordion-body p {
  max-width: 100%;
}
/* Buttons */
.btn {
  font-size: 18px;
  line-height: 1.2;
}
.btn:focus-visible {
  outline: 2px solid #00552F;
  box-shadow: none;
  border-radius: 4px;
} 
.btn:focus {
  box-shadow: none;
}
.btn-primary,
.btn-secondary {
  border: 0;
  border-radius: 4px;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  padding: .7rem 2rem .8rem 1rem;
  position: relative;
  min-width: 230px;
  text-align: left;
  transition: all .1s ease-in-out;
}
.btn-primary svg,
.btn-secondary svg {
  position: absolute;
  height: 12px;
  transition: all .1s ease-in-out;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-primary:hover svg,
.btn-primary:focus-visible svg,
.btn-secondary:hover svg,
.btn-secondary:focus-visible svg {
  right: 9px;
}
.btn-primary span.external::after, 
.btn-secondary span.external::after {
  content: url('assets/images/icons/externe-link-wit.svg');
}
.btn-primary:hover span.external::after, .btn-primary:focus span.external::after, .btn-primary:focus-visible span.external::after, .btn-primary.show span.external::after, .btn-primary:active span.external::after, .btn-primary:first-child:active span.external::after, :not(.btn-check) + .btn-primary:active span.external::after {
  content: url('assets/images/icons/externe-link-wit.svg');
}
.btn-primary {
  background: #7B1959;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary.show, .btn-primary:active, .btn-primary:first-child:active, :not(.btn-check) + .btn-primary:active {
  background: #E6007E;
}
.btn-secondary {
  background: #00552F;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary.show, .btn-secondary:active, .btn-secondary:first-child:active, :not(.btn-check) + .btn-secondary:active {
  background: #D2DB5C;
  color: #000;
}
.btn-secondary:hover svg path, .btn-secondary:focus svg path, .btn-secondary:focus-visible svg path, .btn-secondary.show svg path, .btn-secondary:active svg path, .btn-secondary:first-child:active svg path, :not(.btn-check) + .btn-secondary:active svg path {
  fill: #000;
}
.btn-secondary:hover span.external::after, .btn-secondary:focus span.external::after, .btn-secondary:focus-visible span.external::after, .btn-secondary.show span.external::after, .btn-secondary:active span.external::after, .btn-secondary:first-child:active span.external::after, :not(.btn-check) + .btn-secondary:active span.external::after {
  content: url('assets/images/icons/externe-link-zwart.svg');
}
.wp-block-columns .wp-block-column .buttons-cta a.btn {
  width:100%;
}
.btn-readmore {
  border: 0;
  border-radius: 4px;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  padding: .3rem 1rem .4rem 1rem;
  min-width: 150px;
  text-align: left;
  transition: all .1s ease-in-out;
  color: #7B1959;
  background: #FFF;
}
.btn-readmore .svg {
  position: relative;
  float: right;
  top: 50%;
}
.btn-readmore svg {
  position: absolute;
  height: 10px;
  transition: all .1s ease-in-out;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-readmore:hover svg,
.btn-readmore:focus-visible svg {
  right: -4px;
}
.btn-readmore:hover svg path,
.btn-readmore:focus-visible svg path {
  fill: #E6007E;
}
.btn-readmore:hover, .btn-readmore:focus, .btn-readmore:focus-visible, .btn-readmore.show, .btn-readmore:active, .btn-readmore:first-child:active {
  color: #E6007E;
  background: #FFF;
}
.btn-readmore.btn-small {
  min-height: 30px;
  min-width: 50px;
}
/* Buttons Groot */
.buttons-groot a {
  color:#fff;
  background: #7B1959;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 8px;
  transition: all .1s ease-in-out;
  display: flex;
  flex-flow: column;
  font-size: 1.2rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  font-family: 'Signika', sans-serif;
  position: relative;
}
.buttons-groot a span.ondertitel {
  font-size: .7rem;
}
.buttons-groot a.me-auto {
  text-align: left;
}
.buttons-groot a:hover, .buttons-groot a:focus, .buttons-groot a:focus-visible, .buttons-groot a.show, .buttons-groot a:active, .buttons-groot a:first-child:active {
  background: #D2DB5C;
  color: black;
}
.buttons-groot span:last-child {
  font-weight: 500;
}
.buttons-groot a .external::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: url('assets/images/icons/externe-link-wit.svg');
  transform: translate(-50%,-50%);
}
/* Buttons Groot 2 */
.buttons-groot-2 a {
  color: #7B1959;
  background: #CDE4CA;
  font-weight: 600;
  padding: 1.4rem 1.25rem;
  border: 0;
  border-radius: 8px;
  transition: all .1s ease-in-out;
  display: flex;
  flex-flow: column;
  font-size: 1.2rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
  font-family: 'Signika', sans-serif;
  position: relative;
  overflow: hidden;
}
.buttons-groot-2 a.me-auto {
  text-align: left;
}
.buttons-groot-2 a:hover, .buttons-groot-2 a:focus, .buttons-groot-2 a:focus-visible, .buttons-groot-2 a.show, .buttons-groot-2 a:active, .buttons-groot-2 a:first-child:active {
  background: #FCE9F3;
  color: #7B1959;
}
.buttons-groot-2 .bg {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 65px;
  height: 100%;
  opacity: .8;
}
.buttons-groot-2 .bg svg {
  height: 80px;
  left: 10px;
  position: relative;
}
/* Buttons CTA */
.btn-cta {
  background: #E8F1E6;
  border: 0;
  border-radius: 4px;
  color: #7B1959;
  font-family: 'Signika', sans-serif;
  font-size: 19px;
  font-weight: 600;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  min-width: 250px;
  text-align: left;
  transition: all .1s ease-in-out;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.btn-cta .bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65px;
  height: 100%;
  opacity: 1;
}
.btn-cta .bg svg {
  height: 80px;
  left: 10px;
  position: relative;
}
.btn-cta .svg svg {
  position: relative;
  height: 10px;
  transition: all .1s ease-in-out;
  left: 5px;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:focus-visible, .btn-cta.show, .btn-cta:active, .btn-cta:first-child:active {
  background: #FCE9F3;
  color: #7B1959;
}
.btn-cta:hover .svg svg {
  transition: all .1s ease-in-out;
  left: 10px;
}
/* Downloads */
.downloads-wrapper .card {
  background: #D2DB5C;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.downloads-wrapper .card .card-body h3 {
  font-size: 1.25rem;
  color: #00552F;
  font-weight: 600;
  line-height: inherit;
}
.downloads-wrapper .download-info,
.downloads-wrapper .download-open {
  display: block;
  color: #fff;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  padding: .25rem 2.5rem .25rem .5rem;
  border-radius: 4px;
  transition: .25s all ease-in-out;
  background: #00552F;
  text-align: left;
  position: relative;
  min-width: 120px;
}
.downloads-wrapper .download-info svg,
.downloads-wrapper .download-open svg {
  position: absolute;
  height: 10px;
  transition: all .1s ease-in-out;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.downloads-wrapper .download-info:hover,
.downloads-wrapper .download-open:hover,
.downloads-wrapper .download-info:focus,
.downloads-wrapper .download-open:focus,
.downloads-wrapper .download-info:active,
.downloads-wrapper .download-open:active,
.downloads-wrapper .download-info:focus-visible,
.downloads-wrapper .download-open:focus-visible {
  background: #fff;
  color: #00552F;
  transition: .25s all ease-in-out;
}
.downloads-wrapper .download-info:hover svg,
.downloads-wrapper .download-open:hover svg,
.downloads-wrapper .download-info:focus svg,
.downloads-wrapper .download-open:focus svg,
.downloads-wrapper .download-info:active svg,
.downloads-wrapper .download-open:active svg {
  right: 5px;
  transition: all .1s ease-in-out;
}
.downloads-wrapper .download-info:hover svg path,
.downloads-wrapper .download-open:hover svg path,
.downloads-wrapper .download-info:focus svg path,
.downloads-wrapper .download-open:focus svg path,
.downloads-wrapper .download-info:active svg path,
.downloads-wrapper .download-open:active svg path {
  fill: #00552F;
}
.downloads-wrapper .download-info:focus-visible,
.downloads-wrapper .download-open:focus-visible {
  outline-offset: -1px;
}
.downloads-wrapper .download-open span.external::after {
  content:url('assets/images/icons/externe-link-wit.svg');
  position: absolute;
  top: 5px;
}
.downloads-wrapper .download-info:hover span.external::after,
.downloads-wrapper .download-open:hover span.external::after,
.downloads-wrapper .download-info:focus span.external::after,
.downloads-wrapper .download-open:focus span.external::after,
.downloads-wrapper .download-info:active span.external::after,
.downloads-wrapper .download-open:active span.external::after {
  content:url('assets/images/icons/externe-link-groen.svg');
} 
/* Embed */
.wp-block-embed.is-type-video {
  margin-bottom: 3rem;
}
.wp-block-embed.aligncenter .wp-block-embed__wrapper {
  display: flex;
}
.wp-block-embed.aligncenter iframe {
  margin-left: auto;
  margin-right: auto;
}
blockquote.wp-embedded-content {
  display: none;
  visibility: hidden;
}
iframe.wp-embedded-content {
  width: 100%;

}
/* Gallerij */
.slick .slick-slide {
  margin: 10px 10px 10px 10px;
  border-radius: 1rem;
}
.slick .slick-slide img {
  border-radius: 1rem;
}
.slick .slick-list {
  margin: 0 -10px;
}
.slick-prev.slick-arrow {
  width: 20px;
  background: none;
  border:0;
  position: absolute;
  left: -35px;
  z-index: 1;
  top: 50%;
  translate: 0% -50%;
}
.slick-next.slick-arrow {
  width: 20px;
  background: none;
  border:0;
  position: absolute;
  top: 0px;
  right: -35px;
  z-index: 1;
  top: 50%;
  translate: 0% -50%;
}
@media (max-width: 585px) {
  ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  ul.slick-dots li:before {
    display: none;
  }
  ul.slick-dots li button {
    background: #E6EFF1;
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: .1rem;
    margin-left: .1rem;
    color: #000;
  }
  ul.slick-dots li.slick-active button {
    background:#cde0e4;
  }
}
/* Tabs */
ul.nav.nav-tabs {
  max-width: 100%;
}
ul.nav.nav-tabs li:before {
  display: none;
}
ul.nav.nav-tabs li {
  margin-bottom: 0;
}
ul.nav.nav-tabs .nav-link {
  color: #00552F;
  font-weight: bold;
  border: 1px solid #CDE4CA;
  background: #CDE4CA;
  position: relative;
  top: 1px;
  z-index: +1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
ul.nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background: #E8F1E6;
  border-color: #E8F1E6;
}
ul.nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background: #F6F8E1;
  border-color: #F6F8E1;
  border-bottom-color: #B0D7B3;
}
ul.nav.nav-tabs .nav-link.active {
  border-bottom-color: #B0D7B3 !important;
  background: #B0D7B3 !important;
}
ul.nav.nav-tabs .nav-link:focus-visible {
  box-shadow: none;
  outline-offset: -1px;
}
.tabs-wrapper .nav-tabs-content,
.tabs-wrapper .tab-pane {
  border-top-left-radius:0 !important;
}
.tabs-wrapper h2 {
  color: #454162;
  font-size: 18px;
  font-weight: 600;
}
.tabs-wrapper .tab-pane {
  position: relative;
  overflow: hidden;
  border:1px solid #D9D9DA;
  background: #B0D7B3;
}
.tabs-wrapper .tab-pane:focus-visible {
  outline-offset: -1px;
}
.tabs-wrapper .tab-pane p {
  max-width: 100%;
}
@media (max-width: 575px) {
  .tabs-wrapper .nav-tabs-content,
  .tabs-wrapper .tab-pane {
    border-radius: .375rem !important ;
  }
  ul.nav.nav-tabs {
    display: block;
    margin-left: 0;
  }
  .tabs-wrapper .nav-tabs .nav-link {
    display: block;
    width: 100%;
    margin-bottom: .25rem !important;
    border-radius: 0.5rem;
    border: 1px solid #D9D9DA !important;
  }
}
/* Quote(s) */
.quote-wrapper {
  background: #FFE054;
  border-radius: 2rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.quote-wrapper p {
  max-width: 100%;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
}
.blockquote::before {
  content: "“";
  position: absolute;
  color: white;
  font-family: "Signika", sans-serif;
  font-size: 3rem;
  top: -1rem;
  left: 1rem;
}
.blockquote::after {
  content: "“";
  position: absolute;
  color: white;
  font-family: "Signika", sans-serif;
  font-size: 3rem;
  bottom: -1rem;
  right: 1rem;
  transform: rotate(180deg);
}
.blockquote-footer::before {
  content: "";
}
.quote-wrapper figure {
  padding-right: 10rem;
}
.quote-wrapper figcaption p {
  font-size: 1rem;
  font-weight: 600;
}
.quote-wrapper .bloem {
  position: absolute;
  z-index: +1;
  height: 175px;
  bottom: 0;
  left: -140px;
}
.quote-wrapper .quote-image-wrap {
  border-radius: 0 2rem 2rem 0; 
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.quote-wrapper svg.bg {
  height: 170px;
  padding-top: 1rem;
}
@media (max-width: 1199px) {
  .quote-wrapper .bloem {
    height: 175px;
    left: -140px;
  }
}
@media (max-width: 991px) {
  .quote-wrapper figure {
    padding-right: 0;
  }
  .quote-wrapper .bloem {
    left: inherit;
    right: 10px;
    height: 40%;
  }
  .quote-wrapper .quote-image-wrap {
    position: relative;
    height: 300px;
  }
}
/* Tekstblokken */
h2.blok-c3 {
  font-size: 1.4rem;
}
h2.blok-c4 {
  font-size: 1.3rem;
}
h2.blok-c5 {
  font-size: 1.2rem;
}   
.tekstblok-container-wrapper .card {
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.tekstblok-container-wrapper .card.lichtgeelgroen {
  background: #F6F8E1;
}
.tekstblok-container-wrapper .card.wit {
  background: transparent;
  box-shadow: none;
}
.tekstblok-container-wrapper .card .img-wrapper {
  background-position: center !important;
  background-size: cover !important;
  border-radius: 0;
  min-height: 200px;
}
.tekstblok-container-wrapper .card .img-wrapper.links {
  border-radius: 1rem 0 0 1rem;
}
.tekstblok-container-wrapper .card .img-wrapper.rechts {
  border-radius: 0 1rem 1rem 0;
}
.tekstblok-container-wrapper .card.wit .img-wrapper.links,
.tekstblok-container-wrapper .card.wit .img-wrapper.rechts {
  border-radius: 1rem;
}
.tekstblok-container-wrapper .card img {
  border-radius: 1rem;
}
.tekstblok-container-wrapper .card p {
  max-width: 100%;
}
@media (max-width: 991px) {
  .tekstblok-container-wrapper .card .img-wrapper.links,
  .tekstblok-container-wrapper .card .img-wrapper.rechts {
    border-radius: 1rem;
  }
}
.tekstblok-full-wrapper .card {
  position: relative;
}
.tekstblok-full-wrapper .card::before {
  position: absolute;
  left: -5000px;
  width: 20000px;
  height: 100%;
  top: 0;
  content: "";
  z-index: -1;
}
.tekstblok-full-wrapper .card .img-wrapper {
  background-position: center !important;
  background-size: cover !important;
  min-height: 200px;
  border-radius: 1rem;
}
.tekstblok-full-wrapper .card.lichtgeelgroen,
.tekstblok-full-wrapper .card.lichtgeelgroen::before {
  background-color: #F6F8E1;
}
.tekstblok-full-wrapper .card.wit,
.tekstblok-full-wrapper .card.wit::before {
  background-color: #FFF;
}
.tekstblok-full-wrapper .card p {
  max-width: 100%;
}
.tekstblok-full-wrapper .card-footer .btn-readmore {
  background:#00552F;
  color: #fff;
}
.tekstblok-full-wrapper .card-footer .btn-readmore:hover, .tekstblok-full-wrapper .card-footer .btn-readmore:focus, .tekstblok-full-wrapper .card-footer .btn-readmore:focus-visible, .tekstblok-full-wrapper .card-footer .btn-readmore:active {
  background: #D2DB5C;
  color: #000;
}
.tekstblok-full-wrapper .card-footer .btn-readmore:hover svg path, .tekstblok-full-wrapper .card-footer .btn-readmore:focus svg path, .tekstblok-full-wrapper .card-footer .btn-readmore:focus-visible svg path, .tekstblok-full-wrapper .card-footer .btn-readmore:active svg path {
  fill: #000;
}
/* Andere tekstblokken, C2, 3 en 4 */
.tekstblok-container-wrapper .card.roze {
  background: #FCE9F3;
}
.tekstblok-container-wrapper .card.roze p {
  color: #7B1959;
  font-weight: 500;
}
.tekstblok-container-wrapper .card.groen {
  background: #CDE4CA;
}
.tekstblok-container-wrapper .card.groen h2 {
  color: #000;
}
.tekstblok-container-wrapper .card.paars {
  background: #7B1959;
}
.tekstblok-container-wrapper .card.paars h2,
.tekstblok-container-wrapper .card.paars p {
  color: #fff;
}
.tekstblok-container-wrapper .card.donkergroen {
  background: #00552F;
}
.tekstblok-container-wrapper .card.donkergroen h2,
.tekstblok-container-wrapper .card.donkergroen p {
  color: #fff;
}
.tekstblok-container-wrapper .card.geel {
  background: #FFE054;
}
.tekstblok-container-wrapper .card.geel h2,
.tekstblok-container-wrapper .card.geel p {
  color: #000;
}
.tekstblok-container-wrapper .card.lichtgroengeel {
  background: #D2DB5C;
}
.tekstblok-container-wrapper .card.lichtgroengeel h2,
.tekstblok-container-wrapper .card.lichtgroengeel p {
  color: #000;
}
/* C2, C3, C4 Blokken */
.tekstblok-container-wrapper.blok-c2 .card-footer .btn-readmore,
.tekstblok-container-wrapper.blok-c3 .card-footer .btn-readmore,
.tekstblok-container-wrapper.blok-c4 .card-footer .btn-readmore {
  background: transparent;
}
.tekstblok-container-wrapper.blok-c3 .card-footer .btn-readmore svg path,
.tekstblok-container-wrapper.blok-c4 .card-footer .btn-readmore svg path {
  fill: #000;
}
/* ==================== NAVBAR ======================== */
#mainmenu-wrap {
  position: fixed;
  left: 0;
  right:0;
  top: 0;
  filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, .15));
  z-index: 1000;
}
#mainmenu-wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 80px;
  width: 5000px;
  background-color: #fff;
  left: -4700px;
  z-index: -1;
}
.navbar-brand {
  position: absolute;
  top: 0;
  left: .7rem;
  background-color: #fff;
  z-index: 1000;
  padding: 1rem 1.5rem;
  width: 250px;
  height: 130px;
  transition: .25s all ease-in-out;
  border-radius: 8px;
}
.navbar-brand img {
  width: 200px;
  height: auto;
  transition: .25s all ease-in-out;
}
.navbar-brand.shrink {
  padding: .6rem 1.5rem;
  height: 80px;
  width: 180px;
  transition: .25s all ease-in-out;
}
.navbar-brand.shrink img {
  width: 120px;
  transition: .25s all ease-in-out;
}
#main-nav li a.nav-link {
  font-size: 1rem;
  color: #7B1959;
  margin-left: .5rem;
  font-family: "Signika", sans-serif;
  font-weight: 500;
}
#main-nav li a.nav-link:hover,
#main-nav li a.nav-link:focus,
#main-nav li a.nav-link:focus-visible,
#main-nav li a.nav-link:active {
  color: #3E844F;
}
#main-nav li.current_page_item a.nav-link,
#main-nav li.current-menu-item a.nav-link,
#main-nav li.current-page-ancestor a.nav-link {
  color: #3E844F;
}
#mainmenu-wrap nav {
  height: 80px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
}
.navbar-toggler {
  border:0;
  border-radius: 0;
  padding:.7rem .5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: inherit;
}
.navbar-toggler:focus-visible {
  outline: 2px auto #000;
}
.navbar-toggler-search-icon {
  width: 20px;
}
.navbar-toggler-hamburger-icon {
  width: 32px;
}
@media (min-width: 992px) {
  #navbarDropdownSearch {
    border:0;
    background: none;
    padding: .4rem .3rem;
    margin-left: .5rem;
  }
  #navbarDropdownSearch::after {
    display: none;
  }
  .search_menu.dropdown-menu {
    border:0;
    width: 500px;
    padding: 1rem;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
  }
  .search_menu.dropdown-menu .site-search {
    margin-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  #mainmenu-wrap nav {
    height: inherit;
    min-height: 80px;
    padding: 1.05rem 1rem !important;
  }
  #main-nav {
    position: relative;
    z-index: 1000;
  }
  #main-nav li a.nav-link {
    margin-left: 0;
  }
  .navbar-brand {
    padding: .6rem 1.5rem;
    height: 80px;
    width: 180px;
    transition: .25s all ease-in-out;
  }
  .navbar-brand img {
    width: 120px;
  }
}
@media (max-width:767px) {
  #mainmenu-wrap::before {
    height: 80px;
  }
}
@media (max-width: 575px) {
  #mainmenu-wrap nav {
    width: 96%;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* Zoekformulier */
.site-search .btn {
  padding:.4rem 2rem .5rem 1rem;
  min-width: 125px;
  font-weight: 400;
}
.site-search label {
  color: #7B1959;
  font-weight: 500;
}
.site-search input {
  border-radius: 4px;
  border: 1px solid #7B1959;
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #000;
  background: white;
}
.site-search input::placeholder {
  color: #BBC2CB;
}
.site-search input:focus {
  outline: 0;
  border-color: #3C546C;
  box-shadow: 0 0 0 .25rem rgba(142,140,161,.25);
}
@media (min-width: 992px) {
  #collapseSearch {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #navbarDropdownSearch {
    display: none;
  }
}
/* ===================  HEADER =================== */ 
#header-wrapper div {
  height: 23vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#header-wrapper div svg {
  position: absolute;
  bottom: -1px;
}
@media (max-width: 1199px) {
  #header-wrapper div {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  #header-wrapper div {
    min-height: 350px;
  }
}
/* ===================  KRUIMELPAD =================== */
.breadcrumbs-wrap {
  margin-top: 11rem;
}
#header-wrapper ~ .breadcrumbs-wrap {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    margin-top: 7rem;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-family: "Signika", sans-serif;
}
.breadcrumbs a {
  text-decoration: none;
  font-size: 15px;
  color: #7B1959;
}
.breadcrumbs a:hover, 
.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:focus-visible {
  color: #7CC18D;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(assets/images/icons/kruimelpad-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 10px;
  width: 25px;
}
.breadcrumb-item .home {
  content: "";
  background-image: url(assets/images/icons/kruimelpad-homepage.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 25px;
  position: relative;
  top: -3px;
}
.breadcrumb-item .home:hover,
.breadcrumb-item .home:focus,
.breadcrumb-item .home:focus-visible,
.breadcrumb-item .home:active {
  background-image: url(assets/images/icons/kruimelpad-homepage-hover.svg);
}
/* =================== ACHTERGROND ================== */
#primary.achtergrond-1 {
  position: relative;
}
#primary.achtergrond-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: -1;
  background-image: url(assets/images/dorpsschool-beeldmerk.svg);
  background-repeat: no-repeat;
  background-size: 800px;
  opacity: .16;
  width: 100%;
  height: 100%;
  background-position: right center;
}
@media (max-width: 1199px) {
  #primary.achtergrond-1::after {
    right: -90px;
  }
}
@media (max-width: 1199px) {
  #primary.achtergrond-1::after {
    right: -130px;
  }
}
/* =================== PAGINATION ================== */
.pagination {
  margin-top: 2rem;
  text-align: center;
  display: block;
  font-family: 'Signika', sans-serif;
}
.pagination .page-numbers {
  font-size: 18px;
  font-weight: 400;
  color: #7B1959;
  text-decoration: none;
  display: inline-block;
  padding-top: .25rem;
  line-height: 1.2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.pagination .page-numbers.current {
  background-color: #7B1959;
  color: white;
}
.pagination a.prev svg {
  height: 12px;
  width: 30px;
  position: relative;
  top: -1px;
  transition: all .1s ease-in-out;
}
.pagination a.prev svg:hover {
  left: -3px;
  transition: all .1s ease-in-out;
}
.pagination a.next svg {
  height: 12px;
  width: 30px;
  position: relative;
  top: -1px;
  transition: all .1s ease-in-out;
}
.pagination a.next svg:hover {
  left: 3px;
  transition: all .1s ease-in-out;
}
/* =================== HOMEPAGE =================== */
.home #front-header-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: -150px;
}
.home .foto-wrapper svg.vierkant {
  border-radius: 1rem;
}
.home .content-wrapper h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: .25rem ;
}
.home .content-wrapper h2 {
  font-weight: 400;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .home #front-header-wrapper {
    margin-bottom: -100px;
  }
}
@media (min-width: 992px) {
  .home .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 13rem;
  }
  .home .foto-wrapper svg {
    position: relative;
    left: 125px;
    top: -50px;
    max-width: 700px;
    filter: drop-shadow(0px 3px 6px #CCC);
  }
}
@media (min-width: 1251px) and (max-width: 1399px) {
  .home .foto-wrapper svg {
    top: -25px;
    filter: drop-shadow(0px 3px 6px #CCC);
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .home .content-wrapper {
    margin-top: 11rem;
  }
  .home .foto-wrapper svg {
    top: 0px;
    filter: drop-shadow(0px 3px 6px #CCC);
  }
}
@media (max-width: 991px) {
  .home #front-header-wrapper {
    margin-bottom: 40px;
  }
  .home .foto-wrapper svg {
    position: relative;
    left: 100px;
    width: 92%;
    margin-left: auto;
    display: flex;
    top: -60px;
    margin-bottom: -70px;
    filter: drop-shadow(0px 3px 6px #CCC);
  }
  .home .content-wrapper {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .home .foto-wrapper svg {
    position: relative;
    left: 100px;
    width: 95%;
    margin-left: auto;
    display: flex;
    top: -50px;
    margin-bottom: -60px;
    filter: drop-shadow(0px 3px 6px #CCC);
  }
}
@media (max-width: 650px) {
  .home .foto-wrapper svg {
    position: relative;
    left: 100px;
    width: 95%;
    margin-left: auto;
    display: flex;
    top: -20px;
    margin-bottom: -30px;
    filter:drop-shadow(0px 3px 6px #CCC);
  }
}
@media (max-width: 550px) {
  .home .foto-wrapper svg {
    position: relative;
    left: 80px;
    width: 96%;
    margin-left: auto;
    display: flex;
    top: -10px;
    margin-bottom: -20px;
    filter:drop-shadow(0px 3px 6px #CCC);
  }
}
#toptaken-wrapper {
  position: relative;
  z-index: 1;
}
#toptaken-wrapper .btn-toptaak {
  background: #B0D7B3;
  color: #00552F;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 2.6rem .5rem;
  border-radius: 0;
  border-radius: 12px;
  filter:drop-shadow(0px 3px 6px #E5E5E5);
  position: relative;
}
#toptaken-wrapper .btn-toptaak::after {
  content: "";
  background-image:url(assets/images/bloem.svg);
  background-repeat: no-repeat;
  background-position-x: right 10px;
  background-position-y: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 767px) and (max-width: 992px) {
  #toptaken-wrapper .btn-toptaak {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  #toptaken-wrapper .col:first-child .btn-toptaak{
    margin-right: 2.5rem;
  }
  #toptaken-wrapper .col:nth-child(2) .btn-toptaak {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  #toptaken-wrapper .col:last-child .btn-toptaak {
    margin-left: 2.5rem;
  }
}
/* ==================== CONTACTPAGINA ====================== */
@media(min-width:782px) {
  .page-id-104 :where(.wp-block-columns.is-layout-flex) {
    gap: 3em;
  }
}
.page-id-104 p {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .page-id-104 #gform_wrapper_1 form {
    width: 90%;
  }
}
.page-id-104 .tekstblok-container-wrapper .card-header {
  padding-bottom: 0;
}
.page-id-104 .tekstblok-container-wrapper .card-body {
  padding-top: 0;
}
/* ==================== FORMULIEREN  ======================= */z
@media (min-width:992px) {
  .gform_wrapper form {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 8px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 600;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: .25rem;  
  padding: inherit;
  color: #7B1959;
}
.gform_wrapper.gravity-theme .gfield_description {
  padding: 0 0 .25rem 0 !important;
  opacity: .7;
  font-style: italic;
  position: relative;
  top: 0;
  margin-bottom: 0;
  margin-top: 2px;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #8E1543;
  font-size: 14px;
  font-style: normal;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 8px;
  border:1px solid #FFD000;
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #000;
  background: white;
}
.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #9F418D;
}
.gform_wrapper.gravity-theme .gfield select {
  border-radius: 8px;
  border:1px solid #FFD000;
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #000;
  background: #fff;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus,
.gform_wrapper.gravity-theme .gfield select:focus {
  outline: 0;
  border-color: #7B1959;
  box-shadow: 0 0 0 .25rem rgba(142,140,161,.25);
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: block;
  min-height: 1.5rem;
  margin-bottom: .125rem;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #FFD000;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="checkbox"]:checked {
  background-color: #FFD000;
  border-color: #FFD000;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 16px;
  font-weight: 400;
  padding-left: .5em;
}
.gform_wrapper.gravity-theme .gfield_radio input {
  display: inline;
  accent-color: #FFD000;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
  border-radius: 8px;
  border:1px solid #FFD000;
  max-width: 100%;
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #000;
}
.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
  outline: 0;
  border-color: #FFD000;
  box-shadow: 0 0 0 .25rem rgba(142,140,161,.25);
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: 'Open Sans';
}
.gform_wrapper.gravity-theme .chosen-container .chosen-drop {
   border:1px solid #FFD000;
   border-radius: 8px;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results {
  max-width: 100%;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.gform_wrapper.gravity-theme .ginput_container_consent input {
   accent-color: #FFD000;
   display: inline;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border:0;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  color: #c02b0a;
  opacity: 1;
  font-family: "Signika", sans-serif;
}
.gform_wrapper.gravity-theme .gform_button {
  background: #7B1959;
  padding: .7rem 2rem .8rem 1rem;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  color: #fff;
  line-height: 1.2;
  font-family: "Signika", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  min-width: 230px;
  text-align: left;
  transition: all .1s ease-in-out;
  background-image: url(assets/images/icons/button-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 10px;
  margin-left: auto;
}
.gform_wrapper.gravity-theme .gform_button:hover, 
.gform_wrapper.gravity-theme .gform_button:focus, 
.gform_wrapper.gravity-theme .gform_button:active, 
.gform_wrapper.gravity-theme .gform_button:first-child:active, 
:not(.btn-check) + .gform_wrapper.gravity-theme .gform_button:active {
  background: #E6007E;
  color: #ffffff;
  transition: all .1s ease-in-out;
  background-image: url(assets/images/icons/button-haakje-rechts.svg);
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 12px 10px;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: inherit;
    min-height: inherit;
  }
}
/* =================== VEELGESTELDE VRAGEN ================= */
#faq-wrapper {
  background: #CDE4CA;
  margin-top: 2rem;
  padding: 2rem 0 5rem 0;
  position: relative;
  z-index: 1;
}
#faq-wrapper h2 {
  color: #00552F;
}
/* =================== VEELGESTELDE VRAGEN ================= */
.uitgelicht-wrapper .card {
  background: #FCE9F3;
  border:0;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.uitgelicht-wrapper .card .img-wrapper {
  background-position: center !important;
  background-size: cover !important;
  border-radius: 1rem 0 0 1rem;
  min-height: 200px;
}
.uitgelicht-wrapper .card p {
  max-width: 100%;
}
.uitgelicht-wrapper .card-footer .btn-readmore {
  background:#7B1959;
  color: white;
}
.uitgelicht-wrapper .card-footer .btn-readmore:hover, .uitgelicht-wrapper .card-footer .btn-readmore:focus, .uitgelicht-wrapper .card-footer .btn-readmore:focus-visible, .uitgelicht-wrapper .card-footer .btn-readmore:active {
  background: #E6007E;
}
.uitgelicht-wrapper .card-footer .btn-readmore:hover svg path, .uitgelicht-wrapper .card-footer .btn-readmore:focus svg path, .uitgelicht-wrapper .card-footer .btn-readmore:focus-visible svg path, .uitgelicht-wrapper .card-footer .btn-readmore:active svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  .uitgelicht-wrapper .card .img-wrapper {
    border-radius: 1rem;
  }
}
/* =================== ZOEKRESULTATEN ================== */
.search-results .search-result {
  background: #F6F8E1;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.search-results .search-result h2 {
  color: #00552F;
}
.search-results .search-result p {
  max-width: 100%;
}
.search-results .search-result .btn-readmore {
  background: #00552F;
  color: #fff;
}
.search-results .search-result .btn-readmore:hover, .search-results .search-result .btn-readmore:focus, .search-results .search-result .btn-readmore:focus-visible, .search-results .search-result .btn-readmore:active {
  color: #00552F;
  background: #D2DB5C;
}
.search-results .search-result .btn-readmore:hover svg path, .search-results .search-result .btn-readmore:focus svg path, .search-results .search-result .btn-readmore:focus-visible svg path, .search-results .search-result .btn-readmore:active svg path {
  fill: #00552F;
}
/* ===================  FOOTER =================== */ 
footer {
  background: #F6F8E1;
  position: relative;
  font-family: "Signika", sans-serif;
  overflow: hidden;
  color: #00552F;
}
footer ul.menu,
footer .menu ul {
  list-style: none;
  padding-left: 0;
}
footer ul.menu a,
footer .menu ul a {
  padding:0.25rem 0;
  display: block;
}
footer a,
footer a.nav-link {
  color: #00552F;
  text-decoration: none;
}
footer p {
  color: #00552F;
}
footer a:hover,
footer a.nav-link:hover,
footer a:focus-visible,
footer a.nav-link:focus-visible,
footer a:active,
footer a.nav-link:active  {
  text-decoration: underline;
}
footer h2 {
  color: #00552F;
  font-size: 1rem;
}
footer .social-media-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
}
footer .social-media-links a {
  display: block;
}
footer .social-media-links .dashicons {
  width: 32px;
  height: 30px;
}
footer .social-media-links .dashicons::before {
  font-size: 2rem;
}
footer .social-media-links a:hover,
footer .social-media-links a:focus,
footer .social-media-links a:focus-visible {
  text-decoration: none;
  color: black;
}
footer .logos img {
  width: 100%;
  height: auto;
}
footer .footer-bottom p {
  color: white;
  font-size: 17px;
}
footer .footer-bottom a {
  color: white;
}
footer .footer-bottom a:focus-visible {
  outline:2px solid #fff;
}
footer .footer-bottom img {
  width: 35px;
  height: auto;
}
footer .footer-bg {
  position: absolute;
  right: 0;
  bottom: 0vw;
  width: 50%;
}
@media (max-width: 450px) {
  footer .footer-bg {
    width: 108%;
  }
  footer .footer-bottom p {
    font-size: 14px;
  }
  footer .footer-bottom img {
    width: 25px;
  }
}
@media (min-width: 451px) and (max-width: 575px) {
  footer .footer-bg {
    width: 95%;
  }
  footer .footer-bottom p {
    font-size: 15px;
  }
  footer .footer-bottom img {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer-bg {
    width: 85%;
  }
  footer .footer-bottom p {
    font-size: 15px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bg {
    width: 65%;
  }
  footer .footer-bottom p {
    font-size: 15px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-bg {
    width: 55%;
  }
  footer .footer-bottom p {
    font-size: 15px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer .footer-bg {
    width: 45%;
  }
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  footer .footer-bg {
    width: 40%;
  }
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  footer .footer-bg {
    width: 40%;
  }
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 1800px) and (max-width: 2099px) {
  footer .footer-bg {
    width: 45%;
    bottom: -2vw;
  }
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 2100px) and (max-width: 2299px) {
  footer .footer-bg {
    width: 45%;
    bottom: -2vw;
  }
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}
@media (min-width: 2300px) {
  footer .footer-bg {
    width: 50%;
    bottom: -3.5vw;
  }
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom img {
    width: 30px;
  }
}