body{
    font-family:Inter,Arial,sans-serif;
    background:#f6f6f7;
}

/* ==========================================
   HOME
========================================== */

.jay-home{
    max-width:1200px;
    margin:40px auto 120px;
    padding:20px;
}

.jay-home *,
.jay-single-course *{
    box-sizing:border-box;
}

/* Sicherheitsregel gegen riesige SVGs */
.jay-home svg,
.jay-single-course svg{
    display:block;
    width:24px;
    height:24px;
    max-width:32px !important;
    max-height:32px !important;
}

/* ==========================================
   HEADER
========================================== */

.jay-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:40px;
    margin-bottom:35px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-small{
    display:block;
    margin-bottom:10px;
    color:#777;
    font-size:15px;
}

.jay-header h1{
    margin:0;
    color:#111;
    font-size:46px;
    line-height:1.05;
    font-weight:700;
}

.jay-header p{
    margin:10px 0 0;
    color:#666;
}

.jay-avatar{
    display:flex;
    width:72px;
    height:72px;
    flex:0 0 72px;
    align-items:center;
    justify-content:center;
    background:#fded00;
    border-radius:50%;
    color:#111;
    font-size:28px;
    font-weight:700;
}

/* ==========================================
   NEUE MITTEILUNG
========================================== */

.jay-home-news{
    display:grid;
    grid-template-columns:58px minmax(0,1fr) 44px;
    align-items:center;
    gap:24px;
    padding:28px 32px;
    margin-bottom:32px;
    background:#fded00;
    border-radius:28px;
    box-shadow:0 16px 40px rgba(0,0,0,.06);
    color:#111 !important;
    text-decoration:none !important;
    transition:transform .25s ease;
}

.jay-home-news:hover{
    transform:translateY(-3px);
}

.jay-home-news-icon{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:18px;
}

.jay-home-news-icon svg{
    width:28px !important;
    height:28px !important;
}

.jay-home-news-content{
    min-width:0;
}

.jay-home-news-content span{
    display:block;
    margin-bottom:7px;
    color:#111;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

.jay-home-news-content h2{
    margin:0 0 8px;
    color:#111;
    font-size:28px;
    line-height:1.15;
}

.jay-home-news-content p{
    margin:0;
    color:#333;
    line-height:1.5;
}

.jay-home-news-arrow{
    display:flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    background:#111;
    border-radius:50%;
    color:#fff;
}

.jay-home-news-arrow svg{
    width:22px !important;
    height:22px !important;
}

/* ==========================================
   WEITERLERNEN
========================================== */

.jay-continue-card{
    display:grid !important;
    grid-template-columns:58px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:24px !important;
    width:100% !important;
    padding:28px 32px !important;
    margin:0 0 32px !important;
    overflow:hidden !important;
    background:#fff !important;
    border-radius:28px !important;
    box-shadow:0 15px 40px rgba(0,0,0,.05) !important;
}

.jay-continue-icon{
    display:flex !important;
    width:58px !important;
    height:58px !important;
    flex:0 0 58px !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:#fded00 !important;
    border-radius:18px !important;
}

.jay-continue-icon svg{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
}

.jay-continue-content{
    min-width:0 !important;
}

.jay-continue-content h2{
    margin:5px 0 14px !important;
    color:#111 !important;
    font-size:25px !important;
    line-height:1.2 !important;
}

.jay-continue-progress{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
}

.jay-continue-progress-bar{
    width:220px !important;
    max-width:100% !important;
    height:8px !important;
    overflow:hidden !important;
    background:#ececec !important;
    border-radius:999px !important;
}

.jay-continue-progress-bar span{
    display:block !important;
    height:100% !important;
    background:#111 !important;
    border-radius:999px !important;
}

.jay-continue-progress strong{
    color:#111 !important;
    font-size:13px !important;
    white-space:nowrap !important;
}

.jay-continue-button{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    padding:14px 22px !important;
    background:#111 !important;
    border-radius:999px !important;
    color:#fff !important;
    font-weight:800 !important;
    text-decoration:none !important;
    white-space:nowrap !important;
}

.jay-continue-button svg{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    min-height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
    color:#fff !important;
}

/* ==========================================
   HEUTE FÜR DICH
========================================== */

.jay-today-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:38px;
    margin-bottom:35px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-today-left{
    flex:1;
    min-width:0;
}

.jay-today-small{
    display:inline-block;
    margin-bottom:12px;
    color:#888;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.jay-today-left h2{
    margin:0;
    color:#111;
    font-size:34px;
    line-height:1.15;
    font-weight:700;
}

.jay-today-left p{
    max-width:700px;
    margin:14px 0 0;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.jay-today-button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:20px;
    padding:14px 22px;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none;
}

.jay-today-button svg{
    width:19px !important;
    height:19px !important;
}

/* ==========================================
   FORTSCHRITTSRING
========================================== */

.jay-progress-circle{
    display:grid;
    width:170px;
    height:170px;
    flex:0 0 170px;
    place-items:center;
    padding:10px;
    background:
        conic-gradient(
            #111 var(--jay-progress),
            #ececec 0
        );
    border-radius:50%;
}

.jay-progress-circle-inner{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    background:#fded00;
    border-radius:50%;
    text-align:center;
}

.jay-progress-circle strong{
    color:#111;
    font-size:40px;
    line-height:1;
    font-weight:800;
}

.jay-progress-circle span{
    margin-top:8px;
    color:#111;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.jay-progress-circle small{
    margin-top:7px;
    color:#444;
    font-size:12px;
    font-weight:600;
}

/* ==========================================
   HOME KARTEN
========================================== */

.jay-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:25px;
}

.jay-card{
    display:block;
    padding:35px;
    background:#fff;
    border-radius:26px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    color:#111 !important;
    text-decoration:none !important;
    transition:transform .25s ease;
}

.jay-card:hover{
    transform:translateY(-5px);
}

.jay-icon{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    overflow:hidden;
    background:#fded00;
    border-radius:18px;
}

.jay-icon svg{
    width:28px !important;
    height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
}

.jay-card h3{
    margin:0 0 10px;
    color:#111;
    font-size:24px;
}

.jay-card p{
    margin:0;
    color:#666;
}

/* ==========================================
   EINZELNER KURS
========================================== */

.jay-single-course{
    max-width:1100px;
    margin:40px auto 120px;
    padding:20px;
}

