/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.menu-item.Installatie > a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://jouwwebsite.nl/wp-content/uploads/2024/12/icoon-installatie.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  flex-shrink: 0;
}

.menu-item.installatie > a::before {
  content: "";
  display: inline-block;
  width: 40px;       /* pas aan naar grootte icoon */
  height: 40px;
  background-image: url('https://versgeplukt.nl/bosgroep/wp-content/uploads/2025/05/BOS-icon-installatie@3x.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  vertical-align: bottom;
}
.menu-item.dak > a::before {
  content: "";
  display: inline-block;
  width: 40px;       /* pas aan naar grootte icoon */
  height: 40px;
  background-image: url('https://versgeplukt.nl/bosgroep/wp-content/uploads/2025/05/BOS-icon-dak@3x.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  vertical-align: bottom;
}
.menu-item.solar > a::before {
  content: "";
  display: inline-block;
  width: 40px;       /* pas aan naar grootte icoon */
  height: 40px;
  background-image: url('https://versgeplukt.nl/bosgroep/wp-content/uploads/2025/05/BOS-icon-solar@3x.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  vertical-align: bottom;
}
.menu-item.bos .nav-drop-title-wrap::before {
  content: "";
  display: inline-block;
  width: 40px;       /* pas aan naar grootte icoon */
  height: 40px;
  background-image: url('https://versgeplukt.nl/bosgroep/wp-content/uploads/2025/05/BOS-icon-ecosysteem@3x.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  vertical-align: bottom;
}


ul.opsomming li::marker {
	list-style: none;
  content: "✓ ";
  color: black; /* Je kunt hier elke kleur gebruiken */
  font-weight: bold;
  margin-right: 8px;
  font-size: 1.5em;
}
ul.opsomming ul li::marker {
	list-style: disc;
  content: "- ";
  color: black; /* Je kunt hier elke kleur gebruiken */
  font-weight: bold;
  margin-right: 8px;
  font-size: 1em;
}
p { -moz-hyphens:manual !important;
-ms-hyphens:manual !important;
-webkit-hyphens:manual !important;
 hyphens:manual !important;}


