/* Source common/css/styles/print/accordion.scss */

[role=tabpanel] {
  max-height: none !important;
}

/* Source common/css/styles/print/company_logo.scss */

.company_logo {
  display: block;
  margin-bottom: 0.75em;
  max-width: 11.25rem !important;
}
.company_logo img {
  display: block;
}

/* Source common/css/styles/print/print.scss */

.hideme_print,
.cms_live_management {
  display: none !important;
}

.showme_print {
  display: inherit !important;
  height: auto !important;
  max-height: none !important;
}

* {
  background: transparent !important;
  border-color: black !important;
  color: black !important;
  text-shadow: none !important;
}
*:before {
  color: black !important;
}

@page {
  margin: 2cm;
}
h1,
h2,
h3,
h4,
h5,
h6,
.style_h1,
.style_h2,
.style_h3,
.style_h4,
.style_h5,
.style_h6 {
  page-break-after: avoid;
}

main a {
  text-decoration: underline;
}
main a.touch_link {
  margin-bottom: 1.5em;
  page-break-inside: avoid;
}

.table {
  overflow-y: inherit;
}

tr {
  page-break-inside: avoid;
}

dl {
  margin: 0;
}

dt {
  font-weight: 700;
  margin-bottom: 0.75em;
}

dd {
  margin: 0;
}

[role=tooltip] {
  display: none;
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

body {
  display: block;
  font-size: 85%;
  overflow-x: visible;
}

.page {
  display: block;
}

#main {
  padding-top: 1.5em;
}

.qr_code_print {
  border-top: 0.0625rem solid;
  margin: 1.5em 0 0;
  padding: 0.75em 0 0;
  page-break-inside: avoid;
}
.qr_code_print:after {
  clear: both;
}
.qr_code_print:after, .qr_code_print:before {
  content: "";
  display: table;
}
.qr_code_print img {
  border: 0.0625rem solid black;
  float: left;
}
.qr_code_print p {
  margin-left: 10rem;
}

/* Source common/css/styles/print/steuernews.scss */

.news_entity .creation_date abbr[title] {
  text-decoration: none;
}
.news_entity .creation_date abbr[title]::after {
  content: "";
}
.news_entity .hide_creation_date {
  display: none;
}
.news_entity .hide_image_author {
  display: none !important;
}

