Climber ascending an indoor climbing wall
Boulderhalle

BLOCKHELDEN Bamberg

Memmelsdorfer Str. 211, 96052 Bamberg

15,00 €
Tageskarte
1200 m²
Boulderfläche

Über diese Halle

Bamberg hat seinen Fels! Die BLOCKHELDEN Bamberg sind mehr als nur eine Kletterhalle – sie sind ein Treffpunkt für alle, die sich gerne bewegen, Herausforderungen suchen und die Community lieben. Auf satten 1200 m² Boulderfläche auf zwei Etagen findet hier jeder seinen Lieblingsboulder. Egal ob Anfänger, ambitionierter Sportkletterer oder Familie – hier ist für jeden etwas dabei.

Die BLOCKHELDEN sind bekannt für ihre abwechslungsreichen Routen, die von einem kreativen Routenbau-Team regelmäßig neu geschraubt werden. Dienstags und Donnerstags gibt es frische Boulder, damit es nie langweilig wird. Vom unteren Bug bis zum Slab District – die Sektoren bieten für jeden Geschmack und Schwierigkeitsgrad die passende Herausforderung.

Für die kleinen Kletterfans gibt es einen eigenen Kinderbereich, in dem sie spielerisch das Bouldern lernen können. Und wer mehr will, kann an den Kinder- und Jugendtrainings teilnehmen oder den Geburtstag in der Halle feiern. Aber auch für Erwachsene gibt es ein breites Kursangebot:

  • Kostenlose Einführungskurse
  • Grundkurse zur Bouldertechnik
  • Kraftworkshops für ambitionierte Kletterer

Neben dem Bouldern bieten die BLOCKHELDEN Bamberg noch weitere Highlights. Im Yogaloft mit Blick über die Halle kann man sich entspannen und neue Energie tanken. Wer seine Kletterausrüstung auf Vordermann bringen möchte, kann den Kletterschuh-Neubesohlungsservice nutzen. Und im Heldenbistro gibt es leckere Snacks und Getränke für die Stärkung zwischendurch. Ein besonderes Highlight ist das Deep Net Solo (DNS) – ein Adrenalinrausch für alle, die sich trauen, in neun Metern Höhe ohne Seil zu klettern.

Ausstattung & Features

1200m²
Boulderfläche

Kletterangebot

Bouldern
Außenbereich
Kinderbereich
Kurse

Service & Einrichtungen

Café/Bistro
Shop
Materialverleih
Schließfächer
Parkplätze
Yoga-Kurse

Training & Specials

Deep Net Soloing

Höhenbouldern über Sicherheitsnetz

Preise

Eintrittspreise

