.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-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;}.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 *//* Basis-Setup für alle betroffenen Container */
.zoom-bg-container {
  position: relative;
  overflow: hidden;
  z-index: 0;

  /* Bild wie gewohnt im Elementor-Container einstellen */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Bild-Layer über Pseudoelement */
.zoom-bg-container::before {
  content: "";
  position: absolute;
  inset: 0;

  /* übernimmt das eingestellte Hintergrundbild */
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;

  transition: transform 6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1);
  z-index: 0;
}

/* Sanfter Zoom nur aufs Bild */
.zoom-bg-container:hover::before {
  transform: scale(1.1);
}

/* Inhalte bleiben oben sichtbar */
.zoom-bg-container > * {
  position: relative;
  z-index: 1;
}


/* ===== Basis Headline ===== */
.custom-headline{
  font-family:'Marcellus',serif;
  font-size:clamp(2rem, 4vw + 1rem, 4rem);
  line-height:1.2;
  color:#fff;                /* Default-Textfarbe (Theme per Klasse änderbar) */
  margin:0;
  max-width:18ch;            /* eleganter zweizeiliger Look (entfernbar) */
  text-align:left;           /* Standard: links */
}

/* ===== Farbschemata ===== */
.custom-headline.theme-current{ color:#ffffff; }
.custom-headline.theme-current .soft-accent{ color:#daeee5; }

.custom-headline.theme-green{ color:#4F7661; }
.custom-headline.theme-green .soft-accent{ color:#8EB2A2; }

/* ===== Ausrichtung ===== */
.custom-headline.left   { text-align:left;  margin-left:0;    margin-right:auto; }
.custom-headline.center { text-align:center;margin-left:auto; margin-right:auto; max-width:fit-content; }
.custom-headline.right  { text-align:right; margin-left:auto; margin-right:0; }

/* ===== Responsive Anpassung ===== */
/* Ab Tablet-Hochformat (<=768px) IMMER zentrieren */
@media (max-width:768px){
  .custom-headline{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:100% !important;
  }
}

/* ===== Script-Varianten (nur aufs Highlight-Wort) ===== */
.custom-headline .soft-sac   { font-family:'Sacramento',cursive;     font-weight:400; font-size:1.15em; letter-spacing:.5px; }
.custom-headline .soft-ab    { font-family:'Alex Brush',cursive;     font-weight:400; font-size:1.15em; letter-spacing:.06em; }
.custom-headline .soft-gv    { font-family:'Great Vibes',cursive;    font-weight:400; font-size:1.2em;  letter-spacing:.04em; }
.custom-headline .soft-ita   { font-family:'Italianno',cursive;      font-weight:400; font-size:1.2em;  letter-spacing:.02em; }
.custom-headline .soft-par   { font-family:'Parisienne',cursive;     font-weight:400; font-size:1.12em; letter-spacing:.04em; }
.custom-headline .soft-ds    { font-family:'Dancing Script',cursive; font-weight:400; font-size:1.08em; letter-spacing:.02em; }
.custom-headline .soft-all   { font-family:'Allura',cursive;         font-weight:400; font-size:1.12em; letter-spacing:.04em; }

/* Akzent-Farbe wird über .soft-accent gesetzt (per Theme-Klasse gefärbt) */
.custom-headline .soft-accent{ }/* End custom CSS */