/* 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;
}

.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: 0.9em;
  font-weight: normal;
  cursor: pointer;
}

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

.ladetarife-filter .col {
  padding: 0 0 10px 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;
}
#toggle_link {
  font-size: 0.9em;
}
.ladetarife-filter #row-01, .ladetarife-filter #row-02 {
  padding: 0 0 0 20px;
}
.ladetarife-filter #row-01 {
    border-top: dotted 1px #00a6a6;
    padding: 15px 15px 5px 15px;
    background: #F7F7F7;
    margin: 0;
}
.ladetarife-filter #row-02 {
    /*border-top: dotted 1px #FFFFFF;*/
    padding: 15px;
    background: #F7F7F7;
    margin: 1px 0 0 0;
}
.hide {
  display: none;
}
.hide-label label {
  display: none;
}
.hide-label select {
  color: #4e657b;
  padding: 0 30px 0 12px;
}
action-table-filter-switch {
  display: block;
  white-space: nowrap;
}
action-table .switch label {
  display: inline !important;
}
action-table .switch :checked:before {
    transform: translate(1em);
}
action-table .switch input:before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: #fff;
    border-radius: 2em;
    position: absolute;
    top: .1em;
    left: .1em;
    box-shadow: 0 1px 3px #0003;
    transition: .25s linear transform;
    transform: translate(0);
}

element.style {
}
action-table .switch :checked {
    background: var(--switch-checked);
}
action-table .switch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    background: var(--switch-unchecked);
    cursor: pointer;
    height: 1.4em;
    width: 2.4em;
    vertical-align: middle;
    border-radius: 2em;
    box-shadow: 0 1px 3px #0003 inset;
    transition: .25s linear background;
}
.ladetarife-filter select {
  margin: 0;
  font-size: 0.9em;
  height: 1.9em;
}
@media screen and (max-width: 1000px) {
  .ladetarife-tabelle tr td:nth-child(4) {
    font-size: 0.8em;
  }
}

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

/* Im Filter responsive Umschalten von 3 auf 2 Spalten und vice versa */

@media screen and (min-width: 850px) {
    .large-4 {
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
}
@media screen and (min-width: 1050px) {
    .large-4 {
        max-width: 33.33333% !important;
        -ms-flex-preferred-size: 33.33333% !important;
        flex-basis: 33.33333% !important;
    }
	.large_spalte_01 {
		max-width: 29%;
 		-ms-flex-preferred-size: 29%;
 		flex-basis: 29%;
	}
	.large_spalte_02 {
		max-width: 26%;
 		-ms-flex-preferred-size: 26%;
 		flex-basis: 26%;
	}
	.large_spalte_03 {
		max-width: 26%;
 		-ms-flex-preferred-size: 26%;
 		flex-basis: 26%;
	}
	.large_spalte_04 {
		max-width: 19%;
 		-ms-flex-preferred-size: 19%;
 		flex-basis: 19%;
	}

}
