/* ==========================================================
   Ergotherapie con Amor
   print.css

   Enthält:
   - Druckansicht der Website
   ========================================================== */

@media print {

  .site-header,
  .hero-actions,
  .contact-form,
  .language-switcher,
  .menu-button,
  .map-wrapper {
    display: none !important;
  }

  .section {
    padding: 25px 0;
  }

  .card,
  .concept-panel,
  .info-item {
    break-inside: avoid;
    box-shadow: none;
  }
}