/* BFSG / WCAG: keine lesbare Schrift unter 16px, Zoom frei, Fokus sichtbar */
html {
  font-size: 100% !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2147483646;
  padding: 10px 16px;
  border-radius: 8px;
  background: #034172;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus,
.skip-link:focus-visible {
  transform: none;
}

:focus-visible {
  outline: 3px solid #034172;
  outline-offset: 3px;
}

header.header .navigation__main-menu > li > a,
.navigation__main-menu > li > a,
.navigation a,
.footer-menu__link,
.custom-option-btn,
.interactive-energy-hotspot__tooltip,
.interactive-energy-hotspot__cta,
small,
.small,
.form-text,
.blockquote-footer,
.layout--full-width small,
.layout--full-width-compact small,
.layout--sidebar small {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

[style*="font-size: 10px"],
[style*="font-size: 11px"],
[style*="font-size: 12px"],
[style*="font-size: 13px"],
[style*="font-size: 14px"],
[style*="font-size: 15px"],
[style*="font-size: 0.75rem"],
[style*="font-size: 0.78rem"],
[style*="font-size: 0.8rem"],
[style*="font-size: 0.84rem"],
[style*="font-size: 0.9rem"],
[style*="font-size: 0.95rem"],
[style*="font-size: 0.98rem"] {
  font-size: 16px !important;
}

.empfehlung-cta-fixed a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  padding: 8px !important;
  border-radius: 50% !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
