
/* ------------------------ */
/* ------ 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;
}

/* ----- BAKEHOUSE BRANDING ----- */

.bh-brand {
	width: 100%;
	border-top: 0.25pt solid grey;
	text-align: center;
	margin-top: 1cm;
}
.bh-brand .bh-brand-logo,
.bh-brand .bh-brand-text {
    fill: #000;
    fill-opacity: 1;
}
.bh-brand svg {
	width: 3cm;
}
.bh-brand:before {
	content: 'Diese Website wurde erstellt mit Bakehouse (www.bakehouse.at)';
	display: block;
}

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

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

/* ----- RAFFL CUSTOM SETTINGS ----- */

header {
	background-color: #000 !important;
}
aside#RelatedContent,
#MainFooter .bh-col,
#Bottom,
#SocialLinks,
#TopWrapper,
.bh-cookies-warning,
.bhTrenner.bhElement,
#GlobalMenu,
#GlobalMenuBackground {
	display: none !important;
}
#MainFooter .bh-col:first-child {
	display: block !important;
	width: 100%;
}
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;
}