/* e-mobileo Custom */
/* Spalten ausblenden */
/*
th:nth-child(3), td:nth-child(3)
{
	display:none;
}
*/
.ladetarife-tabelle button {
	margin: 0;
	text-transform: uppercase;
}
.ladetarife-tabelle .td_sorted {
  background: #E5F7F7;
}
.ladetarife-tabelle td span {
  background: none;
}
.ladetarife-tabelle td span.tarif_name {
	font-size: 0.8em;
	color: #CACACA;
}

.ladetarife-tabelle {
  border-collapse: collapse;
  margin: 0px 0 25px 0;
  font-size: 1em;
  min-width: 340px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.ladetarife-tabelle thead tr {
  background-color: #00a6a6;
  color: #ffffff;
  text-align: left;
}

.ladetarife-tabelle th {
  padding: 0;
  height: 60px;
}

.ladetarife-tabelle th:nth-child(4), .ladetarife-tabelle th:nth-child(4) {
  padding: 0 15px 0 15px;
  height: 60px;
}

.ladetarife-tabelle td {
  padding: 12px 15px;
}

.ladetarife-tabelle thead a {
  color: #FFFFFF;
  font-size: 1.2em;
}

.ladetarife-tabelle tbody tr {
  border-bottom: 1px solid #dddddd !important;
}

.ladetarife-tabelle tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.ladetarife-tabelle tbody tr:last-of-type {
  border-bottom: 2px solid #00a6a6;
}

.ladetarife-tabelle tbody tr.active-row td {
  font-weight: bold;
  color: #00a6a6;
}

.ladetarife-tabelle tr td:nth-child(1) {
  font-size: 1.2em;
  white-space: nowrap;
  padding-left: 15px;
  width: 110px;
}

.ladetarife-tabelle tr td:nth-child(2) {
  font-size: 0.9em;
  white-space: nowrap;
  width: 110px;
}

.ladetarife-tabelle tr td:nth-child(3) {
  font-size: 0.9em;
}

.ladetarife-tabelle tr td:nth-child(4) ul {
  margin: 0;
}

.ladetarife-tabelle tr td:nth-child(4) ul li {
  margin-bottom: 0.2em;
}

.ladetarife-tabelle tr td:nth-child(4) ul li::marker {
  font-size: 0.9em;
  color: #9bcb6c;
}

.ladetarife-tabelle tr td:nth-child(5) {
  white-space: nowrap;
  padding-right: 15px;
  font-size: 1em;w
}

.ladetarife-tabelle tr td:nth-child(1),
.ladetarife-tabelle tr th:nth-child(1),
.ladetarife-tabelle tr td:nth-child(2),
.ladetarife-tabelle tr th:nth-child(2),
.ladetarife-tabelle tr td:nth-child(3),
.ladetarife-tabelle tr th:nth-child(3),
.ladetarife-tabelle tr td:nth-child(5),
.ladetarife-tabelle tr th:nth-child(5) {
  text-align: center;
}

.ladetarife-tabelle tr td:nth-child(1),
.ladetarife-tabelle tr th:nth-child(1) {
  font-weight: bold;
}

.ladetarife-tabelle .button.is-primary {
  margin: 15px 0 2px 0;
  padding: 0 15px 0 15px !important;
}

.ladetarife-tabelle th button {
  line-height:1.4em;
  text-align: center;
  padding: 0 25px 0 15px;
}

.ladetarife-tabelle-footer {
  font-size: 0.8em;
  color: #B6B6B6;
  padding: 0 10px 0 10px;
  margin: -8px 0 20px 0;
  line-height: 1.4em;
}

.ladetarife-filter label {
  color: #4e657b;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
}

.ladetarife-filter input {
  margin: 0 7px 0 0;
}

.ladetarife-filter .col {
  padding: 0 0 0 0 !important;
}
.ladetarife-filter .col-inner {
  margin: 0 0 0 0;
}
.ladetarife-filter button.reset, .ladetarife-tabelle-container .reset {
  margin: -8px 0 0 0;
  padding: 0 10px 0 10px;
  background: #B6B6B6;
  color: #FFFFFF;
}
.hide {
  display: none;
}
.hide-label label {
  display: none;
}
.hide-label select {
  color: #4e657b;
  padding: 0 30px 0 12px;
}

@media screen and (max-width: 1000px) {
  .ladetarife-tabelle tr td:nth-child(4) {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 400px) {
  .ladetarife-tabelle tr>*:nth-child(2), .ladetarife-tabelle tr>*:nth-child(3), .ladetarife-tabelle tr>*:nth-child(4) {
    display: none;
  }
}