.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-dfb2b87:#FFFFFF;--e-global-color-4398795:#F9F7F5;--e-global-color-77a90ef:#191919;--e-global-color-5cf75f7:#2A2A2A5C;--e-global-color-d9785d5:#2A2A2AA3;--e-global-color-6e77e07:#2A2A2A12;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;background-color:var( --e-global-color-4398795 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* Das pseudo-Element ::before enthält das animierte Rausch-Bild */
.elementor-kit-6::before {
  content: "";
  position: fixed;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: 9999999;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/5c/Image_gaussian_noise_example.png");
  opacity: 0.10;
  pointer-events: none;
  -webkit-animation: noise 1s steps(2) infinite;
  animation: noise 1s steps(2) infinite;
}

/* Keyframes (Animation) */
@-webkit-keyframes noise {
  0%   { transform: translate3d(0, 9rem, 0) }
  10%  { transform: translate3d(-1rem, -4rem, 0) }
  20%  { transform: translate3d(-8rem, 2rem, 0) }
  30%  { transform: translate3d(9rem, -9rem, 0) }
  40%  { transform: translate3d(-2rem, 7rem, 0) }
  50%  { transform: translate3d(-9rem, -4rem, 0) }
  60%  { transform: translate3d(2rem, 6rem, 0) }
  70%  { transform: translate3d(7rem, -8rem, 0) }
  80%  { transform: translate3d(-9rem, 1rem, 0) }
  90%  { transform: translate3d(6rem, -5rem, 0) }
  100% { transform: translate3d(-7rem, 0, 0) }
}

@keyframes noise {
  0%   { transform: translate3d(0, 9rem, 0) }
  10%  { transform: translate3d(-1rem, -4rem, 0) }
  20%  { transform: translate3d(-8rem, 2rem, 0) }
  30%  { transform: translate3d(9rem, -9rem, 0) }
  40%  { transform: translate3d(-2rem, 7rem, 0) }
  50%  { transform: translate3d(-9rem, -4rem, 0) }
  60%  { transform: translate3d(2rem, 6rem, 0) }
  70%  { transform: translate3d(7rem, -8rem, 0) }
  80%  { transform: translate3d(-9rem, 1rem, 0) }
  90%  { transform: translate3d(6rem, -5rem, 0) }
  100% { transform: translate3d(-7rem, 0, 0) }
}/* End custom CSS */