/* 
Theme Name: sichtbarkeit.ch – Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Martin Aue Sichtbarkeit GmbH
Author URI: https://www.sichtbarkeit.ch
Template: hello-elementor
Version: 1.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
*/

/* Custom Styles sichtbarkeit.ch */

html,
body {
	overflow-x: hidden;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
	margin-bottom: 0;
}
h4 {
	margin-bottom: 10px;
}
p:last-child,
p:only-of-type {
	margin-bottom: 0;
}
.elementor-heading-title {
	line-height: inherit;
}
.elementor .elementor-button,
.elementor-counter-number {
	text-decoration: none;
	position: relative;
}
.elementor-button {
	padding: 18px 25px !important;
	transition: all .2s ease;
}
.elementor-button:hover {
	background-color: var(--e-global-color-primary) !important;
	border: 2px solid var(--e-global-color-primary) !important;
	color: var(--e-global-color-70398f5) !important;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) !important;
}
.elementor-button:hover::after {
	background-image: url(assets/img/arrow.svg) !important;
}
.elementor-widget-text-editor ul:not(:last-child) {
	margin-bottom: 20px;
}
header img,
footer img,
.logo-slider img,
.breadcrumb-home {
	border-radius: 0 !important;
}
header a {
	text-align: left;
	white-space: normal !important;
}
header nav .sub-menu,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > ul {
	padding: 25px !important;
	min-width: 250px !important;
	max-width: 280px !important;
	margin-top: 30px !important;
	left: 50% !important;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
	border-radius: 20px;
	box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
	top: 40px !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transition: all .5s ease-in-out !important;
}
header .elementor-nav-menu--dropdown {
	background-color: var(--e-global-color-secondary);
}
header nav .sub-menu::before,
header nav .sub-menu::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}
header nav .sub-menu::before {
	top: -15px;
	width: auto;
	height: 18px;
	background-image: url(assets/img/nav-prev.svg);
	background-size: contain;
}
header nav .sub-menu::after {
	top: -3px;
	width: 15px;
	height: 18px;
	background-image: url(assets/img/arrow-nav.svg);
	background-size: cover;
}
header nav .sub-arrow {
	display: none !important;
}
header nav ul li:last-child a {
	padding-right: 0 !important;
}
header nav .sub-menu a,
header nav .sub-menu a:hover,
header nav .sub-menu a:focus,
header nav .sub-menu a:active {
	padding: 0 !important;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent !important;
}
header ul.elementor-nav-menu--dropdown a,
header ul.elementor-nav-menu--dropdown a:focus,
header ul.elementor-nav-menu--dropdown a:hover,
.overlay-menu ul.elementor-nav-menu--dropdown a,
.overlay-menu ul.elementor-nav-menu--dropdown a:focus,
.overlay-menu ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 0 solid transparent !important;
}
header nav .sub-menu li {
	padding: 8px 0;
}
header nav .sub-menu li:first-child {
	padding-top: 0;
}
header nav .sub-menu li:last-child {
	padding-bottom: 0;
}
header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {
	top: 40px !important;
}
header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul[aria-expanded="true"] {
	top: 22px !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.home h1 {
	color: var(--e-global-color-primary);
	font-size: clamp(1.25rem, 0.6071rem + 1.423vw, 1.625rem);
	line-height: 1.3;
}
.hero-slide {
	height: 75vh !important;
	min-height: 650px !important;
}
.hero-slider .swiper-slide-inner {
	max-width: 1216px;
	padding: 0 !important;
	z-index: 10;
}
.hero-slider .swiper-slide::before,
.page-listing-single::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #000000;
}
.hero-slider .swiper-slide::before {
	background: linear-gradient(60deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.07) 100%);
}
.hero-slider .swiper-slide-contents {
	max-width: 700px !important;
}
.hero-slider .elementor-slide-heading p {
	font-size: 48px !important;
	line-height: 1.2 !important;
	margin-bottom: 15px !important;
	font-weight: 600;
}
.hero-slider .elementor-slide-description,
.hero-slider .elementor-slide-heading p {
	color: var(--e-global-color-70398f5);
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
}
.hero-slider .elementor-slide-description {
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
}
.hero-slider .elementor-swiper-button .e-font-icon-svg {
	display: none;
}
.hero-slider .elementor-swiper-button.elementor-swiper-button-prev,
.hero-slider .elementor-swiper-button.elementor-swiper-button-next {
	background-image: url(assets/img/arrow.svg);
	left: 50px !important;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
}
.hero-slider .elementor-swiper-button.elementor-swiper-button-next {
	right: 50px !important;
	left: auto !important;
}
.hero-slider .elementor-swiper-button.elementor-swiper-button-prev {
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}
.hero-slider .elementor-button,
.btn-white .elementor-button,
.btn-basic .elementor-button {
	padding: 18px 60px 18px 25px !important;
}
.hero-slider .elementor-button::after,
.btn-basic .elementor-button::after,
.btn-white .elementor-button::after {
	content: '';
	position: absolute;
	top: 7px;
	right: 10px;
	width: 37px;
	height: 37px;
	background-image: url(assets/img/arrow.svg);
	background-size: cover;
	background-position: center;
}
.hero-slider .elementor-button {
	margin-top: 8px;
}
.hero-slider .swiper-pagination {
	text-align: right;
	padding-right: 50px;
	bottom: 0 !important;
}
.page section:not(.section-hero),
footer,
.search section,
.single-post section:not(.section-hero),
.blog section:not(.section-hero) {
	margin-top: clamp(5rem, 2.8571rem + 4.7433vw, 6.25rem);
}
.section-topics section {
	margin-top: 0 !important;
}
.page section.medium-space,
.search section.medium-space,
.single-post section.medium-space,
.blog section.medium-space {
	margin-top: clamp(2.5rem, 0.3571rem + 4.7433vw, 3.75rem);
}
.page section.small-space,
.search section.small-space,
.single-post section.small-space,
.blog section.small-space {
	margin-top: clamp(1.25rem, 0.1786rem + 2.3717vw, 1.875rem);
}
.btn-white .elementor-button,
.btn-basic .elementor-button,
.btn-border .elementor-button {
	background-color: transparent;
}
.btn-white .elementor-button {
	border: 2px solid var(--e-global-color-70398f5);
	color: var(--e-global-color-70398f5);
}
.btn-basic .elementor-button {
	border: 2px solid var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}
