/*
Theme Name: ORBO
Author: Converzo
Author URl: https://converzo.nl/
Description: The ORBO Theme based on the famous Wordpress.
Version: 1.0 
*/
/* Select Color */
/* bg-primary : White
bg-secondary : Snowbound
bg-tertiary  : Classic Cream
bg-accent  : Panache
bg-surface : Beige
bg-muted : White Skin
bg-dark : Dark Blue */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  /* Background colors */
  --bg-primary: #FFFFFF;   /* white */
  --bg-secondary: #E8F5FB; /* Snowbound */
  --bg-tertiary: #FEFCDF;  /* Classic Cream */
  --bg-accent: #EAF5EF;    /* Panache */
  --bg-surface: #F5F8DC;   /* Beige */
  --bg-muted: #FDF2E7;     /* White Skin */
  --bg-dark: #04016e;      /* dark Blue */

  /* Text colors */
  --text-primary: #000000;
  --text-secondary: #04016e;
  --text-tertiary: #ff0000;
  --text-white: #FFFFFF;

  /* Font families */
  --font-primary: "Montserrat", sans-serif;
  --font-heading: "Montserrat", sans-serif;

 /* Font sizes  & Line heights */
  --h1: 30px;
  --h1-lh: 39px;
  --h2: 20px;
  --h2-lh: 24px;
  --h3: 20px;
  --h3-lh: 25px;
  --h4: 16px;
  --h4-lh: 23px;
  --h5: 16px;
  --h5-lh: 25px;
  --h6: 14px;
  --h6-lh: 18px;
  --p : 16px;
  --p-lh: 25px;

  /* Font weights */
  --font-extrabold : 800;
  --font-bold      : 700;
  --font-semibold  : 600;
  --font-medium    : 500;
  --font-regular   : 400;

  /* Spacing scale */
  --space-20: 20px;
  --space-25: 20px;
  --space-30: 20px;
  --space-40: 30px;
  --space-50: 30px;
  --space-60: 40px;
  --space-70: 40px;
  --space-80: 40px;
  --space-90: 40px;
  --space-100: 40px;
  --space-110: 40px;
  --space-160: 40px;

  /* Border radius */
  --radius-lg: 20px;
  /* Container */
  --container: 100%;
  --container-large: 100%;
  --container-space: 20px;

  /* banner height */
  --banner-height: 570px;
  --banner-height2: 300px;
}
* {margin: 0;padding: 0;box-sizing: border-box;}
html {scroll-behavior: smooth;}
img {max-width: 100%;height: auto;}
body {background: var(--bg-primary);font-size:var(--p);color: var(--text-primary);font-family: var(--font-primary); font-weight: var(--font-regular);}
p{margin-bottom: var(--space-30);line-height: var(--p-lh);}
a {color: inherit;}
/* ----- Heading Font CSS ------ */
h1,h2,h3,h4,h5,h6 {margin-bottom: var(--space-25);line-height: 1.1;font-weight: 600;font-family: var(--font-heading);}
h1{font-size:var(--h1);line-height: var(--h1-lh);}
h2{font-size:var(--h2);line-height: var(--h2-lh);}
h3{font-size:var(--h3);line-height: var(--h3-lh);}
h4{font-size:var(--h4);line-height: var(--h4-lh);}
h5{font-size:var(--h5);line-height: var(--h5-lh);}
h6{font-size:var(--h6);line-height: var(--h6-lh);}
/* wrapper */
.wrapper{max-width: var(--container); padding: 0 var(--container-space);width: 100%;margin: 0 auto;}
a:focus,.btn:focus,button:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {outline: none;box-shadow: none;}
input:focus,textarea:focus,select:focus{outline: none;}
input,button,i,label,textarea,select{font-family: inherit; }
button {background: none; border: none;font: inherit;cursor: pointer;}
/* Globle Css */
ul,ol{padding-left: 15px;margin-bottom: var(--space-30);}
ul:last-child, ol:last-child, ul li:last-child, ol li:last-child { margin-bottom: 0; }
/* ol li::marker { } */
ul li, ol li { margin-bottom:5px; font-size: var(--p);}

/* btn start */
.btn-primary{line-height: 1.1; text-decoration: none;min-width: 98px;text-align: center;display: inline-block; transition: 0.4s; padding: 9px 20px;font-size: 15px;font-weight: var(--font-semibold); background: var(--bg-dark);color: var(--text-white);border-radius:var(--radius-lg) 0  var(--radius-lg) var(--radius-lg);border: 1px solid var(--bg-dark);}
.btn-primary:hover{background: var(--text-tertiary);border-color: var(--text-tertiary);}
.btn-primary.trp{background: var(--bg-primary);color: var(--text-secondary);}
.btn-primary.trp:hover{background: var(--text-tertiary);color: var(--text-white);border-color: var(--text-tertiary);}
p:last-child{margin-bottom: 0;}

/* margin bottom start */
.mb-50{margin-bottom: var(--space-50);}
.mb-60{margin-bottom: var(--space-60);}
.mb-70{margin-bottom: var(--space-70);}
.mb-80{margin-bottom: var(--space-80);}
.mb-90{margin-bottom: var(--space-90);}
.mb-100{margin-bottom: var(--space-100);}
.mb-110{margin-bottom: var(--space-110);}

/* nieuws_detail_sec start */
.main-content:not(:has(.hero-section))  { margin-top:86px; }
.main-content.pt{ padding-top:30px;}

