/* ThomasMedia 1.0.4: direkter Kontakt ohne Formular. */
.tm-v08 .contact-page__grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(32px, 6vw, 88px);
}
.tm-v08 .contact-page__copy h1 { max-width: 16ch; }
.tm-v08 .contact-page__copy .page-lead { max-width: 42ch; }
.contact-direct { min-width: 0; padding-top: 8px; }
.tm-v08 .contact-direct__button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; max-width: 100%; box-sizing: border-box;
  padding: 14px 28px; border: 1px solid #ff6600;
  background: #ff6600; color: #302d29;
  font: 700 20px/1.4 var(--sans); text-decoration: none;
}
.tm-v08 .contact-direct__button:hover { background: #fbf8f2; border-color: #fbf8f2; color: #302d29; }
.tm-v08 .contact-direct a:focus-visible { outline: 3px solid #ff6600; outline-offset: 5px; }
.tm-v08 .contact-direct__hint { margin: 18px 0 0; max-width: 36ch; font: 400 16px/1.6 var(--sans); color: inherit; }
.tm-v08 .contact-direct .contact-page__details { margin-top: 28px; }
@media (max-width: 800px) {
  .tm-v08 .contact-page__grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .contact-direct { padding-top: 0; }
}
