/* === ARTICLE STYLES === */ .cy-article-hero { position: relative; background: url(‚https://storage.googleapis.com/cloud_storage_for_ai_seo_marketing/veganer-ernaehrungsberater.info/Lexikon/kohlenhydrat-ist-nicht-gleich-kohlenhydrat/00-Kohlenhydrat-ist-nicht-gleich-Kohlenhydrat.webp‘) center/cover no-repeat; width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); max-width: none; aspect-ratio: 1200/628; display: flex; align-items: center; overflow: hidden; } .cy-article-hero::before { content: “; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.2) 100%); } .cy-article-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 40px 5%; width: 100%; } .cy-article-hero-inner h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 0.3em; color: #fff; line-height: 1.2; text-shadow: 2px 2px 6px rgba(0,0,0,0.6); } .cy-article-hero-inner h1 span { display: block; font-size: 0.5em; font-weight: 300; margin-top: 0.4em; color: rgba(255,255,255,0.85); } .cy-article-hero-inner p { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.9); margin: 0; max-width: 600px; text-shadow: 1px 1px 4px rgba(0,0,0,0.5); } @media (max-width: 768px) { .cy-article-hero-inner { text-align: center; padding: 30px 5%; } .cy-article-hero-inner p { max-width: none; } } .cy-a-section { max-width: 1200px; padding: 50px 5%; margin: 0 auto; } .cy-a-section h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.5em; color: #1a1a2e; } .cy-a-section h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); margin-bottom: 0.4em; color: #222; } .cy-a-section p { line-height: 1.8; color: #444; max-width: 900px; font-size: 1rem; } .cy-a-full { width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); max-width: none; padding: 50px 5%; } .cy-a-full-inner { max-width: 1200px; margin: 0 auto; } .cy-a-full.gray { background: #f7f8fa; } .cy-a-full.dark { background: #1a1a2e; color: #fff; } .cy-a-full.dark h2, .cy-a-full.dark h3 { color: #fff; } .cy-a-full.dark p { color: rgba(255,255,255,0.85); } /* Card Grid (4 columns) */ .cy-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 30px; } @media (max-width: 1000px) { .cy-card-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .cy-card-grid { grid-template-columns: 1fr; } } .cy-card { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); background: #fff; transition: transform 0.25s ease, box-shadow 0.25s ease; } .cy-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); } .cy-card img { width: 100%; height: 180px; object-fit: cover; } .cy-card-body { padding: 20px; } .cy-card-body h3 { margin-top: 0; font-size: 1.05rem; } .cy-card-body p { font-size: 0.9rem; line-height: 1.6; margin-bottom: 0; } /* Info boxes */ .cy-info-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 30px 0; } .cy-info-box { padding: 28px; border-radius: 12px; border-left: 5px solid; } .cy-info-box.good { background: #f0faf0; border-color: #2e8b57; } .cy-info-box.neutral { background: #f5f5ff; border-color: #5b6abf; } .cy-info-box.warn { background: #fff8f0; border-color: #e67e22; } .cy-info-box h3 { margin-top: 0; font-size: 1.15rem; } .cy-info-box.good h3 { color: #2e8b57; } .cy-info-box.neutral h3 { color: #5b6abf; } .cy-info-box.warn h3 { color: #e67e22; } .cy-info-box p { font-size: 0.95rem; margin-bottom: 0; max-width: none; } @media (max-width: 768px) { .cy-info-boxes { grid-template-columns: 1fr; } } /* Checklist */ .cy-checklist { list-style: none; padding: 0; margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } @media (max-width: 768px) { .cy-checklist { grid-template-columns: 1fr; } } .cy-checklist li { background: #fff; border-radius: 10px; padding: 20px 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-left: 4px solid #2e8b57; } .cy-checklist li strong { display: block; margin-bottom: 6px; color: #1a1a2e; font-size: 1rem; } .cy-checklist li p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: #555; } /* Cause list */ .cy-cause-list { list-style: none; padding: 0; margin: 24px 0; } .cy-cause-list li { padding: 14px 0; border-bottom: 1px solid #eee; display: flex; gap: 14px; align-items: flex-start; } .cy-cause-list li:last-child { border-bottom: none; } .cy-cause-list .cy-cause-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: #f0faf0; color: #2e8b57; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; } .cy-cause-list .cy-cause-text strong { color: #1a1a2e; } .cy-cause-list .cy-cause-text p { margin: 4px 0 0; font-size: 0.92rem; max-width: none; } /* VE Table */ .cy-ve-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; margin: 30px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.08); } .cy-ve-table thead th { background: #1a1a2e; color: #fff; padding: 14px 18px; text-align: left; font-size: 0.95rem; font-weight: 600; } .cy-ve-table tbody td { padding: 12px 18px; font-size: 0.92rem; border-bottom: 1px solid #eee; color: #444; } .cy-ve-table tbody tr:last-child td { border-bottom: none; } .cy-ve-table tbody tr:nth-child(even) { background: #f9f9fb; } /* Fazit */ .cy-fazit { background: linear-gradient(135deg, #1a1a2e, #0f3460); border-radius: 16px; padding: 40px; color: #fff; margin-top: 10px; } .cy-fazit h2 { color: #fff; text-align: center; margin-bottom: 0.6em; } .cy-fazit p { color: rgba(255,255,255,0.9); text-align: center; max-width: 800px; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; } /* TOC */ .cy-toc { background: #f7f8fa; border-radius: 12px; padding: 28px 32px; margin: 0 auto 10px; max-width: 700px; } .cy-toc h3 { margin: 0 0 12px; font-size: 1.1rem; color: #1a1a2e; } .cy-toc ol { margin: 0; padding-left: 20px; } .cy-toc ol li { margin-bottom: 6px; font-size: 0.95rem; } .cy-toc ol li a { color: #2e8b57; text-decoration: none; } .cy-toc ol li a:hover { text-decoration: underline; } /* Restaurant box */ .cy-restaurant-box { background: linear-gradient(135deg, #e8f5e9, #f1f8e9); border: 2px solid #4caf50; border-radius: 16px; padding: 32px; margin: 30px 0; text-align: center; } .cy-restaurant-box h3 { color: #2e7d32; margin-top: 0; } .cy-restaurant-box p { max-width: 600px; margin: 0 auto; color: #444; }

Not All Carbohydrates Are Created Equal Decoding the Carbohydrate Compendium for Your Health

Not all carbohydrates are the same – Professor Dr. Robert Lustig reveals why distinguishing between sugar, starch and dietary fibre is crucial for our health.

Why Not All Carbohydrates Are the Same

In the modern world of nutrition, we are flooded with information that often creates more confusion than clarity. One of the most hotly debated topics is the role of carbohydrates in our diet.

Professor Dr. Robert Lustig offers a profound analysis in his groundbreaking book “Fat Chance” on how not all carbohydrates are the same. His research demonstrates that distinguishing between different types of carbohydrates is crucial for our health. By demystifying common dietary myths, Lustig provides valuable insights into how conscious eating can improve our well-being.

The Core Message

For years, we were sold the idea that a low-fat, high-carbohydrate diet promotes health. Lustig exposes this assumption as misleading, backed by scientific evidence – what matters is the type of carbohydrate.

The Food Matrix

Lustig emphasises the importance of the food matrix: the combination of macronutrients – proteins, fats and dietary fibre – significantly influences how quickly glucose is absorbed.

Four Key Concepts of Carbohydrates

To properly classify carbohydrates, we need to understand four fundamental distinctions:

Sugar vs. starch – differences in carbohydrates

Sugar vs. Starch

Sugar is digested quickly, leading to rapid insulin spikes and thereby promoting weight gain. Starch, however, is broken down more slowly – yet even here, important differences exist.

Amylose vs. amylopectin in starch

Amylose vs. Amylopectin

Amylose is digested more slowly than amylopectin, resulting in more stable glucose absorption and better satiety. Whole grains contain more amylose.

The role of macronutrients in carbohydrate metabolism

The Role of Macronutrients

A balanced diet with proteins, fats and dietary fibre regulates glucose absorption and the insulin response.

Glycemic index and glycemic load

GI and GL

The glycemic index (GI) and glycemic load (GL) provide insights into how foods affect blood sugar and their long-term health impacts.

A Deeper Look at Fructose

Fructose, often marketed as a harmless sugar, contributes significantly to insulin resistance and metabolic syndrome. Lustig reveals how fructose – despite its low glycemic index – stresses the liver and is harmful to health in the long term.

  • 1
    Liver Stress

    Fructose is metabolised exclusively in the liver. Excessive consumption can lead to fatty liver disease – similar to the effects of alcohol.

  • 2
    Insulin Resistance

    Chronically high fructose consumption is associated with the development of insulin resistance – a precursor to type 2 diabetes and metabolic syndrome.

  • 3
    Cholesterol and Triglycerides

    Fructose can increase the production of triglycerides and LDL cholesterol, which is associated with an elevated risk of cardiovascular disease.

  • 4
    Hidden in Processed Foods

    Fructose is found in many processed products – from soft drinks and sauces to supposedly “healthy” muesli bars. A critical look at ingredient lists is worthwhile.

Fructose in Whole Fruits

In whole fruits, fructose is embedded in a matrix of dietary fibre that slows absorption. Lustig emphasises: eating fruit is not the same as drinking fruit juice.

Fructose in Processed Products

Isolated fructose in soft drinks and sweets reaches the liver directly without the protective fibre matrix – with potentially harmful consequences.

Carbohydrates Compared

Not every carbohydrate affects our body in the same way. This overview shows the key differences:

Type Examples Digestion Insulin Response
Simple SugarGlucose, table sugarVery fastStrong spike
FructoseFruit juice, HFCS, soft drinksLiver-dependentLow (deceptive!)
Amylopectin (Starch)White bread, potatoesFastModerate–high
Amylose (Starch)Legumes, whole grainsSlowLow–moderate
Dietary FibreVegetables, whole grains, nutsMinimal / gut fermentationNo direct effect

Practical Tips for Everyday Life

Lustig’s research is a call to critically question our eating habits. Here are four practical approaches:

  • Prioritise Fibre

    Choose foods high in dietary fibre – they slow glucose absorption and promote a healthy gut flora.

  • Whole Grains over White Flour

    Whole grain products contain more amylose and are digested more slowly – this ensures more stable blood sugar levels and longer-lasting satiety.

  • Avoid Fruit Juice

    Eat whole fruits rather than drinking juice. The fibre in the fruit slows fructose absorption and protects the liver.

  • Read Ingredient Lists

    Watch for hidden sugars in processed products: glucose-fructose syrup, maltodextrin or dextrose are common disguised names.

Mindful Nutrition at China Yung

At our restaurant, we value balanced preparation – with whole grain options, fresh vegetables and a mindful approach to sugar. Ask our team about our fibre-rich dishes.

Conclusion – Choose Carbohydrates Wisely

Professor Dr. Robert Lustig’s research is a wake-up call: it is not the quantity of carbohydrates alone that determines our health, but above all their type and processing. His advocacy for a return to natural, fibre-rich foods and a critical view of processed products provides an essential guide for anyone seeking to improve their well-being.

References

Lustig, Robert H. (2021). Fat Chance: The Hidden Truth About Sugar, Obesity and Disease. Fourth Estate. ISBN 978-3-7423-1724-7.

Disclaimer: This article is for general informational purposes only and does not replace medical advice, diagnosis or treatment. For health-related questions, please consult your doctor.

Image source: Adobe Stock / Google Cloud Storage

What this means for our kitchen

At China Restaurant Yung, we put this knowledge into practice every day. Our dishes are gently prepared — steamed, low-temperature cooked, or wok-tossed with controlled heat — so nutrients stay where they belong: on your plate.

→ Our menu
Chi Kei Yung (容子基) – Head Chef and Nutritionist
Chi Kei Yung (容子基)
Head Chef since 1984 · 6× Certified Nutritionist · Guinness World Record Holder
Gentle cooking | Steaming · Low-temperature · Controlled wok