/*
Theme Name: OnzeStroom
Author: M. Nieweg
Author URI: https://onzestroom.nl/
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    margin: 0;
    padding: 0;
    --section-bg: var(--off-white);
    --body-fonts: 'Roobert',sans-serif;
    --title-fonts: 'Roobert', sans-serif;
		--secondary-fonts: 'JetBrains Mono', monospace;
    --line-height: 1.25;
    --text-size-small: 12px;
    --text-size-smaller: 14px;
    --text-size: 16px;
    --text-size-bigger: 18px;
    --header-text-size: 80px;
    --black: #000000;
    --gray-950: #1a1815;
    --gray-900: #302e2b;
    --gray-800: #464441;
    --gray-700: #5c5a57;
    --gray-600: #72706d;
    --gray-500: #888683;
    --gray-400: #9e9c99;
    --gray-300: #b4b2af;
    --gray-200: #cac8c5;
    --gray-100: #e6e4e1;
    --gray-50: #f5f3f0;
    --white: #fff;
    --purple-100: #f3e6ff;
    --purple-200: #e9cfff;
    --purple-300: #b68fd8;
    --purple-400: #6e4395;
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 16px;
	--space-4: 24px;
	--space-5: 32px;
	--space-6: 48px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--gray-500);
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--gray-500);
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--gray-500);
}
:-moz-placeholder { /* Firefox 18- */
	color: var(--gray-500);
}

::-moz-selection {
  background: var(--purple-200);
  color: #000;
}

::selection {
  background: var(--purple-200);
  color: #000;
}

*, html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    background-color: var(--gray-50);
    margin: 0;
    padding: 0;
    font-size: var(--text-size);
    font-family: var(--body-fonts);
    line-height: var(--line-height);
    color: var(--gray-900);
	letter-spacing: -0.025rem;
	font-weight: 300;
}

body.page-id-5866 .content-img {
	max-height: none;
}

h1 {
	font-size: 5rem
}

h2 {
	font-size: 4rem;
}

h3 {
	font-size: 3rem;
}

a {
	text-decoration: none;
	color: var(--black);
}

img {
	max-width: 100%;
	vertical-align: middle;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

main {
	margin-top: 6.875rem;
}

.error-page {
	background-color: var(--gray-950);
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 6.875rem);
	font-size: 19.75rem;
	color: var(--white);
	font-family: 'Roobert', sans-serif;
	font-weight: 600;
}

.error-page .row {
	display: flex;
	align-items: center;
}

.error-page .row img {
	width: 17rem;
	height: 17rem;
	margin: -3rem 2rem 0;
}

