:host, :root {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
}

.whole-site {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}

.navbar.nav-centeredlogo {
  min-height: 100px;
}

.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}

.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}

.alignright {
  float: right;
  padding: 0;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}

/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}

/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

/* Fix coupon code input width */
@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}
/*
*   Footer widgets css
*/
.simple-navigation .nav {
  flex-direction: column;
}

/* 
* Grotere container 
*/
@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1520px;
  }
}
/* Maak WordPress afbeeldingen responsive */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Maak embed items responsive met deze class */
.indiv-embed .embed-responsive-item,
.indiv-embed embed,
.indiv-embed iframe,
.indiv-embed object,
.indiv-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.indiv-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}

.indiv-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.indiv-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.857143%;
}

.indiv-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.indiv-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.indiv-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.copyright-block {
  display: inline-block;
}

#wpadminbar {
  position: fixed;
}

.logged-in.admin-bar .fixed-top,
.logged-in.admin-bar .offcanvas:not(.offcanvas-bottom).show,
.logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
.logged-in.admin-bar .modal-dialog {
  top: var(--wp-admin--admin-bar--height) !important;
}
.logged-in.admin-bar .modal-fullscreen,
.logged-in.admin-bar .modal-fullscreen-sm-down,
.logged-in.admin-bar .modal-fullscreen-md-down,
.logged-in.admin-bar .modal-fullscreen-lg-down,
.logged-in.admin-bar .modal-fullscreen-xl-down,
.logged-in.admin-bar .modal-fullscreen-xxl-down {
  height: calc(100% - var(--wp-admin--admin-bar--height));
}

#nav-main .menu-item:last-child .nav-link {
  padding-right: 0;
}

[class^=indivaos_fade],
[class*=" indivaos_fade"],
[class^=indivaos_zoom],
[class*=" indivaos_zoom"] {
  opacity: 0;
}

.w-100.wp-block-image img {
  width: 100%;
}

mark,
.mark {
  padding: 0;
}

:root {
  --cc-btn-primary-bg: #6d8d63;
  --cc-btn-primary-hover-bg: #5d7854;
}

#c-ttl {
  color: var(--cc-btn-primary-bg);
}

.c_darkmode {
  --cc-btn-primary-bg: #6d8d63;
  --cc-btn-primary-hover-bg: #839e7a;
}

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

/* Color Options
--------------------------------------------- */
.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-primary-color {
  color: #678C67;
}

.has-primary-background-color {
  background-color: #678C67;
}

.has-secondary-color {
  color: #8D80BC;
}

.has-secondary-background-color {
  background-color: #8D80BC;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-extra-light {
  font-weight: 200 !important;
}

.fw-extralight {
  font-weight: 200 !important;
}

.fw-ultra-light {
  font-weight: 200 !important;
}

