:root {
    --blauw: #b1c7d9;
    --ivoorwit: #FAF9F7;
    --geel: #eada70;
    --donker: #294594;
}

/* ======== STANDAARD STYLING ======== */

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1400px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", sans-serif;
     overflow-x: hidden!important;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

p {
    color: #221E1F;
    font-size: 17px;
    line-height: 33px;
}

.pl-4 {
    padding-right: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-style: normal;
}

input:focus,
textarea {
    outline: none !important;
}

/* ======== HEADER ======== */

.header {
    height: 600px;
    background-size: cover;
    background-position: center;
}

.menu-balk {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 -5px 35px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -5px 35px 0 rgb(0 0 0 / 15%);
  z-index: 800;
  position: sticky;
}

.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 30px;
}

.menu-wrap ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  font-family: "Belleza", sans-serif;
}

.menu-wrap ul li {
    font-size: 25px;
    padding: 0;
}

.menu-wrap ul li a{
   color: #000 !important;
}


img.logo {
    width: 140px;
}

.image-section {
    background: url("../img/header-nieuw.jpg") center center / cover no-repeat;
    min-height: 585px;
}

.text-section {
    background-color: var(--blauw);
    color: #000;
    display: flex;
    align-items: center;
    padding: 4rem;
}

.btn-yellow {
    font-family: "Belleza", sans-serif;
    background-color: var(--donker);
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    transition: background-color 0.3s ease;
    font-size: 20px;
    margin-top: 20px;
    display: inline-flex;
}

.btn-yellow:hover {
  background-color: #7698d1;
}

.text-section h1 {
    color: #fff;
    font-size: 45px;
}

img.symbolen {
  position: relative;
  top: 190px;
  left: 20px;
  width: 220px;
  will-change: transform;
}

.modal-content h1 {
  color: var(--donker);
}

.afbeelding-sidebar {
    position: absolute;
}

.symbolen.symbolen-groot {
  top: 370px;
  width: 260px;
}

.custom-nav button {
  background: #294594;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 800;
  font-weight: 400;
}

.custom-nav button:hover {
  background: #b1c7d9;
}

.text-section strong {
  font-weight: bolder !important;
  color: rebeccapurple !important;
}

.owl-nav {
    display: none;
}

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

.owl-carousel .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}

.owl-carousel .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.owl-carousel .card-text {
    font-weight: 800;
}

.card-body {
  padding: 30px;
  border: none !important;
}

.card-wrapper {
    padding: 10px;
    box-sizing: content-box;
}

.owl-carousel .item {
    overflow: visible;
    padding: 10px;
}

.card {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
  background: rgb(255, 255, 255);
  border: none !important;
}

h5.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  font-family: "Belleza", sans-serif;
}

/* ======== DIVIDER ======== */


.divider {
  aspect-ratio: 16 / 6;
  width: 100%;
  background-image: url('img/facet1.jpg')!important;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

/* ======== KERNWAARDEN ======== */

.kernwaarden {
    padding-top: 60px;
    padding-bottom: 60px;
    background: var(--blauw);
}

.inhoud {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.inhoud h1 {
  font-size: 52px;
  color: var(--donker);
  margin-bottom: 30px;
}

.inhoud h2 {
  font-size: 44px;
  color: #294594;
  margin-bottom: 30px;
  line-height: 45px;
}

.kernwaarden h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 10px;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

.ronde-vormen {
    border-radius: 30px;
}

.padding-right-60 {
    padding-right: 60px;
}

.stick-top {
    position: relative;
    width: 100%;
}

.knoppen-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}

a.button-kernwaarden {
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    color: #000;
    font-family: "Belleza", sans-serif;
    font-size: 20px;
    min-width: 32%;
    margin-bottom: 18px;
    margin-right: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-kernwaarden .pijltje-knop {
    transition: transform 0.3s ease;
}

.button-kernwaarden:hover .pijltje-knop {
    transform: translateX(3px);
}


img.symbolen-twee {
  width: 290px;
  position: absolute;
  top: -250px;
  right: 10px;
  
  /* Beginstatus voor animatie */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out; /* Regelt de snelheid van de fade/slide */
}

/* De status wanneer de afbeelding in beeld komt */
img.symbolen-twee.active {
  opacity: 1;
  transform: translateY(0);
}

img.pijltje-knop {
    width: 30px;
}


/* ======== MODALS ======== */

.modal-content {
  border: none;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 47px 5px rgba(0,0,0,0.17);
  box-shadow: 0px 0px 47px 5px rgba(0,0,0,0.17);
}

/* ======== REVIEWS ======== */

.reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E1DDB6;
}

.symbol-wrap {
    position: relative;
}

.innerreview {
    padding: 20px;
    background: #fff;
}

.reviews h4 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #294594;
    margin-left: 25px;
}

/* ======== WIJ WERKEN VOOR ======== */

.home-werkenvoor {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--blauw)!important;
}
.home-werkenvoor h5 {
  color:var(--donker);
}

.werkenvoor {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e1ddb6;
}

