.ef-ww,
.ef-ww-highscore {
    --ef-ww-primary: #b80049;
    --ef-ww-primary-strong: #900038;
    --ef-ww-surface: #f7f9fc;
    --ef-ww-surface-low: #f2f4f7;
    --ef-ww-surface-card: #ffffff;
    --ef-ww-surface-container: #eceef1;
    --ef-ww-text: #191c1e;
    --ef-ww-muted: #5f5e5e;
    --ef-ww-border: #e4bdc2;
    --ef-ww-outline: #8f6f73;
    --ef-ww-blue: #006385;
    color: var(--ef-ww-text);
    background: var(--ef-ww-surface);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.ef-ww-landing,
.ef-ww-status-wrap,
.ef-ww-thank-you {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-shadow: none;
    overflow: hidden;
}

.ef-ww-thank-you {
    min-height: 100vh;
    padding: clamp(36px, 6vw, 66px) 0 54px;
    background: #fff;
}

.ef-ww-thank-shell {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    text-align: center;
}

.ef-ww-thank-kicker {
    margin-bottom: 18px;
    color: #9b5a60;
}

.ef-ww-thank-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px;
    color: #9b5a60;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 12px;
}

.ef-ww-thank-progress span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d37b70, #b80049);
    box-shadow: 0 8px 18px rgba(184, 0, 73, .16);
}

.ef-ww-thank-progress em {
    font-style: normal;
}

