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

/* home page */

.cu-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #E3E5E8 22.14%, rgba(227, 229, 232, 0.00) 100%);
    width: 100px;
    height: 100%;
}
.cu-gradient-2::after {
    content: '';
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(360deg, #E3E5E8 22.14%, rgba(227, 229, 232, 0.00) 100%);
}

.cu-gradient-cta::after {
    content: '';
    position: absolute;
    top: -13%;
    left: 0;
    height: 500px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.48%, rgba(0, 0, 0, 0.45) 79.74%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 9;
}
.cu-gradient-cta .elementor-cta__content {
    z-index: 999;
}

.cu-box-shadow {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.rezensionen .owl-dots .owl-dot {
    border-radius: 100px 100px 100px 100px;
    border: 1px solid var(--e-global-color-accent);
}
.rezensionen .ue-image img {
    box-shadow: 0 0 3.571px 0 rgba(0, 0, 0, 0.09), 0 3.571px 7.143px 0 rgba(0, 0, 0, 0.08);
}
.rezensionen .owl-item.uc-active-item .uc_quote_item.ue-item {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.rezensionen .owl-item:not(.uc-active-item) .ue-item {
    opacity: 0.6 !important;
}
.faq-accordion .e-n-accordion-item {
	min-height: 63px !important;
    border: 0.5px solid rgba(231, 68, 60, 0.60);
    border-radius: 8px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0), 0 8px 16px 0 rgba(0, 0, 0, 0);
}
.faq-accordion .e-n-accordion-item[open=''] {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

/*Car Page*/
.single-car {
	width: calc((100% - 64px) / 3);
	border-radius: 18px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0), 0 8px 12px 0 rgba(0, 0, 0, 0);
	transition: 0.4s;
}
.single-car:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 8px 12px 0 rgba(0, 0, 0, 0.16);
}
.single-car .elementor-icon-list-item {
    background: var( --e-global-color-337c4ed );
    padding: 8px 12px !important;
    border-radius: 8px;
}
.single-car:hover .elementor-widget-image {
	background: var(--e-global-color-520a609);
}
.single-car .elementor-widget-icon {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 22px;
	opacity: 0;
	transition: 0.4s;
}
.single-car:hover .elementor-widget-icon,
.single-car:hover .elementor-heading-title:after {
	opacity: 1;
}
.single-car .elementor-heading-title {
    position: relative;
}
.single-car .elementor-heading-title:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 8px;
    background: url(/wp-content/uploads/2025/11/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	opacity: 0;
	transition: 0.4s;
}
/*Kontakt Page*/
#kontakt-form .wpforms-container {
    margin: 0;
}
#kontakt-form .wpforms-container .wpforms-field {
    padding: 0;
	margin-bottom: 24px;
}
#kontakt-form .wpforms-field-label {
    margin: 0px !important;
    padding: 0px 3px !important;
	font-family: 'Satoshi';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    position: absolute;
    top: 12px;
    left: 12px;
	transition: 0.5s;
	background-color: #f8fafc;
}
#kontakt-form .focused .wpforms-field-label {
	top: -12px;
	color: var(--e-global-color-accent);
}

#kontakt-form .wpforms-field-container input,
#kontakt-form .wpforms-field-container textarea {
    min-height: 50px;
    background-color: transparent;
    border-radius: 4px;
    border-color: #5E6368;
	font-family: 'Satoshi';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
	color: var(--e-global-color-text)
}
#kontakt-form .wpforms-field-container input:hover,
#kontakt-form .wpforms-field-container textarea:hover {
    border-color: var(--e-global-color-accent) !important;
}
#kontakt-form .wpforms-field-container input:focus,
#kontakt-form .wpforms-field-container textarea:focus{
	box-shadow: none !important;
	border-color: var(--e-global-color-accent) !important;
}

#kontakt-form .wpforms-submit {
    padding: 12px 24px;
    color: #F8FAFC;
    border-radius: 8px;
	border: 1px solid var(--e-global-color-accent);
	font-family: Satoshi;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	height: unset;
	width: 119px;
}
#kontakt-form .wpforms-submit:hover {
	background: transparent;
	color: var(--e-global-color-accent);
}
#kontakt-form .wpforms-submit:after {
	display: none;
}



/*Responsive Part*/

@media all and (max-width: 770px) {
	.single-car {
		width: calc((100% - 16px) / 2);
	}
	.single-car .elementor-icon-list-item {
		width: 200px;
		margin-bottom: 10px;
	}
	
	.single-car .elementor-icon-list-item:last-child {
		margin-bottom: 0;
	}
}

@media all and (max-width: 480px) {
	.single-car {
		width: 100%;
	}
}