<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Source common/css/styles/print/address.scss */

.contact_wrapper .postal_address &gt; span {
  display: block;
}

.contact {
  display: flex;
}
.contact &gt; span {
  min-width: 1.5625rem;
  font-weight: 700;
}
.contact &gt; span.text {
  font-weight: 300;
}

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

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

.logo_wrapper {
  display: flex;
}

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

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

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

h1 {
  margin-top: 1.5em;
}

ul {
  list-style: circle;
}

.qr_code_print {
  border-top: 0.25rem 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;
}
.qr_code_print .qr_content_container p {
  margin-left: 0.625rem;
}

.job_benefit_overview {
  margin-bottom: 1.5em;
}

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

</pre></body></html>