/*
Theme Name: Je Moet Niks
Template: twentytwentyfive
Version: 1.2
*/

@import url("../twentytwentyfive/style.css");

@import 'consultation_form.css';
@import 'contact_form.css';
@import 'offerte_form.css';


@import 'media-queries.css';

/* @import url("https://use.typekit.net/vzy4ywi.css"); */






body {
    overflow-x: hidden;
}

:root {
  --base-brand-color: var(--wp--preset--color--accent-1);
  --swiper-navigation-size: 16;
}


.entry-content > h2 {
    text-align: center;
}

h1 {
    /* font-family: "p22-mackinac-pro", serif; */
    /* font-weight: 500; */
    /* font-weight: 500;
    font-style: normal;
    font-size: 2.5em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff; */
}

:active,
:focus,
:focus-visible {
  outline: none;
}
/* 
.certThumb {
    width: 80px;
} */

div.certificaten {
    display: none;
    flex-wrap: wrap;
    gap: 0.5em;
    justify-content: left;
}


div.certificaten div {
    background-color: #d6338a;
    color: #fff;
    font-size: 0.8em;
    padding: 0.3em 1em;
    border-radius: 0.5em;
}

div.certificaten div.act-basis {
    background: #f0aabe;
}

div.certificaten div.je-moet-niks {
    background: #d52e89;
}

div.certificaten div.act-matrix {
    background: #642951;
}
div.certificaten div.vip-traject {
    background: #ee8306;
}



header {
    margin-bottom: 3em;
}

header .wp-block-site-logo {
    background-color: var(--base-brand-color);
    border-radius: 0 0 1em 1em; /* Normale border-radius aan onderkant */
    /* position: relative; */
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
}

header .wp-block-site-logo img {
    padding: 1em 1em;
    max-width: unset;
}




header > .wp-block-group > .wp-block-group > .wp-block-group {
    padding-top: 0 !important;
}

footer {
    /* background-color: var(--base-brand-color);
    color: #fff; */
    margin-top: 6em;
}


.stretchLeft,
.stretchRight {
    position: relative;
}

.stretchRight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: inherit
}

.stretchLeft::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: inherit
}

.pill {
    position: relative;
}

.pill::before,
.pill::after {

    content: "";
    top: 0;
    right: 100%;
    /* width: 100vw; */
    height: 100%;
    background-color: inherit;
    position: absolute;
    border-radius: 50em 0 0 50em;
  box-sizing: revert;
  width: 15%;
}
.pill::after {
    right: unset;   
    left: 100%;
    border-radius: 0 50em 50em 0;
}


body.single-trainers figure.stretchRight::after {
    background-color: var(--wp--preset--color--accent-1);
  z-index: -1;
    left: 50%;
}


.imgEnd figure {
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
}

.imgEnd img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 358px;
    /* max-width: unset; */
    /* border: 1em solid var(--wp--preset--color--accent-2); */
}



.fullWidth {
    position: relative;
}

.fullWidth::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: inherit
}


.fullWidth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: inherit
}

hr.wp-block-separator {
    border: none;
    color: none;
    margin: 3.5em 0;
}


.topBlob {
    /* margin-top: -3em; */
}

.topBlob p:first-child {
    margin: 0;
}

.topBlob ul {
    margin: 0;
}


.swiper-wrapper {

}
.carousel-content {
    position: relative;
    height: 100%;
}

.carousel-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: var(--base-brand-color);
    color: #fff; */
    padding: 2em;
    /* display: inline-flex;
    flex-direction: column; */
}

.carousel-content-inner h3 {
    background: var(--base-brand-color);
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    border-radius: 0.5em;
    margin: 0;
    font-size: 1.5em;
}

.blog-carousel-item {
    height: 100%;
}

.blog-carousel-item .carousel-featured-image {
    height: 100%;
}

.blog-carousel-item .carousel-featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.carousel-content-inner h3 a {
    text-decoration: none;
    word-break: break-word;
 }

