/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#footer ul {
	list-style-type: none;
	padding-left:0px;
}

#footer .elementor-sitemap-wrap .elementor-sitemap-title.elementor-sitemap-page-title {
	display:none;
}
#footer ul li {
	padding:5px 0px;
}
#footer ul li a{
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
}
.footerhead {
	font-size:21px;
	color:#ccc;
}
a.rcb-sc-link {
	padding:8px 16px;
	border:2px solid var(--e-global-color-primary);
	margin-right:10px;
	transition:0.3s;
	border-radius:6px;
}
a.rcb-sc-link:hover {
	
	background:var(--e-global-color-primary);
	color:white;

}
a {

  color:var(--e-global-color-primary);
}
a:hover {

  color:var(--e-global-color-primary);
  text-decoration: none;
}

#content .wavebg:after{
	   content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
 

	    background-image: url(https://seo-videokurs.de/innovelop/wp-content/uploads/2024/03/innovelop-wave.svg);
    background-position: 30% 101%;
    background-repeat: no-repeat;
    background-size: 120% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}