/* Print-Stylesheet, QR-Code prominent, Animationen weg */
@media print {
  body { background: #fff; color: #000; }
  .tb-sine-fog, .tb-header__cta, .tb-footer, #tb-butler-fab, #tb-butler-stripe, #tb-concierge-fab, #tb-cookie-banner { display: none !important; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 90%; color: #444; }
  .tb-print-qr {
    position: fixed; top: 1cm; right: 1cm; width: 3cm; height: 3cm;
  }
}