.error-page .row.back {
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'JetBrains Mono', monospace;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-page .row.back svg {
	max-width: 2.5rem;
	width: auto;
	margin: 0;
	vertical-align: middle;
	height: auto;
}

.error-page .row.back a {
	color: var(--white);
	display: block;
	margin-top: 4rem;
	border-bottom: 1px dotted var(--gray-950);
}

.error-page .row.back a:hover {
	border-bottom: 1px dotted var(--white);
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.clear {
	display: block;
	clear: both;
	content: "";
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--purple-300);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--purple-300);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked:disabled + .slider {
  opacity: .4;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.page-id-232 .form-row {
	display: flex;
	gap: 1rem;
	margin-bottom: .5rem;
}


.page-id-232 textarea.form-control {
	background-color: var(--white);
	resize: none;
	height: 10rem;
}

.page-id-232 .wpcf7-form .btn {
	padding: 1rem 1.5rem 1.125rem;
}

.page-id-232 .form-row .form-control {
	background-color: var(--white);
}

.partner_form h2 {
	font-size: 3.125rem;
	margin-bottom: 1rem;
}

.partner_form p {
	margin-bottom: 1rem;
}

.btn.back-header {
	align-items: center;
    border-radius: 0.5rem;
    display: flex;
    height: 2.5rem !important;
    justify-content: center;
    overflow: visible;
    padding: 0 1.5rem!important;
    width: auto;
    background-color: var(--purple-100);
	display: none;
}

.btn.back-header img {
	max-width: 1.5rem;
	margin-right: .5rem;
}

footer {
	background-color: var(--gray-950);
	background-size: cover;
	background-position: center bottom;
	min-height: 40rem;
	padding: 2rem 5rem;
}

footer .groups {
	display: flex;
	color: var(--white);
}

footer .groups div {
  flex: 1;
}

footer .groups .title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 2rem;
	font-weight: 600;
}

footer .groups ul {
	display: flex;
	gap: .875rem;
	flex-direction: column;
}

footer .groups ul li a {
	color: rgba(255,255,255,.8);
}

footer .groups ul li a:hover {
	color: var(--white);
}

footer .copyright {
	display: flex;
	color: rgba(255,255,255,.8);
	justify-content: center;
	margin-top: 8rem;
	font-size: .875rem;
	font-weight: 300;
}

footer .copyright .copy {
	width: 100%;
	text-align: center;
	margin-right: -11rem;
}

footer .copyright .links {
	margin-left: auto;
	display: flex;
	gap: 2rem;
	width: 22rem;
	justify-content: flex-end;
}

footer .copyright .links a {
	color: rgba(255,255,255,.8);
}

footer .contact {
	color: rgba(255,255,255,.8);
	line-height: 1.5;
}

footer .contact .kvk {
	margin-top: 1rem;
}

footer .naw strong {
	color: var(--white);
}

footer .naw {
	color: rgba(255,255,255,.8);
	margin-bottom: 2rem;
	line-height: 1.5;
}

footer .contact a {
	color: rgba(255,255,255,.8);
	display: block;
}

footer .contact a[type="tel"] {
	font-weight: 700;
}

footer .logo {
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(255,255,255,.4);
	padding-bottom: 2rem;
}

footer .logo img {
	max-width: 14rem;
}

/* elements */
.container {
	max-width: 100rem;
	margin: 0 auto;
}


.avatar-btn {
	display: inline-block;
	background-color: var(--purple-100);
	color: var(--black);
	padding: .125rem .25rem;
	border-radius: 5rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	letter-spacing: -0.025rem;
	width: 15rem;
	max-width: 15rem;
	height: 4rem;
	max-height: 4rem;
	text-align: left;
}

.avatar-btn:hover {
	background-color: var(--purple-200);
}

.avatar-btn.alt {
	background-color: var(--gray-50);
}

.avatar-btn.alt:hover {
	background-color: var(--gray-100);
}

.avatar-btn .photo {
	position: relative;
	left: 0.25rem;
}

.avatar-btn .photo .bg {
	display: inline-block;
	background-image: url(./images/avatar-bg.svg);
	height: 3.125rem;
	width: 3.125rem;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	z-index: 1;
}

.avatar-btn.alt .photo .bg {
	background-image: url(./images/avatar-bg-alt.svg);
}

.avatar-btn.alt .text .mail {
	color: var(--purple-300);
}

.avatar-btn .photo img {
	position: relative;
	left: 0;
	z-index: 2;
	max-width: 3.125rem;
}

.avatar-btn .text {
	display: flex;
	flex-direction: column;
	gap: .125rem;
}

.avatar-btn .text .mail {
	font-family: var(--secondary-fonts);
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--purple-400);
	font-size: .75rem;
}

.back-button {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: var(--gray-950);
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 800;
}

.back-button:hover {
	color: var(--purple-400);
}

.breadcrumb {
	display: flex;
	gap: .5rem;
	align-items: center;
	font-size: 1.125rem;
	font-family: var(--secondary-fonts);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}

.breadcrumb li::after {
	display: inline-block;
	content: "";
	color: var(--gray-400);	
  background-image: url('./images/chevron-right.svg');
  background-size: 1rem 1rem;
	background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
	margin-left: .5rem;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li a {
	color: var(--purple-400);
}

.breadcrumb li a:hover {
	color: var(--purple-300);
}

.btn {
	display: inline-block;
	background-color: var(--purple-200);
	color: var(--black);
	padding: 1rem 1.5rem 1.125rem;
	border-radius: 5rem;
	text-decoration: none;
	line-height: 1;
	color: var(--gray-950);
	letter-spacing: -0.025rem;
	text-align: center;
	border: none;
	font-family: var(--body-fonts);
	font-weight: 500;
	font-size: 1rem;
	cursor: pointer;
}

.btn.block {
	display: block;
	width: 100%;
	text-align: center;
}

.btn.clean {
	background-color: transparent;
	font-weight: 600;
}

.btn.clean:hover {
	background-color: var(--gray-100);
}

.btn:hover {
	background-color: var(--purple-300);
}

.btn.light {
	background-color: var(--purple-100);
	padding: 1rem 2.5rem;
}

.btn.light.active,
.btn.light:hover {
	background-color: var(--purple-200);
	font-weight: 600;
}

.btn.gray {
	background-color: var(--gray-100);
	font-weight: 600;
}

.btn.gray:hover {
	background-color: var(--gray-200);
}

.btn.nrc {
    display: block;
    text-transform: none;
    margin-top: .25rem;
}

.btn.nrc img {
	height: auto;
    vertical-align: baseline;
    padding: 0 .125rem;
}

.card {
    background-color: var(--white);
    border-radius: 0.625rem;
	padding: 1.5rem;
	position: relative;
	display: block;
}

.card:hover {
	box-shadow: 0px 12px 16px rgba(16, 24, 40, 0.08), 0px 4px 6px rgba(16, 24, 40, 0.03);
}

.card-shadow { 
  filter: drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08))
          drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03));
}

