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


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

@page {
	margin: 2cm;
}
body {
	background-color: transparent;
	font-size: 11pt;
	font-family: 'EB Garamond','Times New Roman',Times,serif;
	color: #000000;
}
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;
}

/* ----- DISABLE INVIEW ----- */

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

/* ----- CUSTOM SETTINGS KID A ----- */

aside,
#Mainmenu,
#Language,
#Preloader,
#CookiesNotificaton,
#SocialLinks,
#ToTop,
#Servicemenu,
.bh-cookies-warning,
.bhTrenner,
.geoPlugin {
	display: none !important;
}
#TopWrapper {
	position: absolute;
	display: block;
	margin: 0;
	height: 2cm !important;
	border-bottom: none !important;
}
header {
	height: 400px !important;
	min-height: 400px !important;
	margin-top: 5cm !important;
}
#Logo {
	width: 100%;
	border-bottom: 0.25pt solid grey;
	height: 5cm !important;
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
}
footer #Logo {
	display: none;
}
.bhNewsliste .newsstylepicture .newsitem {
    width: 48% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
    height: 300px !important;
}
.bhNewsliste .newsstylepicture .newslist_pic {
    height: 300px !important;
}
#LogoInner {
	background-color: #000 !important;
	background-position: center center !important;
    background-size: 3cm !important;
    position: relative;
    top: 0px;
}
footer .bh-col.bh-col-4 {
	width: 100% !important;
}
.bhPictureSection.bhElement {
	height: 400px !important;
}
.bhPictureSection.bhElement .picturesection-picture {
	width: 100% !important;
	height: 400px !important;
}
.bhPictureSection.bhElement .picturesection-picture .bhBgImage {
	background-position: center center !important;
	background-size: cover !important;
	background-attachment: inherit !important;
	height: 400px !important;
}
.bhPictureSection.bhElement .picturesection-content {
    width: 100% !important;
}
.newslist .fadeContainer .newsbox,
.newslist .fadeContainer,
.newslist .fadeContainerInner {
    height: 300px !important;
}
#Breadcrumb {
    position: absolute;
    display: block;
    top: 2.7cm !important;
    text-align: center;
    width: 100%;
    font-size: 7pt;
    background: none;
    border-bottom: 0.25pt solid grey;
    padding-bottom: 0.5cm;
}
footer {
	border-top: 0.25pt solid grey;
	background: none;
	color: #000;
	padding-top: 1cm;
}
address {
	font-family: 'Cardo','Times New Roman',Times,serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0em;
}
pre {
	overflow: hidden;
}
.bhCols .bhCol {
    width: 100% !important;
    margin-bottom: 20px;
}
.bhCols.bhElement {
	page-break-inside: auto;
}
img {
	width: 100%;
	height: auto;
}