diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html
index 6ded954..0392b38 100644
--- a/semantic-tokens-components.html
+++ b/semantic-tokens-components.html
@@ -113,7 +113,7 @@
| surface-call-to-action-card | surface-card-group | Fläche der Call-to-action-Card als dunkle Content-Card-Variante. |
| text-call-to-action-card | color-font-light | Textfarbe in der Call-to-action-Card. |
- | layout-call-to-action-card-width | calc(var(--dimension-public-content-width) * 0.7) | Breite der Card im Page-Layout. |
+ | layout-call-to-action-card-width | calc(var(--dimension-public-content-width) * 0.5) | Breite der Card im Page-Layout. |
| layout-call-to-action-card-content-columns | minmax(0, 1fr) max-content | Zweispaltiges Layout mit flexibler Textspalte und Buttonspalte in Buttonbreite. |
| layout-call-to-action-card-content-gap | spacing-large | Abstand zwischen Text und Button. |
diff --git a/styles/44-components-public-page-components.css b/styles/44-components-public-page-components.css
index 6fc97d5..4a608a5 100644
--- a/styles/44-components-public-page-components.css
+++ b/styles/44-components-public-page-components.css
@@ -41,7 +41,7 @@
.sg-card--call-to-action-card {
--surface-call-to-action-card: var(--surface-card-group);
--text-call-to-action-card: var(--color-font-light);
- --layout-call-to-action-card-width: calc(var(--dimension-public-content-width) * 0.7);
+ --layout-call-to-action-card-width: calc(var(--dimension-public-content-width) * 0.5);
--layout-call-to-action-card-content-columns: minmax(0, 1fr) max-content;
--layout-call-to-action-card-content-gap: var(--spacing-large);
width: var(--layout-call-to-action-card-width);