:root {
    
    /*--donker-groen: #104D4F;*/
	--donker-groen: #407274;
    /*--licht-blauw: #E5F0F6;*/
    --licht-blauw: #d1e1e5;
    --body-background: #F5F8F8;
	/*--body-background: #D2D0C4;*/
    --grijs: #333333;
    /*--geel: #f7e29d;*/
	--geel: #EFE091;
    /*--roze: #F4B2AB;*/
    --roze: #F7C4BF;
    --blauw: #8CADAE;
    
    /* ANIMATIE */
    --snelheid: 0.2s;
}


html, body {
    font-family: bree-serif, serif;
    background-color: var(--body-background);
    scroll-behavior: smooth;
}

.hamburger-menu {
    display: none;
}

.menu-container {
    display: flex;
}
/*
.logos {
    margin-top: 80px;
    position: absolute;
    display: flex;
    max-width: 30%; 
}

.logos a {
    
    height: auto;
}

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

.logo-enco {
    max-height: 60px;
    margin-top: 7%;
    margin-left: 10px;
}*/


.logos {
    margin-top: 80px;
    position: absolute;
    display: flex;
    min-width: 250px;
    max-width: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: visible;
}

.logos a {
    text-indent: -9999px;
    height: 150px;
    width: 50%;
}
/*

.logos .logo {
    background-color: #add8e6;
    opacity: 0.5;
  }

.logos .logo-enco {
    background-color: #ffcccb;
    opacity: 0.5;
  }
*/


.scroll-stop {
    margin: 0; 
    height: 100%; 
    overflow: hidden;
}

a {
    transition: all var(--snelheid) ease; 
}

h2 {
    font-family: bree-serif, serif;
    font-size: 4em;
    font-weight: 300;
    color: white;
}
h2 span {
    font-family: bree-serif, serif;
    font-weight: 600;
}

b {
    font-weight: 600;
}

h3 {
    font-family: bree-serif, serif;
    font-size: 3em;
    font-weight: 300;
    color: var(--donker-groen);
}

p {
    line-height: 160%;
    font-family: bree-serif, serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.125rem;
}

body .container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


.text-link:link,
.text-link:visited,
.text-link:hover,
.text-link:active {
    color: var(--grijs);
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.text-link:visited {
    color: var(--grijs);
}


.text-link .arrow-right {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

.primary-cta:link {
    display: inline-flex;
    padding: 20px 30px;
    background-color: white;
    text-decoration: none;
    color: var(--donker-groen);
    border-radius: 100px;
    font-weight: 200;
    vertical-align: middle;
    line-height: 200%;
    transition: all var(--snelheid) ease;    
    font-size: 1.125rem;
    min-width: 173px;
}

.primary-cta:visited {
    color: var(--donker-groen);
}

.primary-cta:hover {

    box-shadow: 0px 5px var(--geel);
    transform: translateY(-5px);
}


.primary-cta img {
    padding-left: 10px;
}


header {
    background-image: url('../images/bg-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-attachment: fixed;
    overflow: hidden;
    
}


nav {
    margin-bottom: 120px;
    width: 100%;
}

.active {
    text-decoration: underline;
}
.inactive {
    text-decoration: none;
}


header nav .sub-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.6;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}


header nav .sub-nav a:link,
header nav .sub-nav a:visited,
header nav .sub-nav a:hover,
header nav .sub-nav a:active {
    font-weight: 300;
    margin-left: 40px;
}
header nav .sub-nav a:hover {
    text-decoration: underline;
}

header nav .main-nav {
    display: flex;
    margin-left: auto;
    width: 60%;
    margin-top: 65px;
    float: right;
    justify-content: right;
    margin-bottom: 35px;
}


header nav .main-nav a:link,
header nav .main-nav a:visited,
header nav .main-nav a:hover,
header nav .main-nav a:active {
    margin-left: 8%;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
}

header nav .main-nav a:hover {
    text-decoration: underline;
}

.mobile-nav {
    display: none;
}

header h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 300;
    display: inline-block;
}
header h1 span {
    font-weight: 600;
}
header p {
    padding-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}


#intro h1 {
    position: relative;
    position: block;
}
#intro h1 img {
    position: absolute;
}
#splash {
    
    top: -60px;
}
#ster {
    right: -50px;
    top: -40px;
}
#pijl {
    position: absolute;
    left: 70%;
}

.header-visual {
    display: block;
    width: 100vw;
    margin-top: 40px;
}

