@media print {
	.fusion-main-menu {
		display: none;
	}
	
	.fusion-button {
		display: none!important;
	}
	
	#main {
		padding-top: 0!important;
	}
	
	#footer {
		display: none;
	}
	
	.wpc-carousel-item {
		padding-top: 0%!important;
		min-height: 60vh!important;
		
		page-break-after: auto;
		page-break-before: auto;
		page-break-inside: avoid;
	}
	
	.wpc-preview-inner.wpc-front {
		min-height: 60vh!important;
		page-break-after: auto;
		page-break-before: auto;
		page-break-inside: avoid;
	}
	
	.wpc-preview-inner > .subset {
		/*position: relative!important;*/
		
		page-break-after: auto;
		page-break-before: auto;
		page-break-inside: avoid;
	}
	.wpc-carousel-stage .wpc-carousel-item.active {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 70vh;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
	.page-template-page-konfigurator .fusion-title,
	.page-template-page-konfigurator .fusion-text .page,
	.to-top-container {
		display: none!important;
	}
}