.elementor-152 .elementor-element.elementor-element-06bf063{--display:flex;}.elementor-152 .elementor-element.elementor-element-06bf063:not(.elementor-motion-effects-element-type-background), .elementor-152 .elementor-element.elementor-element-06bf063 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ACACAC;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d6817d6 *//* =========================================================
ENGLISHJETZT
ADVANCED TABLET + MOBILE OPTIMIZATION
Replace the existing responsive @media sections with this
========================================================= */


/* =========================================================
TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 1024px) {

    .ej-container {
        width: min(100% - 40px, 900px);
    }

    .ej-article-grid {
        grid-template-columns: 1fr;
        max-width: 820px;
        margin: 0 auto;
        gap: 35px;
        padding-top: 55px;
    }

    /* Turn sidebar TOC into compact top navigation */
    .ej-toc {
        position: relative;
        top: auto;
        width: 100%;
        padding: 20px;

        background: var(--light);
        border: 1px solid var(--border);
        border-radius: 12px;

        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .ej-toc-title {
        width: 100%;
        margin-bottom: 8px;
    }

    .ej-toc a {
        display: inline-flex;
        align-items: center;

        padding: 9px 13px;

        border: 1px solid var(--border);
        border-radius: 100px;

        background: #fff;
        color: var(--navy);

        line-height: 1.25;
    }

    .ej-toc a:hover {
        border-color: var(--blue);
        background: var(--blue-light);
    }

}


/* =========================================================
MOBILE / LARGE PHONES
========================================================= */