.jay-single-course-head{
    padding:38px;
    margin-bottom:28px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-single-course-head h1{
    margin:8px 0 18px;
    color:#111;
    font-size:42px;
    line-height:1.1;
}

.jay-single-course-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

.jay-single-course-meta > span{
    padding:9px 14px;
    background:#f2f2f2;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
}

.jay-course-video{
    padding:16px;
    margin-bottom:28px;
    overflow:hidden;
    background:#111;
    border-radius:28px;
}

.jay-course-video video{
    display:block;
    width:100%;
    max-height:650px;
    background:#000;
    border-radius:18px;
}

.jay-course-content{
    padding:38px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-course-description{
    color:#444;
    font-size:17px;
    line-height:1.7;
}

.jay-course-language{
    padding-top:20px;
    margin-top:24px;
    border-top:1px solid #eee;
}

.jay-course-actions{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:35px;
}

.jay-complete-button{
    padding:16px 30px;
    background:#fded00;
    border-radius:999px;
    color:#111 !important;
    font-weight:800;
    text-decoration:none;
}

.jay-back-button{
    display:inline-flex;
    padding:16px 30px;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none;
}

.jay-course-finished{
    padding:16px 26px;
    background:#e8ffe9;
    border-radius:999px;
    color:#157b29;
    font-weight:700;
}

.jay-success-message{
    padding:18px;
    margin-bottom:25px;
    background:#fff8d7;
    border-radius:18px;
    font-weight:700;
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px){

    .jay-home{
        width:100%;
        margin:20px auto 110px;
        padding:14px;
    }

    .jay-header{
        padding:25px;
        align-items:flex-start;
    }

    .jay-header h1{
        font-size:34px;
    }

    .jay-avatar{
        width:58px;
        height:58px;
        flex-basis:58px;
        font-size:22px;
    }

    .jay-home-news{
        grid-template-columns:52px minmax(0,1fr);
        gap:16px;
        padding:22px;
    }

    .jay-home-news-icon{
        width:52px;
        height:52px;
    }

    .jay-home-news-arrow{
        display:none;
    }

    .jay-home-news-content h2{
        font-size:22px;
    }

    .jay-continue-card{
        grid-template-columns:52px minmax(0,1fr) !important;
        gap:16px !important;
        padding:22px !important;
    }

    .jay-continue-icon{
        width:52px !important;
        height:52px !important;
    }

    .jay-continue-button{
        grid-column:1 / -1 !important;
        width:100% !important;
    }

    .jay-continue-progress{
        align-items:flex-start !important;
        flex-direction:column !important;
        gap:8px !important;
    }

    .jay-continue-progress-bar{
        width:100% !important;
    }

    .jay-today-card{
        padding:25px;
        align-items:flex-start;
        flex-direction:column;
    }

    .jay-today-left h2{
        font-size:28px;
    }

    .jay-progress-circle{
        width:145px;
        height:145px;
        flex-basis:145px;
        align-self:center;
    }

    .jay-progress-circle strong{
        font-size:34px;
    }

    .jay-grid{
        grid-template-columns:1fr;
    }

    .jay-card{
        padding:26px;
    }

    .jay-single-course{
        margin-top:20px;
        padding:14px;
    }

    .jay-single-course-head,
    .jay-course-content{
        padding:24px;
    }

    .jay-single-course-head h1{
        font-size:32px;
    }

    .jay-course-actions{
        flex-direction:column;
    }

    .jay-complete-button,
    .jay-back-button{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}

/* ==========================================
   BOTTOM NAVIGATION
========================================== */

.jay-bottom-nav{
    position:fixed;
    left:50%;
    bottom:16px;
    z-index:99999;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    width:min(94%,620px);
    padding:8px;
    transform:translateX(-50%);
    background:rgba(255,255,255,.96);
    border:1px solid #e9e9e9;
    border-radius:24px;
    box-shadow:0 18px 50px rgba(0,0,0,.12);
    backdrop-filter:blur(18px);
}

.jay-bottom-nav a{
    display:flex;
    min-width:0;
    padding:10px 5px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    border-radius:18px;
    color:#666 !important;
    font-size:11px;
    font-weight:700;
    text-decoration:none !important;
}

.jay-bottom-nav a.is-active{
    background:#fded00;
    color:#111 !important;
}

.jay-bottom-nav-icon{
    display:flex;
    width:24px;
    height:24px;
    align-items:center;
    justify-content:center;
}

.jay-bottom-nav-icon svg{
    width:21px !important;
    height:21px !important;
    max-width:21px !important;
    max-height:21px !important;
}

@media(max-width:600px){

    .jay-bottom-nav{
        bottom:10px;
        width:calc(100% - 20px);
        border-radius:22px;
    }

    .jay-bottom-nav a{
        font-size:10px;
    }

}

/* ==========================================
   PROFIL
========================================== */

.jay-profile-page{
    width:min(92%,900px);
    margin:40px auto 120px;
    padding:20px;
    font-family:Inter,Arial,sans-serif;
    color:#111;
}

.jay-profile-page *{
    box-sizing:border-box;
}

.jay-profile-top{
    display:flex;
    align-items:center;
    gap:24px;
    padding:36px;
    margin-bottom:25px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-profile-avatar{
    display:flex;
    width:76px;
    height:76px;
    flex:0 0 76px;
    align-items:center;
    justify-content:center;
    background:#fded00;
    border-radius:24px;
    color:#111;
    font-size:30px;
    font-weight:800;
}

.jay-profile-top span{
    display:block;
    margin-bottom:5px;
    color:#777;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.jay-profile-top h1{
    margin:0 0 6px;
    color:#111;
    font-size:38px;
    line-height:1.1;
}

.jay-profile-top p{
    margin:0;
    color:#666;
}

.jay-profile-form{
    display:grid;
    gap:18px;
    padding:36px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-profile-field{
    padding:20px;
    background:#f6f6f7;
    border-radius:20px;
}

.jay-profile-field label{
    display:block;
    margin-bottom:10px;
    color:#111;
    font-size:14px;
    font-weight:800;
}

.jay-profile-field select{
    width:100%;
    min-height:54px;
    padding:0 16px;
    appearance:auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:14px;
    color:#111;
    font-family:Inter,Arial,sans-serif;
    font-size:16px;
}

.jay-profile-save{
    min-height:54px;
    padding:15px 24px;
    border:0;
    border-radius:999px;
    background:#fded00;
    color:#111;
    font-family:Inter,Arial,sans-serif;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
}

.jay-profile-logout{
    display:flex;
    width:100%;
    min-height:54px;
    margin-top:20px;
    align-items:center;
    justify-content:center;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none !important;
}

@media(max-width:768px){

    .jay-profile-page{
        width:100%;
        margin:20px auto 110px;
        padding:14px;
    }

    .jay-profile-top{
        padding:24px;
        gap:18px;
    }

    .jay-profile-avatar{
        width:62px;
        height:62px;
        flex-basis:62px;
        border-radius:19px;
        font-size:24px;
    }

    .jay-profile-top h1{
        font-size:29px;
    }

    .jay-profile-form{
        padding:24px;
    }
}

/* ==========================================
   ACADEMY ÜBERSICHT
========================================== */

.jay-academy-page{
    width:min(92%,1100px);
    margin:40px auto 120px;
    padding:20px;
    font-family:Inter,Arial,sans-serif;
    color:#111;
}

.jay-academy-page *{
    box-sizing:border-box;
}

.jay-academy-head{
    padding:36px;
    margin-bottom:28px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-academy-head h1{
    margin:4px 0 10px;
    font-size:42px;
    line-height:1.1;
}

.jay-academy-head p{
    margin:0;
    color:#666;
    font-size:16px;
}

.jay-academy-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.jay-academy-card{
    display:flex;
    min-height:330px;
    padding:30px;
    flex-direction:column;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-academy-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.jay-academy-card-icon{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#fded00;
    border-radius:18px;
}

.jay-academy-card-icon svg{
    width:28px !important;
    height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
}

.jay-required{
    display:inline-flex;
    padding:8px 13px;
    align-items:center;
    background:#fded00;
    border-radius:999px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.jay-academy-card h2{
    margin:24px 0 12px;
    font-size:27px;
    line-height:1.15;
}

.jay-academy-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.jay-academy-meta span{
    padding:7px 11px;
    background:#f3f3f3;
    border-radius:999px;
    color:#555;
    font-size:12px;
    font-weight:700;
}

.jay-academy-progress{
    margin-top:28px;
}

.jay-academy-progress-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}

.jay-academy-progress-head span{
    color:#555;
    font-size:13px;
    font-weight:700;
}

.jay-academy-progress-head strong{
    font-size:13px;
    color:#111;
}

.jay-academy-progress-bar{
    width:100%;
    height:8px;
    overflow:hidden;
    background:#ececec;
    border-radius:999px;
}

.jay-academy-progress-bar span{
    display:block;
    height:100%;
    background:#111;
    border-radius:999px;
}

.jay-academy-start{
    display:inline-flex;
    width:100%;
    min-height:52px;
    margin-top:auto;
    padding:14px 20px;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none !important;
}

.jay-academy-start svg{
    width:18px !important;
    height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
}

.jay-course-page-progress{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid #eee;
}

/* MOBILE */

@media(max-width:768px){

    .jay-academy-page{
        width:100%;
        margin:20px auto 110px;
        padding:14px;
    }

    .jay-academy-head{
        padding:24px;
    }

    .jay-academy-head h1{
        font-size:32px;
    }

    .jay-academy-grid{
        grid-template-columns:1fr;
    }

    .jay-academy-card{
        min-height:300px;
        padding:25px;
    }

    .jay-academy-card h2{
        font-size:24px;
    }
}

/* ==========================================
   ONBOARDING
========================================== */

.jay-onboarding-page{
    width:min(92%,900px);
    margin:40px auto 120px;
    padding:20px;
}

.jay-onboarding-hero{
    background:#fff;
    border-radius:30px;
    padding:45px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-optik-icon{
    width:95px;
    height:95px;
    margin:0 auto 25px;
    background:#fded00;
    border-radius:26px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.jay-optik-icon svg{
    width:46px;
    height:46px;
}

.jay-onboarding-label{
    display:block;
    color:#888;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.jay-onboarding-hero h1{
    margin:0;
    font-size:42px;
    line-height:1.15;
    color:#111;
}

.jay-onboarding-hero p{
    margin:20px auto 0;
    max-width:650px;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

.jay-onboarding-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:30px 0;
}

.jay-onboarding-benefit{
    background:#fff;
    padding:26px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-onboarding-benefit strong{
    display:block;
    margin-bottom:10px;
    font-size:18px;
}

.jay-onboarding-benefit span{
    color:#666;
    line-height:1.6;
}

.jay-onboarding-form{
    background:#fff;
    padding:35px;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-onboarding-start{
    width:100%;
    height:58px;
    margin-top:20px;
    border:none;
    border-radius:999px;
    background:#fded00;
    color:#111;
    font-size:16px;
    font-weight:800;
    cursor:pointer;
}

@media(max-width:768px){

    .jay-onboarding-page{
        width:100%;
        padding:14px;
    }

    .jay-onboarding-hero{
        padding:28px;
    }

    .jay-onboarding-hero h1{
        font-size:30px;
    }

    .jay-onboarding-benefits{
        grid-template-columns:1fr;
    }

    .jay-onboarding-form{
        padding:24px;
    }

}

/* ==========================================
   JAY ACADEMY – MOBILE APP FINAL FIX
========================================== */

@media(max-width:768px){

    html,
    body{
        margin:0 !important;
        padding-top:0 !important;
        width:100% !important;
        overflow-x:hidden !important;
    }

    #page-container,
    #et-main-area,
    #main-content{
        margin-top:0 !important;
        padding-top:0 !important;
        width:100% !important;
    }

    #main-content .container{
        width:100% !important;
        max-width:none !important;
        padding:0 !important;
        margin:0 !important;
    }

    .et_pb_section{
        width:100% !important;
    }

    .et_pb_section:first-child{
        padding-top:0 !important;
        margin-top:0 !important;
    }

    .et_pb_row{
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
    }

    .jay-home{
        width:100% !important;
        max-width:none !important;
        margin:0 auto 120px !important;
        padding:14px !important;
    }

    .jay-header{
        width:100% !important;
        margin:0 0 18px !important;
        padding:24px !important;
        border-radius:24px !important;
    }

    .jay-home-news,
    .jay-continue-card,
    .jay-today-card{
        width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }

}

/* ==========================================
   ACADEMY KATEGORIEN – KOMPAKT
========================================== */

.jay-category-page{
    width:min(94%,1100px);
    margin:24px auto 120px;
    padding:12px;
}

.jay-category-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.jay-category-card{
    min-height:170px;
    padding:20px;
    background:#fff;
    border-radius:22px;
    box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.jay-category-icon{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fded00;
    border-radius:14px;
    margin-bottom:16px;
}

.jay-category-icon svg{
    width:22px !important;
    height:22px !important;
}

.jay-category-card h2{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.2;
}

.jay-category-card span{
    font-size:13px;
    color:#666;
    font-weight:700;
}

@media(max-width:768px){

    .jay-category-page{
        width:100%;
        margin:12px auto 100px;
        padding:12px;
    }

    .jay-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }

    .jay-category-card{
        min-height:140px;
        padding:16px;
        border-radius:18px;
    }

    .jay-category-icon{
        width:40px;
        height:40px;
        margin-bottom:12px;
    }

    .jay-category-card h2{
        font-size:16px;
    }

    .jay-category-card span{
        font-size:11px;
    }
}

/* ==========================================
   JAY ACADEMY – NEWS MODERN
   Farben: Anthrazit / Weiß / #fded00
========================================== */

.jay-home-news-section{
    margin:0 0 28px;
}

.jay-home-news-title{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}

.jay-home-news-title h2{
    margin:3px 0 0;
    color:#111;
    font-size:28px;
    line-height:1.1;
}

.jay-home-news-title > a{
    color:#111 !important;
    font-size:13px;
    font-weight:800;
    text-decoration:none !important;
}

.jay-home-news-list{
    display:grid;
    gap:12px;
}


/* ==========================================
   NEWS KARTE
========================================== */

.jay-home-news-item{
    display:grid;
    grid-template-columns:52px minmax(0,1fr) 38px;
    align-items:center;
    gap:16px;

    padding:18px 20px;

    background:#fff;

    border:1px solid #ececec;
    border-radius:20px;

    box-shadow:0 10px 28px rgba(0,0,0,.045);

    color:#111 !important;
    text-decoration:none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.jay-home-news-item:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 34px rgba(0,0,0,.07);
    border-color:#dedede;
}


/* ==========================================
   NEUESTE MELDUNG
========================================== */

.jay-home-news-item.is-latest{
    padding:22px;

    background:
        linear-gradient(
            135deg,
            #fded00 0%,
            #fff39d 100%
        );

    border-color:#f4df00;

    box-shadow:0 14px 32px rgba(253,237,0,.18);
}


/* ==========================================
   ICON
========================================== */

.jay-home-news-item-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:52px;
    height:52px;

    background:#111;

    border-radius:16px;

    color:#fff;
}

.jay-home-news-item.is-latest .jay-home-news-item-icon{
    background:#111;
}

.jay-home-news-item-icon svg{
    width:24px !important;
    height:24px !important;
    max-width:24px !important;
    max-height:24px !important;

    color:#fff !important;
}


/* ==========================================
   CONTENT
========================================== */

.jay-home-news-item-content{
    min-width:0;
}

.jay-home-news-meta{
    display:flex;
    align-items:center;
    gap:8px;

    margin-bottom:5px;
}

.jay-home-news-meta small{
    color:#777;
    font-size:11px;
    font-weight:700;
}

.jay-home-news-item.is-latest .jay-home-news-meta small{
    color:#333;
}

.jay-news-new{
    display:inline-flex;
    align-items:center;

    padding:4px 8px;

    background:#111;

    border-radius:999px;

    color:#fff;

    font-size:10px;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.jay-home-news-item h3{
    margin:0;

    color:#111;

    font-size:17px;
    line-height:1.25;
    font-weight:800;
}

.jay-home-news-item.is-latest h3{
    font-size:21px;
}

.jay-home-news-item p{
    margin:8px 0 0;

    color:#333;

    font-size:14px;
    line-height:1.55;
}


/* ==========================================
   PFEIL
========================================== */

.jay-home-news-item-arrow{
    display:flex;
    align-items:center;
    justify-content:center;

    width:38px;
    height:38px;

    background:#f3f3f3;

    border-radius:50%;

    color:#111;
}

.jay-home-news-item.is-latest .jay-home-news-item-arrow{
    background:#111;
    color:#fff;
}

.jay-home-news-item-arrow svg{
    width:17px !important;
    height:17px !important;
    max-width:17px !important;
    max-height:17px !important;
}


/* ==========================================
   KEIN BLAU IM NEWS-BEREICH
========================================== */

.jay-home-news-section a,
.jay-home-news-section a:hover,
.jay-home-news-section a:focus{
    color:#111;
}

.jay-home-news-section *{
    border-color:inherit;
}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px){

    .jay-home-news-section{
        margin-bottom:20px;
    }

    .jay-home-news-title{
        align-items:center;
        margin-bottom:10px;
    }

    .jay-home-news-title h2{
        font-size:22px;
    }

    .jay-home-news-title > a{
        font-size:11px;
    }

    .jay-home-news-item{
        grid-template-columns:44px minmax(0,1fr);
        gap:12px;

        padding:15px 16px;

        border-radius:18px;
    }

    .jay-home-news-item.is-latest{
        padding:18px 16px;
    }

    .jay-home-news-item-icon{
        width:44px;
        height:44px;
        border-radius:14px;
    }

    .jay-home-news-item-icon svg{
        width:21px !important;
        height:21px !important;
    }

    .jay-home-news-item-arrow{
        display:none;
    }

    .jay-home-news-item h3{
        font-size:15px;
    }

    .jay-home-news-item.is-latest h3{
        font-size:18px;
    }

    .jay-home-news-item p{
        font-size:13px;
        line-height:1.45;
    }

}

/* ==========================================
   JAY ACADEMY – HOME DASHBOARD CARDS
   Farben: Anthrazit / Weiß / #fded00
========================================== */

.jay-home-dashboard{
    display:grid;
    gap:18px;
}


/* ==========================================
   HEADER
========================================== */

.jay-dashboard-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    padding:22px 24px;

    background:#fff;
    border:1px solid #ececec;
    border-radius:24px;

    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.jay-dashboard-header h1{
    margin:2px 0 4px;
    color:#111;
    font-size:34px;
    line-height:1.05;
}

.jay-dashboard-header p{
    margin:0;
    color:#777;
    font-size:14px;
}


/* ==========================================
   GRUND-CARD
========================================== */

.jay-dashboard-card{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:18px;

    padding:22px;

    background:#fff;
    border:1px solid #ececec;
    border-radius:24px;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    color:#111;
    text-decoration:none !important;
}

.jay-dashboard-card-content{
    min-width:0;
}

.jay-dashboard-card-icon{
    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fded00;
    color:#111;

    border-radius:18px;
}

.jay-dashboard-card-icon svg{
    width:25px !important;
    height:25px !important;
}


/* ==========================================
   LABELS
========================================== */

.jay-dashboard-label,
.jay-dashboard-eyebrow{
    display:flex;
    align-items:center;
    gap:8px;

    margin-bottom:8px;

    color:#777;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.2px;
    text-transform:uppercase;
}

.jay-dashboard-eyebrow small{
    color:#333;
    font-size:11px;
    font-weight:700;
    letter-spacing:0;
    text-transform:none;
}

.jay-dashboard-card h2{
    margin:0 0 8px;

    color:#111;

    font-size:24px;
    line-height:1.2;
}

.jay-dashboard-card p{
    margin:0 0 14px;

    color:#666;

    font-size:14px;
    line-height:1.55;
}


/* ==========================================
   NEWS CARD
========================================== */

.jay-dashboard-news{
    background:
        linear-gradient(
            135deg,
            #fded00 0%,
            #fff7a8 100%
        );

    border-color:#f0df00;
}

.jay-dashboard-news .jay-dashboard-card-icon{
    background:#111;
    color:#fff;
}

.jay-dashboard-news .jay-dashboard-card-icon svg{
    color:#fff !important;
}

.jay-news-new{
    display:inline-flex;
    align-items:center;

    padding:4px 8px;

    border-radius:999px;

    background:#111;
    color:#fff;

    font-size:10px;
    font-weight:900;
    letter-spacing:.8px;
}

.jay-dashboard-link{
    display:inline-flex;
    align-items:center;
    gap:7px;

    color:#111;
    font-size:13px;
    font-weight:800;
}

.jay-dashboard-link svg{
    width:16px !important;
    height:16px !important;
}


/* ==========================================
   PROGRESS
========================================== */

.jay-dashboard-progress-row{
    display:flex;
    align-items:center;
    gap:12px;

    margin:14px 0 16px;
}

.jay-dashboard-progress-bar{
    flex:1;
    height:8px;

    overflow:hidden;

    background:#ededed;

    border-radius:999px;
}

.jay-dashboard-progress-bar span{
    display:block;
    height:100%;

    background:#111;

    border-radius:999px;
}

.jay-dashboard-progress-row strong{
    min-width:42px;

    color:#111;

    font-size:13px;
    text-align:right;
}


/* ==========================================
   BUTTONS
========================================== */

.jay-dashboard-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    min-height:44px;
    padding:0 18px;

    background:#111;
    color:#fff !important;

    border-radius:999px;

    font-size:13px;
    font-weight:800;
    text-decoration:none !important;
}

.jay-dashboard-button svg{
    width:16px !important;
    height:16px !important;
}

.jay-dashboard-secondary{
    display:inline-flex;
    align-items:center;
    gap:7px;

    color:#111 !important;

    font-size:13px;
    font-weight:800;
    text-decoration:none !important;
}

.jay-dashboard-secondary svg{
    width:15px !important;
    height:15px !important;
}


/* ==========================================
   QUICK ACCESS
========================================== */

.jay-dashboard-quick{
    background:#171717;
    border-color:#171717;
}

.jay-dashboard-quick .jay-dashboard-label,
.jay-dashboard-quick h2,
.jay-dashboard-quick p{
    color:#fff;
}

.jay-dashboard-quick p{
    color:#cfcfcf;
}

.jay-dashboard-quick .jay-dashboard-button{
    background:#fded00;
    color:#111 !important;
}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px){

    .jay-home-dashboard{
        gap:14px;
    }

    .jay-dashboard-header{
        padding:18px;
        border-radius:20px;
    }

    .jay-dashboard-header h1{
        font-size:28px;
    }

    .jay-dashboard-card{
        grid-template-columns:48px minmax(0,1fr);
        gap:14px;

        padding:18px;

        border-radius:20px;
    }

    .jay-dashboard-card-icon{
        width:48px;
        height:48px;
        border-radius:15px;
    }

    .jay-dashboard-card-icon svg{
        width:22px !important;
        height:22px !important;
    }

    .jay-dashboard-card h2{
        font-size:20px;
    }

    .jay-dashboard-card p{
        font-size:13px;
    }

    .jay-dashboard-button{
        width:100%;
        min-height:46px;
    }

}


/* ==========================================
   SEHR KLEINE HANDYS
========================================== */

@media(max-width:420px){

    .jay-dashboard-header{
        padding:16px;
    }

    .jay-dashboard-card{
        grid-template-columns:42px minmax(0,1fr);
        padding:16px;
    }

    .jay-dashboard-card-icon{
        width:42px;
        height:42px;
    }

    .jay-dashboard-card h2{
        font-size:18px;
    }

}

.jay-dashboard-quick{
    display:block !important;
}

.jay-dashboard-quick .jay-dashboard-card-content{
    width:100% !important;
}

.jay-dashboard-news-empty{
    background:#fded00 !important;
}

/* ==================================================
   JAY ACADEMY
   WICHTIGE INFORMATIONEN & NEUIGKEITEN
================================================== */

.jay-home-information{
    margin:8px 0 4px;
    padding:22px;

    background:#f5f5f5;
    border-radius:26px;
}


/* ==================================================
   ÜBERSCHRIFT
================================================== */

.jay-home-information-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;

    margin-bottom:16px;
}

.jay-home-information-head h2{
    margin:4px 0 0;

    color:#171717;

    font-size:25px;
    line-height:1.15;
    font-weight:800;
}

.jay-home-information-head > a{
    flex-shrink:0;

    color:#171717 !important;

    font-size:12px;
    font-weight:800;

    text-decoration:none !important;
}


/* ==================================================
   LISTE
================================================== */

.jay-home-information-list{
    display:grid;
    gap:12px;
}


/* ==================================================
   MITTEILUNGS-CARD
================================================== */

.jay-info-card{
    position:relative;

    padding:20px;

    background:#fff;

    border:1px solid #e8e8e8;
    border-radius:20px;

    box-shadow:0 8px 24px rgba(0,0,0,.04);

    overflow:hidden;
}


/* kleine gelbe Linie links */

.jay-info-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    bottom:0;

    width:5px;

    background:#dedede;
}


/* ==================================================
   OBERER BEREICH
================================================== */

.jay-info-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;

    margin-bottom:12px;
}

.jay-info-badges{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}

.jay-info-date{
    color:#777;

    font-size:11px;
    font-weight:700;
}


/* ==================================================
   ICON
================================================== */

.jay-info-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:38px;
    height:38px;

    background:#f3f3f3;

    border-radius:12px;

    color:#171717;
}

.jay-info-icon svg{
    width:18px !important;
    height:18px !important;
}


/* ==================================================
   PRIORITÄTS-BADGE
================================================== */

.jay-info-priority{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:25px;
    padding:0 10px;

    background:#171717;
    color:#fff;

    border-radius:999px;

    font-size:10px;
    font-weight:900;

    letter-spacing:.7px;
    text-transform:uppercase;
}


/* ==================================================
   TITEL UND TEXT
================================================== */

.jay-info-card h3{
    margin:0 0 8px;

    color:#171717;

    font-size:19px;
    line-height:1.25;
    font-weight:800;
}

.jay-info-text{
    margin:0 0 14px;

    color:#555;

    font-size:14px;
    line-height:1.55;
}


/* ==================================================
   MEHR LESEN
================================================== */

.jay-info-more{
    display:inline-flex;
    align-items:center;
    gap:7px;

    color:#171717 !important;

    font-size:12px;
    font-weight:800;

    text-decoration:none !important;
}

.jay-info-more svg{
    width:14px !important;
    height:14px !important;
}


/* ==================================================
   NEU
================================================== */

.jay-info-neu::before{
    background:#fded00;
}

.jay-info-neu .jay-info-priority{
    background:#fded00;
    color:#171717;
}


/* ==================================================
   WICHTIG
================================================== */

.jay-info-wichtig{
    background:#fffef2;

    border-color:#eee18a;
}

.jay-info-wichtig::before{
    background:#fded00;
}

.jay-info-wichtig .jay-info-icon{
    background:#fded00;
}

.jay-info-wichtig .jay-info-priority{
    background:#fded00;
    color:#171717;
}


/* ==================================================
   DRINGEND
   bewusst keine neue Farbe:
   nur stärkeres Anthrazit + Gelb
================================================== */

.jay-info-dringend{
    background:#171717;
    border-color:#171717;
}

.jay-info-dringend::before{
    background:#fded00;
}

.jay-info-dringend h3{
    color:#fff;
}

.jay-info-dringend .jay-info-text{
    color:#d5d5d5;
}

.jay-info-dringend .jay-info-date{
    color:#bdbdbd;
}

.jay-info-dringend .jay-info-priority{
    background:#fded00;
    color:#171717;
}

.jay-info-dringend .jay-info-icon{
    background:#fded00;
    color:#171717;
}

.jay-info-dringend .jay-info-more{
    color:#fff !important;
}


/* ==================================================
   MOBILE APP
================================================== */

@media(max-width:768px){

    .jay-home-information{
        padding:16px;

        border-radius:22px;
    }

    .jay-home-information-head{
        align-items:flex-start;
        margin-bottom:14px;
    }

    .jay-home-information-head h2{
        font-size:21px;
    }

    .jay-home-information-head > a{
        font-size:10px;
        margin-top:4px;
    }

    .jay-home-information-list{
        gap:10px;
    }

    .jay-info-card{
        padding:16px 16px 16px 18px;

        border-radius:17px;
    }

    .jay-info-card-top{
        margin-bottom:10px;
    }

    .jay-info-icon{
        width:34px;
        height:34px;

        border-radius:10px;
    }

    .jay-info-card h3{
        font-size:17px;
    }

    .jay-info-text{
        font-size:13px;
        line-height:1.5;
    }

}


/* ==================================================
   KLEINE HANDYS
================================================== */

@media(max-width:420px){

    .jay-home-information-head{
        display:block;
    }

    .jay-home-information-head > a{
        display:inline-block;
        margin-top:8px;
    }

}

/* ==================================================
   JAY ACADEMY – EINZELNE MITTEILUNG
================================================== */

.jay-news-single-page{
    width:min(100%, 980px);
    margin:0 auto;
    padding:20px 0 120px;
}


/* ZURÜCK */

.jay-news-back{
    display:inline-flex;
    align-items:center;
    gap:7px;

    margin-bottom:18px;

    color:#171717 !important;
    font-size:13px;
    font-weight:800;

    text-decoration:none !important;
}

.jay-news-back span{
    color:#171717;
    font-size:18px;
}


/* MITTEILUNGS-CARD */

.jay-news-single-card{
    position:relative;

    padding:34px;

    background:#fff;

    border:1px solid #e8e8e8;
    border-radius:28px;

    box-shadow:0 18px 50px rgba(0,0,0,.06);

    overflow:hidden;
}


/* GELBER RAND */

.jay-news-single-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:6px;

    background:#fded00;
}


/* OBEN */

.jay-news-single-top{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    margin-bottom:22px;
}

.jay-news-single-badges{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}


/* PRIORITÄT */

.jay-news-single-card .jay-info-priority{
    display:inline-flex;
    align-items:center;

    min-height:28px;
    padding:0 12px;

    background:#fded00;
    color:#171717;

    border-radius:999px;

    font-size:10px;
    font-weight:900;

    letter-spacing:.7px;
    text-transform:uppercase;
}


/* DATUM */

.jay-news-single-date{
    color:#777;

    font-size:12px;
    font-weight:700;
}


/* ICON */

.jay-news-single-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:46px;
    height:46px;

    background:#fded00;

    border-radius:14px;

    color:#171717;
}

