/*
 Theme Name:   Ecosteam
 Description:  Ecosteam
 Author:       Blickfang Grafikstudio
 Author URI:   https://blickfang-grafikstudio.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor
*/

html:lang(de-de) .elementor {
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
}

.col-3-2-1 > .elementor-widget-image-box .elementor-widget-container {
	overflow: hidden;
}

.col-3-2-1 > .elementor-widget-image-box:hover p, .col-6 > .elementor-widget-image-box:hover div {
	color: #48BF51;
}

.col-3-2-1 > .elementor-widget-image-box img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.col-6 > .elementor-widget-image-box img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.col-4-3-2 > .elementor-widget-icon-box {
	width: calc(25% - 22.5px) !important;
}

.col-3-2 > .elementor-widget-icon-box, .col-3-2-1 > .elementor-widget-image-box, .col-3-2-1 > .elementor-widget-icon-box {
	width: calc(33.333% - 20px) !important;
}

.col-6 > .elementor-widget-image-box {
	width: calc(16.666% - 20px) !important;
}

@media only screen and (max-width: 1024px) {
	.col-4-3-2 > .elementor-widget-icon-box {
		width: calc(33.3% - 20px) !important;
	}
	.col-3-2-1 > .elementor-widget-icon-box, .col-3-2-1 > .elementor-widget-image-box {
		width: calc(50% - 20px) !important;
	}
}

@media only screen and (max-width: 767px) {
	.col-4-3-2 > .elementor-widget-icon-box, .col-3-2 > .elementor-widget-icon-box {
		width: calc(50% - 20px) !important;
	}
	.col-3-2-1 > .elementor-widget-icon-box, .col-3-2-1 > .elementor-widget-image-box {
		width: 100% !important;
	}
}