.fw-ultralight {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-book {
  font-weight: 400 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-demi-bold {
  font-weight: 600 !important;
}

.fw-demibold {
  font-weight: 600 !important;
}

.fw-demi {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-ultra-bold {
  font-weight: 900 !important;
}

.fw-ultrabold {
  font-weight: 900 !important;
}

.fw-heavy {
  font-weight: 900 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fw-ultra {
  font-weight: 900 !important;
}

.fw-ultra-black {
  font-weight: 900 !important;
}

.fw-ultrablack {
  font-weight: 900 !important;
}

.fw-extra-ultra {
  font-weight: 900 !important;
}

.fw-extraultra {
  font-weight: 900 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}

.cls-404-svg-1 {
  fill: #fb855f;
}

.cls-404-svg-2 {
  fill: #fff;
}

.cls-404-svg-3 {
  fill: #7c9873;
}

.cls-404-svg-4 {
  fill: #6d8d63;
}

.cls-404-svg-5 {
  fill: #4c6345;
}

.cls-404-svg-6, .cls-404-svg-7 {
  fill: #dbe3d8;
}

.cls-404-svg-8 {
  fill: #c5d1c1;
}

.cls-404-svg-9 {
  fill: #41553b;
}

.cls-404-svg-7 {
  opacity: 0.19;
}

.cls-404-svg-10 {
  fill: #8e3332;
}

.cls-404-svg-11 {
  fill: #99af92;
}

.cls-404-svg-12 {
  clip-path: url(#clippath);
}

.cls-404-svg-13, .cls-404-svg-14 {
  fill: none;
}

.cls-404-svg-14 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 12px;
}

.cls-404-svg-15 {
  fill: #41553b;
}

.cls-404-svg-16 {
  fill: #a7bba1;
}

.cls-404-svg-17 {
  fill: #fd8b66;
}

.cls-404-svg-18 {
  fill: #e56542;
}

.cls-404-svg-19 {
  fill: #a7bba1;
}

:root {
  --scrollbar-width: 17px;
  --vw: 0;
  --container-side: calc((100vw - var(--scrollbar-width) - var(--container-width)) / 2);
  --container-width: 100%;
  --container-width-sm: 540px;
  --container-width-md: 720px;
  --container-width-lg: 960px;
  --container-width-xl: 1140px;
  --container-width-xxl: 1320px;
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
}

body {
  color: #1b1b1b;
  font-weight: 400;
  --bs-link-color: #1b1b1b;
  --bs-link-hover-color: #1b1b1b;
  margin: 0;
  padding: 0;
}

.whole-site {
  overflow: hidden;
}

.has-text-align-center {
  text-align: center !important;
}

/*
* Navigation css
*/
header {
  background-color: #6d8d63;
  padding: 16px 0px;
}
header nav.navbar .navbar-brand {
  width: 244px;
  padding: 16px 16px;
  background-color: #6d8d63;
  border-radius: 4px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-brand {
    width: 320px;
  }
}
header nav.navbar .navbar-toggler {
  border: white;
  background-color: white;
  color: #6d8d63;
  padding: 12px;
}
header nav.navbar .nav-item .nav-link {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  header nav.navbar .nav-item .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 20px;
  }
}
header nav.navbar .offcanvas {
  background-color: #6d8d63;
}
header nav.navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
header nav.navbar .offcanvas .offcanvas-header .btn-close {
  filter: invert(100%);
}
header nav.navbar .offcanvas .dropdown-menu {
  margin-top: 12px;
  margin-left: 20px;
  background-color: #517852;
}
header nav.navbar .offcanvas .dropdown-menu a {
  color: white;
}
header nav.navbar .offcanvas .dropdown-menu a:hover {
  background-color: #3c5f3e;
}
@media (min-width: 992px) {
  header nav.navbar .offcanvas .dropdown-menu a {
    font-size: 13px !important;
  }
}

.topbar {
  display: flex;
  padding: 12px 0px;
  background-color: white;
}
.topbar .content {
  display: flex;
}
@media (min-width: 768px) {
  .topbar .content .right-side {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
}
.topbar .content .right-side .mail {
  display: none;
}
@media (min-width: 768px) {
  .topbar .content .right-side .mail {
    display: block;
  }
}
.topbar .content .right-side .fa-brands {
  font-size: 20px;
}
.topbar .content .right-side a {
  color: black;
  text-decoration: none;
  font-size: 0.8125rem;
}
.topbar .topbar-swiper {
  width: 100%;
}
@media (min-width: 768px) {
  .topbar .topbar-swiper .swiper-wrapper {
    justify-content: start;
  }
}
.topbar .topbar-swiper .swiper-slide {
  width: auto;
  color: black;
  text-decoration: none;
  font-size: 0.8125rem;
}
.topbar .topbar-swiper .swiper-slide span {
  vertical-align: middle;
}
.topbar .topbar-swiper .swiper-slide i {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}

.category-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  margin-bottom: 24px;
  /* Firefox */
  scrollbar-width: none;
}
.category-list .btn {
  flex: 0 0 auto;
}
.category-list ::-webkit-scrollbar {
  display: none;
}

.item-post {
  position: relative;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #cad7c3;
}
.item-post .image {
  height: 220px;
  width: 100%;
  background-color: #6d8d63;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.item-post .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.item-post .content {
  padding: 24px 24px 24px 32px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-post .content span {
  font-size: 0.8125rem;
  color: #8D80BC;
}
.item-post .content h3 {
  margin-top: 24px;
}
.item-post .content a {
  text-decoration: none;
  color: #8D80BC;
}

.post-content {
  margin: 80px 0px;
}

.wp-block-table.is-style-stripes table,
.wp-block-table.has-fixed-layout table,
.wp-block-table td,
.wp-block-table th {
  border: none;
}

.wp-block-table .has-fixed-layout tbody tr:nth-child(odd) {
  background-color: #e4ebe0;
}
.wp-block-table .has-fixed-layout tbody td:first-child {
  min-width: 120px;
  white-space: nowrap;
}

footer {
  position: relative;
  color: white;
  background-color: #6d8d63;
}
footer h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
}
footer a {
  color: white;
  text-decoration: none;
  padding-left: 0;
}
footer p {
  margin: 0px !important;
  padding: 8px 0px 8px 0px;
}
footer p:last-child {
  padding-bottom: 0;
}
footer .wp-block-aw-advanced-widget {
  z-index: 20;
  position: relative;
}
footer .social-icons-wrapper {
  font-size: 20px;
  --socialicon-background: #fff;
  --socialicon-foreground: #fff;
  --socialicon-transition-speed: 0.15s;
}
footer .indiv-block ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  footer .indiv-block ul li {
    padding: 0px;
  }
}
footer .indiv-block ul li:last-child {
  padding-bottom: 0;
}
footer .indiv-block ul li a {
  color: white;
  text-decoration: none;
  padding-left: 0;
}
footer .footer-bottom {
  z-index: 2;
}
footer .footer-shape {
  display: none;
}
@media (min-width: 1200px) {
  footer .footer-shape {
    display: block;
    position: absolute;
    bottom: 68px;
    right: 210px;
  }
}
footer .footer-shape-2 {
  display: none;
}
@media (min-width: 1200px) {
  footer .footer-shape-2 {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
  }
  footer .footer-shape-2 svg {
    display: block;
  }
}

.post-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dee2e6;
  padding-top: 16px;
  margin-top: 24px;
  font-size: 13px;
}
.post-footer .post-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-footer .post-left .icon {
  background-color: black;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-footer .post-left .icon svg {
  color: white;
}
.post-footer .post-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-footer .post-right .a2a_default_style a .a2a_svg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8D80BC !important;
}
.post-footer .post-right .a2a_default_style a .a2a_svg svg {
  width: 24px !important;
}

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  background-color: #6d8d63;
  border: 1px solid white;
  color: white;
  font-size: 24px;
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.btn {
  font-family: "franklin-gothic-std", sans-serif;
  font-weight: 500;
  padding: 20px 20px;
  border-radius: 20px;
}
.btn-primary {
  --bs-btn-color: white;
  --bs-btn-border-color: #6d8d63;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #566f4e;
  --bs-btn-hover-border-color: #566f4e;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: $primary;
  --bs-btn-active-border-color: $primary;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-border-color: #8D80BC;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #6f5faa;
  --bs-btn-hover-border-color: #6f5faa;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: $secondary;
  --bs-btn-active-border-color: $secondary;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-light {
  --bs-btn-color: #6d8d63;
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #6d8d63;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #e6e6e6;
  --bs-btn-active-color: #6d8d63;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-disabled-color: #6d8d63;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
}
.btn-outline-light {
  --bs-btn-color: white;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #6d8d63;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #6d8d63;
  --bs-btn-active-border-color: #6d8d63;
  --bs-btn-disabled-color: #6d8d63;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6d8d63;
}
.btn.btn-small {
  font-size: 13px;
}

h1, .h1 {
  font-family: "franklin-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.43125rem + 2.175vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.0625rem;
  }
}

h2, .h2 {
  font-family: "franklin-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.31875rem + 0.825vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.9375rem;
  }
}