@media (max-width: 767px) {

    /* -----------------------------------------------------
    GLOBAL
    ----------------------------------------------------- */

    .ej-coach-page {
        font-size: 16.5px;
        line-height: 1.68;
        overflow-x: hidden;
    }

    .ej-container {
        width: calc(100% - 30px);
        max-width: 100%;
    }

    .ej-content {
        width: 100%;
        min-width: 0;
    }


    /* -----------------------------------------------------
    HERO
    ----------------------------------------------------- */

    .ej-coach-hero {
        padding: 55px 18px 52px;
    }

    .ej-coach-hero-inner {
        max-width: 100%;
    }

    .ej-eyebrow {
        margin-bottom: 18px;
        padding: 7px 12px;

        font-size: 10px;
        letter-spacing: .09em;
    }

    .ej-coach-hero h1 {
        max-width: 100%;
        margin-bottom: 20px;

        font-size: 36px;
        line-height: 1.07;
        letter-spacing: -.035em;
    }

    .ej-hero-copy {
        font-size: 17px;
        line-height: 1.6;
    }


    /* -----------------------------------------------------
    HERO META
    ----------------------------------------------------- */

    .ej-meta {
        margin-top: 24px;
        gap: 7px 10px;

        font-size: 12px;
        line-height: 1.4;
    }

    /* Hide decorative bullet spans */
    .ej-meta span:nth-child(even) {
        display: none;
    }

    .ej-meta span:nth-child(odd) {
        padding: 5px 9px;

        border: 1px solid rgba(255,255,255,.12);
        border-radius: 100px;

        background: rgba(255,255,255,.04);
    }


    /* -----------------------------------------------------
    HERO BUTTONS
    ----------------------------------------------------- */

    .ej-hero-buttons {
        width: 100%;
        margin-top: 28px;

        flex-direction: column;
        gap: 10px;
    }

    .ej-hero-buttons .ej-btn {
        width: 100%;
        min-height: 52px;
    }


    /* -----------------------------------------------------
    ARTICLE LAYOUT
    ----------------------------------------------------- */

    .ej-article-grid {
        width: 100%;
        max-width: 100%;

        padding: 30px 0 60px;
        gap: 28px;
    }


    /* -----------------------------------------------------
    MOBILE TABLE OF CONTENTS
    Horizontal swipe navigation instead of a huge vertical box
    ----------------------------------------------------- */

    .ej-toc {
        width: 100%;
        max-width: 100%;

        display: flex;
        flex-wrap: nowrap;

        overflow-x: auto;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;

        gap: 8px;

        padding: 12px;

        border-radius: 10px;

        scrollbar-width: thin;
    }

    .ej-toc-title {
        display: none;
    }

    .ej-toc a {
        flex: 0 0 auto;

        white-space: nowrap;

        padding: 9px 13px;

        font-size: 13px;
        line-height: 1.2;

        border: 1px solid var(--border);
        border-radius: 100px;

        background: #fff;
    }


    /* -----------------------------------------------------
    TYPOGRAPHY
    ----------------------------------------------------- */

    .ej-content h2 {
        margin: 52px 0 17px;

        font-size: 29px;
        line-height: 1.16;
        letter-spacing: -.025em;

        overflow-wrap: anywhere;
    }

    .ej-content h2:first-of-type {
        margin-top: 20px;
    }

    .ej-content h3 {
        margin: 30px 0 11px;

        font-size: 22px;
        line-height: 1.25;

        overflow-wrap: anywhere;
    }

    .ej-content p {
        margin-bottom: 20px;
    }

    .ej-intro {
        font-size: 18px;
        line-height: 1.68;
    }


    /* Disable large magazine drop cap on phones */
    .ej-dropcap:first-letter {
        float: none;

        margin: 0;

        color: inherit;

        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }


    /* -----------------------------------------------------
    EDITORIAL QUOTE
    ----------------------------------------------------- */

    .ej-editorial-quote {
        margin: 35px 0;

        padding: 8px 0 8px 20px;

        font-size: 22px;
        line-height: 1.45;

        border-left-width: 4px;
    }


    /* -----------------------------------------------------
    CALLOUT BOXES
    ----------------------------------------------------- */

    .ej-insight,
    .ej-swiss-card,
    .ej-quick-choice,
    .ej-inline-cta {
        margin: 32px 0;
        padding: 23px 20px;

        border-radius: 10px;
    }

    .ej-insight {
        border-radius: 0 9px 9px 0;
    }

    .ej-insight-title {
        font-size: 18px;
    }

    .ej-swiss-card h3,
    .ej-quick-choice h3 {
        font-size: 22px;
    }


    /* -----------------------------------------------------
    QUICK CHOICE CARDS
    ----------------------------------------------------- */

    .ej-choice-grid {
        grid-template-columns: 1fr;
        gap: 10px;

        margin-top: 16px;
    }

    .ej-choice {
        padding: 17px;
    }


    /* -----------------------------------------------------
    QUESTION CARDS
    ----------------------------------------------------- */

    .ej-question-list {
        gap: 14px;
        margin: 25px 0;
    }

    .ej-question-card {
        display: block;

        padding: 21px 19px;

        border-radius: 10px;
    }

    .ej-number {
        width: 44px;
        height: 44px;

        margin-bottom: 15px;

        font-size: 17px;
    }

    .ej-question-card h3 {
        font-size: 21px;
        line-height: 1.25;
    }


    /* -----------------------------------------------------
    CHECK LISTS
    ----------------------------------------------------- */

    .ej-check-list {
        margin: 22px 0;
    }

    .ej-check-list li {
        margin: 5px 0;

        padding: 11px 0 11px 38px;

        line-height: 1.55;
    }

    .ej-check-list li::before {
        left: 2px;
        top: 10px;

        width: 23px;
        height: 23px;

        line-height: 23px;
    }


    /* -----------------------------------------------------
    WARNING CARDS
    ----------------------------------------------------- */

    .ej-redflags {
        gap: 10px;
        margin: 25px 0;
    }

    .ej-redflag {
        padding: 16px;

        gap: 11px;

        font-size: 15.5px;
        line-height: 1.55;
    }


    /* -----------------------------------------------------
    TABLES
    Keep horizontally scrollable but make them phone friendly
    ----------------------------------------------------- */

    .ej-table-wrap {
        width: 100%;
        max-width: 100%;

        margin: 25px 0 35px;

        overflow-x: auto;
        overflow-y: hidden;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;

        border-radius: 9px;
    }

    .ej-table {
        min-width: 600px;

        font-size: 14px;
        line-height: 1.45;
    }

    .ej-table th {
        padding: 13px 15px;
    }

    .ej-table td {
        padding: 14px 15px;
    }


    /* -----------------------------------------------------
    CTA BLOCKS
    ----------------------------------------------------- */

    .ej-inline-cta h3 {
        margin: 8px 0 12px;

        font-size: 25px;
        line-height: 1.22;
    }

    .ej-inline-cta p {
        font-size: 16px;
        line-height: 1.6;
    }

    .ej-inline-label {
        font-size: 10px;
    }

    .ej-inline-cta .ej-btn {
        width: 100%;
        min-height: 52px;

        margin-top: 7px;

        text-align: center;
    }


    /* -----------------------------------------------------
    PACKAGES
    ----------------------------------------------------- */

    .ej-package-grid {
        grid-template-columns: 1fr;
        gap: 13px;

        margin: 25px 0 35px;
    }

    .ej-package {
        padding: 22px 19px;

        border-radius: 10px;
    }

    .ej-package-featured {
        border-width: 2px;
    }

    .ej-package h3 {
        font-size: 21px;
    }

    .ej-package-price {
        margin: 8px 0 10px;

        font-size: 27px;
    }

    .ej-package p {
        font-size: 15.5px;
        line-height: 1.58;
    }

    .ej-package a {
        display: inline-block;
        margin-top: 3px;

        font-weight: 700;
    }


    /* -----------------------------------------------------
    FAQ
    ----------------------------------------------------- */

    .ej-faq {
        margin-top: 20px;
    }

    .ej-faq details {
        padding: 2px 0;
    }

    .ej-faq summary {
        min-height: 54px;

        padding: 15px 38px 15px 0;

        font-size: 17px;
        line-height: 1.4;
    }

    .ej-faq summary::after {
        right: 3px;
        top: 10px;

        font-size: 26px;
    }

    .ej-faq details p {
        padding-right: 0;

        font-size: 15.5px;
        line-height: 1.65;
    }


    /* -----------------------------------------------------
    FINAL CTA
    ----------------------------------------------------- */

    .ej-final {
        padding: 48px 15px;
    }

    .ej-final-card {
        width: 100%;
        max-width: 100%;

        padding: 32px 20px;

        border-radius: 12px;
    }

    .ej-final-label {
        font-size: 10px;
    }

    .ej-final-card h2 {
        margin: 10px auto 15px;

        font-size: 30px;
        line-height: 1.16;
        letter-spacing: -.025em;
    }

    .ej-final-card p {
        margin-bottom: 20px;

        font-size: 16px;
        line-height: 1.6;
    }

    .ej-final-card .ej-btn {
        width: 100%;
        min-height: 54px;

        padding-left: 18px;
        padding-right: 18px;

        text-align: center;
    }

    .ej-note {
        margin-top: 15px;

        font-size: 12px;
        line-height: 1.5;
    }


    /* -----------------------------------------------------
    BETTER ANCHOR SCROLLING
    Prevent headings from sitting underneath sticky headers
    ----------------------------------------------------- */

    .ej-content h2[id],
    .ej-question-card[id] {
        scroll-margin-top: 85px;
    }

}


