/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* General */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-radius: 0;
}
input[type=checkbox] {
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

/* Boxed Container */
.e-container.boxed:first-child {
	padding-left: max(var(--padding-left), 50% - var(--container-max-width) / 2 + var(--padding-left));
}
.e-container.boxed:last-child {
	padding-right: max(var(--padding-right), 50% - var(--container-max-width) / 2 + var(--padding-right));
}

/* Unordered List */
/*.elementor-widget-text-editor li {*/
/*    list-style-type: none;*/
/*}*/
/*.elementor-widget-text-editor li::before {*/
/*    content: '\f00c';*/
/*    font-family: 'Font Awesome 5 Free' !important;*/
/*    speak: never;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-variant: normal;*/
/*    text-transform: none;*/
/*    line-height: 1;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    margin-right: 10px;*/
/*}*/

/* Header */
.elementor-location-header {
	position: sticky;
		top: 0;
	z-index: 999;
}
.admin-bar .elementor-location-header {
	top: 32px;
}
.elementor-location-header .elementor-nav-menu .sub-arrow {
	display: none;
}
.elementor-location-header .current-menu-parent .elementor-item {
	color: var( --e-global-color-accent ) !important;
}
.elementor-location-header .elementor-menu-toggle {
	background-color: transparent;
}

@media screen and (max-width: 782px) {
	.admin-bar .elementor-location-header {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .elementor-location-header {
		position: relative;
			top: unset;
	}
}

/* Footer */


/* Heading */
span.elementor-heading-title > span,
div.elementor-slide-heading > span {
	line-height: 1.5;
	padding: 2px 32px;
	position: relative;
}
span.elementor-heading-title > span::before,
div.elementor-slide-heading > span::before {
	background-color: var( --e-global-color-primary );
	content: '';
	mix-blend-mode: multiply;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}
span.elementor-heading-title > span > span,
div.elementor-slide-heading > span > span {
	position: relative;
}

@media(max-width: 620px) {
	span.elementor-heading-title > span,
	div.elementor-slide-heading > span {
		display: block;
		line-height: 1;
	}
	span.elementor-heading-title br,
	div.elementor-slide-heading br {
		display: none;
	}
}

/* Slider */
.elementor-widget-slides .swiper-slide-inner {
	max-width: 1800px;
}
.elementor-widget-slides .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	font-weight: inherit;
}
.elementor-widget-slides .elementor-swiper-button {
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.elementor-widget-slides .elementor-swiper-button-prev {
	left: 0;
}
.elementor-widget-slides .elementor-swiper-button-next {
	right: 0;
}

@media (max-width:  768px) {
	.elementor-widget-slides .elementor-swiper-button {
		font-size: 40px !important;
	}
}

/* Ultimate Elements - Card Carousel */
.elementor-widget-ucaddon_card_carousel .ue-carousel-item {
	background-image: linear-gradient(135deg, var(--e-global-color-primary), var(--e-global-color-4b754a3));
}
.elementor-widget-ucaddon_card_carousel .card_carousel_sec_title {
	color: #ffffff;
	font-size: 25px;
	margin-top: 20px;
}
.elementor-widget-ucaddon_card_carousel .owl-item hr {
	border-style: solid;
	border-color: var( --e-global-color-3c53a29 );
	margin: 20px auto;
	width: 60%;
}
.elementor-widget-ucaddon_card_carousel .uc_classic_carousel_content .ue_button .uc_more_btn {
	box-shadow: 3px 3px 6px #00000029;
}
.elementor-widget-ucaddon_card_carousel .owl-dot {
	margin: 0 7px 0 0 !important;
	outline: none !important;
}

/* Image Carousel */
.elementor-widget-image-carousel .elementor-image-carousel-wrapper {
	margin-top: 80px;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper {
	background-color: var( --e-global-color-primary );
}
.elementor-widget-image-carousel figure img {
	display: block;
	width: 100%;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper::before {
	--content-width: 1640px;
	--padding-left: 10px;
	background-color: var( --e-global-color-primary );
	clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0% 100%);
	color: var( --e-global-color-3c53a29 );
	content: 'Impressionen';
	display: flex;
		align-items: center;
	font-size: var( --e-global-typography-secondary-font-size );
	height: 80px;
	padding-right: 80px;
	padding-left: max(var(--padding-left), (100% - var(--content-width)) / 2 + var(--padding-left));
	position: absolute;
	top: 0;
	left: 0;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper::after {
	background-color: var( --e-global-color-primary );
	clip-path: polygon(calc(0% + 30px) 0, 100% 0%, 100% 100%, 0% 100%);
	content: '';
	height: 40px;
	position: absolute;
		top: 40px;
		right: 0;
	width: 320px;
}
.elementor-widget-image-carousel .elementor-swiper-button {
	background-color: var( --e-global-color-primary );
	color: var( --e-global-color-3c53a29 );
	display: flex;
		justify-content: center;
		align-items: center;
	height: 40px;
	top: 40px;
}
.elementor-widget-image-carousel .elementor-swiper-button-prev {
	clip-path: polygon(calc(0% + 30px) 0, 100% 0%, 100% 100%, 0% 100%);
	left: 50%;
	padding: 0 30px 0 50px;
	transform: translateX(calc(-100% - 5px));
}
.elementor-widget-image-carousel .elementor-swiper-button-next {
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
	right: 50%;
	padding: 0 50px 0 30px;
	transform: translateX(calc(100% + 5px));
}

@media (max-width: 1023px) {
	.elementor-widget-image-carousel .elementor-image-carousel-wrapper::after {
		display: none;
	}
	.elementor-widget-image-carousel .elementor-swiper-button-prev {
		right: 0;
		left: unset;
		transform: translateX(calc(-100% - 10px));
	}
	.elementor-widget-image-carousel .elementor-swiper-button-next {
		right: 0;
		transform: none;
	}
}
@media (max-width: 766px) {
	.elementor-widget-image-carousel .elementor-swiper-button {
		clip-path: none;
		padding: 0;
		top: 50%;
		transform: none;
	}
	.elementor-widget-image-carousel .elementor-swiper-button-prev {
		right: unset;
		left: 10px;
	}
	.elementor-widget-image-carousel .elementor-swiper-button-next {
		right: 10px;
	}
}

/* Callout */
.callout {
	background-image: linear-gradient(135deg, var(--e-global-color-primary), var(--e-global-color-4b754a3));
	color: #ffffff;
	font-size: 25px;
	line-height: 2;
}

/* Störer */
.stoerer {
	background-color: var( --e-global-color-accent );
	border-radius: 20px 0 0 20px;
	color: #ffffff;
	display: flex;
		align-items: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: .65em 12px;
	position: absolute;
		top: 50px;
		right: -15px;
	width: 128px;
}
.stoerer span:first-child {
	height: 30px;
	position: absolute;
		top: -30px;
		right: 0;
	width: 30px;
}
.stoerer span:first-child::before {
	background-color: var( --e-global-color-accent );
	content: '';
	height: 15px;
	position: absolute;
		right: 0;
		bottom: 0;
	width: 15px;
}
.stoerer span:first-child::after {
	background-image: linear-gradient(270deg, #0f2c49 50%, transparent 50%);
	border-radius: 50%;
	content: '';
	height: 30px;
	position: absolute;
		right: 0;
		bottom: 0;
	width: 30px;
}
.stoerer span:last-child {
	height: 30px;
	position: absolute;
		right: 0;
		bottom: -30px;
	width: 30px;
}
.stoerer span:last-child::before {
	background-color: var( --e-global-color-accent );
	content: '';
	height: 15px;
	position: absolute;
		top: 0;
		right: 0;
	width: 15px;
}
.stoerer span:last-child::after {
	background-image: linear-gradient(270deg, #0f2c49 50%, transparent 50%);
	border-radius: 50%;
	content: '';
	height: 30px;
	position: absolute;
		right: 0;
		bottom: 0;
	width: 30px;
}

@media (max-width:  1367px) {
	.stoerer {
		font-size: 22px;
		top: 30px;
	}
}
@media (max-width: 1024px) {
	.stoerer {
		border-radius: 0;
		justify-content: center;
		height: auto;
		position: static;
		width: auto;
	}
	.stoerer span {
		display: none;
	}
}

/* Contact Form 7 */
.wpcf7-form .wpcf7-form-control-wrap {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.wpcf7-form .wpcf7-checkbox {
	background-color: #ffffff;
	border: 1px solid #666;
	display: block;
	padding: 10px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	margin: .25em 0;
	width: 50%;
	padding: .5em .5em .5em 1em;
}
.wpcf7-form .wpcf7-list-item.last {
	background-color: var( --e-global-color-c4c8ce4 );
	border: 1px solid #666;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form .form-footer {
	display: flex;
		justify-content: space-between;
		align-items: center;
}
.wpcf7-form .wpcf7-spinner {
	display: none;
}

@media (min-width:  767px) {
	.wpcf7-form .row {
		display: flex;
			gap: 20px;
	}
	.wpcf7-form .col-12 {
		width: 100%;
	}
	.wpcf7-form .col-6 {
		width: 50%;
	}
}
@media (min-width:  1024px) {
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
		width: 33.33%;
	}
}
