/*!
Theme Name: QStylez
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qstylez
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Qstylez is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}



.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* QStylez - Stijl */

/* Algemene stijl punten */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
	--primary-text-color: #000; /* Standaard tekst + link kleur */
	--primary-text-size: 16px; /* Standaard fontsize */
	--small-text-size: 14px;
	--primary-text-lineheight: calc(var(--primary-text-size) + 8px);
  }

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
	font-size: var(--primary-text-size);
	line-height: var(--primary-text-lineheight);
	color: var(--primary-text-color);
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}

a {
	color: var(--primary-text-color);
	text-decoration: none;
	transition: .1s ease-in-out;
}

.inner {
	padding: 0px 24px;
	max-width: 1448px;
    margin: 0 auto;
}

.flexbox-wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* FOOTER */

section.footer {
    position: relative;
    padding: 24px 0px;
}

.footer__menu > ul > li:first-of-type {
    margin-bottom: 8px;
    font-weight: bold;
}

.footer__menu > ul {
    flex-basis: 100%;
    width: 100%;
}
.footer__menu {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
	margin-top: 32px;
}
.footer__form {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer__form h5 {
    margin: 0;
	font-size: var(--primary-text-size);;
	line-height: var(--primary-text-lineheight);;
}

.footer__form form label .gfield_required {
    display: none !important;
}
form .gform_footer input {
    margin: 0 !important;
	cursor: pointer;
    border: none;
	padding: 16px;
}
form .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
}
.footer__form form {
    max-width: 320px;
}
.footer__company {
    flex-basis: 100%;
    width: 100%;
}
.footer__logo {
    flex-basis: 100%;
    width: 100%;

}
.footer__logo .c-btn {
    border-radius: 4px;
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    width: fit-content;
    transition: initial;
    color: white;
}
.footer__logo .c-btn:hover {
    background: #00ABD4;
}
.footer__logo p {
    color: var(--Licht-beige, #F8F5F2);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 24px 0px;
}

section.footer .flexbox-wrapper {
    gap: 0px;
}

section.information .inner > div {
    flex-basis: 100%;
    width: 100%;
}
section.information .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

li.emailadres a {
    text-decoration: underline;
}
li.routebeschrijving a {
    text-decoration: underline;
}
li.routebeschrijving a:hover, li.emailadres a:hover {
	text-decoration: none;
}

section.information {
    position: relative;
    padding: 16px 0px;
	background: #f5f5f5;
}

.information__links > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
}
.information__links li, .information__links a {
	font-size: var(--small-text-size);
}
.information__links > ul > li a:hover {
	text-decoration: underline;
}

.information__logos ul {
    display: flex;
    gap: 16px;
}

.information__logos ul li {
    display: block;
    width: 100px;
    height: 50px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.information__socials > ul > li {
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
}
section.information .information__socials li {
    width: 48px;
    transition: .1s ease-in-out;
    height: 48px;
    background-color: white !important;
    background-size: 20px !important;
    border-radius: 4px;
}
section.information .information__socials li:hover {
    background-color: #dcdfeb !important;
}
.information__links {
    order: 3;
}
.information__logos ul li {
    width: 107px;
    height: 53px;
}

.information__logos ul {
    gap: 8px;
}

.information__socials > ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: .1s ease-in-out;
}

.information__socials > ul > li a:hover {
	opacity: .75;
}

.information__socials > ul {
    display: flex;
    gap: 8px;
}
div.gform_wrapper {
    width: 100%;
}
section.header__top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
	justify-content: flex-end;
}
section.header__top {
    position: relative;
    padding: 4px 0px;
    background: #f7f7f7;
	z-index: 2;
}
section.header__top ul a {
	font-size: var(--small-text-size);
}
section.header__top ul a:hover {
	text-decoration: underline;
}
section.header__top .inner div.information__socials {
    display: none;
}

section.header__top .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

a.site-logo {
    display: block;
    width: 163px;
    height: 58px;
    background-size: contain !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
}
a.site-logo img {
	display: none;
}
header#masthead {
    position: sticky;
    top: 0;
    z-index: 999999;
    padding: 16px 0px;
    background: var(--Licht-beige, #F8F5F2);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.header__nav .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header__menu-btn {
    display: block;
    width: 40px;
    height: 34px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: auto;
	overflow: hidden;
}
.open-btn {
	position: absolute;
    top: 0;
    width: 40px;
    height: 26px;
    transition: .1s ease-in-out;
}
.close-btn {
	position: absolute;
    height: 26px;
    width: 40px;
    transition: .1s ease-in-out;
    top: 34px;
}
.header__menu-btn span {
	background: #132628;
    height: 2px;
	position: absolute;
	width: 100%;
	transition: .3s ease-in-out;
}
.header__menu-btn span:nth-of-type(1) {
    top: 2px;
}
.header__menu-btn span:nth-of-type(2) {
    top: 10px;
}
.header__menu-btn span:nth-of-type(3) {
    bottom: 6px;
}
 .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 50%;
}
 .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 50%;
}
.header__menu-btn:after {
    content: 'menu';
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    line-height: 12px;
    text-transform: lowercase;
    color: black;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}
.header__menu-btn.open div.open-btn {
    top: -26px;
}

.header__menu-btn.open div.close-btn {
    top: 0;
}
.header__navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
ul#primary-menu {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.menu-active ul#primary-menu {
	max-height: 600px;
    overflow: scroll;
}
ul#primary-menu > li a {
    color: var(--Paars, #444B6B);
    display: table;
    padding: 8px 0px;
    width: 100%;
    line-height: 24px;
}
ul#primary-menu > li a:hover {
    color: #b0b7d7;
}
li#menu-item-247.c-btn a:hover {
    color: white;
}
ul#primary-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
	transition: .2s ease-in-out;
}
ul#primary-menu > li.menu-item-has-children.open > a:after{
    transform: rotate(180deg);
}
ul#primary-menu li.open ul.sub-menu {
    max-height: 400px;
}
ul#primary-menu > li {
    border-bottom: 1px solid #e5e5e5;
}
ul#primary-menu > li:last-of-type {
    margin-bottom: 16px;
	border-bottom: 0;
}
ul#primary-menu > li:nth-of-type(1) {
    margin-top: 16px;
}
ul#primary-menu > li.menu-item-has-children > ul {
    margin-left: 8px;
}
ul#primary-menu > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/dropdown-arrow.svg) no-repeat;
	background-position: center center;
    position: absolute;
    right: 0;
	transition: .2s ease-in-out;
    top: 24px;
}

body:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000026;
    z-index: 1;
    opacity: 0;
	pointer-events: none;
    transition: .2s ease-in-out;
}
body.menu-active:before {
	opacity: 1;
}
ul#primary-menu > li.menu-item-has-children > a {
    position: relative;
}
body {
	font-family: "Rubik", serif;
	font-weight: 400;
	line-height: 150%;
	font-size: 16px;
	color: #444B6B;
}
h1,h2,h3,h4,h5 {
font-family: "Alte Haas Grotesk";
font-style: normal;
font-weight: 700;
line-height: 100%; /* 32px */
}

section.sub-header-laag h1 {
    margin: 0;
    color: white;
    margin-top: 24px;
}
section.sub-header-laag p#breadcrumbs {
    margin: 0;
}
section.sub-header-laag p#breadcrumbs a {
    font-weight: 700;
    text-decoration: underline;
}
section.sub-header-laag p#breadcrumbs a:hover {
    text-decoration: none;
}
section.sub-header-laag p#breadcrumbs * {
    color: rgba(255, 255, 255, 0.80);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}
