.elementor-kit-29736{--e-global-color-primary:#4BA797;--e-global-color-secondary:#263B38;--e-global-color-text:#3F4745;--e-global-color-accent:#F97316;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-29736 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{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 *//* ==========================================================
   HYPNOSE-KOMPETENZ
   GLOBALES DESIGN-SYSTEM
   Stand: Hero

   VERBINDLICHE FARBEN
   Primär:   #4BA797
   Sekundär: #263B38
   Text:     #3F4745
   Akzent:   #F97316
   ========================================================== */


/* ==========================================================
   HERO – GESAMTBEREICH
   ========================================================== */

.hk-hero {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px 64px;
    gap: 60px;

    display: flex;
    flex-direction: row;
    align-items: center;

    background-color: #F7F4EE;
}


/* ==========================================================
   HERO – TEXTBEREICH
   ========================================================== */

.hk-hero-content {
    flex: 1 1 0;
    min-width: 0;
    align-items: flex-start;
}


/* ==========================================================
   HERO – BILDBEREICH
   ========================================================== */

.hk-hero-image {
    flex: 1 1 0;
    min-width: 0;
}


/* ==========================================================
   HERO – HAUPTÜBERSCHRIFT
   ========================================================== */

.hk-hero-title {
    margin: 0 0 8px 0;

    font-size: clamp(42px, 4vw, 64px);
    line-height: 1.05;
    font-weight: 700;

    color: #263B38;
}


/* ==========================================================
   HERO – ZWEITE ÜBERSCHRIFT
   ========================================================== */

.hk-hero-subtitle {
    margin: 0 0 24px 0;

    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1.15;
    font-weight: 500;

    color: #4BA797;
}


/* ==========================================================
   HERO – EINLEITUNGSTEXT
   ========================================================== */

.hk-hero-text {
    max-width: 680px;
    margin: 0 0 30px 0;

    font-size: 19px;
    line-height: 1.65;
    font-weight: 400;

    color: #3F4745;
}


/* ==========================================================
   BUTTONS – GEMEINSAME BASIS
   ========================================================== */

.hk-hero-content .hk-btn-primary,
.hk-hero-content .hk-btn-secondary {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    align-self: flex-start !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box;

    margin: 0 0 12px 0 !important;
    padding: 15px 26px !important;

    border-radius: 6px !important;

    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* ==========================================================
   BUTTON – PRIMÄR / HYPNOSE-SITZUNG
   ========================================================== */

.hk-hero-content .hk-btn-primary {
    background: #F97316 !important;
    background-color: #F97316 !important;

    color: #FFFFFF !important;

    border: 2px solid #F97316 !important;
}

.hk-hero-content .hk-btn-primary:hover {
    background: #263B38 !important;
    background-color: #263B38 !important;

    color: #FFFFFF !important;

    border-color: #263B38 !important;

    transform: translateY(-1px);
}


/* ==========================================================
   BUTTON – SEKUNDÄR / VORGESPRÄCH
   ========================================================== */

.hk-hero-content .hk-btn-secondary {
    background: #4BA797 !important;
    background-color: #4BA797 !important;

    color: #FFFFFF !important;

    border: 2px solid #4BA797 !important;
}

.hk-hero-content .hk-btn-secondary:hover {
    background: #263B38 !important;
    background-color: #263B38 !important;

    color: #FFFFFF !important;

    border-color: #263B38 !important;

    transform: translateY(-1px);
}


/* ==========================================================
   HERO – VERTRAUENSZEILE
   ========================================================== */

.hk-hero-trust {
    margin: 8px 0 0 0;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.02em;

    color: #3F4745;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .hk-hero {
        padding: 56px 36px;
        gap: 40px;
    }

    .hk-hero-text {
        font-size: 18px;
    }
}


/* ==========================================================
   SMARTPHONE
   ========================================================== */

@media (max-width: 767px) {

    .hk-hero {
        flex-direction: column;
        padding: 40px 22px;
        gap: 32px;
    }

    .hk-hero-content,
    .hk-hero-image {
        width: 100%;
    }

    .hk-hero-title {
        font-size: 40px;
    }

    .hk-hero-subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .hk-hero-text {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .hk-hero-content .hk-btn-primary,
    .hk-hero-content .hk-btn-secondary {
        width: 100% !important;
        align-self: stretch !important;
        margin-bottom: 12px !important;
    }

    .hk-hero-trust {
        margin-top: 6px;
        font-size: 14px;
    }
}/* End custom CSS */