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);
});

Freqs of Nature Festival in 15 photos

After Samsara (see this post) I went to Freqs of Nature Festival – about 70km south of Berlin.

It’s an experimental art and music festival

freqs-of-nature-festival-gate

With 4 stages

freqs-of-nature-festival-stage

And interesting spaces

freqs-of-nature-festival-gallery

With some really nice things inside

freqs-of-nature-festival-gate-art-psy

There’s a lot of dancing

freqs-of-nature-festival-dancing

Even in the rain

freqs-of-nature-festival-dancing-in-rain

There’sΒ freedom to… experiment

freqs-of-nature-festival-paint

Or do what you want

freqs-of-nature-festival-computer

But I love it all

freqs-of-nature-festival-art-chill-room

The art

freqs-of-nature-festival-gate-art

The music

freqs-of-nature-festival-forrest

The people

freqs-of-nature-festival-flower-of-life-guy

The travelling homes

freqs-of-nature-festival-traveller-home

I know it’s not the 60’s but…

freqs-of-nature-festival-old-mercedes-truck

It’s nice to have neighbours

freqs-of-nature-festival-camping-vans

After the festival (and a few hitchhikers later) I got to Berlin… posts to come

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