/*
Theme Name:   Landeseiten Design Child
Theme URI:    #
Description:  Child theme for Hello Elementor for Landeseiten Design projects.
Author:       Your Name
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  landeseiten-design-child
*/

/*----------------------------------------------------------------*/
/* Add your custom CSS below this line
/*----------------------------------------------------------------*/


body,
html {
  overflow-x: hidden;
}

.elementor-widget-image img{
	user-select:none;
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  padding: 0;
  margin: 0;
  text-wrap: pretty !important;
}

body .elementor-widget-container {
  text-wrap: pretty;
}

 [data-elementor-type="wp-page"] {
  overflow: visible;
} 

/****** HOVER SCALE EFFECT ******/
.cs-hover-scale:hover {
	transform: scale(1.05);
}