.spielplan-page {
  padding: 0 0 32px;
}

.spielplan-page .container {
  max-width: 100%;
  padding: 0;
}

.spielplan-title {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
}

.spielplan-subtitle {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  max-width: 980px;
}

.spielplan-card {
  background: #ececec;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.spielplan-card-head {
  background: #d61f1f;
  color: #ffffff;
  padding: 12px 16px;
}

.spielplan-card-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.spielplan-table-wrap {
  overflow-x: auto;
}

.spielplan-table {
  width: 100%;
  border-collapse: collapse;
  background: #ececec;
}

.spielplan-table thead th {
  padding: 8px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  background: #ececec;
  border-bottom: 1px solid #cfcfcf;
}

.spielplan-table tbody td {
  padding: 10px 12px;
  font-size: 14px;
  color: #111111;
  border-bottom: 1px solid #d6d6d6;
  background: #ececec;
}

.spielplan-table tbody tr:last-child td {
  border-bottom: none;
}

.spielplan-table a {
  color: #e1251b;
  text-decoration: none;
  font-weight: 700;
}

.spielplan-table a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .spielplan-title {
    font-size: 42px;
  }

  .spielplan-subtitle {
    font-size: 16px;
  }

  .spielplan-table {
    min-width: 760px;
  }
}