.carousel-content img {
    width: 100%;
    height: auto;
    border-radius: 2em;
}

.carousel-featured-image .carousel-meta {
    /* background: var(--wp--preset--color--accent-2); */
    /* color: #fff; */
   
}

.carousel-featured-image .carousel-meta .author {
    background: var(--wp--preset--color--accent-2);
    color: #fff;
    padding: 0.3em 0.7em;
    display: inline-block;
    border-radius: 0.5em;
    margin-top: 0.9em;
    font-size: 0.8em;
}


.swiper-button-next, .swiper-button-prev {
    /* display: none; */
    background: var(--wp--preset--color--accent-1);
    color: #fff;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
}

.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--accent-2);
}

.swiper-button-disabled {
   display: none;
}


.reviews-carousel .review-content {
    background: var(--wp--preset--color--accent-5);
    padding: 2em 2em;
    border-radius: 2em;
}

.reviews-carousel .review-content h3 {
    text-align: center;
    margin: 0;
}
.reviews-carousel .review-content label {
    opacity: 0.5;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.reviews-carousel .review-content p {
    font-size: 0.9em;
}

/* 
strong em,
em strong {
    font-family: "p22-mackinac-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.1em;
} */



.faq summary {
    font-size: var(--wp--preset--font-size--large);
      font-family: var(--wp--preset--font-family--libre-baskerville);
      font-style: normal;
      font-weight: 400;
}

.faq summary::marker {
    color: var(--wp--preset--color--accent-1);
    font-size: 1.2em;
}

.iconBlocks svg {
    stroke: var(--wp--preset--color--accent-1);
    width: 25% !important;
    height: auto !important;
}

.findTrainerBar img {
    transform: scale(1.90);
}

.location-strings label {
    margin-right: 1em;

}




.reviews-masonry {
    /* border: 2px solid red; */
    /* display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(40em, 1fr));
    grid-template-rows: masonry; */
    columns: 2; /* aantal kolommen */
    column-gap: 2em;
    column-fill: balance;
}

.reviews-masonry .review-item {
    background: var(--wp--preset--color--accent-5);
    padding: 0 2em;
    border-radius: 2em;

    break-inside: avoid;
    margin-bottom: 2em;
    /* width: 100%; */
}

.reviews-masonry .review-item h3 {
    text-align: center;
    margin: 0;
    padding-top: 2rem;
}
.reviews-masonry .review-item label {
    opacity: 0.5;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.reviews-masonry .review-item p {
    font-size: 0.9em;
    padding-bottom: 2em;
}

.reviewStars svg {
    fill: rgb(227, 227, 22) !important;
    width: 30px !important;
    height: 30px !important;
    /* stroke: red; */
    
}



blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    /* font-family: var(--wp--preset--font-family--libre-baskerville),'Montserrat', sans-serif; */

    font-weight: 800;
    color: #000;
    padding: 30px 0;
    width: 100%;
    max-width: 40em;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 2px !important;
    border-bottom: solid 2px !important;
    border-left: none !important;
    border-right: none !important;
    margin: 0 auto !important;

    border-color: var(--wp--preset--color--accent-1) !important;

    
}

/* Blockquote header */
blockquote p {
    position: relative;
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    font-style: italic;
    opacity: 0.8;
    text-align: center;
}


/* Blockquote right double quotes */
blockquote:after {
    font-family: var(--wp--preset--font-family--libre-baskerville),'Montserrat', sans-serif;

    position: absolute;
    content: "”";
    color: #000;
    font-size: 10rem;
    line-height: 0;
    bottom: -50px;
    right: 30px;
    font-weight: 800;
    /* opacity: 0.3; */
}




.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container {
    width: 100% !important;
}

.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container li {
    width: 100% !important;
    flex-direction: row !important;
   
    

}

.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container li  a {
    width: 100% !important;
    align-items: center !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    background: var(--wp--preset--color--accent-1) !important;
    color: #fff !important;
    padding: 1em 2em !important;
    border-radius: 3em !important;
    margin: 0 !important;
    text-align: center !important;
}


.offerte-success-message {
    background: var(--wp--preset--color--accent-1);
    padding: 2em;
    border-radius: 2em;
  color: #fff;
  text-align: center;
}

.offerte-success-message h3 {
    text-align: center;
    margin: 0;
    /* padding-top: 2rem; */
    font-size: 2em;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.1em; */
    text-align: center;
    margin-bottom: 1em;
    
}

.offerte-success-message p {
    text-align: center;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
}



.offerte-mailer-container .form-group {
    margin: 0 0 1em;
}


.offerte-mailer-container .offerte-mailer-form {
  
}

.offerte-mailer-container .form-row {
   display: flex;
   gap: 2em;
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
}

.offerte-mailer-container .form-row .form-group {
    flex: 1 1 45%;
    /* min-width: 220px;
    max-width: 100%; */
}

@media (max-width: 700px) {
    .offerte-mailer-container .form-row {
        flex-direction: column;
        gap: 1em;
    }
    .offerte-mailer-container .form-row .form-group {
        flex: 1 1 100%;
        min-width: 0;
    }
}





.offerte-mailer-container .form-group label {
    display: block;
}

.offerte-mailer-container .form-group input {
    border: 1px solid #00000061;
    border-radius: 2em;
    padding: 1em 2em;
    width: 100%;
    font-size: 1em;
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--body);

}

