/* 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_wrapper a {
  font-weight: 400;
}

.contact {
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span {
  min-width: 1.5625rem;
}

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

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

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

h1,
.style_h1 {
  margin: 0;
  padding: 0;
}

body.startpage h1 {
  display: none;
}

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

body.startpage header .wrap-header-content .intro {
  margin-bottom: 3em;
}

.teaser {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0.9375rem;
  page-break-inside: avoid;
}
.teaser .wrap-top,
.teaser .wrap-bottom {
  padding: 0;
}
.teaser .wrap-top {
  padding-top: 0;
}
.teaser .wrap-top .location {
  align-items: center;
  display: flex;
}
.teaser .wrap-top .location .icon {
  display: block;
  fill: #a6a6a6;
  flex-shrink: 0;
  height: 1rem;
  margin-right: 0.375em;
  width: 1rem;
}
.teaser .wrap-top .location .icon svg {
  display: block;
}
.teaser .wrap-top .location p {
  margin: 0;
}
.teaser .wrap-bottom {
  display: flex;
  flex-direction: column;
}
.teaser .wrap-bottom .box {
  padding: 0.75em;
}
.teaser .wrap-bottom .box .logo_icon {
  display: block;
  flex-shrink: 0;
  margin-bottom: 1.5em;
  max-width: 20rem;
  width: 100%;
}
.teaser .wrap-bottom .box .logo_icon svg {
  display: block;
}

.qr_code_print {
  border-top: 0.1875rem 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;
}

