/* 
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 */
@font-face { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://new.hslegal.ch/wp-content/themes/hello-theme-child/fonts/inter-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://new.hslegal.ch/wp-content/themes/hello-theme-child/fonts/inter-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://new.hslegal.ch/wp-content/themes/hello-theme-child/fonts/inter-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://new.hslegal.ch/wp-content/themes/hello-theme-child/fonts/inter-700.woff2') format('woff2'); }
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('https://new.hslegal.ch/wp-content/themes/hello-theme-child/fonts/inter-300italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('https://new.hslegal.ch/wp-content/themes/hello-theme-child/fonts/inter-400italic.woff2') format('woff2');
}

.elementor-sticky--effects {
	border-color: var(--e-global-color-a747b84) !important;
}
.hero-section {
    min-height: calc(100vh - 85px);
	backdrop-filter: blur(12px);
}
.hero-pillars a .elementor-icon-list-text span {
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
    line-height: 1.5;
	padding-left: 14px;
}
.hero-pillars a {
    border-left: 2px solid;
	border-color:  var(--e-global-color-a747b84);
    padding-left: 16px;
}
.hero-pillars a:hover {
    border-color: var(--e-global-color-primary);
}
.vorgehen-item:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--e-global-color-a747b84);
    position: absolute;
    top: 30px;
    left: 0;
}
.vorgehen-item.first:before {
    content: '';
    width: 50%;
    height: 1px;
    background: var(--e-global-color-a747b84);
    position: absolute;
    top: 30px;
    left: 50%;
}
.vorgehen-item.last:before {
    content: '';
    width: 50%;
    height: 1px;
    background: var(--e-global-color-a747b84);
    position: absolute;
    top: 30px;
    left: 0;
}
.werdegang-item .elementor-icon-list-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.werdegang-item .elementor-icon-list-text span {
    flex: 0 0 86px;
    max-width: 86px;
}
.werdegang-item .elementor-icon-list-text span.span-lg {
	flex: 0 0 calc(100% - 86px);
    max-width: calc(100% - 86px);
}
.service-card {
    width: calc( (100% - 4px) / 3 );
	flex: 0 0 calc( (100% - 4px) / 3 );
}
.service-card .service-number .elementor-heading-title {
	transition: 0.5s;
}
.service-card:hover .service-number .elementor-heading-title {
	color: var(--e-global-color-a747b84) !important;
}
.hero-tags .elementor-icon-list-items {
    gap: 10px;
}
.hero-tags .elementor-icon-list-item .elementor-icon-list-text {
    padding: 6px 14px;
    border: 1px solid var(--e-global-color-a747b84);
}
.kontakt-box {
    width: calc((100% - 2px) / 2);
}

@media all and (min-width: 2000px) {
	.hero-section .hero-left {
		padding-left: 22.5%;
	}
	.hero-section .hero-right {
		padding-right: 22.5%;
	}
	.hero-section .hero-right .elementor-widget-text-editor {
		width: 75%;
	}
}

@media all and (max-width: 770px) {
	.service-card {
		width: calc( (100% - 2px) / 2 );
		flex: 0 0 calc( (100% - 2px) / 2 );
	}
	.vorgehen-item:before,
	.vorgehen-item.first:before,
	.vorgehen-item.last:before {
		display: none;
	}
	.mob-menu .elementor-nav-menu {
		padding: 20px;
	}
}

@media all and (max-width: 440px) {
	.service-card,
	.kontakt-box {
		width: 100%;
		flex: 0 0 100%;
	}
}