*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*::after, *::before {
		content: '';
	}

/* change to menu */

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	color: #403B24;
	/*background-color: #FFF9EE;*/
	background-color: #FFF2D9;
}

#purple {
	/* background-image: url(images/bg_zwangerschap.png); */
	background-size: auto;
	background-color: #9691FF;
}

h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 38px;
	line-height: 54px;
	padding-bottom: 24px;
	font-weight: bold;
}

.s-h1 {
	font-weight: 300;
}

h2 {
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 24px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 20px;
}

h4 {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 12px;
}

.undertitle {
	font-weight: 400;
	font-size: 28px;
	padding-bottom: 12px;
	font-family: 'PT Serif', serif;
}

.blue {
	color: #74A092;
}

.crop {
	width: 100%;
}

.fitcontent {
	width: fit-content;
}

p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'PT Serif', serif;
	color: rgba(0, 0, 0, 0.5);
}

.alertbox {
	display: flex;
	position: fixed;
	background-color: #B3A894;
	height: 82px;
	bottom: 0;
	width: 100%;
	z-index: 1;
	padding: 16px;
	animation: 0.5s ease-out 0s 1 slideInFromDown forwards;
}

.alertquit {
	animation: 0.5s ease-out 0s 1 slideOutFromTop forwards;
}

.alertcontent {
	display: flex;
	width: 100%;
	align-items: center;
}

.alertbutton {
	width: 100%;
}

.closebutton {
	font-size: 14px;
	border-radius: 28px;
	font-family: 'Poppins';
	padding: 16px;
	width: auto;
	font-weight: 600;
	width: 48px;
	height: 48px;
	background-color: #FFF9EE;
	transition: 0.3s;
	margin-left: 24px;
}

.alertclose:hover .closebutton {
	background-color: #F9F3E8;
}

.pitalic {
	font-style: italic;
}

.p-xs {
	font-size: 14px;
	line-height: 20px;
	/* color: rgba(0, 0, 0, 0.5); */
}

.lead-p {
	font-size: 18px;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
	list-style: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.privacypaper {
	border-radius: 6px;
	padding-bottom: 60px;
	padding-top: 20px;
}

	.privacypaper ul li::before {
		content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
		color: #8298B3; /* Change the color */
		font-weight: bold; /* If you want it to be bold */
		display: inline-block; /* Needed to add space between the bullet and the text */
		width: 20px; /* Also needed for space (tweak if needed) */
		margin-left: -1em; /* Also needed for space (tweak if needed) */
	}

.collapse ul li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #8298B3; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 20px; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.privacypaper .ordered {
	margin: 24px 0px 24px 16px;
}

.collapse .ordered {
	margin-left: 40px;
	padding-bottom: 8px;
	padding-right: 22px;
}

.ordered li {
	font-family: 'PT Serif', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: italic;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	line-height: 24px;
	margin: 16px 0 16px 0;
}

a {
	color: white;
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

.a-dark {
	color: #403B24;
}

/* Main components  */

html, body {
	height: 100%;
}

header {
	z-index: 3;
	height: 80px;
}

.container {
	padding-left: 24px;
	padding-right: 24px;
}

.image img {
	width: 100%;
}

.imagehapto {
	width: 24%;
	padding: 24px 0;
}

#begeleidingen {
	padding-bottom: 1px;
}

.logotext {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #473C11;
	margin-left: 16px;
	display: none;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

.footer-links-small a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

.spacer {
	padding-top: 0;
	padding-bottom: 0;
}

.spacer-bottom {
	padding-bottom: 40px;
}

.spacerbig {
	padding-top: 160px;
	padding-bottom: 60px;
}

.footer {
	padding: 24px;
}

.footer2 {
	padding: 16px 24px;
}

.footer-content {
	display: flex;
	flex-direction: column;
}

.footer-links {
	float: none;
}

	.footer-links a {
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		margin: 32px 0 16px 0px;
		color: #506666;
	}

		.footer-links a:hover {
			color: #000000;
		}

.footer-links-small {
	float: right;
}

	.footer-links-small a {
		display: inline-block;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		margin: 16px 12px 16px 0;
	}

.bg-home {
	/*background-image: url(images/logobg.png);*/
	background-position: center;
	background-repeat: no-repeat;
}


.pageheader-home {
	height: 14vh;
	margin-top: 100px;
	display: flex;
}

.illustration {
	width: 100%;
}

.white {
	color: white;
}

.pageheader-faq {
	text-align: center;
	margin-top: 60px;
}

.contact-component {
	text-align: center;
	padding: 60px 0;
}

.faq-component {
	position: relative;
	top: -100px;
}

#faq-component-page {
	margin-bottom: 60px;
}