.card.kennisbank {
	text-align: center;
	border: 1px solid var(--white);
}

.card.kennisbank:hover {
	border: 1px solid var(--purple-100);
}

.card.kennisbank:hover .icon {
	background-color: var(--purple-200);
}

.card.kennisbank .icon {
	background-color: var(--purple-100);
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.card.kennisbank:hover .icon svg path {
	stroke: var(--gray-950);
}

.card.kennisbank .amount {
	font-family: var(--secondary-fonts);
	line-height: 1.75rem;
	text-transform: uppercase;
	color: var(--purple-400);
}

.card.kennisbank .title {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 1rem 0;
	color: var(--gray-950);
}

.card.kennisbank p {
	color: var(--gray-700);
	margin: 0 4rem;
	line-height: 1.75;
	margin-bottom: 2rem;
}

.card.blog,
.card.review {
	max-width: 26.875rem;
}


.card.blog .date,
.card.review .date {
	font-size: .875rem;
	color: var(--gray-600);
	margin-top: 1.5rem;
}

.card.review .stars svg path {
	fill: var(--purple-300);
}

.card.review .score {
	background-color: var(--purple-100);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--secondary-fonts);
	font-weight: 800;
	color: var(--black);
	height: 3.125rem;
	max-height: 3.125rem;
	width: 3.125rem;
	max-width: 3.125rem;
	border-radius: .875rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.card.blog .title,
.card.review .title {
	font-weight: 700;
	font-size: 1.5rem;
	color: var(--gray-950);
	margin: 1.5rem 0;
}

.card.blog p,
.card.review p {
	color: var(--gray-700);
	line-height: 1.5;
}

.card.blog p strong,
.card.review p strong {
	display: block;
	margin-bottom: .5rem;
}

.card.review p strong {
	font-weight: 600;
	color: var(--gray-950);
}

.content-img {
	position: relative;
	overflow: hidden;
	border-radius: .75rem;
	max-height: 38rem;
	height: fit-content;
}

.content-img img {
	width: 100%;
}

.content-img .bg {
	display: block;
	background-image: url(./images/content-img-bg.png);
	height: 16rem;
	max-height: 16rem;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: -2px;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.content-img .bg .text {
	margin-top: auto;
	margin: auto 2rem 2rem;
	font-family: var(--secondary-fonts);
	color: var(--white);
	text-transform: uppercase;
}

.content-img .bg .text .title {
	font-size: 1.5rem;
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
}

.content-img .bg .text .undertitle {
	font-size: 1.125rem;
	line-height: 1.25;
}

.cta-bar {
	display: flex;
	align-items: center;
	background-color: var(--white);
	border: 1px solid var(--gray-50);
	border-radius: 5rem;
	height: 5rem;
	max-height: 5rem;
	padding: 0 1rem 0 .5rem;
	gap: 2rem;
	width: 55rem;
	max-width: 55rem;	
	text-align: left;
    position: fixed;
    top: 80vh;
    left: 50%;
	z-index: 9999;
    transform: translateX(-50%);
	filter: drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.10)) drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.08));
	display: none;
}

.page-id-564 .slide:nth-child(4) img, 
.page-id-564 .slide:nth-child(1) img,
.page-id-564 .slide img {
	max-height: 20rem;
}

.cta-bar.bottom {
	top: 86vh;
}

.cta-bar:hover .avatar-btn.alt {
	background-color: var(--white);
}

.cta-bar:hover .btn {
	background-color: var(--purple-100);
}

.cta-bar .avatar-btn {
	width: auto;
	padding-right: 2rem;
}

.cta-bar .button {
	margin-left: auto;
}

.cta-bar .btn {
	max-width: 10rem;
	width: 10rem;
	font-weight: 600;
	padding: 1rem 0 1.125rem;
}

.cta-bar .text .title {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--gray-950);
}

.cta-bar .text .undertitle {
	font-size: .875rem;
	color: var(--gray-500);
	line-height: 1.3;
	font-weight: 400;
}