.offerte-mailer-container  label {
    display: block;
    margin: 0.5em 0 0.4em 1em;
    font-size: 1em;
    /* font-weight: 600; */
}

.offerte-mailer-container  button {
    color: #fff;
    background: var(--wp--preset--color--accent-1);
    font-size: var(--wp--preset--font-size--medium);
  line-height: inherit;
  padding-top: 1rem;
  padding-right: 2.25rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  width: 30em;
  margin: 1em 0 0;
}



.offerte-mailer-container .checkbox-group {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin: 0.5em 0;
}

.offerte-mailer-container .checkbox-item {
    display: flex;
    align-items: center;
    background: #fff;;
    border: 2px solid var(--wp--preset--color--accent-1);
    border-radius: 1em;
    padding: 0.75em 1.5em;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    /* box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04); */
    position: relative;
    min-width: 160px;
    user-select: none;
}

.offerte-mailer-container .checkbox-item input[type="checkbox"] {
    accent-color: var(--wp--preset--color--accent-1);
    margin-right: 0.75em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 0.3em;
    border: 1.5px solid #bbb;
    transition: box-shadow 0.2s;
    cursor: pointer;
}

.offerte-mailer-container .checkbox-item input[type="checkbox"]:focus {
    outline: 2px solid var(--wp--preset--color--accent-1);
    outline-offset: 2px;
}

.offerte-mailer-container .checkbox-item span {
    font-size: 1em;
    color: #222;
    font-weight: 500;
}

.offerte-mailer-container .checkbox-item input[type="checkbox"]:checked + span {
    color: var(--wp--preset--color--accent-1);
}

.offerte-mailer-container .checkbox-item input[type="checkbox"]:checked {
    /* box-shadow: 0 0 0 2px var(--wp--preset--color--accent-1, #007c5c); */
    /* border-color: var(--wp--preset--color--accent-1); */
}

.offerte-mailer-container .checkbox-item:hover,
.offerte-mailer-container .checkbox-item input[type="checkbox"]:focus + span {
    border-color: var(--wp--preset--color--accent-1);
    /* box-shadow: 0 2px 12px 0 rgba(0,124,92,0.08); */
   
}

@media (max-width: 600px) {
    .offerte-mailer-container .checkbox-group {
        flex-direction: column;
        gap: 0.5em;
    }
    .offerte-mailer-container .checkbox-item {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
    }
}
