/**
* calculate the max width based on input
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  line-height: 1.2;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0;
}
@media screen and (min-width: 90em) {
  p {
    font-size: 1.8rem;
  }
}
p * {
  font-size: inherit;
}
p:not(:last-of-type) {
  margin-bottom: 3rem;
}

h1 {
  font-size: 3.4rem;
  font-size: clamp(3.4rem, 3vw, 9.6rem);
}

h2 {
  font-size: 3rem;
  font-size: clamp(3rem, 2.6vw, 5.6rem);
}

h3 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2.2vw, 4rem);
}

h4 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.8vw, 2.8rem);
}

h5 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.4vw, 2.4rem);
}

article h2 {
  font-size: 3rem;
  font-size: clamp(3rem, 2.6vw, 4rem);
}

html,
body {
  font-family: "montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #00144B;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0;
}
@media screen and (min-width: 90em) {
  body {
    font-size: 1.8rem;
  }
}
body.has-no-banner {
  padding: 10rem 0 0;
}
body.preload {
  animation: none;
  transition: none;
}
body.preload * {
  animation: none;
  transition: none;
}
body.logged-in .header {
  top: 46px;
}
@media screen and (min-width: 64em) {
  body.logged-in .header {
    top: 32px;
  }
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

p,
ul,
ol {
  margin: 0 0;
  margin-bottom: 0;
}

ul,
ol {
  display: inline-block;
  padding-left: 2rem;
}

::-moz-selection {
  color: #90AF40;
  background: transparent;
}

::selection {
  color: #90AF40;
  background: transparent;
}

.image--cover,
.image--contain {
  width: 100%;
  height: 100%;
}

.image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg--primary path {
  fill: #90AF40;
}

.svg--white path {
  fill: #FFFFFF;
}

p img,
picture img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  max-width: 100%;
  height: auto;
}

#wpadminbar {
  position: fixed !important;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 10rem;
  top: 0;
  z-index: 10;
  transition: all 0.4s ease;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}
@media screen and (min-width: 64em) {
  .header:not(.header--fixed) {
    background: transparent;
    border-color: transparent;
    height: 12rem;
  }
  .header:not(.header--fixed):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1960784314), transparent);
    z-index: -1;
    mix-blend-mode: multiply;
  }
  .header:not(.header--fixed) .header__menu a {
    color: #FFFFFF;
    text-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 63.9375em) {
  .header {
    height: 8rem;
  }
}

.has-no-banner .header a,
.has-no-banner .header:not(.header--fixed) a {
  color: #00144B;
}
.has-no-banner .header:before,
.has-no-banner .header:not(.header--fixed):before {
  display: none;
}

.header__brand {
  position: relative;
  transition: all 0.4s ease;
  transform-origin: 0 50%;
}
.header__brand .brand__link {
  display: flex;
  align-items: center;
  width: 7.5rem;
  height: auto;
}
@media screen and (min-width: 64em) {
  .header__brand .brand__link {
    width: 13.5rem;
  }
}

@media screen and (min-width: 64em) {
  .header--fixed .header__brand {
    transform: scale(0.7);
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .header__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .header__actions {
    gap: 2rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 84.9375em) {
  .action__button {
    display: none !important;
  }
}

.header__main {
  display: flex;
  align-items: center;
  gap: 5rem;
  flex: 1;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__menu nav > li {
  position: relative;
}
.header__menu nav > li a {
  padding: 1rem 0;
}
.header__menu nav > li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #90AF40;
  position: absolute;
  left: 0;
  bottom: 1rem;
  transition: width 0.4s ease;
}
.header__menu nav > li:hover:after {
  width: 100%;
}

.header__navigation {
  display: flex;
  gap: 2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 63.9375em) {
  .header__navigation {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .header__navigation {
    gap: 3rem;
  }
}
.header__navigation img {
  vertical-align: middle;
}

.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  transition: all 0.125s linear;
  z-index: 15;
  position: relative;
}
.header__toggle .navigation__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.6rem;
  height: 1.4rem;
  transition: all 0.125s linear;
}
.header__toggle .navigation__toggle .line {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #90AF40;
  transition: all 0.125s linear;
}
.header__toggle:before {
  content: "Menu";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatex(-100%) translatey(-50%);
}
.header__toggle.toggle--open:before {
  content: "Sluiten";
}
.header__toggle.toggle--open .navigation__toggle .line {
  opacity: 0;
}
.header__toggle.toggle--open .navigation__toggle .line:first-child {
  transform: rotate(45deg);
  top: 6px;
  opacity: 1;
}
.header__toggle.toggle--open .navigation__toggle .line:last-child {
  transform: rotate(-45deg);
  bottom: 6px;
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .header__toggle {
    display: none !important;
  }
}

.header__slideout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  max-width: 50rem;
  background-color: #FFFFFF;
  color: #00144B;
  z-index: 1;
  padding: 5rem 4rem;
  transform: translateX(100%);
  transition: transform 0.2s ease;
}
.header__slideout .sidebar__menu {
  overflow-x: auto;
}
.header__slideout .sidebar__menu li {
  list-style: none;
  font-size: 2.8rem;
  font-size: clamp(2.6rem, 5vw, 3.2rem);
  line-height: 2.2;
}
.header__slideout .sidebar__menu .navigation__link--children .link__icon svg {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.header__slideout .sidebar__menu .navigation__link--children .menu__list {
  max-height: 0;
  transition: max-height 0.6s ease;
  overflow: hidden;
  padding: 0;
  display: block;
}
.header__slideout .sidebar__menu .navigation__link--children.open .link__icon svg {
  transform: rotate(0deg);
}
.header__slideout .sidebar__menu .navigation__link--children.open .menu__list {
  opacity: 1;
  visibility: visible;
  max-height: 90rem;
}
.header__slideout.navigation--open {
  transform: translateX(0);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 64em) {
  .header__slideout {
    width: 30vw;
    display: none;
  }
}

.content {
  padding: 5rem 0;
}
@media screen and (min-width: 64em) {
  .content {
    padding: 8rem 0;
  }
}

.content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.content__wrapper--small {
  margin: 0 auto;
  width: 100%;
  max-width: 130rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper--small {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

@media screen and (min-width: 64em) {
  .content__row .content__column.sidebar__column {
    flex: 0 0 33%;
  }
}

.sidebar--block .content__row {
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .sidebar--block .content__row {
    gap: 10rem;
  }
}

.column--block.__smaller .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .column--block.__smaller .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.column--block .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.column--block h2 {
  color: #90AF40;
}

.column__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.content__row {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .content__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .content__row {
    gap: 8rem;
  }
}
.content__row > .content__column {
  flex: 1;
}
.content__row.section--title {
  flex-direction: column;
}

.image--block .content__row {
  align-items: center;
}
.image--block .content__row.row__reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .image--block .content__row.row__reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  .image--block .content__row:last-child {
    gap: 10rem;
  }
}
@media screen and (min-width: 64em) {
  .image--block .content__row .content__column:last-child {
    flex: 0 0 40%;
  }
}
.image--block h2 {
  color: #90AF40;
  z-index: 1;
  position: relative;
}
.image--block .image {
  width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1);
}
.image--block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.c2a--block .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .c2a--block .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.c2a--block .block__title {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3vw, 4.4rem);
  line-height: 100%;
  padding-bottom: 2rem;
}
.c2a--block .block__subtitle {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 100%;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .c2a--block .c2a__content {
    position: relative;
  }
  .c2a--block .c2a__content .content__row {
    gap: 5rem;
  }
}

.media__block {
  padding: 0;
}
.media__block .wp-video {
  width: 100% !important;
}
.media__block.extra--image .image--wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .media__block.extra--image .image--wrapper {
    aspect-ratio: 16/6;
  }
}
.media__block.extra--image.position--top img {
  -o-object-position: top;
     object-position: top;
}
.media__block.extra--image.position--bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.features__section .section--link .button__box {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .features__section .section--link .button__box {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .features__section .section--link .button {
    position: absolute;
    transform: translatey(-100%);
  }
}
.features__section .section--header .block__title {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3vw, 6rem);
  line-height: 100%;
}
@media screen and (min-width: 64em) {
  .features__section .section--header {
    margin-bottom: 6rem;
  }
}
.features__section .block__image {
  overflow: hidden;
  margin-top: 5rem;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 64em) {
  .features__section .block__image {
    aspect-ratio: 16/5;
  }
}
.features__section .features__list {
  margin-top: 5rem;
  display: grid;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .features__section .features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 64em) {
  .features__section .features__list {
    margin: 0 auto;
    margin-top: -7rem;
    padding: 0 calc(4rem + 1.5625vw);
    max-width: 140rem;
  }
}
.features__section .features__list .feature__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.features__section .features__list .feature__item .feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  aspect-ratio: 1/1;
  background: #00458A;
  border-radius: 100%;
  padding: 2.5rem;
}
.features__section .features__list .feature__item h3 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  margin: 0;
}
.features__section .features__list .feature__item .button__box {
  margin: 0;
}

.c2aimage--block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  position: relative;
  min-height: 60vh;
}
@media screen and (min-width: 64em) {
  .c2aimage--block {
    margin-bottom: 8rem;
  }
}
.c2aimage--block .c2a__inner {
  position: relative;
  max-width: 80rem;
  box-shadow: 0.8rem 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
  padding: 3rem;
  border-radius: 2.4rem;
  background: #FFFFFF;
  z-index: 1;
  text-align: center;
  margin-top: -8rem;
}
@media screen and (min-width: 64em) {
  .c2aimage--block .c2a__inner {
    transform: translatey(8rem);
    padding: 5rem;
  }
}
.c2aimage--block .c2a__inner .button__box {
  justify-content: center;
}
.c2aimage--block .block__title {
  color: #90AF40;
}
.c2aimage--block .block__subtitle {
  font-size: 2rem;
  font-size: clamp(2rem, 1.8vw, 2.8rem);
  margin: 0;
}
@media screen and (min-width: 64em) {
  .c2aimage--block .c2a__image--gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.c2aimage--block .c2a__image--gallery .gallery__item {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 64em) {
  .c2aimage--block .c2a__image--gallery .gallery__item {
    aspect-ratio: inherit;
    height: 100%;
  }
}

.slider--block {
  overflow: hidden;
}

.footer {
  padding: 8rem 0 0;
  background-color: #00458A;
  position: relative;
  color: #FFFFFF;
}
.footer .icon__group {
  gap: 4rem;
  flex-direction: row;
  justify-content: flex-start;
}
.footer .icon__group .icon {
  padding: 0;
  background: transparent;
  color: #FFFFFF;
  width: 0;
}
.footer .button__box {
  margin: 0;
  justify-content: center;
}
.footer .button__box > .button {
  flex: 1;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .footer .button__box {
    justify-content: flex-end;
  }
  .footer .button__box > .button {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .footer .newsletter__area {
    flex: 0 0 33.33%;
  }
}
.footer .newsletter__area .newsletter__form {
  max-width: 50rem;
}
.footer .newsletter__area .newsletter__form h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.footer .menu,
.footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .footer__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}

.footer__row {
  display: flex;
  flex-direction: column;
  flex: 2;
  gap: 3rem;
}
@media screen and (min-width: 64em) {
  .footer__row {
    flex-direction: row;
  }
}

.column--gap {
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .column--gap {
    gap: 4rem;
  }
}

.footer__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer__logo {
  max-width: 12.2rem;
  margin: 0 auto;
}
.footer__logo svg .color-secondary {
  fill: #FFFFFF;
}

.footer__author {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
}
.footer__author .author__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__author .author__logo {
  width: 10rem;
}
.footer__author .author__logo path {
  fill: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .footer__author {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
}

.footer__after {
  padding: 2rem 0;
  margin-top: 8rem;
  background: #004d99;
}
.footer__after .footer__column {
  position: relative;
}

.footer--c2a {
  background: #90AF40;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}
.footer--c2a .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .footer--c2a .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.footer--c2a .button__box {
  margin: 0;
  position: absolute;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translatey(50%);
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.recent_sunday_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #00458A;
  color: #FFFFFF;
  position: fixed;
  right: 3rem;
  bottom: 0;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  padding: 1rem 1.5rem;
  width: calc(100% - 6rem);
  line-height: 1.2;
  z-index: 9;
  transform: translatey(100%);
  transition: transform 0.4s ease;
}
.recent_sunday_popup.show {
  transform: translatey(0);
}
@media screen and (min-width: 48em) {
  .recent_sunday_popup {
    max-width: 34rem;
    justify-content: inherit;
    padding-top: 1.5rem;
    gap: 3rem;
    padding: 1rem 3rem;
  }
}
.recent_sunday_popup .icon {
  flex: 0 0 3rem;
  max-width: 3rem;
}
@media screen and (min-width: 48em) {
  .recent_sunday_popup .icon {
    flex: 0 0 4rem;
    max-width: 4rem;
  }
}
.recent_sunday_popup .icon svg path {
  fill: #90AF40;
  outline-width: 2px;
}
.recent_sunday_popup .popup__title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.recent_sunday_popup .popup__title > span {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.4vw, 1.8rem);
}
.recent_sunday_popup .popup__title > span:first-child {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}
@media screen and (min-width: 48em) {
  .recent_sunday_popup .popup__title {
    flex-direction: column;
    gap: 0;
  }
}

.grid--listing {
  display: grid;
  gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .grid--listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .grid--listing {
    grid-template-columns: repeat(4, 1fr);
  }
}

.banner__section {
  display: flex;
  height: auto;
  height: 260px;
  background: #90AF40;
  position: relative;
  padding-top: 11.6rem;
  min-height: 40rem;
}
.banner__section .bg--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__section .content__wrapper {
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .banner__section .content__wrapper {
    align-items: flex-end;
  }
}
.banner__section.has__button {
  padding-bottom: 0;
}
.banner__section.has__button .content__row {
  transform: translatey(2.4rem);
}
@media screen and (max-width: 63.9375em) {
  .banner__section.has__button .content__row {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 63.9375em) {
  .banner__section.has-right-block:not(.home--banner) {
    margin-bottom: 2.4rem;
  }
  .banner__section.has-right-block .content__row {
    justify-content: space-between;
  }
}
.banner__section:not(.home--banner) {
  height: 60vh;
  max-height: 70rem;
}
.banner__section.home--banner {
  height: 90vh;
  max-height: 100rem;
}
.banner__section .content__row {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .banner__section .content__row {
    justify-content: flex-end;
  }
}
.banner__section .content__row .content__column {
  flex: 0 0 auto;
}
@media screen and (min-width: 64em) {
  .banner__section .content__row .content__column {
    flex: 1;
    align-self: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .banner__section .content__row .content__column:nth-child(2) {
    flex: 0 0 33.33%;
  }
}
.banner__section .button__box {
  margin-top: 3rem;
}

.banner__title {
  color: #FFFFFF;
  z-index: 1;
  position: relative;
  max-width: 100rem;
}
@media screen and (min-width: 64em) {
  .banner__title {
    width: 85%;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner__title h1 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.banner__title h1 {
  font-size: 4.8rem;
  font-size: clamp(4.8rem, 6vw, 12rem);
  color: #FFFFFF;
}
.banner__title h2 {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 3vw, 5rem);
  color: #00458A;
}
.banner__title h1,
.banner__title h2 {
  line-height: 1;
}

.latest__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  gap: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.3);
  border-radius: 2.4rem;
}
@media screen and (min-width: 64em) {
  .latest__info {
    padding: 5rem;
  }
}
.latest__info h3,
.latest__info h4 {
  margin: 0;
}
.latest__info .latest__date {
  font-size: 4rem;
  font-size: clamp(4rem, 2vw, 7rem);
  color: #90AF40;
}
.latest__info .latest__time {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 600;
}
.latest__info .latest__title {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
}

.filter__wrapper #toggle-filter {
  display: block;
  box-shadow: none;
  border: 0;
}
@media screen and (min-width: 64em) {
  .filter__wrapper #toggle-filter {
    display: none;
  }
}

.store__filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.store__filters.active {
  max-height: 100rem;
  padding: 3rem 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 4rem;
}
@media screen and (min-width: 64em) {
  .store__filters {
    flex-direction: inherit;
    flex-wrap: wrap;
    max-height: none;
    transition: none;
    margin-bottom: 8rem;
  }
}

.filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 4rem;
  border: 1px solid #90AF40;
  color: #90AF40;
  font-weight: 600;
  border-radius: 20rem;
}
.filter__item .icon {
  flex: 0 0 3rem;
  max-width: 3rem;
}
.filter__item .icon svg path {
  fill: #90AF40;
}
.filter__item.active, .filter__item:hover {
  background: #90AF40;
  color: #FFFFFF;
}
.filter__item.active .icon svg path, .filter__item:hover .icon svg path {
  fill: #FFFFFF;
}

.store--list {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .store--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .store--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .store--list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.store__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  padding: 3rem;
  max-width: 12rem;
  border-radius: 100%;
}

.contact__info .field__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact__info .field__wrapper .field__item {
  display: flex;
  flex-direction: column;
}
.contact__info .field__wrapper .field__item label {
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .contact__info .field__wrapper {
    display: table;
    width: 100%;
    border-spacing: 0 1.5rem;
  }
  .contact__info .field__wrapper .field__item {
    display: table-row;
  }
  .contact__info .field__wrapper .field__item > label,
.contact__info .field__wrapper .field__item > span {
    display: table-cell;
  }
  .contact__info .field__wrapper .field__item label {
    padding-right: 2rem;
  }
  .contact__info .field__wrapper .field__item span:after {
    display: none;
  }
}

.store__item {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.store__item .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.store__item .thumbnail img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.store__item .thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.1;
}
.store__item .store__content {
  position: relative;
  z-index: 1;
  padding: 3rem;
  color: #FFFFFF;
  width: 100%;
}
.store__item .store__content h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.store__item .store__content span:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.store__item .store__content span:after {
  position: relative;
  margin-left: 1rem;
  transition: transform 0.4s ease;
  display: inline-flex;
}
.store__item .store__logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: 1;
  border-top-right-radius: 0;
  transition: transform 0.4s ease;
}
.store__item:hover .thumbnail img {
  transform: scale(1.1);
}
.store__item:hover .store__logo {
  transform: translatey(-100%) translatex(100%);
}
.store__item:hover .store__content span:after {
  transform: translatex(1rem);
}
.store__item.contact__store {
  background: rgba(0, 69, 138, 0.2);
  aspect-ratio: inherit;
}
.store__item.contact__store .store__content {
  color: #00144B;
}
.store__item.contact__store .store__content h4 {
  color: #00458A;
  padding-right: 25%;
}
.store__item.contact__store .store__content span:after {
  display: none !important;
}
.store__item.contact__store .field__wrapper {
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .store__item.contact__store .field__wrapper {
    border-spacing: 0 0.5rem;
  }
}

.winkel--grid {
  display: grid;
  gap: 2rem;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48em) {
  .winkel--grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .winkel--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .winkel--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.winkel--grid.gallery-swiper {
  padding-bottom: 5rem;
}

.contact__section .section--title {
  gap: 1rem;
  margin-bottom: 5rem;
  text-align: center;
}
.contact__section .section--title h2 {
  color: #90AF40;
}
.contact__section .section--title h3 {
  font-size: 2rem;
  font-weight: normal;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .sidebar {
    transform: translatey(-12rem);
    z-index: 1;
    position: relative;
    gap: 5rem;
  }
}
.sidebar .widget:not(.more--news) {
  padding: 3rem;
  background: aliceblue;
  box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 69, 138, 0.1);
  border-radius: 2.4rem;
}
.sidebar .widget:not(.more--news) h3 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.8vw, 2.8rem);
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .sidebar .widget:not(.more--news) {
    padding: 5rem;
  }
}
.sidebar .widget h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.sidebar .widget .read--more {
  font-weight: 600;
  font-size: 2rem;
  color: #00458A;
}
.sidebar .widget .read--more:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.sidebar .widget .read--more:after {
  position: relative;
  margin-left: 1rem;
  transition: transform 0.4s ease;
  display: inline-flex;
}
.sidebar .widget.newsletter__widget {
  background: #00458A;
  color: #FFFFFF;
}

.more--news h3 {
  margin-bottom: 3rem;
  color: #00458A;
}
.more--news .posts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.more--news .posts__wrapper .posts__item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #00458A;
}
.more--news.more--acties h3,
.more--news.more--acties .read--more {
  color: #90AF40;
}
.more--news.more--acties .posts__item {
  border-color: #90AF40;
}

.single--post .sidebar {
  transform: none;
}

.openingstijden .daytime__wrapper {
  display: table;
  width: 100%;
}
.openingstijden .daytime {
  display: table-row;
  width: 100%;
}
.openingstijden .daytime > div {
  display: table-cell;
}
@media screen and (max-width: 47.9375em) {
  .openingstijden .daytime > div {
    width: 50%;
  }
}

.store__contact--widget.widget,
.koopzondag__widget.widget {
  background: #f9fbf3 !important;
  box-shadow: 0.8rem 0.8rem 1.6rem rgba(144, 175, 64, 0.1) !important;
}
.store__contact--widget h3,
.koopzondag__widget h3 {
  color: #90AF40;
}

@media screen and (min-width: 64em) {
  .koopzondag__widget .days__wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
  .koopzondag__widget .days__wrapper > div {
    display: inline-block;
    width: 100%;
  }
}

.store__contact--widget .store__logo {
  margin-bottom: 2rem;
}

.navigation--row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .navigation--row {
    flex-direction: row;
  }
}
.navigation--row .navigation__link,
.navigation--row .navigation__link--children {
  color: #000000;
}
.navigation--row .navigation__link .menu__list .navigation__link,
.navigation--row .navigation__link--children .menu__list .navigation__link {
  color: #000000;
}
.navigation--row .navigation__link {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  padding: 2rem 0;
}
.navigation--row .navigation__link--children {
  position: relative;
}
.navigation--row .navigation__link--children .menu__list {
  position: absolute;
  top: 6rem;
  right: 0;
  padding: 0;
  box-shadow: 0.25rem 0.25rem 2rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 0.4rem;
  overflow: hidden;
  z-index: 1;
}
.navigation--row .navigation__link--children .menu__list li {
  white-space: nowrap;
}
.navigation--row .navigation__link--children .menu__list .navigation__link {
  padding: 1rem 2rem;
}
.navigation--row .navigation__link--children:hover .menu__list, .navigation--row .navigation__link--children:focus .menu__list, .navigation--row .navigation__link--children:active .menu__list {
  opacity: 1;
  visibility: visible;
}
.navigation--row li {
  list-style: none;
}
@media screen and (min-width: 85em) {
  .navigation--row {
    gap: 4rem;
  }
}

.navigation__link--parent {
  display: flex;
  align-items: center;
}

.navigation__link--children .navigation__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  padding-right: 1.5rem;
}
.navigation__link--children .link__icon {
  display: flex;
  width: 1.4rem;
  height: 2rem;
}
.navigation__link--children .menu__list .navigation__link--parent .navigation__link {
  width: 100%;
}
@media screen and (max-width: 84.9375em) {
  .navigation__link--children .menu__list .navigation__link--parent:hover, .navigation__link--children .menu__list .navigation__link--parent:focus, .navigation__link--children .menu__list .navigation__link--parent:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list .navigation__link--parent:hover, .navigation__link--children .menu__list .navigation__link--parent:focus, .navigation__link--children .menu__list .navigation__link--parent:active {
    background-color: #f4f4f4;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list {
    opacity: 0;
    visibility: hidden;
  }
}

.navigation__pages {
  display: flex;
  justify-content: center;
  padding: 3rem 0 5rem;
}
.navigation__pages .page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  background-color: #00458A;
  border-radius: 4.8rem;
}
.navigation__pages .page__link:hover, .navigation__pages .page__link:focus, .navigation__pages .page__link:active {
  background-color: #002c57;
}
.navigation__pages .page__link.link--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navigation__pages .page__link .link__icon {
  display: flex;
  height: 2.8rem;
  width: 2.8rem;
}
@media screen and (min-width: 85em) {
  .navigation__pages .page__link {
    height: 5.2rem;
    width: 5.2rem;
    border-radius: 7.4rem;
  }
}

.button {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
  height: 5.4rem;
  padding: 0 3rem;
  transition: background-color 0.25s linear, box-shadow 0.4s ease;
  border-radius: 20rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .button {
    padding: 0 5rem;
  }
}
.button:before {
  content: "";
  width: 0;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  mix-blend-mode: lighten;
  transition: width 0.4s ease;
  opacity: 0.2;
}
.button:hover:before {
  width: 100%;
}

.button__solid--primary {
  background-color: #90AF40;
  color: #FFFFFF;
  box-shadow: 0.8rem 0.8rem 3.2rem rgba(144, 175, 64, 0.3);
}
.button__solid--primary:hover, .button__solid--primary:focus, .button__solid--primary:active {
  box-shadow: 0rem 0.4rem 1rem rgba(144, 175, 64, 0.1);
}
.button__solid--primary:hover:before, .button__solid--primary:focus:before, .button__solid--primary:active:before {
  max-width: 100rem;
}

.button__solid--secondary {
  background-color: #00458A;
  color: #FFFFFF;
  box-shadow: 0.8rem 0.8rem 3.2rem rgba(0, 69, 138, 0.3);
}
.button__solid--secondary:hover, .button__solid--secondary:focus, .button__solid--secondary:active {
  box-shadow: 0rem 0.4rem 1rem rgba(0, 69, 138, 0.1);
}

.button__solid--white {
  background-color: #FFFFFF;
  color: #00458A;
  box-shadow: 0.8rem 0.8rem 3.2rem rgba(0, 0, 0, 0.3);
}
.button__solid--white:hover, .button__solid--white:focus, .button__solid--white:active {
  background-color: #f2f2f2;
  box-shadow: 0rem 0.4rem 1rem rgba(0, 0, 0, 0.1);
}

.button__outline--secondary {
  background-color: transparent;
  color: #00458A;
  border: 2px solid #00458A;
}
.button__outline--secondary:hover, .button__outline--secondary:focus, .button__outline--secondary:active {
  color: #FFFFFF;
}
.button__outline--secondary:before {
  background: #00458A;
  z-index: -1;
  mix-blend-mode: normal;
  opacity: 1;
}

.button__box {
  display: flex;
  margin-top: 2rem;
}

.icon__group {
  display: flex;
  gap: 2rem;
}
.icon__group .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.2rem;
  background: #00458A;
  color: #90AF40;
  transition: all 0.4s ease;
  border-radius: 100%;
}
.icon__group .icon:hover {
  background: #002c57;
}

.box__icon {
  align-items: center;
}
.box__icon .box__name {
  flex: 1;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem !important;
  width: 100%;
  margin: 4rem 0;
}
@media screen and (max-width: 47.9375em) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .wp-block-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem !important;
  }
  .wp-block-gallery.columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-gallery.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-gallery.gallery-swiper {
  padding-bottom: 5rem;
}

.gallery-item a {
  display: flex;
  aspect-ratio: 4/3;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.1);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  max-width: 100%;
}
.swiper.with--pagination {
  padding-bottom: 10rem !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00458A;
  width: 1.8rem;
  border-radius: 3px;
}
.swiper.overflow--visible {
  overflow: visible !important;
}

.partnerslider__wrapper {
  overflow: hidden;
}

.partner__sliders .swiper {
  margin-top: 4rem;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, white 5%, white 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, white 5%, white 95%, transparent 100%);
}
.partner__sliders .partner__item {
  padding: 2rem 5rem;
}
.partner__sliders .partner__item img {
  max-height: 7rem;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5rem auto;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0px 0.5rem;
  background: transparent;
  color: #00144B;
  border-radius: 100%;
}
.pagination a:not(.dots),
.pagination span:not(.dots) {
  border: 1px solid #e1e1e1;
}
.pagination a:not(.dots):hover,
.pagination span:not(.dots):hover {
  background: #00458A;
  color: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .pagination a,
.pagination span {
    width: 5rem;
    height: 5rem;
  }
}
.pagination span.current {
  background: #00458A;
  color: #FFFFFF;
  border-color: transparent;
  font-weight: 600;
}

.with_frm_style .frm_form_field input, .with_frm_style .frm_form_field textarea {
  min-height: 5.4rem;
  color: #00458A;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border-color: #00144B;
}
.with_frm_style .frm_form_field textarea {
  border-radius: 3rem;
  padding: 3rem 2rem;
}
.with_frm_style .frm_form_field input {
  border-radius: 20rem;
}
.with_frm_style .frm_form_field label {
  color: #00458A;
  padding: 0;
  font-size: 2rem;
}
.with_frm_style .frm_form_field.frm_label_float_top label {
  font-size: 1.4rem;
}
.with_frm_style .frm_form_field .frm_submit button {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
  height: 5.4rem;
  padding: 0 5rem;
  transition: background-color 0.25s linear, box-shadow 0.4s ease;
  border-radius: 20rem;
  font-weight: 600;
  background: #90AF40;
  border: 0;
  margin: 0;
  box-shadow: 0.8rem 0.8rem 3.2rem rgba(144, 175, 64, 0.3);
}
.with_frm_style .frm_form_field .frm_submit button:hover, .with_frm_style .frm_form_field .frm_submit button:focus, .with_frm_style .frm_form_field .frm_submit button:active {
  background-color: #718a32;
  color: #FFFFFF;
  box-shadow: 0rem 0.4rem 1rem rgba(144, 175, 64, 0.1);
}

.newsletter__form .with_frm_style .frm_fields_container {
  display: flex;
  gap: 0;
}
.newsletter__form .with_frm_style .frm_fields_container .frm_form_field {
  flex: 0 0 auto;
}
.newsletter__form .with_frm_style .frm_fields_container .frm_form_field.frm_first {
  flex: 1;
  margin-right: -5rem;
}
.newsletter__form .with_frm_style .frm_form_field {
  margin: 0;
}
.newsletter__form .with_frm_style .frm_submit button {
  box-shadow: none !important;
  padding: 0 2rem;
  font-size: 1.5rem;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.video-wrapper .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrapper .video-container iframe,
.video-wrapper .video-container object,
.video-wrapper .video-container embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 100vh * (16 / 9) */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 85em) {
  .video-wrapper .video-container {
    position: relative;
    padding-bottom: 56.25%; /* or 100% for full screen */
    height: 0;
    overflow: hidden;
    flex: 1;
  }
  .video-wrapper .video-container iframe,
.video-wrapper .video-container object,
.video-wrapper .video-container embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}
.video-wrapper .video-container .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: opacity 1s ease;
}

