@media print {

	@page :left {
		margin: 1cm;
	}

	@page :right {
		margin: 1cm;
	}

	#nav-invisible,
	.preview-banner,
	header,
	.main-slider,
	footer,
	.area-word,
	.vorsitz-circle {
		display: none;
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	html, body {
		width: 100%;
		height: 100%;
	}

	body {
		background: #fff;
		font-family: arial,verdana,sans-serif;
		color: #000;
		font-size: 16px;
		line-height: 24px;
	}

	a:link, a:visited, a {
		background: transparent;
		color: #000;
		text-decoration: underline;
		text-align: left;
	}

	a {
	    page-break-inside:avoid
	}

	a[href^=http]:after {
	      content:" <" attr(href) "> ";
	}

	a[href^=mailto]:after {
	      content:" <" attr(href) ">";
	}

	a[href^=tel]:after {
	      content:" <" attr(href) ">";
	}

	$a:after > img {
	   content: "";
	}

	article a[href^="#"]:after {
	   content: "";
	}

	a:not(:local-link):after {
	   content:" <" attr(href) "> ";
	}

	.print-display-none {
		display: none;
	}

	.template-1, .template-2 {
		float: right;
		margin-left: 20px;
	}

	h1 {
		font-size: 2rem;
		line-height: 44px;
		margin-bottom: 3rem;
	}

	h2 {
		font-size: 1.7rem;
		line-height: 2.8rem;
	}

	h3 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	h4, h5, h6 {
		font-size: 1.3rem;
		line-height: 2rem;
	}

	.plain-text, .termine-text {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}

}