<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * (en) Print layout
 * (de) Druck-Layout
 *
 * @copyright			 Copyright 2020, crossbase mediasolution GmbH
 * @version				 1.0
 */

@media print
{

	body {
		background: #fff;
		color: #000 !important;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) hide elements in print layout */
	/* (de) Elemente im Drucklayout ausblenden */
	/*------------------------------------------------------------------------------------------------------*/

	.header,
	.breadcrumb,
	.breadcrumb-multilevel,
	.footer,
	.bg-blue.bg-parallax,
	.nav-top-toggle,
	.nav-global-jump-up,
	.nav-global-toggle,
	.nav-local,
	.nav-universal,
	.no-print,
	.invisible,
	.tabs-list,
	.magnify,
	.inline-popup,
	[class*='to-'],
	[class*='side-slide-0'],
	[class*='side-slide-button'],
	/* (en) hide all form elements	*/
	/* (de) Alle Formularelemente ausblenden */
	form,
	.button,
	.form-group,
	.Zebra_DatePicker,
	.point-list,
	.no_content,
	#no_content,
	.klaro,
  .slick-dots {
	 display: none !important;
	}

	.accordion.add-shadow {
		box-shadow: none;
	}

	.wow {
		visibility: visible !important;
	}

	
	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format basic layout elements in print layout	*/
	/* (de) Basiselemente des Layouts für die Printansicht formatieren */
	/*------------------------------------------------------------------------------------------------------*/

	a.logo {
		position: static;
		margin: 0 0 12px 12px;
	}	

	a.logo &gt; img,
	.make-nav-sticky a.logo &gt; img {
		height: 52px;
	}

	.bg-gray {
		background-color: #fff;
	}

	.section-content-wrapper,
	.section-content-wrapper.single-column,
	.shift-wrapper {
		width: 100%;
		max-width: none;
	}
	
	.section-content-box {
		padding: 24px 12px 0 12px;
	}
	
	.fixed-bg {
		display: none;
	}
	
	.fixed-bg + div {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/* (en) Contain floats in content elements and make them visible */
	/* (de) Floats in Inhaltselementen einschließen und sichtbar machen */

	.box-bottom-100-content,
	.box-bottom-100-content-invisible,
	.accordion .pane,
	.jquery-tabs .tab-content {
		display: block !important;
		overflow: hidden !important;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format float column layout */
	/* (de) Formatierung des Float-Spalten-Layouts */
	/*------------------------------------------------------------------------------------------------------*/

	.linearize-level-1.float-col {
		display: block;
		margin: 0;
	}

	.linearize-level-1.linearize-center.float-col {
		text-align: center;
	}

	.linearize-level-1.float-col .float-col {
		display: block;
	}

	.linearize-level-1.float-col .float-left,
	.linearize-level-1.float-col .float-right {
		display: block;
		float: none;
		margin: 0 0 12px 0;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format grid / tile layouts */
	/* (de) Formatierung der Grid-/Kachel-Layouts */
	/*------------------------------------------------------------------------------------------------------*/

	[class*='flex-tiles-'].linearize-level-1 &gt; .flex-tile-fixed,
	[class*='flex-tiles-3'] &gt; .flex-tile-fixed,
	[class*='flex-tiles-4'] &gt; .flex-tile-fixed {	
    flex: 0 0 100%;
    max-width: 100%;
	}

	.linearize-level-1.flex-grid &gt; [class*="flex-grid-col"][class*="col-w"] {
		width: 100%;
	}

	.add-box-icon .box-icon,
	.page-headline &gt; img {
		height: 92px;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format image wrapper and images */
	/* (de) Formatierung des Bild-Wrappers und der Bilder */
	/*------------------------------------------------------------------------------------------------------*/

	.image-wrapper {
		width: auto;
		display: inline-block;
		text-align: center;
	}

	.float-col .image-wrapper,
	.align-image-tiles .image-wrapper {
		width: auto;
		display: inline;
	}

	.image-wrapper img {
		width: auto;
    max-width: 100%;
	}	
	
	.vertical-alignment &gt; .align-image-tiles &gt; [class*="tooltip"] {
		padding-bottom: 24px;
	}
	
	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format typographical eleemnts */
	/* (de) Formatierung der typografischen Elemente */
	/*------------------------------------------------------------------------------------------------------*/

	/* (en) Avoid page breaks right after headings and formatting */
	/* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift und Formatierung */

	h4.h4tabhead {
		font-family: 'Open Sans Light', cnRegular, sans-serif;
		font-size: 18px;
		line-height: 24px;
		border: none;
		page-break-after: avoid;
		/* (en) secure visibility in PDF Reactor */
		/* (de) Sichtbarkeit im PDF Reactor sicherstellen */
		position: static;
	}

	[class*='icon'].list-style {
		/* (en) secure visibility in PDF Reactor */
		/* (de) Sichtbarkeit im PDF Reactor sicherstellen */
		overflow: hidden;
	}

	[class*='icon'].list-style:before {
		top: 2px;
	}

	ul, li {
		position: relative;
		overflow: auto;
		}

	li.linobreak:before,
	li.libreak:before {
		top: 0;
	}

	a {
		text-decoration: none;
	}

	hr {
		display: none;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format customer timeline */
	/* (de) Formatierung Zeitleiste */
	/*------------------------------------------------------------------------------------------------------*/
	
	.timeline {
		max-width: none;
	}

	.timeline::after,
	.timeline::before,
	.timeline-container::after,
	.timeline-container::before {
		display: none;
	}

	.timeline-container {
		padding: 0;
		width: 100%;
		margin: 0 0 24px 0;
	}

	.timeline-container:nth-child(odd),
	.timeline-container:nth-child(even) {
		left: 0;
		padding: 10px 0 10px 0;
	}
	
	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format customer list */
	/* (de) Formatierung Kundenliste */
	/*------------------------------------------------------------------------------------------------------*/

	script + .flex-grid.flex-grid-col-padding.linearize-level-1 {
		display: none;
	}

	.float-left .standort ~ .standort {
		display: none;
	}
	
	.float-col .standort ~ .standort h3 {
		display: none;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format item viewport */
	/* (de) Formatierung des Element-Ansichtsbereichs */
	/*------------------------------------------------------------------------------------------------------*/

	.item-viewport-gallery.filter-is-visible {
		margin: 0;
	}

	.no-tiles-content {
		padding: 0;
	}
	
	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format datatable */
	/* (de) Formatierung der Data-Table */
	/*------------------------------------------------------------------------------------------------------*/

	.dataTables_wrapper {
		margin: 0 -12px 24px -12px;
	}

	.dataTable tr td.no-print,
	.dataTable thead th.no-print,
	.dataTables_wrapper &gt; div,
	.dataTable thead th.control,
	.dataTable tr td.control {
			display: none !important;
	}

	.dataTable tr.parent td {
			border-top: 1px solid #000;
		}

	.dataTable tr.child span.dtr-title {
			font-family: 'Open Sans Bold', sans-serif;
	}

	.dataTable tr.child span.dtr-title::after {
			content:':';
	}

	.dataTable tr.child span.dtr-title br {
			display: none;
	}

	.dataTable tr.child ul,
	.dataTable tr.child ul li{
			margin: 0;
	}

	table.dataTable td img {
		max-height: 35px;
		max-width: 160px;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format slick slider */
	/* (de) Formatierung des Slick Sliders */
	/*------------------------------------------------------------------------------------------------------*/

	[class*='-slsl'] {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	[class*='-slsl'] &gt; div ~ div {
		display: none;
	}

	[class*='-slsl-wrapper'] {
		background: transparent;
	}

	[class*='-slsl-nav'],
	.slick-slider {
		padding-right: 0;
		padding-left: 0;
	}

	[class*='-slsl'] .slick-list {
		overflow: visible;
		margin: 0;
	}

	.slick-track {
		transform: translate3d(0px, 0px, 0px) !important;
    width: 100% !important;
	}

	.slick-slide {
		margin-bottom: 24px;
		display: none;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-slide.slick-active {
		display: block !important;
		margin: 0 0 24px 0;
		width: 100% !important;
	}

}
</pre></body></html>