@charset "UTF-8";

/* 
 * author: Matthias Kolonko
 * date:   2025-01-29
 */

body {
  font-family: 'Everett', arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

p {
  font-weight: normal;
}

.legende * {
  font-weight: bold;
}

table, th, td {
  color: white;
  border-style: solid;
  border-color: white;
  border-collapse: collapse;
  padding: 5px;
}

th, td.semester {
  font-size: 16pt;
}

table {
  background-color: #ff0350;
}

td.semester {
  text-align: center;
  font-weight: bold;
}

th.semester {
  white-space: nowrap;
}

td.cp2 {
  /* 75px - 8px wegen Padding/Border */
  width: 67px;
  min-width: 67px;
}

td.cp3 {
  /* 150px - 8px wegen Padding/Border */
  width: 142px;
  min-width: 142px;
}

td.cp10 {
  width: 450px;
}

td.cp12 {
  /* 525px - 8px wegen Padding/Border */
  width: 517px;
}

td.cp15 {
  width: 675px;
}

td.cp20 {
  width: 900px;
}

th.credits, td {
 width: 225px;
 min-width: 225px;
}

.op::after {
  content: "*";
}

.semester {
  width: 100px;
  min-width: 100px;
}

tr.orient.phase.mark_phase {
  background-color: #ffb3ca;
}

tr.praxis.phase.mark_phase {
  background-color: #ff80a7;
}

.mark_aw, .mark_bwl, .mark_inf, .mark_wi, .mark_gen, 
.mark_streamBWL, .mark_streamProg, .mark_streamSE, .mark_streamBIS, .mark_streamMathe, .mark_streamProgBIS {
  background-color: #000000;
}

button {
  background-color: #ff0350;
  border-radius: 0;
  border-width: 0;
  border-color: #cccccc;
  border: 1px solid transparent;
  margin 0;
  padding: 6px 12px;
  color: #ffffff;
  font: inherit;
  font-weight: bold;
  display: inline-block;
  overflow: visible;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

button:hover {
  text-decoration: underline;
}

button:active {
  border-color: #adadad;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

button.mark {
  background-color: #000000 ;
}