.ef-ww-thank-you h1 {
    margin: 0;
    color: var(--ef-ww-text);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: clamp(30px, 4.8vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.06;
}

.ef-ww-thank-subline {
    margin: 8px auto 14px;
    color: #b85f54;
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(24px, 3.6vw, 34px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.12;
}

.ef-ww-thank-copy {
    max-width: 600px;
    margin: 0 auto 28px;
    color: #3f3838;
    font-size: clamp(17px, 2.4vw, 20px);
    line-height: 1.45;
}

.ef-ww-thank-card {
    margin: 0 auto 22px;
    padding: clamp(28px, 5vw, 42px) clamp(22px, 5vw, 40px);
    border: 1px solid rgba(25, 28, 30, .2);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 50px rgba(25, 28, 30, .12);
}

.ef-ww-thank-card h2 {
    margin: 0 0 18px;
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 800;
    letter-spacing: 0;
}

.ef-ww-thank-card ul {
    max-width: 540px;
    margin: 0 auto 26px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.ef-ww-thank-card li {
    position: relative;
    padding-left: 26px;
    margin: 12px 0;
    color: #2c2d31;
    font-size: 17px;
    line-height: 1.45;
}

.ef-ww-thank-card li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .65em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d87a5f;
    box-shadow: 0 0 0 5px rgba(216, 122, 95, .12);
}

.ef-ww-thank-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ef-ww-thank-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 13px 22px;
    text-decoration: none;
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ef-ww-thank-btn:hover,
.ef-ww-thank-btn:focus {
    transform: translateY(-1px);
}

.ef-ww-thank-btn.is-primary {
    background: #25d366;
    color: #fff !important;
    border: 1px solid #25d366;
    box-shadow: 0 18px 32px rgba(37, 211, 102, .28);
}

.ef-ww-thank-btn.is-primary:hover,
.ef-ww-thank-btn.is-primary:focus {
    box-shadow: 0 22px 38px rgba(37, 211, 102, .34);
}

.ef-ww-thank-btn.is-secondary {
    background: #fff;
    color: var(--ef-ww-text) !important;
    border: 1px solid rgba(25, 28, 30, .18);
}

.ef-ww-thank-btn.is-secondary:hover,
.ef-ww-thank-btn.is-secondary:focus {
    border-color: rgba(184, 0, 73, .36);
    box-shadow: 0 12px 24px rgba(25, 28, 30, .09);
}

.ef-ww-thank-footer {
    max-width: 560px;
    margin: 20px auto 24px;
    color: #9b5a60;
}

.ef-ww-thank-raffle {
    max-width: 640px;
    margin: 24px auto 0;
    padding: 20px 22px;
    border: 1px solid rgba(184, 0, 73, .18);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(25, 28, 30, .08);
    text-align: left;
}

.ef-ww-thank-raffle strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 800;
}

.ef-ww-thank-raffle p {
    margin: 0 0 12px;
    color: #3f3838;
}

.ef-ww-thank-raffle a {
    color: var(--ef-ww-primary);
    font-weight: 800;
}

@media (min-width: 680px) {
    .ef-ww-thank-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ef-ww-thank-btn.is-primary {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .ef-ww-thank-you {
        padding-top: 34px;
    }

    .ef-ww-thank-card {
        border-radius: 10px;
    }

    .ef-ww-thank-raffle {
        text-align: center;
    }
}

.ef-ww,
.ef-ww * {
    box-sizing: border-box;
}

.ef-ww a {
    color: inherit;
}

.ef-ww h1,
.ef-ww h2,
.ef-ww h3,
.ef-ww-heading {
    font-family: "Newsreader", Georgia, serif;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.ef-ww-label {
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ef-ww-shell {
    width: min(100% - 48px, 1280px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.ef-ww-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 28px;
    border: 1px solid var(--ef-ww-primary);
    border-radius: 999px;
    background: var(--ef-ww-primary);
    color: #fff !important;
    text-decoration: none;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.ef-ww-btn:hover,
.ef-ww-btn:focus {
    background: var(--ef-ww-primary-strong);
    border-color: var(--ef-ww-primary-strong);
}

.ef-ww-btn.is-secondary {
    background: #fff;
    color: var(--ef-ww-text) !important;
    border-color: #8f6f73;
}

.ef-ww-hero {
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 96px 0 100px;
    border-bottom: 1px solid var(--ef-ww-border);
    background-color: #fff;
    background-image: radial-gradient(circle at 2px 2px, rgba(25, 28, 30, .055) 1px, transparent 0);
    background-size: 32px 32px;
}

.ef-ww-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 540px) minmax(320px, 390px);
    align-items: center;
    justify-content: center;
    gap: clamp(86px, 12vw, 176px);
}

.ef-ww-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 26px;
    padding: 4px 11px;
    border: 1px solid var(--ef-ww-border);
    border-radius: 999px;
    background: #fff;
    color: var(--ef-ww-primary);
}

.ef-ww-hero h1 {
    max-width: 560px;
    margin: 0 0 24px;
    font-size: 0;
    line-height: 1;
}

.ef-ww-hero-title span {
    display: block;
    font-family: "Newsreader", Georgia, serif;
    font-weight: 600;
}

.ef-ww-hero-title-pre {
    color: var(--ef-ww-text);
    font-size: clamp(46px, 5.1vw, 68px);
    line-height: .92;
}

.ef-ww-hero-title-main {
    color: var(--ef-ww-primary);
    font-size: clamp(52px, 5.8vw, 78px);
    line-height: .9;
    font-style: italic;
}

.ef-ww-hero-title-sub {
    color: #5b3f43;
    font-size: clamp(40px, 4.7vw, 62px);
    line-height: .94;
    font-style: italic;
}

.ef-ww-hero p {
    max-width: 500px;
    margin: 0 0 28px;
    color: var(--ef-ww-muted);
    font-size: 16px;
    line-height: 1.62;
}

.ef-ww-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ef-ww-cover {
    position: relative;
    justify-self: center;
    width: min(100%, 390px);
}

.ef-ww-cover-frame {
    aspect-ratio: 1 / 1.245;
    border-radius: 5px;
    overflow: hidden;
    background: #171923;
    border: 1px solid rgba(25, 28, 30, .18);
    box-shadow: 0 22px 50px rgba(25, 28, 30, .16);
}

.ef-ww-cover-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ef-ww-cover-fallback {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 32px;
    color: #f7f9fc;
    text-align: center;
    font-family: "Newsreader", Georgia, serif;
    font-size: 34px;
}

.ef-ww-cover-badge {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    min-width: 156px;
    padding: 11px 14px;
    border-radius: 8px;
    background: #fff;
    color: var(--ef-ww-text);
    border: 1px solid var(--ef-ww-border);
    box-shadow: 0 12px 26px rgba(25, 28, 30, .16);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.ef-ww-section {
    padding: 92px 0 90px;
    border-bottom: 1px solid var(--ef-ww-border);
}

.ef-ww-section-head {
    text-align: center;
    margin: 0 auto 47px;
    max-width: 680px;
}

.ef-ww-section-head h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.15;
}

.ef-ww-section-head p {
    margin: 0;
    color: var(--ef-ww-muted);
    font-size: 15px;
    line-height: 1.55;
}

.ef-ww-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.ef-ww-card {
    min-height: 330px;
    padding: 44px 40px;
    border: 1px solid #e0e3e6;
    border-radius: 10px;
    background: #fff;
}

.ef-ww-icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: #ffeaf1;
    color: var(--ef-ww-primary);
    margin-bottom: 23px;
    position: relative;
}

.ef-ww-icon::before,
.ef-ww-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.ef-ww-icon-1::before {
    width: 14px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 3px;
    bottom: 11px;
}

.ef-ww-icon-1::after {
    width: 10px;
    height: 7px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    top: 10px;
}

.ef-ww-icon-2::before {
    width: 14px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.ef-ww-icon-2::after {
    width: 8px;
    height: 5px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.ef-ww-icon-3::before {
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-radius: 999px;
    top: 9px;
}

.ef-ww-icon-3::after {
    width: 18px;
    height: 9px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    bottom: 8px;
}

.ef-ww-icon-goodies::before {
    width: 15px;
    height: 15px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
}

.ef-ww-icon-goodies::after {
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    top: 11px;
}

.ef-ww-card h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.2;
}

.ef-ww-card ul,
.ef-ww-goodies ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ef-ww-card li {
    position: relative;
    padding-left: 23px;
    color: var(--ef-ww-muted);
    line-height: 1.46;
    font-size: 15px;
}

.ef-ww-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ef-ww-primary);
    font-weight: 800;
}

.ef-ww-goodies {
    padding: 66px 0;
    border-bottom: 1px solid var(--ef-ww-border);
    background: #fff;
}

.ef-ww-goodies-row {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
}

.ef-ww-goodies h2 {
    margin: 0 0 7px;
    font-size: 32px;
    line-height: 1.15;
}

.ef-ww-goodies p {
    margin: 0;
    color: var(--ef-ww-muted);
    font-size: 15px;
    line-height: 1.5;
    max-width: 620px;
}

.ef-ww-highscore {
    width: 100%;
    border: 1px solid var(--ef-ww-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.ef-ww-highscore-row {
    display: grid;
    grid-template-columns: 70px 1fr 160px;
    gap: 16px;
    align-items: center;
    padding: 20px 24px;
    border-top: 1px solid var(--ef-ww-border);
}

.ef-ww-highscore-row:first-child {
    border-top: 0;
}

.ef-ww-highscore-head {
    background: var(--ef-ww-surface-container);
    color: var(--ef-ww-muted);
}

.ef-ww-xp {
    color: var(--ef-ww-primary);
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-weight: 800;
    text-align: right;
    font-size: 13px;
}

.ef-ww-section-cta {
    margin-top: 28px;
}

#bewerbung.ef-ww-section {
    padding-top: 88px;
}

#bewerbung .ef-ww-section-head {
    margin-bottom: 56px;
}

#bewerbung .ef-ww-section-head h2 {
    font-size: 36px;
}

