Opens in a new tab
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);
});

Thursday, November 23 2023, 2.39pm

The 10th Ibiza Tourism Forum, recently held at the Jesús Cultural Centre, centered on sustainability in tourism. Sandra López from Savills highlighted the economic aspects of sustainability, suggesting that investments are recouped through consumer preference for sustainable establishments and operational savings. The event also touched on the broader implications of neglecting sustainability, as exemplified by Santiago del Álamo’s insights into the ecological decline of the Mar Menor. Costa Rica’s approach to sustainability, presented by Ambassador Adriana Bolaños, served as an international example, showcasing the benefits of renewable energy and biodiversity. The forum concluded with the III Tourism Forum Awards, recognizing significant contributions to sustainable tourism. For the full article, please visit Diario de Ibiza website here.