/*==========================================================================
1. Variables & functions
===========================================================================*/
/* Colors
===========================================================================*/
/* UIpallet colors
===========================================================================*/
/* Widths & heights
===========================================================================*/
/* Breakpoints
===========================================================================*/
/* Font family's
===========================================================================*/
/* Font size's
===========================================================================*/
/* Rondehoeken
===========================================================================*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.dialog-off-canvas-main-canvas {
  min-height: 100vh;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.main-width {
  margin: 0 auto;
  max-width: 1200px;
}
.max-width {
  margin: 0 auto;
  max-width: 1600px;
}
.medium-width,
.width-960 {
  margin: 0 auto;
  max-width: 960px;
}
.width-640 {
  margin: 0 auto;
  max-width: 640px;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.layout-container {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
}
main[role="main"] {
  flex: 1 0 auto;
}
footer[role="contentinfo"] {
  margin-top: auto;
}
.site-utility-bar {
  background: #62624f;
}
.site-utility-bar-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0.22rem 1rem;
}
#block-digisign-client-tabbladen {
  display: block;
  width: min(100%, 1200px);
  margin: 0 auto;
}
#block-digisign-client-tabbladen > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-digisign-client-tabbladen > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-digisign-client-tabbladen > ul a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(74, 64, 51, 0.16);
  border-bottom-color: transparent;
  border-radius: 0.55rem 0.55rem 0 0;
  background: rgba(255, 255, 255, 0.92);
  color: #4a4033;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
#block-digisign-client-tabbladen > ul a:hover,
#block-digisign-client-tabbladen > ul a:focus {
  background: rgba(119, 203, 184, 0.18);
  color: #4a4033;
  text-decoration: none;
}
#block-digisign-client-tabbladen > ul a.is-active,
#block-digisign-client-tabbladen > ul a.active,
#block-digisign-client-tabbladen > ul a[aria-current="page"] {
  border-color: #77cbb8;
  background: #77cbb8;
  color: #ffffff;
}
@media (max-width: 48rem) {
  #block-digisign-client-tabbladen > ul {
    gap: 0.35rem;
  }
  #block-digisign-client-tabbladen > ul a {
    min-height: 2.25rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.84rem;
  }
}
body {
  color: #4a4033;
  background: #ffffff;
}
body.path-user-login h1,
body.path-user-password h1 {
  color: #4a4033;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  color: var(--paragraph-title, #2a6f5e);
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  line-height: 0.98;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.02;
}
h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  line-height: 1.1;
}
h4 {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.18;
}
h5 {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.24;
}
h6 {
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  line-height: 1.3;
}
a {
  color: #77cbb8;
}
a:hover,
a:focus {
  color: #59c0a9;
}
.user-login-form .login-site-name,
.user-pass .login-site-name {
  margin-bottom: 0.35rem;
  color: #77cbb8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.user-login-form .login-site-tagline,
.user-pass .login-site-tagline {
  color: #756f63;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.black-text,
.white-text,
.red-text,
.yellow-text,
.orange-text,
.green-text,
.blue-text,
.purple-text,
.grey-text,
.fluor-text {
  font-weight: bold;
}
.black-text {
  color: #000000;
}
.white-text {
  color: #ffffff;
}
.red-text {
  color: #EA2027;
}
.yellow-text,
.orange-text {
  color: #F79F1F;
}
.green-text {
  color: rgba(0, 148, 50);
}
.blue-text {
  color: #0652DD;
}
.purple-text {
  color: #6F1E51;
}
.grey-text {
  color: #969694;
}
.fluor-text {
  color: #00dd00;
}
.underline-text,
.underlined-text {
  text-decoration: underline;
}
.strong-text {
  font-weight: bold;
}
@media (max-width: 48rem) {
  .user-login-form .login-site-tagline,
  .user-pass .login-site-tagline {
    font-size: 0.9rem;
  }
}
body.path-user-login,
body.path-user-password {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(119, 203, 184, 0.08), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 245, 239, 0.9));
}
body.path-user-login .layout-container,
body.path-user-password .layout-container {
  width: min(100%, 70rem);
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.path-user-login .region-content,
body.path-user-password .region-content,
body.path-user-login h1,
body.path-user-password h1,
body.path-user-login .tabs,
body.path-user-password .tabs,
body.path-user-login .messages,
body.path-user-password .messages {
  width: min(100%, 17rem);
}
body.path-user-login .messages,
body.path-user-password .messages {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.user-login-form,
.user-pass {
  position: relative;
  padding: 1.125rem;
  border: 1px solid rgba(98, 98, 79, 0.18);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1.2rem 3rem rgba(74, 64, 51, 0.08);
  backdrop-filter: blur(0.8rem);
}
.user-login-form .login-form-intro,
.user-pass .login-form-intro {
  margin-bottom: 1rem;
}
.user-login-form .form-item,
.user-pass .form-item {
  margin-bottom: 1rem;
}
.user-login-form label,
.user-pass label {
  display: block;
  margin-bottom: 0.45rem;
  color: #4a4033;
  font-size: 0.95rem;
  font-weight: 600;
}
.user-login-form .form-text,
.user-pass .form-text,
.user-login-form .form-email,
.user-pass .form-email {
  width: 100%;
  min-height: 2.4rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid #d9d7d0;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.96);
  color: #4a4033;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.user-login-form .form-text:focus,
.user-pass .form-text:focus,
.user-login-form .form-email:focus,
.user-pass .form-email:focus {
  border-color: rgba(119, 203, 184, 0.42);
  outline: 0;
  box-shadow: 0 0 0 0.22rem rgba(119, 203, 184, 0.12);
  background: #fff;
}
.user-login-form .form-actions,
.user-pass .form-actions {
  margin-top: 0.75rem;
}
@media (max-width: 48rem) {
  body.path-user-login .layout-container,
  body.path-user-password .layout-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .user-login-form,
  .user-pass {
    padding: 0.85rem;
    border-radius: 0.7rem;
  }
}
.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
}
.btn-accent,
.ticket-btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
  color: #ffffff;
  background-color: #77cbb8;
  border: 2px solid #77cbb8;
  text-decoration: none;
}
.btn-accent:hover,
.ticket-btn-red:hover {
  color: #ffffff;
  background-color: #59c0a9;
  border-color: #59c0a9;
}
.btn-full,
.ticket-full-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
  width: 100%;
}
.full-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 16px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  margin: 4px 0;
  width: 100%;
}
.user-login-form .button,
.user-pass .button {
  width: 100%;
  min-height: 2.25rem;
  border: 0;
  border-radius: 0.55rem;
  background: #77cbb8;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 0.75rem 1.5rem rgba(119, 203, 184, 0.16);
}
.user-login-form .button:hover,
.user-pass .button:hover,
.user-login-form .button:focus,
.user-pass .button:focus {
  background: #59c0a9;
}
.bg-red {
  background-color: #EA2027;
}
.bg-green {
  background-color: rgba(0, 148, 50);
}
.bg-yellow {
  background-color: #969694;
}
.bg-blue {
  background-color: #0652DD;
}
.bg-purple {
  background-color: #6F1E51;
}
.bg-black {
  background-color: #4a4033;
}
.break-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-break-text {
  white-space: nowrap;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.digi-devel,
.digi_devel {
  display: block;
  margin: 0 0 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #0652DD;
  background: #4a4033;
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
  box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.12);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.digi-devel a,
.digi_devel a {
  color: inherit;
}
.digi-devel-subdir,
.digi_devel-subdir {
  color: #F79F1F;
  font-weight: 700;
}
.green-border {
  border: 1px solid green;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
#block-digisign-client-dickrobbemondheaderblock > div:not(.contextual) {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: end;
  gap: 0.9rem;
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__eyebrow,
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body {
  color: #4a4033;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__eyebrow:hover,
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body:hover,
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__eyebrow:focus,
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body:focus {
  color: #77cbb8;
  text-decoration: none;
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__eyebrow {
  font-weight: 700;
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body {
  position: relative;
  padding-left: 0.9rem;
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1rem;
  background: rgba(74, 64, 51, 0.25);
  transform: translateY(-50%);
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.65rem 1.15rem;
  border-radius: 0.5rem;
  background: #77cbb8;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease;
}
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__link a:hover,
#block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__link a:focus {
  background: #59c0a9;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 48rem) {
  #block-digisign-client-dickrobbemondheaderblock > div:not(.contextual) {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: clamp(0.45rem, 2vw, 0.65rem);
  }
  #block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__eyebrow,
  #block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body {
    font-size: clamp(0.75rem, 3.5vw, 0.85rem);
  }
  #block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body {
    padding-left: 0;
  }
  #block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__body::before {
    display: none;
  }
  #block-digisign-client-dickrobbemondheaderblock .dickrobbemond-header-block__link a {
    width: 100%;
    min-height: clamp(2.15rem, 8vw, 2.4rem);
    padding-right: 0.65rem;
    padding-left: 0.65rem;
    font-size: clamp(0.75rem, 3.5vw, 0.85rem);
  }
}
#block-digisign-client-hoofdnavigatie {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#block-digisign-client-hoofdnavigatie > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-digisign-client-hoofdnavigatie > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-digisign-client-hoofdnavigatie a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  color: #2a6f5e;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
#block-digisign-client-hoofdnavigatie a:hover {
  color: #756f63;
  text-decoration: none;
}
#block-digisign-client-hoofdnavigatie a:focus,
#block-digisign-client-hoofdnavigatie a.is-active,
#block-digisign-client-hoofdnavigatie a.active {
  color: #77cbb8;
  text-decoration: none;
}
.paragraph h3 {
  text-align: center;
}
.paragraph--call-to-action .paragraph-text ul,
.paragraph--type--call-to-action .paragraph-text ul,
.paragraph__body ul {
  padding: 0;
  list-style: none;
}
.paragraph--call-to-action .paragraph-text ul li,
.paragraph--type--call-to-action .paragraph-text ul li,
.paragraph__body ul li {
  position: relative;
  padding-left: 1.7rem;
}
.paragraph--call-to-action .paragraph-text ul li::before,
.paragraph--type--call-to-action .paragraph-text ul li::before,
.paragraph__body ul li::before {
  content: '\f058';
  position: absolute;
  top: 0.14rem;
  left: 0;
  color: #2a6f5e;
  font: var(--fa-font-solid);
  font-size: 0.95rem;
  line-height: 1;
}
.paragraph__column--body-align-right .paragraph__body,
.paragraph__body--align-right {
  text-align: right;
}
.paragraph__column--body-align-right .paragraph__body ul li,
.paragraph__body--align-right ul li {
  padding-left: 0;
  padding-right: 1.7rem;
}
.paragraph__column--body-align-right .paragraph__body ul li::before,
.paragraph__body--align-right ul li::before {
  left: auto;
  right: 0;
}
.paragraph-id-35 .paragraph__body--right p:has(> img[src*="kassen-lijntekening-transparant.png"]) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paragraph-id-35 .paragraph__body--right p > img.align-right[src*="kassen-lijntekening-transparant.png"] {
  order: 1;
  float: none;
  display: block;
  width: min(100%, 343px);
  height: auto;
  margin: 1rem auto 0;
}
.paragraph__title .paragraph__title-text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.85rem;
  color: #000000;
}
.paragraph__title .paragraph__title-text::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph__body h4.text-pallet-mosgroen,
.paragraph__body h4 .text-pallet-mosgroen,
.paragraph__body h4.text-pallet-mosgroen-caveat,
.paragraph__body h4 .text-pallet-mosgroen-caveat {
  position: relative;
  display: inline-block;
  padding-bottom: 0.85rem;
}
.paragraph__body h4.text-pallet-mosgroen::after,
.paragraph__body h4 .text-pallet-mosgroen::after,
.paragraph__body h4.text-pallet-mosgroen-caveat::after,
.paragraph__body h4 .text-pallet-mosgroen-caveat::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: 50%;
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 currentColor;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph--afbeelding-100 {
  --afbeelding-100-title-offset-y: 0px;
  --afbeelding-100-title-2-offset-y: 25px;
  --afbeelding-100-text-offset-y: 42px;
  --afbeelding-100-cta-offset-y: 68px;
  --afbeelding-100-divider-offset-y: 63px;
  --afbeelding-100-text-2-offset-y: 53px;
  width: min(100%, 1600px);
  margin: 0 auto;
  min-height: clamp(18rem, 42vw, 50rem);
  background-repeat: no-repeat;
  background-position: var(--afbeelding-100-position-x, 50%) center;
  background-size: cover;
  display: flex;
  align-items: stretch;
  color: var(--paragraph-text, #4a4033);
}
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-content {
  align-items: flex-start;
}
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-contrast-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 1.8vw, 1.5rem);
  width: min(100%, 42rem);
  padding: clamp(1.25rem, 3vw, 2.625rem);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 1.125rem;
  background: var(--afbeelding-100-text-background, rgba(255, 255, 255, 0.72));
  box-shadow: 0 0.75rem 2.25rem rgba(74, 64, 51, 0.12);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-title.curved-element,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-title-2,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-text,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-divider-icon,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-text-2,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-cta-button {
  top: 0;
}
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-title.curved-element,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-title-2,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-text,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-divider-icon,
.paragraph--afbeelding-100.paragraph--has-text-background .paragraph-text-2 {
  margin-top: 0;
  margin-bottom: 0;
}
.paragraph--afbeelding-100.paragraph--text-pallet--wit {
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-title-underline: #2a6f5e;
}
.paragraph--afbeelding-100 .paragraph-inner {
  min-height: inherit;
  width: min(100%, 1600px);
  display: flex;
  align-items: stretch;
}
.paragraph--afbeelding-100 .paragraph-content {
  min-height: inherit;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 2rem;
  margin-top: 30px;
}
.paragraph--afbeelding-100 .paragraph-title.curved-element {
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
  top: var(--afbeelding-100-title-offset-y);
}
.paragraph--afbeelding-100 .paragraph-title.curved-element .paragraph-title-text {
  margin: 0;
  color: var(--paragraph-title, #2a6f5e);
  font-family: 'Caveat', cursive;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
  transform: rotate(-2deg);
  transform-origin: left center;
}
.paragraph--afbeelding-100 .paragraph-title.curved-element .paragraph-title-text::after {
  content: '';
  position: absolute;
  left: 0.05em;
  bottom: calc(-0.24em - 6px);
  width: calc(92% + 20px);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 var(--paragraph-title-underline, #2a6f5e);
  transform: rotate(-1.2deg) skewX(-12deg);
  transform-origin: left center;
}
.paragraph--afbeelding-100 .paragraph-title-2 {
  width: min(100%, 35rem);
  margin: 0 0 0.75rem;
  position: relative;
  top: var(--afbeelding-100-title-2-offset-y);
}
.paragraph--afbeelding-100 .paragraph-title-2 .paragraph-title-2-text {
  margin: 0;
  text-align: left;
  color: var(--paragraph-text, #000);
  font-family: 'Arimo', sans-serif;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 700;
}
.paragraph--afbeelding-100 .paragraph-text {
  width: min(100%, 35rem);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--paragraph-text, #000);
  position: relative;
  top: var(--afbeelding-100-text-offset-y);
}
.paragraph--afbeelding-100 .paragraph-text ul {
  padding: 0;
  list-style: none;
}
.paragraph--afbeelding-100 .paragraph-text li {
  position: relative;
  padding-left: 1.9rem;
}
.paragraph--afbeelding-100 .paragraph-text li::before {
  content: '\f00c';
  position: absolute;
  top: 0.18rem;
  left: 0;
  color: #77cbb8;
  font: var(--fa-font-solid);
  font-size: 1.25rem;
  line-height: 1;
}
.paragraph--afbeelding-100 .paragraph-text h1 {
  margin: 0;
  font-size: 60px;
  line-height: 1.05;
}
.paragraph--afbeelding-100 .paragraph-divider-icon {
  width: min(100%, 35rem);
  margin: 0.75rem 0 0.5rem;
  color: var(--paragraph-title, #2a6f5e);
  position: relative;
  top: var(--afbeelding-100-divider-offset-y);
}
.paragraph--afbeelding-100 .paragraph-divider-icon svg {
  display: block;
  width: 44px;
  height: auto;
  margin-left: 1.25rem;
}
.paragraph--afbeelding-100 .paragraph-text-2 {
  width: min(100%, 35rem);
  font-family: 'Caveat', cursive;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--paragraph-text, #000);
  position: relative;
  top: var(--afbeelding-100-text-2-offset-y);
}
.paragraph--afbeelding-100 .paragraph-body {
  width: min(100%, 35rem);
}
.paragraph--afbeelding-100 .paragraph-body > div,
.paragraph--afbeelding-100 .paragraph-body .field,
.paragraph--afbeelding-100 .paragraph-body .field__item,
.paragraph--afbeelding-100 .paragraph-body .media,
.paragraph--afbeelding-100 .paragraph-body picture {
  width: 100%;
}
.paragraph--afbeelding-100 .paragraph-body img,
.paragraph--afbeelding-100 .paragraph-body svg {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--afbeelding-100 .paragraph-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}
.paragraph--afbeelding-100 .paragraph-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3.5rem;
  padding: 0.7rem 1.35rem;
  border: 2px solid #2a6f5e;
  border-radius: 0.8rem;
  background: #2a6f5e;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.8rem 2rem rgba(74, 64, 51, 0.12);
  position: relative;
  top: var(--afbeelding-100-cta-offset-y);
  z-index: 2;
  margin-right: auto;
}
.paragraph--afbeelding-100 .paragraph-cta-button:hover,
.paragraph--afbeelding-100 .paragraph-cta-button:focus {
  opacity: 0.92;
  background: #2a6f5e;
  color: #ffffff;
  text-decoration: none;
}
.paragraph--afbeelding-100 .paragraph-cta-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.35rem;
}
.paragraph--afbeelding-100 .paragraph-cta-icon i {
  color: #2a6f5e;
  font-size: 1.15rem;
  line-height: 1;
}
.paragraph--afbeelding-100 .paragraph-cta-label {
  display: inline-flex;
  align-items: center;
  color: inherit;
  white-space: nowrap;
}
.paragraph--afbeelding-100 .paragraph-cta-label > div {
  margin: 0;
}
.paragraph--afbeelding-100 .paragraph-cta-label .field,
.paragraph--afbeelding-100 .paragraph-cta-label .field__item,
.paragraph--afbeelding-100 .paragraph-cta-label p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.paragraph--afbeelding-100 .paragraph-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin-left: auto;
  text-align: left;
  max-width: min(100%, 34rem);
  color: var(--paragraph-title, #2a6f5e);
}
.paragraph--afbeelding-100 .paragraph-kicker .field,
.paragraph--afbeelding-100 .paragraph-logo-items .field,
.paragraph--afbeelding-100 .paragraph-review-container .field,
.paragraph--afbeelding-100 .paragraph-kicker .field__item,
.paragraph--afbeelding-100 .paragraph-logo-items .field__item,
.paragraph--afbeelding-100 .paragraph-review-container .field__item,
.paragraph--afbeelding-100 .paragraph-kicker p,
.paragraph--afbeelding-100 .paragraph-logo-items p,
.paragraph--afbeelding-100 .paragraph-review-container p {
  margin: 0;
  color: inherit;
}
.paragraph--afbeelding-100 .paragraph-kicker {
  color: var(--paragraph-title, #2a6f5e);
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
}
.paragraph--afbeelding-100 .paragraph-logo-items > div,
.paragraph--afbeelding-100 .paragraph-logo-items .field__items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.1rem;
}
.paragraph--afbeelding-100 .paragraph-logo-items > div > div,
.paragraph--afbeelding-100 .paragraph-logo-items .field__item {
  flex: 0 0 auto;
}
.paragraph--afbeelding-100 .paragraph-logo-items img {
  display: block;
  width: auto;
  max-width: 9rem;
  max-height: 2.6rem;
  object-fit: contain;
}
.paragraph--afbeelding-100 .paragraph-review-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  row-gap: 0.35rem;
  max-width: 100%;
  color: var(--paragraph-text, #756f63);
}
.paragraph--afbeelding-100 .paragraph-review-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: rgba(212, 175, 55, 0.3);
  font-size: 1rem;
  line-height: 1;
}
.paragraph--afbeelding-100 .paragraph-review-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.paragraph--afbeelding-100 .paragraph-review-star.is-filled {
  color: #d4af37;
}
.paragraph--afbeelding-100 .paragraph-review-author {
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--paragraph-title, #2a6f5e);
}
.paragraph--afbeelding-100 .paragraph-review-text {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--paragraph-text, #756f63);
}
.paragraph--afbeelding-100:not(.paragraph--cta-type) .paragraph-cta-icon {
  display: none;
}
@media (max-width: 640px) {
  .paragraph-id-22.paragraph--afbeelding-100 {
    --afbeelding-100-mobile-position-x: 30%;
  }
  .paragraph-id-23.paragraph--afbeelding-100 {
    --afbeelding-100-mobile-position-x: 72%;
  }
  .paragraph-id-1.paragraph--afbeelding-100 {
    --afbeelding-100-mobile-position-x: 72%;
  }
  .paragraph--afbeelding-100 {
    background-position: var(--afbeelding-100-mobile-position-x, var(--afbeelding-100-position-x, 50%)) center;
    min-height: clamp(12rem, 56vw, 24rem);
  }
  .paragraph--afbeelding-100 .paragraph-content {
    padding: 1.25rem;
  }
  .paragraph--afbeelding-100.paragraph--has-text-background .paragraph-contrast-panel {
    gap: 1rem;
    padding: 1rem;
    border-radius: 0.875rem;
  }
  .paragraph--afbeelding-100 .paragraph-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .paragraph--afbeelding-100 .paragraph-cta-button {
    min-height: 3rem;
    gap: 0.7rem;
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
    margin-right: 0;
  }
  .paragraph--afbeelding-100 .paragraph-cta-icon {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }
  .paragraph--afbeelding-100 .paragraph-aside,
  .paragraph--afbeelding-100 .paragraph-review-container,
  .paragraph--afbeelding-100 .paragraph-logo-items > div,
  .paragraph--afbeelding-100 .paragraph-logo-items .field__items {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .paragraph--afbeelding-100 .paragraph-aside {
    max-width: 100%;
    margin-left: 0;
  }
}
.paragraph--25-25-25-25,
.paragraph--type--25-25-25-25,
.paragraph--type--_5-25-25-25 {
  background: #ffffff;
  margin-bottom: 30px;
}
.paragraph--25-25-25-25 .paragraph-content.main-width,
.paragraph--type--25-25-25-25 .paragraph-content.main-width,
.paragraph--type--_5-25-25-25 .paragraph-content.main-width {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
}
.paragraph--25-25-25-25 .paragraph-content.main-width > *,
.paragraph--type--25-25-25-25 .paragraph-content.main-width > *,
.paragraph--type--_5-25-25-25 .paragraph-content.main-width > * {
  min-width: 0;
}
.paragraph--25-25-25-25 .paragraph-title,
.paragraph--type--25-25-25-25 .paragraph-title,
.paragraph--type--_5-25-25-25 .paragraph-title,
.paragraph--25-25-25-25 .paragraph-body,
.paragraph--type--25-25-25-25 .paragraph-body,
.paragraph--type--_5-25-25-25 .paragraph-body {
  width: 100%;
}
.paragraph--25-25-25-25 .paragraph-title,
.paragraph--type--25-25-25-25 .paragraph-title,
.paragraph--type--_5-25-25-25 .paragraph-title {
  text-align: center;
}
.paragraph--25-25-25-25 .paragraph-title .paragraph-title-text,
.paragraph--type--25-25-25-25 .paragraph-title .paragraph-title-text,
.paragraph--type--_5-25-25-25 .paragraph-title .paragraph-title-text {
  display: inline-block;
  position: relative;
  font-family: 'Arimo', sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin: 20px 0;
  padding-bottom: 0.85rem;
}
.paragraph--25-25-25-25 .paragraph-title .paragraph-title-text::after,
.paragraph--type--25-25-25-25 .paragraph-title .paragraph-title-text::after,
.paragraph--type--_5-25-25-25 .paragraph-title .paragraph-title-text::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph--25-25-25-25 .paragraph-columns.paragraph-columns--4rows,
.paragraph--type--25-25-25-25 .paragraph-columns.paragraph-columns--4rows,
.paragraph--type--_5-25-25-25 .paragraph-columns.paragraph-columns--4rows {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.5rem;
  border-radius: 0.8rem;
  height: 100%;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-icon,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-icon,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-icon {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 999px;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-icon i,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-icon i,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-icon i,
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-icon svg,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-icon svg,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-icon svg {
  display: block;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-text,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-text,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-text {
  flex: 1 1 auto;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-link,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-link,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-link {
  margin-top: auto;
  padding-top: 1rem;
  font-family: 'Caveat', cursive;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  color: #2a6f5e;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-link a,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-link a,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arimo', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-link a:hover,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-link a:hover,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-link a:hover,
.paragraph--25-25-25-25 .paragraph-columns .paragraph-column-link a:focus,
.paragraph--type--25-25-25-25 .paragraph-columns .paragraph-column-link a:focus,
.paragraph--type--_5-25-25-25 .paragraph-columns .paragraph-column-link a:focus {
  color: #2a6f5e;
  text-decoration: none;
}
.paragraph--25-25-25-25-pallet--background-zwart .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-zwart .paragraph-title-text {
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-zwart .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-zwart .paragraph-columns .paragraph-column {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.paragraph--25-25-25-25-pallet--background-zwart .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-zwart .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-zwart .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-zwart .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-donkerbruin .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-donkerbruin .paragraph-title-text {
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-donkerbruin .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-donkerbruin .paragraph-columns .paragraph-column {
  background: #4a4033;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(74, 64, 51, 0.12);
}
.paragraph--25-25-25-25-pallet--background-donkerbruin .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-donkerbruin .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-donkerbruin .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-donkerbruin .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-wit .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-wit .paragraph-title-text,
.paragraph--25-25-25-25-pallet--wit .paragraph-title-text {
  color: #62624f;
}
.paragraph--25-25-25-25-pallet--background-wit .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-wit .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--wit .paragraph-columns .paragraph-column {
  background: #ffffff;
  color: #62624f;
  box-shadow: 0 0 0 2px rgba(98, 98, 79, 0.12);
}
.paragraph--25-25-25-25-pallet--background-wit .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-wit .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--wit .paragraph-columns .paragraph-column-icon {
  background: #d9d7d0;
  color: #62624f;
}
.paragraph--25-25-25-25-pallet--background-wit .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-wit .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--wit .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-helder-groen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-helder-groen .paragraph-title-text {
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-helder-groen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-helder-groen .paragraph-columns .paragraph-column {
  background: #77cbb8;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(119, 203, 184, 0.12);
}
.paragraph--25-25-25-25-pallet--background-helder-groen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-helder-groen .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.45);
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-helder-groen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-helder-groen .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-lichtgroen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-lichtgroen .paragraph-title-text {
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-lichtgroen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-lichtgroen .paragraph-columns .paragraph-column {
  background: #bccb8f;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(188, 203, 143, 0.12);
}
.paragraph--25-25-25-25-pallet--background-lichtgroen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-lichtgroen .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.45);
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-lichtgroen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-lichtgroen .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-leger-groen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-leger-groen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--leger-groen .paragraph-title-text {
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-leger-groen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-leger-groen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--leger-groen .paragraph-columns .paragraph-column {
  background: #62624f;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(98, 98, 79, 0.12);
}
.paragraph--25-25-25-25-pallet--background-leger-groen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-leger-groen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--leger-groen .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-leger-groen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-leger-groen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--leger-groen .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-lichtgrijs .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-lichtgrijs .paragraph-title-text {
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-lichtgrijs .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-lichtgrijs .paragraph-columns .paragraph-column {
  background: #d9d7d0;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(217, 215, 208, 0.12);
}
.paragraph--25-25-25-25-pallet--background-lichtgrijs .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-lichtgrijs .paragraph-columns .paragraph-column-icon {
  background: #ffffff;
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-lichtgrijs .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-lichtgrijs .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-grijsgroen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-grijsgroen .paragraph-title-text {
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-grijsgroen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-grijsgroen .paragraph-columns .paragraph-column {
  background: #b5b3a8;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(181, 179, 168, 0.12);
}
.paragraph--25-25-25-25-pallet--background-grijsgroen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-grijsgroen .paragraph-columns .paragraph-column-icon {
  background: #ffffff;
  color: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-grijsgroen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-grijsgroen .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-taupe .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-taupe .paragraph-title-text {
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-taupe .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-taupe .paragraph-columns .paragraph-column {
  background: #756f63;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(117, 111, 99, 0.12);
}
.paragraph--25-25-25-25-pallet--background-taupe .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-taupe .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-taupe .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-taupe .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-mosgroen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-mosgroen .paragraph-title-text {
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-mosgroen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-mosgroen .paragraph-columns .paragraph-column {
  background: #2a6f5e;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(42, 111, 94, 0.12);
}
.paragraph--25-25-25-25-pallet--background-mosgroen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-mosgroen .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-mosgroen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-mosgroen .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-donkergroen .paragraph-title-text,
.paragraph--25-25-25-25-pallet--background-full-donkergroen .paragraph-title-text {
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-donkergroen .paragraph-columns .paragraph-column,
.paragraph--25-25-25-25-pallet--background-full-donkergroen .paragraph-columns .paragraph-column {
  background: #3c402d;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(60, 64, 45, 0.12);
}
.paragraph--25-25-25-25-pallet--background-donkergroen .paragraph-columns .paragraph-column-icon,
.paragraph--25-25-25-25-pallet--background-full-donkergroen .paragraph-columns .paragraph-column-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-donkergroen .paragraph-columns .paragraph-column-link a,
.paragraph--25-25-25-25-pallet--background-full-donkergroen .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--geen-achtergrond {
  background: transparent;
}
.paragraph--25-25-25-25-pallet--geen-achtergrond .paragraph-title-text {
  color: #000000;
}
.paragraph--25-25-25-25-pallet--geen-achtergrond .paragraph-columns .paragraph-column {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 0 2px rgba(42, 111, 94, 0.12);
}
.paragraph--25-25-25-25-pallet--geen-achtergrond .paragraph-columns .paragraph-column-icon {
  background: rgba(42, 111, 94, 0.12);
  color: #2a6f5e;
}
.paragraph--25-25-25-25-pallet--geen-achtergrond .paragraph-columns .paragraph-column-link a {
  color: #2a6f5e;
  font-weight: 700;
}
.paragraph--25-25-25-25-pallet--background-full-zwart {
  background: #000000;
}
.paragraph--25-25-25-25-pallet--background-full-donkerbruin {
  background: #4a4033;
}
.paragraph--25-25-25-25-pallet--background-full-wit,
.paragraph--25-25-25-25-pallet--wit {
  background: #ffffff;
}
.paragraph--25-25-25-25-pallet--background-full-helder-groen {
  background: #77cbb8;
}
.paragraph--25-25-25-25-pallet--background-full-lichtgroen {
  background: #bccb8f;
}
.paragraph--25-25-25-25-pallet--background-full-leger-groen,
.paragraph--25-25-25-25-pallet--leger-groen {
  background: #62624f;
}
.paragraph--25-25-25-25-pallet--background-full-lichtgrijs {
  background: #d9d7d0;
}
.paragraph--25-25-25-25-pallet--background-full-grijsgroen {
  background: #b5b3a8;
}
.paragraph--25-25-25-25-pallet--background-full-taupe {
  background: #756f63;
}
.paragraph--25-25-25-25-pallet--background-full-mosgroen {
  background: #2a6f5e;
}
.paragraph--25-25-25-25-pallet--background-full-donkergroen {
  background: #3c402d;
}
@media (min-width: 641px) and (max-width: 960px) {
  .paragraph--25-25-25-25 .paragraph-columns.paragraph-columns--4rows,
  .paragraph--type--25-25-25-25 .paragraph-columns.paragraph-columns--4rows,
  .paragraph--type--_5-25-25-25 .paragraph-columns.paragraph-columns--4rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .paragraph--25-25-25-25 .paragraph-columns.paragraph-columns--4rows,
  .paragraph--type--25-25-25-25 .paragraph-columns.paragraph-columns--4rows,
  .paragraph--type--_5-25-25-25 .paragraph-columns.paragraph-columns--4rows {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--paragraph-url-row .paragraph-inner {
  background: var(--paragraph-section-bg, #b5b3a8);
  padding-bottom: 20px;
}
.paragraph--type--paragraph-url-row .field--name-field-paragraph-title {
  display: none;
}
.paragraph--type--paragraph-url-row .paragraph-url-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__title {
  color: var(--paragraph-url-color, #4a4033);
  font-family: 'Arimo', sans-serif;
  line-height: 1;
  text-align: center;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__title > *,
.paragraph--type--paragraph-url-row .paragraph-url-row__title p,
.paragraph--type--paragraph-url-row .paragraph-url-row__title div,
.paragraph--type--paragraph-url-row .paragraph-url-row__title span,
.paragraph--type--paragraph-url-row .paragraph-url-row__title strong,
.paragraph--type--paragraph-url-row .paragraph-url-row__title em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__item {
  display: flex;
  align-items: center;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__item + .paragraph-url-row__item {
  border-left: 2px solid var(--paragraph-url-color, #4a4033);
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--paragraph-url-color, #4a4033);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}
.paragraph--type--paragraph-url-row .paragraph-url-row__icon {
  flex: 0 0 auto;
  font-size: 0.9em;
  line-height: 1;
}
.paragraph--100-tekst,
.paragraph--type--100-tekst {
  background: var(--paragraph-section-bg, #ffffff);
  color: var(--paragraph-text, #4a4033);
  padding: 2.5rem 0 2rem;
}
.paragraph--100-tekst .paragraph-content.main-width,
.paragraph--type--100-tekst .paragraph-content.main-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.paragraph--100-tekst .paragraph-title,
.paragraph--type--100-tekst .paragraph-title {
  width: 100%;
  text-align: center;
}
.paragraph--100-tekst .paragraph-title-text,
.paragraph--type--100-tekst .paragraph-title-text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 0.7rem;
  color: inherit;
  font-family: 'Arimo', sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1.1;
  font-weight: 700;
}
.paragraph--100-tekst .paragraph-title-text::after,
.paragraph--type--100-tekst .paragraph-title-text::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph--100-tekst .paragraph-body,
.paragraph--type--100-tekst .paragraph-body {
  width: 100%;
}
.paragraph--100-tekst .paragraph-body-items,
.paragraph--type--100-tekst .paragraph-body-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Arimo', sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.4;
}
.paragraph--100-tekst .paragraph-body-separator,
.paragraph--type--100-tekst .paragraph-body-separator {
  color: var(--paragraph-divider-color, #ffffff);
  opacity: 0.9;
}
@media (max-width: 640px) {
  .paragraph--25-25-25-25 .paragraph-content.main-width,
  .paragraph--type--25-25-25-25 .paragraph-content.main-width,
  .paragraph--type--_5-25-25-25 .paragraph-content.main-width,
  .paragraph--100-tekst .paragraph-content.main-width,
  .paragraph--type--100-tekst .paragraph-content.main-width {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.paragraph--fancy-title,
.paragraph--type--fancy-title {
  background: var(--paragraph-section-bg, transparent);
  color: var(--paragraph-text, #4a4033);
  padding: 1.5rem 0;
}
.paragraph--fancy-title .paragraph-content.main-width,
.paragraph--type--fancy-title .paragraph-content.main-width {
  display: flex;
  justify-content: center;
}
.paragraph--fancy-title .paragraph-title-text,
.paragraph--type--fancy-title .paragraph-title-text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.85rem;
  color: #000000;
}
.paragraph--fancy-title .paragraph-title-text::after,
.paragraph--type--fancy-title .paragraph-title-text::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph--pallet--background-zwart {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #000000;
  --paragraph-divider-color: #000000;
  --paragraph-link-bg: #000000;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(0, 0, 0, 0.06);
  --paragraph-chip-border: rgba(0, 0, 0, 0.18);
  --paragraph-chip-color: #000000;
  --paragraph-chip-icon-bg: #000000;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #000000;
}
.paragraph--pallet--background-donkerbruin {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #4a4033;
  --paragraph-divider-color: #4a4033;
  --paragraph-link-bg: #4a4033;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(74, 64, 51, 0.06);
  --paragraph-chip-border: rgba(74, 64, 51, 0.18);
  --paragraph-chip-color: #4a4033;
  --paragraph-chip-icon-bg: #4a4033;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--pallet--background-wit {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #3c402d;
  --paragraph-divider-color: #3c402d;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #3c402d;
}
.paragraph--pallet--background-helder-groen {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #77cbb8;
  --paragraph-divider-color: #77cbb8;
  --paragraph-link-bg: #77cbb8;
  --paragraph-link-color: #4a4033;
  --paragraph-chip-bg: rgba(119, 203, 184, 0.06);
  --paragraph-chip-border: rgba(119, 203, 184, 0.18);
  --paragraph-chip-color: #77cbb8;
  --paragraph-chip-icon-bg: #77cbb8;
  --paragraph-chip-icon-color: #4a4033;
  --paragraph-url-color: #77cbb8;
}
.paragraph--pallet--background-lichtgroen {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #bccb8f;
  --paragraph-divider-color: #bccb8f;
  --paragraph-link-bg: #bccb8f;
  --paragraph-link-color: #4a4033;
  --paragraph-chip-bg: rgba(188, 203, 143, 0.06);
  --paragraph-chip-border: rgba(188, 203, 143, 0.18);
  --paragraph-chip-color: #bccb8f;
  --paragraph-chip-icon-bg: #bccb8f;
  --paragraph-chip-icon-color: #4a4033;
  --paragraph-url-color: #bccb8f;
}
.paragraph--pallet--background-leger-groen {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #62624f;
  --paragraph-divider-color: #62624f;
  --paragraph-link-bg: #62624f;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(98, 98, 79, 0.06);
  --paragraph-chip-border: rgba(98, 98, 79, 0.18);
  --paragraph-chip-color: #62624f;
  --paragraph-chip-icon-bg: #62624f;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #62624f;
}
.paragraph--pallet--background-lichtgrijs {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #d9d7d0;
  --paragraph-divider-color: #d9d7d0;
  --paragraph-link-bg: #d9d7d0;
  --paragraph-link-color: #4a4033;
  --paragraph-chip-bg: rgba(217, 215, 208, 0.06);
  --paragraph-chip-border: rgba(217, 215, 208, 0.18);
  --paragraph-chip-color: #d9d7d0;
  --paragraph-chip-icon-bg: #d9d7d0;
  --paragraph-chip-icon-color: #4a4033;
  --paragraph-url-color: #d9d7d0;
}
.paragraph--pallet--background-grijsgroen {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #b5b3a8;
  --paragraph-divider-color: #b5b3a8;
  --paragraph-link-bg: #b5b3a8;
  --paragraph-link-color: #4a4033;
  --paragraph-chip-bg: rgba(181, 179, 168, 0.06);
  --paragraph-chip-border: rgba(181, 179, 168, 0.18);
  --paragraph-chip-color: #b5b3a8;
  --paragraph-chip-icon-bg: #b5b3a8;
  --paragraph-chip-icon-color: #4a4033;
  --paragraph-url-color: #b5b3a8;
}
.paragraph--pallet--background-taupe {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #756f63;
  --paragraph-divider-color: #756f63;
  --paragraph-link-bg: #756f63;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(117, 111, 99, 0.06);
  --paragraph-chip-border: rgba(117, 111, 99, 0.18);
  --paragraph-chip-color: #756f63;
  --paragraph-chip-icon-bg: #756f63;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #756f63;
}
.paragraph--pallet--background-mosgroen {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #2a6f5e;
  --paragraph-divider-color: #2a6f5e;
  --paragraph-link-bg: #2a6f5e;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(42, 111, 94, 0.06);
  --paragraph-chip-border: rgba(42, 111, 94, 0.18);
  --paragraph-chip-color: #2a6f5e;
  --paragraph-chip-icon-bg: #2a6f5e;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #2a6f5e;
}
.paragraph--pallet--background-donkergroen {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #3c402d;
  --paragraph-divider-color: #3c402d;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #3c402d;
}
.paragraph--pallet--background-lichtgrijs .main-width,
.paragraph--pallet--background-lichtgrijs .with1200 {
  background: #d9d7d0;
  border-radius: 0.8rem;
}
.paragraph--call-to-action.paragraph--pallet--background-lichtgrijs,
.paragraph--type--call-to-action.paragraph--pallet--background-lichtgrijs {
  padding-right: clamp(1rem, 3vw, 2rem);
  padding-left: clamp(1rem, 3vw, 2rem);
}
.paragraph--call-to-action.paragraph--pallet--background-lichtgrijs,
.paragraph--type--call-to-action.paragraph--pallet--background-lichtgrijs,
.paragraph--call-to-action.paragraph--pallet--background-full-lichtgrijs,
.paragraph--type--call-to-action.paragraph--pallet--background-full-lichtgrijs {
  --paragraph-chip-bg: transparent;
  --paragraph-chip-border: #b5b3a8;
  --paragraph-chip-color: #4a4033;
  --paragraph-chip-icon-bg: transparent;
  --paragraph-chip-icon-color: #4a4033;
}
.paragraph--call-to-action.paragraph--pallet--background-lichtgrijs .paragraph-action,
.paragraph--type--call-to-action.paragraph--pallet--background-lichtgrijs .paragraph-action,
.paragraph--call-to-action.paragraph--pallet--background-full-lichtgrijs .paragraph-action,
.paragraph--type--call-to-action.paragraph--pallet--background-full-lichtgrijs .paragraph-action {
  box-shadow: 0 0.15rem 0.45rem rgba(74, 64, 51, 0.1);
}
.paragraph--call-to-action.paragraph--pallet--background-lichtgrijs .paragraph-action--whatsapp i,
.paragraph--type--call-to-action.paragraph--pallet--background-lichtgrijs .paragraph-action--whatsapp i,
.paragraph--call-to-action.paragraph--pallet--background-full-lichtgrijs .paragraph-action--whatsapp i,
.paragraph--type--call-to-action.paragraph--pallet--background-full-lichtgrijs .paragraph-action--whatsapp i {
  color: #25d366;
}
.paragraph--pallet--background-full-zwart {
  --paragraph-section-bg: #000000;
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-divider-color: #ffffff;
  --paragraph-link-bg: #ffffff;
  --paragraph-link-color: #000000;
  --paragraph-chip-bg: rgba(255, 255, 255, 0.12);
  --paragraph-chip-border: rgba(255, 255, 255, 0.18);
  --paragraph-chip-color: #ffffff;
  --paragraph-chip-icon-bg: #ffffff;
  --paragraph-chip-icon-color: #000000;
  --paragraph-url-color: #ffffff;
}
.paragraph--pallet--background-full-donkerbruin {
  --paragraph-section-bg: #4a4033;
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-divider-color: #ffffff;
  --paragraph-link-bg: #ffffff;
  --paragraph-link-color: #4a4033;
  --paragraph-chip-bg: rgba(255, 255, 255, 0.12);
  --paragraph-chip-border: rgba(255, 255, 255, 0.18);
  --paragraph-chip-color: #ffffff;
  --paragraph-chip-icon-bg: #ffffff;
  --paragraph-chip-icon-color: #4a4033;
  --paragraph-url-color: #ffffff;
}
.paragraph--pallet--background-full-wit {
  --paragraph-section-bg: #ffffff;
  --paragraph-text: #4a4033;
  --paragraph-title: #4a4033;
  --paragraph-divider-color: #4a4033;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--pallet--background-full-helder-groen {
  --paragraph-section-bg: #77cbb8;
  --paragraph-text: #4a4033;
  --paragraph-title: #4a4033;
  --paragraph-divider-color: #4a4033;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--pallet--background-full-lichtgroen {
  --paragraph-section-bg: #bccb8f;
  --paragraph-text: #4a4033;
  --paragraph-title: #4a4033;
  --paragraph-divider-color: #4a4033;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--pallet--background-full-leger-groen {
  --paragraph-section-bg: #62624f;
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-divider-color: #ffffff;
  --paragraph-link-bg: #ffffff;
  --paragraph-link-color: #62624f;
  --paragraph-chip-bg: rgba(255, 255, 255, 0.12);
  --paragraph-chip-border: rgba(255, 255, 255, 0.18);
  --paragraph-chip-color: #ffffff;
  --paragraph-chip-icon-bg: #ffffff;
  --paragraph-chip-icon-color: #62624f;
  --paragraph-url-color: #ffffff;
}
.paragraph--pallet--background-full-lichtgrijs {
  --paragraph-section-bg: #d9d7d0;
  --paragraph-text: #4a4033;
  --paragraph-title: #4a4033;
  --paragraph-divider-color: #4a4033;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--pallet--background-full-grijsgroen {
  --paragraph-section-bg: #b5b3a8;
  --paragraph-text: #4a4033;
  --paragraph-title: #4a4033;
  --paragraph-divider-color: #4a4033;
  --paragraph-link-bg: #3c402d;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--pallet--background-full-taupe {
  --paragraph-section-bg: #756f63;
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-divider-color: #ffffff;
  --paragraph-link-bg: #ffffff;
  --paragraph-link-color: #756f63;
  --paragraph-chip-bg: rgba(255, 255, 255, 0.12);
  --paragraph-chip-border: rgba(255, 255, 255, 0.18);
  --paragraph-chip-color: #ffffff;
  --paragraph-chip-icon-bg: #ffffff;
  --paragraph-chip-icon-color: #756f63;
  --paragraph-url-color: #ffffff;
}
.paragraph--pallet--background-full-mosgroen {
  --paragraph-section-bg: #2a6f5e;
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-divider-color: #ffffff;
  --paragraph-link-bg: #ffffff;
  --paragraph-link-color: #2a6f5e;
  --paragraph-chip-bg: rgba(255, 255, 255, 0.12);
  --paragraph-chip-border: rgba(255, 255, 255, 0.18);
  --paragraph-chip-color: #ffffff;
  --paragraph-chip-icon-bg: #ffffff;
  --paragraph-chip-icon-color: #2a6f5e;
  --paragraph-url-color: #ffffff;
}
.paragraph--pallet--background-full-donkergroen {
  --paragraph-section-bg: #3c402d;
  --paragraph-text: #ffffff;
  --paragraph-title: #ffffff;
  --paragraph-divider-color: #ffffff;
  --paragraph-link-bg: #ffffff;
  --paragraph-link-color: #3c402d;
  --paragraph-chip-bg: rgba(255, 255, 255, 0.12);
  --paragraph-chip-border: rgba(255, 255, 255, 0.18);
  --paragraph-chip-color: #ffffff;
  --paragraph-chip-icon-bg: #ffffff;
  --paragraph-chip-icon-color: #3c402d;
  --paragraph-url-color: #ffffff;
}
.paragraph--pallet--geen-achtergrond {
  --paragraph-section-bg: transparent;
  --paragraph-text: #4a4033;
  --paragraph-title: #2a6f5e;
  --paragraph-divider-color: #77cbb8;
  --paragraph-link-bg: #77cbb8;
  --paragraph-link-color: #ffffff;
  --paragraph-chip-bg: rgba(60, 64, 45, 0.06);
  --paragraph-chip-border: rgba(60, 64, 45, 0.18);
  --paragraph-chip-color: #3c402d;
  --paragraph-chip-icon-bg: #3c402d;
  --paragraph-chip-icon-color: #ffffff;
  --paragraph-url-color: #4a4033;
}
.paragraph--call-to-action,
.paragraph--type--call-to-action {
  background: var(--paragraph-section-bg, #ffffff);
  color: var(--paragraph-text, #4a4033);
  padding: 1.25rem 0;
}
.paragraph--call-to-action .paragraph-content.main-width,
.paragraph--type--call-to-action .paragraph-content.main-width {
  display: block;
}
.paragraph--call-to-action .paragraph-call-to-action,
.paragraph--type--call-to-action .paragraph-call-to-action {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.7rem;
}
.paragraph--call-to-action .paragraph-media,
.paragraph--type--call-to-action .paragraph-media {
  width: 11.76rem;
  flex: 0 0 11.76rem;
  max-width: 100%;
}
.paragraph--call-to-action .paragraph-media img,
.paragraph--type--call-to-action .paragraph-media img,
.paragraph--call-to-action .paragraph-media picture,
.paragraph--type--call-to-action .paragraph-media picture,
.paragraph--call-to-action .paragraph-media svg,
.paragraph--type--call-to-action .paragraph-media svg {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--call-to-action .paragraph-copy,
.paragraph--type--call-to-action .paragraph-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  text-align: left;
}
.paragraph--call-to-action .paragraph-title-text,
.paragraph--type--call-to-action .paragraph-title-text {
  margin: 0;
  font-family: 'Arimo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--paragraph-title, #3c402d);
}
.paragraph--call-to-action .paragraph-text,
.paragraph--type--call-to-action .paragraph-text {
  max-width: 42rem;
  font-family: 'Arimo', sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--paragraph-text, #4a4033);
}
.paragraph--call-to-action .paragraph-actions,
.paragraph--type--call-to-action .paragraph-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}
.paragraph--call-to-action .paragraph-action,
.paragraph--type--call-to-action .paragraph-action {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.7rem;
  padding: 0.45rem 0.95rem;
  border-radius: 0.45rem;
  border: 1px solid var(--paragraph-chip-border, rgba(60, 64, 45, 0.28));
  background: var(--paragraph-chip-bg, rgba(255, 255, 255, 0.3));
  color: var(--paragraph-chip-color, #3c402d);
  font-family: 'Arimo', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.paragraph--call-to-action .paragraph-action i,
.paragraph--type--call-to-action .paragraph-action i {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.92rem;
  flex: 0 0 1.6rem;
  background: var(--paragraph-chip-icon-bg, #3c402d);
  color: var(--paragraph-chip-icon-color, #ffffff);
}
.paragraph--call-to-action .paragraph-action .field,
.paragraph--type--call-to-action .paragraph-action .field,
.paragraph--call-to-action .paragraph-action .field__item,
.paragraph--type--call-to-action .paragraph-action .field__item,
.paragraph--call-to-action .paragraph-action a,
.paragraph--type--call-to-action .paragraph-action a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 960px) {
  .paragraph--call-to-action .paragraph-call-to-action,
  .paragraph--type--call-to-action .paragraph-call-to-action {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .paragraph--call-to-action .paragraph-copy,
  .paragraph--type--call-to-action .paragraph-copy {
    align-items: flex-start;
  }
  .paragraph--call-to-action .paragraph-actions,
  .paragraph--type--call-to-action .paragraph-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .paragraph--call-to-action .paragraph-call-to-action,
  .paragraph--type--call-to-action .paragraph-call-to-action {
    gap: 1rem;
  }
  .paragraph--call-to-action .paragraph-media,
  .paragraph--type--call-to-action .paragraph-media {
    width: clamp(7rem, 32vw, 9rem);
    flex-basis: auto;
  }
  .paragraph--call-to-action .paragraph-actions,
  .paragraph--type--call-to-action .paragraph-actions {
    row-gap: 0.75rem;
  }
}
.paragraph--paragraph-url-row.paragraph--pallet--background-lichtgrijs,
.paragraph--type--paragraph-url-row.paragraph--pallet--background-lichtgrijs {
  --paragraph-section-bg: #d9d7d0;
  --paragraph-url-color: #4a4033;
}
@media (max-width: 640px) {
  .paragraph--type--paragraph-url-row .paragraph-url-row {
    align-items: flex-start;
  }
  .paragraph--type--paragraph-url-row .paragraph-url-row__title {
    text-align: left;
  }
  .paragraph--type--paragraph-url-row .paragraph-url-row__items {
    justify-content: flex-start;
  }
  .paragraph--type--paragraph-url-row .paragraph-url-row__item + .paragraph-url-row__item {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .paragraph--type--paragraph-url-row .paragraph-url-row__link {
    font-size: clamp(1rem, 5vw, 1.4rem);
  }
  .paragraph--type--paragraph-url-row .paragraph-url-row__title {
    font-size: clamp(1rem, 5vw, 1.4rem);
  }
}
.with1200 {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}
#block-digisign-client-paginatitel {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}
.paragraph--1-2-column,
.paragraph--type--1-2-column,
.paragraph--2-1-column,
.paragraph--type--2-1-column {
  background: var(--paragraph-section-bg, #ffffff);
  width: 100%;
  padding: 0;
}
.paragraph--1-2-column .paragraph__inner,
.paragraph--type--1-2-column .paragraph__inner,
.paragraph--2-1-column .paragraph__inner,
.paragraph--type--2-1-column .paragraph__inner {
  position: relative;
}
.paragraph--1-2-column .paragraph__columns--2-1,
.paragraph--type--1-2-column .paragraph__columns--2-1,
.paragraph--2-1-column .paragraph__columns--2-1,
.paragraph--type--2-1-column .paragraph__columns--2-1,
.paragraph--1-2-column .paragraph__columns--1-2,
.paragraph--type--1-2-column .paragraph__columns--1-2,
.paragraph--2-1-column .paragraph__columns--1-2,
.paragraph--type--2-1-column .paragraph__columns--1-2 {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.paragraph--1-2-column .paragraph__columns--2-1,
.paragraph--type--1-2-column .paragraph__columns--2-1,
.paragraph--2-1-column .paragraph__columns--2-1,
.paragraph--type--2-1-column .paragraph__columns--2-1 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}
.paragraph--1-2-column .paragraph__columns--1-2,
.paragraph--type--1-2-column .paragraph__columns--1-2,
.paragraph--2-1-column .paragraph__columns--1-2,
.paragraph--type--2-1-column .paragraph__columns--1-2 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.paragraph--1-2-column .paragraph__left,
.paragraph--type--1-2-column .paragraph__left,
.paragraph--2-1-column .paragraph__left,
.paragraph--type--2-1-column .paragraph__left,
.paragraph--1-2-column .paragraph__right,
.paragraph--type--1-2-column .paragraph__right,
.paragraph--2-1-column .paragraph__right,
.paragraph--type--2-1-column .paragraph__right {
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.paragraph--1-2-column .paragraph__title,
.paragraph--type--1-2-column .paragraph__title,
.paragraph--2-1-column .paragraph__title,
.paragraph--type--2-1-column .paragraph__title {
  margin-bottom: 1rem;
  color: var(--paragraph-title, #2a6f5e);
}
.paragraph--1-2-column .paragraph__title .field,
.paragraph--type--1-2-column .paragraph__title .field,
.paragraph--2-1-column .paragraph__title .field,
.paragraph--type--2-1-column .paragraph__title .field,
.paragraph--1-2-column .paragraph__title .field__item,
.paragraph--type--1-2-column .paragraph__title .field__item,
.paragraph--2-1-column .paragraph__title .field__item,
.paragraph--type--2-1-column .paragraph__title .field__item,
.paragraph--1-2-column .paragraph__title p,
.paragraph--type--1-2-column .paragraph__title p,
.paragraph--2-1-column .paragraph__title p,
.paragraph--type--2-1-column .paragraph__title p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.paragraph--1-2-column .paragraph__title--full,
.paragraph--type--1-2-column .paragraph__title--full,
.paragraph--2-1-column .paragraph__title--full,
.paragraph--type--2-1-column .paragraph__title--full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(1.5rem, 2vw, 2.25rem);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}
.paragraph--1-2-column .paragraph__title--full h2,
.paragraph--type--1-2-column .paragraph__title--full h2,
.paragraph--2-1-column .paragraph__title--full h2,
.paragraph--type--2-1-column .paragraph__title--full h2,
.paragraph--1-2-column .paragraph__title--full h3,
.paragraph--type--1-2-column .paragraph__title--full h3,
.paragraph--2-1-column .paragraph__title--full h3,
.paragraph--type--2-1-column .paragraph__title--full h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.85rem;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.paragraph--1-2-column .paragraph__title--full h2::after,
.paragraph--type--1-2-column .paragraph__title--full h2::after,
.paragraph--2-1-column .paragraph__title--full h2::after,
.paragraph--type--2-1-column .paragraph__title--full h2::after,
.paragraph--1-2-column .paragraph__title--full h3::after,
.paragraph--type--1-2-column .paragraph__title--full h3::after,
.paragraph--2-1-column .paragraph__title--full h3::after,
.paragraph--type--2-1-column .paragraph__title--full h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph--1-2-column .paragraph__title--left,
.paragraph--type--1-2-column .paragraph__title--left,
.paragraph--2-1-column .paragraph__title--left,
.paragraph--type--2-1-column .paragraph__title--left {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.02;
}
.paragraph--1-2-column .paragraph__title--right,
.paragraph--type--1-2-column .paragraph__title--right,
.paragraph--2-1-column .paragraph__title--right,
.paragraph--type--2-1-column .paragraph__title--right {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.12;
}
.paragraph--1-2-column .paragraph__title--right > div,
.paragraph--type--1-2-column .paragraph__title--right > div,
.paragraph--2-1-column .paragraph__title--right > div,
.paragraph--type--2-1-column .paragraph__title--right > div {
  position: relative;
  display: inline-block;
  padding-bottom: 0.85rem;
}
.paragraph--1-2-column .paragraph__title--right > div::after,
.paragraph--type--1-2-column .paragraph__title--right > div::after,
.paragraph--2-1-column .paragraph__title--right > div::after,
.paragraph--type--2-1-column .paragraph__title--right > div::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.paragraph--1-2-column .paragraph__body,
.paragraph--type--1-2-column .paragraph__body,
.paragraph--2-1-column .paragraph__body,
.paragraph--type--2-1-column .paragraph__body {
  color: var(--paragraph-text, #4a4033);
  font-size: 1rem;
  line-height: 1.7;
}
.paragraph--1-2-column .paragraph__body .field,
.paragraph--type--1-2-column .paragraph__body .field,
.paragraph--2-1-column .paragraph__body .field,
.paragraph--type--2-1-column .paragraph__body .field,
.paragraph--1-2-column .paragraph__body .field__item,
.paragraph--type--1-2-column .paragraph__body .field__item,
.paragraph--2-1-column .paragraph__body .field__item,
.paragraph--type--2-1-column .paragraph__body .field__item {
  margin: 0;
}
.paragraph--1-2-column .paragraph__body p,
.paragraph--type--1-2-column .paragraph__body p,
.paragraph--2-1-column .paragraph__body p,
.paragraph--type--2-1-column .paragraph__body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.paragraph--1-2-column .paragraph__body p:last-child,
.paragraph--type--1-2-column .paragraph__body p:last-child,
.paragraph--2-1-column .paragraph__body p:last-child,
.paragraph--type--2-1-column .paragraph__body p:last-child {
  margin-bottom: 0;
}
.paragraph--1-2-column .paragraph__image,
.paragraph--type--1-2-column .paragraph__image,
.paragraph--2-1-column .paragraph__image,
.paragraph--type--2-1-column .paragraph__image {
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}
.paragraph--1-2-column .paragraph__image img,
.paragraph--type--1-2-column .paragraph__image img,
.paragraph--2-1-column .paragraph__image img,
.paragraph--type--2-1-column .paragraph__image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--1-2-column .paragraph__link,
.paragraph--type--1-2-column .paragraph__link,
.paragraph--2-1-column .paragraph__link,
.paragraph--type--2-1-column .paragraph__link {
  margin-top: 1.5rem;
}
.paragraph--1-2-column .paragraph__link .field,
.paragraph--type--1-2-column .paragraph__link .field,
.paragraph--2-1-column .paragraph__link .field,
.paragraph--type--2-1-column .paragraph__link .field,
.paragraph--1-2-column .paragraph__link .field__item,
.paragraph--type--1-2-column .paragraph__link .field__item,
.paragraph--2-1-column .paragraph__link .field__item,
.paragraph--type--2-1-column .paragraph__link .field__item {
  margin: 0;
}
.paragraph--1-2-column .paragraph__link a,
.paragraph--type--1-2-column .paragraph__link a,
.paragraph--2-1-column .paragraph__link a,
.paragraph--type--2-1-column .paragraph__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.2rem;
  border-radius: 0.6rem;
  background: var(--paragraph-link-bg, #77cbb8);
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity 0.18s ease;
}
.paragraph--1-2-column .paragraph__link a:hover,
.paragraph--type--1-2-column .paragraph__link a:hover,
.paragraph--2-1-column .paragraph__link a:hover,
.paragraph--type--2-1-column .paragraph__link a:hover,
.paragraph--1-2-column .paragraph__link a:focus,
.paragraph--type--1-2-column .paragraph__link a:focus,
.paragraph--2-1-column .paragraph__link a:focus,
.paragraph--type--2-1-column .paragraph__link a:focus {
  opacity: 0.92;
  background: var(--paragraph-link-bg, #77cbb8);
  color: var(--paragraph-link-color, #ffffff);
  text-decoration: none;
}
.paragraph--1-2-column .paragraph__title--full h3,
.paragraph--type--1-2-column .paragraph__title--full h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}
.paragraph--3-column,
.paragraph--type--3-column {
  background: var(--paragraph-section-bg, #ffffff);
  width: 100%;
  padding: 0;
}
.paragraph--3-column .paragraph__inner,
.paragraph--type--3-column .paragraph__inner {
  position: relative;
}
.paragraph--3-column .paragraph__title--full,
.paragraph--type--3-column .paragraph__title--full {
  width: 100%;
  max-width: 16ch;
  margin-bottom: clamp(1.5rem, 2vw, 2.25rem);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.02;
}
.paragraph--3-column .paragraph__title--full h2,
.paragraph--type--3-column .paragraph__title--full h2 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.paragraph--3-column .paragraph__columns--3,
.paragraph--type--3-column .paragraph__columns--3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
  align-items: start;
}
.paragraph--3-column .paragraph__column,
.paragraph--type--3-column .paragraph__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paragraph--3-column .paragraph__icon,
.paragraph--type--3-column .paragraph__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1;
}
.paragraph--3-column .paragraph__icon i,
.paragraph--type--3-column .paragraph__icon i,
.paragraph--3-column .paragraph__icon svg,
.paragraph--type--3-column .paragraph__icon svg {
  display: block;
}
.paragraph--3-column .paragraph__title,
.paragraph--type--3-column .paragraph__title {
  margin-bottom: 1rem;
  color: var(--paragraph-title, #2a6f5e);
  text-align: left;
}
.paragraph--3-column .paragraph__title .field,
.paragraph--type--3-column .paragraph__title .field,
.paragraph--3-column .paragraph__title .field__item,
.paragraph--type--3-column .paragraph__title .field__item,
.paragraph--3-column .paragraph__title p,
.paragraph--type--3-column .paragraph__title p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.paragraph--3-column .paragraph__title--column,
.paragraph--type--3-column .paragraph__title--column {
  margin-top: 1rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.12;
}
.paragraph--3-column .paragraph__title--column .paragraph__title-text,
.paragraph--type--3-column .paragraph__title--column .paragraph__title-text {
  margin: 0;
}
.paragraph--3-column .paragraph__body,
.paragraph--type--3-column .paragraph__body {
  color: var(--paragraph-text, #4a4033);
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}
.paragraph--3-column .paragraph__body .field,
.paragraph--type--3-column .paragraph__body .field,
.paragraph--3-column .paragraph__body .field__item,
.paragraph--type--3-column .paragraph__body .field__item {
  margin: 0;
}
.paragraph--3-column .paragraph__body p,
.paragraph--type--3-column .paragraph__body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.paragraph--3-column .paragraph__body p:last-child,
.paragraph--type--3-column .paragraph__body p:last-child {
  margin-bottom: 0;
}
.paragraph--3-column .paragraph__image,
.paragraph--type--3-column .paragraph__image {
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
}
.paragraph--3-column .paragraph__image img,
.paragraph--type--3-column .paragraph__image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--3-column .paragraph__link,
.paragraph--type--3-column .paragraph__link {
  margin-top: auto;
  padding-top: 1rem;
  font-family: 'Caveat', cursive;
  font-size: 1rem;
  line-height: 1.1;
  text-align: left;
}
.paragraph--3-column .paragraph__link .field,
.paragraph--type--3-column .paragraph__link .field,
.paragraph--3-column .paragraph__link .field__item,
.paragraph--type--3-column .paragraph__link .field__item {
  margin: 0;
}
.paragraph--3-column .paragraph__link a,
.paragraph--type--3-column .paragraph__link a {
  color: var(--paragraph-link-bg, #77cbb8);
  display: inline-block;
  font-family: 'Arimo', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  text-align: left;
}
.paragraph--3-column .paragraph__link a:hover,
.paragraph--type--3-column .paragraph__link a:hover,
.paragraph--3-column .paragraph__link a:focus,
.paragraph--type--3-column .paragraph__link a:focus {
  color: var(--paragraph-link-bg, #77cbb8);
  text-decoration: none;
}
.paragraph--3-column .paragraph__link.paragraph__link--left a,
.paragraph--type--3-column .paragraph__link.paragraph__link--left a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3.5rem;
  padding: 0.7rem 1.35rem;
  border: 2px solid #2a6f5e;
  border-radius: 0.8rem;
  background: #2a6f5e;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.8rem 2rem rgba(74, 64, 51, 0.12);
  text-align: center;
}
.paragraph--3-column .paragraph__link.paragraph__link--left a:hover,
.paragraph--type--3-column .paragraph__link.paragraph__link--left a:hover,
.paragraph--3-column .paragraph__link.paragraph__link--left a:focus,
.paragraph--type--3-column .paragraph__link.paragraph__link--left a:focus {
  opacity: 0.92;
  background: #2a6f5e;
  color: #ffffff;
  text-decoration: none;
}
.paragraph--3-column.paragraph--design--normaal .paragraph__icon,
.paragraph--type--3-column.paragraph--design--normaal .paragraph__icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--paragraph-title, #2a6f5e);
}
.paragraph-id-30.paragraph--3-column .paragraph__link--left {
  transform: translateY(-30px);
}
.paragraph--3-column.dick-bereiken {
  padding: clamp(1rem, 2vw, 1.5rem) 0 clamp(1.75rem, 3vw, 2.5rem);
}
.paragraph--3-column.dick-bereiken .paragraph__title--full {
  max-width: 100%;
  margin: 0 auto clamp(1.5rem, 2vw, 2.25rem);
  text-align: center;
}
.paragraph--3-column.dick-bereiken .paragraph__title--full h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.paragraph--3-column.dick-bereiken .paragraph__title--full h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(3rem, 6vw, 4.2rem);
  height: 2px;
  background: rgba(42, 111, 94, 0.85);
  border-radius: 999px;
  transform: translateX(-50%);
}
.paragraph--3-column.dick-bereiken .paragraph__columns--3 {
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.paragraph--3-column.dick-bereiken .paragraph__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: clamp(1.5rem, 2vw, 2rem) clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(42, 111, 94, 0.12);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.75rem 2rem rgba(74, 64, 51, 0.1);
  text-align: center;
  height: 100%;
}
.paragraph--3-column.dick-bereiken .paragraph__column > * {
  width: 100%;
}
.paragraph--3-column.dick-bereiken .paragraph__icon {
  order: -2;
  display: flex;
  width: clamp(4.5rem, 6vw, 5.5rem);
  height: clamp(4.5rem, 6vw, 5.5rem);
  margin: 0 auto 0.9rem;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(42, 111, 94, 0.06);
  color: #2a6f5e;
  box-shadow: 0 0.45rem 1.2rem rgba(42, 111, 94, 0.1);
  font-size: clamp(2rem, 3vw, 2.4rem);
}
.paragraph--3-column.dick-bereiken .paragraph__title,
.paragraph--3-column.dick-bereiken .paragraph__body,
.paragraph--3-column.dick-bereiken .paragraph__link,
.paragraph--3-column.dick-bereiken .paragraph__title p,
.paragraph--3-column.dick-bereiken .paragraph__body p {
  text-align: center;
}
.paragraph--3-column.dick-bereiken .paragraph__title--column {
  order: -1;
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}
.paragraph--3-column.dick-bereiken .paragraph__title--column .paragraph__title-text {
  padding-bottom: 0;
}
.paragraph--3-column.dick-bereiken .paragraph__title--column .paragraph__title-text::after {
  display: none;
}
.paragraph--3-column.dick-bereiken .paragraph__link {
  order: 0;
  margin: 0 auto 1rem;
  padding-top: 0;
  font-family: 'Arimo', sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.15;
}
.paragraph--3-column.dick-bereiken .paragraph__link a,
.paragraph--3-column.dick-bereiken .paragraph__link-label,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--left a,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--middle a,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--right a {
  display: inline-block;
  min-height: auto;
  padding: 0 0 0.75rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #2a6f5e;
  font-family: 'Arimo', sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
}
.paragraph--3-column.dick-bereiken .paragraph__link a::after,
.paragraph--3-column.dick-bereiken .paragraph__link-label::after,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--left a::after,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--middle a::after,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--right a::after {
  content: '';
  display: block;
  width: clamp(2.5rem, 5vw, 3.5rem);
  height: 2px;
  margin: 0.55rem auto 0;
  background: rgba(42, 111, 94, 0.85);
  border-radius: 999px;
}
.paragraph--3-column.dick-bereiken .paragraph__link a:hover,
.paragraph--3-column.dick-bereiken .paragraph__link a:focus,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--left a:hover,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--left a:focus,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--middle a:hover,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--middle a:focus,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--right a:hover,
.paragraph--3-column.dick-bereiken .paragraph__link.paragraph__link--right a:focus {
  background: transparent;
  color: #2a6f5e;
  text-decoration: none;
}
.paragraph--3-column.dick-bereiken .paragraph__tile-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  border-radius: inherit;
}
.paragraph--3-column.dick-bereiken .paragraph__tile-link:focus-visible {
  outline: 2px solid rgba(42, 111, 94, 0.65);
  outline-offset: 3px;
}
.paragraph--3-column.dick-bereiken .paragraph__body {
  order: 1;
  flex: 1 1 auto;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.45;
}
.paragraph--3-column.dick-bereiken .paragraph__body p:last-child {
  margin-bottom: 0;
}
.paragraph--3-column.dick-bereiken .paragraph__image {
  margin-left: auto;
  margin-right: auto;
}
.paragraph--3-column.paragraph--design--schildjes,
.paragraph--type--3-column.paragraph--design--schildjes {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__title--full,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__title--full {
  max-width: 100%;
  text-align: center;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__title--column .paragraph__title-text,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__title--column .paragraph__title-text {
  text-align: center;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__columns--3,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__columns--3 {
  align-items: stretch;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__column {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 0.8rem;
  border: 2px solid rgba(42, 111, 94, 0.18);
  height: 100%;
  align-items: stretch;
  text-align: left;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__column > *,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__column > * {
  width: 100%;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__title--column,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__title--column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: center;
  min-height: clamp(4.75rem, 8vw, 6.5rem);
  margin: 0 auto 0.75rem;
  text-align: center;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__icon {
  display: flex;
  order: -1;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--paragraph-chip-icon-bg, #3c402d);
  color: var(--paragraph-chip-icon-color, #ffffff);
  font-size: 2rem;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body {
  flex: 1 1 auto;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body > div,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body > div,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body .field,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body .field,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body .field__item,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body .field__item,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body ul,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body ul,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body ol,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body ol,
.paragraph--3-column.paragraph--design--schildjes .paragraph__body li,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__body li,
.paragraph--3-column.paragraph--design--schildjes .paragraph__link,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__link {
  text-align: inherit;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__image,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__image {
  margin-left: 0;
  margin-right: auto;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__link,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__link {
  text-align: center;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3.5rem;
  padding: 0.7rem 1.35rem;
  border: 2px solid var(--paragraph-link-bg, #77cbb8);
  border-radius: 0.8rem;
  background: var(--paragraph-link-bg, #77cbb8);
  color: var(--paragraph-link-color, #ffffff);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.8rem 2rem rgba(74, 64, 51, 0.12);
  margin: 0;
  max-width: 100%;
  text-align: center;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__link a:hover,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__link a:hover,
.paragraph--3-column.paragraph--design--schildjes .paragraph__link a:focus,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__link a:focus {
  opacity: 0.92;
  background: var(--paragraph-link-bg, #77cbb8);
  color: var(--paragraph-link-color, #ffffff);
  text-decoration: none;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__column--body-align-center,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__column--body-align-center {
  text-align: center;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__column--body-align-center .paragraph__image,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__column--body-align-center .paragraph__image {
  margin-left: auto;
  margin-right: auto;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__column--body-align-right,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__column--body-align-right {
  text-align: right;
}
.paragraph--3-column.paragraph--design--schildjes .paragraph__column--body-align-right .paragraph__image,
.paragraph--type--3-column.paragraph--design--schildjes .paragraph__column--body-align-right .paragraph__image {
  margin-left: auto;
  margin-right: 0;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__column {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__body p {
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-zwart .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-zwart .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__column {
  background: #4a4033;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(74, 64, 51, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__body p {
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkerbruin .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkerbruin .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__column {
  background: #ffffff;
  color: #62624f;
  box-shadow: 0 0 0 2px rgba(98, 98, 79, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__icon {
  background: #d9d7d0;
  color: #62624f;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__body p {
  color: #62624f;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-wit .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-wit .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__column {
  background: #77cbb8;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(119, 203, 184, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__icon {
  background: rgba(255, 255, 255, 0.45);
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__body p {
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-helder-groen .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-helder-groen .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__column {
  background: #bccb8f;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(188, 203, 143, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__icon {
  background: rgba(255, 255, 255, 0.45);
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__body p {
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgroen .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgroen .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__column {
  background: #62624f;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(98, 98, 79, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__body p {
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-leger-groen .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-leger-groen .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__column {
  background: #d9d7d0;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(217, 215, 208, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__icon {
  background: #ffffff;
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__body p {
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-lichtgrijs .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-lichtgrijs .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__column {
  background: #b5b3a8;
  color: #4a4033;
  box-shadow: 0 0 0 2px rgba(181, 179, 168, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__icon {
  background: #ffffff;
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__body p {
  color: #4a4033;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-grijsgroen .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-grijsgroen .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__column {
  background: #756f63;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(117, 111, 99, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__body p {
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-taupe .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-taupe .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__column {
  background: #2a6f5e;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(42, 111, 94, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__body p {
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-mosgroen .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-mosgroen .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__column,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__column {
  background: #3c402d;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(60, 64, 45, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__icon,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__body p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__body p {
  color: #ffffff;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-donkergroen .paragraph__link a,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--background-full-donkergroen .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__column,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__column {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 0 2px rgba(42, 111, 94, 0.12);
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__icon,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__icon {
  background: rgba(42, 111, 94, 0.12);
  color: #2a6f5e;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__title,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__title,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__title p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__title p,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__title strong,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__title strong,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__body,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__body,
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__body p,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__body p {
  color: #000000;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
  font-weight: 700;
}
.paragraph--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond,
.paragraph--type--3-column.paragraph--design--schildjes.paragraph--pallet--geen-achtergrond {
  background: transparent;
}
.paragraph--3-column.paragraph--design--schildjes[class*="paragraph--pallet--"] .paragraph__link a,
.paragraph--type--3-column.paragraph--design--schildjes[class*="paragraph--pallet--"] .paragraph__link a {
  color: var(--paragraph-link-color, #ffffff);
}
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__title,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__title,
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__title p,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__title p,
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__title strong,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__title strong {
  color: #000000;
}
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__link a,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__link a {
  background: #2a6f5e;
  color: #ffffff;
}
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__link a:hover,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__link a:hover,
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__link a:focus,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__link a:focus {
  background: #2a6f5e;
  color: #ffffff;
}
.paragraph--3-column.paragraph--pallet--background-lichtgrijs .paragraph__image:first-child,
.paragraph--type--3-column.paragraph--pallet--background-lichtgrijs .paragraph__image:first-child {
  margin-top: 0;
}
.paragraph--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__link a,
.paragraph--type--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__link a {
  background: #2a6f5e;
  color: #ffffff;
}
.paragraph--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__link a:hover,
.paragraph--type--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__link a:hover,
.paragraph--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__link a:focus,
.paragraph--type--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__link a:focus {
  background: #2a6f5e;
  color: #ffffff;
}
.paragraph--3-column[class*="paragraph--pallet--background-full-"] .paragraph__title.paragraph__title--column,
.paragraph--type--3-column[class*="paragraph--pallet--background-full-"] .paragraph__title.paragraph__title--column {
  padding-top: clamp(1.1rem, 2vw, 1.6rem);
}
.paragraph--3-column.paragraph--design--schildjes[class*="paragraph--pallet--background-full-"] .paragraph__title.paragraph__title--column,
.paragraph--type--3-column.paragraph--design--schildjes[class*="paragraph--pallet--background-full-"] .paragraph__title.paragraph__title--column {
  padding-top: 0;
}
.paragraph--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__body--left,
.paragraph--type--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__body--left,
.paragraph--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__body--middle,
.paragraph--type--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__body--middle,
.paragraph--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__body--right,
.paragraph--type--3-column.paragraph--pallet--background-full-lichtgrijs .paragraph__body--right {
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 960px) {
  .paragraph--1-2-column .paragraph__columns--2-1,
  .paragraph--type--1-2-column .paragraph__columns--2-1,
  .paragraph--2-1-column .paragraph__columns--2-1,
  .paragraph--type--2-1-column .paragraph__columns--2-1,
  .paragraph--1-2-column .paragraph__columns--1-2,
  .paragraph--type--1-2-column .paragraph__columns--1-2,
  .paragraph--2-1-column .paragraph__columns--1-2,
  .paragraph--type--2-1-column .paragraph__columns--1-2 {
    grid-template-columns: 1fr;
  }
  .paragraph--3-column .paragraph__columns--3,
  .paragraph--type--3-column .paragraph__columns--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .paragraph--3-column.paragraph--design--schildjes .paragraph__columns--3,
  .paragraph--type--3-column.paragraph--design--schildjes .paragraph__columns--3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .paragraph--3-column .paragraph__columns--3,
  .paragraph--type--3-column .paragraph__columns--3 {
    grid-template-columns: 1fr;
  }
}
.paragraph--2-column,
.paragraph--type--2-column {
  background: var(--paragraph-section-bg, #ffffff);
  width: 100%;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.paragraph--2-column .paragraph__inner,
.paragraph--type--2-column .paragraph__inner {
  position: relative;
}
.paragraph--2-column .paragraph__columns--2,
.paragraph--type--2-column .paragraph__columns--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.paragraph--2-column .paragraph__left,
.paragraph--type--2-column .paragraph__left,
.paragraph--2-column .paragraph__right,
.paragraph--type--2-column .paragraph__right {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.paragraph--2-column .paragraph__title,
.paragraph--type--2-column .paragraph__title {
  margin-bottom: 1rem;
  color: #2a6f5e;
}
.paragraph--2-column .paragraph__title .paragraph__title-text,
.paragraph--type--2-column .paragraph__title .paragraph__title-text {
  margin: 0;
}
.paragraph--2-column .paragraph__title .field,
.paragraph--type--2-column .paragraph__title .field,
.paragraph--2-column .paragraph__title .field__item,
.paragraph--type--2-column .paragraph__title .field__item,
.paragraph--2-column .paragraph__title p,
.paragraph--type--2-column .paragraph__title p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.paragraph--2-column .paragraph__title--left,
.paragraph--type--2-column .paragraph__title--left,
.paragraph--2-column .paragraph__title--right,
.paragraph--type--2-column .paragraph__title--right {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.02;
}
.paragraph--2-column .paragraph__body,
.paragraph--type--2-column .paragraph__body {
  color: #4a4033;
  font-size: 1rem;
  line-height: 1.7;
}
.paragraph--2-column .paragraph__body .field,
.paragraph--type--2-column .paragraph__body .field,
.paragraph--2-column .paragraph__body .field__item,
.paragraph--type--2-column .paragraph__body .field__item {
  margin: 0;
}
.paragraph--2-column .paragraph__body p,
.paragraph--type--2-column .paragraph__body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.paragraph--2-column .paragraph__body p:last-child,
.paragraph--type--2-column .paragraph__body p:last-child {
  margin-bottom: 0;
}
.paragraph--2-column .paragraph__image,
.paragraph--type--2-column .paragraph__image {
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}
.paragraph--2-column .paragraph__image img,
.paragraph--type--2-column .paragraph__image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--2-column .paragraph__link,
.paragraph--type--2-column .paragraph__link {
  margin-top: 1.5rem;
}
.paragraph--2-column .paragraph__link .field,
.paragraph--type--2-column .paragraph__link .field,
.paragraph--2-column .paragraph__link .field__item,
.paragraph--type--2-column .paragraph__link .field__item {
  margin: 0;
}
.paragraph--2-column .paragraph__link a,
.paragraph--type--2-column .paragraph__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.2rem;
  border-radius: 0.6rem;
  background: #77cbb8;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color 0.18s ease;
}
.paragraph--2-column .paragraph__link a:hover,
.paragraph--type--2-column .paragraph__link a:hover,
.paragraph--2-column .paragraph__link a:focus,
.paragraph--type--2-column .paragraph__link a:focus {
  background: #59c0a9;
  color: #ffffff;
  text-decoration: none;
}
.paragraph.margin0 {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraph.margin05 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.paragraph.margin10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.paragraph.margin15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.paragraph.margin20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.paragraph.margin30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paragraph.margin-top0 {
  padding-top: 0;
}
.paragraph.margin-top05 {
  padding-top: 5px;
}
.paragraph.margin-top10 {
  padding-top: 10px;
}
.paragraph.margin-top15 {
  padding-top: 15px;
}
.paragraph.margin-top20 {
  padding-top: 20px;
}
.paragraph.margin-top30 {
  padding-top: 30px;
}
.paragraph.margin-bottom0 {
  padding-bottom: 0;
}
.paragraph.margin-bottom05 {
  padding-bottom: 5px;
}
.paragraph.margin-bottom10 {
  padding-bottom: 10px;
}
.paragraph.margin-bottom15 {
  padding-bottom: 15px;
}
.paragraph.margin-bottom20 {
  padding-bottom: 20px;
}
.paragraph.margin-bottom30 {
  padding-bottom: 30px;
}
.paragraph--2-column[class*="paragraph--pallet--background-full-"] .paragraph__columns--2,
.paragraph--type--2-column[class*="paragraph--pallet--background-full-"] .paragraph__columns--2 {
  align-items: stretch;
}
.paragraph--2-column[class*="paragraph--pallet--background-full-"] .paragraph__left,
.paragraph--type--2-column[class*="paragraph--pallet--background-full-"] .paragraph__left,
.paragraph--2-column[class*="paragraph--pallet--background-full-"] .paragraph__right,
.paragraph--type--2-column[class*="paragraph--pallet--background-full-"] .paragraph__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(2.2rem, 4vw, 3.2rem);
  border: 2px solid rgba(42, 111, 94, 0.18);
  border-radius: 0.8rem;
  background: #ffffff;
}
.paragraph--2-column.no-tiles[class*="paragraph--pallet--background-full-"] .paragraph__columns--2,
.paragraph--type--2-column.no-tiles[class*="paragraph--pallet--background-full-"] .paragraph__columns--2 {
  align-items: start;
}
.paragraph--2-column.no-tiles[class*="paragraph--pallet--background-full-"] .paragraph__left,
.paragraph--type--2-column.no-tiles[class*="paragraph--pallet--background-full-"] .paragraph__left,
.paragraph--2-column.no-tiles[class*="paragraph--pallet--background-full-"] .paragraph__right,
.paragraph--type--2-column.no-tiles[class*="paragraph--pallet--background-full-"] .paragraph__right {
  display: block;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 960px) {
  .paragraph--2-column .paragraph__columns--2,
  .paragraph--type--2-column .paragraph__columns--2 {
    grid-template-columns: 1fr;
  }
}
.paragraph--logo-grid,
.paragraph--type--logo-grid {
  background: var(--paragraph-section-bg, #ffffff);
  color: var(--paragraph-text, #4a4033);
  padding: 0 0 clamp(1rem, 2vw, 1.75rem);
}
.paragraph--logo-grid .paragraph__title--full,
.paragraph--type--logo-grid .paragraph__title--full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(1.5rem, 2vw, 2.25rem);
  text-align: center;
}
.paragraph--logo-grid .paragraph__title--full h2,
.paragraph--type--logo-grid .paragraph__title--full h2 {
  margin: 0;
  color: var(--paragraph-title, #2a6f5e);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.02;
}
.paragraph--logo-grid .paragraph__logos,
.paragraph--type--logo-grid .paragraph__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
}
.paragraph--logo-grid .paragraph__logo-item,
.paragraph--type--logo-grid .paragraph__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.65rem;
}
.paragraph--logo-grid .paragraph__logo-image,
.paragraph--type--logo-grid .paragraph__logo-image {
  display: block;
  max-width: 100%;
  max-height: 4.5rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
.paragraph--tijdlijn,
.paragraph--type--tijdlijn {
  background: var(--paragraph-section-bg, #ffffff);
  color: var(--paragraph-text, #4a4033);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.paragraph--tijdlijn .paragraph__inner,
.paragraph--type--tijdlijn .paragraph__inner {
  position: relative;
}
.paragraph--tijdlijn .paragraph__title--full,
.paragraph--type--tijdlijn .paragraph__title--full {
  width: 100%;
  margin: 0 0 clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.paragraph--tijdlijn .paragraph-tijdlijn__items,
.paragraph--type--tijdlijn .paragraph-tijdlijn__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--timeline-count, 5), minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.paragraph--tijdlijn .paragraph-tijdlijn__items::before,
.paragraph--type--tijdlijn .paragraph-tijdlijn__items::before {
  content: '';
  position: absolute;
  left: calc((100% / (var(--timeline-count, 5) * 2)) + 1.8rem);
  right: calc((100% / (var(--timeline-count, 5) * 2)) + 1.8rem);
  top: 2.3rem;
  border-top: 3px dotted rgba(181, 179, 168, 0.85);
  z-index: 0;
}
.paragraph--tijdlijn .paragraph--tijdlijn-item,
.paragraph--type--tijdlijn .paragraph--tijdlijn-item,
.paragraph--tijdlijn .paragraph--type--tijdlijn-item,
.paragraph--type--tijdlijn .paragraph--type--tijdlijn-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}
.paragraph--tijdlijn .paragraph-tijdlijn__icon-wrap,
.paragraph--type--tijdlijn .paragraph-tijdlijn__icon-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}
.paragraph--tijdlijn .paragraph-tijdlijn__icon,
.paragraph--type--tijdlijn .paragraph-tijdlijn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 999px;
  background: #d9d7d0;
  color: #2a6f5e;
  font-size: 2rem;
  box-shadow: 0 0 0 8px var(--paragraph-section-bg, #ffffff);
}
.paragraph--tijdlijn .paragraph-tijdlijn__top,
.paragraph--type--tijdlijn .paragraph-tijdlijn__top {
  color: var(--paragraph-title, #4a4033);
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
  font-weight: 700;
  line-height: 1.15;
}
.paragraph--tijdlijn .paragraph-tijdlijn__bottom,
.paragraph--type--tijdlijn .paragraph-tijdlijn__bottom {
  margin-top: 0.35rem;
  color: var(--paragraph-text, #4a4033);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 500;
  line-height: 1.35;
  text-wrap: balance;
}
@media (max-width: 960px) {
  .paragraph--tijdlijn .paragraph-tijdlijn__items,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__items {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: min(calc(100% - 2rem), 18rem);
    margin: 0 auto;
    padding-left: 0;
  }
  .paragraph--tijdlijn .paragraph-tijdlijn__items::before,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__items::before {
    left: 2.25rem;
    right: auto;
    top: 2.6rem;
    bottom: 2.6rem;
    border-top: 0;
    border-left: 3px dotted rgba(181, 179, 168, 0.85);
  }
  .paragraph--tijdlijn .paragraph--tijdlijn-item,
  .paragraph--type--tijdlijn .paragraph--tijdlijn-item,
  .paragraph--tijdlijn .paragraph--type--tijdlijn-item,
  .paragraph--type--tijdlijn .paragraph--type--tijdlijn-item {
    display: grid;
    grid-template-columns: 4.6rem minmax(0, 1fr);
    column-gap: 1rem;
    align-items: center;
    text-align: left;
  }
  .paragraph--tijdlijn .paragraph-tijdlijn__icon-wrap,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__icon-wrap {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .paragraph--tijdlijn .paragraph-tijdlijn__top,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__top,
  .paragraph--tijdlijn .paragraph-tijdlijn__bottom,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__bottom {
    grid-column: 2;
    text-align: left;
  }
  .paragraph--tijdlijn .paragraph-tijdlijn__top,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__top {
    grid-row: 1;
    align-self: end;
  }
  .paragraph--tijdlijn .paragraph-tijdlijn__bottom,
  .paragraph--type--tijdlijn .paragraph-tijdlijn__bottom {
    grid-row: 2;
    align-self: start;
    margin-top: 0.2rem;
  }
}
.paragraph--icoon-tekst-rij,
.paragraph--type--icoon-tekst-rij {
  background: var(--paragraph-section-bg, #ffffff);
  color: var(--paragraph-text, #4a4033);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
}
.paragraph--icoon-tekst-rij .paragraph__inner,
.paragraph--type--icoon-tekst-rij .paragraph__inner {
  position: relative;
}
.paragraph--icoon-tekst-rij .paragraph__title--full,
.paragraph--type--icoon-tekst-rij .paragraph__title--full {
  width: 100%;
  margin: 0 0 clamp(1.5rem, 2vw, 2.25rem);
  text-align: center;
}
.paragraph--icoon-tekst-rij .paragraph__title--full h2,
.paragraph--type--icoon-tekst-rij .paragraph__title--full h2 {
  margin: 0;
  color: #000000;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.08;
}
.paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__items,
.paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__items {
  display: grid;
  grid-template-columns: repeat(var(--icon-text-row-count, 6), minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__item,
.paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__item {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 0.5rem clamp(0.85rem, 1.6vw, 1.25rem);
  text-align: center;
}
.paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__item:not(:last-child)::after,
.paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: var(--paragraph-divider-color, rgba(181, 179, 168, 0.4));
}
.paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__icon,
.paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  color: var(--paragraph-title, #000000);
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  line-height: 1;
}
.paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__icon i,
.paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__icon i {
  display: block;
}
.paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__text,
.paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__text {
  color: inherit;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.35;
  text-wrap: balance;
}
@media (max-width: 960px) {
  .paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__items,
  .paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0;
  }
  .paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__item::after,
  .paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__item::after,
  .paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__item:not(:last-child)::after,
  .paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .paragraph--icoon-tekst-rij .paragraph-icoon-tekst-rij__items,
  .paragraph--type--icoon-tekst-rij .paragraph-icoon-tekst-rij__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.paragraph--klant-sterren,
.paragraph--type--klant-sterren {
  background: var(--paragraph-section-bg, #2a6f5e);
  color: var(--paragraph-text, #ffffff);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
}
.paragraph--klant-sterren .paragraph__inner,
.paragraph--type--klant-sterren .paragraph__inner {
  position: relative;
}
.paragraph--klant-sterren .paragraph-klant-sterren,
.paragraph--type--klant-sterren .paragraph-klant-sterren {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(14rem, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.paragraph--klant-sterren .paragraph-klant-sterren__quote-column,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.paragraph--klant-sterren .paragraph-klant-sterren__quote,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote,
.paragraph--klant-sterren .paragraph-klant-sterren__quote-content,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-content,
.paragraph--klant-sterren .paragraph-klant-sterren__quote-content .field,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-content .field,
.paragraph--klant-sterren .paragraph-klant-sterren__quote-content .field__item,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-content .field__item,
.paragraph--klant-sterren .paragraph-klant-sterren__quote-content p,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-content p {
  margin: 0;
  color: inherit;
}
.paragraph--klant-sterren .paragraph-klant-sterren__quote,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: clamp(0.35rem, 0.8vw, 0.6rem);
  align-items: start;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.35;
}
.paragraph--klant-sterren .paragraph-klant-sterren__quote-content,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-content {
  min-width: 0;
}
.paragraph--klant-sterren .paragraph-klant-sterren__quote-mark,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-mark {
  display: block;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 0.85;
  font-weight: 700;
  color: inherit;
  opacity: 0.95;
}
.paragraph--klant-sterren .paragraph-klant-sterren__quote-mark--close,
.paragraph--type--klant-sterren .paragraph-klant-sterren__quote-mark--close {
  align-self: end;
}
.paragraph--klant-sterren .paragraph-klant-sterren__author,
.paragraph--type--klant-sterren .paragraph-klant-sterren__author {
  color: inherit;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
  opacity: 0.92;
}
.paragraph--klant-sterren .paragraph-klant-sterren__rating-column,
.paragraph--type--klant-sterren .paragraph-klant-sterren__rating-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 2px solid var(--paragraph-divider-color, rgba(255, 255, 255, 0.26));
  text-align: center;
}
.paragraph--klant-sterren .paragraph-klant-sterren__stars,
.paragraph--type--klant-sterren .paragraph-klant-sterren__stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  color: #f4c542;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1;
}
.paragraph--klant-sterren .paragraph-klant-sterren__star,
.paragraph--type--klant-sterren .paragraph-klant-sterren__star {
  opacity: 0.45;
}
.paragraph--klant-sterren .paragraph-klant-sterren__star.is-filled,
.paragraph--type--klant-sterren .paragraph-klant-sterren__star.is-filled {
  opacity: 1;
}
.paragraph--klant-sterren .paragraph-klant-sterren__label,
.paragraph--type--klant-sterren .paragraph-klant-sterren__label {
  color: inherit;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 700;
  line-height: 1.3;
  opacity: 0.92;
}
.paragraph--klant-sterren .paragraph-klant-sterren__value,
.paragraph--type--klant-sterren .paragraph-klant-sterren__value {
  color: inherit;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.1;
}
.paragraph--klant-sterren .paragraph-klant-sterren__empty,
.paragraph--type--klant-sterren .paragraph-klant-sterren__empty {
  color: inherit;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  opacity: 0.92;
}
.paragraph--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren,
.paragraph--type--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren {
  align-items: stretch;
}
.paragraph--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__quote-column,
.paragraph--type--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__quote-column,
.paragraph--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__rating-column,
.paragraph--type--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__rating-column {
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 2px solid rgba(42, 111, 94, 0.18);
  border-radius: 0.8rem;
  background: #ffffff;
  color: #4a4033;
}
.paragraph--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__rating-column,
.paragraph--type--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__rating-column {
  padding-left: clamp(1.1rem, 2vw, 1.6rem);
  border-left: 2px solid rgba(42, 111, 94, 0.18);
}
.paragraph--klant-sterren.paragraph--pallet--background-full-mosgroen .paragraph-klant-sterren__quote-column,
.paragraph--type--klant-sterren.paragraph--pallet--background-full-mosgroen .paragraph-klant-sterren__quote-column {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}
.paragraph--klant-sterren.paragraph--pallet--background-full-mosgroen .paragraph-klant-sterren__rating-column,
.paragraph--type--klant-sterren.paragraph--pallet--background-full-mosgroen .paragraph-klant-sterren__rating-column {
  padding: 0 0 0 clamp(1.5rem, 3vw, 2.5rem);
  border: 0;
  border-left: 2px solid var(--paragraph-divider-color, rgba(255, 255, 255, 0.26));
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 960px) {
  .paragraph--klant-sterren .paragraph-klant-sterren,
  .paragraph--type--klant-sterren .paragraph-klant-sterren {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .paragraph--klant-sterren .paragraph-klant-sterren__rating-column,
  .paragraph--type--klant-sterren .paragraph-klant-sterren__rating-column {
    padding-left: 0;
    padding-top: 1.5rem;
    border-left: 0;
    border-top: 2px solid var(--paragraph-divider-color, rgba(255, 255, 255, 0.26));
  }
  .paragraph--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__rating-column,
  .paragraph--type--klant-sterren[class*="paragraph--pallet--background-full-"] .paragraph-klant-sterren__rating-column {
    padding-top: 1.1rem;
    padding-left: 1.1rem;
    border-left: 2px solid rgba(42, 111, 94, 0.18);
    border-top: 2px solid rgba(42, 111, 94, 0.18);
  }
  .paragraph--klant-sterren.paragraph--pallet--background-full-mosgroen .paragraph-klant-sterren__rating-column,
  .paragraph--type--klant-sterren.paragraph--pallet--background-full-mosgroen .paragraph-klant-sterren__rating-column {
    padding-top: 1.5rem;
    padding-left: 0;
    border-left: 0;
    border-top: 2px solid var(--paragraph-divider-color, rgba(255, 255, 255, 0.26));
  }
}
/*
 * Project layer for Digisign Client.
 * Keep Digisign Canvas generic and place client-specific styling here.
 */
