.elementor-kit-6{--e-global-color-primary:#7D7D7D;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#FF0000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"GFS Didot";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Arial", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */<style>
/* 1. DER HINTERGRUND & SCHRIFT */
body, .elementor-page {
    background-color: #050505 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* 2. DIE NANO-KACHELN (Bento-Grid) */
.bento-box {
    background: #0d0d0d !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 32px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
}

.bento-box:hover {
    border-color: #e63946 !important; /* Dein Akzent-Rot */
    box-shadow: 0 0 40px rgba(230, 57, 70, 0.15);
    transform: translateY(-8px);
}

/* 3. DER APPLE-SCROLL-TEXT */
.apple-scroll-text {
    background: linear-gradient(180deg, #fff 0%, #444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
}

/* 4. GOOGLE FONTS ELIMINIEREN */
* { font-family: -apple-system, system-ui, sans-serif !important; }
</style>/* End custom CSS */