/* Print Styles — elektroallrounder.de */

@media print {
  @page {
    size: A4;
    margin: 2cm;
  }

  /* Hide navigation and interactive elements */
  .site-header,
  .site-footer,
  .trust-bar,
  .stadtmenu,
  .call-button-mobile,
  .mobile-nav,
  .hamburger-btn,
  .mobile-nav-close,
  .rechner,
  .cta-primary,
  .cta-secondary,
  .cta-block,
  .pdf-downloads,
  .stoerer-banner {
    display: none !important;
  }

  body {
    font-family: Georgia, serif;
    font-size: 11pt;
    color: #000;
    background: #fff;
    line-height: 1.5;
  }

  h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h1 { font-size: 22pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 13pt; }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href^="tel:"]::after {
    content: " (" attr(href) ")";
    font-size: .85em;
    color: #444;
  }

  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  .faq details { border: 1px solid #ccc; }
  .faq summary { background: #f5f5f5 !important; color: #000 !important; }

  .icon-list li svg { display: none; }

  .container { max-width: 100%; padding: 0; }

  p, ul, ol { orphans: 3; widows: 3; }

  .stoerer {
    background: none !important;
    border: 2px solid #000;
    color: #000 !important;
  }
}
