*, *::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;
}

#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: #8298B3;
}

.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;
}

.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;
}

.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: #FFF9EE;
}

.y2 {
  background-color: #F9F3E8;
}

.y3 {
  background-color: #806F50;
}

.y4 {
  background-color: #6E5F44;
}

.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: #FFF9EE;
  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);
}

.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: 86%;
  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: 100vw;
  margin-left: -24px;
}

.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%;
}

.title-y6 {
  color: #403B24;
}

.cardimage-right {
  position: relative;
  width: 171px;
  left: 45%;
  transform: translateX(-50%);
  padding-bottom: 30px;
}

.cardimage-left {
  position: relative;
  width: 90%;
  left: 50%;
transform: translateX(-50%);
padding: 50px 0;
}

.zwangerschap {
  background-color: #DDDBFF;
}

.title-p6 {
  color: #18124B;
}

.nav {
  padding: 24px;
  align-items: center;
}

.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:#F9F3E8;;
}

#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: #B3A894;
  -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: #F9F3E8;
  -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: #473C11;
}
.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: #B3A894;
  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: white;
  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;
  }

  .footer-links-small a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0px 8px 18px;
  }

.copyright {
  margin-left: 16px;
}

  #mobilewhite {
    background-color: #F9F3E8;
  }

  .footer-content {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  #begeleidingen {
    margin-bottom: -80px;
  }

  .crop {
    width: max-content;
  }

  .cardimage-left {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 0;
    width: 80%;
    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: 84%;
    margin-right: 0;
    z-index: 1;
    top: 0;
  }

 

  .werkwijze {
    margin-top: 80px;
  margin-bottom: -120px;
  }
  
  .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;
  }

  #ellipsewhite ellipse {
    fill: #F9F3E8;
  }

  .productcard {
    border-radius: 20px;
    padding: 100px;
    margin-bottom: 60px;
    background-color: #FFF9EE;
    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);
  }

  .aboutimage {
    position: relative;
    /* top: 52px; */
    width: 86%;
    float: right;
    z-index: 1;
  }

  .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: 180px;
  }

  .privacypaper {
    background-color: white;
    border-radius: 6px;
    padding: 90px;
    -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;
  }

  .cd-primary-nav span:before, span:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 10px;
    top: 51%;
    margin-top: -0.5px;
    background: #8298B3;
    
  }

  .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%);
    }
  } 
