@media print {
	@page {
		size: A4;
	}

	* {
		margin: 0;
		padding: 0;
		font-family: sans-serif;
	}

	.filter, .top p, .print, footer, .top_wrap {
		display: none!important;
	}

	footer ul, ul.tableLegende {
	    display: flex;
		justify-content: left;
		align-items: center;
		flex-wrap: wrap;
		list-style:none;
		font-size:.8em;
	}

	footer ul li, ul.tableLegende li {
		display: flex;
		align-items: center;
		margin: 0 0.3em;
		float:left;
	}

	footer ul li span , ul.tableLegende li span{
		margin: 0 0.2em;
	}
	.logo-wf {
		text-align: center;
	}
	.top {
		text-align: left;
		position: fixed;
		top: 0;
	}

		.top img{
			height: 50px;
		}

		.top h1 {
			position: fixed;
			left: 3em;
			top: 2em;
			font-weight: 100;
			font-size: 1.3em;
		}

	.tableListing {
		font-size: 0.7em;
		width: 100%;
		border-bottom: 2px solid #CCC;
	}

		.tableListing .horizontal{
			overflow: hidden;
			padding: 0.6em 0;
		}

		.tableListing th{
			height: 90px;
			padding: 0 0.3em;
			vertical-align: bottom;

		}
		
		.tableListing tbody {
			display: table;
			height: auto;
			overflow-y: scroll;
		}
		
		.tableListing th div{
			text-align: left;
			transform: rotate(-90deg);
			margin-left: 1em;
			height: 40px;
		}

		.tableListing tr {
			display: table;
			width: 100%;
			table-layout: fixed;
			border-bottom: 0.5px solid #CACACA;
			page-break-inside: avoid;
		}

			.tableListing th:not(.horizontal),
			.tableListing td:not(.horizontal){
				width: 30px;
			}

			.tableListing td:nth-child(1),
			th:nth-child(1){
				/* padding: 0; */
				margin: 0;
				width: 20px;
			}

			.tableListing th:nth-last-child(9),
			.tableListing th:nth-last-child(6),
			.tableListing td:nth-last-child(9),
			.tableListing td:nth-last-child(6) {
				border-left: 1px solid #CACACA;
			}

			.tableListing td {
				text-align: center;
				padding: 0 0.3em;
				height: 4em;
			}

				.tableListing .icon {
					width: 20px !important;
					padding: 0 !important;
				}

				.tableListing .artikelbild{
					display: flex;
					justify-content: center;
					align-items: center;
					width: 7.5em;
					height: 4em;
					overflow: hidden;
					margin: 2px;
				}

					.tableListing .artikelbild img{
						width: 120%;
						height: auto;
					}

	footer{
		display: flex;
		justify-content: space-betweeen;
	}

		footer .tableLegende,
		footer .usedFilters{
			margin-top: 1em;
		}

		footer .usedFilters ul{
			margin-top: 0.5em;
		}

			footer div{
				width: 50%;
			}

				footer div ul{
					display: flex;
					justify-content: left;
					/* list-style: none; */
					align-items: center;
					flex-wrap: wrap;
				}

				footer div ul li{
					display: flex;
					align-items: center;
					margin: 0 0.3em;
				}

				footer div ul li span{
					margin: 0 0.2em;
				}
				
	.listingMobil{
			display: none;
	}
}