/* 
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*/
.drop-menu .elementor-nav-menu li a {
    line-height: var( --e-global-typography-abab62c-line-height ) !important;
}
.drop-menu .elementor-nav-menu li {
    margin-bottom: 25px;
}
.drop-menu .elementor-nav-menu .sub-menu {
	margin-top: 25px;
}

/*Language Switcher*/
.cu-wpml-menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.cu-wpml-menu .wpml-ls-link {
    padding: 0;
}
.cu-wpml-menu li .wpml-ls-link {
    padding: 0px 24px 2px 24px;
}
.cu-wpml-menu li:first-child .wpml-ls-link {
	padding-right: 12px;
	border-right: 1px solid #D8DCDF;
}
.cu-wpml-menu li:last-child .wpml-ls-link {
	padding-left: 12px;
	border-left: 1px solid #D8DCDF;
}

/*Header Section*/
.header-menu .elementor-nav-menu li:first-child a {
    padding-left: 0 !important;
}
.header-menu .elementor-nav-menu li:last-child a {
    padding-right: 0 !important;
}
.header-menu .sub-menu {
	width: 200px !important;
    padding: 24px 12px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.header-menu .sub-menu .elementor-sub-item {
    margin: 18px 0 !important;
}

.header-menu .sub-menu li:first-child .elementor-sub-item {
    margin-top: 0 !important;
}

.header-menu .sub-menu li:last-child .elementor-sub-item {
    margin-bottom: 0 !important;
}

.gradient-text .elementor-heading-title {
  background: linear-gradient(94deg, #20415E 1.33%, #4388C4 76.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sub-title .elementor-heading-title {
	position: relative;
	padding-left: 18px;
}
.sub-title .elementor-heading-title:before {
    content: '';
    background: linear-gradient(139deg, #20415E 0.65%, #4388C4 81.62%);
    width: 10px;
    height: 10px;
	border-radius: 50%;
    position: absolute;
    top: 50%;
	left: 0;
    transform: translate(0, -50%);
}

.cta-service-item {
	transition: 0.3s all;
}
.cta-service-item:hover {
    border-radius: 12px;
}
.cta-service-item .elementor-cta__content {
    position: relative;
}
.cta-service-item .elementor-cta__content .elementor-icon-wrapper {
    margin: 0;
    position: absolute;
    top: 38px;
    left: calc(100% - 47px);
}

.cta-service-item .elementor-cta__description {
    width: 90%;
}

.elementor-element.service-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.business-value {
    width: calc( (100% - 34px) / 2 );
}
.col-3 .business-value {
    width: calc( (100% - 66px) / 3 );
}

/*Kontakt Form*/
#kontakt-form .wpforms-container {
    margin: 0;
}
#kontakt-form .wpforms-field {
    padding: 0 !important;
    margin-bottom: 24px;
    overflow-x: clip;
}
#kontakt-form .wpforms-field.wpforms-field-checkbox .wpforms-field-label {
	font-family: var(--e-global-typography-4b8a327-font-family);
    font-size: var(--e-global-typography-4b8a327-font-size);
    font-weight: var(--e-global-typography-4b8a327-font-weight);
    line-height: var(--e-global-typography-4b8a327-line-height);
    letter-spacing: var(--e-global-typography-4b8a327-letter-spacing);
    color: #17191C;
	margin-bottom: 100;
}
#kontakt-form .wpforms-field:not(.wpforms-field-checkbox) .wpforms-field-label {
    margin-bottom: 0;
    font-family: var(--e-global-typography-4b8a327-font-family);
    font-size: var(--e-global-typography-4b8a327-font-size);
    font-weight: var(--e-global-typography-4b8a327-font-weight);
    line-height: var(--e-global-typography-4b8a327-line-height);
    letter-spacing: var(--e-global-typography-4b8a327-letter-spacing);
    color: #17191C;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ECEDEF;
    padding: 2px 5px;
	transition: 0.3s all;
}
#kontakt-form .wpforms-field input.wpforms-field-large,
#kontakt-form .wpforms-field textarea {
    font-family: var(--e-global-typography-4b8a327-font-family);
    font-size: var(--e-global-typography-4b8a327-font-size);
    font-weight: var(--e-global-typography-4b8a327-font-weight);
    line-height: var(--e-global-typography-4b8a327-line-height);
    letter-spacing: var(--e-global-typography-4b8a327-letter-spacing);
    color: #17191C;
}
#kontakt-form .wpforms-field input.wpforms-field-large:focus,
#kontakt-form .wpforms-field textarea:focus {
    box-shadow: none;
}
#kontakt-form .wpforms-field.active .wpforms-field-label {
	top: -15px;
	font-size: 85%;
}
#kontakt-form .wpforms-field-textarea {
    margin-bottom: 41px;
}
#kontakt-form .wpforms-submit {
    color: var(--e-global-color-0dd6ae2);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: 12px 42px;
    min-height: 50px;
}
#kontakt-form .wpforms-submit:after {
	display: none;
}
#kontakt-form .wpforms-submit:hover {
    background: var(--e-global-color-accent);
}

/*Responsive Part*/
@media all and (min-width: 1600px) {}

@media all and (max-width: 1599px) {}

@media all and (max-width: 1199px) {}

@media all and (max-width: 991px) {}

@media all and (max-width: 770px) {
	.col-3 .business-value {
		width: calc( (100% - 33px) / 2 );
	}
	.cta-service-item .elementor-cta__description {
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	/*.business-value .elementor-icon-box-wrapper {
		gap: 10px !important;
	}*/
	.business-value,
	.col-3 .business-value {
		width: calc( (100% - 0px) / 1 );
	}
}