/* 
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
*/

/**
 * Resets 
 **/

p:last-child, 
.elementor-widget:last-child,
.site-content ul:last-child, 
.site-content ol:last-child, 
.site-footer ul:last-child, 
.site-footer ol:last-child {
   margin-bottom: 0 !important;
}

/* Fix Google Search Console "mobile usability issues" */
:where(body, iframe, pre, img, svg, video, canvas, select) {
	max-width: 100%;
	overflow: auto;
	word-break: break-word;
}

/**
 * Footer 
 **/
.rit_footer-headline::after {
    content: '';
    display: block;
    position: absolute;
    width: 5rem;
    height: 0.15rem;
    background-color: #CF8F42;
    bottom: -1rem;
}

.rit_footer-links a {
	color: #fff !important;
}

.rit_footer-links a:hover {
	color: #cf8f42 !important;
}

/**
 * Header 
 **/
.rit-header-box .rit_header-logo--main  a {
	color: #fff !important;
}
.rit-header-box .rit_header-logo  a {
	color: #000 !important;
}


.rit-header .rit-header-box.elementor-sticky--active {
	background-color: #fff !important;
} 

.rit-header .rit-header-box.elementor-sticky--active .elementor-nav-menu--main .elementor-item {
	color: #797979;
}

.rit-header .rit-header-box.elementor-sticky--active .rit_header-logo a {
	color: #000 !important;
}

/**
 * Hero-Sektion 
 **/
.rit_hero-section_box {
	clip-path: polygon(0% 0%,75% 0%,85% 17%,100% 25%,100% 100%,0% 100%);
}

/**
 * Leistungen-Sektion 
 **/
.rit_leistungen-section_box {
	clip-path: polygon(0% 0%,75% 0%,85% 17%,100% 25%,100% 100%,0% 100%);
}

/*
.rit_leistungen-section_box::before {
	content: url('/wp-content/uploads/arrow-black.svg');
	display: block;
	position: absolute;
	width: 2rem;
	height: 2rem;
}
*/

/**
 * Info-Sektion 
 **/
.rit_info-section_box.schwarz {
	clip-path: polygon(0% 0%,100% 0%,100% 100%,25% 100%,18% 82%,0% 75%);
}

.rit_info-section_box.blau {
	clip-path: polygon(0% 0%,75% 0%,85% 17%,100% 25%,100% 100%,0% 100%);
}