/* === Override: Inter -> Roboto + Open Sans (alter Stand vor Commit 9e8a440) === */
/* Dieses CSS manuell auf den betroffenen Webseiten einfuegen. */

/* Basis-Text */
html, body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

/* Ueberschriften H1-H3 -> Roboto */
h1, .h1-style,
h2, .h2-style,
h3, .h3-style {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

/* H4 -> Open Sans */
h4, .h4-style {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

/* Teaser-Text */
.teaser-text {
  font-family: Roboto, Arial, sans-serif !important;
}

/* Formular-Elemente */
input, textarea, select {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

/* UI-Komponenten */
.checkbox,
.radio,
.search-result-checkbox {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

/* Header */
.header-wrapper {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

/* Linke Navigation */
.left-navigation-list,
.left-navigation {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

/* Mobile Menu */
.left-navigation .mm-menu {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

/* Clips (seitliche Laschen) */
.clips {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

/* Projectheader */
.projectheader__title,
.projectheader__subtitle {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}