.btn-basic .elementor-button::after {
	background-image: url(assets/img/arrow-red.svg);
}
.btn-border .elementor-button {
	border: 2px solid var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}
.cta-sidebar h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.cta-sidebar a,
.breadcrumbs a {
	text-decoration: none;
	color: var(--e-global-color-primary);
}
.cta-sidebar .elementor-button {
	border: 2px solid #dfdfdf;
	padding: 15px 60px 15px 25px !important;
}
.cta-sidebar .elementor-button::after {
	background-image: url(assets/img/arrow-redborder.svg);
}
.cta-sidebar .elementor-button::after {
	top: 5px;
	right: 8px;
	width: 35px;
	height: 35px;
}
.cta-box-content h5 {
	color: var(--e-global-color-70398f5);
}
.page-listing-single {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.page-listing-single.news-listing {
	aspect-ratio: 2 / 3;
}
.page-listing-single h3 {
	line-height: 1.2;
}
.page-listing-single .elementor-widget-image,
.page-listing-single img {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) !important;
}
.page-listing-single .elementor-widget-image {
	z-index: 0;
}
.page-listing-single::before {
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-listing-single .box-content {
	z-index: 11;
}
.page-listing-single img {
	transform: scale(1.05);
}
.page-listing-single:hover img {
	transform: scale(1);
}
.elementor-counter-number {
	min-width: 200px;
}
.elementor-counter-number::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 1px;
	background-color: var(--e-global-color-70398f5);
	opacity: .5;
}
.logo-slider img {
	max-width: 150px;
	max-height: 50px;
	height: auto;
	width: auto;
	object-fit: contain;
	min-width: 130px;
}
.logo-slider .swiper-slide {
	min-height: 115px;
}
.logo-slider.elementor-arrows-position-outside .swiper {
	width: calc(100% - 150px);
}
.breadcrumbs span {
	font-size: 16px;
}
.breadcrumbs span span:not(:last-child) {
	margin-right: 4px;
}
.breadcrumbs span span:not(:first-child) {
	margin-left: 4px;
}
.breadcrumbs .separator {
	content: '';
	width: 1px;
	height: 10px;
	background-color: #9f9f9f;
	position: relative;
	display: inline-block;
	transform: rotate(45deg);
	top: -1px;
}
.breadcrumbs .breadcrumb-home {
	width: 15px;
	margin-right: 5px;
}
.fadeInUp {
	animation-name: fadeInUpCustom !important;
}
.animated {
	animation-duration: .8s !important;
}
@keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.wpml-ls-statics-shortcode_actions,
.wpml-ls-statics-shortcode_actions a {
	padding: 0 !important;
	text-decoration: none;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-native {
	font-weight: 600;
	color: #000;
	top: -1px;
	position: relative;
}
#toTop {
	cursor: pointer;
}
@media screen and (max-width: 1500px) {
	.section-hero .elementor-swiper-button {
		display: none !important;
	}
}
@media screen and (max-width: 1300px) {
	.hero-slider .swiper-slide-inner {
		padding: 0 40px !important;
	}
	.e-con-full.e-parent,
	.e-con-boxed.e-parent .e-con-inner,
	.cta-boxes .e-con-inner {
		padding-left: 40px;
		padding-right: 40px;
	}
	.e-con-full.section-fullwidth,
	.dialog-widget .e-con-boxed.e-parent .e-con-inner,
	.subpage-container .e-con-inner,
	.section-hero,
	.e-con-full.section-hero,
	.e-con-boxed.e-parent .e-con-inner .e-con-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	nav .elementor-sub-item {
		font-weight: 400 !important;
		font-size: 17px !important;
		padding: 8px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.e-con-full.e-parent,
	.e-con-boxed.e-parent .e-con-inner,
	.cta-boxes .e-con-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.e-con-full.section-fullwidth,
	.dialog-widget .e-con-boxed.e-parent .e-con-inner,
	.e-con-boxed.subpage-container .e-con-inner,
	.e-con-full.section-hero,
	.e-con-boxed.e-parent .e-con-inner .e-con-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-slider .swiper-slide-inner {
		padding: 0 20px !important;
	}
	.hero-slider .elementor-button,
	.btn-white .elementor-button,
	.btn-basic .elementor-button {
		padding: 14px 48px 14px 20px !important;
	}
	.hero-slider .elementor-button::after,
	.btn-basic .elementor-button::after,
	.btn-white .elementor-button::after {
		top: 5px;
		right: 7px;
		width: 34px;
		height: 34px;
	}
	.page-listing-single.news-listing {
		aspect-ratio: 1 / 1;
	}
	.logo-slider.elementor-arrows-position-outside .swiper {
		width: calc(100% - 100px);
	}
}