function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Meet the neighbours – a vanlife band from Italy

I thought I’d show you a bit more of the street I’m staying on in Berlin (see my bike ride in Berlin post here), and introduce some of the neighbours…

This is the street I’m living on in the centre of Berlin

vanlife-berlin-neighbours

But behind the vans…

vanlife-berlin-camping-spot

Here are the neighbours

vanlife-berlin-neighbors

A 4 piece band from Italy

vanlife-berlin-camping

This is where they live

vanlife-berlin-the-face-van

It has 4 beds

vanlife-berlin-motorhome-bed

There’s no electricity

vanlife-berlin-the-face-band-music

But they do have a generator

vanlife-berlin-generator

So they can play anywhere

vanlife-berlin-the-face-gig

They’ve been living on this street for 3 months whilst doing gigs all around Berlin. They’re now touring Italy before going to LA to record their album. They play sort of progressive psychedelic rock. They’re called ‘The Face’. Here’s their facebook page.

You just seem to be able to do stuff like this in Berlin. It’s pretty free and It is the place for music.

Thanks for sharing!
Comment below
guest
5 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments