@media print {
	#main-header,
	#downloads,
	#ergaenzungen,
	#kontakt,
	#kt-layout-id_f6d7d7-60,
	#kt-layout-id_9a1400-41,
	#technik,
	.kt-block-spacer,
	.icom,
	.additional-buttons-container {
		display: none !important;
	}

	#technische-daten *,
	#title-container *{
		color: #000;
	}

	#title-container,
	#technische-daten { 
		page-break-after: always;
	}

	#technische-daten h1,
	#technische-daten h2,
	#technische-daten h3,
	#technische-daten h4,
	#technische-daten h5,
	#technische-daten h6 {
		text-decoration: underline;
	}

	img.variation_image {
		height: 500px;
		margin-top: 250px;
		object-fit: contain;
	}

	* {
		margin: 0 !important;
		padding: 0 !important;
	}

	body.footer-on-bottom #inner-wrap {
		flex: unset !important;
	}
	
	.single-content ul.product-data-table li div div:not(:last-of-type) {
		margin-bottom: 50px !important;
	}
}