.w-contact {
  margin-top: 48px;
  font-size: clamp(1rem, 0.26vw + 0.94rem, 1.25rem);
}
.w-contact:first-child {
  margin-top: 0;
}
.w-contact .w__headline {
  margin-bottom: clamp(1rem, 1.54vw + 0.65rem, 2.5rem);
}
.w-contact .w__headline c-headline {
  color: var(--color-text-4) !important;
}
.w-contact .w__contacts {
  margin-bottom: 64px;
}
.w-contact .phone, .w-contact .mail, .w-contact .button {
  display: flex;
  flex-flow: row nowrap;
  margin-top: clamp(1.25rem, 1.79vw + 0.85rem, 3rem);
  font-size: clamp(1.25rem, 1.15vw + 0.99rem, 2.38rem);
  color: var(--color-text-4);
}
.w-contact .phone:first-child, .w-contact .mail:first-child, .w-contact .button:first-child {
  margin-top: 0;
}
.w-contact .phone .c-link, .w-contact .mail .c-link, .w-contact .button .c-link {
  color: var(--color-text-4);
  transition: color 0.4s ease-in-out;
  font-weight: 500;
  font-family: var(--font-headline);
}
.w-contact .phone .c-icon, .w-contact .mail .c-icon, .w-contact .button .c-icon {
  width: clamp(2rem, 1.03vw + 1.77rem, 3rem);
  margin-right: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.w-contact .phone .c-icon svg path, .w-contact .mail .c-icon svg path, .w-contact .button .c-icon svg path {
  fill: var(--color-text-4);
  transition: fill 0.4s ease-in-out;
}
.w-contact .phone:hover .c-link, .w-contact .mail:hover .c-link, .w-contact .button:hover .c-link {
  color: var(--color-text-6);
}
.w-contact .phone:hover .c-icon svg path, .w-contact .mail:hover .c-icon svg path, .w-contact .button:hover .c-icon svg path {
  fill: var(--color-6);
}

@media (min-width: 1280px) {
  .w-contact:first-child {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