h3, .h3 {
  font-family: "franklin-gothic-std", sans-serif;
  font-weight: 500;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

h4, .h4 {
  font-family: "franklin-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}

p {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 24px;
}
p.has-large-font-size {
  font-size: 1.25rem;
  line-height: normal;
}

p:has(+ p, + ul) {
  margin-bottom: 24px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 0;
}
h1:has(+ p, + div.text), .h1:has(+ p, + div.text), h2:has(+ p, + div.text), .h2:has(+ p, + div.text), h3:has(+ p, + div.text), .h3:has(+ p, + div.text) {
  margin-bottom: 12px;
}
p:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3), ul:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3) {
  margin-bottom: 40px;
}

.is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-background > *, .is-background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.wsf-aanmelden .form-control {
  background-color: #312B4A;
  border: 1px solid #312B4A;
  color: white;
  border-radius: 16px;
  padding: 16px 16px;
}
.wsf-aanmelden .form-control[data-date-type=date]::placeholder {
  color: white;
  opacity: 1;
}
.wsf-aanmelden .form-control[data-date-type=date]::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.wsf-aanmelden .form-control[data-date-type=date]::-moz-placeholder {
  color: white;
  opacity: 1;
}
.wsf-aanmelden .form-select {
  background-color: #312B4A;
  border: 1px solid #312B4A;
  color: white;
  border-radius: 16px;
  padding: 12px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polygon points="0,0 10,0 5,6" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
}
.wsf-aanmelden .form-label {
  color: white;
  padding: 12px 16px;
}
.wsf-aanmelden .alert {
  padding: unset;
  color: white;
}
.wsf-aanmelden .alert p {
  font-size: 0.8125rem;
}
.wsf-aanmelden .btn-primary {
  background-color: #FDB913;
  border: 1px solid #FDB913;
  color: white;
}

.wsf-contact .form-control {
  background-color: #e4ebe0;
  border: 1px solid #e4ebe0;
  color: black;
  border-radius: 16px;
  padding: 16px 16px;
}
.wsf-contact .form-control[data-date-type=date]::placeholder {
  color: white;
  opacity: 1;
}
.wsf-contact .form-control[data-date-type=date]::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.wsf-contact .form-control[data-date-type=date]::-moz-placeholder {
  color: white;
  opacity: 1;
}
.wsf-contact .form-floating textarea {
  min-height: 220px;
}
.wsf-contact .alert {
  padding: unset;
  color: white;
}
.wsf-contact .alert p {
  font-size: 0.8125rem;
}