section.sub-header-laag {
    /* background: #444B6B url(https://www.ban-pe.nl/wp-content/uploads/2025/01/background-header.svg) no-repeat; */
    background: #444B6B;
    padding: 40px 0px;
}
.page-id-359 section.sub-header-laag {
    background: #444B6B !important;
}
section.sub-header-laag p:not(#breadcrumbs) {
    color: #FFF;
    text-align: left;
    margin-bottom: 0;
    margin-top: 24px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.tekst-afbeelding-laag.formulier .content-box .text-box {
    margin: 24px 0px;
}
span.bg-img {
  
}
.page-id-76 section.tekst-afbeelding-laag.achtergrond .c-btn:hover, .page-id-78 section.tekst-afbeelding-laag.achtergrond .c-btn:hover {
    background: #444b6b !important;
}
section.tekst-blok-laag ul li, .tekst-afbeelding-laag .text-box ul li {
    position: relative;
    padding-left: 16px;
}
section.tekst-blok-laag ul li:before, .tekst-afbeelding-laag .text-box ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: var(--Paars, #444B6B);
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 10px;
}
section.tekst-blok-laag ul, .tekst-afbeelding-laag .text-box ul {
    position: relative;
}
section.tekst-blok-laag h2 {
    margin: 0;
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}
section.tekst-blok-laag {
    background: #F1ECE6;
    position: relative;
    padding: 40px 0px;
}
.page-template-pagebuilder div#content > section:first-of-type {
    padding-top: 80px;
}
section.tekst-afbeelding-laag .c-btn {
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white;
    width: fit-content;
    transition: initial;
}
.form-box .gform-footer.gform_footer.top_label input {
    transition: initial;
}
section.tekst-afbeelding-laag .c-btn:hover, .form-box .gform-footer.gform_footer.top_label input:hover, li#menu-item-247.c-btn:hover, .hulp-vragen-laag .content-box .c-btn:hover {
    background: #00ABD4 !important;
}
.page-id-70 section.tekst-afbeelding-laag:last-of-type .c-btn:hover {
    background: #444B6B !important;
    color: white;
}

