diff --git a/foundations.html b/foundations.html
index 06e9f46..b43f71b 100644
--- a/foundations.html
+++ b/foundations.html
@@ -77,8 +77,8 @@
| body | Open Sans, 1rem, Regular | Standardtext im Portal. |
| brand | Open Sans, 1.6rem, Regular | Portal-Brand im Portal Header. |
- | h1 | Open Sans, 1.5rem, Regular | Hauptüberschriften; kleiner als Portal-Brand und 50% größer als Fließtext. |
- | h2 | Open Sans, 1.25rem, Regular | Zwischenüberschriften; kleiner als H1 und 25% größer als Fließtext. |
+ | h1 | Open Sans, 1.8rem, Regular | Hauptüberschriften; kleiner als Portal-Brand und 80% größer als Fließtext. |
+ | h2 | Open Sans, 1.5rem, Regular | Zwischenüberschriften; kleiner als H1 und 50% größer als Fließtext. |
| strong | Open Sans, 1rem, Semibold | Hervorgehobener Text, Labels und Button-Text. |
| section-title | Open Sans, 1rem, Regular | Section-Titel; aktuell identisch mit body, aber separat benannt. |
| bar-label | Open Sans, 1rem, Semibold | Labels bei Score-Balken. |
diff --git a/styles/01-foundations.css b/styles/01-foundations.css
index e02db44..868669e 100644
--- a/styles/01-foundations.css
+++ b/styles/01-foundations.css
@@ -233,8 +233,8 @@
--font-size-base: 1rem;
--font-size-small: 0.8rem;
--font-size-brand: 1.6rem;
- --font-size-h1: 1.5rem;
- --font-size-h2: 1.25rem;
+ --font-size-h1: 1.8rem;
+ --font-size-h2: 1.5rem;
--font-weight-regular: 400;
--font-weight-semibold: 600;
--line-height-base: 1.5;
diff --git a/styles/43-components-typography.css b/styles/43-components-typography.css
index dc65642..c8f8855 100644
--- a/styles/43-components-typography.css
+++ b/styles/43-components-typography.css
@@ -15,11 +15,3 @@
color: var(--text-typography-preview);
margin-top: 0;
}
-
-.sg-typography-preview h1 {
- font-size: calc(var(--font-size-h1) * 1.2);
-}
-
-.sg-typography-preview h2 {
- font-size: calc(var(--font-size-h2) * 1.2);
-}