.mcs {
    --mcs-brand: #b3122b;
    --mcs-bg: #090909;
    --mcs-panel: #111111;
    --mcs-panel-2: #171717;
    --mcs-text: #f5f5f5;
    --mcs-muted: #b4b4b4;
    --mcs-soft: #858585;
    --mcs-line: #2b2b2b;
    color: var(--mcs-text);
    font: inherit;
    line-height: 1.45;
}
.mcs,.mcs *{box-sizing:border-box}.mcs :is(h1,h2,h3,h4,p){color:inherit;margin-top:0}.mcs a{color:inherit}.mcs img{max-width:100%;border-radius:0!important}
.mcs-eyebrow{display:inline-block;margin:0 0 8px;color:#b9b9b9;font-size:11px;font-weight:800;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}
.mcs-section-head{text-align:center;margin:0 auto clamp(24px,3vw,38px);max-width:900px}.mcs-section-head h2{margin:0!important;color:#fff!important;font-size:clamp(32px,4vw,54px)!important;line-height:1!important;letter-spacing:-.03em}
.mcs-text-action{display:inline-flex;gap:9px;width:fit-content;padding:0 0 3px;border:0;border-bottom:1px solid var(--mcs-brand);background:transparent;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800}.mcs-text-action span{transition:transform .18s ease}.mcs-text-action:hover span,.mcs-text-action:focus-visible span{transform:translateX(3px)}

/* Gemeinsame Dozenten-Medien: Bilder kommen ausschließlich aus Amelia. */
.mcs-teacher-media{display:grid;min-height:0;overflow:hidden;background:#090909}
.mcs-teacher-media img{display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain!important;object-position:center center!important;background:#090909}
.mcs-teacher-media--1{grid-template-columns:1fr}.mcs-teacher-media--2{grid-template-columns:repeat(2,minmax(0,1fr))}.mcs-teacher-media--3{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.mcs-teacher-media--3 img{grid-row:auto!important;grid-column:auto!important}

/* Obergruppe -> einzelne Kurse. Bewusst näher an Course-Hub/Dozenten-Raster. */
.mcs-course-grid{display:flex;flex-direction:column;gap:2px;background:#000;border:1px solid #282828}.mcs-grid-row{display:flex;gap:2px;align-items:stretch;min-width:0}.mcs-grid-row>.mcs-course-card,.mcs-grid-row>.mcs-directory-card{flex:1 1 0;min-width:0}
.mcs-course-card{display:flex;flex-direction:column;min-width:0;min-height:310px;background:radial-gradient(circle at 100% 0%,rgba(179,18,43,.13),transparent 42%),linear-gradient(145deg,#141414 0%,#0d0d0d 72%);border-left:3px solid var(--mcs-brand);overflow:hidden}
.mcs-course-card__media{height:auto;aspect-ratio:16/8.5;border-bottom:1px solid #2a2a2a}
.mcs-course-card__body{display:flex;flex-direction:column;flex:1;min-width:0;padding:18px 19px 17px}
.mcs-course-card__slot{display:flex;align-items:center;gap:8px;margin:0 0 15px;color:#bdbdbd;font-size:11px;line-height:1;text-transform:uppercase}.mcs-course-card__slot span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;background:var(--mcs-brand);color:#fff;font-weight:900}.mcs-course-card__slot strong{color:#d5d5d5}
.mcs-course-card h3{margin:0 0 9px!important;color:#fff!important;font-size:clamp(20px,1.55vw,27px)!important;line-height:1.05!important}.mcs-course-card__teacher{margin:0 0 17px!important;color:#aaa!important;font-size:12px;line-height:1.35}.mcs-course-card .mcs-text-action{margin-top:auto}.mcs-course-card--no-media{min-height:230px}.mcs-course-card--no-media .mcs-course-card__body{padding-top:22px}

/* /kurse/: nur bewusst konfigurierte Einstiege. Obergruppen plus explizite direkte Einzelkurse. */
.mcs-directory-grid{display:flex;flex-direction:column;gap:2px;background:#000;border:1px solid #282828}
.mcs-directory-card{display:flex;flex-direction:column;min-width:0;min-height:330px;background:linear-gradient(145deg,#151515,#0d0d0d);border-left:3px solid var(--mcs-brand);overflow:hidden}
.mcs-directory-card--group{background:radial-gradient(circle at 100% 0%,rgba(179,18,43,.17),transparent 48%),linear-gradient(145deg,#171717,#0b0b0b)}
.mcs-directory-card__media{height:auto;aspect-ratio:16/8.5;border-bottom:1px solid #292929}
.mcs-directory-card__body{display:flex;flex-direction:column;flex:1;padding:21px 22px 19px}
.mcs-directory-card h3{margin:0 0 10px!important;color:#fff!important;font-size:clamp(23px,1.9vw,32px)!important;line-height:1.03!important}.mcs-directory-card p{margin:0 0 18px!important;color:#aaa!important;font-size:12px;line-height:1.5}.mcs-directory-card .mcs-text-action{margin-top:auto}.mcs-directory-card--no-media{min-height:235px}.mcs-directory-card--single .mcs-directory-card__body{background:linear-gradient(145deg,rgba(179,18,43,.05),transparent 55%)}

/* News-Übersicht: Lead-Modus für Startseite, Equal-Modus für drei weitere News. */
.mcs-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;background:#000}
.mcs-news-card{display:flex;flex-direction:column;background:#101010;min-width:0;border-left:3px solid var(--mcs-brand)}
.mcs-news-grid--lead .mcs-news-card--lead{grid-column:span 2;grid-row:span 2}
.mcs-news-card__image{display:block;overflow:hidden;background:#080808}.mcs-news-card__image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .35s ease}.mcs-news-card:hover .mcs-news-card__image img{transform:scale(1.025)}.mcs-news-grid--lead .mcs-news-card--lead .mcs-news-card__image img{aspect-ratio:16/8.4}
.mcs-news-card__body{display:flex;flex-direction:column;flex:1;padding:20px}.mcs-news-card h3{margin:0 0 12px!important;color:#fff!important;font-size:clamp(19px,1.6vw,28px)!important;line-height:1.08!important}.mcs-news-card h3 a{text-decoration:none!important}.mcs-news-card p{margin:0 0 18px!important;color:#bbb!important;line-height:1.6}.mcs-news-card .mcs-text-action{margin-top:auto}
.mcs-news-grid--equal{background:#000}.mcs-news-grid--equal.mcs-news-grid--1{grid-template-columns:minmax(0,min(520px,100%));justify-content:center}.mcs-news-grid--equal.mcs-news-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.mcs-news-grid--equal.mcs-news-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.mcs-news-grid--equal .mcs-news-card{min-height:0;height:auto}.mcs-news-grid--equal .mcs-news-card__image img{aspect-ratio:16/10}.mcs-news-grid--equal .mcs-news-card__body{padding:18px}.mcs-news-grid--equal .mcs-news-card h3{font-size:clamp(18px,1.45vw,25px)!important}

.mcs-empty{padding:20px;border-left:3px solid var(--mcs-brand);background:#111;color:#fff}.mcs-directory-empty{grid-column:1/-1}

/* Einzel-News ohne Xpro/Elementor. Header/Footer kommen weiter aus Aleric. */
body.mcs-news-single-active{background:#000!important}.mcs-single-news{min-height:100vh;background:#000;padding:var(--mcs-news-top-desktop,100px) 24px var(--mcs-news-bottom-desktop,70px)}.mcs-single-news__wrap{width:min(1180px,100%);margin:0 auto}.mcs-single-news__article{width:min(900px,100%);margin:0 auto}.mcs-single-news__head{padding-bottom:28px;border-bottom:1px solid var(--mcs-line)}.mcs-single-news__head h1{margin:0!important;color:#fff!important;font-size:clamp(42px,6vw,78px)!important;line-height:.98!important;letter-spacing:-.04em}.mcs-single-news__hero{margin:34px 0 40px;overflow:hidden;background:#090909}.mcs-single-news__hero img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:0 auto!important;position:static!important;object-fit:contain!important;object-position:center center!important;transform:none!important}.mcs-prose{color:#d7d7d7!important;font-size:clamp(17px,1.3vw,19px);line-height:1.7}.mcs-prose :is(h2,h3,h4,h5,h6){color:#fff!important;line-height:1.1!important;margin:1.4em 0 .55em!important}.mcs-prose h2{font-size:clamp(30px,3vw,44px)!important}.mcs-prose h3{font-size:clamp(25px,2.4vw,34px)!important}.mcs-prose :is(p,ul,ol,blockquote){margin:0 0 1.2em!important;color:inherit!important}.mcs-prose a{color:#fff!important;text-decoration:underline;text-decoration-color:var(--mcs-brand);text-underline-offset:3px}.mcs-single-news__more{margin-top:clamp(70px,8vw,110px);padding-top:35px;border-top:1px solid var(--mcs-line)}

@media(max-width:1050px){.mcs-course-card__media,.mcs-directory-card__media{aspect-ratio:16/9}}
@media(max-width:760px){
    .mcs-course-grid,.mcs-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}.mcs-grid-row{display:contents}.mcs-grid--odd>.mcs-grid-row:last-child>:last-child{grid-column:1/-1}
    .mcs-course-card{min-height:250px}.mcs-course-card__media{aspect-ratio:4/3}.mcs-course-card__body{padding:13px 12px 14px}.mcs-course-card__slot{flex-wrap:wrap;margin-bottom:12px;font-size:9px;gap:5px}.mcs-course-card__slot span{min-height:21px;padding:0 6px}.mcs-course-card h3{font-size:clamp(16px,4.5vw,20px)!important}.mcs-course-card__teacher{font-size:10px;margin-bottom:12px!important}.mcs-course-card .mcs-text-action{font-size:11px}
    .mcs-directory-card{min-height:265px}.mcs-directory-card__media{aspect-ratio:4/3}.mcs-directory-card__body{padding:14px 12px}.mcs-directory-card h3{font-size:clamp(18px,5vw,23px)!important}.mcs-directory-card p{font-size:10px;line-height:1.4}.mcs-directory-card .mcs-text-action{font-size:11px}
    .mcs-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mcs-news-grid--lead .mcs-news-card--lead{grid-column:1/-1;grid-row:auto}.mcs-news-grid--equal{display:grid;grid-template-columns:1fr}.mcs-news-card__body{padding:15px 13px}.mcs-news-card h3{font-size:clamp(17px,4.5vw,21px)!important}
    .mcs-single-news{padding:var(--mcs-news-top-mobile,70px) 16px var(--mcs-news-bottom-mobile,50px)}.mcs-single-news__head h1{font-size:clamp(38px,11vw,58px)!important}
}
@media(max-width:390px){.mcs-course-card__body,.mcs-directory-card__body{padding-left:10px;padding-right:10px}}

/* Startseiten-Hero 0.3.6: Hero-only-Fortschreibung auf Freeze 0.3.5. Desktop-Layout bleibt unverändert. */
.mcs-hero{
    --mcs-hero-red:#b3122b;
    --mcs-hero-bg-color:#08090a;
    --mcs-reveal-duration:1250ms;
    --mcs-reveal-distance:16px;
    --mcs-title-duration:5000ms;
    --mcs-title-delay:520ms;
    --mcs-scroll-duration:1150ms;
    --mcs-mobile-top-space:8px;
    position:relative;
    isolation:isolate;
    width:100%;
    overflow:hidden;
    background:#08090a;
    color:#fff;
}
.mcs-hero--background-color{background:var(--mcs-hero-bg-color)}
.mcs-hero--background-transparent{background:transparent}
.mcs-hero__background,.mcs-hero__veil{position:absolute;inset:0;z-index:-3;pointer-events:none}
.mcs-hero__background-image{display:block;width:100%;height:100%!important;max-width:none!important;object-fit:cover;object-position:center;border-radius:0!important}
.mcs-hero__veil{z-index:-2;background:linear-gradient(90deg,rgba(4,4,5,.96) 0%,rgba(4,4,5,.86) 52%,rgba(9,3,5,.78) 100%)}
.mcs-hero__veil:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 27% 38%,rgba(179,18,43,.14),transparent 35%),linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.3))}
.mcs-hero--background-color .mcs-hero__veil{background:linear-gradient(120deg,rgba(0,0,0,.2),transparent 62%)}
.mcs-hero--background-color .mcs-hero__veil:after{background:radial-gradient(circle at 27% 38%,rgba(179,18,43,.1),transparent 36%)}
.mcs-hero--background-transparent .mcs-hero__veil{display:none}

.mcs-hero__inner{
    position:relative;
    z-index:2;
    width:min(1440px,calc(100% - clamp(32px,6vw,96px)));
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.32fr) minmax(330px,.68fr);
    grid-template-areas:"content news" "actions news" "social news";
    column-gap:clamp(26px,3vw,48px);
    row-gap:0;
    align-items:start;
    padding:clamp(64px,5.8vw,96px) 0 clamp(56px,5vw,82px);
}
.mcs-hero__content{grid-area:content;position:relative;min-width:0;max-width:860px}
.mcs-hero__eyebrow{display:flex;align-items:center;gap:14px;margin:0 0 clamp(22px,2.2vw,32px)!important;color:#fff!important;font-size:clamp(13px,1.05vw,17px)!important;font-weight:800!important;line-height:1.2!important;text-transform:uppercase;letter-spacing:.02em}
.mcs-hero__eyebrow:after{content:"";width:clamp(72px,10vw,160px);height:1px;background:#fff;opacity:.72;transform-origin:left center}
.mcs-hero__kicker{margin:0 0 14px!important;color:#fff!important;font-size:clamp(19px,1.9vw,30px)!important;font-weight:700!important;line-height:1.1!important;text-transform:uppercase;letter-spacing:-.02em}
.mcs-hero__title{display:grid;grid-template-columns:clamp(70px,6.6vw,105px) minmax(0,1fr);align-items:center;width:min(100%,810px);margin:0 0 clamp(20px,2.3vw,30px)!important;color:#fff!important;font-weight:300!important;line-height:.84!important;letter-spacing:-.055em!important;text-transform:uppercase}
.mcs-hero__title-line{display:block;min-width:0;font-size:clamp(60px,7.25vw,116px)!important;white-space:nowrap;color:#fff}
.mcs-hero__title-line--1{grid-column:1/-1}
.mcs-hero__title-line--2{grid-column:2;margin-left:clamp(8px,1.1vw,16px)}
.mcs-hero__brandmark{grid-column:1;display:flex;align-items:center;justify-content:center;width:clamp(64px,6vw,96px);height:clamp(40px,3.8vw,61px);margin-top:clamp(6px,.9vw,12px);overflow:hidden}
.mcs-hero__brandmark img{display:block;width:100%;height:100%;object-fit:contain!important;border-radius:0!important}
.mcs-hero__brandmark--fallback{border:2px solid var(--mcs-hero-red);color:var(--mcs-hero-red);font-size:clamp(18px,1.8vw,27px);font-weight:950;letter-spacing:-.06em;line-height:1}
.mcs-hero__intro{max-width:680px;margin:0!important;color:#d4d4d4!important;font-size:clamp(16px,1.2vw,19px)!important;line-height:1.58!important}

.mcs-hero__actions{grid-area:actions;display:flex;flex-wrap:wrap;gap:9px;margin:26px 0 30px}
.mcs-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:47px;padding:0 19px;border:1px solid rgba(255,255,255,.22);border-radius:0!important;text-decoration:none!important;font-size:14px;font-weight:800;line-height:1;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.mcs-hero__button span{font-size:18px;line-height:1;transition:transform .2s ease}
.mcs-hero__button--primary{background:var(--mcs-hero-red);border-color:var(--mcs-hero-red);color:#fff!important}
.mcs-hero__button--secondary{background:rgba(10,10,10,.48);color:#fff!important;backdrop-filter:blur(8px)}
.mcs-hero__button:hover,.mcs-hero__button:focus-visible{transform:translateY(-2px);border-color:#fff;box-shadow:0 8px 26px rgba(0,0,0,.2);outline:none}.mcs-hero__button:hover span,.mcs-hero__button:focus-visible span{transform:translateX(4px)}

.mcs-hero__social{grid-area:social;display:flex;align-items:center;gap:15px}.mcs-hero__social-label{color:#fff;font-size:13px;font-weight:800;text-transform:uppercase}.mcs-hero__social-links{display:flex;gap:8px}.mcs-hero__social-links a{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#fff!important;text-decoration:none!important;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.mcs-hero__social-links a:hover,.mcs-hero__social-links a:focus-visible{border-color:var(--mcs-hero-red);background:rgba(179,18,43,.14);transform:translateY(-2px);outline:none}.mcs-hero__social svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mcs-hero__social svg path:not(.mcs-hero__icon-fill){fill:currentColor;stroke:none}.mcs-hero__social .mcs-hero__icon-fill{fill:#08090a;stroke:none}

.mcs-hero__news{grid-area:news;align-self:center;min-width:0;height:auto!important;min-height:0!important}.mcs-hero__news-head{display:flex;align-items:center;margin:0 0 10px}.mcs-hero__news-head h2{margin:0!important;color:#fff!important;font-size:clamp(24px,2.25vw,36px)!important;font-weight:500!important;line-height:1!important;text-transform:uppercase;letter-spacing:-.03em}
.mcs-hero-news-card{display:block!important;height:auto!important;min-height:0!important;overflow:hidden;background:rgba(8,8,9,.86);border:1px solid rgba(179,18,43,.9);backdrop-filter:blur(8px);transform-origin:center center}
.mcs-hero-news-card__media{display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:var(--mcs-news-ratio,16 / 9);overflow:hidden;background:#111}.mcs-hero-news-card__media img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important;transition:transform .45s ease}.mcs-hero-news-card:hover .mcs-hero-news-card__media img{transform:none}
.mcs-hero-news-card__body{padding:clamp(17px,1.7vw,23px)}
.mcs-hero-news-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0 0 11px;color:#b6b6b6;font-size:12px;line-height:1.2}.mcs-hero-news-card__meta time{color:#c7c7c7}
.mcs-hero-news-card h3{margin:0 0 14px!important;color:#fff!important;font-size:clamp(22px,1.9vw,30px)!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.025em}.mcs-hero-news-card h3 a{color:inherit!important;text-decoration:none!important}.mcs-hero-news-card__link{display:inline-flex;gap:9px;align-items:center;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800;border-bottom:1px solid var(--mcs-hero-red);padding-bottom:3px}.mcs-hero-news-card__link span{transition:transform .2s ease}.mcs-hero-news-card__link:hover span,.mcs-hero-news-card__link:focus-visible span{transform:translateX(4px)}

/* Original-MadCity-Motiv: Rot steht, Weiß läuft auf Scroll. 0.3.6 bietet smoothen Trigger oder direkt gekoppelte Bewegung. */
.mcs-hero__scroll-mark{position:absolute;z-index:1;left:52%;bottom:12%;width:72px;height:72px;pointer-events:none;opacity:.98}
.mcs-hero__scroll-mark i{position:absolute;display:block;width:36px;height:36px;border-radius:0}
.mcs-hero__scroll-red{left:0;bottom:0;background:var(--mcs-hero-red)}
.mcs-hero__scroll-white{right:0;top:0;background:#fff;transform:translate3d(0,0,0);will-change:transform}
.mcs-hero[data-mcs-scroll-mode="trigger"] .mcs-hero__scroll-white{transition:transform var(--mcs-scroll-duration) cubic-bezier(.22,1,.36,1)}
.mcs-hero[data-mcs-scroll-mode="trigger"].mcs-hero--mark-complete .mcs-hero__scroll-white{transform:translate3d(0,100%,0)}

.mcs-hero--without-news .mcs-hero__inner{grid-template-columns:minmax(0,900px);grid-template-areas:"content" "actions" "social";justify-content:center}.mcs-hero--without-news .mcs-hero__content{max-width:900px}

/* Progressive Enhancement: ohne JS bleibt alles sichtbar. Reveal bewusst nur Opacity + Transform, kein Blur/Clip-Path. */
.mcs-hero-js .mcs-hero[data-mcs-animate="1"]:not(.mcs-hero--animate) .mcs-hero__reveal{opacity:0;transform:translate3d(0,var(--mcs-reveal-distance),0)}
.mcs-hero-js .mcs-hero[data-mcs-animate="1"]:not(.mcs-hero--animate) .mcs-hero__scroll-mark{opacity:0}
.mcs-hero--animate .mcs-hero__reveal{animation:mcsHeroReveal var(--mcs-reveal-duration) cubic-bezier(.16,1,.3,1) both}
.mcs-hero--animate .mcs-hero__reveal--1{animation-delay:var(--mcs-delay-1)}
.mcs-hero--animate .mcs-hero__reveal--2{animation-delay:var(--mcs-delay-2)}
.mcs-hero--animate .mcs-hero__reveal--3{animation-delay:var(--mcs-delay-3)}
.mcs-hero--animate .mcs-hero__reveal--4{animation-delay:var(--mcs-delay-4)}
.mcs-hero--animate .mcs-hero__reveal--5{animation-name:mcsHeroNewsReveal;animation-delay:var(--mcs-delay-5)}
.mcs-hero--animate .mcs-hero__reveal--6{animation-delay:var(--mcs-delay-6)}
.mcs-hero--animate .mcs-hero__reveal--7{animation-delay:var(--mcs-delay-7)}
.mcs-hero--animate .mcs-hero__eyebrow:after{animation:mcsHeroLineIn var(--mcs-reveal-duration) cubic-bezier(.16,1,.3,1) var(--mcs-delay-2) both}
.mcs-hero--animate.mcs-hero--title-sweep .mcs-hero__title-line{color:#fff;background:linear-gradient(100deg,#202024 0%,#391019 18%,#7d1427 32%,var(--mcs-hero-red) 44%,#d69ca6 58%,#fff 74%,#fff 100%);background-size:420% 100%;background-position:0 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:mcsHeroTitleSweep var(--mcs-title-duration) linear var(--mcs-title-delay) both}
.mcs-hero--animate.mcs-hero--title-sweep .mcs-hero__title-line--2{animation-delay:calc(var(--mcs-title-delay) + 220ms)}
.mcs-hero--animate .mcs-hero__brandmark{animation:mcsHeroBrandIn var(--mcs-reveal-duration) cubic-bezier(.16,1,.3,1) var(--mcs-delay-3) both}
.mcs-hero--animate .mcs-hero-news-card__media img{animation:mcsHeroNewsImage calc(var(--mcs-reveal-duration) + 500ms) cubic-bezier(.16,1,.3,1) var(--mcs-delay-5) both}
.mcs-hero--animate .mcs-hero__scroll-mark{animation:mcsHeroMarkIn var(--mcs-reveal-duration) cubic-bezier(.16,1,.3,1) var(--mcs-delay-5) both}
@keyframes mcsHeroReveal{0%{opacity:0;transform:translate3d(0,var(--mcs-reveal-distance),0)}100%{opacity:1;transform:translate3d(0,0,0)}}
@keyframes mcsHeroNewsReveal{0%{opacity:0;transform:translate3d(var(--mcs-reveal-distance),8px,0)}100%{opacity:1;transform:translate3d(0,0,0)}}
@keyframes mcsHeroLineIn{0%{transform:scaleX(0);opacity:0}100%{transform:scaleX(1);opacity:.72}}
@keyframes mcsHeroTitleSweep{0%{background-position:0 50%}100%{background-position:100% 50%}}
@keyframes mcsHeroBrandIn{0%{opacity:0;transform:translate3d(calc(0px - var(--mcs-reveal-distance)),6px,0) scale(.94)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes mcsHeroNewsImage{0%{transform:scale(.985);opacity:.9}100%{transform:scale(1);opacity:1}}
@keyframes mcsHeroMarkIn{0%{opacity:0;transform:translate3d(0,var(--mcs-reveal-distance),0)}100%{opacity:.98;transform:translate3d(0,0,0)}}

@media(max-width:1180px){
    .mcs-hero__inner{grid-template-columns:minmax(0,1.18fr) minmax(310px,.72fr);column-gap:clamp(22px,2.4vw,36px)}
    .mcs-hero__title-line{font-size:clamp(56px,7vw,88px)!important}
    .mcs-hero__scroll-mark{left:50%;bottom:10%}
}
@media(max-width:1024px){
    .mcs-hero--background-image .mcs-hero__veil{background:linear-gradient(180deg,rgba(4,4,5,.94),rgba(4,4,5,.86))}
    /* Mobile bewusst als Flex-Flow statt Grid. So kann keine News-Card mehr mehrere Grid-Zeilen überspannen oder Inhalt überlagern. */
    .mcs-hero__inner{width:min(calc(100% - 30px),760px);display:flex;flex-direction:column;align-items:stretch;padding:28px 0 46px}
    .mcs-hero__content,.mcs-hero__actions,.mcs-hero__news,.mcs-hero__social{min-width:0;width:100%}
    .mcs-hero__content{order:1;max-width:none}
    .mcs-hero__actions{order:2}
    .mcs-hero__news{order:3}
    .mcs-hero__social{order:4}
    /* PHP speichert die Layout-Werte mit Unterstrichen. 0.3.7 hatte hier versehentlich Bindestriche, deshalb griff keine Backend-Auswahl. */
    .mcs-hero--mobile-layout-buttons_news_social .mcs-hero__actions{order:2}
    .mcs-hero--mobile-layout-buttons_news_social .mcs-hero__news{order:3}
    .mcs-hero--mobile-layout-buttons_news_social .mcs-hero__social{order:4}
    .mcs-hero--mobile-layout-buttons_social_news .mcs-hero__actions{order:2}
    .mcs-hero--mobile-layout-buttons_social_news .mcs-hero__social{order:3}
    .mcs-hero--mobile-layout-buttons_social_news .mcs-hero__news{order:4}
    .mcs-hero--mobile-layout-news_buttons_social .mcs-hero__news{order:2}
    .mcs-hero--mobile-layout-news_buttons_social .mcs-hero__actions{order:3}
    .mcs-hero--mobile-layout-news_buttons_social .mcs-hero__social{order:4}
    .mcs-hero__title{width:min(100%,680px)}
    .mcs-hero__title-line{font-size:clamp(52px,10.8vw,84px)!important}
    .mcs-hero__brandmark{width:clamp(58px,10.8vw,84px);height:clamp(37px,6.8vw,54px)}
    .mcs-hero__intro{max-width:660px}
    .mcs-hero__actions{margin:19px 0 0}
    .mcs-hero__news{width:min(100%,680px);margin:22px 0 0;align-self:stretch}
    .mcs-hero__social{margin:19px 0 0}
    .mcs-hero--mobile-news-no-image .mcs-hero-news-card__media{display:none}
    .mcs-hero--mobile-news-no-image .mcs-hero-news-card{background:rgba(8,8,9,.74)}
    .mcs-hero--mobile-news-no-image .mcs-hero-news-card__body{padding:15px 16px 16px}
    .mcs-hero--mobile-news-no-image .mcs-hero-news-card__meta>span{display:none}
    .mcs-hero__scroll-mark{left:auto;right:7%;bottom:28%;width:60px;height:60px;opacity:.88}.mcs-hero__scroll-mark i{width:30px;height:30px}
}
@media(max-width:560px){
    .mcs-hero__inner{width:calc(100% - 26px);padding:var(--mcs-mobile-top-space) 0 34px}
    .mcs-hero__eyebrow{margin-bottom:14px!important;font-size:11px!important;gap:10px}.mcs-hero__eyebrow:after{flex:1;width:auto;max-width:96px}
    .mcs-hero__kicker{font-size:clamp(15px,4.7vw,20px)!important;margin-bottom:8px!important}
    .mcs-hero__title{grid-template-columns:clamp(47px,14.8vw,65px) minmax(0,1fr);margin-bottom:12px!important;line-height:.89!important}
    .mcs-hero__title-line{font-size:clamp(40px,13.5vw,61px)!important;letter-spacing:-.06em}
    .mcs-hero__brandmark{width:clamp(46px,14vw,61px);height:clamp(29px,8.8vw,39px);margin-top:4px}.mcs-hero__brandmark--fallback{font-size:clamp(13px,4vw,18px)}
    .mcs-hero__title-line--2{margin-left:5px}
    .mcs-hero__intro{font-size:14px!important;line-height:1.45!important;margin:0!important}
    .mcs-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}.mcs-hero__button{min-height:42px;padding:0 10px;font-size:11.8px}
    .mcs-hero__news{margin-top:18px}.mcs-hero__news-head{margin-bottom:7px}.mcs-hero__news-head h2{font-size:23px!important}
    .mcs-hero-news-card__media img{aspect-ratio:auto!important}.mcs-hero-news-card__body{padding:14px}.mcs-hero-news-card h3{font-size:clamp(18px,5.8vw,23px)!important;margin-bottom:10px!important}.mcs-hero-news-card__meta{font-size:10px;gap:8px;margin-bottom:8px}.mcs-hero-news-card__link{font-size:11.5px}
    .mcs-hero__social{align-items:center;flex-direction:row;gap:11px;margin-top:16px}.mcs-hero__social-links a{width:33px;height:33px}.mcs-hero__social-label{font-size:11.5px}
    .mcs-hero__scroll-mark{right:4%;bottom:25%;width:44px;height:44px;opacity:.72}.mcs-hero__scroll-mark i{width:22px;height:22px}
}
@media(max-width:420px){
    .mcs-hero__inner{width:calc(100% - 22px)}
    .mcs-hero__title{grid-template-columns:44px minmax(0,1fr)}
    .mcs-hero__title-line{font-size:clamp(37px,13vw,51px)!important}
    .mcs-hero__brandmark{width:42px;height:27px}.mcs-hero__title-line--2{margin-left:4px}
    .mcs-hero__button{font-size:11.2px;padding:0 7px;gap:7px}
}
@media(max-width:350px){
    .mcs-hero__actions{grid-template-columns:1fr}
    .mcs-hero__title-line{font-size:clamp(34px,12.8vw,44px)!important}
    .mcs-hero__scroll-mark{display:none}
}
@media(prefers-reduced-motion:reduce){
    .mcs-hero-js .mcs-hero[data-mcs-animate="1"]:not(.mcs-hero--animate) .mcs-hero__reveal{opacity:1!important;transform:none!important}
    .mcs-hero-js .mcs-hero[data-mcs-animate="1"]:not(.mcs-hero--animate) .mcs-hero__scroll-mark{opacity:.98!important}
    .mcs-hero__reveal,.mcs-hero__eyebrow:after,.mcs-hero__title-line,.mcs-hero__brandmark,.mcs-hero-news-card__media img,.mcs-hero__scroll-mark{animation:none!important;opacity:1!important;transform:none!important}
    .mcs-hero__title-line{background:none!important;-webkit-text-fill-color:currentColor!important;color:#fff!important}
    .mcs-hero__scroll-white{transform:translate3d(0,100%,0)!important;transition:none!important}
    .mcs-hero__button,.mcs-hero__button span,.mcs-hero__social-links a,.mcs-hero-news-card__media img,.mcs-hero-news-card__link span{transition:none!important}
}

/* ========================================================================
 * 0.4.0 Startseiten-Module
 * - [madcity_kursmodelle]: drei editierbare Kursmodell-Karten im vorhandenen MadCity-System
 * - [madcity_intro]: SEO-/GEO-Intro mit H2-Pill und eigenständiger Viewport-Animation
 * - Animationen sind vollständig vom Hero entkoppelt und respektieren Reduced Motion.
 * ======================================================================== */
.mcs-models,
.mcs-intro{
    --mcs-module-red:var(--mcs-brand,#b3122b);
    width:100%;
    background:#000;
}

.mcs-models__grid{
    width:min(1500px,calc(100% - clamp(28px,4vw,64px)));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(12px,1.5vw,22px);
    align-items:start;
}
.mcs-model-card{
    position:relative;
    min-width:0;
    min-height:clamp(390px,32vw,500px);
    padding:clamp(54px,5vw,82px) clamp(28px,4vw,54px) clamp(34px,4vw,52px);
    overflow:hidden;
    background:#111;
    border:1px solid #171717;
    transition:transform .55s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease,opacity .55s ease;
}
.mcs-model-card:hover{
    border-color:#2a2a2a;
    box-shadow:0 22px 54px rgba(0,0,0,.26);
}
.mcs-model-card__mark{
    display:block;
    width:clamp(44px,4.1vw,62px);
    height:clamp(44px,4.1vw,62px);
    margin:0 0 clamp(54px,5vw,78px);
    background:var(--mcs-module-red);
    border-radius:100% 0 0 0;
    transform-origin:bottom right;
}
.mcs-model-card__title{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(30px,2.7vw,48px)!important;
    font-weight:400!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
    text-wrap:balance;
}
.mcs-model-card__title span{
    color:#fff;
}
.mcs-model-card__line{
    position:relative;
    display:block;
    width:100%;
    height:1px;
    margin:clamp(30px,3.2vw,46px) 0 clamp(28px,3vw,42px);
    background:#292929;
    transform-origin:left center;
}
.mcs-model-card__line:before,
.mcs-model-card__line:after{
    content:"";
    position:absolute;
    top:50%;
    width:0;
    height:0;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    transform:translateY(-50%);
}
.mcs-model-card__line:before{left:0;border-left:7px solid #292929}
.mcs-model-card__line:after{right:0;border-right:7px solid #292929}
.mcs-model-card__text{
    margin:0!important;
    color:#f3f3f3!important;
    font-size:clamp(17px,1.35vw,21px)!important;
    font-weight:650!important;
    line-height:1.52!important;
    letter-spacing:-.018em;
}
.mcs-model-card__pricing{margin-top:clamp(22px,2.2vw,32px);border-top:1px solid #292929;color:#fff}
.mcs-model-card__pricing summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0 14px;cursor:pointer;list-style:none;color:#fff;font-size:14px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.mcs-model-card__pricing summary::-webkit-details-marker{display:none}
.mcs-model-card__pricing summary span{position:relative;flex:0 0 18px;width:18px;height:18px;border:1px solid #3a3a3a;border-radius:50%;transition:transform .25s ease,border-color .25s ease}
.mcs-model-card__pricing summary span:before,.mcs-model-card__pricing summary span:after{content:"";position:absolute;left:4px;right:4px;top:8px;height:1px;background:#fff}
.mcs-model-card__pricing summary span:after{transform:rotate(90deg);transition:transform .25s ease}
.mcs-model-card__pricing[open] summary span{transform:rotate(180deg);border-color:var(--mcs-module-red)}
.mcs-model-card__pricing[open] summary span:after{transform:rotate(0)}
.mcs-model-card__pricing-body{padding:2px 0 4px}
.mcs-price-list{margin:0!important;padding:0!important}
.mcs-price-list__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:10px 0;border-bottom:1px solid #252525}
.mcs-price-list__row dt,.mcs-price-list__row dd{margin:0!important;color:#ededed!important;font-size:14px!important;line-height:1.35!important}
.mcs-price-list__row dt{font-weight:600}.mcs-price-list__row dd{font-weight:800;white-space:nowrap}
.mcs-price-list__note,.mcs-price-list__validity{margin:12px 0 0!important;color:#aaa!important;font-size:12px!important;line-height:1.4!important}
.mcs-price-list__validity{margin-top:5px!important}
.mcs-price-list__pdf{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#fff!important;font-size:13px;font-weight:800;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px;transition:border-color .2s ease,color .2s ease}
.mcs-price-list__pdf:hover,.mcs-price-list__pdf:focus-visible{color:#fff!important;border-color:var(--mcs-module-red);outline:none}
.mcs-price-list__pdf span{font-size:12px}

.mcs-intro{
    padding:clamp(8px,1.2vw,18px) 0 clamp(34px,4vw,64px);
}
.mcs-intro__inner{
    width:min(1480px,calc(100% - clamp(28px,5vw,84px)));
    margin:0 auto;
}
.mcs-intro__heading{
    width:fit-content;
    max-width:min(560px,92vw);
    margin:0 auto clamp(22px,2.3vw,34px)!important;
    padding:8px clamp(22px,2.2vw,34px) 9px;
    border:1px solid #2b2b2b;
    border-radius:999px!important;
    background:#141414;
    color:#fff!important;
    font-size:clamp(18px,1.45vw,25px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    text-align:center;
    text-transform:uppercase;
    text-wrap:balance;
    overflow:hidden;
}
.mcs-intro__heading span{display:block;color:#fff}
.mcs-intro__marker{
    position:relative;
    width:100%;
    height:clamp(92px,8vw,130px);
    margin:0 0 clamp(38px,4vw,64px);
}
.mcs-intro__marker:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:#3a3a3a;
    transform-origin:center center;
}
.mcs-intro__marker:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:0;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:7px solid #5d5d5d;
}
.mcs-intro__logo{
    position:absolute;
    left:50%;
    top:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:clamp(86px,7.4vw,124px);
    height:clamp(46px,4.6vw,70px);
    background:transparent;
    border:0;
    transform:translateX(-50%);
    transform-origin:center center;
}
.mcs-intro__logo-image{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:0!important;
}
.mcs-intro__logo-fallback{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:70px;
    height:40px;
    padding:0 12px;
    color:var(--mcs-module-red);
    border:2px solid var(--mcs-module-red);
    background:#000;
    font-size:21px;
    font-weight:900;
    letter-spacing:-.06em;
    line-height:1;
}
.mcs-intro__marker i{
    position:absolute;
    right:0;
    bottom:-4px;
    width:0;
    height:0;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    border-right:7px solid #5d5d5d;
}
.mcs-intro__body{
    width:min(1180px,100%);
    margin:0 auto;
    color:#f4f4f4;
}
.mcs-intro__body p{
    position:relative;
    margin:0 0 clamp(24px,2.4vw,38px)!important;
    color:#f4f4f4!important;
    font-size:clamp(19px,1.35vw,26px)!important;
    font-weight:720!important;
    line-height:1.18!important;
    letter-spacing:-.027em!important;
    text-wrap:pretty;
}
.mcs-intro__body p:last-child{margin-bottom:0!important}

/* Progressive Enhancement. Ohne JS bleiben alle Inhalte sichtbar. */
.mcs-modules-js .mcs-model-card[data-mcs-module-animate]:not(.is-visible){
    opacity:0;
    transform:translate3d(0,24px,0);
}
.mcs-modules-js .mcs-model-card[data-mcs-module-animate]:not(.is-visible) .mcs-model-card__mark{
    transform:scale(.2) rotate(-18deg);
    opacity:0;
}
.mcs-model-card.is-visible .mcs-model-card__mark{
    animation:mcsModuleMarkIn .9s cubic-bezier(.16,1,.3,1) both;
}
.mcs-model-card.is-visible .mcs-model-card__line{
    animation:mcsModuleLineIn 1s cubic-bezier(.16,1,.3,1) .12s both;
}
.mcs-model-card.is-visible .mcs-model-card__title span{
    background:linear-gradient(100deg,#202024 0%,#391019 18%,#7d1427 32%,var(--mcs-module-red) 44%,#d69ca6 58%,#fff 74%,#fff 100%);
    background-size:420% 100%;
    background-position:0 50%;
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:mcsModuleTitleSweep 3.4s linear .06s both;
}
.mcs-model-card.is-visible .mcs-model-card__text{
    animation:mcsModuleTextIn .9s cubic-bezier(.16,1,.3,1) .18s both;
}

.mcs-modules-js .mcs-intro[data-mcs-module-animate]:not(.is-visible) .mcs-intro__heading,
.mcs-modules-js .mcs-intro[data-mcs-module-animate]:not(.is-visible) .mcs-intro__marker{
    opacity:0;
    transform:translate3d(0,18px,0);
}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"]{
    opacity:.08;
    transform:translate3d(-14px,30px,0);
    transition:opacity .6s ease,transform .9s cubic-bezier(.16,1,.3,1);
    will-change:opacity,transform;
}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"]:nth-child(even){transform:translate3d(14px,30px,0)}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"]::after{
    content:"";
    position:absolute;
    z-index:2;
    inset:-2px -3px;
    pointer-events:none;
    background:#000;
    border-left:2px solid rgba(179,18,43,.86);
    transform:scaleX(1);
    transform-origin:right center;
    transition:transform 1s cubic-bezier(.16,1,.3,1);
}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"]:nth-child(even)::after{border-left:0;border-right:2px solid rgba(179,18,43,.86);transform-origin:left center}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"].is-revealed{opacity:1;transform:translate3d(0,0,0)}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"].is-reveal-settled{will-change:auto}
.mcs-modules-js .mcs-intro__body p[data-mcs-intro-reveal="1"].is-revealed::after{transform:scaleX(0)}
.mcs-intro.is-visible .mcs-intro__heading{
    animation:mcsIntroHeadingIn .9s cubic-bezier(.16,1,.3,1) both;
}
.mcs-intro.is-visible .mcs-intro__heading span{
    background:linear-gradient(100deg,#fff 0%,#fff 24%,#c05a69 42%,var(--mcs-module-red) 50%,#fff 66%,#fff 100%);
    background-size:300% 100%;
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:mcsIntroTitleSweep 3.8s linear .12s both;
}
.mcs-intro.is-visible .mcs-intro__heading span:nth-child(2){animation-delay:.24s}
.mcs-intro.is-visible .mcs-intro__marker{
    animation:mcsIntroMarkerIn 1s cubic-bezier(.16,1,.3,1) .08s both;
}
.mcs-intro.is-visible .mcs-intro__logo{animation:mcsIntroLogoIn 1.05s cubic-bezier(.16,1,.3,1) .12s both}

@keyframes mcsModuleMarkIn{0%{opacity:0;transform:scale(.2) rotate(-18deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
@keyframes mcsModuleLineIn{0%{opacity:.15;transform:scaleX(0)}100%{opacity:1;transform:scaleX(1)}}
@keyframes mcsModuleTitleSweep{0%{background-position:0 50%}100%{background-position:100% 50%}}
@keyframes mcsModuleTextIn{0%{opacity:0;transform:translate3d(0,18px,0)}100%{opacity:1;transform:translate3d(0,0,0)}}
@keyframes mcsIntroHeadingIn{0%{opacity:0;transform:translate3d(0,14px,0) scale(.97)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes mcsIntroTitleSweep{0%{background-position:100% 50%}100%{background-position:0 50%}}
@keyframes mcsIntroMarkerIn{0%{opacity:0;transform:translate3d(0,16px,0)}100%{opacity:1;transform:translate3d(0,0,0)}}
@keyframes mcsIntroLogoIn{0%{opacity:0;transform:translateX(-50%) translate3d(0,14px,0) scale(.74)}62%{opacity:1;transform:translateX(-50%) translate3d(0,-3px,0) scale(1.045)}100%{opacity:1;transform:translateX(-50%) translate3d(0,0,0) scale(1)}}

@media(min-width:901px){
    .mcs-models__grid{width:min(1320px,calc(100% - clamp(28px,4vw,64px)))}
    .mcs-model-card{min-height:clamp(330px,25vw,410px);padding:clamp(42px,3.8vw,60px) clamp(26px,3vw,42px) clamp(30px,3vw,42px)}
    .mcs-model-card__mark{width:clamp(40px,3.4vw,52px);height:clamp(40px,3.4vw,52px);margin-bottom:clamp(36px,3.3vw,50px)}
    .mcs-model-card__title{min-height:2.16em;display:flex;align-items:flex-end;font-size:clamp(28px,2.25vw,40px)!important}
    .mcs-model-card__line{margin:clamp(24px,2.4vw,34px) 0 clamp(22px,2.2vw,32px)}
    .mcs-model-card__text{font-size:clamp(16px,1.05vw,18px)!important;font-weight:600!important;line-height:1.5!important}
}

@media(max-width:900px){
    .mcs-models__grid{grid-template-columns:1fr;gap:10px}
    .mcs-model-card{min-height:0;padding:38px clamp(24px,6vw,42px) 34px}
    .mcs-model-card__mark{margin-bottom:38px}
    .mcs-model-card__line{margin:26px 0 24px}
    .mcs-intro__marker{height:82px;margin-bottom:32px}
    .mcs-intro__body{width:min(720px,100%)}
    .mcs-intro__body p{line-height:1.18!important}
}

@media(max-width:560px){
    .mcs-models__grid,
    .mcs-intro__inner{width:calc(100% - 24px)}
    .mcs-model-card{padding:30px 22px 28px}
    .mcs-model-card__mark{width:42px;height:42px;margin-bottom:30px}
    .mcs-model-card__title{font-size:clamp(28px,9vw,38px)!important}
    .mcs-model-card__text{font-size:17px!important;line-height:1.48!important}
    .mcs-intro{padding-top:2px;padding-bottom:30px}
    .mcs-intro__heading{max-width:100%;padding:8px 18px 9px;font-size:17px!important;line-height:1.08!important}
    .mcs-intro__marker{height:68px;margin-bottom:24px}
    .mcs-intro__logo{width:86px;height:48px}
    .mcs-intro__body p{font-size:clamp(18px,5vw,21px)!important;line-height:1.23!important;letter-spacing:-.023em!important;margin-bottom:22px!important}
}

@media(prefers-reduced-motion:reduce){
    .mcs-model-card,
    .mcs-model-card__mark,
    .mcs-model-card__line,
    .mcs-model-card__title span,
    .mcs-model-card__text,
    .mcs-intro__heading,
    .mcs-intro__heading span,
    .mcs-intro__marker,
    .mcs-intro__logo,
    .mcs-intro__body p{
        animation:none!important;
        transition:none!important;
        opacity:1!important;
        transform:none!important;
    }
    .mcs-intro__body p::after{display:none!important}
    .mcs-intro__logo{transform:translateX(-50%)!important}
    .mcs-model-card__title span,
    .mcs-intro__heading span{
        background:none!important;
        -webkit-text-fill-color:currentColor!important;
        color:#fff!important;
    }
}

.mcs-course-change-note{margin:10px 0 0!important;padding:0 2px;color:#777!important;font-size:11px!important;font-style:italic;font-weight:400!important;line-height:1.4!important;letter-spacing:.01em}


/* 0.4.6: transparenter LET’S-DANCE-Shortcode. Isoliert vom Hero, damit bestehende Elementor-Container unverändert bleiben. */
.mcs-social-cta{--mcs-social-red:#b3122b;--mcs-social-title-duration:5000ms;--mcs-social-title-delay:520ms;width:100%;max-width:100%;container-type:inline-size;background:transparent!important;color:#fff;overflow:visible}
.mcs-social-cta__inner{width:100%;max-width:100%;margin:0 auto;padding:clamp(20px,4cqi,58px) clamp(8px,2cqi,24px);text-align:center}
.mcs-social-cta__title{display:grid;justify-items:center;gap:0;width:100%;max-width:100%;margin:0 auto clamp(20px,4cqi,44px);font-weight:300;line-height:.88;letter-spacing:-.055em;text-transform:uppercase}
.mcs-social-cta__line{display:block;max-width:100%;white-space:nowrap;color:#fff;font-size:clamp(38px,10vw,118px);line-height:.88}
@supports(font-size:10cqi){.mcs-social-cta__line{font-size:clamp(34px,11.2cqi,118px)}}
.mcs-social-cta__links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(12px,2.2cqi,24px);margin:0 auto}
.mcs-social-cta__links a,.mcs-social-cta__icon{display:grid;place-items:center;width:clamp(38px,6cqi,58px);height:clamp(38px,6cqi,58px);padding:4px;color:var(--mcs-social-red)!important;text-decoration:none!important;transform:translateZ(0);transition:transform .2s ease,color .2s ease,opacity .2s ease}
.mcs-social-cta__links a:hover,.mcs-social-cta__links a:focus-visible{color:#fff!important;transform:translateY(-3px);outline:2px solid var(--mcs-social-red);outline-offset:4px}
.mcs-social-cta__links svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mcs-social-cta__links svg path:not(.mcs-hero__icon-fill){fill:currentColor;stroke:none}
.mcs-social-cta__links svg path.mcs-social-icon-stroke{fill:none;stroke:currentColor;stroke-width:1.9}
.mcs-social-cta__links svg circle{fill:none;stroke:currentColor}.mcs-social-cta__links .mcs-hero__icon-fill{fill:#fff;stroke:none}.mcs-social-cta__links a:hover .mcs-hero__icon-fill,.mcs-social-cta__links a:focus-visible .mcs-hero__icon-fill{fill:var(--mcs-social-red)}
.mcs-hero-js .mcs-social-cta[data-mcs-animate="1"]:not(.mcs-social-cta--animate) .mcs-social-cta__title,.mcs-hero-js .mcs-social-cta[data-mcs-animate="1"]:not(.mcs-social-cta--animate) .mcs-social-cta__links{opacity:0;transform:translate3d(0,14px,0)}
.mcs-social-cta[data-mcs-animate="1"].mcs-social-cta--animate .mcs-social-cta__title{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
.mcs-social-cta[data-mcs-animate="1"].mcs-social-cta--animate .mcs-social-cta__line{color:#fff;background:linear-gradient(100deg,#202024 0%,#391019 18%,#7d1427 32%,var(--mcs-social-red) 44%,#d69ca6 58%,#fff 74%,#fff 100%);background-size:420% 100%;background-position:0 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:mcsHeroTitleSweep var(--mcs-social-title-duration) linear var(--mcs-social-title-delay) both}
.mcs-social-cta[data-mcs-animate="1"].mcs-social-cta--animate .mcs-social-cta__line--2{animation-delay:calc(var(--mcs-social-title-delay) + 220ms)}
.mcs-social-cta[data-mcs-animate="1"].mcs-social-cta--animate .mcs-social-cta__links{opacity:1;transform:none;transition:opacity .8s cubic-bezier(.16,1,.3,1) calc(var(--mcs-social-title-delay) + 500ms),transform .8s cubic-bezier(.16,1,.3,1) calc(var(--mcs-social-title-delay) + 500ms)}
@media(max-width:480px){.mcs-social-cta__inner{padding-left:4px;padding-right:4px}.mcs-social-cta__title{margin-bottom:18px}.mcs-social-cta__links{gap:12px}.mcs-social-cta__links a,.mcs-social-cta__icon{width:38px;height:38px}}
@media(prefers-reduced-motion:reduce){.mcs-social-cta__title,.mcs-social-cta__links,.mcs-social-cta__line{opacity:1!important;transform:none!important;animation:none!important;transition:none!important;-webkit-text-fill-color:currentColor!important;background:none!important}}