section.tekst-afbeelding-laag h2 {
    margin: 0;
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}
section.tekst-afbeelding-laag {
    background: #F1ECE6;
    position: relative;
    padding: 40px 0px;
}
section.tekst-blok-laag .content-box .text-box h2:not(:first-of-type) {
    margin-top: 32px;
}
.tekst-blok-laag .small-box .bg-img img, .single-blog .right.small-box .bg-img img {
    display: none;
}
.tekst-blok-laag .small-box .bg-img, .single-blog .right.small-box .bg-img {
    display: block;
    width: 100%;
    height: 172px;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.c-btn {
    display: flex
;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Licht-beige, #F8F5F2);
    color: var(--Paars, #444B6B);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 24px;
    transition: initial;
}
section.header-laag .c-btn:hover {
    background: #00ABD4;
}
.tekst-blok-laag .small-box div.bg p, .single-blog .right.small-box div.bg p {
    color: var(--Licht-beige, #F8F5F2);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.tekst-blok-laag .small-box div.bg h4, .single-blog .right.small-box div.bg h4 {
    color: var(--Licht-beige, #F8F5F2);
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}
.tekst-blok-laag .small-box div.bg, .single-blog .right.small-box div.bg {
    border-radius: 12px;
    background: linear-gradient(99deg, #00ABD4 1.4%, #3EA54D 98.6%);
    padding: 20px;
}
.tekst-blok-laag .small-box, .single-blog .right.small-box {
    position: relative;
    margin-top: 80px;
}
.text-box.opsomming ul.opsomming > li:last-of-type {
    margin-bottom: 0;
}
.text-box.opsomming ul.opsomming > li:before {
    display: none;
}
.text-box.opsomming ul.opsomming > li {
    border-radius: 4px;
    background: var(--Licht-beige, #F8F5F2);
    padding: 8px;
    text-align: center;
    margin-bottom: 16px;
}
.text-box.opsomming ul.opsomming {
    border-radius: 12px;
    background: #E7E0DB;
    padding: 16px;
}
span.bg-img img {
    display: none;
}

.tekst-afbeelding-laag span.bg-img {
    display: block;
    flex-basis: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
	margin-top: 40px;
}
.tekst-afbeelding-laag .content-box {
    flex-basis: 100%;
    width: 100%;
}
section.tekst-afbeelding-laag.achtergrond .content-box {
    border-radius: 12px;
    background: #F8F5F2;
    padding: 24px;
}
section.tekst-afbeelding-laag.achtergrond span.bg-img {
    margin-top: 0;
    height: 340px !important;
}
section.ervaringen-laag h2 {
    color: var(--Licht-beige, #F8F5F2);
    text-align: center;
    font-family: "Alte Haas Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    margin-bottom: 40px;
}

section.ervaringen-laag {
    background: var(--Paars, #444B6B) url(https://www.ban-pe.nl/wp-content/uploads/2025/02/header-bg.png) no-repeat;
    position: relative;
    padding: 80px 0px;
    background-position: center top;
}
section.footer li, section.footer p, section.footer li a, section.footer strong {
    color: #F8F5F2;
}

section.footer {
    position: relative;
    padding: 40px 0px;
  background: #444B6B url(https://www.ban-pe.nl/wp-content/uploads/2025/01/ervaringen-bg-1.svg) no-repeat; 
    background-size: 320px !important;
    background-position: 50% 0% !important;
}
section.footer li a:hover {
    color: #b0b7d7;
}
ul.footer__menu-list li {
    line-height: 1;
}
ul.footer__menu-list li:first-of-type {
    flex-basis: 100%;
    width: 100%;
}
ul.footer__menu-list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0px;
}
ul.footer__menu-list li:not(:first-of-type) {
    flex-basis: 50%;
    width: 50%;
}
ul.footer__menu-list h4 {
    color: var(--Licht-beige, #F8F5F2);
    font-family: "Alte Haas Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    margin-bottom: 16px;
}
.footer__company ul li br {
    display: block;
}
.footer__company ul li, .footer__company ul strong {
    margin-bottom: 12px;
    display: table;
    line-height: 1;
}

.footer__company ul {
    margin-top: 32px;
}
section.footer li h4 {
    color: var(--Licht-beige, #F8F5F2);
    font-family: "Alte Haas Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}
.footer__company ul li h4 {
    margin-bottom: 12px;
}
.footer__company ul li span {
    display: table;
    margin-top: 12px;
}
li.telefoonnummer a, li.emailadres a {
    font-weight: 400;
    margin-left: 4px;
}
li.telefoonnummer, li.emailadres {
    color: var(--Licht-beige, #F8F5F2);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.footer__company {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 32px;
}
section.information .information__socials {
    order: -1;
}

section.information * {
    color: var(--Licht-beige, #F8F5F2);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
section.information {
    position: relative;
    background: #444b6b;
	padding: 0;
    padding-bottom: 40px;
}
.information__links ul li:last-of-type:after {
    display: none;
}

.information__links ul {
    gap: 0px 8px;
}
.information__links ul li {
    display: flex
;
    align-items: center;
    gap: 8px;
}
.information__links ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: var(--Licht-beige, #F8F5F2);
}
.header-laag span.bg-img {
    display: block;
    width: calc(100% + 48px);
    min-height: 400px;
    order: -1;
    background-size: cover !important;
    background-position: 10% 0% !important;
    background-repeat: no-repeat !important;
    border-radius: 0px 0px 12px 12px;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    padding: 24px;
}
section.header-laag .c-btn {
    border-radius: 4px;
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white;
    width: fit-content;
}

section.header-laag .content-box h2 {
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: linear-gradient(270deg, #00ABD4 0%, #3EA54D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-bottom: 16px;
}
section.header-laag .content-box h1 {
    margin: 0;
    margin-bottom: 24px;
    color: #444B6B;
    font-family: "Alte Haas Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
section.header-laag .content-box {
    position: relative;
    padding: 40px 0px;
}
section.header-laag {
    background: #f1ece6;
    position: relative;
}`
section.opsomming-laag {
    position: relative;
    padding: 40px 0px;
    background: #f1ece6;
}
section.opsomming-laag .logo-slider div.logo-slide P {
    margin: 0;
    line-height: 120%;
}

section.opsomming-laag .logo-slider div.logo-slide {
    border-radius: 12px;
    background: var(--Licht-beige, #F8F5F2);
    padding: 24px;
    text-align: center;
}
.logo-slide span {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 24px;
}
section.opsomming-laag {
    position: relative;
    padding: 40px 0px;
    background: #f1ece6;
}
section.opsomming-laag .logo-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
}
.header-laag .content-box:after {
    content: '';
    position: absolute;
    width: 78px;
    height: 78px;
    bottom: 0;
    right: 0;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/arrow-right.png) no-repeat;
    transform: rotate(180deg);
}
section.smalle_tekst_laag div.text-box p a {
    color: #444B6B;
    text-decoration: underline;
}
section.smalle_tekst_laag div.text-box p a:hover {
    text-decoration: none;
}
section.voor-wie-laag h2 {
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    margin-bottom: 24px;
}

section.voor-wie-laag {
    position: relative;
    padding: 40px 0px;
    background: #f1ece6;
}
.voor-wie-laag .left.box-wrapper .box-item .c-btn {
    border-radius: 4px;
    border: 2px solid var(--Paars, #444B6B);
    width: fit-content;
    margin-top: 32px;
    transition: .1s ease-in-out;
}
section.praktisch-laag .content-box .c-btn:hover, .voor-wie-laag .left.box-wrapper .box-item .c-btn:hover {
    background: #444B6B;
    color: white;
}
.voor-wie-laag .left.box-wrapper .box-item h4 {
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(270deg, #00ABD4 0%, #3EA54D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.voor-wie-laag .left.box-wrapper .box-item h3 {
    color: #444B6B;
    font-family: "Alte Haas Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
	margin-top: 0;
}
.voor-wie-laag span.bg-img {
    margin-top: 16px;
    display: block;
    width: 100%;
    height: 316px;
    background-size: cover !important;
    border-radius: 12px;
}
section.praktisch-laag .content-box .c-btn {
    border-radius: 4px;
    border: 2px solid var(--Paars, #444B6B);
    width: fit-content;
    margin-top: 32px;
    transition: .1s ease-in-out;
}

section.praktisch-laag .content-box h2 {
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    margin-bottom: 24px;
}
.praktisch-laag span.bg-img {
    order: 2;
    display: block;
    width: 100%;
    height: 322px;
    background-size: cover !important;
    border-radius: 12px;
}
section.praktisch-laag .content-box {
    border-radius: 12px;
    background: #F8F5F2;
    position: relative;
    padding: 20px;
}
section.praktisch-laag {
    position: relative;
    padding: 40px 0px;
    background: #f1ece6;
	padding-bottom: 80px;
}
body.home section.ervaringen-laag h2 {
    text-align: left;
}
section.hulp-vragen-laag div.vragen-box h3 {
    color: #444B6B;
    font-family: "Alte Haas Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    margin-bottom: 16px;
}
section.hulp-vragen-laag div.vragen-box {
    margin-top: 24px;
    border-radius: 12px;
    background: #E7E1DB;
    position: relative;
    padding: 20px;
}
section.hulp-vragen-laag h2 {
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    margin-bottom: 16px;
}
section.hulp-vragen-laag {
    position: relative;
    padding: 80px 0px;
    background: #f1ece6;
}
.vragen-box .vraag-item:nth-of-type(2) {
    margin-top: 48px;
}
.vragen-box .vraag {
    border-radius: 4px;
    background: var(--Licht-beige, #F8F5F2);
    padding: 16px;
    margin-bottom: 8px;
}
.hulp-vragen-laag .content-box .c-btn {
    border-radius: 4px;
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white;
    width: fit-content;
    margin-top: 32px;
}
.hulp-vragen-laag .content-box p {
    margin-top: 0;
}
.hulp-vragen-laag .content-box h5 {
    color: #444B6B;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    margin-bottom: 8px;
}
.hulp-vragen-laag .content-box {
    margin-top: 24px;
	position: relative;
}
.hulp-vragen-laag .content-box:after {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    position: absolute;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/arrow-right.png) no-repeat;
    right: 0;
    bottom: 20px;
    transform: scaleX(-1);
}
.quote-box p.functie {
    margin: 0;
}
.quote-box p.naam {
    color: #444B6B;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0;
}
.quote-box:before {
    content: '';
    display: block;
    width: 67px;
    height: 46px;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/quote-icon.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.quote-box {
    position: relative;
}
.quote-laag {
    position: relative;
	padding-bottom: 40px;
    background: #f1ece6;
}
section.blog-laag .inner div.flexbox-wrapper {
    order: 3;
}
section.blog-laag .inner a.c-btn {
    order: 2;
    transition: .1s ease-in-out;
    margin-top: 0;
    margin-bottom: 32px;
}
section.blog-laag .inner a.c-btn:hover {
    background: #272b3f;
}
section.blog-laag .inner {
    display: flex
;
    flex-wrap: wrap;
}
section.blog-laag h2 {
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    order: 1;
    flex-basis: 100%;
}
section.blog-laag {
    position: relative;
    padding: 40px 0px;
    background: #f1ece6;
}
.quote-box h3 {
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 24px 0px;
}
.quote-laag span.bg-img {
    order: 2;
    display: block;
    width: 100%;
    height: 197px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-top: 24px;
    border-radius: 12px;
}
.voor-wie-laag .left.box-wrapper .box-item {
    border-radius: 12px;
    background: var(--Licht-beige, #F8F5F2);
    position: relative;
    padding: 20px;
	flex-basis: 100%;
	width: 100%;
}
.voor-wie-laag .left.box-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 16px;
}
.nieuws-item div.nieuws-content {
    border-radius: 0px 0px 12px 12px;
    background: var(--Licht-beige, #F8F5F2);
    padding: 20px;
    position: relative;
}
.nieuws-item a span.nieuws-thumb img {
    display: none;
}
.nieuws-item a span.nieuws-thumb {
    display: block;
    width: 100%;
    height: 182px;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.nieuws-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.nieuws-item .nieuws-content span.postdate {
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: linear-gradient(90deg, #00ABD4 0%, #3EA54D 29.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nieuws-content .c-btn {
    margin-top: 24px;
    border-radius: 4px;
    border: 2px solid var(--Paars, #444B6B);
    width: fit-content;
    transition: .1s ease-in-out;
}
.single-blog .right.small-box .c-btn:hover {
    background: white;
}
.nieuws-content .left.content-box {
    width: 100%;
    flex-basis: 100%;
}
.blog-detail .nieuws-content .left.content-box a:hover {
    text-decoration: none;
}

.blog-detail .nieuws-content .left.content-box a {
    color: #444B6B;
    text-decoration: underline;
}
.blog-detail .nieuws-content .left.content-box ul {
    display: block;
    margin: 32px 0px;
    list-style-type: disc;
}
.blog-detail .nieuws-content .left.content-box h4 {
    margin: 32px 0px;
    font-size: 22px;
    line-height: 100%;
    font-family: "Alte Haas Grotesk";
}
.blog-detail .nieuws-content .left.content-box h3 {
    margin: 32px 0px;
    font-size: 28px;
    line-height: 100%;
}
.blog-detail .nieuws-content .left.content-box > *:first-child {
    margin-top: 0;
}
.blog-detail .nieuws-content .left.content-box h2 {
    margin: 32px 0px;
    font-size: 32px;
    line-height: 100%;
}
.nieuws-item a:hover .c-btn {
    background: #444B6B;
    color: white;
}

.nieuws-content p {
    color: #444B6B;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.nieuws-content h4 {
    color: #444B6B;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 12px 0px;
}
.nieuws-item div.nieuws-content {
    border-radius: 0px 0px 12px 12px;
    background: var(--Licht-beige, #F8F5F2);
    padding: 20px;
    position: relative;
}
body.home section.blog-laag {
    padding-bottom: 120px;
}

section.contact-laag div.contact-meta .email .icon {

    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/email-icon.svg) no-repeat;
    background-position: center center;
    background-size: 40px;
}
section.contact-laag div.contact-meta .telefoon .icon {

    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/telefoon-icon.svg) no-repeat;
    background-position: center center;
    background-size: 40px;
}
section.contact-laag div.contact-meta .adres .icon {

    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/adres-icon.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}
.form-box.flexbox-wrapper .left {
    border-radius: 12px 12px 0px 0px;
    background: #D9D4CF;
    position: relative;
    padding: 24px;
    margin-top: 40px;
}
section.contact-laag div.contact-meta > div {
    flex-basis: 100%;
    width: 100%;
}
section.contact-laag div.contact-meta {
    display: flex
;
    flex-wrap: wrap;
    gap: 24px;
}
section.contact-laag div.contact-meta p {
    margin-bottom: 0;
}
.form-box.flexbox-wrapper h2 {
    color: #444B6B;
    font-family: "Alte Haas Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-box span.gfield_required {
    display: none !important;
}
.form-box input, .form-box textarea {
    border-radius: 4px;
    background: #F8F5F2;
    border: none;
    resize: none;
    color: #444B6B !important;
}
.form-box textarea {
    height: 96px !important;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
.ginput_container.ginput_container_consent input:checked {
    background: #444B6B !important;
}
.ginput_container.ginput_container_consent label a {
    color: #444B6B;
    text-decoration: underline;
}
.ginput_container.ginput_container_consent label {
    flex-basis: calc(100% - 24px);
    width: calc(100% - 24px);
}
.ginput_container.ginput_container_consent input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none;
    background: none;
    border: 1px solid #444B6B;
    border-radius: 0;
}
.ginput_container.ginput_container_consent {
    display: flex
;
    align-items: center;
    gap: 8px;
}
.form-box .gform-footer.gform_footer.top_label input {
    border-radius: 4px;
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white !important;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 8px 16px;
}

.form-box .gform-footer.gform_footer.top_label {
    margin-top: 24px !important;
}
.right.routebeschrijving {
    flex-basis: 100%;
    width: 100%;
    display: block;
    height: 400px;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;
}

section.contact-laag div.contact-meta a {
    text-decoration: underline;
}
.ginput_container.ginput_container_consent label a:hover, section.contact-laag div.contact-meta a:hover {
    text-decoration: none;
}
section.contact-laag div.contact-meta p, section.contact-laag div.contact-meta p a {
    color: #444B6B;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.contact-laag div.contact-meta h2 {
    font-size: 32px;
    line-height: 100%;
    margin-top: 24px;
    margin-bottom: 16px;
}
section.contact-laag div.contact-meta span.icon {
    display: block;
    width: 48px;
    height: 48px;
}
section.contact-laag {
    position: relative;
    background: #F1ECE6;
    padding: 80px 0px;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item span.c-btn {
    text-align: left !important;
    width: fit-content;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #444b6b;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item {
    background: white;
    position: relative;
    width: 100%;
    flex-basis: 100%;
    border-radius: 12px;
    background: #434a6a url(https://www.ban-pe.nl/wp-content/uploads/2025/02/header-bg.png) no-repeat;
    background-size: cover;
    background-position: center top;
    color: white !important;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item a span.c-btn {
    border: 1px solid white;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item a * {
    color: white;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item a:hover span.c-btn {
    background: white;
    color: #444B6B;
}
.pagina-overzicht div.pagina-wrapper div.pagina-item a {
    display: block;
    padding: 24px;
}
section.pagina-overzicht div.pagina-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 24px;
}
section.pagina-overzicht {
    background: #f8f5f2;
    padding-bottom: 80px;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item span.c-btn {
    border: 1px solid #444B6B;
    background: none;
    transition: .1s ease-in-out;
}
section.pagina-overzicht div.pagina-wrapper > div.pagina-item span.c-btn:hover {
    background-color: #444B6B;
    color: white;
}

.sub-header-laag a.c-btn:hover {
    background: #00ABD4 !important;
}
.sub-header-laag a.c-btn, .tekst-blok-laag .text-box a.c-btn {
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white;
    width: fit-content;
    margin-top: 32px;
}
.page-template-pagebuilder div#content > section:last-of-type {
    padding-bottom: 80px;
}
section.calendly-laag {
    background: #f1ece6;
    position: relative;
    padding: 40px 0px;
}
.calendly-box {
    position: relative;
    background: white;
    padding: 0px;
    border-radius: 12px;
}
.tekst-blok-laag .text-box.opsomming {
    margin-bottom: 40px;
    margin-top: 40px;
}
section.tekst-afbeelding-laag.formulier .bg-img {
    margin-top: 0;
    border-radius: 0px 0px 12px 12px;
}
section.tekst-afbeelding-laag.formulier .content-box {
    border-radius: 12px 12px 0px 0px;
    background: #D9D4CF;
    display: block;
    flex-basis: 100%;
    width: 100%;
    padding: 24px;
}
.page-id-70 section.tekst-afbeelding-laag:last-of-type .c-btn {
    background: transparent;
    border: 1px solid #444B6B;
    color: #444B6B;
    transition: .1s ease-in-out;
}
.page-id-70 section.tekst-afbeelding-laag:last-of-type .c-btn:hover {
    color: white;
    background: #444B6B;
}
.tekst-blok-laag .text-box a.c-btn:hover {
    transition: initial;
    background: #00ABD4;
}

section.tekst-afbeelding-laag.formulier.extra-tekst .form-content-box {
    border-radius: 12px;
    background: #D9D4CF;
    padding: 24px;
}

section.tekst-afbeelding-laag.formulier.extra-tekst .content-box {
    padding: 0;
    background: none;
    margin-bottom: 40px;
    flex-basis: 100%;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.text-box > *:last-child {
    margin-bottom: 0;
}
.tekst-afbeelding-laag.formulier .video-box iframe {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tekst-afbeelding-laag.formulier .video-box {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    flex-basis: 100%;
}
section.ontdek-laag h3 {
    color: #444B6B;
    text-align: center;
    font-family: "Alte Haas Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 32px;
}
section.ontdek-laag {
    background: #F1ECE6;
    position: relative;
    padding: 40px 0px;
}
section.tekst-afbeelding-laag.formulier.extra-tekst .content-box h2 {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Rubik';
}
section.wist-je-dat-laag .content-box ul li:last-of-type {
    margin-bottom: 0;
}
section.wist-je-dat-laag .content-box ul li:before {
    content: '';
    display: block;
    width: 16px;
    height: 24px;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/light-bulb.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 10px;
}
section.wist-je-dat-laag .content-box ul li {
    position: relative;
    padding-left: 32px;
    min-height: 24px;
    margin-bottom: 8px;
    font-weight: 700;
}
section.wist-je-dat-laag .content-box h4 {
    color: #444B6B;
    font-family: "Alte Haas Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 24px;
}
.tekst-afbeelding-laag .text-box ul {
 
    margin-top: -24px;
}
section.wist-je-dat-laag .content-box {
    border-radius: 12px;
    background: var(--Licht-beige, #F8F5F2);
    position: relative;
    padding: 24px;
}
section.wist-je-dat-laag {
    position: relative;
    padding: 60px 0px;
    background: var(--Licht-paars, #B0B9CD);
}
section.losse-review-laag h2 {
    color: #F8F5F2;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 32px;
}
.losse-review-laag .review-box h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #F8D300, #E64856);
    margin-top: 24px;
}
.losse-review-laag .review-box h3 {
    color: var(--Paars, #444B6B);
    font-family: "Alte Haas Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 24px;
}
.losse-review-laag .review-box {
    border-radius: 12px;
    background: var(--Licht-beige, #F8F5F2);
    position: relative;
    padding: 24px;
    color: #444B6B;
}
section.losse-review-laag {
    position: relative;
    padding: 40px 0px;
    background: var(--Paars, #444B6B);
    color: white;
}
p.geschreven-door {
    margin-bottom: 0;
}
.page-id-80 section.tekst-afbeelding-laag.achtergrond .c-btn:hover {
    background: #444b6b !important;
}
section.archief-nieuws {
    position: relative;
    padding: 40px 0px;
    background: #f1ece6;
}
li.sf-field-post-meta-categorie > ul li:hover label, li.sf-field-post-meta-categorie > ul li.sf-option-active label {
    color: #444B6B;
    text-decoration: underline;
}

li.sf-field-post-meta-categorie > ul li label {
    padding: 0 !important;
    color: rgba(68, 75, 107, 0.50);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: .1s ease-in-out;
}
.single-blog section.sub-header-laag h1, .single-blog section.sub-header-laag p#breadcrumbs * {
    color: #444B6B;
}
.single-blog section.sub-header-laag {
    background: #f1ece6;
    color: #444B6B;
}
li.sf-field-post-meta-categorie > ul li input {
    position: absolute;
    left: 0;
    top: 0;
    appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
li.sf-field-post-meta-categorie > ul li {
    display: block;
    cursor: pointer;
    position: relative;
}
li.sf-field-post-meta-categorie > ul {
    display: flex
;
    gap: 16px;
}
form li.sf-field-post-meta-categorie {
    padding: 0 !important;
    margin-bottom: 40px;
    display: block;
}
section.blog-detail.single-detail .nieuws-thumb img {
    display: none;
}

section.blog-detail.single-detail .nieuws-thumb {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}
section.blog-detail.single-detail {
    position: relative;
    background: #f1ece6;
    padding-bottom: 40px;
}
.nieuws-content span.afbeelding-box img {
    max-height: 500px;
}

.nieuws-content :not(.small-box) span.afbeelding-box {
    background: transparent !important;
    display: block;
    margin: 40px 0px;
}
.nieuws-content .small-box span.afbeelding-box img {
    display: none;
}
.nieuws-content .small-box span.afbeelding-box {
    margin: 0;
    display: block;
    width: 100%;
    height: 172px;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.single-blog section.nieuws-laag .c-btn {
    border-radius: 4px;
    background: var(--Paars, #444B6B);
    color: white;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.single-blog .nieuws-laag .inner .c-btn:hover {
    background: #292e43;
}

.single-blog section.nieuws-laag h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.single-blog section.nieuws-laag {
    position: relative;
    background: #f1ece6;
    padding-top: 40px;
    padding-bottom: 80px;
}
.single-blog .nieuws-laag .inner .c-btn {
    order: 1;
}
.single-blog .nieuws-laag .inner div.nieuws-slider {
    order: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
}
.single-blog .nieuws-laag .inner h3 {
    flex-basis: 100%;
    width: 100%;
    order: -1;
    margin-top: 0;
}
.single-blog .nieuws-laag .inner {
    display: flex
;
    flex-wrap: wrap;
}
.single-blog .nieuws-laag .inner .nieuws-slider .nieuws-item a:hover .c-btn {
    background: #444B6B;
    color: white;
}
.single-blog .nieuws-laag .inner .nieuws-slider .c-btn {
    margin-left: 0;
    margin-top: 24px;
    border: 2px solid var(--Paars, #444B6B);
    background: transparent;
    color: #444B6B;
}
.ervaringen-slider .review-box {
    border-radius: 12px;
    background: var(--Licht-beige, #F8F5F2);
    padding: 24px;
}
.review-box .text-box > *:first-child {
    margin-top: 0;
}
.ervaringen-slider .video-container iframe {
    height: 200px;
    max-width: initial;
    width: 100%;
}

.ervaringen-slider .video-container {
    background: #f8f5f2;
    border-radius: 12px;
    position: relative;
    padding: 24px;
}
.page-id-359 section.ervaringen-laag h2 {
    display: none;
}
.ervaringen-slider {
    display: flex !important
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ervaringen-slider .owl-nav > div {
    width: 48px;
    height: 48px;
    border: 2px solid #F8F5F2;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/arrow-left.svg) no-repeat;
    background-position: center center;
    border-radius: 4px;
}
.ervaringen-slider .owl-nav > div.owl-next {
    transform: rotate(180deg);
}
.ervaringen-slider .owl-stage-outer {
    margin-bottom: 40px;
}
.ervaringen-slider .owl-nav {
    display: flex
;
    flex-wrap: nowrap;
    gap: 8px;
    order: 3;
}
.ervaringen-slider .owl-dots {
    width: calc(100% - 128px);
    height: 4px;
    display: flex;
    background: rgba(248, 245, 242, 0.30);
}
.ervaringen-slider .owl-dots > div.active {
    background: #F8F5F2;
}

.ervaringen-slider .owl-dots > div {
    flex-grow: 2;
    height: 4px;
}
.ervaringen-slider .owl-nav > div {
    color: transparent !important;
}
.ervaringen-slider .owl-nav > div:hover {
    background-color: #7a7e94;
}
section.in-de-media-laag div.flexbox-wrapper {
    gap: 24px;
}
section.in-de-media-laag div.media-item {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    flex-basis: 100%;
    width: 100%;
}
section.in-de-media-laag {
    background: #F1ECE6;
    position: relative;
    padding: 40px 0px;
}
section.in-de-media-laag div.media-item div.media-content {
    position: relative;
    background: var(--Licht-beige, #F8F5F2);
    display: block;
    padding: 24px;
}

section.in-de-media-laag div.media-item a span.media-thumb img {
    display: none;
}
section.in-de-media-laag div.media-item a span.media-thumb {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
}
section.in-de-media-laag div.media-item a {
    display: block;
    width: 100%;
}
.media-content span.postdate {
    background: linear-gradient(270deg, #00ABD4 0%, #3EA54D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.in-de-media-laag div.media-item div.media-content span.c-btn {
    border-radius: 4px;
    border: 2px solid var(--Paars, #444B6B);
    width: fit-content;
    padding: 16px;
    line-height: 12px;
}
section.in-de-media-laag div.media-item div.media-content h3 {
    color: #444B6B;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 16px 0px;
    margin-bottom: 24px;
}
.media-content span.postdate {
    background: linear-gradient(270deg, #00ABD4 0%, #3EA54D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.error-404.not-found p {
    margin-bottom: 0;
}

section.error-404.not-found h1 {
    font-size: 40px;
    line-height: 100%;
}
section.error-404.not-found {
    position: relative;
    padding: 80px 0px;
    text-align: center;
    background: #f8f5f2;
}
span.meer-less-btn:after {
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/dropdown-arrow.svg) no-repeat;
}

span.meer-less-btn {
    display: flex
;
    margin: 0 auto;
    margin-top: 24px;
    font-weight: 600;
    text-decoration: underline;
    align-items: center;
    gap: 6px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
span.meer-less-btn:hover {
    text-decoration: none;
}
.vraag {
    transition: all 0.3s ease-in-out;
}
section.sub-menu-bar {
    background: #D9D4CF;
    position: relative;
    display: none;
}
section.blog-laag .inner div.flexbox-wrapper .facebook {
    height: 550px;
    overflow-y: scroll;
}

.linkedin-profile-post-user-root-container {
    display: none;
}
section.tekst-afbeelding-laag .content-box .text-box p a:hover {
    text-decoration: none;
}
section.tekst-afbeelding-laag .content-box .text-box p a {
    color: #444B6B;
    text-decoration: underline;
    font-weight: 600;
}

.nieuws-item a span.nieuws-thumb.fallback {
    background: #c8cbdb url(https://www.ban-pe.nl/wp-content/uploads/2025/01/ban-pe-logo-donker.svg) no-repeat;
    background-size: 300px !important;
    background-position: center center !important;
}
section.blog-detail.single-detail .nieuws-thumb.fallback {
    height: 0;
    margin: 0;
}

/* MEDIA - QUERIES */
.single-blog .right.small-box .c-btn {
    border: none;
}
section.losse-video-laag div.video-box iframe {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

section.losse-video-laag div.video-box {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
section.losse-video-laag {
    position: relative;
    background: #f1ece6;
    padding: 40px 0px;
}
section.smalle_tekst_laag div.content-box h2 {
    margin: 0;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 24px;
}

section.smalle_tekst_laag {
    position: relative;
    background: #f1ece6;
    padding: 40px 0px;
}
.smalle_tekst_laag .c-btn {
    border-radius: 4px;
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white;
    width: fit-content;
}
section.losse_quote_laag {
    position: relative;
    background: #f1ece6;
    padding: 40px 0px;
}
section.losse_quote_laag .content-box h4:before {
    content: '';
    display: block;
    width: 68px;
    height: 46px;
    background: url(https://www.ban-pe.nl/wp-content/uploads/2025/01/quote-icon-1.svg) no-repeat;
    margin-bottom: 24px;
    background-size: contain !important;
    background-position: center center !important;
}

section.losse_quote_laag .content-box h4 {
    margin: 0;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 24px;
}
section.losse_quote_laag .bg-img {
    display: block;
    width: 100%;
    height: 240px;
    order: -1;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 40px;
}
.losse_quote_laag p {
    margin: 0;
}
section.in-de-media-laag div.media-item div.media-content span.c-btn {
transition: .1s ease-in-out;
}

section.in-de-media-laag div.media-item:hover div.media-content span.c-btn {
    background: #444B6B;
    color: white;
}

.losse_quote_laag p.geschreven {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.single-blog .right.small-box {
    margin-top: 40px;
}
.single-blog .right.small-box .weggever span.afb {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 24px;
}
.single-blog .right.small-box .weggever .c-btn {
    background: var(--Paars, #444B6B);
    color: white;
}
.single-blog .right.small-box .weggever .c-btn:hover {
    background: #292d41;
}
.single-blog .right.small-box .weggever h4 {
    margin: 0;
}
.single-blog .right.small-box .weggever {
    margin-top: 40px;
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 12px;
}
@media (min-width: 600px) {

	section.sub-header-laag p#breadcrumbs {
		justify-content: center;
		display: flex
	;
		flex-wrap: wrap;
	}
    .tekst-blok-laag .flexbox-wrapper > div {
        width: 100%;
        flex-basis: 100%;
    }
    .sub-header-laag a.c-btn {
        margin-left: auto;
        margin-right: auto;
    }
    section.in-de-media-laag div.flexbox-wrapper div.media-item {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    section.in-de-media-laag div.flexbox-wrapper {
        gap: 32px;
    }
    section.sub-header-laag p:not(#breadcrumbs) {
        text-align: center;
    }
	section.sub-header-laag h1 {
		text-align: center;
	}
	section.sub-header-laag {
		padding: 60px 0px;
        background: #444B6B url(https://www.ban-pe.nl/wp-content/uploads/2025/02/header-bg.png) no-repeat; 
        background-size: contain;
	}
	.tekst-blok-laag .content-box {
		max-width: 960px;
	}
	.tekst-blok-laag .small-box, .single-blog .right.small-box {
		max-width: 327px;
	}

    section.contact-laag div.contact-meta {
        flex-wrap: nowrap;
        gap: 0;
    }
    
    section.contact-laag div.contact-meta > div {
        flex-basis: 33.33%;
        width: 33.33%;
    }
    .form-box.flexbox-wrapper .left {
        padding: 32px;
        margin-top: 80px;
        flex-basis: 100%;
        width: 100%;
    }
    .form-box .gform-footer.gform_footer.top_label input {
        padding: 16px 16px;
    }
	section.opsomming-laag .logo-slider {
		width: 100%;
		margin-left: 0;
	}
	.header-laag .content-box:after {
		right: inherit;
		left: 270px;
	}
	.voor-wie-laag span.bg-img {
		max-width: 445px;
	}
	.voor-wie-laag .left.box-wrapper .box-item {
		max-width: 445px;
	}
	section.praktisch-laag .content-box {
		padding: 40px;
	}
	.praktisch-laag span.bg-img {
		max-width: 680px;
		height: 652px;
	}
	body.home section.ervaringen-laag h2 {
		text-align: center;
	}
	section.hulp-vragen-laag .inner > p {
		text-align: center;
		margin-top: 32px;
		margin-bottom: 40px;
	}
	section.hulp-vragen-laag h2 {
		text-align: center;
	}
	section.hulp-vragen-laag div.vragen-box > div h3 {
		text-align: center;
	}
	
	section.hulp-vragen-laag div.vragen-box > div {
		margin-top: 0 !important;
		flex-basis: calc(50% - 16px);
		width: calc(50% - 16px);
	}
	section.hulp-vragen-laag div.vragen-box {
		padding: 40px;
		display: flex
	;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: 32px;
	}
	.hulp-vragen-laag .content-box p {
		max-width: 520px;
		margin: 0 auto;
	}
	
	.hulp-vragen-laag .content-box .c-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.hulp-vragen-laag .content-box {
		margin-top: 40px;
		max-width: 672px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.hulp-vragen-laag .content-box:after {
		transform: scaleX(1);
		right: initial;
		left: 60px;
		bottom: 0;
	}
	.quote-laag .quote-box {
		max-width: 640px;
	}
	.quote-laag span.bg-img {
		max-width: 640px;
		height: 374px;
	}
	section.blog-laag h2 {
		margin-bottom: 32px;
	}
	section.blog-laag .inner a.c-btn {
		order: 4 !important;
		margin-top: 40px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		color: white;
		background: #444b6b;
	}
	section.blog-laag h2 {
		text-align: center;
	}
	.tekst-blok-laag .small-box div.bg, .single-blog .right.small-box div.bg {
		padding: 24px;
	}
	.tekst-afbeelding-laag span.bg-img, .tekst-afbeelding-laag .content-box {
		max-width: 640px;
	}
	section.tekst-afbeelding-laag.achtergrond .content-box {
		padding: 40px;
		max-width: 720px;
	}
	section.tekst-afbeelding-laag.achtergrond span.bg-img {
		max-width: 720px;
		height: 500px !important;
	}
    section.pagina-overzicht div.pagina-wrapper > div.pagina-item {
        flex-basis: calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .tekst-afbeelding-laag.formulier .video-box iframe {
        height: 100%;
    }
    
    .tekst-afbeelding-laag.formulier .video-box {
        height: 400px;
    }
    .losse-review-laag .review-box {
        max-width: 928px;
        margin-left: auto;
        margin-right: auto;
    }
    li.sf-field-post-meta-categorie > ul {
        justify-content: center;
    }
    .blog-archief.flexbox-wrapper {
        gap: 32px;
    }
    
    .blog-archief.flexbox-wrapper > .nieuws-item {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    section.archief-nieuws {
        padding: 80px 0px;
    }

    section.losse-video-laag div.video-box iframe {
        height: 100%;
    }
    section.losse-video-laag div.video-box {
        height: 400px;
        max-width: 928px;
        margin-left: auto;
        margin-right: auto;
    }
    section.losse_quote_laag .bg-img {
        height: 374px;
        max-width: 640px;
    }
    .losse_quote_laag .content-box {
        max-width: 640px;
    }
    section.blog-detail.single-detail .nieuws-thumb {
        height: 400px;
    }

}

@media (min-width: 1024px) {

	section.information .inner > div {
		flex-basis: auto;
		width: auto;
		align-self: center;
	}
    section.error-404.not-found h1 {
        margin-top: 0;
        font-size: 60px;
    }
    .nieuws-content .c-btn {
        padding-top: 14px;
        padding-bottom: 14px;
    }
	.header-laag {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    .ervaringen-slider .video-container, .ervaringen-slider .review-box {
        max-width: initial;
        margin-left: auto;
        padding: 32px;
        margin-right: auto;
    }
    section.pagina-overzicht div.pagina-wrapper {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    section.pagina-overzicht div.pagina-wrapper > div.pagina-item a {
        padding: 32px;
    }
	
	.header-laag .flexbox-wrapper {
		gap: 80px;
		justify-content: center;
	}
	.header-laag .content-box {
		flex-basis: calc(50% - 40px);
	}
	.header-laag span.bg-img {
		width: calc(50% - 40px);
		height: auto;
		min-height: initial;
		order: 2;
		margin: 0 !important;
		border-radius: 12px;
        padding: 40px;
	}
	section.voor-wie-laag .flexbox-wrapper > div > div {
		padding: 32px !important;
	}
	
	section.voor-wie-laag .flexbox-wrapper > div {
		gap: 32px !important;
	}
	section.voor-wie-laag .flexbox-wrapper {
		justify-content: center;
		gap: 32px;
	}
	section.voor-wie-laag {
		padding: 60px 0px;
	}
	section.voor-wie-laag h2 {
		text-align: center;
		font-size: 54px;
	}
	section.opsomming-laag {
		padding: 60px 0px;
	}
	section.praktisch-laag .flexbox-wrapper > div {
		flex-basis: 50%;
		width: 50%;
	}
	
	section.praktisch-laag .flexbox-wrapper span.bg-img {
		order: -1;
		flex-basis: 50%;
		width: 50%;
	}
	section.praktisch-laag .flexbox-wrapper {
		flex-wrap: nowrap;
	}
	section.praktisch-laag {
		padding-top: 60px;
		padding-bottom: 120px;
	}
	section.ervaringen-laag h2 {
		font-size: 54px;
	}
	section.ervaringen-laag {
		padding: 120px 0px;
	}
	section.hulp-vragen-laag h2 {
		font-size: 54px;
	}
	
	section.hulp-vragen-laag {
		padding: 120px 0px;
	}
	section.quote-laag .flexbox-wrapper span.bg-img {
		order: -1;
		margin-top: 0;
	}
	section.quote-laag .flexbox-wrapper {
		flex-wrap: nowrap;
		gap: 40px;
		justify-content: space-between;
	}
	.quote-laag {
		padding-bottom: 60px;
	}
	section.blog-laag h2 {
		font-size: 54px;
	}
	section.blog-laag {
		padding-top: 60px;
	}
	.blog-laag .flexbox-wrapper {
		width: 100%;
		flex-basis: 100%;
	}
	
	.nieuws-item {
		max-width: 445px;
	}
	header#masthead {
		padding: 16px 0px;
	}
	section.information .inner {
		justify-content: space-between;
	}

	.footer__menu {
		gap: 40px;
	}
	.footer__menu > ul {
		flex-basis: auto;
		width: auto;
	}
	section.footer {
		padding: 40px 0px;
	}
    section.sub-header-laag h1 {
        font-size: 40px;
        line-height: 100%;
    }

}

@media (min-width: 1180px) {

	section.information .inner {
		flex-wrap: nowrap;
	}
    section.sub-menu-bar {
        display: block;
        padding: 16px 0px;
    }
    section.sub-menu-bar ul li a br {
        display: none;
    }
    section.sub-menu-bar ul li.page-active a {
        color: #444B6B;
        font-weight: 700;
    }
    section.sub-menu-bar ul li a {
        width: 100%;
        color: rgba(68, 75, 107, 0.70);
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        display: block;
    }
    section.sub-menu-bar ul {
        flex-wrap: wrap;
        display: flex
    ;
        gap: 32px;
        justify-content: center;
    }
    section.sub-menu-bar {
        display: block;
        padding: 16px 0px;
        display: none;
    }
    .parent-pageid-64 section.sub-menu-bar,     .parent-pageid-74 section.sub-menu-bar {
        display: block;
        position: sticky;
        top: 84px;
        z-index: 9999;
    }
    section.sub-menu-bar {
        background: #D9D4CF;
        position: relative;
     
    }
    section.sub-menu-bar ul li a:hover {
        text-decoration: underline;
    }
    section.praktisch-laag .flexbox-wrapper > div, section.praktisch-laag .flexbox-wrapper span.bg-img {
max-width: initial !important;
    }
    .nav-menu li.current-menu-parent > a:before {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
        position: absolute;
        top: 50px !important;
    }
    .nav-menu li.current-menu-parent > a {
        position: relative !important;
    }
    section.error-404.not-found {
        padding: 160px 0px;
    }
    section.ervaringen-laag {
        background-position: initial !important;
    }
    section.archief-nieuws {
        padding: 100px 0px;
        padding-bottom: 160px;
    }
    section.losse-video-laag, section.smalle_tekst_laag, section.losse_quote_laag {
        padding: 80px 0px;
    }
    section.in-de-media-laag {
        padding: 120px 0px;
    }
    section.losse-video-laag {
        padding: 40px 0px;
    }
    section.information .inner {
        position: relative;
        padding-top: 16px;
    }
    
    section.information .inner:before {
        content: '';
        position: absolute;
        width: calc(100% - 48px);
        height: 1px;
        background: hsl(0deg 0% 100% / 20%);
        top: 0;
    }
    ul.footer__menu-list li:nth-of-type(2), ul.footer__menu-list li:nth-of-type(3) {
        font-weight: 600;
    }
    section.information {
        padding-bottom: 16px;
    }
    section.in-de-media-laag div.flexbox-wrapper div.media-item {
        flex-basis: calc(33.33% - 22px);
        width: calc(33.33% - 22px);
    }
    section.losse-video-laag div.video-box {
        height: 522px;
        border-radius: 12px;
        overflow: hidden;
    }
    section.smalle_tekst_laag .content-box {
        max-width: 928px;
        margin-left: auto;
        margin-right: auto;
    }
    section.losse_quote_laag .flexbox-wrapper h4 {
        font-size: 32px;
    }
    
    section.losse_quote_laag .flexbox-wrapper span.bg-img {
        margin-bottom: 0;
    }
    section.losse_quote_laag .flexbox-wrapper {
        justify-content: space-between;
        align-items: center;
    }
    .ervaringen-slider .video-container iframe {
        height: 500px;
    }
    section.ervaringen-laag .inner .owl-dots {
        max-width: 1264px;
        margin-left: auto;
        margin-right: 32px;
    }
    
    section.ervaringen-laag .inner .owl-nav {
        max-width: 108px;
        margin-right: auto;
    }
    section.ervaringen-laag .inner {
        max-width: initial;
        padding: 0;
    }
    .single-blog section.sub-header-laag h1 {
        text-align: left;
        font-size: 44px;
        max-width: 870px;
    }
    
    .single-blog section.sub-header-laag p#breadcrumbs {
        justify-content: flex-start;
    }
    .blog-detail .nieuws-content {
        justify-content: space-between;
        align-items: flex-start;
    }
    .blog-detail .nieuws-content .left.content-box {
        max-width: 960px;
    }
    .single-blog .right.small-box {
        top: 125px !important;
    }
    section.blog-detail.single-detail .nieuws-thumb {
        height: 524px;
        margin-bottom: 60px;
    }
    .nieuws-content :not(.small-box) span.afbeelding-box {
        margin: 60px 0px;
    }
    .blog-detail .nieuws-content .left.content-box > *:last-child {
        margin-bottom: 0;
    }
    .single-blog section.nieuws-laag {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .single-blog .nieuws-laag .inner h3 {
        font-size: 54px;
    }
    .single-blog .nieuws-laag .inner div.nieuws-slider {
        order: 0;
        width: 100%;
        margin-left: 0;
    }
    .nieuws-item div.nieuws-content {
        padding: 24px;
    }
	.footer__company {
		flex-basis: auto;
		width: auto;
	}
    section.tekst-afbeelding-laag.formulier.extra-tekst div.flexbox-wrapper {
        flex-wrap: wrap;
    }
    .tekst-blok-laag .content-box > div:last-child {
        margin-bottom: 0;
    }
    .page-template-pagebuilder div#content > section:last-of-type {
        padding-bottom: 160px;
    }
    section.tekst-afbeelding-laag.formulier.extra-tekst .form-content-box, section.tekst-afbeelding-laag.formulier.extra-tekst .video-box {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    section.tekst-afbeelding-laag.formulier.extra-tekst .flexbox-wrapper {
        justify-content: space-between;
    }
    
    section.tekst-afbeelding-laag.formulier.extra-tekst .video-box {
        margin-top: 0;
    }
    section.tekst-afbeelding-laag.formulier.extra-tekst .content-box {
        order: -2;
        margin-bottom: 64px;
        text-align: center;
    }
    .video-box.Links {
        order: -1;
    }
    section.tekst-afbeelding-laag.formulier.extra-tekst .form-content-box {
        padding: 32px;
    }
    .tekst-afbeelding-laag.formulier .video-box {
        height: auto;
    }
    .page-id-72.page-template-pagebuilder section.opsomming-laag {
        padding-bottom: 160px !important;
    }
    .page-template-pagebuilder section.opsomming-laag {
        padding-top: 80px;
    }
    body:not(.home) section.opsomming-laag .logo-slider div.owl-stage {
        display: flex
    ;
        justify-content: center;
        width: 100% !important;
    }
    section.calendly-laag {
        padding: 80px 0px;
    }
    .calendly-box {
        padding: 0px;
    }
    .calendly-box > p {
        margin: 0;
    }
    section.calendly-laag {
        padding-bottom: 160px !important;
    }
    section.pagina-overzicht {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .page-id-68 section.tekst-afbeelding-laag.achtergrond span.bg-img {
        background-position: 0% 25% !important;
    }
    section.pagina-overzicht div.pagina-wrapper {
        gap: 32px;
    }
    section.pagina-overzicht div.pagina-wrapper > div.pagina-item {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    .text-box.opsomming ul.opsomming li {
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    section.contact-laag div.contact-meta {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    section.contact-laag {
        padding-top: 100px;
        padding-bottom: 160px;
    }
    .form-box.flexbox-wrapper div.right.routebeschrijving {
        border-radius: 0px 12px 12px 0px;
        height: auto;
    }
    .form-box.flexbox-wrapper div.left {
        margin-top: 0;
        border-radius: 12px 0px 0px 12px;
    }
    .page-template-pagebuilder div#content > section:first-of-type {
        padding-top: 100px;
    }
    .page-id-359 section.ervaringen-laag {
        padding-bottom: 100px !important;
    }

    section.tekst-afbeelding-laag {
        padding: 80px 0px;
    }
    .page-id-80 section.tekst-afbeelding-laag.formulier {
        padding-top: 20px;
    }
    section.tekst-blok-laag {
        padding: 80px 0px;
    }
    section.tekst-afbeelding-laag h2 {
        font-size: 54px;
        line-height: 100%;
    }
    section.tekst-afbeelding-laag .flexbox-wrapper span.bg-img {
        margin-top: 0;
    }
    
    section.tekst-afbeelding-laag .flexbox-wrapper {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 120px;
        align-items: center;
    }
    section.tekst-afbeelding-laag.achtergrond .flexbox-wrapper {
        gap: 0;
    }
    section.tekst-afbeelding-laag.achtergrond .flexbox-wrapper .bg-img {
        margin-top: 0 !important;
        height: auto !important;
    }
    
    section.tekst-afbeelding-laag.achtergrond .flexbox-wrapper .Links {
        order: -1;
    }
    section.tekst-afbeelding-laag.achtergrond .flexbox-wrapper {
        gap: 0;
        align-items: initial;
    }
    .page-id-66 section.tekst-afbeelding-laag.achtergrond {
        padding-bottom: 160px;
    }
    section.tekst-afbeelding-laag.achtergrond .c-btn:hover {
        background: #444b6b;
        color: white;
    }
    
    section.tekst-afbeelding-laag.achtergrond .c-btn {
        border: 1px solid #444b6b;
        transition: .1s ease-in-out;
        color: #444b6b;
        background: none;
    }
    .form-box.flexbox-wrapper {
        margin-top: 100px;
        flex-wrap: nowrap;
    }
    div#field_2_4 {
        max-width: calc(50% - 8px);
    }
    .form-box input {
        height: 48px;
    }
	.header__menu-btn {
		display: none;
	}
	a.site-logo {
		width: 200px;
		height: 60px;
	}
	header#masthead {
        padding: 12px 0px;
    }
	section.sub-header-laag h1 {
		font-size: 64px;
	}
	.tekst-blok-laag .small-box, .single-blog .right.small-box {
		margin-top: 0;
		position: sticky;
		top: 170px;
		align-self: flex-start;
	}
	.tekst-blok-laag .flexbox-wrapper {
		justify-content: space-between;
	}
	section.tekst-blok-laag h2 {
		margin-bottom: 32px;
	}
	section.tekst-blok-laag .content-box .text-box h2:not(:first-of-type) {
		margin-top: 40px;
	}
	.text-box.opsomming {
		margin-top: 40px;
	}
	.header__navbar {
		order: initial;
		flex-basis: initial;
		width: initial;
	}
	ul#primary-menu {
		max-height: initial;
		display: flex;
		align-items: center;
		gap: 40px;
        overflow: visible;
	}
	ul#primary-menu > li:nth-of-type(1) {
		margin: 0;
	}
	ul#primary-menu > li {
		border-bottom: initial;
        position: initial;
	}
    ul#primary-menu > li.menu-item-has-children > ul.sub-menu li:nth-of-type(1) {
        padding-top: 32px;
    }
	ul#primary-menu > li:last-of-type {
		margin-bottom: 0;
        margin-left: 137px;
	}
	ul#primary-menu ul.sub-menu {
		position: absolute;
	}
	.header__nav .inner {
		align-items: center;
	}
	ul#primary-menu > li.menu-item-has-children > a {
		padding-right: 20px;
	}
	ul#primary-menu > li a {
		padding: 0;
        font-weight: 600;
	} 
	ul#primary-menu > li.menu-item-has-children > a:after {
		top: 5px;
	}

ul#primary-menu > li.menu-item-has-children > ul.sub-menu {
    max-height: initial;
    z-index: 2;
    margin: 0;
	opacity: 0;
    display: block;
    pointer-events: none;
    background: #f8f5f2;
}
ul#primary-menu > li.menu-item-has-children > ul.sub-menu li {
    padding: 8px 16px;
    width: fit-content;
}
ul#primary-menu > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}
li#menu-item-247.c-btn a {
    color: white;
}
li#menu-item-247.c-btn {
    margin-top: 0;
    border-radius: 4px;
    background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
    color: white;
    width: fit-content;
    height: 46px;
}
section.header-laag .content-box div.text-box {
    max-width: 620px;
}

section.header-laag .content-box {
    padding: 56px 0px;
}
section.header-laag .content-box h2 {
    font-size: 28px;
    margin: 24px 0px;
}
section.header-laag .content-box h1 {
    font-size: 68px;
}
.header-laag .content-box:after {
	bottom: 20px;
}
section.voor-wie-laag h2 {
	margin-bottom: 40px;
}
.voor-wie-laag .left.box-wrapper .box-item:nth-of-type(2) h3 {
    max-width: 60%;
}

.voor-wie-laag .left.box-wrapper .box-item h3 {
    margin-bottom: 20px;
    font-size: 32px;
}
.voor-wie-laag span.bg-img {
    margin-top: 0;
    height: auto;
}
section.praktisch-laag .content-box h2 {
    font-size: 54px;
}
.vragen-box .vraag {
	text-align: center;
}
.quote-laag .quote-box {
    align-self: center;
}
.nieuws-item a span.nieuws-thumb {
	height: 240px;
}
.footer__logo p {
    line-height: 24px;
}

.footer__logo {
    flex-basis: 400px;
    max-width: initial;
    background: none;
}
.footer__company {
    display: flex
;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

.footer__menu {
    margin-top: 0;
    flex-grow: initial;
    max-width: 400px;
}
.footer__company {
    gap: 80px;
}

.footer__company ul {
    margin-top: 0;
}
section.information .inner > div.information__socials {
    margin-left: auto;
}

section.information .inner > div {
    order: -1;
}
	.footer__form {
		flex-basis: auto;
		width: auto;
		max-width: 320px;
	}
	section.footer .inner.flexbox-wrapper {
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.footer__menu {
        flex-basis: auto;
        width: auto;
        flex-grow: 2;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: nowrap;
	}
	section.footer {
        padding: 80px 0px;
        background-position: 0% 0% !important;
    }
    section.blog-laag .inner div.flexbox-wrapper .facebook iframe {
        width: 100% !important;
        height: 100% !important;
    }
	section.footer .flexbox-wrapper {
		gap: 16px 80px;
	}

	section.header__top {
		padding: 8px 0px;
	}
	section.header__top ul {
		gap: 24px;
	}
	section.header__top .inner {
		gap: 40px;
	}
	section.header__top .inner div.information__socials ul {
		gap: 8px;
	}
	section.header__top .inner div.information__socials {
		display: block;
	}
    .page-id-70 section.tekst-afbeelding-laag.achtergrond span.bg-img {
        background-position: 0% 25% !important;
    }
    section.tekst-afbeelding-laag.formulier span.bg-img {
        max-width: initial;
        flex-basis: 50%;
        width: 50%;
        border-radius: 0px 12px 12px 0px;
        height: auto !important;
    }
    section.tekst-afbeelding-laag.formulier div.flexbox-wrapper {
        gap: 0 !important;
        justify-content: center;
        align-items: initial;
    }
    section.tekst-afbeelding-laag.formulier div.content-box {
        padding: 32px;
        flex-basis: 50%;
        width: 50%;
        max-width: initial;
        border-radius: 12px 0px 0px 12px;
    }
    section.tekst-afbeelding-laag.formulier h2 {
        font-size: 32px;
    }
    span.bg-img.Links {
        order: -1;
        background-color: #d9d4cf !important;
    }
    .page-id-70.page-template-pagebuilder div#content > section:last-of-type {
        padding-bottom: 160px;
    }
    section.wist-je-dat-laag, section.losse-review-laag {
        padding: 120px 0px;
    }
    section.losse-review-laag h2 {
        font-size: 54px;
    }
    .losse-review-laag .review-box h3 {
        font-size: 32px;
    }
    
    .losse-review-laag .review-box {
        padding: 32px;
    }
    section.wist-je-dat-laag .content-box {
        padding: 40px;
    }
    section.wist-je-dat-laag .content-box ul li {
        font-size: 18px;
    }
    section.wist-je-dat-laag .content-box ul li:before {
        top: 0px;
    }
    section.wist-je-dat-laag .content-box ul li {
        margin-bottom: 12px;
    }
    section.blog-laag .inner div.flexbox-wrapper {
        justify-content: space-between;
    }
    section.blog-laag .inner div.flexbox-wrapper .blog-items .nieuws-item {
        flex-basis: 100%;
        width: 100%;
    }
    section.blog-laag .inner div.flexbox-wrapper .facebook {
        flex-basis: 445px;
        width: 445px;
    }
    section.blog-laag .inner div.flexbox-wrapper .blog-items {
        display: flex
    ;
        flex-wrap: nowrap;
        gap: 32px;
        flex-basis: calc(66.66% - 10px);
        justify-content: space-between;
    }

}

@media (max-width: 1180px) {

    ul#primary-menu li.c-btn a {
        color: white;
        text-align: center;
        padding: 0;
    }
    ul#primary-menu > li.menu-item-has-children > a {
        pointer-events: none;
    }
    ul#primary-menu > li.menu-item-has-children.open > a {
        pointer-events: all;
    }
    section.sub-header-laag {
        background-size: contain !important;
    }
    ul#primary-menu li.c-btn {
        background: linear-gradient(95deg, #00ABD4 2.52%, #3EA54D 97.48%);
        color: white;
        height: 48px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    ul#primary-menu > li a {
        font-size: 16px;
        font-weight: 600;
        padding: 20px 0px;
    }

}


@media (max-width: 500px) {


	.tekst-afbeelding-laag span.bg-img {
		height: 240px !important;
	}
    section.tekst-blok-laag div.flexbox-wrapper > div {
        flex-basis: 100%;
        width: 100%;
    }

}