.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#9D9D9D;--e-global-color-accent:#8290F5;--e-global-color-0ab63bc:#F5F5F5;--e-global-color-c85083f:#141414;--e-global-typography-primary-font-family:"Bricolage Grotesque";--e-global-typography-primary-font-size:clamp(2rem, 1.6rem + 1vw, 3rem);--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.07em;--e-global-typography-secondary-font-family:"Bricolage Grotesque";--e-global-typography-secondary-font-size:clamp(1.4rem, 1rem + 1vw, 2.5rem);--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:-0.04em;--e-global-typography-text-font-family:"Bricolage Grotesque";--e-global-typography-text-font-size:	clamp(1.3rem, 1rem + 1.5vw, 2.1rem);--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.1em;--e-global-typography-text-letter-spacing:-0.05em;--e-global-typography-accent-font-family:"Bricolage Grotesque";--e-global-typography-accent-font-size:clamp(1.1rem, 0.9rem + 1.2vw, 1.75rem);--e-global-typography-accent-font-weight:300;--e-global-typography-accent-line-height:1.1em;--e-global-typography-accent-letter-spacing:-0.04em;--e-global-typography-ebaf2b6-font-family:"Bricolage Grotesque";--e-global-typography-ebaf2b6-font-size:clamp(0.9rem, 0.7rem + 1vw, 1.45rem);--e-global-typography-ebaf2b6-font-weight:300;--e-global-typography-ebaf2b6-line-height:1.3em;--e-global-typography-ebaf2b6-letter-spacing:-0.03em;--e-global-typography-dbb4e1c-font-family:"Bricolage Grotesque";--e-global-typography-dbb4e1c-font-size:	clamp(0.8rem, 0.6rem + 0.8vw, 1rem);--e-global-typography-dbb4e1c-font-weight:300;--e-global-typography-dbb4e1c-line-height:1.3em;--e-global-typography-dbb4e1c-letter-spacing:-0.02em;--e-global-typography-e0267ae-font-family:"Bricolage Grotesque";--e-global-typography-e0267ae-font-size:10px;--e-global-typography-e0267ae-font-weight:300;--e-global-typography-e0267ae-text-transform:uppercase;--e-global-typography-e0267ae-line-height:1em;--e-global-typography-e0267ae-letter-spacing:1px;background-color:var( --e-global-color-0ab63bc );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body {
  width: 100%;
  overflow-x: hidden;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInDown {
  animation: fadeDown 0.8s ease-out forwards;
}

.elementor-element.fadeInUp {
  animation: fadeUp 0.8s ease-out forwards;
}

.elementor-element.fadeInLeft {
  animation: fadeLeft 0.8s ease-out forwards;
}

.elementor-element.fadeInRight {
  animation: fadeRight 0.8s ease-out forwards;
}

/* add this to your custom CSS in the site settings */

html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://jauch-goeppinger.de/wp-content/uploads/2025/07/bricolage-grotesque-v8-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://jauch-goeppinger.de/wp-content/uploads/2025/07/bricolage-grotesque-v8-latin-300.woff2') format('woff2');
}
/* End Custom Fonts CSS */