/* 
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 */
:root{
	--black: #000;
	--white: #fff;
	--custom-title-color: #000 !important;
	--custom-body-color: #000 !important;
}
html, body {
	overflow-x: hidden;
	font-size: 19px;
	font-family: "Maven Pro", Sans-serif;
}
p:last-of-type, p:only-of-type{
    margin-bottom: 0;
}
*:focus, *:focus-visible{
	outline:none!important
}
h1{
	font-size: clamp(28px, 0.9927rem + 1.5798vw, 38px);
	font-weight: 700;
}
h2{
	font-size: clamp(25px, 0.9927rem + 1.5798vw, 34px);
}
h3{
	font-size: clamp(24px, 0.9927rem + 1.5798vw, 30px);
}
h4{
	font-size: clamp(22px, 0.9927rem + 1.5798vw, 27px);
}
h5{
	font-size: clamp(21px, 0.9927rem + 1.5798vw, 24px);
}
h6{
	font-size: clamp(20px, 0.9927rem + 1.5798vw, 21px);
}
.introimg h1, .introimg h2, .introimg h3, .introimg h4, .introimg h5, .introimg h6, .introimg p{
	color: var(--white) !important;
}
h3:only-child {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
p+h3 {
    margin-top: 35px
}
p+h4,p+h5 {
    margin-top: 30px
}
p+h6 {
    margin-top: 25px
}
.page-content .elementor-button {
    margin-top: 15px;
}
.advantage-box{
	font-size: 17px;
}
privacybee-widget div, privacybee-widget div ul li, privacybee-widget div a {
	max-width: 100% !important;
	line-height: inherit !important;
}
.prx_text {
    max-width: 100% !important;
}

footer {
    margin-top: 120px;
}
.badge {    
	position: absolute;    
	right: 20px;    
	top: -70px;
}
footer .credits{
	font-size: 15px;
}

@media screen and (max-width:767px){
	.introimg h1 {
		font-size:44.8px;
	}
	.introimg h2 {
		font-size:35.8px;
	}
	p {
		font-size:16px;
	}
}

@media screen and (min-width:768px) and (max-width:1199px){
	.introimg h1 {
		font-size:56px;
	}
	.introimg h2 {
		font-size:44.8px;
	}
	p {
		font-size:18px;
	}
}

@media screen and (min-width:1200px){
	.introimg h1 {
		font-size:70px;
	}
	.introimg h2 {
		font-size:56px;
	}
}









@media screen and (max-width: 1600px) {
	.e-con-full.e-parent, .e-con-boxed.e-parent .e-con-inner {
  		padding-left: 48px;
  		padding-right: 48px;
	}
	.e-con-full.section-fullwidth {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 1200px) {
	.e-con-full.e-parent, .e-con-boxed.e-parent .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{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.e-con-full.e-parent, .e-con-boxed.e-parent .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{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 400px) {
    .credits ul {
        flex-direction: column;
        row-gap: 5px;
    }
}