#results > tbody > tr[role="row"] > td.sortingOpen_1,
#custom-results > tbody > tr[role="row"] > td.sortingOpen_1 {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
#results > tbody > tr[role="row"] > td.sortingOpen_1:before,
#custom-results > tbody > tr[role="row"] > td.sortingOpen_1:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  line-height: 1em;
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
  /* content: "\f078"; */
  content: "▼";
  color: green;
}

#results > tbody > tr[role="row"] > td.sortingClose_1,
#custom-results > tbody > tr[role="row"] > td.sortingClose_1 {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
#results > tbody > tr[role="row"] > td.sortingClose_1:before,
#custom-results > tbody > tr[role="row"] > td.sortingClose_1:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  line-height: 1em;
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
  /* content: "\f077"; */
  content: "▲";
  color: red;
}

#results > tbody > tr.shown + tr td,
#custom-results > tbody > tr.shown + tr td {
  padding: 0;
}

section.inner-page {
  padding-top: 0;
}

#results.display td,
#results.display th,
#custom-results.display td,
#custom-results.display th {
  text-align: center;
  vertical-align: middle;
}

.table-container table {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.table-container .mob-table thead {
  background-color: rgb(52, 152, 219);
}

.table-container .mob-table thead th h2 {
  font-weight: bold;
}

.table-container .mob-table tbody tr td {
  padding: 10px 20px;
}

.table-container .download-button-mobile {
  background-color: rgb(52, 152, 219);
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.6);
}

.table-container .download-button-mobile a {
  color: #fff;
}

.mob-table tbody tr td {
  position: relative;
}

.thema_praksis_title::after,
.thema_praksis_content::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  display: block;
  left: 10%;
  bottom: 0;
  border-width: 0 0 1px;
  color: rgb(52, 152, 219);
  border-image: linear-gradient(
      90deg,
      rgba(135, 206, 235, 0),
      rgba(135, 206, 235, 1) 50%,
      rgba(135, 206, 235, 0) 100%
    )
    0 0 100%;
  border-style: solid;
}

.activeSpin {
  height: 100px;
}

.pill {
  border: 1px solid rgb(52, 152, 219);
  border-radius: 9999px;
  padding: 5px 15px;
  color: rgb(52, 152, 219);
  margin: 5px 5px;
  cursor: pointer;
}

.pill-active {
  background-color: rgb(52, 152, 219) !important;
  color: #fff !important;
}

.nav-pills .nav-link.active {
  background-color: rgb(52, 152, 219) !important;
  color: #fff !important;
}

.mob-tables-container .material-icons {
  font-size: 2.5em;
}
