
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;900&display=swap');


body {
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9f9;
  padding: 2em;
  color: #333;
}
h1 {
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 600;
}
/* Base table styles */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
}

th, td {
  border: 1px solid #ccc;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 0.95em;
}

/* Fach-specific background and font */
[data-fach^='TTG'] {
  font-weight: 900;
}
[data-fach^='BG'] {
  font-weight: 300;
}

/* 🎨 + 🧶 Subject Icons */
[data-fach^='BG']::before {
  content: "🎨 ";
}
[data-fach^='TTG']::before {
  content: "🧶 ";
}

/* Colors for each subject group */
[data-fach="TTG-7a"] { background-color: #b3d1ff; }
[data-fach="TTG-7b"] { background-color: #a3c9ff; }
[data-fach="TTG-8a"] { background-color: #93c1ff; }
[data-fach="TTG-8b"] { background-color: #83b9ff; }
[data-fach="TTG-9a"] { background-color: #73b1ff; }

[data-fach="BG-7a"] { background-color: #b9eab9; }
[data-fach="BG-7b"] { background-color: #a3e3a3; }
[data-fach="BG-8a"] { background-color: #8cdd8c; }
[data-fach="BG-8b"] { background-color: #75d775; }
[data-fach="BG-9a"] { background-color: #5ed15e; }

[data-fach="Konferenz"] {
  background-color: #ffe599;
  font-style: italic;
}

/* Link fills the entire td */
td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.inhaltText {
  font-weight: 600;
  margin-left: 0.3em;
}

.detailsText {
  font-style: italic;
  color: #666;
  font-size: 0.9em;
  margin-left: 1em;
  display: inline-block;
}

/* Vorschau */
.vorschau {
  font-size: 0.85em;
  margin-top: 0.3em;
  color: #222;
font-weight: bold !important;
}
