/* phpcs:ignore */

:root {
	/*Energy Experts*/
    --primary-color: rgb(43, 62, 75);
	 --primary-color-70: rgba(43, 62, 75, 0.7);
	 --primary-color-50: rgba(43, 62, 75, 0.5);
	 --primary-color-20: rgba(43, 62, 75, 0.2);
	
	--secondary-color: rgb(63, 161, 77);
	--secondary-color-50: rgba(63, 161, 77, 0.5);
	
	--third-color: rgb(241, 241, 241);
	--third-color-70: rgba(241, 241, 241, 0.7);
	--third-color-50: rgba(241, 241, 241, 0.5);
	
	 --logo-url: url('/wp-content/plugins/energyExperts/assets/media/energyExpertsLogo.png');

	--border-color: #d3d3d3;


	/*Schletter*/
	/*--primary-color: rgb(9,99,102);
	 --primary-color-70: rgba(9,99,102, 0.7);
	 --primary-color-50: rgba(9,99,102, 0.5);
	 --primary-color-20: rgba(9,99,102, 0.2);
	
	--secondary-color: rgb(199,227,208);
	--secondary-color-50: rgba(199,227,208, 0.5);

	--third-color: rgb(241, 241, 241);
	--third-color-70: rgba(241, 241, 241, 0.7);
	--third-color-50: rgba(241, 241, 241, 0.5);

	--logo-url: url('/wp-content/plugins/energyExperts/assets/media/Schletter/schletter_logo.png');
	
*/

	--finance-primary-color: rgb(9, 226, 255);
	--header-color-light: rgb(238, 238, 238);



	
	--text-color: rgb(109, 109, 109);
	--orange-color: rgb(239, 204, 0);
	--orange-color-40: rgba(239, 204, 0, 0.4);
	
	--blue-color: rgb(11, 232, 225);
	--blue-color-20: rgba(11, 232, 225, 0.2);
	
	--yellow-color: rgb(255, 265, 0);
	--yellow-color-40: rgba(255, 265, 0, 0.4);
    
	
   
	
	
	
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: Exo,Open Sans, Arial, sans-serif!important;
}


/* Versteckt Scrollbalken in WebKit-basierten Browsern (Chrome, Safari) */
::-webkit-scrollbar {
    display: none;
}

/* Versteckt Scrollbalken in Firefox */
html {
    scrollbar-width: none; /* Für Firefox */
}

/* Versteckt Scrollbalken in Internet Explorer 10+ und Edge */
body, html {
    -ms-overflow-style: none;  /* Für Internet Explorer und Edge */
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
	color: var(--primary-color)!important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
	color: var(--secondary-color)!important;
}