.form-control {
	width: 100%;
	background-color: var(--gray-50);
	border: 1px solid var(--gray-100);
	border-radius: 0.3125rem;
	font-family: var(--body-fonts);
	font-size: var(--text-size);
	padding: 1rem 1.5rem 1.125rem;
	letter-spacing: -0.025rem;
}

.form-control.alt {
	background-color: var(--white);
}

.form-group {
	margin-bottom: 1rem;
}

.form-group-search-wrapper {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

.form-group-search {
	background-color: var(--white);
	border: 1px solid var(--gray-100);
	border-radius: 0.3125rem;
	letter-spacing: -0.025rem;
	display: flex;
	align-items: center;
}

.form-group-search .icon {
	padding: 0 .25rem 0 1rem;
}

.form-group-search .form-control {
	border: none;
	width: 100%;
	background-color: transparent;
	padding: 1rem .5rem 1.125rem;
}

.form-group-search.round {
	border-radius: 6rem;
	height: 3.125rem;
}

.form-group-search.round.small {
	max-width: 22.75rem;
	padding-left: .5rem;
}

.form-group-search.round.small button {
	width: 4.5rem;
	max-width: 4.5rem;
	height: 2.75rem;
	max-height: 2.75rem;
	margin-right: 0.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.form-group-search.round.small button svg path {
	stroke: var(--purple-400);
}

.form-group-search.round .form-control:focus {
	background-color: transparent;
}

.form-group-search.round .form-control {
	border-radius: 6rem;
	max-width: none;
	width: 31.25rem;
	max-width: 31.25rem;
}

input[type=tel].form-control,
input[type=email].form-control,
input[type=text].form-control {
	-webkit-appearance: none;
}

.form-control:focus {
	outline: none !important;
	background-color: var(--white);
}

.header-circle-button {
	background-color: var(--purple-200);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 600;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	color: var(--black);
	line-height: .9;
	text-align: center;
}


.header-circle-button:hover {
	color: var(--black);
	font-weight: 800;
	background-color: var(--purple-300);
}

ul.socials {
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
}

ul.socials li a {
	display: flex;
	align-items: center;
	gap: .875rem;
	font-family: var(--secondary-fonts);
	text-transform: uppercase;
	font-weight: 600;
	color: var(--purple-300);
}

ul.socials li a:hover {
	color: var(--purple-400);
}

ul.socials li a:hover svg path {
	fill: var(--purple-400);
}

ul.socials li a svg {
	width: 1.5rem;
	height: 1.5rem;
}

ul.socials li a span {
	padding-bottom: .125rem;
}

.stars {
	display: flex;
	gap: 0;
}

.stars svg {
	width: 1.5rem;
	height: 1.5rem;
}

.stars svg:hover path {
	fill: var(--purple-300);
}

/* components */
/* Header */
header.header {
  margin: 0 auto;
  background-color: var(--white);
  height: 4.6875rem;
  position: fixed;
  top: 0;
  height: 6.875rem;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  z-index: 1030;
  left: 0;
  right: 0;
}

.header__content {
  height: 6rem;
  display: flex;
  align-items: center;
  display: flex;
  padding-left: 5rem;
  padding-right: 5rem;
}

.header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: var(--purple-200);
  color: var(--purple-400);
  height: 1.875rem;
  padding: 0 5rem;
}

.header__top-link {
  display: inline-block;
  color: var(--purple-400);
  margin-right: 1.35rem;
  font-weight: 600;
  font-size: .875rem;
  letter-spacing: -1px;
}

.header__review .score {
  color: var(--purple-400);
  font-size: var(--text-size-smaller);
  margin: 0 .4rem 0;
  font-weight: 700;
}

.header__content {
  height: 5rem;
  display: flex;
  align-items: center;
  display: flex;
  padding-left: 5rem;
  padding-right: 5rem;
}

header .actions {
  display: flex;
}

header .actions .header__box {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  overflow: visible;
  padding: 0 ;
  width: 3.25rem;
  background-color: #f4f4f4;
  color: var(--primary-color);
  position: relative;
}

.header__content .actions svg {
  max-width: .875rem;
}

.header__content .actions button,
.header__content .actions a:nth-child(1) {
	align-items: center;
	border-radius: 0.5rem;
	display: flex;
	height: 2.5rem!important;
	justify-content: center;
	overflow: visible;
	padding: 0!important;
	width: 2.5rem!important;
	background-color: var(--purple-100);
	display: none;
}

.header__content .actions button {
  display: none;
  border: none;
}

.header__content .logo {
  display: inline-block;
  margin-right: 3.5rem;
  height: 3.5rem;
}

.header__content .logo img {    
  max-width: 13.75rem;
  width: 13.75rem;
  height: 3.5rem;
}

.rating-box {
  display: flex;
  line-height: 1;
  list-style: none;
  padding: 0;
}

.rating-box li {
  margin-right: 0.1875rem;
}

.rating-box svg {
  width: 1rem;
  height: 1rem;
}

.cookie-box.is-visible {
	visibility: visible;
}

.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal .closeModal {
  font-weight: 800;
  color: var(--primary-color);
  display: inline-block;
  padding: 1rem;
}

.cookie-box.is-visible,
.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 50em;
  margin-left: -25em;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.07), 0 4px 6px -2px rgba(0,0,0,.05);
}

