/* Print Styles */

@page {
	size: A4 portrait;
	margin-top: 15mm;
	margin-bottom: 15mm;
	margin-left: 0mm;
	margin-right: 0mm;
}
			
.wp-block-template-part {
	display: none; /* keine Seitenleisten */
}

.wp-block-boldblocks-breadcrumb-block {
	display: none;
}

.td-top-btn, .td-down-btn {
	display: none !important;
}

#wpfront-scroll-top-container {
	display: none;
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.hjk-juicebox-group, .juicebox {
	display: none;
}

img {
	max-height: 100mm; /* bei 100% */
	border: 1px solid black;
}

p,
ul,
ol,
li {
	font-family: Manrope;
	font-size: 1rem;
	color: black;
}

h1,
h2,
h3,
h4,
h5 {
	page-break-after : avoid;
	color: black;
}

main::after {
	margin-top: 50px;
	font-family: Manrope;
	font-size: 0.7rem;
	content: "Copyright by Hans Joerg Klemenz, whatyousee.ch";
	display: block;
	text-align:center;
}