#bewerbung .ef-ww-section-head p {
    max-width: 560px;
    margin: 0 auto;
}

.ef-ww-form-wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(36px, 5vw, 76px) 20px;
}

.ef-ww-status-wrap {
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(70px, 7vw, 116px) 0 clamp(56px, 6vw, 96px);
}

.ef-ww-form-card {
    border: 1px solid #d8dadd;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 52px rgba(25, 28, 30, .08);
}

.ef-ww-form-head {
    padding: 36px 40px 32px;
    border-bottom: 1px solid #d8dadd;
    background: var(--ef-ww-surface);
}

.ef-ww-form-head h1 {
    margin: 8px 0;
    font-size: 42px;
}

.ef-ww-progress-bars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 28px 0 14px;
}

.ef-ww-progress-bars span {
    height: 4px;
    border-radius: 999px;
    background: #d8dadd;
}

.ef-ww-form-card[data-step="1"] .ef-ww-progress-bars span:nth-child(1),
.ef-ww-form-card[data-step="2"] .ef-ww-progress-bars span:nth-child(-n+2),
.ef-ww-form-card[data-step="3"] .ef-ww-progress-bars span {
    background: var(--ef-ww-primary);
}

.ef-ww-step-labels {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(95, 94, 94, .55);
}

.ef-ww-form-card[data-step="1"] .ef-ww-step-labels span:nth-child(1),
.ef-ww-form-card[data-step="2"] .ef-ww-step-labels span:nth-child(2),
.ef-ww-form-card[data-step="3"] .ef-ww-step-labels span:nth-child(3) {
    color: var(--ef-ww-primary);
    font-weight: 800;
}