.jay-news-single-icon svg{
    width:21px !important;
    height:21px !important;
}


/* TITEL */

.jay-news-single-card h1{
    margin:0 0 22px;

    color:#171717;

    font-size:36px;
    line-height:1.12;
    font-weight:800;
}


/* TEXT */

.jay-news-single-content{
    color:#444;

    font-size:16px;
    line-height:1.75;
}

.jay-news-single-content p{
    margin:0 0 18px;
}

.jay-news-single-content img{
    max-width:100%;
    height:auto;

    border-radius:18px;
}


/* ZURÜCK BUTTON UNTEN */

.jay-news-single-back-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:28px;
    padding:13px 19px;

    background:#171717;
    color:#fff !important;

    border-radius:999px;

    font-size:13px;
    font-weight:800;

    text-decoration:none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

.jay-news-single-back-button:hover{
    background:#000;
    transform:translateY(-1px);
}


/* ==================================================
   WICHTIG
================================================== */

.jay-news-single-card.jay-news-wichtig{
    background:#fffef2;
    border-color:#eee18a;
}

.jay-news-single-card.jay-news-wichtig::before{
    background:#fded00;
}


/* ==================================================
   NEU
================================================== */

.jay-news-single-card.jay-news-neu::before{
    background:#fded00;
}


