.elementor-kit-35{--e-global-color-primary:#0F1D46;--e-global-color-secondary:#5E964D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#3A3A39;--e-global-typography-primary-font-family:"Big Shoulders Display";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Big Shoulders Display";--e-global-typography-secondary-font-size:70px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-secondary-word-spacing:5px;--e-global-typography-text-font-family:"Encode Sans Expanded";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:none;--e-global-typography-accent-font-family:"Encode Sans Expanded";--e-global-typography-accent-font-size:28px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-word-spacing:3px;background-color:#000000;}.elementor-kit-35 e-page-transition{background-color:#3A3A39;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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:1440px;}.e-con{--container-max-width:1440px;}}/* Start custom CSS *//* Standard: Header ist transparent */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent; /* Transparent beim Laden */
    color: white;
    padding: 20px;
    box-shadow: none; /* Kein Schatten beim Laden */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000; /* Sicherstellen, dass der Header oben bleibt */
}

/* Header nach dem Scrollen */
#header.scrolled {
    background-color: rgba(0, 0, 0, 0.9); /* Schwarz mit Transparenz */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional: Schatten */
}/* End custom CSS */