.faq-card {
	background-color: white;
	border-radius: 12px;
	margin: 10px 0 10px 0;
	-webkit-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
	-moz-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
	box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
}

.werkwijze {
	padding-bottom: 80px;
	background-color: #FFF2D9;
	padding: 24px;
}

	.werkwijze a {
		color: #8298B3;
		text-decoration: underline;
	}

.werkwijze-card {
	background-color: #B3A894;
	border-radius: 12px;
	margin-bottom: 16px;
	padding: 36px;
	text-align: center;
}

#werkwijze1 {
	background-image: url(images/werkwijze1.png);
	background-size: cover;
}

#werkwijze2 {
	background-image: url(images/werkwijze2.png);
	background-size: cover;
}

#werkwijze3 {
	background-image: url(images/werkwijze3.png);
	background-size: cover;
}

#werkwijze4 {
	background-image: url(images/werkwijze4.png);
	background-size: cover;
}

.disclaimer {
	margin-top: 8px;
	opacity: 70%;
}

.card-icon {
	align-self: center;
	padding-right: 24px;
}

.faq-header {
	padding: 18px 20px 18px 20px;
	background-color: white;
	border-radius: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.faq-question {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.faq-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0px 22px 24px 22px;
}

.faq-body2 {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0px 22px 0px 22px;
}

.faq-card a {
	color: #8298B3;
	text-decoration: underline;
}

.iconright {
	margin-right: 4px;
}

.faq-card p {
	width: 100%;
}

.ovaldivider {
	top: -42px;
	position: relative;
	margin-top: 100px;
	display: flex;
}

.ovaldivider2 {
	top: -42px;
	position: relative;
	display: flex;
	z-index: -1;
}

#curldivider2 {
	background-color: white;
	transform: rotate(180deg);
}

.img-mob-right {
	width: 375px;
	height: auto;
	position: absolute;
	bottom: 50px;
	right: -30%;
}

.img-mob-left {
	width: 375px;
	height: auto;
	position: absolute;
	top: 1760px;
	right: 30%;
}

.margin-2 {
	margin-top: -1px;
	margin-bottom: -4px;
}

.faq-header .iconright {
	transition: .3s transform ease-in-out;
}

.faq-header[aria-expanded="true"] .iconright {
	transform: rotate(-180deg);
}

.y1 {
	background-color: #FFF6E8;
}

.y2 {
	/*background-color: #F9F3E8;*/
	background-color: #FFE5B3;
}

.y3 {
	background-color: #FFF6E8;
}

.y4 {
	background-color: #5A6666;
}

.y5 {
	background-color: #FFE0A3;
}

.p2 {
	background-color: #4742B3;
}

.p3 {
	background-color: #402EA9;
}

.w {
	background-color: white;
}

.w2 {
	background-color: #F4F4F4;
}