/* ==================================================
   DRINGEND
================================================== */

.jay-news-single-card.jay-news-dringend{
    background:#171717;
    border-color:#171717;
}

.jay-news-single-card.jay-news-dringend h1{
    color:#fff;
}

.jay-news-single-card.jay-news-dringend .jay-news-single-content{
    color:#ddd;
}

.jay-news-single-card.jay-news-dringend .jay-news-single-date{
    color:#aaa;
}

.jay-news-single-card.jay-news-dringend .jay-news-single-icon{
    background:#fded00;
}

.jay-news-single-card.jay-news-dringend .jay-news-single-back-button{
    background:#fded00;
    color:#171717 !important;
}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:768px){

    .jay-news-single-page{
        padding:8px 0 110px;
    }

    .jay-news-single-card{
        padding:23px 19px;

        border-radius:22px;
    }

    .jay-news-single-top{
        margin-bottom:18px;
    }

    .jay-news-single-icon{
        width:40px;
        height:40px;

        border-radius:12px;
    }

    .jay-news-single-card h1{
        font-size:27px;
        line-height:1.16;
    }

    .jay-news-single-content{
        font-size:15px;
        line-height:1.65;
    }

    .jay-news-single-back-button{
        width:100%;
    }

}

/* =========================================================
   JAY ACADEMY – HOME
   MODERN / CLEAN / FUTURE
   Corporate Yellow: #fded00
========================================================= */