.layout-container {
  position: relative;
  margin-top: -2.5rem;
  padding-bottom: 0;
}
.site-utility-bar,
.region-primary-menu {
  position: relative;
  box-shadow: 0 2px 10px rgba(74, 64, 51, 0.12);
}
.site-utility-bar {
  z-index: 40;
  background: #2a6f5e;
}
.site-utility-bar-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 1.25rem;
}
.site-utility-bar .region,
.site-utility-bar nav,
.site-utility-bar .block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-utility-bar .block {
  margin: 0;
  width: auto;
  max-width: none;
}
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul > li {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.1rem 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color 0.18s ease;
}
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul a:focus,
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul a.is-active,
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul a.active {
  color: #77cbb8;
  text-decoration: none;
}
.site-utility-bar #block-digisign-client-hoofdnavigatie > ul a:hover {
  color: #756f63;
  text-decoration: none;
}
.mobile-menu-toggle {
  display: none;
}
.site-utility-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.client-site-header {
  background: transparent;
}
.client-site-header-inner {
  width: min(100%, 1200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
}
.client-site-header-inner::after {
  display: none;
}
.client-site-header-content {
  width: auto;
  margin-left: auto;
}
.client-site-header-content .block {
  margin: 0;
}
.client-site-logo {
  position: relative;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}
.client-site-logo img {
  display: block;
  width: auto;
  max-width: 20rem;
  max-height: 26rem;
  object-fit: contain;
}
.text-pallet-zwart {
  color: #000000;
}
.text-pallet-donkerbruin {
  color: #4a4033;
}
.text-pallet-wit {
  color: #ffffff;
}
.text-pallet-helder-groen {
  color: #77cbb8;
}
.text-pallet-lichtgroen {
  color: #bccb8f;
}
.text-pallet-leger-groen {
  color: #62624f;
}
.text-pallet-lichtgrijs {
  color: #d9d7d0;
}
.text-pallet-grijsgroen {
  color: #b5b3a8;
}
.text-pallet-taupe {
  color: #756f63;
}
.text-pallet-mosgroen {
  color: #2a6f5e;
}
.text-pallet-donkergroen {
  color: #3c402d;
}
.text-pallet-mosgroen-caveat,
.text-pallet-mosgroen-caveat * {
  color: #2a6f5e;
  font-family: 'Caveat', cursive !important;
  font-style: italic;
}
.text-pallet-wit-caveat,
.text-pallet-wit-caveat * {
  color: #ffffff;
  font-family: 'Caveat', cursive !important;
  font-style: italic;
}
a.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3rem;
  padding: 0.75rem 1.2rem;
  border: 2px solid #2a6f5e;
  border-radius: 0.6rem;
  background: #2a6f5e;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.8rem 2rem rgba(74, 64, 51, 0.12);
  display: inline-block;
  min-height: 0;
  font-family: 'Arimo', sans-serif;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}
