.elementor-kit-3644{--e-global-color-primary:#FED23D;--e-global-color-secondary:#54595F;--e-global-color-text:#54595F;--e-global-color-accent:#D0CEC6;--e-global-color-7e2738a:#F6F1E7;--e-global-color-8fa1025:#FCFAF6;--e-global-color-a5c916d:#FFEAA1;--e-global-color-e51bdfe:#54595F;--e-global-color-47469d5:#2B2B2B;--e-global-typography-primary-font-family:"Montserrat";--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-3644 button,.elementor-kit-3644 input[type="button"],.elementor-kit-3644 input[type="submit"],.elementor-kit-3644 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-style:normal;line-height:15px;color:#FFFFFF;box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.12);}.elementor-kit-3644 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3644 h1{color:var( --e-global-color-astglobalcolor2 );font-family:"Montserrat", Sans-serif;font-size:50px;font-weight:600;}.elementor-kit-3644 h2{color:var( --e-global-color-astglobalcolor2 );font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:600;word-spacing:0px;}.elementor-kit-3644 h3{font-family:"Roboto Slab", Sans-serif;}.elementor-kit-3644 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-3644 h6{font-family:"Montserrat", Sans-serif;}.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);}@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 *//* rechter Bereich (Wrapper) */
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* linksbündig im rechten Bereich */
  gap: 18px;              /* Abstand Bubble -> Button */
}

/* Sprechblase */
.hero-bubble {
  position: relative;
  background: #ffffff;
  border: 3px solid #000;
  border-radius: 22px;
  padding: 42px 42px 42px 42px;
  max-width: 520px;       /* je nach Layout anpassen */
  width: 100%;
}

/* Sprechblasen-"Schwanz" */
.hero-bubble::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 56px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}

/* Key (gelb) – hängt oben an der Bubble */
.hero-bubble::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -86px;
  width: 210px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  pointer-events: none;
}

/* Button unterhalb der Bubble */
.hero-bubble-btn .elementor-button {
  padding: 14px 22px;
  border-radius: 14px;
}/* End custom CSS */