/* =========================================================
   GRUNDLAYOUT
========================================================= */

.jay-home-dashboard{
    width:100%;
    max-width:none;
    margin:0 auto;
    padding:8px 0 120px !important;
    box-sizing:border-box;
}


/* =========================================================
   BEGRÜSSUNG
========================================================= */

.jay-home-dashboard .jay-dashboard-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:30px !important;

    margin:0 0 34px !important;
    padding:32px 34px !important;

    background:#fff !important;
    border:1px solid #e9e9e9 !important;
    border-radius:30px !important;

    box-shadow:
        0 10px 30px rgba(0,0,0,.035),
        0 2px 8px rgba(0,0,0,.025) !important;

    box-sizing:border-box !important;
}


/* Begrüßung */

.jay-home-dashboard .jay-dashboard-header .jay-small{
    display:block !important;

    margin:0 0 8px !important;

    font-size:17px !important;
    line-height:1.2 !important;

    font-weight:500 !important;

    color:#777 !important;
}


/* Name */

.jay-home-dashboard .jay-dashboard-header h1{
    margin:0 0 10px !important;

    font-size:clamp(42px,6vw,64px) !important;
    line-height:.98 !important;

    font-weight:700 !important;
    letter-spacing:-2.8px !important;

    color:#111 !important;
}


/* Willkommen */

.jay-home-dashboard .jay-dashboard-header p{
    margin:0 !important;

    font-size:16px !important;
    line-height:1.45 !important;

    color:#777 !important;
}


/* Avatar */

.jay-home-dashboard .jay-avatar{
    width:72px !important;
    height:72px !important;
    min-width:72px !important;

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

    border-radius:50% !important;

    background:#fded00 !important;
    color:#111 !important;

    font-size:27px !important;
    font-weight:800 !important;

    box-shadow:0 8px 20px rgba(0,0,0,.06) !important;
}


/* =========================================================
   ÜBERSCHRIFTEN
========================================================= */

.jay-home-dashboard .jay-dashboard-label{
    display:block !important;

    margin-bottom:7px !important;

    font-size:11px !important;
    line-height:1.2 !important;

    font-weight:800 !important;
    letter-spacing:2px !important;

    text-transform:uppercase !important;

    color:#888 !important;
}


.jay-home-dashboard .jay-home-information-head{
    margin:0 0 18px !important;
}


.jay-home-dashboard .jay-home-information-head h2{
    margin:0 !important;

    font-size:clamp(28px,4vw,38px) !important;
    line-height:1.08 !important;

    font-weight:700 !important;
    letter-spacing:-1.3px !important;

    color:#111 !important;
}


/* =========================================================
   NEWS
========================================================= */

.jay-home-dashboard .jay-home-information-list{
    display:grid !important;

    grid-template-columns:
        repeat(2,minmax(0,1fr)) !important;

    gap:14px !important;

    margin-bottom:34px !important;
}


/* Grundkarte */

