/*
Theme Name: moovis GmbH Child Theme
Theme URI: https://www.moovis.ch
Author: moovis GmbH
Version: 1.0
Description: Elementor-kompatibles Child-Theme von moovis GmbH.
Text Domain: moovis-child-theme
*/
:root{
	--blue: #002855;
	--black: #000;
	--green: #DBE442;
}
:focus,
:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
body,
html {
    overflow-x: hidden;
}

header .e-parent{
    padding-top: 70px;
    padding-bottom: 30px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.scrolling header .e-parent{
    padding-top: 30px;
    background-color: var(--blue);
}
.introsection{
    height: 100vh;
    min-height: 700px;
}
.sm-introsection{
    height: 60vh;
    min-height: 700px;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    margin-bottom: 0;
}
p:last-of-type, p:only-of-type{
    margin-bottom: 0;
}

privacybee-widget div, privacybee-widget div ul li, privacybee-widget div a {
	max-width: 100% !important;
	line-height: inherit !important;
}
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;
}

.lead p{
    font-size: clamp(20px, calc(17.5px + 0.625vw), 25px);
    line-height: 1.6;
}
p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 30px !important;
}
.e-con-boxed.e-parent .e-con-inner, .e-con-full .e-con-boxed.e-child .e-con-inner {
    padding-left: 100px;
    padding-right: 100px;
}
.sliding-text p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
section{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}






.sliding-text {
    overflow: hidden !important;
    flex-wrap: nowrap !important;
}

.sliding-text .marquee-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    will-change: transform;
    animation: marquee-scroll 25s linear infinite;
}

.sliding-text .marquee-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
}

.sliding-text .marquee-group > .elementor-widget {
    flex-shrink: 0;
    width: auto;
}

.sliding-text .elementor-heading-title {
    white-space: nowrap;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}






/*
.projectteaser .elementor-widget-image {
    position: relative;
    overflow: hidden;
}
.projectteaser .elementor-widget-image:after {
    position: relative;
    overflow: hidden;
}
    */



.projectteaser {
    overflow: hidden;
    position: relative;
}
.projectteaser img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}
.projectteaser:hover img {
    transform: scale(1.1);
}

.projecttitle {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: unset !important;
    transition: .5s ease-in-out;
}

.projectteaser:hover .projecttitle {
    bottom: 40px !important;
    opacity: 1 !important;
}

.projectteaser:after {
    opacity: 0;
    transition: .5s ease-in-out;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: var(--blue);
    top: 0;
    pointer-events: none;
}

.projectteaser:hover:after {
    opacity: 0.9;
}

.e-n-accordion-item-title-text span {
    color: var(--green);
    font-weight: 600;
    font-size: 40px;
    width: 70px;
    display: inline-block;
}
.e-n-accordion details:first-of-type {
    border-top: 1px solid #fff !important;
}
.e-n-accordion details {
    border-bottom: 1px solid #fff !important;
}
.e-n-accordion-item summary {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.e-n-accordion details > div{
    padding-left: 70px;
    padding-bottom: 40px;
    color: #fff;
    margin-top: 0;
}
.e-n-accordion details p{
    margin-top: 0;
}




.marquee {
    position: relative;
    width: 100%;
    overflow: visible
}

.marquee .container {
    padding: 0
}

.marquee .marquee-inner {
    position: relative;
    display: flex;
    width: 130%;
    margin-left: -15%
}

.marquee .marquee-inner .marquee-inner-wrap {
    position: relative;
    display: flex;
    align-items: center;
    top: 0 !important;
    padding: 0 !important;
}

.marquee .logo-block {
    width: 20vw;
    display: block;
    position: relative
}

.logo-block img {
    max-height: 300px;
    height: auto;
    width: auto;
    background-color: #fff
}

.elementor-form .elementor-field-type-text, .elementor-form .elementor-field-type-email, .elementor-form .elementor-field-type-textarea {
    margin-bottom: 30px !important;
}
.elementor-form .elementor-field-type-acceptance{
    margin-bottom: 10px !important;
}
.elementor-form .elementor-field-type-text input, .elementor-form .elementor-field-type-email input, .elementor-form .elementor-field-type-textarea textarea{
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}
.elementor-form .elementor-field-type-submit{
    margin-top: 30px !important;

}
.elementor-message-success {
    margin: 25px 0 !important;
    padding: 20px;
    background-color: var(--green);
    color: var(--blue);
}
.elementor-message-svg:before {
    display: none !important;
}





footer .credits ul {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    list-style-type: none;
    padding-left: 0;
    column-gap: 40px;
}












@media screen and (max-width:1350px){
    .e-con-full.e-parent:not(header .e-con-full, footer .e-con-full, .introslider, .swiper-slide .e-con-full), .e-con-boxed.e-parent .e-con-inner {
  		padding-left: 30px;
  		padding-right: 30px;
	}
    .e-con-full .e-con-boxed.e-child .e-con-inner{
        padding: 0;
    }
	.e-con-full.section-fullwidth {
		padding-left: 0;
		padding-right: 0;
	}
    section{
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}
@media screen and (max-width:1300px){
}
@media screen and (max-width:1060px){
}
@media screen and (max-width:767px){
    .e-con-full.e-parent:not(header .e-con-full, footer .e-con-full, .introslider, .swiper-slide .e-con-full), .e-con-boxed.e-parent .e-con-inner {
  		padding-left: 20px;
  		padding-right: 20px;
	}
	.e-con-full.section-fullwidth {
		padding-left: 0;
		padding-right: 0;
	}
    header .e-parent{
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    .scrolling header .e-parent{
        padding-top: 30px;
        background-color: var(--blue);
    }
    .e-n-accordion-item summary {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .e-n-accordion-item-title-text span {
        font-size: 30px;
        width: 100%;
    }
    .e-n-accordion details > div {
        padding-left: 0px;
        padding-bottom: 30px;
    }
    summary.e-n-accordion-item-title {
        align-items: flex-end !important;
    }
    .e-n-accordion span.e-opened, .e-n-accordion span.e-closed {
        max-width: 25px;
    }
    .marquee .logo-block {
        width: 45vw;
    }
}
@media screen and (max-width:500px){
}