/* Inhalte ausblenden */
body > *:not(.site-main),
.sr-jump,
[id^="jump-"].sr-only,
.sprungziel,
.submenu,
.bottom-controls,
#SFm,
#vt_suchform,
.btn,
.katicon,
.result-list .list-img,
.liste-bild,
.cards .icon,
.cards .mc2_ac,
.cards .sr-only,
*[aria-hidden="true"] {
	display: none !important;
}

/* Inhalte einblenden */
a[href^="mailto:"]:after {
	content: ' ('attr(href)')';
}
abbr[title] {
	text-decoration: none;
}
abbr[title]:after {
	content: ' ('attr(title)')';
}

/* Druckansicht */
@page {
	margin: 2cm
}
html {
	background: #fff !important;
}
body {
	font: 13pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	background: #fff !important;
	color: #000;
	text-align: left;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 18pt;
}
h4 {
	font-size: 16pt;
}
h5 {
	font-size: 14pt;
}
h6 {
	font-size: 13pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	page-break-after: avoid;
	color: #000 !important;
	margin: 0 0 0.5em;
}
small + h1,
small + h2,
small + h3,
small + h4,
small + h5,
small + h6 {
	margin-top: 0;
}
p {
	margin: 0 0 1em;
}
a {
	text-decoration: none;
	color: #418CC1 !important;
}
a .list-text {
	color: #000;
}
.list-title {
	display: block;
}
hr,
.trenner {
	border: 0;
	border-top: 1px solid #000;
	clear: both;
	margin: 15px 0;
}
address {
	font-style: normal;
}
.unstyled-list, .result-list, .abc-list, .com-list, .data-list, .inline-list {
	list-style: none;
	padding: 0;
}
.cards a {
	display: block; /* Firefox */
}
.cards .title {
	margin: 0;
}
.accordion-container {
	display: block !important;
	overflow: hidden;
}
.accordion button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	all: inherit;
}
.liste-titel,
.title {
	font-weight: bold;
}
.unstyled-list .sr-only {
	margin-left: 10px;
}
small + small,
a + small,
.icon-list > i,
.icon-list > a,
.data-list > li > small {
	margin-left: 10px;
}

/* Bildeinbindung und Bildergalerien */
img {
	page-break-inside: avoid;
}
img.mt_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.mt_left.mt_autowidth {
	width: calc(50% - 15px) !important;
}
img.mt_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
img.mt_right.mt_autowidth {
	width: calc(50% - 15px) !important;
}
img.mt_middle {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px !important;
}
img.mt_middle.mt_autowidth {
	width: 66.666% !important;
}
img.mt_none {
	margin-bottom: 15px;
	vertical-align: bottom;
}
.mt_ac {
	position: relative;
	max-width: 100%;
	page-break-inside: avoid;
}
.mt_ac img[class*="mt_"] {
	float: none;
	margin: 0 !important;
	vertical-align: bottom;
	width: 100% !important;
}
.mt_ac.mt_left { 
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.mt_ac.mt_left.mt_autowidth {
	width: calc(50% - 15px) !important;
}
.mt_ac.mt_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.mt_ac.mt_right.mt_autowidth {
	width: calc(50% - 15px) !important;
}
.mt_ac.mt_middle {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px !important;
}
.mt_ac.mt_middle.mt_autowidth {
	width: 66.666% !important;
}
.mt_ac.mt_noalign {
	margin-bottom: 15px;
}
.flex-row.image-gallery {
	list-style: none;
	padding: 0;
	margin: 0 -5px calc(1em - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; /* IE 11 */
}
.image-gallery [class*="flex-col-"] {
	padding: 0;
	margin: 0 5px 10px;
	min-width: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.image-gallery .flex-col-1 {
	-ms-flex-preferred-size: 100%; /* IE 10 */
	flex-basis: 100%;
	width: 100%;
}
.randspalte .image-gallery .flex-col-1 {
	-ms-flex-preferred-size: 50%; /* IE 10 */
	flex-basis: 50%;
	width: 50%;
}
.image-gallery .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 10px); /* IE 10 */
	flex-basis: calc(50% - 10px);
	width: calc(50% - 10px);
}
@supports (-ms-ime-align:auto) { /* Edge */
	.image-gallery .flex-col-2 {
		flex-basis: calc(49.999% - 10px);
		width: calc(49.999% - 10px);
	}
}
.image-gallery .flex-col-3 {
	-ms-flex-preferred-size: calc(33.333% - 10px); /* IE 10 */
	flex-basis: calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}
.image-gallery .flex-col-4 {
	-ms-flex-preferred-size: calc(25% - 10px); /* IE 10 */
	flex-basis: calc(25% - 10px);
	width: calc(25% - 10px);
}
@supports (-ms-ime-align:auto) { /* Edge */
	.image-gallery .flex-col-4 {
		flex-basis: calc(24.999% - 10px);
		width: calc(24.999% - 10px);
	}
}
.image-single {
	max-width: 100%;
	margin-bottom: 15px;
	page-break-inside: avoid;
}
.image-single.pull-left {
	float: left;
	margin-right: 15px;
}
.image-single.pull-right {
	float: right;
	margin-left: 15px;
}
.image-single.pull-center {
	margin: 0 auto 15px;
}
.image-single.auto-width {
	width: 100%;
}
.image-single.pull-left.auto-width, .image-single.pull-right.auto-width {
	width: calc(50% - 15px);
}
.image-single.pull-center.auto-width {
	width: 66.666%;
}
.image-single figure {
	margin: 0;
}
.image-gallery a, .image-single a {
	display: block; /* IE11 */
}
.image-gallery img, .image-single img {
	display: block;
	width: 100%;
}
.image-single .img-caption {
	color: #666;
	font-size: 0.875em;
	font-style: italic;
	padding-top: 0.25em;
	text-align: left;
}
.wrap-img {
	position: relative;
	display: block;
}
.wrap-img > .img-copyright, .mt_ac .mc2_ac {
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	color: #444;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.25em 0.375em;
	font-size: 0.5rem;
	line-height: normal;
	max-width: calc(100% - 30px);
	max-height: 100%;
}