.store__categories {
  background: #90AF40;
  padding-top: 10.6rem;
}
.store__categories .category__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 5rem;
}
@media screen and (min-width: 48em) {
  .store__categories .category__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .store__categories .category__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .store__categories .category__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.store__categories .category__list .category__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.store__categories .category__list .category__item .icon {
  aspect-ratio: 1/1;
  max-width: 9rem;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 64em) {
  .store__categories .category__list .category__item .icon {
    max-width: 13rem;
  }
}
.store__categories .category__list .category__item h4 {
  color: #FFFFFF;
  text-align: center;
}
.store__categories .category__list .category__item:hover .icon {
  transform: translatey(-1rem);
}

.news__slider h2 {
  color: #90AF40;
  text-align: center;
}
.news__slider .section--title {
  margin-bottom: 5rem;
}
.news__slider .button__box {
  width: 100%;
  margin-top: 5rem;
  justify-content: center;
}

.partnerslider__wrapper {
  padding-top: 0;
}

.post__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;
  position: relative;
  gap: 2rem;
  overflow: hidden;
}
.post__item h3 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.4vw, 2.4rem);
  font-weight: 600;
}
.post__item .thumbnail {
  aspect-ratio: 4/3;
  border-radius: 2.4rem;
  overflow: hidden;
}
.post__item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.post__item .post__label {
  padding: 0.5rem 2rem;
  background: #00458A;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: rotate(-33deg) translatex(-32%) translatey(-132%);
  text-align: center;
  font-weight: 600;
}
.post__item .post__label.actie {
  background: #90AF40;
}
.post__item .read-more {
  position: absolute;
  left: 2rem;
  bottom: 0;
  min-height: 4rem;
  font-weight: 600;
  color: #00458A;
}
.post__item .read-more:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.post__item .read-more:after {
  position: relative;
  margin-left: 1rem;
  transition: transform 0.4s ease;
  display: inline-flex;
}
.post__item .grid__item--content {
  padding: 0 2rem;
}
.post__item:hover .thumbnail img {
  transform: scale(1.1);
}
.post__item:hover .read-more:after {
  transform: translatex(1rem);
}

.single--title {
  padding-bottom: 0;
}
.single--title h3,
.single--title h1 {
  margin: 0;
}
.single--title .button__box {
  margin: 0 0 5rem;
}
.single--title h3 {
  color: #90AF40;
}

.single--post .thumbnail {
  aspect-ratio: 4/3;
  border-radius: 2.4rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media screen and (min-width: 64em) {
  .single--post .content__row {
    gap: 10rem;
  }
}

.contact__section .store__item:hover .store__logo {
  transform: none;
}
