/*
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
/*----------------------------------------------------------------*/
html,body {
	overflow-x:hidden !important;
}
body {
	overflow-y: hidden !important;
}

*{
	text-wrap:pretty !important
}

.cs-number-icon {
	--size:80px;
    width: var(--size);
    height: var(--size);
    background: #484848;
    position: absolute;
    display: grid;
    place-items: center;
    color: #fff;
    outline:24px solid #fff;
    border-radius: 50%;
 
}

@media (max-width:1023px){
	.cs-number-icon {
	--size:64px;
	outline:20px solid #fff;
}
}


@media (max-width:767px){
	.cs-number-icon {
	--size:56px;
	outline:6px solid #fff;
		font-size:24px !important;
}
	.cs-timeline-svg {
		display:none !important;
	}
}