@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: theme-color("primary");
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.logo img.white, .hamburger {
  display: none;
}

@media (max-width: 900px) {
  .navBar {
    padding: 1.5rem;
    background: black;
    width: 100% !important;
    height: 100vh !important;
  }
  .navBar .logo img.color {
    display: none;
  }
  .navBar .logo img.white {
    display: block;
  }
  .navBar.collapsed {
    height: 90px !important;
    margin-bottom: 0;
    background: white;
  }
  .navBar.collapsed ul {
    height: 0;
    opacity: 0;
    transform: translateY(-200%);
  }
  .navBar.collapsed .logo img.white {
    display: none;
  }
  .navBar.collapsed .logo img.color {
    display: block;
  }
  .navBar.collapsed .hamburger img {
    filter: invert(100%) !important;
  }
  .navBar.collapsed .hamburger span {
    color: black;
  }
  .navBar .hamburger {
    display: block;
    position: absolute;
    top: 2.2rem;
    right: 2rem;
  }
  .navBar .hamburger img {
    width: 3rem;
  }
  .navBar .hamburger span {
    display: block;
    color: white;
    font-size: 100%;
    font-weight: bold;
  }
  .navBar .logo img {
    width: 90%;
  }
  .navBar ul {
    margin-top: 5rem;
    width: 100%;
  }
  .navBar ul li {
    float: none;
    display: block;
    line-height: 2;
  }
  .navBar ul li a {
    font-size: 150%;
    color: white;
  }
  .navBar ul li.dien-uw-project-in {
    margin: 0;
  }
  .navBar ul li.steun-ons a, .navBar ul li.dien-uw-project-in a {
    color: var(--extra-color);
  }
}
html.logged-in {
  margin-top: 3.25rem !important;
}
html.logged-in .edit-chimera {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  background: hsl(207deg, 10%, 17%);
  opacity: 0.85;
  top: 0;
  left: 0;
  height: 3.25rem;
  padding: 0.75rem;
  padding-left: 1rem;
}
html.logged-in .edit-chimera button {
  border: 1px solid #666;
  background: hsl(208deg, 11%, 23%);
  color: #fff;
  cursor: pointer;
}

.project-submission {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10rem;
}
.project-submission .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 1rem 0;
}
.project-submission .form-group:nth-last-of-type(1) {
  margin-bottom: 2rem;
}
.project-submission .form-group label {
  display: block;
  margin: 0;
  margin-right: 0.5rem;
  font-weight: bold;
}
.project-submission .form-group label .form-group_label {
  margin-left: 5px;
  color: #585858;
}
.project-submission .form-group input[type=text], .project-submission .form-group input[type=tel], .project-submission .form-group input[type=email], .project-submission .form-group textarea {
  display: block;
  width: 30rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #707070;
  border-radius: 6px;
}
.project-submission .form-group textarea[name=project] {
  min-width: 40vw;
  min-height: 10rem;
}
@media (max-width: 900px) {
  .project-submission .form-group {
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }
  .project-submission .form-group input[type=text], .project-submission .form-group input[type=tel], .project-submission .form-group input[type=email], .project-submission .form-group textarea {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .project-submission .form-group {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 900px) {
  .project-submission {
    max-width: 400px;
    margin: 0 auto;
  }
  .project-submission .btn-v2, .project-submission .support-cta .donate-button, .support-cta .project-submission .donate-button {
    margin: 0 1rem;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
/* Variables */
h1 {
  font-size: 15px;
  font-size: 1.5rem;
}

h2 {
  font-size: 13px;
  font-size: 1.3rem;
}

h3 {
  font-size: 12px;
  font-size: 1.2rem;
}

h4 {
  font-size: 10px;
  font-size: 1rem;
}

[data-editable-name=body],
p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 7px 0;
  color: #585858;
}

[data-editable-name=body] p {
  color: #585858;
  margin: 0;
}
[data-editable-name=body] p span {
  color: #00a1a1;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

nav ul {
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 20;
  list-style: none;
}
nav ul li {
  display: inline;
  margin-right: 2rem;
  font-weight: bold;
}
nav ul li content-block {
  display: inline-block;
}
nav ul li content-block img.circle {
  width: 40px;
  border-radius: 50%;
}
nav ul a {
  color: #4A4A4A;
  text-decoration: none;
  font-size: 115%;
}

.navBar {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 15px 60px 0;
}
.navBar ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3%;
  opacity: 1;
  transition: opacity 0.1s ease-in;
  transform: translateY(0);
}
.navBar ul li {
  display: inherit;
  margin-right: 0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.navBar ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.navBar ul li a:hover {
  color: #007d7d;
}
.navBar ul li.active-link a {
  color: var(--extra-color);
}

.logo img {
  max-width: 200px;
}

/*@media screen and (max-width: 1245px) {
	.logo {
		position: relative;
		top: -4rem;
		img {
			max-width: 200px;
		}
	}
	nav ul {
		width: 100%;
		display: inline;
		list-style-type: none;
		padding: 0;
		margin-left: 8%;
		padding-bottom: 0.5%;
		z-index: 20;
		li {
			&:first-child {
				margin-top: .75rem;
			}
		}
		.dien-uw-project-in {
			margin-top: .75rem;
			margin-left: 0;
		}
	}
}*/
@media (min-width: 900px) and (max-width: 1100px) {
  nav ul a {
    font-size: 95%;
  }
  .logo img {
    max-width: 150px;
  }
}
.links {
  font-weight: bold;
  display: inline;
  float: right;
  margin-right: 10px;
}
.links a.active {
  background: none;
  padding: 0;
}
.links a:hover {
  background: none;
  color: #cf962a;
}
.links li:last-child {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .navBar {
    padding: 15px 1rem 0;
  }
  .navBar ul {
    gap: 10px;
  }
  .navBar ul li a {
    gap: 8px;
  }
  .links {
    float: none;
  }
  .links li:first-child {
    margin-left: 10%;
  }
}
@media (max-width: 900px) {
  .navBar {
    flex-flow: column;
    align-items: start;
    width: inherit;
  }
  .navBar ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: calc(100vh - 75px);
    padding: 2rem 2.5rem;
    margin-top: 75px;
    position: absolute;
    left: 0;
    background: #000;
  }
  ul.links {
    width: inherit;
  }
}
body {
  background: #fff;
  color: #060606;
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  margin: 0 !important;
  --steun-anchor-color: #00a1a1;
  --steun-anchor-hover-color: #007d7d;
  --steun-extra-color: #00a1a1;
  --footer-anchor-hover-color: #00a1a1;
  --dark-text-color: #585858;
  --extra-color: #eaa330;
  --title-color: #00a1a1;
  --ck-z-modal: 999999999;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--title-color);
}

.offscreen {
  position: absolute;
  left: -999999px;
}

img {
  max-width: 100vw;
}

img[width][height] {
  -o-object-fit: cover;
     object-fit: cover;
}

a.btnLike:not(.box__button),
button[type=submit]:not(.box__button) {
  display: inline-block;
  font-weight: bold;
  color: #060606;
  background: #cf962a;
  padding: 1.2em 1.5em;
  text-decoration: none;
  text-align: center;
}
a.btnLike:not(.box__button) .fa-chevron-right,
button[type=submit]:not(.box__button) .fa-chevron-right {
  margin-left: 6px;
}
a.btnLike:not(.box__button):hover, a.btnLike:not(.box__button):focus,
button[type=submit]:not(.box__button):hover,
button[type=submit]:not(.box__button):focus {
  background: white !important;
}

#container {
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}

header {
  display: flex;
  flex-direction: row;
  position: relative;
}

.square {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background: #f2a73d;
}

.pagina-footer_home,
.pagina-header_home {
  position: relative;
  margin-top: 20px;
  background: url("/media/static/home.jpg");
  min-height: 580px;
  background-position: top;
  display: flex;
  align-items: center;
}
.pagina-footer_home .square,
.pagina-header_home .square {
  display: none;
  position: absolute;
  left: 5%;
  bottom: -8.5%;
}
@media (max-width: 600px) {
  .pagina-footer_home,
.pagina-header_home {
    margin-top: 0;
  }
}
.pagina-footer_home .content,
.pagina-header_home .content {
  display: block;
  max-width: 560px;
  margin-left: 5%;
}
.pagina-footer_home .content h1,
.pagina-header_home .content h1 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}
.pagina-footer_home .content p,
.pagina-header_home .content p {
  color: #fff;
}