.werkenvoor h5 {
  font-size: 40px;
  color: var(--donker);
  margin-bottom: 40px;
}

.inner-wit {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.inner-wit:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 -5px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 -5px 15px 0 rgb(0 0 0 / 10%);
}

/* ======== FOOTER ======== */

.footer {
    padding-top: 50px;
    padding-bottom: 60px;
}

.wrap-footer {
    display: flex;
    align-items: center;
}

img.logo-onder {
    width: 150px;
}

/* ======== TRAININGEN ======== */

.trainingen {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E1DDB6;
}

.card-text {
  line-height: 25px;
  font-size: 16px;
  margin-top: 20px;
}

.pijltje-training {
  width: 20px;
  margin-left: 0px;
}

.bekijktraining {
  color: #000;
  position: relative;
  bottom: 20px;
  left: 40px;
  font-weight: 700;
}

.title-trainingen {
  font-size: 23px !important;
  font-weight: 800;
}

.trainingen .card {
  padding-bottom: 20px !important;
}

/* ======== BLOCKQUOTE ======== */

blockquote {
  position: relative;
  padding-left: 55px;
  color: #333;
  font-weight: 800;
  font-size: 30px;
}
blockquote p {
  font-size: 24px;
  font-family: "Belleza", sans-serif;
  color: #7698d1;
  margin-top: 30px;
  margin-bottom: 30px;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 3rem;
  color: #7698d1;
  font-family: serif;
}

/* ======== OVERLAY MENU ======== */

.hamburger {
    width: 40px;
    height: 42px;
    position: fixed;
    cursor: pointer;
    z-index: 99999999;
    right: 30px;
    top: 40px;
    opacity: 0;
}

.hamburger span {
  background: #000;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.4s;
  border-radius: 0;
}

.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 11px;
}
.hamburger span:nth-child(3) {
    top: 22px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
     background: #B78A4A;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    background: #B78A4A;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
    background: #B78A4A;
}


.overlay .overlay-menu {
    position: absolute;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background: #fff;
    padding: 50px 30px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.4);
    transition: right 0.4s ease;
    overflow-y: auto;
    background: #34534d;
}



.overlay.active .overlay-menu {
    right: 0;
}

.overlay .overlay-menu .menu {
    margin: 0;
    padding: 0;
}

.overlay .overlay-menu .menu li {
    list-style: none;
    margin: 20px 0;
}

.overlay .overlay-menu .menu li a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 800;
    font-family: "gotham", sans-serif;
    text-transform: uppercase;
}

.overlay .overlay-menu .menu li a:hover {
    color: #B78A4A;
}

.no-scroll {
    overflow: hidden;
}

nav.overlay-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* Basis menu */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu > li {
    position: relative;
}

.menu > li > a {
  display: block;
  padding: 0px 15px;
  text-decoration: none;
}

.menu-item-has-children > a::after {
    content: "▾";
    margin-left: 8px;
    font-size: 0.7em;
    transition: transform 0.3s ease;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
	  border-radius: 20px;
	  padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    display: flex !important;
    flex-direction: column;
	    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

.sub-menu li a {
    padding: 10px 20px;
    display: block;
    color: #333;
	font-size:20px;
}

.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-item-has-children:hover > a::after {
  
}

.sidebar strong {
  font-family: "Belleza", sans-serif;
  font-size: 24px;
  margin-bottom: -10px;
  display: block;
}

.sidebar {
  border-radius: 20px;
  padding: 50px 40px 30px 40px;
  position: sticky;
  top: 100px;
  background: #e1ddb6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 40px;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar ul {
  padding-left: 20px;
  font-size: 17px;
  line-height: 30px;
}

.zonder-margin {
  margin-top: 0px!Important;
}

.sidebar h3 {
    margin-top: -0px!important;
    color: var(--donker);
    font-weight: 600;
}

.wp-block-list {
  color: #221E1F;
  font-size: 17px;
  line-height: 33px;
  list-style: square;
}

.interesse-blok-button {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.interesse-blok-button:hover {
    background: #005177;
}

.button-training {
  font-family: "Belleza", sans-serif;
  background-color: var(--geel);
  border: none;
  color: #000;
  font-weight: 500;
  padding: 20px 40px 20px 40px;
  border-bottom-left-radius: 20px;
  transition: background-color 0.3s ease;
  font-size: 20px;
  margin-top: 20px;
  display: inline-flex;
  border-bottom-right-radius: 20px;
  text-align: center;
  justify-content: space-between;
}

.trainers-rij img {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px;
}

.trainers-rij p {
  font-size: 16px !important;
  line-height: 30px;
}

.padding-right-100 {
  padding-right: 100px;
}

.team-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #E1DDB6;
}

.team-wrapper .card {
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
 
}

.team-wrapper h5 {
  color: var(--donker) !important;
}

.team-wrapper .card:hover {
  transform: translateY(-5px);
}

.innerteam {
  background: #fff;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px;
}

.btn.btn-primary {
  font-family: "Belleza", sans-serif;
  background-color: var(--donker);
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 0.3em 1.5rem;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  font-size: 20px;
  margin-top: 20px;
  display: inline-flex;
}

.innerteam h4{
    padding-top:30px;
  padding-left: 30px;
  padding-right: 30px;
}

.innerteam p {
padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}


.team-wrapper .img-fluid.wp-post-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  aspect-ratio: 4/4;
  object-fit: cover;
}
.modal img {
  aspect-ratio: 16/14;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.team-wrapper .modal-content {
  border: none;
  border-radius: 30px;
  padding: 0;
  -webkit-box-shadow: 0px 0px 47px 5px rgba(0,0,0,0.17);
  box-shadow: 0px 0px 47px 5px rgba(0,0,0,0.17);
}

.team-wrapper .innermodal {
  padding: 30px;
}

.team-wrapper .innermodal h2 {
  font-size: 38px;
  color: var(--donker);
}

.team-wrapper .modal h3 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.inhoud h3 {
  font-weight: 800;
  margin-top: 40px;
}


/* =========================
   Alleen mobiel
========================= */
@media (min-width: 992px) {
  .mobile-menu-toggle,
  .mobile-overlay {
    display: none;
  }
}

/* =========================
   HAMBURGER
========================= */

.mobile-menu-toggle {
    position: relative;
    width: 36px;
    height: 28px;
    cursor: pointer;
    z-index: 1100;
    background: none;
    border: none;
    right: 0;
    position: absolute;
    top: 40px;
    right: 30px;
}

.mobile-menu-toggle span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 3px;
  left: 0;
  transition: all 0.6s cubic-bezier(.77,0,.175,1);
}