.link {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	font-family: 'museo_sans700';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	.link span {
		padding-right: 4px;
	}

.buttonpair {
	padding-top: 40px;
	display: inline-block;
}

.p-button {
	font-family: 'museo_sans700';
	border-radius: 28px;
	text-align: center;
	font-size: 16px;
	padding: 18px;
	width: 100%;
	/* margin-bottom: 16px; */
}

.buttonmargin {
	margin-bottom: 16px;
}

.p-big {
	font-size: 18px;
	line-height: 28px;
}

.bwhite {
	background-color: #ffffff;
	color: #2C2A4E;
}

.byellow {
	background-color: #BFB26D;
	color: white;
}

.bpurple {
	background-color: #9691FF;
	color: white;
}


.s-button {
	background-color: #BFB26D;
	font-family: 'museo_sans700';
	border-radius: 28px;
	text-align: center;
	font-size: 16px;
	padding: 18px;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}

.home-button {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 46px;
	height: 46px;
}

.arrow-button {
	position: absolute;
	border-radius: 28px;
	background-color: #232163;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productcard {
	border-radius: 12px;
	padding: 32px;
	margin-bottom: 60px;
	background-color: #FFF2D9;
	position: relative;
	/*-webkit-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
    -moz-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
    box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);*/
	-webkit-box-shadow: 20px 20px 25px 0px rgba(147,144,136,1);
	-moz-box-shadow: 20px 20px 25px 0px rgba(147,144,136,1);
	box-shadow: 20px 20px 25px 0px rgba(147,144,136,1);
}

.productimage {
	margin-left: auto;
	display: flex;
	position: absolute;
	width: 70%;
	margin-right: auto;
	z-index: 1;
	top: 60px;
	left: 0;
	right: 40px;
}

/*.productimage2 {
	margin-left: auto;
	display: flex;
	position: absolute;
	width: 100% !important;
	height: auto !important;
	margin-right: auto;
	z-index: 1;
	top: 60px;
	left: 0;
	right: 0;
}*/

.mobilepush {
	margin-top: 370px;
}

.mobilepush2 {
	margin-top: 210px;
}

.productheader {
	margin-top: 60px;
	padding-bottom: 60px;
}

.productheader2 {
	margin-top: 60px;
	padding-bottom: 60px;
}

.overheader {
	margin-top: 60px;
	/* padding-bottom: 60px; */
}

.aboutimage {
	margin-top: 80px;
	width: 100%;
	border-radius: 50%;
}

.paperimage {
	width: 100vw;
	margin-left: -24px;
}

.imagetext {
	padding: 24px 0;
	font-style: italic;
}

.cardimage {
	max-height: 350px;
}

.haptonomie {
	background-color: #FFEC91;
}

.title-home {
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	/*color: #FFB929;*/
	color: #78B3B3;
}

.title-y6 {
	color: #403B24;
}

.cardimage-right {
	position: relative;
	width: 171px;
	left: 45%;
	transform: translateX(-50%);
	padding-bottom: 30px;
}

.cardimage-left {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	padding: 50px 0;
}

.zwangerschap {
	background-color: #DDDBFF;
}

.title-p6 {
	color: #18124B;
}

.nav {
	padding: 24px;
	align-items: center;
	height: 180px;
}

.copyright {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: white;
	/*opacity: 0.5;*/
	margin: 16px 0;
}

.footer svg path {
	fill: white;
}

.iconright path {
	fill: #8298B3;
}

ellipse {
	fill: #FFE5B3;
}

#ellipsewhite ellipse {
	fill: #ffffff;
}

.cd-logo, .cd-nav-trigger {
	position: fixed;
	display: inline-block;
}

	.cd-logo img {
		display: block;
	}

.cd-nav-trigger {
	top: 24px;
	right: 24px;
	height: 44px;
	width: 44px;
	z-index: 5;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

	.cd-nav-trigger .cd-icon {
		/* icon created in CSS */
		position: absolute;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		display: inline-block;
		width: 18px;
		height: 3px;
		background-color: #FFFFFF;
		z-index: 10;
	}

		.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
			/* upper and lower lines of the menu icon */
			position: absolute;
			top: 0;
			right: 0;
			width: 100%;
			height: 100%;
			background-color: #FFFFFF;
			/* Force Hardware Acceleration in WebKit */
			-webkit-transform: translateZ(0);
			-moz-transform: translateZ(0);
			-ms-transform: translateZ(0);
			-o-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			/* apply transition to transform property */
			-webkit-transition: -webkit-transform .3s;
			-moz-transition: -moz-transform .3s;
			transition: transform .3s;
		}

		.cd-nav-trigger .cd-icon::before {
			-webkit-transform: translateY(-6px) rotate(0deg);
			-moz-transform: translateY(-6px) rotate(0deg);
			-ms-transform: translateY(-6px) rotate(0deg);
			-o-transform: translateY(-6px) rotate(0deg);
			transform: translateY(-6px) rotate(0deg);
		}

		.cd-nav-trigger .cd-icon::after {
			-webkit-transform: translateY(6px) rotate(0deg);
			-moz-transform: translateY(6px) rotate(0deg);
			-ms-transform: translateY(6px) rotate(0deg);
			-o-transform: translateY(6px) rotate(0deg);
			transform: translateY(6px) rotate(0deg);
		}

	.cd-nav-trigger::before, .cd-nav-trigger::after {
		/* 2 rounded colored backgrounds for the menu icon */
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
		height: 100%;
		width: 100%;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
	}

	.cd-nav-trigger::before {
		background-color: #000000;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-delay: 0.4s;
		-moz-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.cd-nav-trigger::after {
		background-color: #000000;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		transition-delay: 0s;
	}

	.cd-nav-trigger.close-nav::before {
		/* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	.cd-nav-trigger.close-nav::after {
		/* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-delay: 0.4s;
		-moz-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.cd-nav-trigger.close-nav .cd-icon {
		/* user clicks on the .cd-nav-trigger element - transform the icon */
		background-color: rgba(255, 255, 255, 0);
	}

		.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
			background-color: #FFFFFF;
		}

		.cd-nav-trigger.close-nav .cd-icon::before {
			-webkit-transform: translateY(0) rotate(45deg);
			-moz-transform: translateY(0) rotate(45deg);
			-ms-transform: translateY(0) rotate(45deg);
			-o-transform: translateY(0) rotate(45deg);
			transform: translateY(0) rotate(45deg);
		}

		.cd-nav-trigger.close-nav .cd-icon::after {
			-webkit-transform: translateY(0) rotate(-45deg);
			-moz-transform: translateY(0) rotate(-45deg);
			-ms-transform: translateY(0) rotate(-45deg);
			-o-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}

