/* TM-Service – Standard-Kontaktbox & Button (Stand 2025-08-14)
   Quelle: vom User bestätigte Vorlage; bitte NICHT ändern ohne Freigabe. */

/* Neue Standard-Kontaktbox */
.tm-kontakt-outer{ width:100%; margin:22px 0; padding:0 20px; box-sizing:border-box; }
.tm-kontakt{
  background:#fff; border:2px solid #d60000; border-radius:10px;
  display:flex; gap:16px; align-items:center; flex-wrap:wrap;
  padding:16px; max-width:1200px; margin:0 auto;
}
.tm-kontakt img{ max-width:100%; height:auto; border-radius:8px; display:block; }
.tm-kontakt h3{ color:#d60000; font-size:22px; font-weight:bold; margin-bottom:6px; }
.tm-kontakt p{ font-size:16px; line-height:1.6; margin-bottom:6px; }
.tm-tel{ font-size:18px; font-weight:700; margin:4px 0; }
.tm-tel a{ color:inherit; text-decoration:none; }
.tm-btn{
  display:inline-block; background:#d60000; color:#fff; text-decoration:none;
  padding:10px 20px; font-size:16px; border-radius:12px; margin-top:8px;
}

/* Telefon-/Icon-Reset wie auf Quelle */
a[href^="tel:"], a[href^="tel:"]::before, a[href^="tel:"]::after,
.fa-phone:before, .dashicons-phone:before, [class*="icon-phone"]:before, svg.phone {
  content:none !important; background:none !important; box-shadow:none !important;
  width:auto !important; height:auto !important; display:inline !important;
}

@media (max-width:980px){ .tm-kontakt{ flex-direction:column; } }
