/* Train Mobil Modellbahn Projekte 1.0 */

.tm-projekte-page{background:#050607;color:#f4f4f4;font-family:Arial,Helvetica,sans-serif}
.tm-projekte-page *{box-sizing:border-box}
.tm-projekte-frame{width:100%;max-width:1534px;margin-inline:auto;border-left:1px solid #17191c;border-right:1px solid #17191c}
.tm-projekte-inner{width:100%;max-width:1500px;margin-inline:auto;padding-left:34px;padding-right:34px}

.tm-projekte-hero{min-height:350px;background:linear-gradient(90deg,#0b0e11,#060708);border-bottom:1px solid #292c2f}
.tm-projekte-hero .tm-projekte-inner{min-height:350px;display:flex;flex-direction:column;justify-content:center}
.tm-projekte-kicker{margin:0 0 18px;color:#f4c900;font-size:11px;font-weight:800;letter-spacing:.14em}
.tm-projekte-hero h1{margin:0;font-size:50px;line-height:.98;letter-spacing:-.025em}
.tm-projekte-hero h1 span{color:#f4c900}
.tm-projekte-lead{max-width:720px;margin:22px 0 0;color:#d8dadd;font-size:15px;line-height:1.65}

.tm-projekte-content{background:linear-gradient(90deg,#0d1013,#0a0c0e)}
.tm-projekte-content>.tm-projekte-inner{padding-top:42px;padding-bottom:42px}

.tm-projekte-intro{display:grid;grid-template-columns:430px 1fr;gap:72px;align-items:end;padding-bottom:34px;border-bottom:1px solid #2b2d30}
.tm-projekte-intro small{color:#8f9498;font-size:9px;letter-spacing:.17em}
.tm-projekte-intro h2{margin:7px 0 0;font-size:29px;line-height:1.05}
.tm-projekte-intro h2 span{color:#f4c900}
.tm-projekte-intro>p{margin:0;color:#c7c9cb;font-size:13px;line-height:1.7}

.tm-projekte-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.tm-projekt-card{border:1px solid #34373a;background:#0d0f10;overflow:hidden}
.tm-projekt-card--lead{grid-column:1/-1;display:grid;grid-template-columns:1.35fr 1fr}
.tm-projekt-card__image{min-height:280px;background-size:cover;background-position:center}
.tm-projekt-card--lead .tm-projekt-card__image{min-height:390px}
.tm-projekt-card__body{padding:25px}
.tm-projekt-card--lead .tm-projekt-card__body{display:flex;flex-direction:column;justify-content:center;padding:40px}
.tm-projekt-card__meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:12px}
.tm-projekt-card__meta span{color:#f4c900;font-size:9px;font-weight:800;letter-spacing:.13em}
.tm-projekt-card__meta time{color:#81868a;font-size:9px}
.tm-projekt-card h2{margin:0 0 13px;font-size:22px;line-height:1.08}
.tm-projekt-card--lead h2{font-size:30px}
.tm-projekt-card p{margin:0;color:#c3c6c8;font-size:12px;line-height:1.68}
.tm-projekt-card a{display:inline-block;margin-top:20px;color:#f4c900;text-decoration:none;font-size:10px;font-weight:800}

.tm-projekte-empty{margin-top:28px;padding:25px;border:1px solid #34373a;background:#111417}
.tm-projekte-empty strong{color:#f4c900}
.tm-projekte-empty p{color:#b9bdc0}

.tm-projekte-next{margin-top:28px;padding:25px;border:1px solid #34373a;background:#111417;display:flex;align-items:center;justify-content:space-between;gap:30px}
.tm-projekte-next small{color:#8d9195;font-size:9px;letter-spacing:.15em}
.tm-projekte-next h2{margin:5px 0 0;font-size:19px}
.tm-projekte-next__links{display:flex;gap:25px;flex-wrap:wrap;justify-content:flex-end}
.tm-projekte-next__links a{color:#f4c900;text-decoration:none;font-size:10px;font-weight:800}

@media(max-width:1000px){
  .tm-projekte-intro{grid-template-columns:1fr;gap:18px}
  .tm-projekte-grid{grid-template-columns:1fr}
  .tm-projekt-card--lead{grid-column:auto;grid-template-columns:1fr}
}
@media(max-width:700px){
  .tm-projekte-inner{padding-left:18px;padding-right:18px}
  .tm-projekte-hero h1{font-size:36px}
  .tm-projekt-card--lead .tm-projekt-card__body{padding:25px}
  .tm-projekte-next{align-items:flex-start;flex-direction:column}
  .tm-projekte-next__links{justify-content:flex-start}
}
