#StadtmeisterschaftMain
{
  margin-top: 0;
}


/* ========================================
   HERO
======================================== */

.hero {
	background-image: url(../../bilder/StadtmeisterschaftHintergrund.png);
	 min-height: 520px;
	 background-size: cover;
	position: relative;
	/*background: var(--bg-dark); /* Bild kannst du per background-image setzen */
	color: var(--text-light);
}

.heroOverlay {
  background: linear-gradient(
    rgba(15, 23, 32, 0.85),
    rgba(15, 23, 32, 0.25)
  );
  padding: 90px 20px;
}

.heroContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.heroTextBlock {
  max-width: 600px;
  margin-top: 40px;
}

/* Titel */

.heroTitleNew {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
  color: #ffffff;

  /* leichter Kontrast-Effekt */
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

/* Elegante Linie */

.heroDivider {
  width: 70px;
  height: 3px;
  background: #c9a227; /* Gold-Akzent */
  margin: 16px 0 18px;
}

/* Untertitel */

.heroSubtitleNew {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  letter-spacing: 1px;
}

/* ========================================
   YEAR MODULE
======================================== */

.yearModule {
  position: relative;
  z-index: 2;
  margin-top: 5em;
}

.yearTopRow {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.helperText {
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-muted);
}

.pill {
  background: var(--bg-soft);
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
}

/* Big Year Block */

.yearHeadlineBlock {
  flex: 1;
  min-width: 260px;
}

.yearBig {
  font-size: 64px;
  font-weight: 800;
  color: var(--bg-dark);
  line-height: 1;
}

.yearMeta {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip {
  background: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid var(--border);
}

/* ========================================
   WINNER CARD
======================================== */

.winnerCard {
  margin-top: 25px;
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 20px;
  padding: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.winnerIcon {
  font-size: 36px;
}

.winnerBody {
  flex: 1;
}

.winnerLabel {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
}

.winnerName {
  font-size: 22px;
  font-weight: 700;
  margin: 4px 0;
}

.winnerSub {
  color: var(--accent);
  font-weight: 600;
}

.winnerActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ========================================
   BUTTONS
======================================== */

.btn {
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.btn:hover {
  background: var(--bg-soft);
}

.btnPrimary {
  background: var(--bg-dark);
  color: #fff;
  border: none;
}

.btnPrimary:hover {
  background: #1f2a36;
}

/* ========================================
   CARDS
======================================== */

.card {
  margin-top: 40px;
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.cardHeader {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}

.cardHeader h2 {
  margin: 0;
  font-size: 20px;
}

.cardSub {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--text-muted);
}

.crossHeaderRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cardBody {
  padding: 20px 24px 24px;
}

/* ========================================
   TABLES
======================================== */

.tableWrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 14px;
}

.table th,
.table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.table th {
  background: var(--bg-soft);
  font-weight: 600;
}

.table tr:hover {
  background: #f9fafb;
}

.muted {
  color: var(--text-muted);
}

/* Top 3 subtle highlight */

.top1 td:first-child {
  font-weight: 700;
  color: var(--accent);
}

.top2 td:first-child,
.top3 td:first-child {
  font-weight: 600;
}

/* Kreuztabelle Speziell */

.crossTable th,
.crossTable td {
  text-align: center;
}

.crossTable th:first-child,
.crossTable td:first-child {
  text-align: left;
}

/* ========================================
   EMPTY STATE
======================================== */

.emptyState {
  padding: 20px;
  border: 1px dashed var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--text-muted);
}

/* ========================================
   FOOTER
======================================== */

.pageFooter {
  margin-top: 50px;
  font-size: 13px;
  color: var(--text-muted);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 768px) {
  .heroTitle {
    font-size: 32px;
  }

  .yearBig {
    font-size: 48px;
  }

  .winnerCard {
    flex-direction: column;
    align-items: flex-start;
  }

  .crossHeaderRow {
    gap: 10px;
  }
}
















/* ===============================
   CARD BOX
================================= */

.cardBox {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 600px;
}

.cardBox:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Header */

.cardBoxHeader {
  padding: 20px 24px 14px;
  border-bottom: 1px solid #eee;
}

.cardBoxTitle {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cardBoxSub {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6b7280;
}

/* Body */

.cardBoxBody {
  position: relative;
  padding: 20px 24px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
}

/* Actions */

.cardBoxActions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Buttons */

.cardBoxBtn {
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  color: #1a1a1a;
  transition: background 0.2s ease, transform 0.1s ease;
}

.cardBoxBtn:hover {
  background: #f4f6f8;
}

.cardBoxBtnPrimary {
  background: #111827;
  color: #ffffff;
  border: none;
}

.cardBoxBtnPrimary:hover {
  background: #1f2937;
}

.poaklBild
{
  width: 200px;
  height: 300px;
}

.pokalText
{
  position: absolute;
  font-weight: 800;

  top: 255px;      /* Abstand von oben */
  left: 94px;      /* Abstand von links */
}