.tx_agestabakinfos_filter {
	margin-bottom:20px;
	display:flex;
	justify-content: left;
	align-items:center;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th .sort_wrapper {
	height:21px;
	float: right;
	display:block;
	margin-left:5px;
	padding-top:3px;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th .sort {
	height:6px;
	width:11px;
	display:block;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th .sort:first-of-type {
	margin-bottom:7px;
	background-image:url('../Img/asc.png');
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th .sort:last-of-type {
	background-image:url('../Img/desc.png');
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th:nth-of-type(1) {
	width:18%;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th:nth-of-type(2) {
	width:16%;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th:nth-of-type(3) {
	width:16%;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th:nth-of-type(4) {
	width:14%;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th:nth-of-type(5) {
	width:16%;
}
.tx_agestabakinfos .tx_agestabakinfos_table_n th:nth-of-type(6) {
	width:17%;
}

/* RELAUCH 2021*/

/* PAGINATION */
.pagination-holder {
	text-align: center;
}
.pagination {
	display: flex;
	flex-wrap:wrap;
}
.pagination > li {
	width:25px;
	height:25px;
	margin:0 1px;
}
.pagination > li > a, .pagination > li > span {
	/*display:block;*/
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: var(--ocean);
	font-size: 0.9rem;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a.active,
.pagination span.active,
.pagination span:hover {
	color: var(--white);
	background: var(--ocean);
	cursor:pointer;
}
/* PAGINATION END */

.tx_agestabakinfos_filter_select {
	width:29%;
	padding-right:10px;
}
.tx_agestabakinfos_filter_searchtxt {
	width:44%;
	padding-right:10px;
}
.tx_agestabakinfos_filter_searchtxt input, .tx_agestabakinfos_filter_select select {
	width:100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tx_agestabakinfos_filter_searchtxt_1 {
	width:19%;
	padding-right:10px;
}
.tx_agestabakinfos_filter_searchtxt_1 input, .tx_agestabakinfos_filter_select select {
	width:100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.tx_agestabakinfos_filter_button {
	width:12%;
}
.tx_agestabakinfos_filter_button button {
	width:100% !important;
	padding-right:0px !important;
	padding-left:0px !important;
}
.tx_agestabakinfos_table_n tr {
	font-size:0.9em;
}
.tx_agestabakinfos_table th {
	background:#fcfaf7 !important;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 200px) and (max-width: 997px) {
	.tx_agestabakinfos_table_n tr {
		display:flex;
		flex-wrap:wrap;
		margin: 10px 0 10px 0;
	}
	.tx_agestabakinfos_table_n th {
		flex-basis:100%;
		padding: 0;
	}
	.tx_agestabakinfos_table_n td {
		flex-basis:100%;
		padding: 0;
	}
	.tx_agestabakinfos_filter input {
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-top:10px;
		margin-bottom:10px;
	}
	.tx_agestabakinfos .tx_agestabakinfos_table_n th {
		width:100% !important;
	}
	.tx_agestabakinfos_table_n tbody {
		border:none;
	}
	.tx_agestabakinfos .contenttable th {
		border-top: none;
	}
}
@media only screen and (min-width: 1px) and (max-width: 778px) {
	.tx_agestabakinfos_table_n th {
		background:none !important;
	}
	.tx_agestabakinfos_table_n tr {
		display:flex;
		flex-wrap:wrap;
		margin: 10px 0 10px 0;
	}
	.tx_agestabakinfos_table_n th {
		flex-basis:100%;
		padding: 0;
	}
	.tx_agestabakinfos_table_n td {
		flex-basis:100%;
		padding: 0;
	}
	.tx_agestabakinfos_filter_select, .tx_agestabakinfos_filter_searchtxt, .tx_agestabakinfos_filter_button {
		width:100%;
		padding-right:0px;
	}
	.tx_agestabakinfos_filter_select, .tx_agestabakinfos_filter_searchtxt_1, .tx_agestabakinfos_filter_button {
		width:100%;
		padding-right:0px;
	}	
	.tx_agestabakinfos_filter_n {
		display:block;
	}
	.tx_agestabakinfos_table_n tbody {
		border:none;
	}
	.tx_agestabakinfos_filter {
		display:block;
	}
}
