.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#080000;--e-global-color-text:#1A0000;--e-global-color-accent:#6B0000;--e-global-color-20d28e4:#8B0000;--e-global-color-79d8f48:#B30000;--e-global-color-cf934ef:#CC0000;--e-global-color-453ff46:#E05000;--e-global-color-4dc9bdb:#E87000;--e-global-color-003f961:#E8920A;--e-global-color-9f80e02:#F5A820;--e-global-color-f627a04:#F5EDE0;--e-global-color-38c43bd:#FFF8F2;--e-global-typography-primary-font-family:"Dancing Script";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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){--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);}.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 *//* ══ SOMATIC ARTS · GLOBAL CSS ══ */

/* Scroll Reveal – Basis */
.sa-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.sa-reveal.visible {
  opacity: 1;
  transform: none;
}

/* Feuerlinie als wiederverwendbare Klasse */
.sa-fire-line {
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    #6b0000 12%,
    #cc0000 38%,
    #e87000 50%,
    #cc0000 62%,
    #6b0000 88%,
    transparent 100%);
}

/* Gold-Eyebrow Label */
.sa-eyebrow {
  font-family: 'Cinzel', serif !important;
  font-size: 0.6rem !important;
  letter-spacing: 0.38em !important;
  text-transform: uppercase !important;
  color: #b30000 !important;
}

/* Großer Script-Titel */
.sa-script-title {
  font-family: 'Dancing Script', cursive !important;
  line-height: 1.05 !important;
  color: #fff8f2 !important;
}

/* Fließtext */
.sa-body-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  color: rgba(245,237,224,0.72) !important;
}

/* Zitat-Block */
.sa-quote {
  border-left: 2px solid #cc0000 !important;
  padding-left: 1.8rem !important;
  font-style: italic !important;
  color: rgba(245,237,224,0.9) !important;
}/* End custom CSS */