.pagina-footer_home {
  background: url("/media/static/footer.jpg");
  width: 100%;
  background-position: top center;
  justify-content: flex-end;
}
.pagina-footer_home .content {
  color: black !important;
  margin-right: 5%;
}
.pagina-footer_home .content p {
  margin-bottom: 25px;
}

.pages .pagina-header_home {
  background: url("/media/static/home.jpg");
  background-position: center top;
  align-items: flex-end;
}
.pages .pagina-header_home .content h1 {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 25%;
}

.pagina-footer_home .content,
.pagina-header_home .content {
  max-width: 500px;
}

@media (max-width: 600px) {
  .pagina-footer_home .content,
.pagina-header_home .content {
    width: inherit;
  }
}
main {
  margin: 0 auto;
}

.intro {
  font-size: 10px;
  font-size: 1rem;
  width: 60%;
  margin: 10rem auto 6rem;
  color: #585858;
  font-size: 140%;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .intro {
    width: auto;
    padding: 0 1rem;
    margin: 5rem auto;
  }
}
.intro h2 {
  color: black;
  font-size: 2rem;
}
.intro [data-editable-name=body] {
  font-weight: normal;
  padding: 0 10rem;
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  .intro [data-editable-name=body] {
    padding: 0 0.5rem;
  }
}
.intro:empty {
  display: none;
}

blockquote {
  margin: 4rem 0;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  color: var(--extra-color);
  line-height: 1.1;
  font-weight: 1000;
}
blockquote cite {
  display: block;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: right;
}
blockquote:before {
  content: "‘‘";
  position: absolute;
  left: 0px;
  transform: translate(-70%, -30%);
  opacity: 0.2;
  font-size: 10rem;
  font-family: sans-serif;
  letter-spacing: -4px;
}
blockquote p {
  color: hsl(0deg, 0%, 23%);
  font-size: 130%;
  position: relative;
  top: -1rem;
}
@media (max-width: 600px) {
  blockquote:before {
    right: 0px;
    left: unset;
    top: 0px;
  }
}

.block-1,
.block-3,
.block-5,
.sub-block-6 {
  display: flex;
  flex-flow: row;
  font-size: 1.2rem;
  font-weight: 300;
}
.block-1 .img-left img,
.block-1 .img-right img,
.block-3 .img-left img,
.block-3 .img-right img,
.block-5 .img-left img,
.block-5 .img-right img,
.sub-block-6 .img-left img,
.sub-block-6 .img-right img {
  max-width: 30vw;
}
@media (max-width: 600px) {
  .block-1 .img-left img,
.block-1 .img-right img,
.block-3 .img-left img,
.block-3 .img-right img,
.block-5 .img-left img,
.block-5 .img-right img,
.sub-block-6 .img-left img,
.sub-block-6 .img-right img {
    max-width: 100vw;
  }
}
@media (max-width: 600px) {
  .block-1 .img-left,
.block-1 .img-right,
.block-3 .img-left,
.block-3 .img-right,
.block-5 .img-left,
.block-5 .img-right,
.sub-block-6 .img-left,
.sub-block-6 .img-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.block-1 .img-left,
.block-3 .img-left,
.block-5 .img-left,
.sub-block-6 .img-left {
  margin-right: 4rem;
}
.block-1 .img-right,
.block-3 .img-right,
.block-5 .img-right,
.sub-block-6 .img-right {
  margin-left: 4rem;
}
.block-1 .block-text,
.block-3 .block-text,
.block-5 .block-text,
.sub-block-6 .block-text {
  width: 75%;
}
.block-1 .block-text h2,
.block-3 .block-text h2,
.block-5 .block-text h2,
.sub-block-6 .block-text h2 {
  margin-top: 0;
  line-height: 1.1;
  font-size: 2rem;
  color: var(--title-color);
}
.block-1 .block-text a,
.block-3 .block-text a,
.block-5 .block-text a,
.sub-block-6 .block-text a {
  color: #00a1a1;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1.3rem;
}
.block-1 .block-text a:hover,
.block-3 .block-text a:hover,
.block-5 .block-text a:hover,
.sub-block-6 .block-text a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .block-1 .block-text,
.block-3 .block-text,
.block-5 .block-text,
.sub-block-6 .block-text {
    padding: 0 1rem;
  }
  .block-1 .block-text a,
.block-3 .block-text a,
.block-5 .block-text a,
.sub-block-6 .block-text a {
    margin-top: 0.5rem;
  }
}