/* =========================================================
SMALL PHONES
iPhone SE / compact Android
========================================================= */

@media (max-width: 480px) {

    .ej-container {
        width: calc(100% - 24px);
    }

    .ej-coach-hero {
        padding: 45px 14px 46px;
    }

    .ej-coach-hero h1 {
        font-size: 32px;
        line-height: 1.08;
    }

    .ej-hero-copy {
        font-size: 16px;
    }

    .ej-content h2 {
        margin-top: 45px;

        font-size: 27px;
    }

    .ej-content h3 {
        font-size: 20px;
    }

    .ej-intro {
        font-size: 17px;
    }

    .ej-toc {
        margin-left: -2px;
        margin-right: -2px;
    }

    .ej-toc a {
        font-size: 12.5px;
    }

    .ej-editorial-quote {
        font-size: 20px;
    }

    .ej-inline-cta h3 {
        font-size: 23px;
    }

    .ej-final-card h2 {
        font-size: 27px;
    }

}


/* =========================================================
VERY SMALL PHONES
========================================================= */

@media (max-width: 360px) {

    .ej-coach-hero h1 {
        font-size: 29px;
    }

    .ej-btn {
        padding-left: 15px;
        padding-right: 15px;

        font-size: 14px;
    }

    .ej-content h2 {
        font-size: 25px;
    }

    .ej-package-price {
        font-size: 25px;
    }

}/* End custom CSS */