.modal-content table td {
	vertical-align: top;
}

.modal-transition {
transition: all 0.3s 0.12s;
transform: translateY(-10%);
opacity: 0;
}

.modal.is-visible .modal-transition {
transform: translateY(0);
opacity: 1;
}

.modal-header {
  padding: 0;
}
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 1rem;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  padding: 0.5rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-header .modal-heading {
  padding: 1rem 0.5rem;
  font-weight: 800;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.modal-content table {
  width: 100%;
  margin-bottom: 2rem;
}

.modal-content table thead th {
  text-align: left;
  padding: 1rem 0;
}

.modal-content table tr td {
  padding: 1rem 0;
  line-height: 1.25rem;
}

.modal-content table th:nth-child(3)  {
  text-align: right;
}

.modal-content table tr td:nth-child(3)  {
  text-align: right;
}

.modal-content table tr:nth-child(1) td {
  padding-top: 0;
}

.modal-content table tr td:nth-child(1) {
  width: 12rem;
}

.modal-content table tr td:nth-child(2) {
  width: 24rem;
}
 /* Slide-in container */
 .slide-in .grid {
  display:grid;
  grid-gap: .5rem;
  grid-template-columns: 60% 40%;
}
.single-post .slide-in img {
  max-width: 100px;
}
 .slide-in {
  position: fixed;
  bottom: -100%; /* Start buiten beeld */
  right: 20px;
  width: 300px;
  background-color: #9574b3;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 1000;
  transition: bottom 0.5s ease-in-out;
  padding-top: 30px;
}

.slide-in p,
.slide-in .title {
  color: #fff;
}

.slide-in p {
  line-height: 1rem;
}

.slide-in .title {
  font-size: 1.125rem;
  font-weight: 700;
}
/* Inhoud van de slide-in */
.slide-in h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.slide-in p {
  font-size: 0.875rem;
  margin: 0 0 15px;
}

/* #slideIn {
	display: none;
} */

.single-post .slide-in a:not(.closeSlideIn) {
  display: inline-block;
  background-color: #fff;
  color: var(--gray-950);
  text-decoration: none;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.3s;
  position: relative;
}

/* Actieve klasse voor zichtbaarheid */
.slide-in.active {
  bottom: 20px;
}

.wpcf7-not-valid-tip {
	color: var(--purple-400) !important;
	font-size: .875rem !important
}

.wpcf7-form.invalid .wpcf7-response-output {
	border-color: var(--purple-200) !important;
	background-color: var(--purple-100) !important;
	padding: 0.5rem 1rem;
}

.wpcf7-form .wpcf7-response-output,
.wpcf7-form.valid .wpcf7-response-output {
	border-color: #a3cfbb !important;
	background-color: #d1e7dd !important;
	color: #0a3622 !important;
	padding: 0.5rem 1rem;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-radius: .125rem !important;
}

/* Block Editor */
body.wp-admin {
	font-family: 'Roobert', sans-serif !important;
}
h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
    font-size: 2rem;
    border: 1px solid gray;
    background-color: white;
    margin: 0 10rem;
    padding: 0 1rem;
}
.wp-block .components-base-control {
	width: 100%;
}
.wp-block .components-base-control__label {
	text-align: left;
}
.wp-block .cta {
	width: 24rem;
}

/* JetBrains Mono */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./fonts/JetBrainsMono-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}

