/* ------------------------ */
/* ------ KID A PRINT ----- */
/* ------------------------ */

/* ----- DEFAULT PRINT SETTINGS ----- */

@page {
	margin: 1cm;
}
body {
	background-color: transparent !important;
	font-size: 11pt;
	color: #000000 !important;
	zoom: 50%;
}
p a[href^="http://"]:after, p a[href^="https://"]:after {
	background-color: transparent;
	font-style: italic;
	content: " (Link: " attr(href) ") ";
}
p a[href^="#"]:after {
	display: none;
}
p a {
	word-wrap: break-word;
}
img,
tr,
address,
.bhElement {
	max-width: 100%;
	page-break-inside: avoid;
}
table {
    border-collapse: collapse !important;
}
table td,
table th {
	background-color: #fff !important;
}

/* ----- DISPLAY NONE ----- */

.bh-noprint,
video,
audio,
object,
embed,
#bhe-pane {
	display: none !important;
}

/* ----- SCHNEEWEISS CUSTOM SETTINGS ----- */

header {
	background-color: transparent !important;
}
aside#RelatedContent,
#Bottom,
#Cta,
#TopWrapper,
.bh-cookies-warning,
.bhTrenner.bhElement,
#Switcher,
#Languages,
#Shortcuts,
#FooterLabels,
#Map,
#Servicemenu {
	display: none !important;
}
footer {
	background: transparent;
}
address,
.footer-label-address {
	text-align: center !important;
}
address {
	color: #000 !important;
}
.bhBox.bhElement .bhElementInner {
    color: #000 !important;
}
.bhText.bhElement.firstheadline {
    margin-top: 0px !important;
}

/* ----- KEINE ANIMATIONEN (DISABLE INVIEW) ------ */

body:not(.bhe-state-editing) .bh-fade-in,
body:not(.bhe-state-editing) .bh-fade-top,
body:not(.bhe-state-editing) .bh-fade-bottom,
body:not(.bhe-state-editing) .bh-fade-left,
body:not(.bhe-state-editing) .bh-fade-right,
body:not(.bhe-state-editing) .bh-fade-zoom {
	opacity: 1 !important;
}
body:not(.bhe-state-editing) .bh-fade-top,
body:not(.bhe-state-editing) .bh-fade-bottom,
body:not(.bhe-state-editing) .bh-fade-left,
body:not(.bhe-state-editing) .bh-fade-right,
body:not(.bhe-state-editing) .bh-fade-zoom {
	top: 0px !important;
	left: 0px !important;
	transform: scale(1) !important;
}