/* phpcs:ignore */

:root {
	/*DoppelErnte*/
    --primary-color: rgb(31, 69, 102); /* #1f4566 */
	 --primary-color-70: rgba(31, 69, 102, 0.7);
	 --primary-color-50: rgba(31, 69, 102, 0.5);
	 --primary-color-20: rgba(31, 69, 102, 0.2);
	
	--secondary-color: rgb(191, 247, 5); /*#bff705*/
	--secondary-color-50: rgba(191, 247, 5, 0.5);
	
	--third-color: rgb(241, 241, 241); /*#f1f1f1*/
	--third-color-50: rgba(241, 241, 241, 0.5);
	
	 --logo-url: url('/wp-content/plugins/energyExperts/assets/media/energyExpertsLogo.png');
	
	/*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);
	
	 --logo-url: url('/wp-content/plugins/energyExperts/assets/media/Schletter/schletter_logo.png');
	
	*/
	
	
	--text-color: rgb(109, 109, 109);
	--orange-color: rgb(239, 204, 0);
	--orange-color-40: rgba(239, 204, 0, 0.4);
	
	--blue-color: rgb(15, 150, 97);
	--blue-color-20: rgba(15, 150, 97, 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 */
}