/* Michelberger Heizung — Site Styles */

body {
  background: #F4F2EF;
}

.wp-block-heading {
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.25rem);
  background: linear-gradient(135deg, #ED421A 0%, #FDBE3F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 200ms ease;
}

a:hover {
  opacity: 0.7;
}

.mh-legal {
  position: fixed;
  bottom: 16px;
  right: 20px;
  font-size: 0.75rem;
  color: #6B6B6B;
  opacity: 0.6;
  z-index: 10;
  transition: opacity 200ms ease;
}

.mh-legal a {
  color: inherit;
  border-bottom: none;
}

.mh-legal span {
  margin: 0 0.4em;
  opacity: 0.5;
}

.mh-legal:hover {
  opacity: 1;
}