pro Personzzgl. Eintritt (Person)
12,00 €
:root { --bh-orange: #e9a347; --bh-green: #3ecd75; --bh-text-dark: #1a1a1a; --bh-meta-color: rgba(0,0,0,0.6); --bh-action-red: #e74c3c; } @keyframes bhFadeInUp { from { opacity: 0; top: 30px; } to { opacity: 1; top: 0; } } .bh-pricing-container { width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box; font-family: inherit; } .bh-toggle-wrapper { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; background: #fbfbfb; border-radius: 50px; padding: 8px; width: fit-content; margin-left: auto; margin-right: auto; opacity: 0; animation: bhFadeInUp 0.6s ease-out forwards; } .bh-toggle-btn { padding: 10px 25px; border-radius: 40px; cursor: pointer; font-weight: 600; color: #666; transition: all 0.3s ease; border: none; background: transparent; font-size: 16px; outline: none; font-family: inherit; } .bh-toggle-btn.active { background-color: var(--bh-orange); color: white; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .bh-toggle-btn:hover:not(.active) { color: var(--bh-orange); } .bh-pricing-grid { display: flex; justify-content: center; align-items: stretch; gap: 25px; flex-wrap: wrap; } .bh-card { background: #fff; border-radius: 15px; padding: 40px 25px; width: 100%; max-width: 320px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; transform: translateZ(0); cursor: pointer; color: var(--bh-text-dark); opacity: 0; animation: bhFadeInUp 0.6s ease-out forwards; overflow: visible; transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease; } .bh-card:nth-child(1) { animation-delay: 0.1s; } .bh-card:nth-child(2) { animation-delay: 0.2s; } .bh-card:hover { transform: translateY(-10px) !important; box-shadow: 0 20px 40px rgba(0,0,0,0.1); } .bh-card.highlight { background: var(--bh-orange); color: white; box-shadow: 0 5px 25px rgba(0,0,0,0.05); z-index: 1; transform: scale(1.03); animation: bhFadeInUp 0.6s ease-out forwards; animation-delay: 0.2s; } .bh-card.highlight:hover { transform: translateY(-10px) scale(1.03) !important; box-shadow: 0 25px 50px rgba(233, 163, 71, 0.4); } .bh-pennant { position: absolute; top: -2px; right: 20px; background-color: var(--bh-action-red); color: white; padding: 10px 8px 18px 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.2; z-index: 10; box-shadow: 0 4px 6px rgba(0,0,0,0.2); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%); } .bh-card.highlight .bh-pennant { background-color: white; color: var(--bh-orange); } .bh-card h3 { font-size: 26px; font-weight: 700; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 1px; color: inherit; font-family: inherit; min-height: 1.2em; } .bh-subtitle { font-size: 16px; font-weight: 500; color: #888; margin-top: -5px; margin-bottom: 10px; } .bh-card.highlight .bh-subtitle { color: rgba(255, 255, 255, 0.95) !important; /* Weiß auf Orange */ } .bh-price-box { margin-top: 5px; margin-bottom: 25px; position: relative; } .bh-separator { height: 2px; width: 180px; background-color: #eeeeee; margin: 20px auto 0 auto; } .bh-card.highlight .bh-separator { background-color: rgba(255,255,255,0.5); } .bh-currency { font-size: 22px; vertical-align: top; font-weight: 400; line-height: 1.5; position: relative; top: 6px; color: var(--bh-meta-color); } .bh-card.highlight .bh-currency { color: rgba(255,255,255,0.8); } .bh-price { font-size: 54px; font-weight: 700; line-height: 1; letter-spacing: -2px; } .bh-period { font-size: 14px; font-weight: 400; color: var(--bh-meta-color); } .bh-card.highlight .bh-period { color: rgba(255,255,255,0.8); } .bh-features { list-style: none !important; padding: 0 15px !important; margin: 0 0 50px 0; flex-grow: 1; width: fit-content; align-self: center; text-align: left; } .bh-features li { list-style: none !important; margin-bottom: 14px; position: relative; padding-left: 30px; font-size: 15px; line-height: 1.4; color: inherit; } .bh-features li strong { font-weight: 700; color: inherit; } .bh-features li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--bh-green) !important; font-weight: 900; font-size: 18px; font-family: Arial, sans-serif; } .bh-features li.cross::before { content: '✗'; color: #e74c3c !important; font-size: 16px; } .bh-card.highlight .bh-features li.cross::before { color: #e74c3c !important; } .bh-btn { display: inline-block; padding: 14px 0; width: 100%; border-radius: 8px; text-decoration: none !important; font-weight: 700; transition: background-color 0.3s, color 0.3s; margin-top: auto; font-size: 16px; text-align: center; border: 2px solid transparent; } .bh-card:not(.highlight) .bh-btn { background: var(--bh-orange); color: #fff !important; } .bh-card.highlight .bh-btn { background: #fff; color: var(--bh-orange) !important; } .bh-card .bh-btn:hover { background-color: #000000 !important; color: #ffffff !important; transform: none !important; box-shadow: none; } .bh-hidden { display: none !important; } @media (max-width: 900px) { .bh-card.highlight { transform: scale(1); } .bh-card.highlight:hover { transform: translateY(-10px); } .bh-toggle-wrapper { width: 80%; padding: 3px; } } Regulär Ermäßigt* Kinder 1 MonatGratis¹ Tarif M / Mo 4 Eintritte im Monat Nur am BLOCKHELDEN Standort Bamberg 10% Rabatt auf Zubehör- & Gastrosortiment Jederzeit pausierbar Keine Wartezeiten durch Fastlane Freie/vergünstigte Teilnahme an Wettkämpfen Unbegrenzte Eintritte In allen BLOCKHELDEN Standorten 10% Rabatt auf Zubehör- & Gastrosortiment Jederzeit pausierbar Keine Wartezeiten durch Fastlane Freie/vergünstigte Teilnahme an Wettkämpfen Jetzt buchen 1 MonatGratis¹ Tarif L / Mo Unbegrenzte Eintritte In allen BLOCKHELDEN Standorten 10% Rabatt auf Zubehör- & Gastrosortiment Jederzeit pausierbar Keine Wartezeiten durch Fastlane Freie/vergünstigte Teilnahme an Wettkämpfen Unbegrenzte Eintritte In allen BLOCKHELDEN Standorten 10% Rabatt auf Zubehör- & Gastrosortiment Jederzeit pausierbar Keine Wartezeiten durch Fastlane Freie/vergünstigte Teilnahme an Wettkämpfen Jetzt buchen function bhSwitchPrice(type, e) { var btns = document.querySelectorAll('.bh-toggle-btn'); btns.forEach(function(b){b.classList.remove('active')}); e.classList.add('active'); var isKids = (type === 'kids'); var cards = document.querySelectorAll('.bh-card'); cards.forEach(function(c) { var p = c.querySelector('.bh-price'); var b = c.querySelector('.bh-btn'); var t = c.querySelector('.bh-title'); var sub = c.querySelector('.bh-subtitle'); var ls = c.querySelector('.bh-list-standard'); var lk = c.querySelector('.bh-list-kids'); if(p) { var np = (type==='regular') ? p.getAttribute('data-reg') : ((type==='reduced') ? p.getAttribute('data-red') : p.getAttribute('data-kid')); p.textContent = np; } if(b) { var nl = (type==='regular') ? b.getAttribute('data-url-reg') : ((type==='reduced') ? b.getAttribute('data-url-red') : b.getAttribute('data-url-kid')); if(nl) b.setAttribute('href', nl); } if(t) { t.textContent = isKids ? t.getAttribute('data-title-kid') : t.getAttribute('data-title-reg'); } if(sub) { sub.textContent = isKids ? sub.getAttribute('data-sub-kid') : sub.getAttribute('data-sub-reg'); } if(ls && lk) { if(isKids) { ls.classList.add('bh-hidden'); lk.classList.remove('bh-hidden'); } else { lk.classList.add('bh-hidden'); ls.classList.remove('bh-hidden'); } } }); } (0,0,0,0.6)
35,00 €

Weitere Preise

/ Mo
35,00 €
/ Mo
65,00 €

Ermäßigung für Studenten

Alle Preise ohne Gewähr. Stand kann abweichen. Aktuelle Preise auf der Website prüfen →

Öffnungszeiten

Montag 09:00 - 23:00
Dienstag 09:00 - 23:00
Mittwoch 09:00 - 23:00
Donnerstag 09:00 - 23:00
Freitag 09:00 - 23:00
Samstag 09:00 - 23:00
Sonntag 09:00 - 23:00

Kontakt

Memmelsdorfer Str. 211

96052 Bamberg

Bayern, Deutschland

Social:

Instagram

@blockhelden.bamberg Auf Instagram folgen

Aktuelle Bilder und Stories auf Instagram

Zuletzt aktualisiert: 21. Februar 2026

Sind Sie der Inhaber?

Verifizieren Sie Ihre Halle und verwalten Sie Ihre Daten selbst.

Halle beanspruchen →

In der Nähe

Frankenjura Academy

Forchheim, Bayern

Kletterhalle
1200400m² Boulder12m Höhe
ab 14,00 €
26.0 km entfernt
32.7 km entfernt

Boulderia

Neunkirchen am Brand, Bayern

Boulderhalle
ab 12,00 €
37.8 km entfernt
37.9 km entfernt
38.7 km entfernt
39.1 km entfernt