.ef-ww-form-body {
    padding: 40px;
    background: #fff;
}

.ef-ww-step {
    display: none;
}

.ef-ww-form-card[data-step="1"] .ef-ww-step[data-ww-step="1"],
.ef-ww-form-card[data-step="2"] .ef-ww-step[data-ww-step="2"],
.ef-ww-form-card[data-step="3"] .ef-ww-step[data-ww-step="3"] {
    display: block;
}

.ef-ww-step[hidden] {
    display: none !important;
}

.ef-ww-field-grid,
.ef-ww-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ef-ww-field {
    display: grid;
    gap: 8px;
}

.ef-ww-field label,
.ef-ww-field > span,
.ef-ww-field legend {
    color: var(--ef-ww-text);
}

.ef-ww-field input,
.ef-ww-field select,
.ef-ww-field textarea {
    width: 100%;
    border: 1px solid #d8dadd;
    border-radius: 4px;
    background: #fff;
    color: var(--ef-ww-text);
    padding: 12px 14px;
    font: 16px/24px "Hanken Grotesk", system-ui, sans-serif;
}

.ef-ww-field input:focus,
.ef-ww-field select:focus,
.ef-ww-field textarea:focus {
    outline: 0;
    border-color: var(--ef-ww-primary);
    box-shadow: 0 0 0 2px rgba(184, 0, 73, .12);
}

.ef-ww-form-section {
    display: grid;
    gap: 24px;
    margin-bottom: 34px;
}

.ef-ww-form-section h2 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ef-ww-border);
    font-size: 26px;
}

.ef-ww-pill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ef-ww-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ef-ww-pill span {
    display: block;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #d8dadd;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.ef-ww-pill input:checked + span {
    background: var(--ef-ww-primary);
    border-color: var(--ef-ww-primary);
    color: #fff;
}

.ef-ww-kodex-box {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #d8dadd;
    border-radius: 10px;
    background: var(--ef-ww-surface-container);
}

.ef-ww-kodex-box::after {
    content: "☰";
    position: absolute;
    right: -16px;
    top: -40px;
    color: rgba(143, 111, 115, .13);
    font-size: 150px;
    transform: rotate(90deg);
}

.ef-ww-kodex-box > * {
    position: relative;
    z-index: 1;
}

.ef-ww-master-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 22px;
    line-height: 1.55;
}

.ef-ww-form-actions {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #d8dadd;
}

.ef-ww-form-actions > span:empty {
    display: block;
}

.ef-ww-form-actions .ef-ww-next,
.ef-ww-form-actions button[type="submit"] {
    min-width: 176px;
    background: var(--ef-ww-primary);
    border-color: var(--ef-ww-primary);
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(184, 0, 73, .18);
}

.ef-ww-form-notice {
    margin-bottom: 22px;
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #065f46;
}

.ef-ww-form-error {
    margin-bottom: 22px;
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.ef-ww-status-hero {
    text-align: center;
    width: min(100% - 48px, 980px);
    max-width: none;
    margin: 0 auto 46px;
}

.ef-ww-status-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(56px, 7vw, 92px);
    line-height: 1;
}

.ef-ww-status-hero p {
    color: var(--ef-ww-muted);
    font-size: 24px;
    line-height: 1.55;
}

.ef-ww-pause-icon {
    width: 96px;
    height: 96px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 16px;
    border: 1px solid var(--ef-ww-border);
    background: var(--ef-ww-surface-low);
    color: var(--ef-ww-muted);
    font-size: 48px;
    line-height: 1;
}