.cd-primary-nav {
	/* by default it's hidden */
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: #FFFFFF;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
	/*background-image: url(images/logobg.png);*/
	background-position-y: 0;
	background-position-x: 0vw;
	background-size: 100vh;
	background-repeat: no-repeat;
}

	.cd-primary-nav a {
		font-family: 'Poppins', sans-serif;
		color: #78B3B3;
		font-size: 34px;
		font-weight: bold;
		line-height: 48px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transition: color 0.2s;
		-moz-transition: color 0.2s;
		transition: color 0.2s;
	}

		.cd-primary-nav a:hover {
			text-decoration: none;
		}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	/* navigation visible at the end of the circle animation */
	visibility: visible;
	opacity: 1;
}

.cd-overlay-nav, .cd-overlay-content {
	/* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
	position: fixed;
	top: 18px;
	right: 24px;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-20px) translateY(20px);
	-moz-transform: translateX(-20px) translateY(20px);
	-ms-transform: translateX(-20px) translateY(20px);
	-o-transform: translateX(-20px) translateY(20px);
	transform: translateX(-20px) translateY(20px);
}

	.cd-overlay-nav span, .cd-overlay-content span {
		display: inline-block;
		position: absolute;
		border-radius: 50%;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
		/* background fades out at the end of the animation */
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s 0s, visibility 0s .3s;
		-moz-transition: opacity .3s 0s, visibility 0s .3s;
		transition: opacity .3s 0s, visibility 0s .3s;
	}

.cd-overlay-nav {
	/* main rounded colored bg 1 */
	z-index: 2;
}

	.cd-overlay-nav span {
		background-color: #B3A894;
	}

.cd-overlay-content {
	/* main rounded colored bg 2 */
	z-index: 4;
}

	.cd-overlay-content span {
		background-color: #F9F3E8;
	}

.cd-content {
	/* just some dummy content */
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

	.cd-content .cd-intro {
		height: 200px;
		padding-top: 4.6em;
	}

	.cd-content h1 {
		text-align: center;
		font-size: 20px;
		font-size: 1.25rem;
	}

.containermedium {
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.containersmall {
	padding-left: 24px;
	padding-right: 24px;
}

.contentpush {
	margin-top: -180px;
	position: relative;
	padding-bottom: 40px;
}

.contentpush2 {
	margin-top: 80px;
	position: relative;
}

.cd-primary-nav li {
	margin-left: 24px;
	margin-right: 40px;
	margin-bottom: 16px;
	margin-top: 16px;
	display: block;
}

#mobilewhite {
	background-color: white;
}

#homebody {
	/* background-image: url(images/logobg.png);*/
	background-position-y: 0;
	background-position-x: 0vw;
	background-size: 100vh;
	background-repeat: no-repeat;
}

.p-button {
	font-size: 14px;
	font-family: 'Poppins';
	padding: 20px 40px 20px 40px;
	width: auto;
	font-weight: 600;
	width: 100%;
}

.p-button-blue {
	background-color: #8298B3;
	transition: 0.3s;
}

	.p-button-blue:hover {
		background-color: #5D6E83;
		color: white;
	}

.p-button-white {
	background-color: #ffffff;
	color: #8298B3;
	transition: 0.3s;
}

	.p-button-white:hover {
		background-color: #F2F2F2;
		color: #8298B3;
	}

