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

/*Mobile Menu*/
.mobile-menu a:focus-visible {
	    outline: unset;
}
.mobile-menu a {
    padding: 8px;
}

div#mobile-menu {
    height: 40px;
}

/*Home Page*/
.image-slider-section .elementor-swiper-button {
    border: 2px solid var(--e-global-color-721e960);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--e-global-color-721e960);
    padding: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.image-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
    height: 20px;
}
.image-slider-section .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-slider-section .elementor-swiper-button:hover {
    background: transparent;
}

.image-slider-section .elementor-swiper-button:hover svg path {
    stroke: var(--e-global-color-721e960);
}

.image-slider-section .elementor-swiper-button-prev {
    left: 170px !important;
}

.image-slider-section .elementor-swiper-button-next {
    right: 170px !important;
}

.image-slider-section .swiper-pagination {
    bottom: 55px !important;
}

/*Dienstleistungen*/
.service-box {
	transition: 0.5s;
}
.service-box:hover .elementor-bg {
	transform: scale(1.15) !important;
}
.service-box.full {
    width: 100%;
}
.service-box.half {
    width: calc( 50% - 12px );
}
.service-box .elementor-cta__bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 15%, rgba(0, 0, 0, 0.50) 55%, rgba(0, 0, 0, 0.8) 100%);
    top: unset;
    bottom: 0;
    height: 80%;
}
.service-box .elementor-cta__content {
    position: absolute;
    top: unset;
    bottom: 0;
}
.service-box .elementor-cta {
	border-radius: 4px;
}
.service-box .elementor-cta__description {
    margin-top: 40px;
}
.service-box.first .elementor-cta__content {
    bottom: -86px;
}
.service-box.third .elementor-cta__content {
    bottom: -114px;
}

.service-box.second .elementor-cta__content {
    bottom: -114px;
}

.service-box.first:hover .elementor-cta__content,
.service-box.second:hover .elementor-cta__content,
.service-box.third:hover .elementor-cta__content {
	bottom: 0;
}
.service-box:hover .elementor-cta__description {
    margin-top: 0px;
}
.service-box.full .elementor-cta__description {
    width: 75%;
}
.service-box.half .elementor-cta__description {
    width: 85%;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child {
    border-left: 1px solid #fff;
}

.wpml-ls-current-language a span {
    color: var(--e-global-color-accent) !important;
}
header .wpml-ls-legacy-list-horizontal a {
    padding: 0px 10px 0px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item span {
    font-size: 14px;
	color: var(--e-global-color-137ac58);
}
@media all and (max-width: 770px) {
	.image-slider-section .elementor-swiper-button-prev {
		left: 20px !important;
	}
	.image-slider-section .elementor-swiper-button-next {
		right: 20px !important;
	}
	.image-slider-section .swiper-pagination {
		bottom: 20px !important;
	}
	.service-box.full .elementor-cta__description,
	.service-box.half .elementor-cta__description {
		width: 100%;
	}
	.service-box.third .elementor-cta__content {
		bottom: -140px;
	}
	.service-box.second .elementor-cta__content {
		bottom: -140px;
	}
}

@media all and (max-width: 440px) {
	.service-box.half {
		width: calc( 100% - 0px );
	}
	.service-box.first .elementor-cta__content {
		bottom: -114px;
	}
	.image-slider-section .swiper-slide-inner img {
		height: 300px;
		object-fit: cover;
	}
}
@media all and (max-width: 377px) {
	.service-box.first .elementor-cta__content {
		bottom: -142px;
	}
	.service-box.second .elementor-cta__content {
		bottom: -170px;
	}
}

@media all and (max-width: 367px) {
	.service-box.first .elementor-cta__content {
		bottom: -170px;
	}
}
@media all and (max-width: 321px) {
	.service-box.first .elementor-cta__content {
		bottom: -170px;
	}
	.service-box.second .elementor-cta__content {
		bottom: -170px;
	}
	.service-box.third .elementor-cta__content {
		bottom: -170px;
	}
}