a.link-button:hover,
a.link-button:focus {
  opacity: 0.92;
  background: #2a6f5e;
  color: #ffffff;
  text-decoration: none;
}
a.link-button br {
  display: block;
}
.dickrobbemond-footer-block {
  width: 100%;
  background: #3c402d;
}
.dickrobbemond-footer-block__inner {
  display: grid;
  grid-template-columns: minmax(10rem, auto) minmax(14rem, 1fr) minmax(16rem, 1fr) minmax(20rem, 1.35fr);
  gap: 2rem 3rem;
  align-items: start;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 2rem 1.25rem 1.25rem;
  color: #ffffff;
}
.dickrobbemond-footer-block__brand {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
}
.dickrobbemond-footer-block__logo {
  display: block;
  width: auto;
  max-width: min(100%, 14rem);
  max-height: 4.5rem;
  object-fit: contain;
}
.dickrobbemond-footer-block__slogan {
  align-self: top;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Arimo', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.05;
}
.dickrobbemond-footer-block__slogan::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-0.24em - 6px);
  width: clamp(5rem, 12vw, 8rem);
  height: 0.34em;
  background: transparent;
  border-radius: 110% 65% 0 0;
  box-shadow: inset 0 4px 0 0 #2a6f5e;
  transform: translateX(-50%) rotate(-1.2deg) skewX(-12deg);
  transform-origin: center;
}
.dickrobbemond-footer-block__content,
.dickrobbemond-footer-block__text {
  min-width: 0;
}
.dickrobbemond-footer-block__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.7;
}
.dickrobbemond-footer-block__text p,
.dickrobbemond-footer-block__text ul,
.dickrobbemond-footer-block__text ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.dickrobbemond-footer-block__text p:last-child,
.dickrobbemond-footer-block__text ul:last-child,
.dickrobbemond-footer-block__text ol:last-child {
  margin-bottom: 0;
}
.dickrobbemond-footer-block__text ul {
  padding: 0;
  list-style: none;
}
.dickrobbemond-footer-block__text li {
  position: relative;
  padding-left: 1.6rem;
}
.dickrobbemond-footer-block__text li::before {
  content: '\f00c';
  position: absolute;
  top: 0.08rem;
  left: 0;
  color: #77cbb8;
  font: var(--fa-font-solid);
  font-size: 0.95rem;
  line-height: 1;
}
.dickrobbemond-footer-block__text a {
  color: #77cbb8;
  text-decoration: underline;
}
.dickrobbemond-footer-block__text a:hover,
.dickrobbemond-footer-block__text a:focus {
  color: #95d6c7;
}
.dickrobbemond-footer-block__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  text-align: right;
}
.dickrobbemond-footer-block__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.7;
  text-decoration: none;
}
.dickrobbemond-footer-block__contact-link:hover,
.dickrobbemond-footer-block__contact-link:focus {
  color: #77cbb8;
  text-decoration: none;
}
.dickrobbemond-footer-block__phone::after,
.dickrobbemond-footer-block__email::after,
.dickrobbemond-footer-block__address::after {
  color: #ffffff;
  font: var(--fa-font-solid);
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 1rem;
}
.dickrobbemond-footer-block__phone::after {
  content: '\f095';
}
.dickrobbemond-footer-block__email::after {
  content: '\f0e0';
}
.dickrobbemond-footer-block__phone,
.dickrobbemond-footer-block__email {
  font-weight: 700;
}
.dickrobbemond-footer-block__address-wrap {
  max-width: 20rem;
}
.dickrobbemond-footer-block__address {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.dickrobbemond-footer-block__address::after {
  content: '\f3c5';
}
.dickrobbemond-footer-block__bottom {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.dickrobbemond-footer-block__bottom-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.7;
  text-align: center;
}
.dickrobbemond-footer-block__bottom-text a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
}
.dickrobbemond-footer-block__bottom-text a:hover,
.dickrobbemond-footer-block__bottom-text a:focus {
  color: #77cbb8;
}
@media (max-width: 75rem) {
  .dickrobbemond-footer-block__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dickrobbemond-footer-block__slogan {
    justify-self: end;
    text-align: right;
  }
}
@media (max-width: 48rem) {
  .site-utility-bar {
    z-index: 40;
  }
  .site-utility-bar-inner {
    position: relative;
    justify-content: flex-end;
    min-height: 3.75rem;
    padding: 0.45rem 0.85rem;
    overflow: visible;
  }
  .site-utility-bar .mobile-menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 2.85rem;
    margin: 0;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 0.8rem;
    background: #3c402d;
    box-shadow: 0 0.55rem 1.5rem rgba(0, 0, 0, 0.18);
    color: #ffffff;
    font-family: 'Arimo', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  .site-utility-bar .mobile-menu-toggle:hover,
  .site-utility-bar .mobile-menu-toggle:focus-visible {
    background: #2e3122;
    box-shadow: 0 0.7rem 1.7rem rgba(0, 0, 0, 0.24);
  }
  .site-utility-bar .mobile-menu-toggle:focus-visible {
    outline: 0.18rem solid #77cbb8;
    outline-offset: 0.18rem;
  }
  .site-utility-bar .mobile-menu-toggle:active {
    transform: scale(0.97);
  }
  .site-utility-bar .mobile-menu-toggle__icon {
    position: relative;
    display: block;
    width: 1.35rem;
    height: 1rem;
  }
  .site-utility-bar .mobile-menu-toggle__icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.14rem;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: top 0.25s ease, opacity 0.16s ease, transform 0.25s ease;
  }
  .site-utility-bar .mobile-menu-toggle__icon span:nth-child(1) {
    top: 0;
  }
  .site-utility-bar .mobile-menu-toggle__icon span:nth-child(2) {
    top: 0.43rem;
  }
  .site-utility-bar .mobile-menu-toggle__icon span:nth-child(3) {
    top: 0.86rem;
  }
  .site-utility-bar .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(1) {
    top: 0.43rem;
    transform: rotate(45deg);
  }
  .site-utility-bar .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .site-utility-bar .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(3) {
    top: 0.43rem;
    transform: rotate(-45deg);
  }
  .site-utility-bar .site-utility-navigation {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0.85rem;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: calc(100vw - 1.7rem);
    max-width: 22rem;
    padding: 0.55rem;
    border: 1px solid rgba(181, 179, 168, 0.35);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1.1rem 2.5rem rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.6rem) scale(0.97);
    transform-origin: top right;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s, transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .site-utility-bar .site-utility-navigation .region,
  .site-utility-bar .site-utility-navigation nav,
  .site-utility-bar .site-utility-navigation .block {
    display: block;
    width: 100%;
  }
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul,
  .site-utility-bar .site-utility-navigation ul.menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul > li,
  .site-utility-bar .site-utility-navigation ul.menu > li {
    width: 100%;
  }
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul a,
  .site-utility-bar .site-utility-navigation ul.menu a {
    display: flex;
    min-height: 2.75rem;
    padding: 0.65rem 0.8rem;
    border-radius: 0.65rem;
    color: #3c402d;
    font-size: 1.05rem;
    line-height: 1.25;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul a:hover,
  .site-utility-bar .site-utility-navigation ul.menu a:hover,
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul a:focus,
  .site-utility-bar .site-utility-navigation ul.menu a:focus,
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul a.is-active,
  .site-utility-bar .site-utility-navigation ul.menu a.is-active,
  .site-utility-bar .site-utility-navigation #block-digisign-client-hoofdnavigatie > ul a.active,
  .site-utility-bar .site-utility-navigation ul.menu a.active {
    background: rgba(119, 203, 184, 0.14);
    color: #2a6f5e;
    transform: translateX(0.18rem);
  }
  .site-utility-bar.is-menu-open {
    z-index: 100;
  }
  .site-utility-bar.is-menu-open .site-utility-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }
  .region-primary-menu {
    min-height: 2.75rem;
    overflow-x: auto;
  }
  .region-primary-menu > nav,
  .region-primary-menu > .block {
    justify-content: flex-start;
    min-height: 2.75rem;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }
  .region-primary-menu ul.menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.95rem;
    min-width: max-content;
  }
  .region-primary-menu ul.menu a {
    min-height: 2.75rem;
    font-size: 0.82rem;
  }
  .client-site-header-inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(0.5rem, 2.5vw, 1.25rem);
    min-height: 5.25rem;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }
  .client-site-header-content {
    display: flex;
    flex: 0 1 clamp(8.75rem, 35vw, 9.8rem);
    justify-content: flex-end;
    width: clamp(8.75rem, 35vw, 9.8rem);
    min-width: 8.75rem;
    max-width: 9.8rem;
    margin: 0 0 0 auto;
    transform: translateY(0.5rem);
  }
  .client-site-header-content #block-digisign-client-hoofdnavigatie > ul {
    justify-content: flex-start;
    gap: 0.95rem;
  }
  .client-site-header-content #block-digisign-client-hoofdnavigatie a {
    min-height: 2.25rem;
    font-size: 0.88rem;
  }
  .client-site-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 18rem;
    transform: translateY(-0.9rem);
  }
  .client-site-logo img {
    width: 100%;
    max-width: 18rem;
    max-height: none;
  }
  .layout-container {
    margin-top: -1rem;
  }
  .dickrobbemond-footer-block__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 1.5rem;
  }
  .dickrobbemond-footer-block__contact {
    align-items: flex-start;
    text-align: left;
  }
  .dickrobbemond-footer-block__brand {
    align-items: center;
  }
  .dickrobbemond-footer-block__slogan {
    align-self: flex-start;
    justify-self: start;
    text-align: left;
  }
  .dickrobbemond-footer-block__address-wrap {
    max-width: 100%;
  }
}
@media (max-width: 48rem) and (prefers-reduced-motion: reduce) {
  .site-utility-bar .mobile-menu-toggle,
  .site-utility-bar .mobile-menu-toggle__icon span,
  .site-utility-bar .site-utility-navigation,
  .site-utility-bar .site-utility-navigation a {
    transition-duration: 0.01ms;
  }
}