@media only screen and (min-width: 768px) {

	h1 {
		font-size: calc(46px + 16 * (100vw - 480px)/760);
		line-height: calc(1.2 * (50px + 16 * (100vw - 480px)/760));
		padding-bottom: 40px;
	}

	h2 {
		font-size: calc(32px + 6 * (100vw - 480px)/760);
		line-height: calc(1.3 * (32px + 6 * (100vw - 480px)/760));
	}

	h3 {
		font-size: calc(22px + 4 * (100vw - 480px)/760);
	}

	h4 {
		font-size: calc(16px + 2 * (100vw - 480px)/760);
	}

	.faq-header:hover .iconright {
		transform: rotate(-90deg);
	}

	.footer-links-container {
		width: 100%;
	}

	.footer-links {
		float: right;
	}

	.closebutton {
		margin: 0;
	}

	.footer-links a {
		display: inline-block;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		margin: 16px 0 16px 24px;
		color: #506666;
	}

	.footer-links-small a {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		margin: 8px 0px 8px 18px;
		color: #FFFFFF;
	}

	.copyright {
		margin-left: 16px;
	}

	#mobilewhite {
		/*background-color: #F9F3E8;*/
		background-color: #FFE0A3;
	}

	.footer-content {
		display: flex;
		align-items: center;
		flex-direction: row;
		color: #506666;
	}

	#begeleidingen {
		margin-bottom: -80px;
	}

	.crop {
		width: max-content;
	}

	.cardimage-left {
		position: absolute;
		/* margin: auto;*/
		top: 0;
		bottom: 0;
		left: 40px;
		right: 0;
		/*width: 80%;*/
		width: 100%;
		transform: none;
		padding: 0;
	}

	.pageheader-home {
		height: 65vh;
		margin-top: 20px;
		display: flex;
	}

	.cardimage-right {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 40px;
		right: 0;
		width: 50%;
		transform: none;
		padding: 0;
	}

	.productheader {
		margin: 0;
		/* padding: 0; */
	}

	.overheader {
		margin: 0;
	}

	.productheader2 {
		height: 70vh;
	}

	.faq-component {
		position: relative;
		top: -120px;
	}

	.productimage {
		width: 70%;
		float: right;
		position: initial;
	}

	.productimage2 {
		margin-left: auto;
		display: flex;
		position: relative;
		/*		width: 100% !important;*/
		width: 696px !important;
		height: auto !important;
		margin-right: 0;
		z-index: 1;
		top: 0;
	}

	.y5 {
		background-color: #FFE0A3;
		padding-bottom: 20px;
		padding-top:20px;
	}

	.werkwijze {
		background-color: #FFF2D9;
		border-radius: 6px;
		max-width: 756px;
		margin-bottom: 20px;
		padding: 100px;
		padding-bottom: 80px;
		-webkit-box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
		-moz-box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
		box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
		/*Georven van containermedium*/
		margin-right: auto;
		margin-left: auto;
		/*padding-left: 24px;
		padding-right: 24px;*/
		/*Georven van contentpush*/
		position: relative;
	}

	.spacer {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.spacer-bottom {
		padding-bottom: 100px;
	}

	.werkwijze-card {
		-webkit-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
		-moz-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
		box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
	}

	ellipse {
		/*fill: #F9F3E8;*/
		fill: #FFE5B3;
	}

	#ellipsewhite ellipse {
		/*fill: #F9F3E8;*/
		fill: #FFE0A3;
	}

	.productcard {
		border-radius: 20px;
		padding: 100px;
		margin-bottom: 60px;
		background-color: #FFF2D9;
		position: relative;
		/*        -webkit-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
        -moz-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
        box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
*/
		-webkit-box-shadow: 20px 20px 25px 0px rgba(147,144,136,1);
		-moz-box-shadow: 20px 20px 25px 0px rgba(147,144,136,1);
		box-shadow: 20px 20px 25px 0px rgba(147,144,136,1);
	}

	.aboutimage {
		position: relative;
		width: 60%;
		float: right;
		z-index: 1;
		border-radius: 50%;
	}

	.paperimage {
		width: 720px;
		margin-left: -90px;
	}

	.imagehapto {
		padding: 0;
		position: relative;
		width: 60px;
	}

	.footer-left {
		display: flex;
		align-items: center;
		width: 50%;
	}

	.ovaldivider {
		margin-top: 160px;
	}

	.cd-primary-nav {
		background-position-x: 50vw;
		background-size: 120vh;
	}

	.logotext {
		display: initial;
	}

	#homebody {
		background-position-y: 0;
		background-position-x: 40vw;
		background-size: 130vh;
		background-repeat: no-repeat;
	}

	.contentpush {
		position: relative;
		top: -180px;
		margin-top: 0;
	}

	.contentpush2 {
		margin-top: -180px;
		position: relative;
		padding-bottom: 80px;
	}

	.privacypaper {
		background-color: #FFFFFF;
		border-radius: 6px;
		padding: 90px;
		-webkit-box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
		-moz-box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
		box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
		/*		-webkit-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
		-moz-box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
		box-shadow: 30px 30px 60px 0px rgba(228,217,196,1);
*/
	}

	.containersmall {
		max-width: 748px;
		margin-right: auto;
		margin-left: auto;
	}

	.containermedium {
		max-width: 804px;
	}

	.p-button {
		font-size: 14px;
		font-family: 'Poppins';
		padding: 20px 40px 20px 40px;
		width: auto;
		font-weight: 600;
		width: 300px;
	}

	.faq-card p {
		width: 100%;
	}

	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}

	.cd-primary-nav a {
		/* font-size: 28px;*/
		font-size: calc(40px + 4 * (100vw - 480px)/760);
		line-height: 80px;
	}

	.cd-primary-nav li {
		margin-left: calc((100vw - 700px)/2);
		margin-bottom: 20px;
		margin-top: 20px;
		display: block;
		padding: 0 20px;
	}

	.cd-primary-nav span {
		position: relative;
		display: inline-block;
		cursor: pointer;
		color: #78B3B3;
	}

		.cd-primary-nav span:before, span:after {
			content: '';
			position: absolute;
			width: 0%;
			height: 10px;
			top: 51%;
			margin-top: -0.5px;
			background: #FFFFFF;
		}

		.cd-primary-nav span:before {
			left: -2.5px;
		}

		.cd-primary-nav span:after {
			right: 2.5px;
			background: #8298B3;
			transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
		}

		.cd-primary-nav span:hover:before {
			background: #8298B3;
			width: 100%;
			transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
		}

		.cd-primary-nav span:hover:after {
			background: transparent;
			width: 100%;
			transition: 0s;
		}
}

