/* 
Theme Name: moovis GmbH - Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: moovis GmbH
Author URI: https://www.moovis.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
*/

:root{
	--blue: #002a47;
	--black: #000;
	--lightblue: #3aa2d6;
	--custom-title-color: #002a47 !important;
    --custom-body-color: #000 !important;
}
:focus,
:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
body,
html {
    overflow-x: hidden;
}

privacybee-widget div, privacybee-widget div ul li, privacybee-widget div a {
	max-width: 100% !important;
	line-height: inherit !important;
}
privacybee-widget .prx_listWrapper, privacybee-widget .prx_toc{
	margin-bottom: 30px;
}
h1.prx_h1 {
    display: none;
}
.prx_text {
    max-width: 100% !important;
}
h1#privacybee-banner-title {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
	font-size: 20px !important;
}
@font-face {
    font-family: "Montserrat";
    src: url("https://www.bersenkowitsch.ch/wp-content/themes/moovis-child-theme/assets/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("https://www.bersenkowitsch.ch/wp-content/themes/moovis-child-theme/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
body{
    margin:0;
    font-family: "Montserrat", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
    color: var(--blue);
    line-height: 1.2 !important;
}
h1{
	font-size: clamp(28px, -2.4284rem + 10.3926vw, 36px) !important;
}
h2{
	font-size: clamp(26px, -0.4642rem + 5.1963vw, 32px) !important;
}
h3{
	font-size: clamp(24px, 0.0751rem + 3.6374vw, 28px) !important;
}
h4{
	font-size: clamp(22px, 0.2822rem + 2.858vw, 24px) !important;
}
h5{
	font-size: clamp(20px, 0.7107rem + 1.5589vw, 22px) !important;
}
h6{
	font-size: clamp(19px, 0.8072rem + 1.0393vw, 20px) !important;
}
.lead p{
    font-size: 20px;
}
p + h2, p + h3, p + h4, p + h5, p + h6 {
	margin-top: 30px !important;
}
p:last-child, p:only-child {
	margin-bottom: 0;
    margin-top: 0;
}
section{
    margin-top:100px !important;
    margin-bottom: 100px !important;
}
section #about {
  scroll-margin-top: 100px !important;
}
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    top: 0;
}
nav ul li a{
    font-weight: 600;
    color: var(--blue);
}
.logoslider img{
    max-width: 150px !important;
    filter: brightness(0%);
}
.logoslider .swiper-slide .e-con-inner{
    display: flex;
    justify-content: center !important;
}



a{
    color: var(--blue);
}


@media screen and (max-width: 1200px) {
	.e-con-boxed>.e-con-inner {
		max-width: calc(100% - 80px) !important;
	}
}
@media screen and (max-width: 767px) {
	.e-con-boxed>.e-con-inner {
		max-width: calc(100% - 40px) !important;
	}
}
@media screen and (max-width: 550px) {
    .e-con-boxed>.e-con-inner {
		max-width: calc(100% - 30px) !important;
	}
}