.elementor-kit-28833{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#EEEEEE;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:1em;--e-global-typography-primary-font-weight:200;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-231e4d8-font-family:"Poppins";--e-global-typography-231e4d8-font-size:1em;--e-global-typography-231e4d8-font-weight:200;--e-global-typography-411a42d-font-family:"Poppins";--e-global-typography-411a42d-font-size:4em;--e-global-typography-411a42d-font-weight:100;--e-global-typography-846784b-font-family:"Poppins";--e-global-typography-846784b-font-size:1.2em;--e-global-typography-846784b-font-weight:200;--e-global-typography-7c77030-font-family:"Poppins";--e-global-typography-7c77030-font-size:1.5px;--e-global-typography-7c77030-font-weight:100;background-color:#000000;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1300ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:10%;--e-preloader-max-width:15%;--e-preloader-opacity:1;}.elementor-kit-28833 a{color:#EDEDED;}.elementor-kit-28833 a:hover{color:#7B7B7B;}.elementor-kit-28833 button,.elementor-kit-28833 input[type="button"],.elementor-kit-28833 input[type="submit"],.elementor-kit-28833 .elementor-button{font-family:var( --e-global-typography-231e4d8-font-family ), Sans-serif;font-size:var( --e-global-typography-231e4d8-font-size );font-weight:var( --e-global-typography-231e4d8-font-weight );line-height:var( --e-global-typography-231e4d8-line-height );letter-spacing:var( --e-global-typography-231e4d8-letter-spacing );word-spacing:var( --e-global-typography-231e4d8-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-28833 e-page-transition{background-color:#000000;}.site-header .header-inner{width:80%;max-width:100%;}.site-header{padding-right:0px;padding-left:0px;}.site-header .site-branding .site-logo img{width:20vh;max-width:20vh;}@media(max-width:1024px){.elementor-kit-28833 button,.elementor-kit-28833 input[type="button"],.elementor-kit-28833 input[type="submit"],.elementor-kit-28833 .elementor-button{font-size:var( --e-global-typography-231e4d8-font-size );line-height:var( --e-global-typography-231e4d8-line-height );letter-spacing:var( --e-global-typography-231e4d8-letter-spacing );word-spacing:var( --e-global-typography-231e4d8-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-28833 button,.elementor-kit-28833 input[type="button"],.elementor-kit-28833 input[type="submit"],.elementor-kit-28833 .elementor-button{font-size:var( --e-global-typography-231e4d8-font-size );line-height:var( --e-global-typography-231e4d8-line-height );letter-spacing:var( --e-global-typography-231e4d8-letter-spacing );word-spacing:var( --e-global-typography-231e4d8-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header, Elementor Container edition
* class: .sticky-header-new-new
* This will only work with the Elementor container section
* the header uses additional 3 classes to gain higher CSS specificity and to avoid adding !important
*/
header.sticky-header-new.e-container.elementor-element {
	--header-height: 20vh; /* Set your own header height */
	--shrink-header-to: 0.7; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition-timing: 1s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	--min-height: var(--header-height);
	--transition: backdrop-filter var(--transition-timing),
					box-shadow var(--transition-timing),
					min-height var(--transition-timing);
}
header.sticky-header-new.e-container.elementor-element.elementor-sticky--effects {
	background-color: rgba(0, 0, 0, .6); /* Set your own background color on scroll */
	box-shadow: 0px 4px 33px 1px rgba(255, 255, 255, .05); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */

	--min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* class: .logo
* Add the class "logo" to your logo to scale your logo to 80% on scroll
*/
header.sticky-header-new .logo img,
header.sticky-header-new .logo.elementor-widget-theme-site-logo img,
header.sticky-header-new .logo .elementor-icon svg {
	transition: transform var(--transition-timing);
}
header.sticky-header-new.elementor-sticky--effects .logo img,
header.sticky-header-new.elementor-sticky--effects .logo.elementor-widget-theme-site-logo img,
header.sticky-header-new.elementor-sticky--effects .logo .elementor-icon svg {
	transform: scale(.75); /* Shrinks logo to 80%, values: 0.10 to 1 */
}
header.sticky-header-new .logo .elementor-icon svg {
	width: auto;
}
/***
* Optional: Change menu font size on Scroll
*/
@media screen and (min-width: 768px) {
header.sticky-header-new.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  font-size: 0.9em !important;
}}
/*Custom Hamburger Icon*/
.elementor-menu-toggle i:before {
content: '';
display: block;
background: url(https://dev.andystreuli.ch/wp-content/uploads/2022/05/menu.svg);
width: 25px;
height: 25px;
background-size: cover;
}

.elementor-menu-toggle.elementor-active i:before {
content: '';
display: block;
background: url(https://dev.andystreuli.ch/wp-content/uploads/2022/05/close.svg);
width: 20px;
height: 20px;
background-size: cover;
}
/*Language Switcher Flag*/
.cpel-switcher__flag {opacity: 0.5
    
}
/*Hide Google Recaptcha Badge*/
.grecaptcha-badge {
visibility: hidden;
}/* End custom CSS */