Climber ascending an indoor climbing wall
Bouldering Hall

BLOCKHELDEN Bamberg

Memmelsdorfer Str. 211, 96052 Bamberg

€15.00
Day Pass

About this Hall

1200m² Boulderfläche auf 2 Stockwerken mit Kraftboutique (Hangboards, Kabelzug, Kettlebells), Yoga-Loft und Kinderbereich. Sonnige Außenterrasse. 2x wöchentlich frische Boulder. Deep Net Soloing freitags.

Features & Amenities

Climbing Options

Bouldering
Outdoor Area
Kids Area
Courses

Services & Amenities

Café/Bistro
Shop
Equipment Rental
Lockers
Parking
Yoga Classes

Training & Specials

Deep Net Soloing

High bouldering over safety net

Prices

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

Student discount available

All prices without guarantee. Information may be outdated. Check current prices on website →

Location

Opening Hours

Monday 09:00 - 23:00
Tuesday 09:00 - 23:00
Wednesday 09:00 - 23:00
Thursday 09:00 - 23:00
Friday 09:00 - 23:00
Saturday 09:00 - 23:00
Sunday 09:00 - 23:00

Contact

Memmelsdorfer Str. 211

96052 Bamberg

Bayern

Social:

Instagram

@blockhelden.bamberg Follow on Instagram

Latest photos and stories on Instagram

Last updated: January 29, 2026

Nearby

22.0 km away

Frankenjura Academy

Forchheim, Bayern

Climbing Hall
from 14.00 €
26.0 km away
32.7 km away

Boulderia

Neunkirchen am Brand, Bayern

Bouldering Hall
from 12.00 €
37.8 km away
37.9 km away
38.7 km away