.mobile-menu-toggle span:nth-child(1) { top: 0; }
.mobile-menu-toggle span:nth-child(2) { top: 12px; }
.mobile-menu-toggle span:nth-child(3) { top: 24px; }

.mobile-menu-toggle.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-15px);
}

.mobile-menu-toggle.active span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}

.mobile-overlay {
    font-family: "Belleza", sans-serif;
    position: fixed;
    inset: 0;
    background-color: #E1DDB6;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.7s cubic-bezier(.77, 0, .175, 1);
    z-index: 20;
}

.mobile-overlay.active {
  transform: translateY(0);
}

/* Scroll lock */
body.menu-open {
  overflow: hidden;
}

/* =========================
   MENU STYLE
========================= */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.mobile-overlay.active .mobile-menu li {
  opacity: 1;
  transform: translateY(0);
}

/* stagger effect */
.mobile-overlay.active .mobile-menu li:nth-child(1) { transition-delay: .1s; }
.mobile-overlay.active .mobile-menu li:nth-child(2) { transition-delay: .2s; }
.mobile-overlay.active .mobile-menu li:nth-child(3) { transition-delay: .3s; }
.mobile-overlay.active .mobile-menu li:nth-child(4) { transition-delay: .4s; }
.mobile-overlay.active .mobile-menu li:nth-child(5) { transition-delay: .5s; }

.mobile-menu li a {
  color: #294594;
  font-size: 2rem;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}



/* Styling voor het plusje */
.menu-item-has-children {
    position: relative;
}

.sub-menu-toggle {


}

.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
      display: none!important;
}

/* Submenu standaard inklappen */
.mobiel-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    list-style: none;
    padding-left: 20px;
}


.menu-item-has-children.is-open > ul.sub-menu {
    max-height: 500px; /* Hoog genoeg voor de inhoud */
}


.menu-item-has-children.is-open > .sub-menu-toggle .icon-plus {
    display: inline-block;
    transform: rotate(45deg); /* Draait het plusje naar een 'x' of min */
}

.menu-mobiel-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #E1DDB6;
  min-height: 100vh;
  padding-top: 102px;
}

.menu-mobiel-wrap .menu-item-has-children > a::after {
  content: "→";
  margin-left: 8px;
  font-size: 23px;
  transition: transform 0.3s ease;
  font-weight: 800;
  position: absolute;
  right: 20px;
  top: 12px;
}

.menu-slider-container {
    display: flex;
    width: 200%; /* Ruimte voor 2 schermen naast elkaar */
    transition: transform 0.3s ease-in-out;
}

.active-sub-view a{
display: block;
  padding: 15px 20px;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  color: #294594;
  font-size: 22px;
  font-weight: 600;
}

/* Reset alle mogelijke desktop-styling op de mobiele lijst */
.mobile-only-list, 
.mobile-only-list ul {
    width: 50%; /* 50% van de 200% container = volledige schermbreedte */
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.mobile-only-list li {
    display: block !important;
    width: 100%;
}

.mobile-only-list li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  color: #294594;
  font-size: 22px;
  font-weight: 600;
}

/* Verberg de standaard sub-menu's (die we met JS gaan openen) */
.mobile-only-list .sub-menu {
    display: none !important;
}

/* De actieve "slide" class */
.menu-mobiel-wrap.is-active .menu-slider-container {
    transform: translateX(-50%);
}

/* De 'gekopieerde' sub-lijst die verschijnt na klik */
.active-sub-view {
    width: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
}