.header-bottom li.menu-item-has-children { position: relative; }
li.menu-item-has-children > .sub-menu { display: none;  position: absolute; top: 100%; left: 0; background: #fff;  min-width: 200px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; z-index: 999; }
.header-bottom  li.menu-item-has-children:hover > .sub-menu { display: block; }
/* .sub-menu li { padding: 10px 15px; } */
.sub-menu li a { color: #333; text-decoration: none; display: block; }
/* .sub-menu li a:hover { background: #f0f0f0; } */
.header .header-bottom ul li .sub-menu li{ margin-bottom: 5px;}

/* Header start  */
.header{padding: 20px 0;background: rgba(255, 255, 255,0.65);position: fixed;width: 100%;left: 0;top: 0;z-index: 10;}
.header .wrapper{max-width: var(--container-large);}
.header .logo a, .header .logo img{width: 100%;display: block;}
.header ul{padding-left: 0;margin-bottom: 0;}
.header li{list-style: none;display: inline-block; position: relative; transition: 0.4s; margin-bottom: 0;}
.header .outer-part{display: flex;flex-wrap: wrap;align-items: center;}
.header .logo{width: 180px;}
.header .right_part{ display: flex; justify-content: flex-end;flex-wrap: wrap; width: calc(100% - 180px);}
.header .right_part .navigation{display: none;}
.header-top {display: none;}
.search-box{width: 145px;}
.search-box input{font-size: 15px;line-height: 1.1; text-decoration: none;width: 100%;display: inline-block; transition: 0.4s; padding: 10px 14px 10px 44px;font-size: 12px;font-weight: var(--font-regular); background:transparent url(images/search-icon.svg)left 15px center no-repeat;background-size: 18px; color: var(--text-secondary);border-radius:var(--radius-lg) 0  var(--radius-lg) var(--radius-lg);border: 1px solid var(--bg-dark);}
.search-box input::placeholder{opacity: 1;color: var(--text-secondary);}

/* header menubar  */
.header .menubar{ width: 100%;width: 35px;display: block; cursor: pointer;}
.header .menubar span{display: block;width: 100%;;height: 3px;  background: var(--bg-dark); margin-bottom: 8px; border: 5px;}
.header .menubar span:last-child{ margin-bottom: 0;}
.header.header.sticky{ background: var(--bg-primary); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);}
.header .menubar.active { height: 30px;}
.header .menubar.active span:nth-child(1) {transform: translateY(6px) rotate(-45deg); }
.header .menubar.active span:nth-child(2) { opacity: 0; margin-bottom: 0;}
.header .menubar.active span:nth-child(3) {transform: translateY(-8px) rotate(45deg);}
 
/* custom navigation start */
.scroll_stop{overflow: hidden;}
.hamburger_menu { position: fixed; left: 0; top: 86px; width: 100%; padding: 20px 0 40px; background: var(--bg-primary);z-index: 7; height: calc(100vh - 86px); display: flex; flex-direction: column; transition: 0.4s; opacity: 0; visibility: hidden; pointer-events: none; }
.hamburger_menu .wrapper { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.hamburger_menu .inner_part { flex: 1; overflow-y: auto; overflow-x: hidden; min-height: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scrollbar-width: none;  }
.hamburger_menu .inner_part::-webkit-scrollbar { width: 0; display: none; }
.hamburger_menu ul{ list-style: none; padding-left: 0;}
.hamburger_menu li{position: relative; border-bottom:1px solid var(--bg-dark);}
.hamburger_menu li ul{ list-style: none; position: relative; border-top: 1px solid var(--bg-dark);; padding-left: 0;}
.hamburger_menu li ul li{position: relative;}
.hamburger_menu li ul li:last-child{  padding-bottom: 0; border-bottom: 0;}
.hamburger_menu a{font-size:15px;color: var(--text-secondary); font-weight: var(--font-regular); display: block; padding:15px 0; transition: 0.4s;position: relative;  text-decoration: none;}
.hamburger_menu li .arrow {background: url(images/select_arrow.svg)center center no-repeat;background-size: 20px; width: 30px; height: 49px; position: absolute; right: 0; top: 0px; transition: 0.4s; cursor: pointer; z-index: 2; }
.hamburger_menu li .arrow.open{ transform: rotate(180deg);}
.hamburger_menu ul li li a{padding:15px 0; padding-left: 15px; color: var(--text-secondary);}
.hamburger_menu a:hover, .hamburger_menu ul li.current_page_item a { color: var(--text-tertiary); font-weight: var(--font-semibold); }
/* show */
.hamburger_menu.show {opacity: 1; visibility: visible; pointer-events: all;}
.hamburger_menu .menu-item-has-children > .sub-menu{ position: unset; border-radius: unset; box-shadow: unset;}
/* hero css end */

/* hero css start */
.hero-section.layout_two{min-height: var(--banner-height2);}
.hero-section{min-height: var(--banner-height);display: flex;justify-content: center;align-items: flex-end;padding: 86px 0 30px;}
.hero-section .hero-content{max-width: 1090px;margin: 0 auto;}
.hero-section .hero-content h1{color: var(--text-white);text-align: center;margin-bottom: 20px; font-weight: var(--font-extrabold);}
.banner-cards{display: flex;flex-wrap: wrap;gap: 10px 20px;justify-content: space-between;}
.banner-cards .card{padding: 15px;width: 100%;background: #fff;border-radius: 50px 0 50px 50px;position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.banner-cards .card::after{content: ""; position: absolute;right: 0;top: 0;width: 35px;aspect-ratio: 1/1;background-color: var(--text-tertiary);clip-path: polygon( 0% 0%, 0% 47.2%, 52.9% 47.2%, 52.9% 100%, 100% 100%, 100% 47.2%,100% 0% );}
.banner-cards .card h2{ font-size: var(--h2); margin-bottom: 0;font-weight: var(--font-semibold);color: var(--text-secondary);text-align: center;}
.banner-cards .card h2 br { display: none;}
.banner-cards .card h2 a { color: inherit; text-decoration: none;}
/* hero css end */

/* Intro section start  */
.intro-section h2{font-size: var(--h3);line-height: var(--h3-lh);color: var(--text-tertiary);}
/* Intro section end  */

/* blog-section  cards start */
.blog-section .outer-part{display: flex;flex-wrap: wrap;gap: 30px;}
.blog-section .title { margin-bottom: var(--space-30);}
.title.center h2{ text-align: center;}
.blog-section .title h2{ color: var(--text-tertiary); font-size: var(--h3);line-height: var(--h3-lh); }
.blog-section .card{background: var(--bg-primary);border-radius: var(--radius-lg);overflow: hidden;box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);}
.blog-section .card .image{position: relative;}
.blog-section .card .image img{display: block;aspect-ratio: 432/250;object-fit: cover;width: 100%;}
.blog-section .ratio-2 .card .image img{aspect-ratio: 432/195;}
.blog-section .card .cat{min-width: 150px;text-align: center;font-size: 15px; position: absolute;left: 0;top: 0; background: var(--text-tertiary);color: var(--text-white);padding: 10px;border-radius:  0 0 var(--radius-lg) 0;text-transform: uppercase;font-weight: var(--font-semibold);display: inline-block;line-height: 1;}
.blog-section .card h2{margin-bottom: 0px;font-size: var(--h3);line-height: var(--h3-lh);color: var(--text-secondary);}
.blog-section .card .btn-box{display: flex;gap: 15px;align-items: center;margin-top: 30px;flex-wrap: wrap;}
.blog-section .card .top{padding: 30px 20px;}
.blog-section .btn_bottom{ display: flex; justify-content: center;align-items: center; flex-wrap: wrap; margin-top:40px;}
/* blog with bg */
.blog-section.py{padding: var(--space-160) 0;}
.blog-section .contact_form .field { width: 100%;}
.blog-section .contact_form .field input{ border-radius: 20px 0px 20px 20px; border-color: var(--bg-dark);  color: var(--text-secondary);}
.blog-section .contact_form input[type="submit"]{ border-radius: 20px 0px 20px 20px; border-color: var(--bg-dark);  color: var(--text-white); background: var(--bg-dark);}
.blog-section .contact_form .field input::placeholder{ color: var(--text-secondary);}
.blog-section .contact_form label { color: var(--text-secondary); margin-top: 13px;}
.blog-section.initiatieven.py, .blog-section.nieuws.py { padding: 40px 0;}
.blog-section .title h2 { margin-bottom: var(--space-30); }
/* blog-section  cards  end */

/* nieuws page start */
.blog-section.nieuws .top .date span{ margin-bottom: 10px;}
.blog-section.nieuws .top p{ margin-bottom: 25px;}
.blog-section.nieuws .top p a{ text-decoration: none;}
.blog-section.nieuws .card .btn-box{ margin-top: 0;}

.control_btn{ display: flex; align-items: center; justify-content: center; }
.blog-section .slick-list{padding: 5px 0 !important;}
.blog-section .slick-track{ display: flex !important; height: auto !important;}
.blog-section .card.slick-slide{ height: inherit !important; margin: 0 25px; display: flex !important; flex-wrap: wrap;}
.blog-section .card.slick-slide .top{ flex: 1 !important;}
.blog-section .slick-arrow{bottom: 0; top: unset !important; position: unset !important; transform: unset !important;}

.blog-section .outer-part.praktijkverhalen_slider{ padding-bottom: 40px; width: calc(100% + 50px);     margin-left: -25px;  margin-bottom: 0;}
.blog-section .slick-dots li button::before{ display: none;}
.blog-section .slick-dots li button{ color: var(--text-secondary) !important; font-size: var(--p) !important;}
.blog-section .slick-dots{position: unset !important; width: auto; padding: 0 20px  !important; }
.blog-section .slick-arrow svg{ width: 16px; height: auto;}
/* nieuws page end */

/*  globle form start */
.contact_form label{ font-size: 14px; line-height: 18px; font-weight: normal; display: block;}
.contact_form .input_field{ display: flex; align-items: center; flex-wrap: wrap; border-radius: var(--radius-lg);}
.contact_form .field{ width: 100%; margin-bottom: 20px;}
.contact_form .field:last-child{ margin-bottom: 0;}
.contact_form input{background: transparent; color: var(--text-white); border-radius: 20px; display: block; width: 100%; padding:7px; text-align: center; border: 1px solid #FFFFFF; font-size: 15px; font-weight: var(--font-semibold);}
.contact_form input::placeholder{opacity: 1;}
.contact_form input[type="submit"]{border-radius:  20px; border-left-color: var(--text-tertiary); background: var(--text-tertiary); border: 1px solid var(--text-tertiary); cursor: pointer;}
/*  globle form end*/

/* text img sec start */
.text_img_sec.py{ padding:var(--space-90) 0;}
.text_img_sec.py.mb-0{padding-bottom: 0 !important;}
.text_img_sec.py.mb-50{padding-bottom: var(--space-50) !important;margin-bottom: 0;}
.text_img_sec .inner_part{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.text_img_sec h2{ color: var(--text-tertiary); font-size: var(--h3); line-height: var(--h3-lh);  font-weight: var(--font-extrabold); margin-bottom: var(--space-20);}
.text_img_sec p strong{color: var(--text-secondary); font-weight: var(--font-semibold);}
.text_img_sec .left_part{width:100%;}
.text_img_sec .right_part{width: 100%}
.text_img_sec .left_part{ margin-bottom:var(--space-70);}
.text_img_sec img{ display: block; width: 100%; border-radius: var(--radius-lg);}
.text_img_sec p:has(+ .social){ margin-bottom: 0;}
.text_img_sec .social img{ max-width: 31px; display: block;}
.text_img_sec .img_box{ position: relative;}
.text_img_sec .video{position: absolute; content: ''; left: 0; top:0;  height: 100%; width: 100%; cursor: pointer; display: block; background:url(./images/play_icons.svg) center center no-repeat;background-size: 13%; }
.text_img_sec ul li::marker{ font-size: 12px;}
.text_img_sec.over P{ margin-bottom: 10px;}
.text_img_sec.over p:first-of-type{ margin-bottom: var(--space-25);}
/* text img sec end */
 
/*  full text img sec start */
.full_img_text_sec .inner_part{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.full_img_text_sec h2{ color: var(--text-tertiary); font-size: var(--h3); line-height: var(--h3-lh);  font-weight: var(--font-extrabold); margin-bottom: var(--space-30);}
.full_img_text_sec p strong{color: var(--bg-dark); font-weight: var(--font-semibold);}
.full_img_text_sec blockquote{ font-size: var(--h2); line-height:30px; text-align: center; color: var(--text-secondary); margin-bottom: var(--space-40);}
.full_img_text_sec blockquote p{ line-height: inherit; font-size: inherit;}
.full_img_text_sec .left_part{width: 100%}
.full_img_text_sec .right_part{width:100%; padding: 30px 20px;}
.full_img_text_sec .right_part .text_box{ width: 100%;}
.full_img_text_sec .btn_group{ display: flex; align-items: center; gap: 14px;flex-wrap: wrap; margin-top: var(--space-40); }
.full_img_text_sec  img{ display: block; width: 100%;}
.full_img_text_sec p:has(+ ul){ margin-bottom: 5px;}
.full_img_text_sec ul { display: flex; flex-wrap: wrap; list-style: none; padding-left: 0;}
.full_img_text_sec ul li{ width: 100%; position: relative; padding-left: 20px; margin-bottom: 7px;}
.full_img_text_sec ul li::before{ content: ""; position: absolute; top: 0; left: 0; background: url(./images/slick_arrow_next.svg) center center no-repeat; width: 12px; height: 17px; background-size: 12px;}
/*  full text img sec end */

/* two call text start */
.two_coll_text_sec.py{padding: var(--space-50)  0}
.two_coll_text_sec .inner_part{ display: flex;  justify-content: space-between; flex-wrap: wrap; ;}
.two_coll_text_sec .coll{ width:100%;}
.two_coll_text_sec  .coll:not(:last-child){ margin-bottom: var(--space-40);}
.two_coll_text_sec h2{ color: var(--text-tertiary); font-size: var(--h3); line-height: var(--h3-lh);  font-weight: var(--font-extrabold); margin-bottom: var(--space-25);}
/* two call text end*/

/* img_slider_sec start */
.img_slider_sec { padding-top:40px;}
.img_slider_sec .title{ margin-bottom: 5px;}
.img_slider_sec .slider_part{ width: calc(100% + 10px);margin-left: -5px;}
.img_slider_sec .title h2{ color: var(--text-secondary); font-size: var(--h4); line-height: var(--h4-lh);  font-weight: var(--font-bold); margin-bottom: var(--space-20);}
.img_slider_sec .img_box.slick-slide{ border-radius: var(--radius-lg);  margin:0 10px; height: inherit;}
.img_slider_sec .img_box {  aspect-ratio: 1/0.85; display: flex !important; align-items: center; justify-content: center; overflow: hidden; background: var(--bg-primary); width: 100%; padding: var(--space-40); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);}
.img_slider_sec .img_box img{display:block; max-width: min(240px, 100%); max-height: 100%; width: auto; height: auto; object-fit: contain;}
/* slider arrow */
.img_slider .slick-track { display: flex; }
.slick-prev::before,.slick-next::before{ display: none !important;}
.slick-arrow{ font-size: 0 !important; background: none !important; z-index: 5; width: auto!important; height: auto !important;}
.slick-arrow.slick-next{right: -5px;}
.slick-arrow.slick-prev{left: -5px;}
.slick-next.slick-arrow.slick-disabled{ display: none !important;}
.slick-arrow svg{ width: 25px;}
.img_slider  .slick-list{padding: 5px 0;}
/* img_slider_sec end */

/* agenda_sec start */
.agenda_sec .title { margin-bottom: var(--space-30); text-align: center;}
.agenda_sec  h2{ color: var(--text-tertiary); font-size: var(--h3);line-height: var(--h3-lh); }
.agenda_sec .inner_part{display: flex;flex-wrap: wrap;gap: 30px;}
.agenda_sec .card{ width: 100%; position: relative; background: var(--bg-primary);border-radius: var(--radius-lg);overflow: hidden;box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);}
.agenda_sec .card .activity{padding:20px;}
.agenda_sec .card h2{ margin-bottom: 5px;}
.agenda_sec .card h3{ font-size: var(--h4); line-height: var(--h4-lh); font-weight: var(--font-bold); color: var(--text-secondary); margin-bottom: 0; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; margin-bottom: 5px;}
.agenda_sec .card h3 strong{width: 100%;display: inline-block;}
.agenda_sec .card h3 span{ font-weight: var(--font-regular); display: inline-block; width: 100%;}
.agenda_sec .card img{ display: block; width: 100%;}
.agenda_sec .card .activity.bottom{ padding-bottom: 70px;}
.agenda_sec .card .activity .btn_box{ position: absolute;bottom: 23px; left: 32px;}
/* agenda_sec end*/

/* .contact_persons start */
.contact_persons{ padding-bottom: var(--space-100);}
.contact_persons .title{ margin-bottom: var(--space-30);}
.contact_persons .inner_part{ display: flex; gap:25px 55px; flex-wrap: wrap;}
.contact_persons .card{ width: 100%; padding:15px; background: var(--bg-primary); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); border-radius: var(--radius-lg);}
.contact_persons .card .inner_card{ width: 100%; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.contact_persons .person_img{ max-width: 150px; border-radius: 50%; overflow: hidden; margin: 0 auto;}
.contact_persons .person_details{ width: 100%}
.contact_persons .person_img img{width: 100%; }
.contact_persons h2{ color: var(--text-secondary); font-size: var(--h4); line-height: var(--h4-lh); font-weight: var(--font-bold); margin-bottom: 0;}
.contact_persons p { margin-bottom: 0;}
.contact_persons p strong{ color: var(--text-tertiary); font-weight: var(--font-medium);}
.contact_persons p span{ color: var(--text-primary); font-weight: var(--font-regular);}
.contact_persons .person_details a{ color: var(--text-primary); font-weight: var(--font-regular); text-decoration: none; hyphens: auto;}

.wpcf7-spinner{position: absolute !important;right: 0 !important;top: 11px !important;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450!important;background-color: #46b450!important;color: #fff;border-radius: 50px;text-align: center !important;  padding: 7px 10px !important;font-size: 12px !important;line-height: 16px !important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { margin: 0 !important; background: red; 
color:#fff; border-color: red !important; border-radius: 50px;text-align: center !important; padding: 7px 10px !important;line-height: 16px !important; display: inline-block; font-size: 12px !important; }

.wpcf7-list-item{ margin-left: 0 !important;}
.wpcf7-not-valid-tip { display:  none !important; }
.contact_form .field .wpcf7-not-valid{ border: 1px solid #ff0000;}
.wpcf7-form p{ margin-bottom: 0; position: relative;}
/* .wpcf7-form.invalid .wpcf7-response-output{ display: none !important;} */
/* .contact_persons end */

/* jquary ue select start */
.ui-widget.ui-widget-content, .ui-selectmenu-button.ui-button{ min-width: 170px;}
.filter{ margin-bottom: var(--space-50);}
.ui-menu .ui-menu-item{ list-style: none;}
.filter-wrapper { display: flex; align-items: center; gap: 27px; }
.ui-state-active{ font-weight: var(--font-semibold);}
.ui-selectmenu-text{ font-size:inherit; font-weight: var(--font-semibold);}
.filter .ui-button:hover{ background: var(--bg-dark); color: var(--text-white); border-color: var(--bg-dark);}
.filter .ui-selectmenu-button-open,.ui-selectmenu-button.ui-button:focus { background: var(--bg-primary); border-color: var(--bg-dark); color: var(--text-secondary);}
.ui-selectmenu-button.ui-button{ border: 1px solid var(--bg-dark); border-radius: 20px 0 20px 20px; background: var(--bg-primary);  padding:7.5px 10px; font-size: 15px; font-weight: var(--font-semibold); z-index: 101; }
.ui-selectmenu-button .ui-icon{width: 21px; height:16px; }
.ui-selectmenu-icon::before { content: ""; position: absolute; top: 0px; right: 0px; background: url(./images/select_arrow.svg) center center no-repeat; width:100%; height:100%; background-size:15px; }
.ui-widget.ui-widget-content { border-color: var(--bg-primary) !important; padding: 15px !important; border-radius: 0 0 20px 20px; margin-top: -15px !important; padding-top: 17px !important; }
.ui-menu .ui-menu-item::marker{ display: none !important;}
.ui-menu .ui-menu-item-wrapper { padding: 8px 15px; font-size: 16px; }
.ui-menu .ui-menu-item-wrapper{ padding: 5px 0 !important; line-height: 1;}
.ui-state-active, .ui-widget-content .ui-state-active{ background: transparent !important; color: red !important;border-color:transparent !important; }
/* Clear button styling */
.clear-filter { cursor: pointer; font-size: 15px; font-weight: var(--font-regular); user-select: none; color: var(--text-primary); }
.clear-filter:hover { color: var(--text-tertiary); }
.ui-selectmenu-button.ui-button{ width: 12rem !important;}
/* .contact_persons start */

/* nieuws start */
.wrapper.small{ max-width: 875px;}
.nieuws_detail_sec .title h2{ color: var(--text-tertiary); font-size: var(--h3);line-height: var(--h3-lh); margin-bottom: var(--space-25); }
.nieuws_detail_sec  img{ display: block; margin-bottom: var(--space-30); width: 100%;}
.date span{ color: var(--text-primary); opacity: 0.5; font-size: var(--p); font-weight: var(--font-regular); display: inline-block; margin-bottom: 16px;}
.nieuws_detail_sec  h2{ font-size: 22px; font-weight: var(--font-bold); line-height: 1; color: var(--text-secondary);margin-bottom: 10px; }
.nieuws_detail_sec  h3{ font-size: 18px; font-weight: var(--font-semibold); line-height: 25px; color: var(--text-tertiary);margin-bottom: 0px; }
.nieuws_detail_sec p{ margin-bottom: var(--space-25);}
.nieuws_detail_sec p a{color: var(--text-tertiary);}
/* .contact_persons end */

.pagination .wp-pagenavi{ margin-top: var(--space-60); display: flex; align-items: center; justify-content: center;}
.wp-pagenavi span.current ,.wp-pagenavi a  { font-weight: var(--font-regular); padding: 5px !important; border: none !important; font-size: var(--p); color: var(--bg-dark); }
.wp-pagenavi span.current { font-weight: var(--font-semibold);}
.pagination .previouspostslink{margin-right: 20px; font-size: 0; background: url(./images/slick_arrow_prev.svg) center center no-repeat; width: 16px; height: 22px; background-size: 16px;}
.pagination .nextpostslink{ margin-left: 20px; font-size: 0; background: url(./images/slick_arrow_next.svg) center center no-repeat; width: 16px; height: 22px; background-size: 16px;}
/* search start */
.search_sec .search-box{ width: 100%;}
.search_sec .result-count{margin-bottom: var(--space-30);}
.search_sec .search-box{ display: flex;align-items: center; flex-wrap: wrap; gap: 18px; width: 100%; margin-bottom: 45px;}
.search_sec .search-box .search-form{width: 47.9%;}
.search_sec .search-box input{ background: transparent; padding: 8.3px 15px; font-size: 15px; font-weight: var(--font-semibold);}
.search_sec .search-box button{width: 125px; background: var(--bg-dark); color: var(--text-white); cursor: pointer;}
.search_sec .search-box button:hover{ background: var(--text-tertiary);}
.search_sec .card{ margin-bottom: var(--space-50);}
/* search end */

.loader { display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 30px 0;position: fixed;z-index: 105; left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0,0.4);}
.spinner {border: 4px solid var(--text-tertiary);border-left-color:var(--bg-dark); border-radius: 50%;width: 40px;height: 40px;animation: spin 1s linear infinite;margin-bottom: 10px;}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader p {font-size: 14px;color: var(--text-secondary);margin: 0;}


/* map start */
.map.py{ padding: var(--space-40) 0;}
.map  .inner_part{ align-items: flex-start;}
.map .banner-cards .card{padding: 14px 15px;}
.map .banner-cards .card p{ line-height: 19px; }
.map .banner-cards .card::after { width: 33px; }
.map .btn_group { display: flex; align-items: center; justify-content: flex-start; margin-top: var(--space-20); }
.map .img_box{ max-width: 619px; margin: 0 auto;}
/* map end */

/* error_page */
.error_page .inner_part{text-align: center;}
.error_page .inner_part h2{margin-bottom: 50px;}
.error_page .inner_part img{margin-bottom: 50px;}
.error_page .btn-box{ display: flex; justify-content: center; align-items: center;}

/* .error404  .main-content,  body[data-page-name="Sample Page"] .main-content { margin-top: 80px; } */
.default_sec ,.error_page{ padding: 30px 0; }
.default_sec p a{ text-decoration: underline; color: var(--text-tertiary);}

/*  footer start */
.bg_border_color{ display: flex; align-items: center; justify-content: space-between;}
.bg_border_color span{ width: 20%; height:10px; display: inline-block;}
.footer { padding:40px 0; background: var(--bg-dark); color: var(--text-white);}
.footer .wrapper{ max-width: var(--container-large);}
.footer *{color: var(--text-white);}
.footer .footer_top{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer .card .logo{ margin-bottom: var(--space-20);}
.footer .card img{ max-width: 170px; display: block;}
.footer .card{ width:100%; margin-bottom: 20px;}
.footer .card.contact p{ margin-bottom: 13px;}
.footer ul{ display: block; list-style: none; padding-left: 0;margin-bottom: 0;}
.footer ul li{ margin-bottom: 0; line-height: 27px;  font-size:15px; line-height: 27px;}
.footer .footer_top a { font-size: var(--p); line-height: 27px; text-decoration: none; }
.footer a{transition: 0.4s;}
.footer a:hover{ color: var(--text-tertiary);}
.footer .card p{ margin-bottom: 8px;}
.footer p strong{ font-weight: var(--font-bold);}
/* bottom */
.footer_bottom { display: flex; justify-content: space-between; align-items: center; margin-top: var(--space-30); flex-wrap: wrap; width: 100%; }
.footer_bottom .left_part{ display: flex;flex-wrap: wrap; width: 100%; order: 2;}
.footer_bottom .right_part{ display: flex;  gap:10px; flex-wrap: wrap; align-items: center; width: 100%; order: 1; margin-bottom: 20px;}
.footer_bottom ul{ display: flex; align-items: center; flex-wrap: wrap;}
.footer_bottom ul li:not(:last-child){ padding-right: 8px; margin-right: 8px; border-right: 1px solid var(--bg-primary); line-height: 1;}
.footer .footer_bottom a { font-size:15px;  text-decoration: none; line-height: 1; }
.footer_bottom .right_part img{ display: block; max-width: 31px; transition: 0.4s;}
.footer_bottom .right_part img:hover{transform: scale(1.1);}
.footer_bottom .right_part p{ margin-bottom: 0;}
.footer .contact_form .input_field{ margin-bottom: 11px;}
.footer .contact_form input::placeholder{ color: var(--text-white);}
.footer .contact_form input { border-right: 0;}
/*  footer end */


/* map css start */

.location_sec {position:relative;z-index:1;padding:50px 0 80px;background:var( --bg-secondary);}
.location_sec .top-content{max-width: 670px;margin-bottom: 30px;}
.location_sec h2{color: var(--text-tertiary); font-size: var(--h3); line-height: var(--h3-lh);  font-weight: var(--font-extrabold); margin-bottom: var(--space-20);}
.location_sec img {display:block;margin:0 auto;width:100%}
.location_sec .topbar {display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom: 30px}
.location_sec .topbar .filters {width:100%; order: 2;}
.location_sec .topbar .search-box {width:100%; order: 1;}
.location_sec .input_wrap {position:relative;width:100%;margin-bottom: 30px;}
.location_sec .topbar .search-box input {color:var(--text-secondary);width:100%;padding:6px 40px 6px 18px;border:1px solid var(--text-secondary);outline:none;border-radius:var(--radius-lg) 0  var(--radius-lg) var(--radius-lg);font-size:15px;font-weight: var(--font-semibold); background:var(--bg-primary);font-family:"Manrope",sans-serif;font-weight:400;min-width:320px}
.location_sec .topbar .search-box input::placeholder {color:var(--text-secondary);}
.location_sec .topbar .search-box button {position:absolute;right:0;top:1px;border:none;cursor:pointer;outline:none;background:transparent;color:#fff;font-size:15px;line-height:1;font-weight:700;width:58px;height:100%}
.location_sec .topbar .search-box button svg {max-width:20px;height:auto}
.location_sec .topbar .search-box button svg path {fill:var(--text-tertiary)}
.location_sec .filters label {margin-right:20px;font-weight:700;cursor:pointer}
.location_sec .search-box input {padding:8px 12px;border-radius:20px;border:1px solid var(--text-white);width:220px}
.location_sec .inner_part {display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;gap: 25px;}
.location_sec .left_part {width:100%;order: 2;}
.location_sec .map-wrapper {width:100%;}
.location_sec .sidebar {width:100%;display:flex;gap: 25px;flex-wrap:wrap}
.location_sec #map {height: 450px;border-radius: var(--radius-lg);overflow: hidden;}
.location_sec .sidebar .card {min-height:200px;width: 100%;background:var(--bg-primary);border-radius: var(--radius-lg);box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); padding: 20px 24px;cursor:pointer;transition:0.4s;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.location_sec .sidebar .card h3 {font-size:var(--h4);line-height:1.1;margin-bottom:0;color: var(--text-secondary);font-weight: var(--font-bold);margin-bottom: 5px;}
.location_sec .sidebar .card .city {font-size: 16px;line-height:20px;font-size:400;margin-bottom:5px;display:inline-block;color:var(--text-secondary)}
.location_sec .no-results {background:var(--bg-primary);padding:30px;border-radius:8px;text-align:center;color:var(--text-primary);font-size: 15px; font-weight:400;box-shadow:0 4px 10px rgba(0,0,0,.08);width: 100%}
.location_sec .card .type {display:block;font-size:15px;line-height:20px;color:var(--text-secondary);margin-bottom:35px;margin-top:0}
.filters.radio_btn {width:calc(20% - 8px);display:flex;flex-wrap:wrap;gap:13px 10px;margin-bottom:0}
.filters.radio_btn input {opacity:0;width:25px;height:25px;cursor:pointer}
.filters.radio_btn label span {font-size:15px;font-weight: 400;color: var(--text-secondary);}
.filters.radio_btn label {display:flex;align-items:center;gap:10px;cursor:pointer;position:relative;font-size:15px;width:auto}
.filters.radio_btn .wpcf7-list-item-label::before {content:"";width:24px;height:24px;background:var(--bg-primary);border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%);border:  1px solid var(--bg-dark);}
.filters.radio_btn input:checked+.wpcf7-list-item-label::before {background:var(--text-tertiary);}
.filters.radio_btn .wpcf7-list-item-label::after{display: none;}
.location_sec .leaflet-popup {margin-bottom:50px}
.location_sec .leaflet-popup-content {min-height:100px!important;margin:30px 20px 20px}
.leaflet-popup-content h4 {color:var(--text-secondary);margin-bottom: 0;}
.leaflet-popup-content-wrapper {width:240px}
.leaflet-popup-content p {font-size:14px!important;font-weight:400;color: var(--text-secondary);margin: 0 0 20px !important;}
.location_sec .leaflet-container .leaflet-popup-content a {color:var(--text-white)}
 .location_sec  .back-button{margin-top: 40px;}



/* contact page */
.contact_sec{  padding: 50px 0 50px;}
.contact_sec .title{ margin-bottom: 13px;}
.contact_sec .title h2 {color:var(--text-tertiary); font-size: var(--h3); line-height: var(--h3-lh); font-weight: var(--font-semibold);}
.contact_sec .inner_part{ max-width: 815px; margin: 0 auto;}
.contact_sec .contact_form .field{ width: 100%; margin-bottom: 20px;}
.contact_sec .contact_form .field.submit-btn{ margin-bottom: 15px;}
.contact_sec .contact_form .field.submit-btn .submit.btn-primary{ min-width: 126px;}
.contact_sec .contact_form .field:last-child{ margin-bottom: 0;}
.contact_sec .contact_form input, .contact_sec .contact_form textarea{ font-size: var(--p); width: 100%; resize: none; color: #000000; background: #fff; text-align: left; padding: 14.5px 25px; border: 1px solid transparent; font-weight: var(--font-regular); border-radius: 34px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);}
.contact_sec .contact_form ::placeholder{ color: #707070;}
.contact_sec .contact_form textarea{ height: 150px; border-radius: 20px;}
.contact_sec .contact_form  textarea::placeholder{ text-decoration: underline;}
.contact_sec .contact_form label{ font-size: var(--p); line-height: 19px; margin-bottom: 13px; padding-left: 25px;}
/* Acceptance Field */
.contact_sec .contact_form .field.checkbox { margin-top: 30px; margin-bottom: 30px;}
.contact_sec .contact_form .field.checkbox span{ width: 100%; display: block;}
.contact_sec .contact_form .field.checkbox label { display: flex; align-items:center; gap: 10px; cursor: pointer;font-size: var(--p); font-weight: var(--font-regular); margin-bottom: 0; line-height: 19px;padding-left: 0; color: #707070; }
.contact_sec .contact_form .field.checkbox input[type="checkbox"] { border: none; appearance: none; -webkit-appearance: none; width: 40px; height: 40px; min-width:40px; border-radius: 50%; background: #fff;  box-shadow: 0 2px 8px rgba(0, 0, 0 ,0.16); cursor: pointer; position: relative; margin: 0; transition: background .4s ease;padding: 0; }
.contact_sec .contact_form .field.checkbox input[type="checkbox"]::after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; background: #E8F5FB; border-radius: 50%; transform: translate(-50%, -50%); transition: 0.4 ease; }
.contact_sec .contact_form .field.checkbox input[type="checkbox"]:checked::after { background: #141B87; }
.contact_sec .contact_form .bottom-text a{font-size: var(--p); font-weight: var(--font-regular); line-height: 19px;padding-left: 0; color: #707070;  }
.contact_sec  form.invalid .field.checkbox input[type="checkbox"] ,  .contact_sec  form.unaccepted .field.checkbox input[type="checkbox"]{border: 1px solid red;}
.contact_sec  form .field.checkbox input[type="checkbox"]{ border: 1px solid transparent;}
.contact_sec  form.invalid .field.checkbox input[type="checkbox"]:checked,   .contact_sec  form.unaccepted .field.checkbox input[type="checkbox"]:checked{ border: 1px solid transparent;}
.contact_sec  form.invalid .field.checkbox input[type="checkbox"]::after , .contact_sec  form.unaccepted .field.checkbox input[type="checkbox"]::after{background: rgba(255, 0, 0,0.2);}
/* .contact_sec .wpcf7-not-valid-tip { display: block !important; margin-top: 5px; padding-left: 25px; } */
.contact_sec .wpcf7 form .wpcf7-response-output{ width: 100% !important;   margin-top: 15px !important;}

/* Responsive Desktop */
@media (min-width: 601px) {

.contact_sec .contact_form textarea{ height: 236px; border-radius: 34px;}
.contact_sec .contact_form .field.checkbox label{ gap: 20px;}
.contact_sec .contact_form .field.checkbox input[type="checkbox"] {  width: 50px; height: 50px;  min-width: 50px;}
.contact_sec .contact_form .field.checkbox input[type="checkbox"]::after {  width: 30px; height: 30px;}
.contact_sec .contact_form textarea{height: 150px;}
.contact_sec .contact_form .field.checkbox { margin-top: 40px; margin-bottom: 40px; }

  /*agenda_sec start  */
.agenda_sec .card h3{ margin-bottom: 0;}
.agenda_sec .card h3 strong{width: 120px;}
.agenda_sec .card h3 span{  width: calc(100% - 120px);}
/* agenda_sec end */

/* footer start */
.footer .card.link{ width: 45%; }
.footer .card{ margin-bottom: var(--space-20);}
/* footer start */

.contact_persons .inner_part{ gap: 20px;}
.contact_persons .card { width: calc(50% - 10px); }

/* map */
 .location_sec .sidebar{gap: 25px;}
 .location_sec .sidebar .card{width: calc(50% - 14px);}
 .location_sec .topbar{margin-bottom: 40px;}
 .location_sec  .back-button{margin-top: 70px;}

}

@media (min-width: 768px) {
  :root {
    
 /* Font sizes  & Line heights */
  --h1: 35px;
  --h1-lh: 45px;
  --h2: 22px;
  --h2-lh: 26px;
  --h3: 20px;
  --h3-lh: 25px;

  /* Spacing scale */
  --space-60: 40px;
  --space-70: 40px;
  --space-80: 40px;
  --space-90: 40px;
  --space-100: 40px;
  --space-110: 40px;
  --space-160: 40px;

  /* radius  */
  --radius-lg: 20px;

  /* banner height */
    --banner-height2: 400px;

  /* container */
  --container: 800px;
}


/* .hero-section start */
.hero-section{padding: 120px 0 50px;}

/*  banner sec start */
.banner-cards{ gap: 10px;}
.banner-cards .card{ width: calc(33.33% - 7px);}
.banner-cards .card h2{ font-size: 18px;}

/* full_img_text_sec start */
.full_img_text_sec blockquote{ line-height: 34px;}
.full_img_text_sec .right_part .text_box {max-width:760px; width: 100%; margin: 0 auto;}

/* .agenda_se start */
.agenda_sec .card .activity{ padding: 25px};

/* .ui-selectmenu select */
.ui-selectmenu-button.ui-button{ padding: 7.5px 15px;}
.ui-selectmenu-icon::before {background-size: 21px;}
.blog-section.initiatieven.py ,.blog-section.nieuws.py  { padding: 40px 0 80px; }

.blog-section .card.slick-slide{ margin: 0 13px !important;}
.blog-section .outer-part.praktijkverhalen_slider { width: calc(100% + 26px); margin-left: -13px; }

.contact_persons .card{ padding: 22px 24px;}

  /* footer start */
.footer .card:not(:first-child) {padding-left: 0;}
.footer_bottom .left_part{ width: 65%; order: 1;}
.footer_bottom .right_part{width: auto; margin-bottom:0;}
.contact_sec .contact_form textarea {height: 180px;}
.wpcf7 form.sent .wpcf7-response-output { padding: 10px 15px !important;font-size: 15px !important;line-height: 20px !important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { padding: 10px 15px !important;line-height: 20px !important; display: inline-block; font-size: 15px !important; }


}

@media (min-width: 1024px) {
  :root{
  /*  heading */
  --h3: 22px;
  --h3-lh: 26px;

  /*  container */
  --container: 100%;
    /*  spacing  */
  --space-40: 30px;
  --space-50: 50px;
  --space-60: 60px;
  --space-70: 70px;
  --space-80: 80px;
  --space-90: 90px;
  --space-100: 80px;
  --space-110: 90px;
  --space-160: 100px;
  }  

  /* main contant */
.main-content:not(:has(.hero-section))  { margin-top: 134px; }
.main-content.pt{ padding-top: 40px;}

/*  headerv start */
.hero-section { padding: 134px 0 50px; }
.header-top {display: block;margin-bottom: 15px;}
.header-top .outer-part{justify-content: flex-end;gap: 17px;}
.header-top ul{display: flex;gap: 17px;flex-wrap: wrap;}
.header .logo { width: 200px; margin-top: -31px; position: relative; z-index: 2; transition: margin-top 0.5s ease; }
.header-top  ul > li > a{line-height: 1.1; text-decoration: none;min-width:100px;text-align: center;display: inline-block; transition: 0.4s; padding: 8px 20px;font-size: 15px;font-weight: var(--font-regular); background:transparent;color: var(--text-secondary);border-radius:var(--radius-lg) 0  var(--radius-lg) var(--radius-lg);border: 1px solid var(--bg-dark);}
.header-top  ul > li > a:hover{background: var(--text-tertiary);color: var(--text-white);border-color: var(--text-tertiary);}
.header .right_part{display: block; width: calc(100% - 200px);display: flex;justify-content: flex-end;padding-left: 20px;}
.header .navigation > ul{display: flex;flex-wrap: wrap;gap: 10px; justify-content: flex-end;}
.header .navigation > ul > li > a{font-size: 15px;line-height: 1.1; text-decoration: none;min-width: 100px;text-align: center;position: relative; z-index: 2; display: inline-block; transition: 0.4s; padding: 8px 20px;font-size: 15px;font-weight: var(--font-semibold); background: var(--bg-dark);color: var(--text-white);border-radius:var(--radius-lg) 0  var(--radius-lg) var(--radius-lg);border: 1px solid var(--bg-dark);}
.header .navigation > ul > li > a:hover,.header .navigation > ul > li.menu-item-has-children > a:hover{background: var(--bg-primary);border-color: var(--bg-dark); color: var(--text-secondary);}
.header .navigation > ul > li.current_page_item > a{background: var(--text-tertiary);border-color: var(--text-tertiary);}
.header .navigation > ul > li.current_page_item > a:hover{ color: var(--text-white);}
.header .menubar{display: none;}
.header .right_part .navigation{ display: block;}


/* sticky */
.header.sticky { transform: translateY(-100%);top: 0;transition: top 0.4s ease-in-out, transform 0.4s ease-in-out; background: var(--bg-primary);padding: 15px 0 ; }
.header.sticky_2 {transform: translateY(0%);transition: top 0.4s ease-in-out, transform 0.4s ease-in-out;  }
.header.sticky, .header.sticky_2 { transition: transform 0.4s ease-in-out, top 0.4s ease-in-out;  }
.header.sticky .logo { margin-top: 0; }
.header .header-top { transition: opacity 0.5s ease, height 0.5s ease, margin-bottom 0.5s ease; }
.header.sticky .header-top { opacity: 0; height: 0; margin-bottom: 0; }


/*header submenu */
/* .header .navigation > ul > li.menu-item-has-children > a { padding-right: 30px; color: var(--text-white); background: var(--bg-dark); border-radius: 20px 0 20px 20px; border: 1px solid var(--bg-dark);} */
.header .navigation > ul > li.menu-item-has-children > a { padding-right: 30px; color: var(--text-secondary); background: var(--bg-primary); border-radius: 20px 0 20px 20px; border: 1px solid var(--bg-dark);}
.header .navigation > ul > li.menu-item-has-children > a::before { content: ""; position: absolute; right: 5px; top: 50%; background: url(./images/select_arrow.svg) center center no-repeat;width: 21px; height: 17px; background-size: 15px; transform: translateY(-50%); }
.header ul li .sub-menu { position: absolute; display: none; top: 21px; left: 0; margin: 0; width: auto; z-index: 1; min-width: 100%; background: var(--bg-primary); border-radius: 0 0 20px 20px; transition: all 0.7s ease; padding: 25px 10px 21px; }
.header  ul li:hover .sub-menu{ display: block; opacity: 1;}
.header .sub-menu li a{ text-align: left; color: var(--text-secondary); text-decoration: none; font-size: 15px;line-height: 1.1; transition: 0.4s; font-weight: var(--font-regular);}
.header .sub-menu li a:hover ,.header .sub-menu li.current_page_item a{ color: var(--text-tertiary); font-weight: var(--font-semibold);}
.header .navigation > ul > li.menu-item-has-children.current-menu-parent  > a{ color: var(--text-tertiary);}
/* banner css */
.banner-cards .card{width: calc(33.33% - 14px);max-width: 308px;padding: 17px;}
.banner-cards .card h2{ font-size: 22px;}

/* Intro section css  */
.intro-section .wrapper{max-width: 922px;}
.intro-section.contact .wrapper {max-width: 875px;}

.blog-section .card .btn-box .btn-primary{ padding: 9px 8px;}
.blog-section .outer-part{gap: 25px;}
.blog-section .card{width: calc(33.33% - 17px);display: flex;flex-direction: column;}
.blog-section .card .top{flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
.blog-section .btn_bottom{ margin-top:50px;}

/* .contact_form start */
.contact_form input{border-radius: 20px 0px 0px 20px;}
.contact_form input[type="submit"]{ border-radius: 0px 20px 20px 0px;}
.contact_form .field { width: 50%; margin-bottom: 0;}
.blog-section .contact_form .field{ margin-bottom: 20px;}

/* text_img_sec start */
.text_img_sec .left_part{width: 47.9%;}
.text_img_sec .right_part{width: 47.9%;}
.text_img_sec.flip .inner_part{ flex-direction: row-reverse;}
.text_img_sec h2{ margin-bottom: var(--space-30);}
.text_img_sec .left_part{ margin-bottom: 0;}
.text_img_sec.over P{ margin-bottom: 10px;}
.text_img_sec.over P:first-child{ margin-bottom: var(--space-30);}
 
/* full_img_text_sec */
.full_img_text_sec .left_part{width: 48.5%;}
.full_img_text_sec .right_part{width: 48.5%; padding-left: 0;}
.full_img_text_sec .right_part .text_box{max-width: 670px;}
/* .full_img_text_sec .inner_part{ align-items: flex-start;} */
.full_img_text_sec .inner_part{ align-items: center}
.full_img_text_sec .right_part .text_box {margin-left: 0;}
  /* opposite */
.full_img_text_sec.opposite .left_part{order: 2; }
.full_img_text_sec.opposite .right_part{order: 1; padding-right: 0; padding-left: 20px; }
.full_img_text_sec.opposite .right_part .text_box{margin-left: auto; margin-right: 0;}
.full_img_text_sec ul li { width: 49%; }
.full_img_text_sec .right_part .text_box {max-width: 100%;}

/* .two_coll_text_sec  start */
.two_coll_text_sec  .coll{ width:47.9%; margin-bottom: 0 !important;}
/* .img_slider_sec  start */
.img_slider_sec .slider_part{ width: calc(100% + 20px);margin-left: -10px;}
.slick-arrow.slick-prev{ left: -5px;}
.slick-arrow.slick-next{ right: -5px;}
/* slick arrow */

/* j quary ui select  start */
.ui-widget.ui-widget-content, .ui-selectmenu-button.ui-button{ min-width: 298px;}
.header-bottom li.menu-item-has-children >:first-child { min-width:100% }

/* contact_persons start */
.contact_persons .person_details{ width: 100%;}

/* .agenda_sec start */
.agenda_sec .inner_part{ gap: 40px;}
.agenda_sec .card { width: calc(50% - 20px);}

/* .nieuws_detail_sec start */
.nieuws_detail_sec  h2{ font-size: 25px; }
.nieuws_detail_sec  h3{ font-size: 19px; }


  /* footer start */
.footer { padding: 50px 0;}
.footer .card img{ max-width: 200px;}
.footer .card.logo{width: 100%;}
.footer .card.link{ width:25%;}
.footer .card.contact{ width:45%;}
.footer .card .logo{ margin-bottom: var(--space-30);}
.footer_bottom .right_part { width:auto }
.footer_bottom{ margin-top: 0;}
 .header .navigation > ul > li > a{ padding: 8px 9px;}

 /* map */

.location_sec .left_part{width: 48.5%;order: 1;}
.location_sec .map-wrapper {width: 48.5%;position: sticky;top: 40px;order: 2;}
.location_sec .topbar .filters {width:48.5%;order: 1;}
.location_sec .topbar .search-box {width:48.5%;order: 2;}
.location_sec .input_wrap {max-width:320px;margin-bottom: 0px;}
.location_sec .inner_part{gap: 0;}
.location_sec #map {height: 600px;}
.location_sec .top-content{margin-bottom: 60px;}
.location_sec { padding: 50 0 130px; }
.contact_sec .contact_form .field.checkbox { margin-top: 42px; margin-bottom: 60px; }
.contact_sec{  padding: 50px 0 84px;}
}

@media (min-width: 1280px) {
:root{
  /*  font and line height */
  --h4: 18px;
  --h4-lh: 25px;

  /* Container */
  --container: 1260px;
}

/* Header  start */
.header .navigation > ul > li > a{min-width: 110px;}
.hero-section{padding: 156px 0 50px;}
.header-top ul > li > a{min-width: 239px;}
.header .navigation > ul > li.menu-item-has-children > a { padding-right: 44px; }
.header .navigation > ul > li.menu-item-has-children > a::before {background-size: 21px;right: 16px }
.header .navigation > ul{gap: 17px;}

/* hero css start */
.banner-cards .card::after{width: 49px;}
.banner-cards .card{padding: 20px;}

/* .blog-section  start */
.blog-section .card .btn-box .btn-primary{ padding: 9px 20px;}
.blog-section.nieuws.py { padding: 48px 0 135px; }

/*full_img_text_sec start */
.full_img_text_sec .right_part{ padding-right: 30px;}
.full_img_text_sec .right_part .text_box {max-width: 670px; }
.full_img_text_sec blockquote{line-height:30px;}
.full_img_text_sec .inner_part{ align-items: center;}

/* agenda_sec start */
.agenda_sec .inner_part{ gap: 52px;}
.agenda_sec .card { width: calc(50% - 26px);}

/* img_slider_sec start */
.img_slider_sec { padding-top: 70px; }
.blog-section .outer-part.praktijkverhalen_slider { width: calc(100% + 50px); margin-left: -25px; }
.header-bottom li.menu-item-has-children >:first-child { min-width:298px; }

.contact_persons .inner_part{   gap: 25px 55px;}
.contact_persons .card { width: calc(50% - 28px); }
.contact_persons .person_details{ width: calc(100% - 170px);}

/* footer */
.footer .card img{ max-width: 200px;}
.footer .card.logo { width: 25%; }
.footer .card.link { width: 20%; }
.footer .card.contact {width: 28%;}
.footer_bottom .right_part{width: 28%;}
.footer .card{ margin-bottom: 0;}
.footer .card:not(:first-child){ padding-top: 17px;}

/* map */



}

@media (min-width: 1441px) {
:root{
 /* Font & Line heights */
  --h1: 40px;
  --h1-lh: 49px;
  --h2: 24px;
  --h2-lh: 29px;
  --h3: 22px;
  --h3-lh: 25px;
  --h4: 18px;
  --h4-lh: 25px;

  /* spacing  */
  --space-30: 30px;
  --space-40: 40px;
  --space-50: 50px;
  --space-60: 60px;
  --space-70: 70px;
  --space-80: 80px;
  --space-90: 90px;
  --space-100: 100px;
  --space-110: 110px;
  --space-160: 160px;

/* Container */
--container: 1460px;
--container-large: 1750px;
--container-space: 30px;
/* banner height */
--banner-height: 760px;
--banner-height2: 570px;

}
/* .main-conten start */
.main-content:not(:has(.hero-section)) { margin-top: 156px; }
.main-content.pt{ padding-top: 75px;}

/* Header css start */
.header{padding: 31px 0;}
.header .navigation > ul > li > a{min-width: 140px;}
/* blog css */
.blog-section .outer-part {gap: 47px;}
.blog-section .card {width: calc(33.33% - 32px);}
.blog-section .card .top{padding: 30px;}
.blog-section .card .btn-box.newsletter{ margin-top: 24px;}
.blog-section .card .btn-box .btn-primary{padding: 9px 18px;}
.blog-section .btn_bottom{ margin-top:65px;}
.blog-section.nieuws.py { padding: 48px 0 184px; }
.blog-section.initiatieven.py { padding: 48px 0 135px; }
.blog-section.nieuws .top{ padding: 12px 30px 30px;} 

/* full_img_text_sec start */
.full_img_text_sec blockquote{ font-size: 29px; line-height: 34px;}

/* img_slider_sec  start */
.img_slider_sec .wrapper{max-width: 1546px;padding: 0 76px;}
.img_slider_sec .slider_part{ width: calc(100% + 50px);margin-left: -25px;}
.img_slider_sec .img_box.slick-slide{  margin:0 25px;}
.slick-arrow.slick-next{right: -53px;}
.slick-arrow.slick-prev{left: -53px;}

/* agenda_sec start */
.agenda_sec .card .activity{padding: 32px 29px;}

  /* footer start */
.footer .wrapper{ max-width: var(--container-large);}
.footer .card.logo { width: 22%; }
.footer .card.link { width: 16%; }
.footer .card.contact { width: 35%; }
/* .footer_bottom { margin-top: 45px;} */
.footer .card img{ max-width: 258px;}
.footer_bottom .right_part { width: 35%; }

/* map */
.location_sec .sidebar{gap: 45px;}
.location_sec .sidebar .card{width: calc(50% - 23px);}

/* .admin-bar  .header{top:32px;transition: 0.4s;} */

}