.jay-home-dashboard .jay-info-card{
    position:relative !important;

    padding:24px !important;

    background:#fff !important;

    border:1px solid #e7e7e7 !important;
    border-radius:24px !important;

    box-shadow:
        0 8px 24px rgba(0,0,0,.035) !important;

    box-sizing:border-box !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease !important;
}


.jay-home-dashboard .jay-info-card:hover{
    transform:translateY(-2px) !important;

    box-shadow:
        0 14px 32px rgba(0,0,0,.06) !important;
}


/* =========================================================
   WICHTIGE MITTEILUNG
   GELB – NICHT SCHWARZ
========================================================= */

.jay-home-dashboard .jay-info-card.jay-info-wichtig,
.jay-home-dashboard .jay-info-card.jay-info-dringend{

    grid-column:1 / -1 !important;

    padding:30px !important;

    background:#fded00 !important;

    color:#111 !important;

    border:0 !important;

    box-shadow:
        0 14px 38px rgba(0,0,0,.07) !important;
}


/* Badges */

.jay-home-dashboard .jay-info-priority{
    display:inline-flex !important;
    align-items:center !important;

    min-height:28px !important;

    padding:5px 11px !important;

    border-radius:999px !important;

    background:#111 !important;
    color:#fff !important;

    font-size:11px !important;
    font-weight:800 !important;

    letter-spacing:.5px !important;
}


/* Datum */

.jay-home-dashboard .jay-info-date{
    font-size:12px !important;
    font-weight:600 !important;
    color:#888 !important;
}


/* Datum auf gelber Karte */

.jay-home-dashboard
.jay-info-card.jay-info-wichtig
.jay-info-date,

.jay-home-dashboard
.jay-info-card.jay-info-dringend
.jay-info-date{
    color:#333 !important;
}


/* Top */

.jay-home-dashboard .jay-info-card-top{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:15px !important;

    margin-bottom:20px !important;
}


.jay-home-dashboard .jay-info-badges{
    display:flex !important;
    align-items:center !important;

    flex-wrap:wrap !important;
    gap:9px !important;
}


/* Icon */

.jay-home-dashboard .jay-info-icon{
    width:42px !important;
    height:42px !important;

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

    border-radius:13px !important;

    background:#f5f5f5 !important;
}


.jay-home-dashboard
.jay-info-card.jay-info-wichtig
.jay-info-icon,

.jay-home-dashboard
.jay-info-card.jay-info-dringend
.jay-info-icon{
    background:rgba(255,255,255,.45) !important;
}


/* Titel */

.jay-home-dashboard .jay-info-card h3{
    margin:0 0 12px !important;

    font-size:22px !important;
    line-height:1.15 !important;

    font-weight:700 !important;
    letter-spacing:-.5px !important;

    color:#111 !important;
}


/* Großer Titel bei wichtiger Mitteilung */

.jay-home-dashboard
.jay-info-card.jay-info-wichtig h3,

.jay-home-dashboard
.jay-info-card.jay-info-dringend h3{
    font-size:clamp(28px,4vw,40px) !important;
    line-height:1.05 !important;

    letter-spacing:-1.2px !important;
}


/* Text */

.jay-home-dashboard .jay-info-text{
    margin:0 !important;

    font-size:14px !important;
    line-height:1.55 !important;

    color:#666 !important;
}


.jay-home-dashboard
.jay-info-card.jay-info-wichtig
.jay-info-text,

.jay-home-dashboard
.jay-info-card.jay-info-dringend
.jay-info-text{
    color:#222 !important;

    font-size:16px !important;
    line-height:1.55 !important;
}


/* Weiterlesen */

.jay-home-dashboard .jay-info-more{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;

    margin-top:20px !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:800 !important;

    text-decoration:none !important;
}


.jay-home-dashboard .jay-info-more:hover{
    color:#111 !important;
}


/* =========================================================
   WEITERLERNEN
========================================================= */

.jay-home-dashboard .jay-dashboard-learning{
    box-sizing:border-box !important;

    margin:0 0 14px !important;

    padding:26px !important;

    background:#fff !important;

    border:1px solid #e7e7e7 !important;
    border-radius:26px !important;

    box-shadow:
        0 8px 26px rgba(0,0,0,.035) !important;
}


/* Icon */

.jay-home-dashboard .jay-dashboard-card-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;

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

    border-radius:15px !important;

    background:#fded00 !important;
}


/* Label */

.jay-home-dashboard .jay-dashboard-learning
.jay-dashboard-label{
    margin-top:14px !important;
}


/* Kursname */

.jay-home-dashboard .jay-dashboard-learning h2{
    margin:7px 0 18px !important;

    font-size:27px !important;
    line-height:1.08 !important;

    font-weight:700 !important;
    letter-spacing:-.8px !important;

    color:#111 !important;
}


/* =========================================================
   FORTSCHRITT
========================================================= */

.jay-home-dashboard .jay-dashboard-progress-card{
    box-sizing:border-box !important;

    margin:0 0 14px !important;

    padding:26px !important;

    background:#fff !important;

    border:1px solid #e7e7e7 !important;
    border-radius:26px !important;

    box-shadow:
        0 8px 26px rgba(0,0,0,.035) !important;
}


/* Prozent */

.jay-home-dashboard .jay-dashboard-progress-card h2{
    margin:8px 0 16px !important;

    font-size:48px !important;
    line-height:1 !important;

    font-weight:700 !important;
    letter-spacing:-2px !important;

    color:#111 !important;
}


/* Fortschrittsbalken */

.jay-home-dashboard .jay-dashboard-progress-bar{
    width:100% !important;

    height:8px !important;

    margin:0 0 18px !important;

    overflow:hidden !important;

    border-radius:999px !important;

    background:#ededed !important;
}


.jay-home-dashboard .jay-dashboard-progress-bar span{
    display:block !important;

    height:100% !important;

    border-radius:999px !important;

    background:#fded00 !important;
}


/* =========================================================
   BUTTONS
========================================================= */

.jay-home-dashboard .jay-dashboard-button{
    min-height:50px !important;

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

    padding:0 22px !important;

    border-radius:15px !important;

    background:#111 !important;
    color:#fff !important;

    font-size:14px !important;
    font-weight:800 !important;

    text-decoration:none !important;

    box-sizing:border-box !important;
}


.jay-home-dashboard .jay-dashboard-button:hover{
    background:#222 !important;
    color:#fff !important;
}


/* Zweiter Link */

.jay-home-dashboard .jay-dashboard-secondary{
    color:#111 !important;

    font-size:14px !important;
    font-weight:800 !important;

    text-decoration:none !important;
}


/* =========================================================
   SCHNELLZUGRIFF
========================================================= */

.jay-home-dashboard .jay-dashboard-quick{
    margin:0 !important;

    padding:28px !important;

    background:#111 !important;

    border:0 !important;
    border-radius:26px !important;

    box-shadow:
        0 14px 38px rgba(0,0,0,.08) !important;
}


.jay-home-dashboard .jay-dashboard-quick
.jay-dashboard-label{
    color:#aaa !important;
}


.jay-home-dashboard .jay-dashboard-quick h2{
    margin:7px 0 9px !important;

    font-size:28px !important;
    line-height:1.08 !important;

    font-weight:700 !important;
    letter-spacing:-.8px !important;

    color:#fff !important;
}


.jay-home-dashboard .jay-dashboard-quick p{
    max-width:680px !important;

    margin:0 0 22px !important;

    font-size:15px !important;
    line-height:1.55 !important;

    color:#c8c8c8 !important;
}


/* Gelber Schnellzugriff */

.jay-home-dashboard .jay-dashboard-quick
.jay-dashboard-button{
    background:#fded00 !important;
    color:#111 !important;

    min-width:240px !important;
}