.block-3 {
  justify-content: flex-end;
}
.block-3 img {
  padding-left: 3%;
  padding-right: 0;
}

.pages .block-6 {
  margin: 0 10rem;
}
.pages .block-6 .centered-block {
  width: 80%;
}
.pages .block-6 .block-6_list {
  padding: 0 4rem;
}
.pages .block-6 .block-6_list .sub-block-6 h2 {
  color: #000;
}
.pages .block-6 .sub-block-6 {
  margin-bottom: 10%;
}
.pages .block-6 .sub-block-6 img {
  margin-right: 3%;
}
.pages .block-6 .sub-block-6 .block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pages .block-6 .sub-block-6 a {
  margin-top: 0;
}
.pages .block-6 .sub-block-6.block-6_title {
  margin-bottom: 1rem;
}
.pages .block-6 .sub-block-6.block-6_title h2 {
  color: var(--steun-extra-color);
}
.pages .block-6.block-6-grid {
  max-width: unset;
}
.pages .block-6 .block-6-grid_table {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pages .block-6 .block-6-grid_table figure {
  display: none;
}
.pages .block-6 .block-6-grid_table .block-text {
  width: 100%;
}
.pages .block-6 .block-6-grid_table .sub-block-6 {
  margin: 0;
}
.pages .block-6 .block-6-grid_table h2 {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #000;
}
.pages .block-6 .block-6-grid_table > content-block {
  height: 100%;
}
.pages .block-6 .block-6-grid_table > content-block .block-text {
  height: 100%;
}
.pages .block-6 .sub-block-6 .block-text .persoon {
  font-weight: bold;
}
@media (max-width: 1300px) {
  .pages .block-6 .block-6-grid_table {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .pages .block-6 {
    padding: 0 1rem;
  }
  .pages .block-6 .block-6_list {
    padding: 0 1rem;
  }
}
@media (max-width: 900px) {
  .pages .block-6 {
    width: 75%;
    margin: 0 auto;
    padding: 0;
  }
  .pages .block-6 .block-6-grid_table {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .pages .block-6 {
    width: 100%;
  }
  .pages .block-6 .sub-block-6 {
    margin-bottom: 4rem;
  }
  .pages .block-6 .block-6_list {
    padding: 0;
  }
  .pages .block-6 .block-6_grid,
.pages .block-6 .block-6-grid_table {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .block-1,
.block-3,
.block-5,
.block-6,
.pages .block-6 .sub-block-6 {
    flex-flow: column;
  }
  .block-1 figure,
.block-3 figure,
.block-5 figure,
.block-6 figure,
.pages .block-6 .sub-block-6 figure {
    align-self: center;
  }
  .block-1 img,
.block-3 img,
.block-5 img,
.block-6 img,
.pages .block-6 .sub-block-6 img {
    order: 1;
  }
  .block-1 .block-text,
.block-3 .block-text,
.block-5 .block-text,
.block-6 .block-text,
.pages .block-6 .sub-block-6 .block-text {
    width: inherit;
    margin-top: 20px;
    order: 2;
  }
  .block-5 .block-text,
.block-6 .block-text,
.block-6 .centered-block,
.pages .block-5 .block-text,
.pages .block-6 .centered-block {
    width: inherit;
  }
  .intro-tekst,
.sub-block-6 .block-text,
.sub-block-6 img {
    width: inherit;
  }
}
.block-stats {
  margin: 1rem auto;
  max-width: 80%;
  color: var(--extra-color);
  padding: 0 4rem;
}
.block-stats.home-stats {
  margin: 6rem auto;
}
.block-stats.green-stats {
  color: var(--steun-extra-color);
}
.block-stats.green-stats li, .block-stats.green-stats li i {
  color: var(--steun-extra-color);
}
.block-stats img {
  width: 20%;
  height: 20%;
}
.block-stats li {
  flex: 1 0 33%;
}
.block-stats li i {
  font-size: 400%;
  text-align: center;
  width: 100%;
  color: var(--extra-color);
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
}
.block-stats .facts,
.block-stats .all-data,
.block-stats .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.block-stats .facts {
  gap: 1rem;
}
.block-stats .data {
  display: flex;
  flex-direction: column;
}
.block-stats .data strong {
  font-size: 15px;
  font-size: 1.5rem;
}
.block-stats h3 {
  font-size: 200%;
  font-weight: bold;
  margin: 0;
  line-height: 3rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.block-stats p {
  margin: 0 1rem;
  font-size: 1.3rem;
  color: #585858;
  padding: 0 1.5rem;
}
@media (max-width: 900px) {
  .block-stats {
    max-width: 90%;
    padding: 0;
  }
  .block-stats.img-right {
    margin: 1rem auto;
    order: 5;
  }
  .block-stats .facts {
    flex-flow: column;
    padding: 0 2rem;
  }
  .block-stats li {
    margin-bottom: 2rem;
  }
  .block-stats li i {
    border-bottom: none;
    padding-bottom: 0;
  }
  .block-stats.home-stats {
    margin: 3rem auto;
  }
}
@media (max-width: 600px) {
  .block-stats .facts {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .block-2 {
    width: inherit;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .block-5 .block-2 {
    padding: 10% 0;
    max-width: 500px;
  }
}
.mensen {
  background-color: #a0e0df;
  padding: 1% 0 5%;
  margin: 5% 0;
}
.mensen .intro-tekst p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
}
.mensen .profielen {
  display: flex;
  flex-flow: row;
  text-align: center;
  justify-content: space-around;
  text-align: center;
}
.mensen .profielen .mens {
  width: 25%;
}
.mensen .profielen .mens .portrait.blocks {
  position: relative;
}
.mensen .profielen .mens .portrait.blocks img {
  box-sizing: border-box;
  display: block;
  padding: 2rem 4rem;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration span {
  display: block;
  width: 2rem;
  height: 2rem;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration span:nth-of-type(1n) {
  position: absolute;
  top: 10%;
  left: 50%;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration span:nth-of-type(2n) {
  position: absolute;
  top: 60%;
  left: 70%;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration span:nth-of-type(3n) {
  position: absolute;
  top: 20%;
  left: 20%;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration span:nth-of-type(4n) {
  position: absolute;
  top: 30%;
  left: 20%;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration span:nth-of-type(5n) {
  position: absolute;
  top: 50%;
  left: 15%;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration .orange {
  background: #F2A73D;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration .white {
  background: #fff;
}
.mensen .profielen .mens .portrait.blocks .blocks-decoration .cyan {
  background: #A3E1DE;
}
.mensen .profielen .mens .persoon {
  margin-top: 0;
  display: block;
  font-weight: bold;
}
.mensen .profielen .mens a {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #060606;
}

@media (max-width: 600px) {
  .mensen .profielen {
    flex-flow: column;
  }
  .mensen .profielen .mens {
    width: inherit;
  }
}
.embed {
  margin: 3rem 0 5rem;
  text-align: center;
}
.embed img {
  max-width: 45vw;
}
@media (max-width: 600px) {
  .embed img {
    max-width: 95vw;
  }
}

body.project blockquote {
  max-width: 100%;
  margin: 10% 0;
}

footer {
  border-top: 1px solid #707070;
  background-color: #1A1A1A;
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3% 8rem;
  width: 100%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #cf962a;
  text-decoration: none;
}
footer nav.footer {
  margin: 0;
  padding: 0;
}
footer nav.footer:before {
  content: unset;
}
footer nav.footer ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer nav.footer ul li {
  display: block;
  margin-bottom: 20px;
}
footer nav.footer ul li:last-child {
  margin-bottom: 0;
}
footer nav.footer ul li a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
  text-decoration-color: var(--steun-anchor-color);
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 2px;
}
footer nav.footer ul li a:hover {
  color: var(--footer-anchor-hover-color);
  background: none;
  padding: 0;
}
footer nav.footer ul li a.active-link {
  background: none;
}
footer nav.footer ul li.steun-ons-footer a:hover {
  color: #cf962a !important;
  text-decoration-color: #cf962a;
}
footer address {
  font-style: normal;
  max-width: 385px;
}
footer address a {
  color: var(--steun-anchor-color);
}
footer .socialmedia a {
  text-decoration: none;
  display: block;
}
footer .socialmedia a:first-child {
  margin-bottom: 5%;
}
footer .socialmedia .fab {
  padding-right: 15px;
}
footer .fiscale-aftrekbaarheid-footer a,
footer .steun-ons-footer a {
  color: var(--steun-anchor-color) !important;
}
footer .partner a {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
footer .partner a .initiative-of {
  max-width: 10rem;
  margin-bottom: 1.5rem;
  text-align: right;
  font-size: 1.1rem;
}
footer address {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 2rem;
  }
  footer .partner {
    margin-top: 2rem;
  }
  footer address {
    margin-top: 2rem;
  }
  footer .partner a {
    align-items: flex-start;
  }
  footer .partner a span {
    text-align: left !important;
  }
  footer .socialmedia {
    margin-top: 2rem;
  }
  footer .socialmedia a {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  footer {
    height: auto;
    padding: 3rem 2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  footer nav.footer {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer nav.footer li {
    margin-right: 0;
  }
  footer address {
    margin: 30px 0;
    text-align: center;
  }
  footer .socialmedia {
    display: block;
  }
  footer .socialmedia {
    margin-top: 0;
  }
  footer .socialmedia a {
    padding: 0.7rem;
    margin-left: -0.5rem;
  }
  footer .partner .initiative-of,
footer .partner > * {
    text-align: center !important;
  }
  footer .partner img {
    margin: auto;
  }
}
/* Additions Roel */
.facts {
  padding-left: 0;
}
.facts li {
  list-style: none;
}

/* Color fix footer */
.pagina-footer_home h2, .pagina-footer_home p {
  color: black !important;
}

[contentname=site-footer] .content p {
  color: #00a1a1;
  font-weight: bold;
}
@media (max-width: 600px) {
  [contentname=site-footer] .content {
    background-color: black;
  }
}

/* Underscore effect */
/* Underscore effect has been disabled */
/*

.decorated {
	width: 50%; height: 50%;
	position: relative;
	img {
		display: block;
		width: 100%; height: 100%;
	}
}


.decorated.v-1 {
	&::before {
		content: "";
		background: #8cc;
		width: 100%; height: 7.5%;
		box-shadow: inset -2.5rem 0rem white;
		position: absolute;
		bottom: 0; left: 0;
	}
}

.decorated.v-2 {
	&::before {
		content: "";
		background: #8cc;
		width: 5%; height: 100%;
		box-shadow: inset 0rem 2rem white;
		position: absolute;
		bottom: 0; left: 0;
	}
}

.underscore {
	&::before {
		content: "";
		display: inline-block;
		width: .75rem;
		border-bottom: 2px solid black;
		margin-bottom: -.15rem;
		margin-right: 0;
	}
	&.xl::before {
		width: 1.5rem;
		border-bottom: 3px solid white;
		margin-bottom: -.25rem;
		margin-right: -.35rem;
	}
	&.m::before {
		width: .75rem;
		border-bottom: 2px solid black;
		margin-bottom: -.15rem;
		margin-right: 0;
	}
	&.xl.black::before {
		border-bottom: 3px solid black;
	}
}
*/
/* Extra nav items */
li.steun-ons a {
  color: var(--steun-anchor-color);
}

.strong {
  font-weight: bold;
}

main:focus {
  outline: none;
}

img.rounded {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block;
  border-radius: 100%;
}

content-block {
  display: block;
}

.image-getuigenis {
  padding: 0 7%;
  width: 30%;
}

.persoon span.naam {
  display: block;
}
.persoon span.wie {
  display: block;
  font-size: 80%;
  line-height: 2em;
}

.footer,
.page-header {
  position: relative;
}
.footer .square,
.page-header .square {
  display: none;
  position: absolute;
  width: 8rem;
  height: 8rem;
}
@media (max-width: 600px) {
  .footer .square,
.page-header .square {
    width: 7rem;
    height: 7rem;
  }
}
.footer h1,
.footer h2,
.page-header h1,
.page-header h2 {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .footer h1,
.footer h2,
.page-header h1,
.page-header h2 {
    font-size: 2.5rem;
  }
}
.footer .content [data-editable-name=body],
.page-header .content [data-editable-name=body] {
  padding-right: 1rem;
}
.footer .crosshatch,
.page-header .crosshatch {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
}
.footer .crosshatch .left,
.footer .crosshatch .right,
.page-header .crosshatch .left,
.page-header .crosshatch .right {
  position: absolute;
  width: 50%;
  height: 100%;
}
.footer .crosshatch .left,
.page-header .crosshatch .left {
  left: 0px;
  background: repeating-linear-gradient(45deg, var(--extra-color) 0 2px, transparent 2px 8px);
}
.footer .crosshatch .right,
.page-header .crosshatch .right {
  right: 0px;
  top: 100%;
  background: repeating-linear-gradient(45deg, #00a1a1 0 2px, transparent 2px 8px);
}
@media (max-width: 900px) {
  .footer .crosshatch .left, .footer .crosshatch .right,
.page-header .crosshatch .left,
.page-header .crosshatch .right {
    width: 60%;
  }
}

.striped-background:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  bottom: 3rem;
  z-index: -1;
  background: repeating-linear-gradient(45deg, var(--extra-color) 0 1px, transparent 4px 11px);
}
@media (max-width: 380px) {
  .striped-background:before {
    content: unset;
  }
}

.footer {
  padding: 0 9rem;
  margin-bottom: 8rem;
  position: relative;
  /*
  @include breakpoint-tablet-land-only {
  	.content {
  		min-width: 50%;
  		max-width: 60%;
  	}
  }*/
}
.footer h1,
.footer h2 {
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);
  line-height: 1.1;
  font-weight: normal;
}
.footer h1:before,
.footer h2:before {
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);
}
.footer img {
  max-width: 100%;
}
.footer .content {
  position: absolute;
  right: 15rem;
  bottom: 50%;
  z-index: 9;
  min-width: 30%;
  max-width: 40%;
  transform: translateY(50%);
  padding-right: 4rem;
  color: var(--steun-extra-color);
}
.footer [data-editable-name=body] {
  padding-bottom: 2rem;
  color: var(--steun-extra-color);
}
@media (max-width: 900px) {
  .footer {
    padding: 0;
    margin-bottom: 4rem;
  }
  .footer:before {
    content: unset;
  }
  .footer .content {
    min-width: 50%;
    max-width: 60%;
    margin-right: 2rem;
    right: 6rem;
  }
}
@media (max-width: 600px) {
  .footer {
    display: flex;
    flex-flow: column;
  }
  .footer img {
    height: 23.625rem;
    -o-object-position: left;
       object-position: left;
  }
  .footer .content {
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 2rem;
    position: relative;
    margin-right: 0;
    transform: unset;
  }
}

.page-header {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 1.25rem;
}
.page-header:not(.top-right) img[width][height] {
  max-height: 500px;
}
@media (max-width: 600px) {
  .page-header {
    margin-bottom: 7rem;
  }
}
.page-header h1,
.page-header h2 {
  margin-bottom: 2rem;
}
.page-header h1.has-subtitle,
.page-header h2.has-subtitle {
  margin-bottom: 0;
}
.page-header h1:before,
.page-header h2:before {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 600px) {
  .page-header h1,
.page-header h2 {
    margin-bottom: 1rem;
  }
}
.page-header h1,
.page-header h2,
.page-header .subtitle {
  color: white;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  max-width: 35rem;
}
@media (max-width: 600px) {
  .page-header h1,
.page-header h2,
.page-header .subtitle {
    max-width: 99vw;
  }
}
.page-header .subtitle {
  margin-bottom: 2rem;
  display: inline-block;
  font-size: 1.5rem;
}
.page-header .content {
  position: absolute;
  margin-left: 10rem;
  left: 0;
  z-index: 9;
}
@media (max-width: 600px) {
  .page-header .content {
    margin-left: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
}
.page-header.top-right {
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  .page-header.top-right {
    margin-bottom: 2rem;
    background-color: #000;
    min-height: 25rem;
  }
}
.page-header.top-right .content {
  bottom: initial;
  top: 50%;
  margin-left: 4rem;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .page-header.top-right .content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 600px) {
  .page-header img {
    height: 21rem;
  }
}

.pages .intro-tekst {
  margin: 10rem auto 6rem;
  padding: 0 9rem;
  text-align: center;
  color: #585858;
  font-size: 140%;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .pages .intro-tekst {
    width: auto;
    padding: 0 1rem;
    margin: 5rem auto;
  }
}
.pages .intro-tekst h2 {
  color: black;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.pages .intro-tekst [data-editable-name=body], .pages .intro-tekst p {
  font-size: 1.4rem;
}
.pages .desease_intro_block h2 {
  margin-top: 0;
  line-height: 1.1;
  font-size: 2rem;
  color: var(--title-color);
}
.pages .desease_intro_centered {
  width: 550px;
  margin: 0 auto;
}
.pages .desease_intro_left {
  width: 60%;
  text-align: left;
  font-size: 1.2rem !important;
}
.pages .desease_intro_left p {
  font-size: inherit;
}
.pages .desease_intro_left span {
  color: var(--extra-color);
}
.pages .desease_intro_subtitle {
  width: 600px;
  margin: 0 auto 3rem;
  line-height: normal;
}
@media (max-width: 900px) {
  .pages .desease_intro_centered, .pages .desease_intro_left, .pages .desease_intro_subtitle {
    width: 100%;
  }
}

.decoration,
.decoration-round {
  display: inline-block;
  position: relative;
}
.decoration:after, .decoration:before,
.decoration-round:after,
.decoration-round:before {
  content: "";
  position: absolute;
}
.decoration:before,
.decoration-round:before {
  background: #8cc;
}
.decoration:after,
.decoration-round:after {
  background: #f2a73d;
}

.decoration-round img {
  width: 11rem;
  height: 11rem;
}

[partial=block_text_image_right] [data-editable-name=body] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-left: 10rem;
}

.block-text-intro h1 {
  font-size: 160%;
}
.block-text-intro p {
  font-size: 120% !important;
  font-weight: normal;
}

[contentname=site-footer] {
  margin-top: 8rem;
}
@media (max-width: 900px) {
  [contentname=site-footer] {
    margin-top: 4rem;
  }
}

[partial=block_footer] [data-editable-name=body] {
  margin-bottom: 1rem;
}

[contentname=homepage-header] {
  margin-top: 2rem;
}

figure img {
  padding: 0 !important;
}

[partial=block_text_image_right] figure {
  margin-left: 3rem;
}

.regular-tekst-block {
  max-width: 700px;
}

.pages .regular-tekst-block {
  margin-left: 10rem;
}
.pages .regular-tekst-block h2 {
  line-height: 1.1;
  font-size: 2rem;
  color: var(--title-color);
}
@media (max-width: 900px) {
  .pages .regular-tekst-block {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
@media (max-width: 600px) {
  .pages .regular-tekst-block {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

[partial=block_left] .image {
  max-width: 40%;
}
@media (max-width: 600px) {
  [partial=block_left] .image {
    max-width: 100%;
  }
}
[partial=block_left] .image img {
  width: 100%;
}

[partial=block_record] figure,
[partial=block_disease] figure {
  margin-right: 4rem;
}
[partial=block_record] h2,
[partial=block_disease] h2 {
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  [partial=block_record] figure,
[partial=block_disease] figure {
    margin-right: 2rem;
  }
}
@media (max-width: 600px) {
  [partial=block_record],
[partial=block_disease] {
    text-align: center;
  }
  [partial=block_record] figure,
[partial=block_disease] figure {
    margin: 0 0.5rem;
  }
  [partial=block_record] h2,
[partial=block_disease] h2 {
    margin-bottom: 0.5rem;
  }
}

[partial=block_disease] .block-text [data-editable-name=body] {
  flex: 1 1 auto;
}

.pages .block-6-reverse .sub-block-6 h2 {
  color: #000;
}
@media screen and (min-width: 600px) {
  .pages .block-6-reverse .sub-block-6:nth-child(odd) {
    flex-flow: row-reverse;
  }
  .pages .block-6-reverse .sub-block-6:nth-child(odd) .block-text {
    padding-right: 5rem;
  }
}

[partial=block_html],
[partial=block_right] {
  margin-left: 10rem;
  margin-right: 7rem;
}
@media (max-width: 600px) {
  [partial=block_html],
[partial=block_right] {
    margin-left: 0;
  }
}

[partial=block_right].block-1 [data-editable-name=body] p:first-child {
  width: 75%;
}
[partial=block_right].block-1 .block-text {
  width: 100%;
}
@media (min-width: 600px) and (max-width: 900px) {
  [partial=block_right].block-1 .block-text {
    width: 75%;
  }
}
@media (max-width: 900px) {
  [partial=block_right].block-1 [data-editable-name=body] p:first-child {
    width: 100%;
  }
}

[partial=block_right] .top-wrapper {
  display: flex;
}
@media (min-width: 900px) and (max-width: 1100px) {
  [partial=block_right] .block-text {
    width: 100%;
  }
}
@media (max-width: 900px) {
  [partial=block_right] {
    margin-left: 0;
    margin-right: 0;
  }
  [partial=block_right] .top-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.support-mid,
[contentname=homepage-3] {
  margin-left: 7rem;
  margin-right: 7rem;
}
.support-mid .block-text,
[contentname=homepage-3] .block-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 1rem;
}
@media (min-width: 900px) and (max-width: 1100px) {
  .support-mid .block-text,
[contentname=homepage-3] .block-text {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .support-mid,
[contentname=homepage-3] {
    margin-left: 0;
    margin-right: 0;
  }
  .support-mid .block-text,
[contentname=homepage-3] .block-text {
    margin-right: 0;
  }
}

[partial=block_disease_intro] {
  margin-bottom: 5rem !important;
}
@media (max-width: 600px) {
  [partial=block_disease_intro] {
    margin-bottom: 2rem !important;
  }
}

.has-stats {
  margin: 1rem 10rem;
}
@media (max-width: 1100px) {
  .has-stats {
    display: flex;
    flex-flow: column;
  }
  .has-stats .block-stats {
    margin-top: 3rem;
  }
}
@media (max-width: 900px) {
  .has-stats {
    margin: 1rem 5rem;
  }
}
@media (max-width: 600px) {
  .has-stats {
    margin: 1rem 1rem;
  }
}

/* Tweaks */
span.fa-chevron-right {
  font-size: 80%;
}

/* Animations */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
.fade-in-element {
  animation: fade-in 0.5s;
}

.hidden {
  opacity: 0.01;
}

.btn-second-url {
  color: white;
  font-size: 1.2rem;
  display: block;
  margin-top: 3rem;
}

.whizzy {
  font-family: "Satisfy", cursive;
}

.whizzy-paw {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 2.5rem;
}

@media (max-width: 380px) {
  .page-header h1 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
body:not(.editing-blocks) .hidden-block {
  display: none;
}

[contentname=fiscale-aftrekbaarheid-header] .content,
[contentname=steun-ons-header] .content {
  margin-bottom: 7rem;
}
[contentname=fiscale-aftrekbaarheid-header] .content h1,
[contentname=steun-ons-header] .content h1 {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  [contentname=fiscale-aftrekbaarheid-intro],
[contentname=steun-ons-intro] {
    margin: 10rem 4rem 8rem !important;
  }
}
@media (min-width: 1400px) {
  [contentname=fiscale-aftrekbaarheid-intro],
[contentname=steun-ons-intro] {
    margin: 11.5rem 4rem 10rem !important;
  }
}
[contentname=fiscale-aftrekbaarheid-intro] h2,
[contentname=steun-ons-intro] h2 {
  font-size: 2.8rem;
  margin-bottom: 3.3rem;
}
[contentname=fiscale-aftrekbaarheid-intro] div,
[contentname=steun-ons-intro] div {
  font-size: 1.5rem;
  color: #585858;
  font-weight: bold;
  max-width: 47.25rem;
  margin: auto;
}

.support-cta {
  position: relative;
  padding: 4.5rem 5rem;
  color: white;
}
.support-cta .left {
  max-width: 55%;
}
.support-cta h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.support-cta .subtitle {
  color: var(--steun-anchor-color);
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  display: block;
  max-width: 30rem;
}
.support-cta .subtitle:empty {
  display: none;
}
.support-cta .background {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 79% 35%;
     object-position: 79% 35%;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: black;
}
.support-cta [data-editable-name=body] {
  font-size: 1.125rem;
  margin-bottom: 4rem;
  color: white;
}
.support-cta.striped-background:before {
  width: calc(100% + 17.5rem);
  left: -8.5rem;
}
@media (max-width: 1024px) {
  .support-cta {
    padding: 3rem 2rem;
    background: black;
    overflow: hidden;
  }
  .support-cta .left {
    width: 100%;
    max-width: 100%;
  }
  .support-cta .background {
    position: initial;
    -o-object-fit: none !important;
       object-fit: none !important;
    -o-object-position: 91% -67px;
       object-position: 91% -67px;
    margin: 3.875rem -2rem -3rem;
    height: 20rem;
    width: 100vw;
  }
}

.support-columns {
  display: flex;
  margin-top: 8.43rem;
  gap: 4.5rem;
  flex-wrap: wrap;
}
.support-columns > * {
  flex: 1 1 33%;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .support-columns {
    flex-flow: column;
    padding: 0 2rem;
    margin-top: 5.125rem;
  }
  .support-columns > * {
    flex: 1 1;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .support-columns {
    padding: 0 4rem;
  }
}

[partial=block_support_column] {
  display: flex;
  flex-flow: column;
  color: #4A4A4A;
}
[partial=block_support_column] .title {
  font-size: 2rem;
  font-weight: bold;
  min-height: 3rem;
  color: black;
}
[partial=block_support_column] .subtitle {
  font-size: 1.1rem;
  color: var(--steun-anchor-color);
  font-weight: bold;
  min-height: 3.5rem;
}
[partial=block_support_column] .teaser {
  margin: 1.5rem 0 2.5rem;
  width: 100%;
}
[partial=block_support_column] a {
  color: var(--steun-anchor-color);
}
[partial=block_support_column] a:hover {
  text-decoration: none;
  color: #007d7d;
}
[partial=block_support_column] a:hover .button-text {
  text-decoration: underline;
}
[partial=block_support_column] .button-text {
  font-size: 1.3rem;
  font-weight: bold;
}
[partial=block_support_column] .button-subtext {
  font-size: 0.937rem;
  display: inline-block;
  max-width: 60%;
  margin-top: 5px;
}
[partial=block_support_column] .fa-chevron-right {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 5px;
}
[partial=block_support_column] [data-editable-name=body] {
  margin-bottom: 2.5rem;
}

[data-link-editor] {
  cursor: pointer;
}

.fiscale-aftrekbaarheid-center,
.steun-ons-center {
  margin-bottom: 5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .fiscale-aftrekbaarheid-center,
.steun-ons-center {
    padding: 0 5rem;
  }
}
@media (min-width: 1400px) {
  .fiscale-aftrekbaarheid-center,
.steun-ons-center {
    padding: 0 8.75rem;
  }
}
@media (max-width: 1024px) {
  .fiscale-aftrekbaarheid-center .intro-tekst,
.steun-ons-center .intro-tekst {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1024px) {
  [data-he-template="static/fiscale-aftrekbaarheid"] .footer h1,
[data-he-template="static/fiscale-aftrekbaarheid"] .footer h2,
[data-he-template="static/fiscale-aftrekbaarheid"] .page-header h1,
[data-he-template="static/fiscale-aftrekbaarheid"] .page-header h2,
[data-he-template="static/steun-ons"] .footer h1,
[data-he-template="static/steun-ons"] .footer h2,
[data-he-template="static/steun-ons"] .page-header h1,
[data-he-template="static/steun-ons"] .page-header h2 {
    font-size: 4.6rem;
  }
}
[data-he-template="static/fiscale-aftrekbaarheid"] .support-mid,
[data-he-template="static/steun-ons"] .support-mid {
  margin-left: 0;
  margin-bottom: 5rem;
  padding: 0 4rem;
  color: #4A4A4A;
}
[data-he-template="static/fiscale-aftrekbaarheid"] .support-mid h2,
[data-he-template="static/steun-ons"] .support-mid h2 {
  color: black;
}
[data-he-template="static/fiscale-aftrekbaarheid"] .support-mid a,
[data-he-template="static/steun-ons"] .support-mid a {
  color: var(--steun-anchor-color);
}
[data-he-template="static/fiscale-aftrekbaarheid"] .support-mid a:hover,
[data-he-template="static/steun-ons"] .support-mid a:hover {
  color: var(--steun-anchor-hover-color);
}
[data-he-template="static/fiscale-aftrekbaarheid"] .support-mid figure::before,
[data-he-template="static/steun-ons"] .support-mid figure::before {
  display: none;
}
@media (max-width: 1024px) {
  [data-he-template="static/fiscale-aftrekbaarheid"] .support-mid,
[data-he-template="static/steun-ons"] .support-mid {
    padding: 0 2rem;
  }
  [data-he-template="static/fiscale-aftrekbaarheid"] .support-mid figure img,
[data-he-template="static/steun-ons"] .support-mid figure img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  [data-he-template="static/fiscale-aftrekbaarheid"] .support-mid,
[data-he-template="static/steun-ons"] .support-mid {
    padding: 0 0.5rem;
  }
}

[data-he-template="static/fiscale-aftrekbaarheid"] + [contentname=site-footer],
[data-he-template="static/steun-ons"] + [contentname=site-footer] {
  display: none;
}

.btn-v2, .support-cta .donate-button {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0.8rem;
  background: transparent;
  border: 2px solid var(--color);
  color: var(--color);
  --color: var(--steun-anchor-color);
  font-family: "museo-sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s all;
  cursor: pointer;
}
.btn-v2:after, .support-cta .donate-button:after {
  content: "❯";
  margin-left: 1rem;
  margin-top: -1px;
  font-size: 1.1rem;
}
.btn-v2:hover, .support-cta .donate-button:hover {
  transform: scale(1.02);
  --color: #007d7d;
  background: #007d7d;
  text-decoration: none;
}
.btn-v2:hover span, .support-cta .donate-button:hover span, .btn-v2:hover:after, .support-cta .donate-button:hover:after {
  color: #fff;
}
@media (max-width: 600px) {
  .btn-v2, .support-cta .donate-button {
    padding: 0.6rem 1rem;
  }
}

[partial=block_left_v2] {
  flex-flow: column;
  padding: 0 9rem;
}
[partial=block_left_v2] h1, [partial=block_left_v2] h2, [partial=block_left_v2] h3, [partial=block_left_v2] h4, [partial=block_left_v2] h5, [partial=block_left_v2] h6 {
  color: var(--steun-anchor-color);
  font-size: 2rem;
}
[partial=block_left_v2] .img-left {
  margin-right: 9rem;
}
[partial=block_left_v2] .block-text {
  padding-right: 3rem;
}
[partial=block_left_v2] div.text-wrapper {
  font-size: 1.2rem;
  font-weight: lighter;
  color: #585858;
}
[partial=block_left_v2] a {
  font-size: 1.3rem;
  color: var(--title-color);
  text-decoration: none;
}
[partial=block_left_v2] a:hover {
  text-decoration: underline;
}
[partial=block_left_v2] .top-wrapper {
  display: flex;
}
[partial=block_left_v2] .under-text {
  padding: 0 3rem;
}
[partial=block_left_v2] .under-text .block-text {
  margin: 4rem 0 2rem;
}
@media (max-width: 900px) {
  [partial=block_left_v2] .top-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.square-image {
  width: 30rem;
  height: 21rem;
}
.square-image img {
  max-width: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 900px) and (max-width: 1100px) {
  .square-image {
    width: 24rem;
  }
}

@media (max-width: 1100px) {
  [partial=block_left_v2] {
    padding: 0 1rem;
  }
  [partial=block_left_v2] .img-left {
    margin-right: 3rem;
  }
  [partial=block_right] {
    padding: 0 1rem;
  }
}
@media (max-width: 900px) {
  [partial=block_left_v2] .img-left, [partial=block_left_v2] .img-right, [partial=block_right] .img-left, [partial=block_right] .img-right {
    margin-right: 0;
    margin-left: 0;
  }
  [partial=block_left_v2] .under-text, [partial=block_right] .under-text {
    padding: 0;
  }
  [partial=block_left_v2] .block-text, [partial=block_right] .block-text {
    margin: 0 auto 1rem !important;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .square-image {
    width: 100vw;
    max-width: 100%;
  }
}
.block_advantages {
  padding: 1rem 4rem 0;
}
.block_advantages .advantages_row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--extra-color);
  font-size: 1.4rem;
}
.block_advantages .advantages_row i {
  font-size: 1.6rem;
}
@media (max-width: 900px) {
  .block_advantages {
    padding: 0 1rem;
  }
}

figure.table {
  display: table;
  margin: 0.9em auto;
}
figure.table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
figure.table table td {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}
figure.table table th {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 700;
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}

figure.image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

[data-editable-type=html] h1,
[data-editable-type=html] h2,
[data-editable-type=html] h3,
[data-editable-type=html] h4 {
  color: var(#00a1a1);
}

al-widget-toolbar {
  display: none !important;
}