/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-widget-image a img[src$=".svg"] {
    width: 100%!IMPORTANT;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
    background-color: #777777!important;
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/* Stijl voor FAQ Mantelzorg */
.td-faq-accordion .elementor-tab-title{
  display:flex;
  align-items:center;
  justify-content:flex-start; /* titel links */
  gap:12px;
  border:1px solid #e3e3e3;
  padding:14px 18px;
  cursor:pointer;
  font-weight:600;
  background:#fff;
}
.td-faq-accordion .elementor-accordion-item + .elementor-accordion-item .elementor-tab-title{
  border-top:none;
}
.td-faq-accordion .elementor-tab-content{
  border:1px solid #e3e3e3;
  border-top:none;
  padding:0 18px;
  max-height:0;
  overflow:hidden;
  transition:max-height 0.3s ease;
  background:#fff;
}

.td-faq-accordion .elementor-tab-content.is-open{
  padding:16px 18px;
}
.td-faq-accordion .elementor-accordion-icon{
  font-size:20px;
  font-weight:700;
}

.td-faq-accordion .elementor-tab-title[aria-expanded="true"] .elementor-accordion-icon-closed{ display:none; }
.td-faq-accordion .elementor-tab-title[aria-expanded="false"] .elementor-accordion-icon-opened{ display:none; }

/*WCAG focusstijl*/
:focus-visible {
   /*outline: none; standaard outline weghalen */
outline: 2px solid #000;
  box-shadow: 0 0 0 3px #442856; /* paarse ring */
  border-radius: 3px; /* afgeronde hoeken */
  background-color: #f9f5fc; /* zachte lichtpaarse achtergrond */
}

/* Verberg lege icon-list items */
.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
  display: none !important;
}

.rht_icon_speaker_wrapper {
    display: none !important;
}

body ul 
 {
    margin-bottom: 20px;
}

.thema-icoon {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	vertical-align: middle;
	fill: currentColor; /* Neemt de tekstkleur over */
}

.custom-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 28px;
  font-size: 16px;
}

.custom-list li::before {
  content: "\f00c"; /* unicode checkmark uit Font Awesome (fas-check) */
  font-family: "Font Awesome 5 Free"; /* Elementor laadt dit al mee */
  font-weight: 900; /* solid variant */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #7F1F83;
  transition: color 0.3s;
}

.pdf_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdf_list li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 28px;
  font-size: 16px;
}

.pdf_list li::before {
  content: "\f1c1"; /* PDF-icoon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #d77d10;
}


/*anchor ruimte*/
html, body {
   scroll-padding-top: 140px;
}

.facetwp-facet {
    margin-bottom: 20px!Important;
}

