fix: <style>-Blöcke aus allen 24 Artikeln entfernt + Skill korrigiert
- artikel_*.html: 24 Dateien von <style>-Blöcken befreit (body, max-width zerstören Joomla) - journalistic-article-writing SKILL.md: falsche 'AUSNAHME 09.07.' entfernt - Ursache: Skill-Kommentar erlaubte Sub-Agenten <style> 'für Vorschau' — kein Gatekeeper existiert
This commit is contained in:
@@ -7,73 +7,6 @@
|
||||
<meta name="keywords" content="Crowdfunding, Brettspiele, Gamefound, Kickstarter, Concordia, Aeon's End, Maraskan, Shōgun, KW26">
|
||||
<title>Crowdfunding KW26: Concordia dominiert, Aeon's End überrascht, Maraskan & Shōgun stark – Die Wochenübersicht</title>
|
||||
|
||||
<style>
|
||||
body { background: #fff; color: #3B3B3C; font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.7; margin: 0; padding: 0; }
|
||||
article { max-width: 760px; margin: 2rem auto; padding: 0 1.5rem; }
|
||||
h1 { font-size: 1.8rem; line-height: 1.3; margin-bottom: 0.5rem; color: #171D4F; font-family: Arial, Helvetica, sans-serif; font-weight: 600; }
|
||||
h2 { font-size: 1.35rem; margin: 2.5rem 0 1rem; padding-bottom: 0.4rem; border-bottom: 2px solid #e8e8f0; color: #171D4F; font-family: Arial, Helvetica, sans-serif; font-weight: 600; }
|
||||
h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; color: #20228A; }
|
||||
p { margin: 0 0 1rem; }
|
||||
a { color: #20228A; text-decoration: none; }
|
||||
a:hover { color: #0075FF; text-decoration: underline; }
|
||||
a:visited { color: #171D4F; }
|
||||
blockquote { border-left: 3px solid #20228A; margin: 1.2rem 0; padding: 0.5rem 1rem; background: #f5f5fa; font-style: italic; }
|
||||
strong { font-weight: 600; }
|
||||
.meta { font-size: 0.85rem; color: #999; margin-bottom: 1.5rem; }
|
||||
.kasten { background: #f5f5fa; border: 1px solid #dcdce8; padding: 1rem 1.5rem; margin: 2rem 0; font-size: 0.9rem; border-radius: 6px; }
|
||||
.infobox { background: #f5f5fa; border: 1px solid #dcdce8; padding: 0.8rem 1.2rem; margin: 0.8rem 0; font-size: 0.88rem; border-radius: 4px; }
|
||||
.infobox p { margin: 0.2rem 0; }
|
||||
|
||||
/* Tabellen */
|
||||
table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 1.5rem 0; font-size: 0.88rem; border: 1px solid #dcdce8; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
|
||||
th { background: linear-gradient(180deg, #20228A 0%, #171D4F 100%); color: #f0f0f5; padding: 10px 12px; text-align: left; font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
|
||||
th:first-child { padding-left: 16px; }
|
||||
td { padding: 10px 12px; border-bottom: 1px solid #e8e8f0; vertical-align: middle; }
|
||||
td:first-child { padding-left: 16px; }
|
||||
tr:last-child td { border-bottom: none; }
|
||||
tr:nth-child(even) td { background: #fafafd; }
|
||||
tr:hover td { background: #f0f0fa; transition: background 0.15s ease; }
|
||||
|
||||
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
|
||||
td.funding, th.funding { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }
|
||||
|
||||
/* Rang-Badges */
|
||||
td.rank { text-align: center; width: 40px; }
|
||||
.rank-badge { display: inline-block; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; text-align: center; font-weight: 700; font-size: 0.82rem; color: #fff; background: #9091c5; }
|
||||
.rank-1 { background: #c9972e; }
|
||||
.rank-2 { background: #9091c5; }
|
||||
.rank-3 { background: #8b6914; }
|
||||
|
||||
/* Plattform-Logos */
|
||||
.badge { display: inline-block; vertical-align: middle; }
|
||||
.badge img { height: 25px; width: auto; display: block; }
|
||||
|
||||
/* Prozent */
|
||||
td.pct { text-align: right; white-space: nowrap; font-weight: 600; }
|
||||
|
||||
/* Tage */
|
||||
.days-urgent { color: #dc3545; font-weight: 700; }
|
||||
.days-warning { color: #e67e22; font-weight: 600; }
|
||||
.days-ok { color: #555; }
|
||||
|
||||
/* Highlights */
|
||||
tr.row-mega td { background: #f0eefa !important; }
|
||||
tr.row-mega:hover td { background: #e6e2f5 !important; }
|
||||
tr.row-highlight td { background: #f5f5fa !important; }
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 768px) {
|
||||
article { padding: 0 0.5rem; }
|
||||
table { font-size: 0.72rem; }
|
||||
th, td { padding: 5px 6px; }
|
||||
th { font-size: 0.65rem; letter-spacing: 0; }
|
||||
td.rank { width: 28px; }
|
||||
.rank-badge { width: 20px; height: 20px; line-height: 20px; font-size: 0.68rem; }
|
||||
.badge img { height: 16px; }
|
||||
h1 { font-size: 1.3rem; }
|
||||
h2 { font-size: 1.1rem; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -0,0 +1,318 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Die besten Brettspiel-Angebote am 04. July 2026 – Spiele-Offensive, Amazon und mehr im Preisvergleich.">
|
||||
<meta name="keywords" content="Brettspiel, Angebote, Deals, Spiele-Offensive, Amazon, Preisvergleich">
|
||||
<meta name="bsn-tags" content="Strategie, Eurogame, Kartenspiel, 2-4 Spieler, 2-5 Spieler">
|
||||
<title>Die besten Brettspiel-Deals der Woche – KW 26 2026</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- bsn-meta:04. July 2026 -->
|
||||
|
||||
<article>
|
||||
|
||||
<h2>Die besten Brettspiel-Deals der Woche – KW 26</h2>
|
||||
|
||||
<p>Die besten Brettspiel-Angebote der Woche aus allen Shops im Preisvergleich. Von Kennerspielen mit über 70 % Rabatt bei Spiele-Offensive bis zu reduzierten Amazon-Titeln – alle Preise geprüft am 04. July 2026.</p>
|
||||
|
||||
<hr id="system-readmore" />
|
||||
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/rlVMW44IxSdXg0mfbdOdOg__original/img/0dv_H-9NXnu7aKwbZD0T9cHTHyw=/0x0/filters:format(jpeg)/pic7819093.jpg" alt="3 Ring Circus" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>3 Ring Circus</strong> <a href="https://boardgamegeek.com/boardgame/371947" target="_blank" rel="noopener" class="weight">BGG 7.2</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">7,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 39,95 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-80%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.2/10 · 1–4 Spieler · Weight 2.7/5 · 2023</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 7,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/3-Ring-Circus-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 32,99 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/3-Ring-Circus?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 39,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=37914513297&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 28,70 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=37914270652&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 28,70 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/6_BYcrCoSoSvwENXzBKL5A__original/img/VqDXH2wM2tN-8HLgzouvP7uFAO0=/0x0/filters:format(png)/pic5518467.png" alt="Block and Key" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Block and Key</strong> <a href="https://boardgamegeek.com/boardgame/311930" target="_blank" rel="noopener" class="weight">BGG 7.0</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">11,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 54,50 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-78%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.0/10 · 1–4 Spieler · Weight 1.7/5 · 2022</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 11,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/SALE-Block-and-Key-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 35,14 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Block-and-Key?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 54,90 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=36632185051&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 54,90 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=36674750571&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 54,90 €</a></li>
|
||||
<li><a href="https://www.milan-spiele.de/advanced_search_result.php?keywords=Block+and+Key" target="_blank" rel="nofollow sponsored">Milan-Spiele.de – Preis prüfen</a></li>
|
||||
<li><a href="https://www.ideeundspiel.de/suche?q=Block+and+Key" target="_blank" rel="nofollow sponsored">idee+spiel.de – Preis prüfen</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/92kBNvfOo7OsCh0evdKDPQ__original/img/b_MMC2xcvS4pDpc3dn1iCjSfOfc=/0x0/filters:format(jpeg)/pic7364080.jpg" alt="Archeos Society" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Archeos Society</strong> <a href="https://boardgamegeek.com/boardgame/380938" target="_blank" rel="noopener" class="weight">BGG 7.1</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">9,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 47,57 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-78%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.1/10 · 2–6 Spieler · Weight 2.0/5 · 2023</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 9,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Archeos-Society-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 46,99 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Archeos-Society?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 29,00 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=36112903152&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 81,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=36674749759&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 81,99 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/kjKUoKJSu8j07YW4SROghQ__original/img/rQXMR3dldfcp4a1sP0LTjFQPnd4=/0x0/filters:format(jpeg)/pic6371987.jpg" alt="Dungeons, Dice & Danger" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Dungeons, Dice & Danger</strong> <a href="https://boardgamegeek.com/boardgame/262274" target="_blank" rel="noopener" class="weight">BGG 7.4</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">7,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 21,59 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-62%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.4/10 · 1–4 Spieler · Weight 2.4/5 · 2020</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 7,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Power-Rangers-Zordon-Dice-Tower-GM-Screen-EN?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 76,49 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Fresco-Card-Dice-Game?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 45,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=42580018594&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 39,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=42416961140&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 39,99 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/0aS85HPSKKGHGVvWQEEZew__original/img/Ww2bs-arDFMqVhte3VOtmGlq_SQ=/0x0/filters:format(jpeg)/pic6795274.jpg" alt="Lacrimosa" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Lacrimosa</strong> <a href="https://boardgamegeek.com/boardgame/348450" target="_blank" rel="noopener" class="weight">BGG 7.6</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">14,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 55,52 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-73%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.6/10 · 1–4 Spieler · Weight 3.2/5 · 2022</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 14,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Lacrimosa-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 55,19 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Lacrimosa?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 59,99 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/Mgv8-ZhhHO9NoknMrIJYXg__original/img/g_rnKZZGsGbyj47FcUPPRhtd2LA=/0x0/filters:format(jpeg)/pic6352309.jpg" alt="Bardwood Grove" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Bardwood Grove</strong> <a href="https://boardgamegeek.com/boardgame/344925" target="_blank" rel="noopener" class="weight">BGG 7.3</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">19,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 79,96 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-75%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.3/10 · 1–4 Spieler · Weight 3.3/5 · 2024</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 19,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Bardwood-Grove-EN?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 66,99 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Bardwood-Grove?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 79,99 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/SnTfcUTIAsz__-LR25ycpA__original/img/YpukYU_7vhe9CVSQV97fsFYNhrE=/0x0/filters:format(jpeg)/pic8802518.jpg" alt="Challengers!" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Challengers!</strong> <a href="https://boardgamegeek.com/boardgame/359970" target="_blank" rel="noopener" class="weight">BGG 7.1</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">9,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 35,68 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-72%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.1/10 · 1–8 Spieler · Weight 1.8/5 · 2022</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 9,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Challengers-EN?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 45,99 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Challengers_1?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 44,95 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=44183253145&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 42,65 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=44182385568&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 42,65 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/5tjbJJ21hE-ScRlV3DvjPQ__original/img/oFVZWHX2exjGnior8uy6UQ--kB0=/0x0/filters:format(jpeg)/pic6949932.jpg" alt="Terrakotta-Armee" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Terrakotta-Armee</strong> <a href="https://boardgamegeek.com/boardgame/350458" target="_blank" rel="noopener" class="weight">BGG 7.4</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">14,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 59,96 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-75%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.4/10 · 1–4 Spieler · Weight 3.4/5</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 14,99 € <span class="best-price">Bester Preis</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect fill="%23eee" width="100" height="100"/></svg>" alt="Tekhenu" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Tekhenu</strong> <a href="https://boardgamegeek.com/boardgame/297030" target="_blank" rel="noopener" class="weight">BGG 7.7</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">15,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 57,11 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-72%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.7/10 · 1–4 Spieler · Weight 4.1/5 · 2020</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 15,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Tekhenu-Insert?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 19,49 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Tekhenu-Der-Sonnenobelisk?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 57,00 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/J_kJcqdFuZ3EXbTReRtPTg__original/img/5BzVa0uUnlLBukrOGQlQbJZG8mk=/0x0/filters:format(png)/pic5731469.png" alt="Buru" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Buru</strong> <a href="https://boardgamegeek.com/boardgame/316312" target="_blank" rel="noopener" class="weight">BGG 6.9</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">19,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 83,29 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-75%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 6.9/10 · 1–4 Spieler · Weight 2.3/5 · 2024</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 19,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/SALE-Buru-Deluxe-Edition-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 67,70 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=44808032021&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 54,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=44790594226&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 55,00 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/bbXkGoLMNNRE34kedAv2KA__original/img/9k99HHKVbARTgPbHUvYSFIeCmP4=/0x0/filters:format(jpeg)/pic9439081.jpg" alt="Kingdom Rush" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Kingdom Rush</strong> <a href="https://boardgamegeek.com/boardgame/328555" target="_blank" rel="noopener" class="weight">BGG 7.8</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">14,99 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 55,52 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-73%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.8/10 · 1–4 Spieler · Weight 3.4/5 · 2023</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 14,99 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Kingdom-Rush-Riss-in-der-Zeit-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 79,49 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/RCQf2kr9tPW3RrrZj-9lvA__original/img/tCt01H_w1VQr-lU99inHPt1QJj8=/0x0/filters:format(jpeg)/pic7774194.jpg" alt="Daitoshi" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Daitoshi</strong> <a href="https://boardgamegeek.com/boardgame/402677" target="_blank" rel="noopener" class="weight">BGG 7.5</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">29,00 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 80,00 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-63%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.5/10 · 1–4 Spieler · Weight 3.9/5 · 2024</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 29,00 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Daitoshi-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 59,89 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Daitoshi-EN?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 65,00 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=41387636642&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 63,20 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=41385764878&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 63,20 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/iACPS9cAOJ1DYLLdv_iQeA__original/img/1GcqmcgGqwefANBsIgA_GdtIVyk=/0x0/filters:format(jpeg)/pic6243989.jpg" alt="Armonia" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Armonia</strong> <a href="https://boardgamegeek.com/boardgame/341009" target="_blank" rel="noopener" class="weight">BGG 5.8</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">5,00 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 20,00 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-75%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 5.8/10 · 2–4 Spieler · Weight 1.2/5 · 2021</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 5,00 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Armonia-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 17,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=32739610565&a=661969&m=14158" target="_blank" rel="nofollow sponsored">Thalia.de – 22,99 €</a></li>
|
||||
<li><a href="https://www.awin1.com/pclick.php?p=33799350863&a=661969&m=30799" target="_blank" rel="nofollow sponsored">Osiander.de – 22,99 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/X0dWFFt7p8wZIH4RJX2EUQ__original/img/rXp0FqNszQmderJjY0KpOTzHWYI=/0x0/filters:format(jpeg)/pic7588110.jpg" alt="Marajoara" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Marajoara</strong> <a href="https://boardgamegeek.com/boardgame/392463" target="_blank" rel="noopener" class="weight">BGG 7.0</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">20,00 €</span> bei Spiele-Offensive.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 40,00 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-50%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 7.0/10 · 1–4 Spieler · Weight 2.0/5 · 2024</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li>Spiele-Offensive.de – 20,00 € <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.allgames4you.de/Marajoara?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 39,95 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/jEPmWvvYpqkWrKOzqIHFsg__original/img/rkHKwkUqpQC7PAGG7n2gbrcQiUY=/0x0/filters:format(png)/pic4336469.png" alt="Wasserkraft" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Wasserkraft</strong> <a href="https://boardgamegeek.com/boardgame/251247" target="_blank" rel="noopener" class="weight">BGG 8.1</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">53,78 €</span> bei Amazon.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 74,69 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-27%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 8.1/10 · 1–4 Spieler · Weight 4.1/5</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li><a href="https://www.amazon.de/dp/B08443VNK9?tag=60pro05-21" target="_blank" rel="nofollow sponsored">Amazon.de – 53,78 €</a> <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Wasserkraft-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 56,99 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Wasserkraft-Empfehlungsliste-Kennerspiel-des-Jahres-2021?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 74,90 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/fjE7V5LNq31yVEW_yuqI-Q__original/img/HQ1ti16wT9lqja5_h3gUfHUIcVI=/0x0/filters:format(png)/pic3918905.png" alt="Everdell" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Everdell</strong> <a href="https://boardgamegeek.com/boardgame/199792" target="_blank" rel="noopener" class="weight">BGG 8.0</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">50,14 €</span> bei Amazon.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 69,64 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-28%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 8.0/10 · 1–4 Spieler · Weight 2.8/5 · 2018</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li><a href="https://www.amazon.de/dp/B084BJBYS1?tag=60pro05-21" target="_blank" rel="nofollow sponsored">Amazon.de – 50,14 €</a> <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Everdell-Complete-Collection-DE?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 314,99 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Everdell?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 69,95 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;">
|
||||
<img src="https://cf.geekdo-images.com/kjCm4ZvPjIZxS-mYgSPy1g__original/img/9uLd9C3XAvInLCLhAoXqKVk56zs=/0x0/filters:format(jpeg)/pic7013651.jpg" alt="Spirit Island" style="width:100px;height:100px;object-fit:contain;" loading="lazy">
|
||||
<div style="flex:1;">
|
||||
<strong>Spirit Island</strong> <a href="https://boardgamegeek.com/boardgame/162886" target="_blank" rel="noopener" class="weight">BGG 8.3</a><br>
|
||||
<span style="color:#20228a;font-size:1.2rem;font-weight:bold;">51,23 €</span> bei Amazon.de
|
||||
<span style="text-decoration:line-through;color:#999;margin-left:0.5rem;">UVP 70,18 €</span>
|
||||
<span style="background:#20228a;color:#fff;padding:2px 6px;border-radius:3px;margin-left:0.5rem;font-size:0.85rem;">-27%</span><br>
|
||||
<span style="color:#666;font-size:0.85rem;">BGG 8.3/10 · 1–4 Spieler · Weight 4.1/5 · 2017</span><br>
|
||||
<strong>Alle Shops im Vergleich:</strong>
|
||||
<ul class="shop-list">
|
||||
<li><a href="https://www.amazon.de/dp/B07GPZF3SL?tag=60pro05-21" target="_blank" rel="nofollow sponsored">Amazon.de – 51,23 €</a> <span class="best-price">Bester Preis</span></li>
|
||||
<li><a href="https://www.fantasywelt.de/Spirit-Island-EN?bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de – 80,96 €</a></li>
|
||||
<li><a href="https://www.allgames4you.de/Spirit-Island?bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de – 69,50 €</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<span style="font-size:1.17em;font-weight:bold;display:block;margin:1em 0;"><strong>Quellen</strong></span>
|
||||
<ol>
|
||||
<li><a href="https://www.spiele-offensive.de/" target="_blank" rel="nofollow sponsored">Spiele-Offensive.de</a> – Sonderangebote und Gruppendeals (Stand: 04. July 2026)</li>
|
||||
<li><a href="https://www.amazon.de/" target="_blank" rel="nofollow sponsored">Amazon.de</a> – Preisabfrage (Stand: 04. July 2026)</li>
|
||||
<li><a href="https://boardgamegeek.com/" target="_blank" rel="noopener">BoardGameGeek</a> – Bewertungen und Spiel-Daten</li>
|
||||
</ol>
|
||||
|
||||
<p class="bsn-recherche"><em>Recherchestand: 04. July 2026 · Preise inkl. MwSt. · Affiliate-Links</em></p>
|
||||
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user