@media print {
	body {}

	.logo {
		text-align: center;
		padding: 0.5em 0;
	}
	
	.mainNav {
		display:none;
	}

	.imgslider {
		display:none;
	}

	.container {
		display:flex;
	}

	.flex-direction {
		flex-direction:column-reverse;
	}

	.sideinfo {
		color: #a3a3a3; 
		font-style: normal; 
		font-size: 9pt; 
		font-weight: normal;
		}

	.sideinfo:after {
		content: "https://www.physiotherapie-mareen-reiter.de";
		color: #a90b48;
		display: block;
		width: 100%;
		margin-top: 0.5cm;
		text-align: center; 
	}

	.sideblock {
		display: flex;
		margin-top: 0.5cm;
		border-top: 1pt dashed black;
		justify-content: space-around;
	}

	.sideblock > div {
		display: flex;
		flex-direction: column;
	}

	.sideblock > div > p{ margin: 0; }
	.sideblock > div > hr{ display:none; }

	.note{
		display:none;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #a90b48;
		font-style: normal;
		font-weight: bold;
	}

	h1 {
		font-size: 15pt;
	}

	h2 {
		font-size: 14pt;
	}

	p {
		margin-top: 0.5em;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}

	summary {
		color: #a90b48;
	}

	form {
		padding-bottom:1em;
	}

	textarea {resize: none;vertical-align: top;}

	.link {
		color: #a90b48;
		text-decoration: none;
	}

	.formlabel {
		display:inline-block;
		width:28%;
		text-align:right;
		margin-top: 2em;
	}

	.forminput {
		display:inline-block;
		width:70%;
		margin-top: 2em;
	}

	.forminput2 {
		padding-left:28%;
		margin-top: 2em;
	}

	.sitemap {
		list-style-image: url(../images/smbullet.gif);
	}

	.sitemap li{ }

	.sitemap li a{
		color: #a90b48;
		line-height: 2em;
		text-decoration:none;
	}

	.footer {
		display: none;
	}
}

@page {
   size: A4 portrait;
}