/* Roobert */
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-Bold.woff2') format('woff2'),
       url('./fonts/Roobert-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-BoldItalic.woff2') format('woff2'),
       url('./fonts/Roobert-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-Heavy.woff2') format('woff2'),
       url('./fonts/Roobert-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-HeavyItalic.woff2') format('woff2'),
       url('./fonts/Roobert-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-Light.woff2') format('woff2'),
       url('./fonts/Roobert-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-LightItalic.woff2') format('woff2'),
       url('./fonts/Roobert-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-Medium.woff2') format('woff2'),
       url('./fonts/Roobert-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-MediumItalic.woff2') format('woff2'),
       url('./fonts/Roobert-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-Regular.woff2') format('woff2'),
       url('./fonts/Roobert-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-RegularItalic.woff2') format('woff2'),
       url('./fonts/Roobert-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-SemiBold.woff2') format('woff2'),
       url('./fonts/Roobert-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('./fonts/Roobert-SemiBoldItalic.woff2') format('woff2'),
       url('./fonts/Roobert-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

/* media queries */
@media screen and (min-width: 2560px) {
	header.header {
		left: 1rem;
		right: 1rem;
		max-width: 100rem;
	}
}

@media screen and (max-width: 1440px) {
	.container {
		max-width: 80rem;
	}
	.content-img {
		height: auto;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 60rem;
	}
	.header__top,
	.header__content {
		padding: 0 2rem;
	}
	nav ul {
		gap: 0;
	}
	nav ul li:hover .submenu.large {
		max-width: 45rem;
	}
	nav ul li a {
		font-size: .875rem;
	}
	nav ul li {
		margin-right: .75rem;
	}
	footer {
		padding: 2rem;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2rem;
	}
	.container {
		overflow-x: clip;
		max-width: 44rem;
	}
	nav > ul li svg {
		display: block;
	}
	body.open {
     overflow: hidden;
    }
	.breadcrumb {
		font-size: .875rem;
	}
	.breadcrumb li::after {
		width: .75rem;
		height: .75rem;
		background-size: .75rem .75rem;
	}
	.cta-bar {
		width: auto;
        left: .5rem;
		right: .5rem;
		transform: none;
	}
	.modal-wrapper {
		width: auto;
		margin-left: auto;
		left: 1rem;
		right: 1rem;
	} 
	.modal-content table tr td:nth-child(2) {
		line-height: 1rem;
	}
	.header__content .actions button {
		display: inline-block;
	}
	.header__content .actions button,
   .header__content .actions a:nth-child(1) {
    display: block;
    height: 3.25rem;
    width: 3.25rem;
    text-align: center;
    padding: 0;
    line-height: 0;
   }
	header .actions {
		margin-left: auto;
	}

	.header__content .actions button.active svg:nth-child(2), 
	.header__content .actions a:nth-child(1).active svg:nth-child(2) {
		display: inline-block;
		transition: all .4s cubic-bezier(.22,.61,.36,1);
	}

	.header__content .actions button.active svg:nth-child(1), 
	.header__content .actions a:nth-child(1).active svg:nth-child(1) {
		display: none;
		transition: all .4s cubic-bezier(.22,.61,.36,1);
   }

	.header__content .actions button svg:nth-child(2),
	.header__content .actions a:nth-child(1) svg:nth-child(2),
	.header__content .actions .header__box:nth-child(3) {
	display: none;
	}
  
   .header__content .actions button svg {
    margin: 0 auto;
   }
   .header__content .actions a:nth-child(1) svg {
    margin-top: 1.125rem;
    display: inline-block;
   }
  header nav {
    display: none;
    height: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 6.25rem 3.125rem 4.6875rem;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--white);
    z-index: -1;
    align-self: center;
  }
  nav ul li {
    padding: 0;
  }
  section.green_top_bar {
    margin-top: -160px;
  }
  nav ul li.active a {
    text-decoration: underline;
  }

  header .header__content.open {
    background-color: var(--white);
    box-shadow: 0 0 1.625rem #00000014;
  }
  
  nav ul li .submenu {
    display: none;
  }

    
  nav ul li:hover .submenu {
    display: none;    
    position: static;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    height: auto;
  }

  nav ul li .submenu li a .title,
  nav ul li:hover .submenu li a .title {
    min-height: auto;
    margin-top: 0;
    height: 30px;
    line-height: normal;
    padding: 0;
    text-align: left;
    display: block;
  }

  nav ul li:hover .submenu li {
    opacity: 1;
    border: none;
    text-align: left;
    display: block;
  }

  nav ul li:hover .submenu li a {
    padding: 0;
  }

  nav ul li:hover .submenu.mobile_active,
  nav ul li .submenu.mobile_active {
    display: block !important;
  }

  nav ul li:hover .submenu li a .img,
  nav ul li:hover .submenu {
    display: none !important;
  }

  nav ul li .submenu ul {
    display: block;
    padding: 1rem 1rem 0;
  }
  
  nav ul li .submenu ul li {
    opacity: 1;
    margin-bottom: 1rem;
  }

  nav ul li .submenu ul li a {
    font-size: 1.5rem;
  }
  
  nav ul li .submenu ul li img {
    display: none !important;
  }
  
  nav ul li svg.active_toggle {
    transform: rotate(180deg);
  }

  
  nav ul li .submenu ul li a {
    font-size: 1.5rem;
    text-decoration: none;
  } 

  nav ul li .submenu ul li.active a {
    text-decoration: underline;
  }

  nav ul li:hover .submenu.mobile_active,
  nav ul li .submenu.mobile_active {
    display: block !important;
  }

  nav ul li svg {
    max-width: 3rem;
    width: auto;
    position: absolute;
    right: 0;
    top: -.5rem;
  }

  nav ul li svg::after {
    display: block;
    height: 1px;
    content: "";
    clear: both;
  }

  header nav ul {
    flex-direction: column;
    padding: 6rem 3rem 0;
	 font-family: var(--secondary-fonts);
	 text-transform: uppercase;
	 letter-spacing: -1px;
  }

  header nav li {
    margin-bottom: 2rem;
  }

  header nav ul li a{
    font-size: 1.5rem;
    font-weight: 700;
	 color: var(--purple-400);
  }

  header .header__usps {
    display: none;
  }
  .header__review {
    width: 100%;
    display: grid;
    align-items: center; 
    grid-template-columns: 70% 30% 20%;
  }
  .header__review a:nth-child(2) {
	 display: flex;
    justify-content: right;
  }
  header nav ul li .submenu ul li a {
	  font-size: 1rem;
	  font-family: 'Roobert', sans-serif;
	  color: var(--black);
	  text-transform: none;
	  letter-spacing: normal;
  }
  .header__review .rating-box svg {
    width: 14px;
    height: 14px;
  }
  .header__review a:nth-child(2) .score {    
    margin-top: 0.125rem;
    font-size: clamp(.75rem,.6363636364rem + .303030303vw,1rem);
  }
  .header__review a:nth-child(3) {
    justify-content: right;
    margin-left: -2rem;
  }

	footer .groups {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	footer .groups > div {
		margin-bottom: 2rem;
	}

	.error-page .row img {
		width: 80%;
		height: 80%;
	}
}

@media screen and (max-width: 550px) {	
    .btn.nrc {
        display: inline-block;
		margin-top: 0;
		padding: .5rem 1rem;
    }
	.modal-wrapper {
		top: 2rem;
	}
	.modal-header,
	.modal-header h2,
	.modal .closeModal {
		padding: 0 .5rem;
	}
	.modal-header {
		display: flex;
		align-items: center;
	}
	.modal-header .pull-right {
		float: none;
		margin-left: auto;
	}
	.modal-content table {
		font-size: .75rem;
	}
	.modal-content table tr td {
		padding: .25rem 0;
	}
	.content-img .bg .text {
		margin: auto 1rem 1rem;
	}
	.content-img .bg .text .title {
		font-size: 1rem;
	}
	.content-img .bg .text .undertitle {
		font-size: .875rem;
	}
	.content-img .bg .text .undertitle span {
		font-size: 1rem;
	}
	.form-group-search-wrapper {
		gap: .5rem;
	}
	.form-group-search.round .form-control {
		width: auto;
		font-size: .875rem;
	}
    .cta-bar a .text {
        display: none;
    }
    .cta-bar {
        position: fixed;
        top: 86vh;
        z-index: 999;
        left: .5rem;
        right: .5rem;
        transform: none;
        gap: .5rem;
    }
    .cta-bar .avatar-btn {
        padding-right: .65rem;
    }
	.breadcrumb {
		flex-direction: column;
		align-items: flex-start;
	}
	.error-page {
		font-size: 8rem;
		height: calc(100vh - 6rem);
	}
	.error-page .row svg {
		width: 6rem;
		margin: 1rem .5rem 0;
	}
	.error-page .row.back {
		font-size: 1.25rem;
	}
	.btn {
		font-size: .875rem;
	}
	.hero .funnel_form_bg {
		z-index: -1;
	}
	.full-screen-photo {
		position: relative;
		z-index: 10;
	}
    main {
        margin-top: 6rem;
    }
	main .error-page {
		margin-top: 5.5rem;
	}
    .container {
        max-width: 22rem;
    }
	.cta-bar.bottom,
	.cta-bar {
        position: fixed;
        top: 86vh;
        left: .5rem;
        right: .5rem;
        transform: none;
        gap: .5rem;
		width: auto;
    }
    .cta-bar .avatar-btn {
        padding-right: .65rem;
    }
   .cta-bar .text .title {
        font-size: .875rem;
    }
    .cta-bar .text .undertitle {
        font-size: .875rem;
		line-height: 1;
		font-weight: 200;
		letter-spacing: -.5px;
    }
	.cta-bar .button {
		position: relative;
	}
	.cta-bar .button .btn {
		text-indent: -9999px;
		position: relative;
		width: 3rem;
		max-width: 3rem;
	}
	.cta-bar .button::before {
		content:"";
		display: block;
		position: absolute;
		text-indent:0;
		z-index: 4;
		left: 50%;
		top: 50%;
		width: 2rem;
		height: 2rem;
		transform: translate(-25%,-25%);
		background-size: 50%;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='16' height='16' fill='url(%23pattern0_339_1469)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_339_1469' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_339_1469' transform='scale(0.02)'/%3E%3C/pattern%3E%3Cimage id='image0_339_1469' width='50' height='50' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAqklEQVR4nO3ZQQrCQBBE0e8JDdJDFvHsLgwKQW8QQQmM4MLsq5t6ILhM8SeQKJhJacATuAEDSR2AB/DunxUYSWr5GZJ6zKlffIkx8WfMCziTUHiMqHAZUeEyosJlRLmMKpdR5TKqSpUZd17OBoqMmSky5EoyJY5W27nZJxLxCBUuocIlVLiECpdQ4RIqmh8ARbQKJY5V/gydK4zY3CuM+B6t7UeCS/9uVtUHEhTs/ZXHkMQAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
      	background-repeat: no-repeat;
	}
	header nav {
		padding: 5.25rem 2rem;
	}
	.header__top, .header__content {
		padding: 0 1rem;
	}
	header.header {
		height: 5.875rem;
	}
	.header__content .logo {
		display: flex;
		align-items: center;
	}
	.header__content .logo img {
		max-height: 2.5rem;
		width: auto;
	}
	.header__content {
		height: 4rem;
	}
	header nav ul {
		padding: 3rem 0;
	}
	header nav ul li a {
		font-size: 1.125rem;
	}
	header nav ul li svg {
		max-width: 2rem;
	}
	header nav ul li .submenu ul li a {
		font-size: 1rem;
	}
	footer {
		padding: 2rem 1rem;
	}
	footer .groups > div {
		margin-bottom: 0;
	}
	footer .naw,
	footer .groups .title {
		font-size: 1rem;
		margin-bottom: 1rem;
	}	  
	footer .groups {
		display: flex;
		gap: 2rem;
		flex-direction: column;
	}
	footer .logo img {
		max-height: 3rem;
		width: auto;
	}
	footer .groups ul {
		gap: .25rem;
	}
	footer .groups .group-contact {
		order: 1;
	}
	footer .groups .group-menu1 {
		order: 2;
	}
	footer .groups .group-menu2 {
		order: 3;
	}
	footer .groups .group-menu3 {
		order: 4;
	}
	footer .copyright {
		margin-top: 2rem;
		text-align: center;
		display: block;
	}
	footer .copyright .links {
		margin-top: 1rem;
	}
	footer .copyright .links a,
	footer .copyright .links {
		display: block;
		width: auto;
	}
	footer .copyright .links a {
		padding: .25rem 0;
	}
	.error-page .row > div {
		text-align: center;
		max-width: 7.125rem;
	}
	.error-page .row img {
		width: 100%;
		height: auto;
		margin: -1rem 0 0;
	}
}

@media screen and (max-width: 375px) {
	header nav {
		padding: 6.25rem 2rem 4.6875rem;
	}
    .container {
        max-width: 20rem;
    }
	.form-control {
		padding: .75rem 1rem .875rem;
	}
}

@media screen and (max-width: 320px) {
    .container {
        max-width: 18rem;
    }
	.error-page {
		font-size: 6rem;
	}
	.error-page .row svg {
		width: 6rem;
		margin: 1rem .5rem 0;
	}
	.breadcrumb {
		display: none;
	}
	.form-group-search-wrapper {
		flex-direction: column;
		align-items: normal;
	}
	.form-group-search.round .form-control {
		width: 100%;
	}
	.error-page .row > div {
		text-align: center;
		max-width: 5rem;
	}
}