@media only screen and (min-width: 990px) {

	.paperimage {
		width: 756px;
	}

	.cd-primary-nav li {
		margin-left: calc((100vw - 960px)/2);
	}
}

@media only screen and (min-width: 1200px) {

	.cd-primary-nav li {
		margin-left: calc((100vw - 1040px)/2);
		margin-bottom: 20px;
		margin-top: 20px;
		display: block;
		padding: 0 20px;
	}
}


@keyframes slideInFromDown {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0);
	}
}


@keyframes slideOutFromTop {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(100%);
	}
}

/*Extra CSS van RENS*/






/* ************************************************ */
/* EXTRA css: */

/* PASTE DEZE css ONDERIN: style.css */



/* ################ */
/* menu:

/* ++++++++ */
/* color van menu als dat uitklapt:
++ zie onderaan bij color */




/* ++++++++ */
/* PROBLEEM:
++ bij hover trekt er een streep door de tekst van het menu-item,
++ ongetwijfeld was het de bedoeling dat die streep een onder-streping van de tekst zou worden
EN: underline-stripe meteen:
++ dunner maken
++ andere color: 
*/
ul.cd-primary-nav li a span:before,
ul.cd-primary-nav li a span:after {
	top: 105% !important;
	height: 3px !important;
	background: #78B3B3 !important;
}



/* ++++++++ */
/* PROBLEEM:
++ bovenste van de 3-streepjes van het menu-icon
++ wordt niet 3px hoog

OPLOSSING: NOG
.cd-nav-trigger {
  line-height: 30px !important;
}
.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon::after {
  display: inline-block !important;
  height: 3px !important;
  min-height: 3px !important;
  max-height: 3px !important;
}
*/




/* ++++++++ */
/* PROBLEEM:
++ font-size van de menu-a-links wordt om mysterieuze redenen 
++ in deze style.css alsvolgt uitgerekend:
font-size: calc(40px + 4 * (100vw - 480px)/760);

++ BETER: per @-media een aantal vaste px;
++ plus: meteen een bijbehorende line-height;
++ plus: margin aanpassen van de li die de a-link omvat
*/

