/* 
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 */
@import url("https://use.typekit.net/izt0hea.css");

html, body{
	font-family: "vista-sans", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
p:last-of-type, p:only-of-type{
    margin-bottom: 0;
}
*:focus, *:focus-visible{
	outline:none!important
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
h1{
	font-size: clamp(32px, -0.0686rem + 4.3152vw, 55px);
}
h2{
	font-size: clamp(28px, -0.0488rem + 3.7523vw, 48px);
}
h3{
	font-size: clamp(26px, 0.7256rem + 1.8762vw, 36px);
}
h4{
	font-size: clamp(24px, 0.9604rem + 1.1257vw, 30px);
}
h5{
	font-size: clamp(22px, 1.0152rem + 0.7505vw, 26px);
}
h6{
	font-size: clamp(20px, 1.0701rem + 0.3752vw, 22px);
}
p {
	font-size: 19px;
	line-height: 1.65;
}
section{
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
header .e-con-full {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 10%;
	padding-right: 10%;
}
.main-nav a {
    font-family: "Vista Sans", Arial, sans-serif !important;
	font-weight: 700 !important;
}
.main-nav .sub-menu a {
    font-weight: 400 !important;
}
.main-nav .sub-menu a:hover {
    font-weight: 700 !important;
}
.hero figure{
	line-height: 0 !important;
}
.hero .elementor-swiper-button-prev {
	top: unset !important;
	transform: none !important;
	bottom: 0;
	background-color: #0474BC;
	padding: 10px 15px 10px 45px;
	left: calc((100vw / 2) - 85px) !important;
}
.hero .elementor-swiper-button-next {
	top: unset !important;
	transform: none !important;
	bottom: 0;
	background-color: #0474BC;
	padding: 10px 45px 10px 15px;
	right: calc((100vw / 2) - 85px) !important;
}
footer .credits{
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
}
footer .credits ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style-type: none;
}
footer .credits a{
    font-size: 16px;
	color: #fff;
}

/*------------------------------------------------------------------ RESPONSIVE DESIGN ------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
    header .e-con-full {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.e-con-boxed.e-parent .e-con-inner,.e-con-full.e-parent {
        padding-left: 20px;
        padding-right: 20px
    }
	.e-con-full.section-fullwidth, .e-con-inner .e-con-inner, .mitarbeiter .e-con-full {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	section{
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
}
@media screen and (max-width: 767px) {
	section{
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}