/* 
Theme Name: SWF Totaalonderhoud
Theme URI: https://github.com/elementor/hello-theme-child/
Description: SWF Totaalonderhoud is a child theme of Hello Elementor, created by Elementor team
Author: Cees & Co
Author URI: https://www.ceesenco.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: swf-totaalonderhoud
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
*/

/* Sectie: Onze diensten */
#onze-diensten details summary,
.onze-specialiteiten details summary {
	transition: all 250ms linear;
}

#onze-diensten details summary[aria-expanded="true"],
.onze-specialiteiten details summary[aria-expanded="true"] {
	border-bottom-color: #ffffff;
}

/* Sectie: Onze klanten */
#onze-klanten img {
	transition: all 300ms linear;
	filter: grayscale(1);
	opacity: 0.7;
}

#onze-klanten img:hover {
	filter: grayscale(0);
	opacity: 1;
}