/*
 Theme Name:   Hello Elementor Child
 Description:  Mein Child Theme
 Author:       Luxania
 Author URI:   httpw://www.luxaniawebdesign.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/
/*** Markierungsfarbe ändern***/
::-moz-selection {
background-color: #5D4839;
color: #fff;
}
::selection {
background-color: #5D4839;
color: #fff;
}