.products {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.product-card {
    max-width: 32%;
    min-width: 300px;
    padding: 40px;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    color: var(--donker-groen);
    position: relative;
    margin-top: 140px;
    transition: all var(--snelheid) ease; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.energetischeTherapie {
    max-width: 100%;
    padding: 40px;
    background-color: white;
    border-radius: 20px;
    /*box-sizing: border-box;*/
    color: var(--donker-groen);
    position: relative;
    margin-top: 3rem;
    transition: all var(--snelheid) ease; 
    display: flex;
    align-items: center;
}

.energetischeTherapie-content {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.energetischeTherapie p {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    max-width: 80%;
}

.energetischeTherapie img {
    max-height: 200px;
}

.product-card p,
.energetischeTherapie p {
    color: var(--grijs);
    line-height: 150%;
    font-size: 1rem;
}

.product-card .doelgroep {
    display: flex;
    color: var(--donker-groen);
    font-size: 1rem;
    align-items:baseline;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-card span {
    display: block;
    color: var(--donker-groen);
    margin-bottom: 10px;
}

.product-card h3,
.energetischeTherapie h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
}
/*.product-card .product-image {
    display: block;
    margin-top: -130px;
    margin-left: auto;
}*/
.product-card .product-image {
    right: 10px;
    top: -200px;
    position: absolute;
}

.product-card:hover,
.energetischeTherapie:hover {
    box-shadow: 0px 5px #D1E1E5;
    transform: translateY(-5px);

}

.doelgroep img {
    margin-right: 10px;
    
}
/*
.training-card {
    border: 3px dashed var(--geel);
}
.training-card .doelgroep {
    background-color: var(--geel);
}

.voorlichting-card {
    border: 3px dashed var(--blauw);
}
.voorlichting-card .doelgroep {
    background-color: var(--licht-blauw);
}

.coaching-card {
    border: 3px dashed var(--roze);
}
.coaching-card .doelgroep {
    background-color: var(--roze);
}*/

.divider {
    border-bottom: 3px dashed var(--donker-groen);
    opacity: 0.1;
    margin-top: 80px;
    margin-bottom: 80px;
}

.over-josee {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.over-josee p {
    max-width: 75%;
    min-width: 50%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact {
    box-sizing: border-box;
    background-color: var(--donker-groen);
    padding: 80px;
    color: white;
    border-radius: 20px;
    background-image: url('../images/bg-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    overflow: hidden;
}


.contact-text {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-text p {
    width: 60%;
}

.contact #pijl {
    display: inline-block;
    position: static;
    transform: rotate(300deg);
    margin-top: -20px;
}

.social-links a:link,
.social-links a:visited,
.social-links a:hover,
.social-links a:active {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-links .linkedin-link {
    background-image: url('../images/Linkedin.svg');
}

.social-links a:hover {
    transform: translateY(-5px);
}


footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 80px;
}


/*

===========================================
===========================================
PRODUCT DETAIL CSS
===========================================
===========================================

*/
/*

.product-detail-header nav {
    z-index: 3000;
    position: relative;
}

.product-detail-header nav a {
    color: var(--donker-groen);
}

.product-detail-header nav .sub-nav a:link,
.product-detail-header nav .sub-nav a:visited,
.product-detail-header nav .sub-nav a:hover,
.product-detail-header nav .sub-nav a:active {
    color: var(--donker-groen);
}

.product-detail-header .sub-nav a {
    color: var(--donker-groen);
}

.product-detail-header nav .sub-nav {
    border-bottom: 3px dashed #D1E1E5;
}

.product-detail-header {
    background-color: var(--licht-blauw);
    color: var(--donker-groen);
}

.product-detail-header h1 {
    margin-top: 180px;
    margin-bottom: 0;
}

.product-detail-header p {
    font-size: 28px;
    margin-bottom: -60px;
    display: block;
    width: auto;
}

.product-detail-header .header-visual {
    transform: scaleX(-1);
    margin: 0;

}

.product-detail-header .product-img {
    position: absolute;
    right: 10%;
    top: 0px;
    width: 500px;
    z-index: 1000;
}
*/
.product-details {
    display: flex;
    align-items:flex-start;
}

.product-details p {
    color: var(--grijs);
}



.product-fiche {
    box-sizing: border-box;
    width: 40%;
    padding-left: 60px;
    margin-left: 80px;
    border-left: 3px dashed #DEE7E7;
    color: var(--grijs);
}

.product-fiche div {
    padding-bottom: 40px;
    border-bottom: 3px dashed #DEE7E7;
    padding-top: 40px;
}

.product-fiche div:first-child {
    padding-top: 0;
}
.product-fiche div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-fiche .tarieven-table {
    width: 100%;
    text-align: left;
    line-height: 180%;
    font-size: 1.125rem;
    
}

table {
    border-collapse:separate; 
    border-spacing: 0 1em;
}

.content-builder ul,
.product-fiche ul,
.content-intro-text ul {
    margin: 20px;    
    padding-left: 10px;
    list-style-type: circle;
    list-style-position: outside;
    font-weight: 300;
    line-height: 160%;

    line-height: 180%;
    font-family: bree-serif, serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.125rem;
    color: var(--grijs);
}

.product-fiche ul {
    font-size: 1rem;
}

.content-builder ul li,
.product-fiche ul li,
.content-intro-text ul li {
    padding-bottom: 20px;
}
.content-builder ul li:last-child,
.product-fiche ul li:last-child,
.content-intro-text ul li:last-child {
    padding-bottom: 0;
}

strong {
    font-weight: bold;
}


.product-fiche .tarieven-table td {
    font-weight: 300;
}

.content-builder {
    max-width: 60%;
}

.content-builder p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-builder .content-box {
    background-color: var(--donker-groen);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 60px;
    color: white;
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 1.125rem;
    position: relative;
}

.content-builder .content-box p,
.content-builder .content-box ul {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.content-builder img {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.contentImage {
    width: 100%;
    max-height: auto;
}

.textImage {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.textImage .textImageText {
    width: 50%;
    padding-right: 30px;
}

.textImage .imageContainer {
    width: 50%;
}

.ster-dot {
    position: absolute;
    left: 10px;
    bottom: -60px;
}
.splash-geel {
    position: absolute;
    right: 0;
    top: -60px;
}