/* 
 Theme Name:   Astra Child Theme - Eigen
 Theme URI:    
 Description:  
 Author:       Katharina
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media (max-width: 1000px) {
	.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
		fill: blue !important;}

}


@media (max-width: 800px) {
	.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: red !important;}
	}


@media (max-width: 500px) {
	.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: yellow !important;}
	}