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

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

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

.contact_wrapper address {
  font-style: normal;
}
.contact_wrapper p {
  margin-bottom: 0;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.75em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span {
  min-width: 1.5625rem;
  font-weight: 700;
}
.contact > span.text {
  font-weight: 400;
}

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

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

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

.open_street_map button {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  display: none;
}
.open_street_map .ol-attribution ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0.75em 0;
  padding: 0;
}

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

.pre_title {
  padding-top: 1.5em;
  padding-left: 0;
}

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

.infolist_table_summary.responsive_table_800 {
  width: auto;
  max-width: 100%;
  transform: scale(0.8);
  transform-origin: top left;
  overflow: visible;
}
@media print and (orientation: landscape) {
  .infolist_table_summary.responsive_table_800 {
    transform: scale(1);
  }
}

dl {
  margin: 0;
}

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

dd {
  margin: 0;
}

[role=tooltip] {
  display: none;
}

form .entry {
  page-break-inside: avoid;
}
form .file {
  margin-bottom: 1.5em;
}

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 .qr_content_container {
  display: flex;
  align-items: center;
}
.qr_code_print .qr_content_container img {
  border: 0.0625rem solid black;
  display: block;
  flex: 0 0 auto;
}
.qr_code_print .qr_content_container p {
  margin-left: 1.5em;
  display: block;
  flex: 1 1 auto;
}

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

.search dl br,
.search dl em,
.search dl img {
  display: none;
}

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

.steuernews_article_overview .sub_title abbr[title] {
  text-decoration: none;
}
.steuernews_article_overview .sub_title abbr[title]::after {
  content: "";
}

