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

@media screen and (min-width:1366px) {
	.elementor-widget-loop-carousel .swiper-slide.shrink {
			max-width: 33% !important;
	}
}

.elementor-widget-aronda_slider.men-at-work {
	
	.text-overlay {
		margin: -60px 10px 0px -48px !important;
		max-width: 100%;
	}
	
	.text-overlay {
		display: block;
		float: left;
		z-index: 1;
		background-color: transparent !important;
	}

	.title, .description {
		position: relative;
		z-index: 1;
		display: block;
		background-color: transparent;
	}
	.description {
			margin-top: -5px;
			margin-left: 80px;
			padding: 10px 20px;
	}
	.title {
			padding: 10px 70px;
	}

	div.title::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/wp-content/uploads/2025/06/klebestreifen-orange1.webp');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.85; 
		z-index: -1;
	}

	div.description::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/wp-content/uploads/2025/06/klebestreifen-orange.webp');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.85;
		z-index: -1;
		pointer-events: none;
				margin-left: 40px;
	}

	img.background-media {
			position: absolute !important;
			display: block;
	}
	
	
	@media (max-width:767px) {
		.text-overlay {
			margin: -24px 10px 0px -12px !important;
		}
		.overlay-item.title {
			padding: 10px 20px 10px 30px;
		}
		.text-overlay .description {
			margin-left: 10px;
			font-size: 1rem;
		}
		.text-overlay .description::before {
			margin-left: 0px !important;
		}
		
		.overlay-item .title {
			font-size: 1.8rem;
		}
	}
}