@media only screen and (min-width: 992px) {
	.cd-primary-nav a {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.cd-primary-nav li {
		margin-left: 10% !important;
		margin-right: 10% !important;
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
}

@media only screen and (max-width: 992px) {
	.cd-primary-nav a {
		font-size: 22px !important;
		line-height: 28px !important;
	}

	.cd-primary-nav li {
		margin-left: 5% !important;
		margin-right: 5% !important;
		margin-bottom: 16px !important;
		margin-top: 16px !important;
	}
}

@media only screen and (max-width: 850px) {
	.cd-primary-nav a {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.cd-primary-nav li {
		margin-left: 5% !important;
		margin-right: 5% !important;
		margin-bottom: 6px !important;
		margin-top: 6px !important;
	}
}

@media only screen and (max-width: 750px) and (orientation: portrait) {
	.cd-primary-nav li {
		margin-bottom: 12px !important;
		margin-top: 12px !important;
	}
}








/* ################ */
/* content-tekst:



/* ++++++++ */
/* PROBLEEM: 
++ in de Safari-browser op Apple-computers en iPhones ontstaat er 
++ een extra spatie voor het eerste woord van elke paragraaf
OPLOSSING: NOG 

p::before {
  width: 0  !important;
}
p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
*/


/* ++++++++ */
/* PROBLEEM: 
++ de 2-regels onderaan de pages verschillen qua font-grootte:
Neem contact op door mij te bellen of mailen.
++ heeft een grotere letter dan:
Spreek je boodschap in, ik bel zo snel mogelijk terug.

OPLOSSING:
++ die 2e-regel is een p met [class = p-xs],
++ en die class komt maar 1x voor in het hele html-doc,
++ dus: css-oplossing zonder in de html die class weg te halen,
++ is door die class dezelfde css te geven als een gewone p:
*/
p.p-xs {
	font-size: 16px !important;
	line-height: 26px !important;
	font-family: 'PT Serif', serif !important;
	color: rgba(0, 0, 0, 0.5) !important;
}






/* ################ */
/* images: page-background-img: logo-ginkoblad-wit-svg: */

/* body met ID: #homebody:
++ want: geen logo-ginkoblad-wit-svg op de andere content-pages,
++ dus: alleen op index.html, waar body die ID heeft */

body#homebody::before {
	/* met background-image-css:
++ als met background-image van body, dan moet er zeker een [ !important; ] achter de background-size, 
++ want: ergens in de originele style.css staat al een (niet op deze site gebruikte) background-size
  background-image: url(images/hn_logo_wit_background_svg.svg) !important;
  background-size: 100% 100% !important; 
  background-repeat: no-repeat !important;
  background-position: 220% 0 !important;

MAAR:
++ met background-image-css gaat niet goed, 
++ waarschijnlijk door al in style-css aanwezige background-image-css
  
DUS:
++ als content van de ::before van body:
*/
	content: url(images/hn_logo_wit_background_svg.svg) !important;
	display: block !important;
	/* position = absolute:
++ default is relative, en dan duwt de ::before
++ de index-content omlaag */
	position: absolute !important;
	margin-top: -5% !important;
	right: 5% !important;
	width: 50% !important;
	height: auto !important;
	/* z-index = -1;
++ want anders verdwijnt index-content achter blad: */
	z-index: -1 !important;
}

/* groter op mobile-portrait-view: */
@media only screen and (max-width: 992px) and (orientation: portrait) {
	body#homebody::before {
		margin-top: -15% !important;
		width: 70% !important;
		height: auto !important;
	}
}






/* ################ */
/* images: width van de illustratie-png: *

OPMERKING:
++ responsive-omslag-punt: als [screen-width < 750px], dan collapsen de 2x-col in 1x-col,
++ en komt de img-col boven de text-col 

PROBLEEM: 
++ de images zijn aangeleverd met [width = 696px],
++ maar: in de originele style.css werden ze veel kleiner geschaald */


/* ++++++++ */
/* OPLOSSING op index.html = entree-page: */

/* 1x-col: */
@media only screen and (max-width: 750px) {
	.productcard {
		padding-right: 20px !important;
		padding-left: 30px !important;
		/* overflow:
++ productcard op overflow = hidden gezet, zodat img rechts kan uitsteken terwijl
++ het uitstekende gedeelte toch niet zichtbaar wordt: */
		overflow: hidden !important;
	}

	.col-md-6 {
		padding-right: 0px !important;
		padding-left: 0px !important;
		z-index: 1 !important;
	}

		.col-md-6.order-md-first {
			z-index: 2 !important;
		}

	img.cardimage-left {
		margin: auto !important;
		margin-top: 0px !important;
		margin-left: 0px !important;
		width: 100% !important;
		height: auto !important;
		display: block !important;
	}
}
/* 2x-col: */
@media only screen and (min-width: 751px) {
	.productcard {
		padding-right: 20px !important;
		padding-left: 50px !important;
		overflow: hidden !important;
	}

	.col-md-6 {
		padding-right: 0px !important;
		padding-left: 0px !important;
		z-index: 1 !important;
	}

		.col-md-6.order-md-first {
			z-index: 2 !important;
		}

	img.cardimage-left {
		margin: auto !important;
		margin-top: 0px !important;
		margin-left: -20% !important;
		width: 130% !important;
		height: auto !important;
		display: block !important;
	}
}

@media only screen and (min-width: 992px) {
	img.cardimage-left {
		margin-top: 0px !important;
		margin-left: -20% !important;
	}
}

@media only screen and (min-width: 1200px) {
	img.cardimage-left {
		margin-top: auto !important;
		margin-left: -100px !important;
		width: 696px !important;
	}
}

@media only screen and (min-width: 1400px) {
	img.cardimage-left {
		margin-top: auto !important;
		margin-left: 0px !important;
	}

	.container, .container-md, .container-sm {
		max-width: 1340px !important; /* extra; max-width is bij [min-width = 1200]: 1140px */
	}
}


/* ++++++++ */
/* OPLOSSING op de andere content-pages: */

img.productimage {
	width: 100% !important;
	height: auto !important;
	float: none !important;
	display: block !important;
}

@media only screen and (min-width: 992px) {
	img.productimage {
		width: 696px !important;
	}
}

/* maar dan wel: kop-tekst bovenop img:
++ z-index = 3, en geen: 2,
WANT: 
++ img-div krijgt al 2 dankzij bovenstaande [z-index = 2] voor col-md-6
MAAR: 
++ als [kop-tekst = div:nth-child(2)] omhoog wordt gestackt door z-index,
++ dan komt de hele tekst-div ook bovenop het expanded-menu
DUS: 
++ NIET: hogere-z-index voor koptekst,
++ WEL: lagere z-index img:
*/
section.productheader .row.align-items-center div:nth-child(2) {
	z-index: -1 !important;
}







/* ################ */
/* images: logo-svg: object als link naar index.html:

PROBLEEM: 
++ logo = [svg + linked-png], en zit in html in een object-tag
++ maar: zo'n object werkt niet als a-link


/* ++++++++ */
/*OPLOSSING-1: NIET-GEDAAN:

++ object in span stoppen:
<a>
  <span>
    <object></object>
  </span>
</a>

++ met extra-css voor de a:
a {
  display: inline-block;
  position: relative; 
  z-index: 1;
}

++ en extra-css voor de span:
span {
  display: inline-block;
}

++ en extra-css voor object zelf:
object {
  position: relative; 
  z-index: -1
}



/* ++++++++ */
/*OPLOSSING-2: beter: zie hieronder

++ werk niet in IE-10, maar dat geldt voor de helft van alle websites
*/
header.nav object {
	pointer-events: none !important;
}








/* ################ */
/* color: divers: */


/* ++++++++ */
/* color: box-shadow:

++ box-shadow: h-offset v-offset blur spread color[= in rgba: dan kan ook transparency]; */
.productcard {
	-webkit-box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
	-moz-box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
	box-shadow: 7px 7px 12px 4px rgba(206,183,147,1) !important;
}



/* ++++++++ */
/* color: background-color van de content-pages:

++ op de content-pages was het geel van de onderste helft: te-donker;
++ en dat geldt ook de boogvorm die de bovenzijde van de onderste-helft vormt 
DUS:
*/
@media only screen and (min-width: 768px) {
	#mobilewhite {
		background-color: #FFE5B3 !important;
	}
}

@media only screen and (min-width: 768px) {
	#ellipsewhite ellipse {
		fill: #FFE5B3 !important;
	}
}



/* ++++++++ */
/* color: menu: als menu uitklapt:

++ dat was een weinig-fris bruin [ #B3A894 ]
++ is nu: */
.cd-overlay-nav span {
	background-color: #91FFBC !important;
}