.jay-home-dashboard .jay-dashboard-quick
.jay-dashboard-button:hover{
    background:#fded00 !important;
    color:#111 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px){

    .jay-home-dashboard{
        width:100% !important;

        padding:
            8px 0 115px !important;
    }


    /* -----------------------------------------
       BEGRÜSSUNG
    ----------------------------------------- */

    .jay-home-dashboard .jay-dashboard-header{
        align-items:flex-start !important;

        gap:20px !important;

        margin-bottom:28px !important;

        padding:28px 24px !important;

        border-radius:27px !important;
    }


    .jay-home-dashboard .jay-dashboard-header .jay-small{
        font-size:16px !important;
    }


    .jay-home-dashboard .jay-dashboard-header h1{
        margin-bottom:9px !important;

        font-size:42px !important;
        line-height:1 !important;

        letter-spacing:-2px !important;
    }


    .jay-home-dashboard .jay-dashboard-header p{
        max-width:230px !important;

        font-size:15px !important;
    }


    .jay-home-dashboard .jay-avatar{
        width:58px !important;
        height:58px !important;
        min-width:58px !important;

        font-size:22px !important;
    }


    /* -----------------------------------------
       NEWS ÜBERSCHRIFT
    ----------------------------------------- */

    .jay-home-dashboard .jay-home-information-head{
        margin-bottom:15px !important;
    }


    .jay-home-dashboard .jay-home-information-head h2{
        font-size:27px !important;
        line-height:1.1 !important;
    }


    /* -----------------------------------------
       NEWS
    ----------------------------------------- */

    .jay-home-dashboard .jay-home-information-list{
        display:block !important;

        margin-bottom:28px !important;
    }


    .jay-home-dashboard .jay-info-card{
        width:100% !important;

        margin:0 0 12px !important;

        padding:22px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend{
        padding:24px !important;
    }


    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig h3,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend h3{
        font-size:30px !important;
    }


    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig
    .jay-info-text,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend
    .jay-info-text{
        font-size:15px !important;
    }


    /* -----------------------------------------
       WEITERLERNEN
    ----------------------------------------- */

    .jay-home-dashboard .jay-dashboard-learning{
        margin-bottom:12px !important;

        padding:23px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard .jay-dashboard-learning h2{
        font-size:25px !important;
    }


    /* -----------------------------------------
       FORTSCHRITT
    ----------------------------------------- */

    .jay-home-dashboard .jay-dashboard-progress-card{
        margin-bottom:12px !important;

        padding:23px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard .jay-dashboard-progress-card h2{
        font-size:42px !important;
    }


    /* -----------------------------------------
       SCHNELLZUGRIFF
    ----------------------------------------- */

    .jay-home-dashboard .jay-dashboard-quick{
        padding:24px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard .jay-dashboard-quick h2{
        font-size:26px !important;
    }


    .jay-home-dashboard .jay-dashboard-quick p{
        font-size:14px !important;
    }


    .jay-home-dashboard .jay-dashboard-quick
    .jay-dashboard-button{
        width:100% !important;
        min-width:0 !important;
    }

}

/* =========================================================
   JAY ACADEMY – HOME FINAL DESIGN
   MODERN / CLEAN / FUTURE
   CORPORATE YELLOW: #fded00
   NUR HOME – NICHT ANDERE SEITEN
========================================================= */


/* =========================================================
   HOME GRUNDLAYOUT
========================================================= */

.jay-home-dashboard{
    width:min(100%,1080px) !important;
    margin:0 auto !important;
    padding:10px 0 125px !important;
    display:grid !important;
    gap:20px !important;
    box-sizing:border-box !important;
}


/* =========================================================
   BEGRÜSSUNG
========================================================= */

.jay-home-dashboard .jay-dashboard-header{
    width:100% !important;
    min-height:190px !important;

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

    gap:35px !important;

    margin:0 0 10px !important;
    padding:38px 40px !important;

    background:#fff !important;
    border:1px solid #e9e9e9 !important;
    border-radius:32px !important;

    box-shadow:
        0 12px 35px rgba(0,0,0,.035),
        0 2px 8px rgba(0,0,0,.02) !important;

    box-sizing:border-box !important;
}


/* Guten Tag */

.jay-home-dashboard .jay-dashboard-header .jay-small{
    display:block !important;

    margin:0 0 10px !important;

    color:#858585 !important;

    font-size:17px !important;
    line-height:1.2 !important;
    font-weight:500 !important;
}


/* Name */

.jay-home-dashboard .jay-dashboard-header h1{
    margin:0 0 12px !important;

    color:#111 !important;

    font-size:clamp(42px,6vw,62px) !important;
    line-height:.98 !important;

    font-weight:700 !important;
    letter-spacing:-3px !important;
}


/* Willkommen */

.jay-home-dashboard .jay-dashboard-header p{
    margin:0 !important;

    color:#777 !important;

    font-size:16px !important;
    line-height:1.45 !important;
}


/* Avatar */

.jay-home-dashboard .jay-avatar{
    width:76px !important;
    height:76px !important;
    min-width:76px !important;

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

    background:#fded00 !important;

    border-radius:50% !important;

    color:#111 !important;

    font-size:28px !important;
    font-weight:800 !important;

    box-shadow:0 8px 22px rgba(0,0,0,.06) !important;
}


/* =========================================================
   KLEINE LABELS
========================================================= */

.jay-home-dashboard .jay-dashboard-label{
    display:block !important;

    margin:0 0 8px !important;

    color:#858585 !important;

    font-size:11px !important;
    line-height:1.2 !important;

    font-weight:800 !important;

    letter-spacing:2px !important;

    text-transform:uppercase !important;
}


/* =========================================================
   WICHTIGE MITTEILUNGEN
========================================================= */

.jay-home-dashboard .jay-home-information{
    margin:0 !important;
    padding:0 !important;

    background:transparent !important;

    border-radius:0 !important;
}


/* Überschrift */

.jay-home-dashboard .jay-home-information-head{
    display:flex !important;
    align-items:flex-end !important;
    justify-content:space-between !important;

    gap:20px !important;

    margin:0 0 16px !important;
    padding:0 4px !important;
}


.jay-home-dashboard .jay-home-information-head h2{
    margin:0 !important;

    color:#111 !important;

    font-size:clamp(27px,4vw,36px) !important;
    line-height:1.08 !important;

    font-weight:700 !important;

    letter-spacing:-1.2px !important;
}


/* =========================================================
   NEWS LISTE
========================================================= */

.jay-home-dashboard .jay-home-information-list{
    display:grid !important;

    grid-template-columns:
        repeat(2,minmax(0,1fr)) !important;

    gap:14px !important;

    margin:0 !important;
}


/* =========================================================
   NORMALE NEWS
========================================================= */

.jay-home-dashboard .jay-info-card{
    position:relative !important;

    width:100% !important;

    padding:24px !important;

    background:#fff !important;

    border:1px solid #e8e8e8 !important;

    border-radius:24px !important;

    box-shadow:
        0 8px 26px rgba(0,0,0,.035) !important;

    color:#111 !important;

    overflow:hidden !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease !important;

    box-sizing:border-box !important;
}


.jay-home-dashboard .jay-info-card:hover{
    transform:translateY(-2px) !important;

    box-shadow:
        0 14px 34px rgba(0,0,0,.06) !important;
}


/* =========================================================
   WICHTIGE MITTEILUNG
   GELB – SCHWARZE SCHRIFT
========================================================= */

.jay-home-dashboard
.jay-info-card.jay-info-wichtig,

.jay-home-dashboard
.jay-info-card.jay-info-dringend{

    grid-column:1 / -1 !important;

    padding:32px !important;

    background:#fded00 !important;

    border:0 !important;

    border-radius:28px !important;

    color:#111 !important;

    box-shadow:
        0 16px 38px rgba(0,0,0,.07) !important;
}


/* Kein dunkler Balken */

.jay-home-dashboard
.jay-info-card.jay-info-wichtig::before,

.jay-home-dashboard
.jay-info-card.jay-info-dringend::before{

    display:none !important;
}


/* =========================================================
   NEWS OBEN
========================================================= */

.jay-home-dashboard .jay-info-card-top{
    display:flex !important;

    align-items:center !important;
    justify-content:space-between !important;

    gap:15px !important;

    margin:0 0 22px !important;
}


.jay-home-dashboard .jay-info-badges{
    display:flex !important;

    align-items:center !important;

    flex-wrap:wrap !important;

    gap:9px !important;
}


.jay-home-dashboard .jay-info-date{
    color:#777 !important;

    font-size:12px !important;
    font-weight:600 !important;
}


/* Gelbe Karte Datum */

.jay-home-dashboard
.jay-info-card.jay-info-wichtig
.jay-info-date,

.jay-home-dashboard
.jay-info-card.jay-info-dringend
.jay-info-date{

    color:#333 !important;
}


/* =========================================================
   PRIORITÄT
========================================================= */

.jay-home-dashboard .jay-info-priority{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-height:27px !important;

    padding:5px 11px !important;

    background:#111 !important;

    color:#fff !important;

    border-radius:999px !important;

    font-size:10px !important;

    font-weight:900 !important;

    letter-spacing:.6px !important;

    text-transform:uppercase !important;
}


/* =========================================================
   ICON
========================================================= */

.jay-home-dashboard .jay-info-icon{
    width:42px !important;
    height:42px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#f4f4f4 !important;

    border-radius:13px !important;

    color:#111 !important;
}


.jay-home-dashboard
.jay-info-card.jay-info-wichtig
.jay-info-icon,

.jay-home-dashboard
.jay-info-card.jay-info-dringend
.jay-info-icon{

    background:rgba(255,255,255,.5) !important;

    color:#111 !important;
}


/* =========================================================
   NEWS TITEL
========================================================= */

.jay-home-dashboard .jay-info-card h3{
    margin:0 0 10px !important;

    color:#111 !important;

    font-size:20px !important;

    line-height:1.2 !important;

    font-weight:800 !important;

    letter-spacing:-.5px !important;
}


/* Große wichtige Meldung */

.jay-home-dashboard
.jay-info-card.jay-info-wichtig h3,

.jay-home-dashboard
.jay-info-card.jay-info-dringend h3{

    margin:0 0 13px !important;

    color:#111 !important;

    font-size:clamp(28px,4vw,40px) !important;

    line-height:1.05 !important;

    font-weight:700 !important;

    letter-spacing:-1.4px !important;
}


/* =========================================================
   NEWS TEXT
========================================================= */

.jay-home-dashboard .jay-info-text{
    margin:0 !important;

    color:#666 !important;

    font-size:14px !important;

    line-height:1.55 !important;
}


.jay-home-dashboard
.jay-info-card.jay-info-wichtig
.jay-info-text,

.jay-home-dashboard
.jay-info-card.jay-info-dringend
.jay-info-text{

    color:#222 !important;

    font-size:16px !important;

    line-height:1.55 !important;
}


/* =========================================================
   MEHR LESEN
========================================================= */

.jay-home-dashboard .jay-info-more{
    display:inline-flex !important;

    align-items:center !important;

    gap:8px !important;

    margin-top:20px !important;

    color:#111 !important;

    font-size:14px !important;

    font-weight:800 !important;

    text-decoration:none !important;
}


/* =========================================================
   WEITERLERNEN + FORTSCHRITT
========================================================= */

.jay-home-dashboard .jay-dashboard-learning,
.jay-home-dashboard .jay-dashboard-progress-card{

    box-sizing:border-box !important;

    min-height:250px !important;

    padding:27px !important;

    background:#fff !important;

    border:1px solid #e8e8e8 !important;

    border-radius:26px !important;

    box-shadow:
        0 8px 26px rgba(0,0,0,.035) !important;
}


/* Weiterlernen */

.jay-home-dashboard .jay-dashboard-learning{
    margin:0 !important;
}


/* Fortschritt */

.jay-home-dashboard .jay-dashboard-progress-card{
    margin:0 !important;
}


/* Icons */

.jay-home-dashboard .jay-dashboard-card-icon{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#fded00 !important;

    border-radius:16px !important;
}


/* Labels */

.jay-home-dashboard
.jay-dashboard-learning
.jay-dashboard-label,

.jay-home-dashboard
.jay-dashboard-progress-card
.jay-dashboard-label{

    margin-top:14px !important;
}


/* Kursname */

.jay-home-dashboard .jay-dashboard-learning h2{
    margin:7px 0 18px !important;

    color:#111 !important;

    font-size:27px !important;

    line-height:1.08 !important;

    font-weight:700 !important;

    letter-spacing:-.8px !important;
}


/* Prozent */

.jay-home-dashboard .jay-dashboard-progress-card h2{
    margin:8px 0 16px !important;

    color:#111 !important;

    font-size:48px !important;

    line-height:1 !important;

    font-weight:700 !important;

    letter-spacing:-2px !important;
}


/* Fortschrittsbalken */

.jay-home-dashboard .jay-dashboard-progress-bar{
    width:100% !important;

    height:8px !important;

    margin:0 0 18px !important;

    background:#ededed !important;

    border-radius:999px !important;

    overflow:hidden !important;
}


.jay-home-dashboard .jay-dashboard-progress-bar span{
    display:block !important;

    height:100% !important;

    background:#fded00 !important;

    border-radius:999px !important;
}


/* =========================================================
   BUTTONS
========================================================= */

.jay-home-dashboard .jay-dashboard-button{
    min-height:50px !important;

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    padding:0 22px !important;

    background:#111 !important;

    color:#fff !important;

    border-radius:15px !important;

    font-size:14px !important;

    font-weight:800 !important;

    text-decoration:none !important;
}


.jay-home-dashboard .jay-dashboard-secondary{
    color:#111 !important;

    font-size:14px !important;

    font-weight:800 !important;

    text-decoration:none !important;
}


/* =========================================================
   SCHNELLZUGRIFF
   NICHT SCHWARZ – MODERN UND HELL
========================================================= */

.jay-home-dashboard .jay-dashboard-quick{

    margin:0 !important;

    padding:30px !important;

    background:#fff !important;

    border:1px solid #e8e8e8 !important;

    border-radius:26px !important;

    box-shadow:
        0 8px 26px rgba(0,0,0,.035) !important;
}


.jay-home-dashboard
.jay-dashboard-quick
.jay-dashboard-label{

    color:#858585 !important;
}


.jay-home-dashboard
.jay-dashboard-quick h2{

    margin:7px 0 9px !important;

    color:#111 !important;

    font-size:28px !important;

    line-height:1.08 !important;

    font-weight:700 !important;

    letter-spacing:-.8px !important;
}


.jay-home-dashboard
.jay-dashboard-quick p{

    max-width:680px !important;

    margin:0 0 22px !important;

    color:#666 !important;

    font-size:15px !important;

    line-height:1.55 !important;
}


/* Gelber Button */

.jay-home-dashboard
.jay-dashboard-quick
.jay-dashboard-button{

    min-width:240px !important;

    background:#fded00 !important;

    color:#111 !important;

    border-radius:15px !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px){

    .jay-home-dashboard{

        width:100% !important;

        padding:
            8px 0 120px !important;

        gap:16px !important;
    }


    /* Begrüßung */

    .jay-home-dashboard
    .jay-dashboard-header{

        min-height:180px !important;

        align-items:flex-start !important;

        gap:20px !important;

        padding:30px 24px !important;

        margin-bottom:8px !important;

        border-radius:27px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-header
    .jay-small{

        font-size:16px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-header
    h1{

        font-size:42px !important;

        line-height:1 !important;

        letter-spacing:-2px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-header
    p{

        max-width:230px !important;

        font-size:15px !important;
    }


    .jay-home-dashboard
    .jay-avatar{

        width:58px !important;
        height:58px !important;
        min-width:58px !important;

        font-size:22px !important;
    }


    /* News Überschrift */

    .jay-home-dashboard
    .jay-home-information-head{

        display:block !important;

        margin-bottom:14px !important;

        padding:0 3px !important;
    }


    .jay-home-dashboard
    .jay-home-information-head
    h2{

        font-size:27px !important;

        line-height:1.1 !important;
    }


    /* News */

    .jay-home-dashboard
    .jay-home-information-list{

        display:block !important;

        margin:0 !important;
    }


    .jay-home-dashboard
    .jay-info-card{

        width:100% !important;

        margin:0 0 12px !important;

        padding:22px !important;

        border-radius:23px !important;
    }


    /* Wichtige Meldung */

    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend{

        padding:25px !important;

        border-radius:24px !important;
    }


    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig h3,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend h3{

        font-size:30px !important;

        line-height:1.06 !important;
    }


    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig
    .jay-info-text,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend
    .jay-info-text{

        font-size:15px !important;
    }


    /* Weiterlernen */

    .jay-home-dashboard
    .jay-dashboard-learning{

        min-height:auto !important;

        margin:0 !important;

        padding:23px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-learning
    h2{

        font-size:25px !important;
    }


    /* Fortschritt */

    .jay-home-dashboard
    .jay-dashboard-progress-card{

        min-height:auto !important;

        margin:0 !important;

        padding:23px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-progress-card
    h2{

        font-size:42px !important;
    }


    /* Schnellzugriff */

    .jay-home-dashboard
    .jay-dashboard-quick{

        padding:24px !important;

        border-radius:23px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-quick
    h2{

        font-size:26px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-quick
    p{

        font-size:14px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-quick
    .jay-dashboard-button{

        width:100% !important;

        min-width:0 !important;
    }
}


/* =========================================================
   SEHR KLEINE HANDYS
========================================================= */

@media(max-width:420px){

    .jay-home-dashboard
    .jay-dashboard-header{

        padding:26px 20px !important;
    }


    .jay-home-dashboard
    .jay-dashboard-header
    h1{

        font-size:38px !important;
    }


    .jay-home-dashboard
    .jay-info-card.jay-info-wichtig h3,

    .jay-home-dashboard
    .jay-info-card.jay-info-dringend h3{

        font-size:27px !important;
    }
}