/* 
Theme Name: Supersaxo Media AG – Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Supersaxo Media AG
Author URI: https://www.supersaxo.media/
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 Valpix */

html, body {
	overflow-x: hidden;
}
.page-content section:not(.section-heroslider), footer {
	margin-top: 120px;
}
h5, h6 {
	margin-bottom: 10px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
p:last-child, p:only-child, h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}
.hero-textbox {
    background-color: rgba(25,55,146,0.9);
    padding: 40px 40px 40px 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
}
.hero-textbox::before {
	content: '';
    background-color: rgba(25,55,146,0.9);
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: calc((100vw - 1218px) / 2);
	right: 100%;
	height: 100%;
}
.image-slider .swiper-slide-inner {
	padding-top: 66.66%;
	overflow: hidden;
}
.image-slider img{
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.image-slider .elementor-swiper-button-prev {
	left: -80px !important;
}
.image-slider .elementor-swiper-button-next {
	right: -80px !important;
}
.e-n-accordion-item {
	border-radius: 5px;
	overflow: hidden;
}
#toTop {
	cursor: pointer;
}



@media screen and (max-width: 1600px) {
	.image-slider .elementor-swiper-button-prev {
		left: -40px !important;
	}
	.image-slider .elementor-swiper-button-next {
		right: -40px !important;
	}
}
@media screen and (max-width: 1300px) {
	.image-slider .elementor-swiper-button-prev {
		left: 20px !important;
	}
	.image-slider .elementor-swiper-button-next {
		right: 20px !important;
	}
}
@media screen and (max-width: 1300px) {
	.page-content section:not(.section-heroslider), footer {
		margin-top: 100px;
	}
	.e-con-full.e-parent:not(.sub-hero), .e-con-boxed.e-parent:not(.cta-box) .e-con-inner {
		padding-left: 40px;
		padding-right: 40px;
		max-width: none !important;
	}
	.e-con-full.section-fullwidth, .dialog-widget .e-con-boxed.e-parent .e-con-inner, .subpage-container .e-con-inner, .section-heroslider.e-con-full.e-parent, .section-heroslider .e-widget-swiper,
	.section-herosub.e-con-full.e-parent, .section-herosub .elementor-widget-image, .section-cta.e-con-full.e-parent, .section-cta .elementor-widget-image {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hero-textbox {
		padding: 20px 20px 20px 0;
	}
	.hero-textbox::before {
		width: 40px;
	}
}
@media (max-width: 768px) {
	.page-content section:not(.section-heroslider), footer {
		margin-top: 60px;
	}
	.e-con-full.e-parent:not(.sub-hero), .e-con-boxed.e-parent:not(.cta-box) .e-con-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.e-con-full.section-fullwidth, .dialog-widget .e-con-boxed.e-parent .e-con-inner, .subpage-container .e-con-inner, .section-heroslider.e-con-full.e-parent, .section-heroslider .e-widget-swiper,
	.section-herosub.e-con-full.e-parent, .section-herosub .elementor-widget-image, .section-cta.e-con-full.e-parent, .section-cta .elementor-widget-image {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.text-slider .elementor-swiper-button-next {
	  right: -20px !important;
	}
	.text-slider .elementor-swiper-button-prev {
	  left: -20px !important;
	}
}	