#table_expertensuche_length label:not(.sortiment-datatable-filter__label--period) {
	display: none;
}

#table_expertensuche_length .sortiment-datatable-filter__group {
	/* display: none; */
}

@media only screen and (min-width: 768px) {
	
	#content {
		padding-right: 0;
	}

	.noUi-connect {
		background: #003a80;
	}

	.sortiment-datatable-filter {
		padding-bottom: 30px;
	}

	#table_expertensuche_filter {
	}

	#table_expertensuche_length  {
		width: auto;
		width: calc(100% - 410px);
		order: 2;
	}

	#table_expertensuche_length .sortiment-datatable-filter__group {
		width: 100%;
		display: block;
		padding: 10px 15px 30px 0;
	}

	#table_expertensuche_length label.sortiment-datatable-filter__label--period {
		width: 80px;
		float: left;
		padding-right: 30px;
		margin-top: -5px;
		margin-left: -10px;
	}

	#table_expertensuche_length #sortiment-datatable-filter__container--period {
		width: 80%;
		width: calc(100% - 80px);
		float: right;
		padding-right: 41px;
	}	
}