@media print {
	body {
		box-shadow: unset !important;
		border: none !important;
	}
	header, footer, .sidebar, .no-print {
		display: none !important;
	}

	.only-print {
		display: block !important;
		visibility: visible;
	}
	.page-template--fs {

		& .fs--section-teaser--container,
		& .fs--section-teaser--content {
			min-height: auto !important;
		}

		& .fs--section-teaser--container + section {
			padding-top:0 !important;
		}
	}
	section#arbeitskreise,
	.texture-secondary-gradient {
		background: var(--secondary--ultra-light) !important;
	}

	.bg--dark {
		background: var(--secondary--ultra-light) !important;
	}

	.page-template--posts .posts--section-main {
		grid-template-columns: 1fr;
		& > * {
			grid-column: 1 / span all !important;
		}
	}
}