	@page {
		size: A4;
		margin: 2cm 2cm 2cm 2cm;
	}

	body {
		margin: 0;
		padding: 0;
		text-align: left;
		font: 10pt/1.5 sans-serif;
		color: #000;
		background-color: #fff;
		background-image: none;
	}

	/* =elemente ausblenden, die im druck nicht erscheinen sollen
	--------------------------------------------------------------- */
	nav, form, aside, header,
	[hidden],
	.accesskeys, .header, .mainnav, .subnav, .sidebar, .footer, .services, .backlink, .invis, .sr, .sr-only, .visuallyhidden, .print-hidden, .printhidden, .screenvisible, .breadcrumb,
	.region, .country-name, .url, .none, .slidebars-menu, .mod-nav, .travelpass-cal-wrapper, .mod-pageturner, .headerimg {
		display: none;
	}

	[type="hidden"] {
		visibility: hidden; /* used for PDF-print */
	}

	/* =elemente einblenden, die im druck explizit erscheinen sollen
	--------------------------------------------------------------- */
	.screenhidden, .printvisible {
		display: block;
	}

	/* =typo
	--------------------------------------------------------------- */
	h1, h2, h3, h4, h5, h6, p, ul, ol, table, caption, address, dl, blockquote, fieldset, hr {
		margin-top: 0;
		color: #000;
	}
	p, ul, ol, dl, blockquote, pre, fieldset, figure, address, table,
	.p, .box, .table-responsive, .media-responsive, .flex-search, .mb, .mod-wrapper, .accordion, [data-oembed-url], [class*="col-"] {
		margin-bottom: 1.5em;
	}
	h2,
	.h2, .mod-wrapper {
	    clear: both;
	}
	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		line-height: 1.3;
		page-break-after: avoid;
	}
	h1, .h1 {
		margin-bottom: 1em;
		border-bottom: 1px solid #000;
		padding-bottom: 0.25em;
		font-size: 20pt;
	}
	h2, .h2, summary {
		margin-bottom: 0.5em;
		font-size: 16pt;
	}
	h3, .h3 {
		margin-bottom: 0.5em;
		font-size: 14pt;
	}
	h4, .h4 {
		margin-bottom: 0.25em;
		font-size: 12pt;
	}
	h5, h6,
	.h5, .h6 {
		margin-bottom: 0;
		font-size: 10pt;
	}
	p, table, .p {

	}
	hr {
		clear: both;
		margin: 1.5em 0;
		border: 0;
		border-top: 0.4pt solid #666;
	}
	li + li, ul ul li, ol ol li,
	ul ol li, ol ul li  {
		margin-top: 2.5pt;
	}
	ul, ol, dl, li, figure {
		page-break-inside: avoid;
	}
	.sitemap,
	.mod-lst {
		page-break-inside: auto;
	}
	img {
		max-width: 100%;
		height: auto;
		border: 0;
	}
	.cms-print-pdf img {
	    width: 100%;
	}
	figure {
		display: block;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	figcaption {
		font-size: 10pt;
		font-style: italic;
	}
	blockquote {
		font-size: 14pt;
		font-style: italic;
	}
	cite {

	}
	address {

	}
	small, .small,
	.form-hint,
	label.error,
	.asset-meta {
		font-size: 10pt;
	}
	iframe {
		display: block;
		margin: 0;
		border: 0;
		padding: 0;
		width: 100%;
	}

	a:link {
		color: #000;
		text-decoration: underline;
	}
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sub {
	    bottom: -0.25em;
	    }
	sup {
	    top: -0.5em;
	    }

	tt, code, kbd, samp, pre {
		display: inline-block;
		padding: 3px 5px;
		font-family: "Courier New", Courier, mono;
		background-color: #ededed;
		border-radius: 2px;
	}

	summary {
		font-weight: bold;
	}

	/* =tables
	--------------------------------------------------------------- */
	table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border-bottom: 1px solid #000;
		padding: 0;
	}
	caption {
		margin-bottom: 8pt;
		font-size: 14pt;
		line-height: 16pt;
		font-weight: bold;
		text-align: left;
	}
	th {
		border-bottom: 1px solid #000;
		padding: 2pt 15pt 2pt 0;
		font-weight: bold;
		text-align: left;
	}
	tbody th {
		border-bottom: 0;
	}
	td {
		padding: 2pt 15pt 2pt 0;
		vertical-align: top;
	}
	tfoot td {
		font-weight: bold;
		border-top: 1px solid #000;
	}
	table.auto {
		width: auto;
	}
	.tbl-no {
		text-align: right;
	}

	/* =global module-lists
	--------------------------------------------------------------- */
	.mod-lst > .mod-entry {
		border-top: 1px solid #000;
		padding: 0.75em 0;
	}
	.mod-entry:first-child {
		border-top: 0;
		padding-top: 0;
	}
	.mod-entry > *:last-child,
	.mod-entry a > *:last-child {
		margin-bottom: 0;
	}
	.mod-entry-meta {
		margin-bottom: 0.5em;
		font-size: 8pt;
	}
	.mod-entry-title {
		margin-bottom: 0.5em;
	}
	.mod-entry-lead {
		font-weight: bold;
	}
	.mod-entry-img {
		display: block;
	}

	/* =helper & global
	--------------------------------------------------------------- */
	.clearfix::after,
	.cf::after,
	.row::after,
	.js-accordion-content::after {
		content: "";
		display: table;
		clear: both;
	}
	.reset,
	.reset li {
	    list-style: none outside none;
	    margin-top: 0;
	    margin-right: 0;
	    margin-left: 0;
	    padding: 0;
	}
	.nobr {
		white-space: nowrap;
	}
	.alignleft, .alignright {
		max-width: 33%;
	}
	.cms-print-pdf .alignleft,
	.cms-print-pdf .aligncenter,
	.cms-print-pdf .alignright {
		width: 33%; /* PDF max-width-bug */
	}
	.alignleft {
		float: left;
		margin: 0 1.5em 1.5em 0;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin: 1.5em auto;
	}
	.alignright {
		float: right;
		margin: 0 0 1.5em 1.5em;
	}

	.crisp {
		image-rendering: crisp-edges;
		image-rendering: pixelated;
	}

	.box {
		border: 1px solid #000;
		padding: 1.5em;
	}
	.box > *:last-child,
	fieldset > *:last-child {
		margin-bottom: 0;
	}

	/* =magnific gallery
	--------------------------------------------------------------- */
	.gallery-magnific {
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	    gap: 1.5em;
	    row-gap: 0;
	    page-break-inside: auto;
	}
	.gallery-magnific figure a {
	    display: block;
	}

	/* =accordion
	--------------------------------------------------------------- */
	.js-accordion_panel {
	    display: block !important;
	}

	/* =FAQ
	--------------------------------------------------------------- */
	summary {
		font-weight: bold;
	}

	/* =fussnoten für links
	--------------------------------------------------------------- */
	[data-cms-footnotes] {
	    border-top: 1px solid #000;
	    padding: 1.5em 0;
	    font-size: 8pt;
	}

	/* =cookie
	--------------------------------------------------------------- */
	.cookie-alert {
	    display: none !important;
	}