.ef-ww-bento {
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.ef-ww-bento-card {
    border: 1px solid var(--ef-ww-border);
    border-radius: 12px;
    background: #fff;
    padding: 32px;
}

.ef-ww-bento-main {
    grid-column: span 8;
}

.ef-ww-bento-action {
    grid-column: span 4;
    display: grid;
    place-items: center;
    text-align: center;
    background: var(--ef-ww-primary);
    color: #fff;
    border-color: var(--ef-ww-primary);
    box-shadow: 0 18px 42px rgba(184, 0, 73, .22);
}

.ef-ww-bento-action h2,
.ef-ww-bento-action p,
.ef-ww-bento-action .ef-ww-icon {
    color: #fff;
}

.ef-ww-bento-action .ef-ww-icon {
    background: rgba(255, 255, 255, .16);
}

.ef-ww-bento-action .ef-ww-btn {
    background: #fff;
    border-color: #fff;
    color: var(--ef-ww-primary) !important;
    box-shadow: 0 12px 24px rgba(25, 28, 30, .16);
}

.ef-ww-bento-action .ef-ww-btn:hover,
.ef-ww-bento-action .ef-ww-btn:focus {
    background: #fff1f6;
    border-color: #fff1f6;
    color: var(--ef-ww-primary-strong) !important;
    transform: translateY(-1px);
}

.ef-ww-stat-card {
    grid-column: span 4;
}

.ef-ww-info-card {
    grid-column: 1 / -1;
}

.ef-ww-big-stat {
    margin-top: 10px;
    font-family: "Newsreader", Georgia, serif;
    font-size: 42px;
    line-height: 1;
}

@media (max-width: 900px) {
    .ef-ww-shell,
    .ef-ww-status-hero,
    .ef-ww-bento {
        width: min(100% - 48px, 1280px);
    }
    .ef-ww-hero {
        min-height: auto;
        padding: 58px 0 72px;
    }
    .ef-ww-hero-grid,
    .ef-ww-program-grid,
    .ef-ww-goodies-row,
    .ef-ww-field-grid,
    .ef-ww-social-grid,
    .ef-ww-pill-grid {
        grid-template-columns: 1fr;
    }
    .ef-ww-cover {
        order: -1;
    }
    .ef-ww-bento-main,
    .ef-ww-bento-action,
    .ef-ww-stat-card,
    .ef-ww-info-card {
        grid-column: 1 / -1;
    }
    .ef-ww-form-head,
    .ef-ww-form-body,
    .ef-ww-card,
    .ef-ww-bento-card {
        padding: 24px;
    }
    .ef-ww-form-actions {
        flex-direction: column-reverse;
    }
    .ef-ww-form-actions .ef-ww-btn {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .ef-ww-shell,
    .ef-ww-status-hero,
    .ef-ww-bento {
        width: calc(100% - 48px);
    }

    .ef-ww-hero {
        padding: 42px 0 58px;
    }

    .ef-ww-hero-grid {
        gap: 34px;
    }

    .ef-ww-kicker {
        max-width: 100%;
        margin-bottom: 20px;
        white-space: normal;
    }

    .ef-ww-hero h1 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .ef-ww-hero-title-pre {
        font-size: clamp(36px, 12vw, 44px);
        line-height: .96;
    }

    .ef-ww-hero-title-main {
        font-size: clamp(35px, 11.4vw, 43px);
        line-height: .92;
        overflow-wrap: anywhere;
    }

    .ef-ww-hero-title-sub {
        font-size: clamp(31px, 9.4vw, 39px);
        line-height: .98;
    }

    .ef-ww-hero p {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.55;
    }

    .ef-ww-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ef-ww-hero-actions .ef-ww-btn {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
        text-align: center;
    }

    .ef-ww-section {
        padding: 64px 0 62px;
    }

    .ef-ww-section-head h2,
    #bewerbung .ef-ww-section-head h2 {
        font-size: 31px;
    }
}

@media (max-width: 380px) {
    .ef-ww-shell,
    .ef-ww-status-hero,
    .ef-ww-bento {
        width: calc(100% - 40px);
    }

    .ef-ww-hero-title-main {
        font-size: clamp(32px, 10.4vw, 38px);
    }

    .ef-ww-hero-title-sub {
        font-size: clamp(28px, 8.9vw, 34px);
    }
}
