<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MONDOGRANDE</title>
	<atom:link href="https://mondogrande.dk/feed/" rel="self" type="application/rss+xml" />
	<link>https://mondogrande.dk</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jun 2025 19:41:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>test-tg</title>
		<link>https://mondogrande.dk/elementor-2979/</link>
		
		<dc:creator><![CDATA[Van]]></dc:creator>
		<pubDate>Sat, 11 Jan 2025 15:23:09 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://mondogrande.dk/?p=2979</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2979" class="elementor elementor-2979" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-45441ca e-flex e-con-boxed e-con e-parent" data-id="45441ca" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
		<div class="elementor-element elementor-element-e6ebc44 e-con-full mdw-horizontal-scroll e-flex e-con e-parent" data-id="e6ebc44" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-eb43a04 e-con-full e-flex e-con e-child" data-id="eb43a04" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2fe311e elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html" data-id="2fe311e" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>

/* Horizontal Scroll */

.mdw-horizontal-scroll{
    --progress-bar: true;
    --progress-bar-color: #FF0000;
    --progress-bar-height: 2px;
}
body{
    --disable-movement-desktop: false;
    --disable-movement-tablet: false;
    --disable-movement-mobile: true;
    --hide-default-scrollbar: false;
    --disable-horizontal-scroll-mobile: false;
}
html.hide-scrollbar::-webkit-scrollbar{
    display: none;
}
html.hide-scrollbar{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mdw-horizontal-scroll{
    overflow: hidden;
    --initial-height: var(--min-height,100vh);
}
.mdw-horizontal-scroll:after{
    content: "";
    left: 0;
    top: calc(100vh - var(--progress-bar-height,2px));
    width: 100vw;
    height: var(--progress-bar-height,2px);
    background: var(--progress-bar-color,FFFF00);
    transform: scaleX(calc(var(--progress,0)*100%));
    position: fixed;
    transform-origin: left;
    will-change: transform;
    transition: transform 0.1s linear;
    opacity: 0;
}
.mdw-horizontal-scroll.fixed:after{
    opacity: 1;
}
.mdw-horizontal-scroll.progress-bar-disabled:after{
    display: none;
}
.mdw-horizontal-scroll > .e-con,
.mdw-horizontal-scroll > .e-container{
    transition: none;
    height: var(--initial-height,100vh);
}
body.tiny-scroll .mdw-horizontal-scroll > .e-con,
body.tiny-scroll .mdw-horizontal-scroll > .e-container{
    will-change: transform;
    transition: transform 1s cubic-bezier(0,.33,.07,1.03);
}
.mdw-horizontal-scroll.fixed > .e-con,
.mdw-horizontal-scroll.fixed > .e-container{
    position: fixed;
    top: 0;
    left: 0;
}
.mdw-horizontal-scroll.bottom{
    justify-content: flex-end;
}
.mdw-horizontal-scroll > .e-con > *,
.mdw-horizontal-scroll > .e-container > *{
    height: var(--min-height, 100vh);
}
.mdw-horizontal-scroll.hs-disabled{
    height: auto !important;
}
.mdw-horizontal-scroll.hs-disabled:after{
    display: none;
}
.mdw-horizontal-scroll.hs-disabled > .e-con,
.mdw-horizontal-scroll.hs-disabled > .e-container{
    flex-direction: column;
    height: auto;
}
.mdw-horizontal-scroll.hs-disabled.fixed > .e-con,
.mdw-horizontal-scroll.hs-disabled.fixed > .e-container{
    position: relative;
}
.mdw-horizontal-scroll.hs-disabled > .e-con > *,
.mdw-horizontal-scroll.hs-disabled > .e-container > *{
    height: auto;
}
.mdw-horizontal-scroll.hs-disabled > .e-con > .e-con,
.mdw-horizontal-scroll.hs-disabled > .e-container > .e-container{
    width: 100%;
}

/* Scrolling Movement */

.e-con[class^='mdw-hs-movement'],
.e-con[class*=' mdw-hs-movement'],
.e-container[class^='mdw-hs-movement'],
.e-container[class*=' mdw-hs-movement'],
.elementor-widget[class^='mdw-hs-movement'] .elementor-widget-container,
.elementor-widget[class*=' mdw-hs-movement'] .elementor-widget-container{
    transform: translateX(calc(var(--e-transform-translateX,0px) + var(--translateX,0)*-1px)) translateY(calc(var(--e-transform-translateY,0px) + var(--translateY,0)*1px)) rotate(calc(var(--rotateZ,0deg) + var(--rotate,0)*1deg));
    transition: none;
}
body.tiny-scroll .e-con[class^='mdw-hs-movement'],
body.tiny-scroll .e-con[class*=' mdw-hs-movement'],
body.tiny-scroll .e-container[class^='mdw-hs-movement'],
body.tiny-scroll .e-container[class*=' mdw-hs-movement'],
body.tiny-scroll .elementor-widget[class^='mdw-hs-movement'] .elementor-widget-container,
body.tiny-scroll .elementor-widget[class*=' mdw-hs-movement'] .elementor-widget-container{
    will-change: transform;
    transition: transform 1s cubic-bezier(0,.33,.07,1.03);
}
.e-con[class^='mdw-hs-movement-translate-x'],
.e-con[class*=' mdw-hs-movement-translate-x'],
.e-container[class^='mdw-hs-movement-translate-x'],
.e-container[class*=' mdw-hs-movement-translate-x'],
.elementor-widget[class^='mdw-hs-movement-translate-x'] .elementor-widget-container,
.elementor-widget[class*=' mdw-hs-movement-translate-x'] .elementor-widget-container{
    --translateX: calc(var(--parallax,0)*var(--speed-x,10)*var(--direction-x,1));
}
.e-con[class^='mdw-hs-movement-translate-y'],
.e-con[class*=' mdw-hs-movement-translate-y'],
.e-container[class^='mdw-hs-movement-translate-y'],
.e-container[class*=' mdw-hs-movement-translate-y'],
.elementor-widget[class^='mdw-hs-movement-translate-y'] .elementor-widget-container,
.elementor-widget[class*=' mdw-hs-movement-translate-y'] .elementor-widget-container{
    --translateY: calc(var(--parallax,0)*var(--speed-y,10)*var(--direction-y,1));
}
.e-con[class^='mdw-hs-movement-rotate'],
.e-con[class*=' mdw-hs-movement-rotate'],
.e-container[class^='mdw-hs-movement-rotate'],
.e-container[class*=' mdw-hs-movement-rotate'],
.elementor-widget[class^='mdw-hs-movement-rotate'] .elementor-widget-container,
.elementor-widget[class*=' mdw-hs-movement-rotate'] .elementor-widget-container{
    --rotate: calc(var(--parallax,0)*var(--speed-r,10)*var(--direction-r,1));
}

/* Reveal Animtion */

.mdw-reveal-animation,
.mdw-reveal-animation-left,
.mdw-reveal-animation-right,
.mdw-reveal-animation-top,
.mdw-reveal-animation-bottom{
    animation: none !important;
    transition: all 1s ease-in-out !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.mdw-reveal-animation:not(.animated),
.mdw-reveal-animation-left:not(.animated),
.mdw-reveal-animation-right:not(.animated),
.mdw-reveal-animation-top:not(.animated),
.mdw-reveal-animation-bottom:not(.animated){
    opacity: 0;
}
.mdw-reveal-animation:not(.animated),
.mdw-reveal-animation-bottom:not(.animated){
    transform: translateY(2em);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mdw-reveal-animation-left:not(.animated){
    transform: translateX(-2em);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.mdw-reveal-animation-right:not(.animated){
    transform: translateX(2em);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.mdw-reveal-animation-top:not(.animated){
    transform: translateY(-2em);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

/* For Mobile Devices */

@media (max-width: 767px){
.mdw-horizontal-scroll > .e-con,
.mdw-horizontal-scroll > .e-container{
    transition: transform 0.1s linear;
}
}
</style>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
if(!MDWNonce109){
var MDWNonce109 = true
;(function($){

function init(){
$('body').append('<div class="mdw-100vh" style="height: 100vh;display: none;"></div>')
if($('body').css('--hide-default-scrollbar') && $('body').css('--hide-default-scrollbar').trim() == 'true'){
    $('html').addClass('hide-scrollbar')   
}
}

function getValue(text, defaultValue){
    return (text.match(/\d+/) ? text.match(/\d+/)[0] : defaultValue)/100
}
function getDirection(text){
    return text.search('reverse') > -1 ? -1 : 1
}

function horizontalScroll(scroll, windowWidth, windowHeight, disableMobile){
$('.mdw-horizontal-scroll').each(function(){
    var $this = $(this),
    container = $this.find('.e-con, .e-container').eq(0),
    containerTop = $this.offset().top,
    totalWidth = 0,
    extraWidth = 0,
    passed = scroll - containerTop,
    translate = passed,
    minHeight = $this.css('--min-height') ? $this.css('--min-height') : '100vh'
    
    container.children().each(function(){
        totalWidth += $(this).outerWidth() + parseFloat($(this).css('margin-left')) + parseFloat($(this).css('margin-right'))
    })
    
    if( windowWidth < 768 && disableMobile ){
        totalWidth = windowWidth
        $this.addClass('hs-disabled')
    }else{
        $this.removeClass('hs-disabled')
    }
    
    $this.attr('total-width', totalWidth)
    
    if(totalWidth > windowWidth){
        extraWidth = totalWidth - windowWidth
    }
    
    $this.height('calc(' + minHeight + ' + ' + extraWidth + 'px)')
    
    if(passed < 0){ translate = 0 }
    if(passed > extraWidth){ translate = extraWidth }
    
    var progress = translate/extraWidth
    
    if(progress <= 0){
        $this.removeClass('fixed bottom')
    }
    if(progress > 0 && progress < 1){
        $this.addClass('fixed')
        $this.removeClass('bottom')
    }
    if(progress >= 1){
        $this.removeClass('fixed')
        $this.addClass('bottom')
    }
    
    container.css('transform', 'translateX(-' + translate + 'px)')
    $this.css('--progress', progress)
    
    if($this.css('--progress-bar') && $this.css('--progress-bar') == 'true'){
        $this.removeClass('progress-bar-disabled')
    }else{
        $this.addClass('progress-bar-disabled')
    }
})
}

var parallaxUpdate = false

function scrollMovement(scroll, windowWidth, windowHeight, disableMobile){

var enableMovement = false

if(windowWidth > 0){
    enableMovement = !$('body').css('--disable-movement-mobile') || $('body').css('--disable-movement-mobile').trim() != 'true'
}
if(windowWidth > 767){
    enableMovement = !$('body').css('--disable-movement-tablet') || $('body').css('--disable-movement-tablet').trim() != 'true'
}
if(windowWidth > 1024){
    enableMovement = !$('body').css('--disable-movement-desktop') || $('body').css('--disable-movement-desktop').trim() != 'true'
}

if(enableMovement){
$("[class^='mdw-hs-movement'], [class*=' mdw-hs-movement']").each(function(i){
    var $this = $(this),
    className = $this.attr('class'),
    element = $this.hasClass('elementor-widget') ? $this.find('.elementor-widget-container') : $this,
    parent = element.parent(),
    elementRect = element.get(0).getBoundingClientRect(),
    parentRect = parent.get(0).getBoundingClientRect(),
    isHorizontal = $this.closest('.mdw-horizontal-scroll').length,
    offset = 100,
    elementVisible = elementRect.right > -1*offset && elementRect.left - windowWidth < offset && elementRect.top - windowHeight < offset && elementRect.bottom > -1*offset,
    parentVisible = parentRect.right > -1*offset && parentRect.left - windowWidth < offset && parentRect.top - windowHeight < offset && parentRect.bottom > -1*offset,
    hasChild = $this.find("div[class^='mdw-hs-movement'],div[class*=' mdw-hs-movement']").length,
    totalWidth = parseFloat($this.closest('.mdw-horizontal-scroll').attr('total-width')),
    parallax
    
    $this.css({
        '--speed-x': 0,
        '--speed-y': 0,
        '--speed-r': 0
    })
    className.split(' ').forEach(function(c){
        if(c.startsWith('mdw-hs-movement-translate-x')){
            $this.css('--speed-x', getValue(c, 10))
            $this.css('--direction-x', getDirection(c))
        }
        if(c.startsWith('mdw-hs-movement-translate-y')){
            $this.css('--speed-y', getValue(c, 10))
            $this.css('--direction-y', getDirection(c))
        }
        if(c.startsWith('mdw-hs-movement-rotate')){
            $this.css('--speed-r', getValue(c, 10))
            $this.css('--direction-r', getDirection(c))
        }
    })
    
    if( windowWidth < 768 && disableMobile ){ isHorizontal = false }
    
    if(isHorizontal){
        var HSRect = $this.closest('.mdw-horizontal-scroll').find('.e-con, .e-container').get(0).getBoundingClientRect(),
        leftPos = Math.round(elementRect.left + element.outerWidth()/2 - parseFloat(element.css('transform').split(' ')[4]) - HSRect.left)
        
        if(leftPos < windowWidth/2 || totalWidth < windowWidth){
            parallax = - HSRect.top - HSRect.left
        }else if(leftPos > totalWidth - windowWidth/2){
            parallax = - HSRect.top - HSRect.left - totalWidth + windowWidth
        }else{
            parallax = windowWidth/2 - elementRect.left - element.outerWidth()/2 - HSRect.top
        }
    }else{
        var topPos = Math.round(elementRect.top + scroll + element.outerHeight()/2 - parseFloat(element.css('transform').split(' ')[5]))

        if(topPos < windowHeight/2 || $('body').outerHeight(true) < windowHeight){
            parallax = scroll
        }else if(topPos > $('body').outerHeight(true) - windowHeight/2){
            parallax = scroll - $('body').outerHeight(true) + windowHeight
        }else{
            parallax = windowHeight/2 - element.outerHeight()/2 - elementRect.top
        }
    }

    if(parentVisible || elementVisible || hasChild || parallaxUpdate){
        $(this).css('--parallax', parallax)    
    }
})
}else{
    $("[class^='mdw-hs-movement'], [class*=' mdw-hs-movement']").css('--parallax', 0)
}
}

var currentTime, lastTime

function scrollActivity(delayCall=true){

var scroll = $(window).scrollTop(),
    windowWidth = $(window).width(),
    windowHeight = $('.mdw-100vh').height(),
    disableMobile = $('body').css('--disable-horizontal-scroll-mobile') && $('body').css('--disable-horizontal-scroll-mobile') == 'true'

    lastTime = new Date()
    setTimeout(function(){
        currentTime = new Date()
        if(currentTime - lastTime > 200 && delayCall){
            scrollActivity(false)
        }
    },500)

    horizontalScroll(scroll, windowWidth, windowHeight, disableMobile)
    scrollMovement(scroll, windowWidth, windowHeight, disableMobile)
}

function scrollToSection(){
    var link = $(this).attr('href')
    if( link && link != '#' && link[0] == '#' ){
        var el = $('.' + link.substr(1)).eq(0),
        parentHS = el.closest('.mdw-horizontal-scroll'),
        disableMobile = $('body').css('--disable-horizontal-scroll-mobile') && $('body').css('--disable-horizontal-scroll-mobile') == 'true'
        
        if(parentHS.length){
            var scrollAmount = parentHS.offset().top + el.offset().left - parentHS.find('.e-con, .e-container').eq(0).offset().left
            if($(window).width() < 768 && disableMobile){
                scrollAmount = el.offset().top
            }
            $('html, body').stop().animate({scrollTop:scrollAmount}, 300, 'linear')
        }
    }
}

$(document).ready(function(){
    init()
    scrollActivity()
    $('body').on('click', 'a', scrollToSection)
})

function runParallax(){
    if(parallaxUpdate) return
    parallaxUpdate = true
    setTimeout(function(){
        parallaxUpdate = false
    },1000)
    var repeatParallax = setInterval(function(){
        if(parallaxUpdate){
            scrollActivity()
        }else{
            clearInterval(repeatParallax)
        }
    },100)
}

var currentIsTrackpad,
    previosIsTrackpad

function detectScrollResolution(e){
    var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent)

    if(e.wheelDeltaY !== undefined && e.deltaY !== undefined && !isSafari){
    
        var del = e.deltaY != 0 ? e.deltaY : 1,
        delVal = Math.abs(e.wheelDeltaY/del),
        currentIsTrackpad = delVal > 2.9 && delVal <= 3
        
        if(currentIsTrackpad && previosIsTrackpad){
            $('body').addClass('tiny-scroll')
        }else{
            $('body').removeClass('tiny-scroll')
        }
        previosIsTrackpad = currentIsTrackpad
    }else{
        $('body').removeClass('tiny-scroll')
    }
}

$(window).on('load resize', function(){
    runParallax()
    setTimeout(runParallax, 1000+100)
})
$(window).on('load resize scroll', scrollActivity)
window.addEventListener('mousewheel', detectScrollResolution)
$('body').on('keydown', function(e) {
    if (e.key == " " || e.code == "Space" || e.keyCode == 32){
        $('body').removeClass('tiny-scroll')
    }
})
$('body').on('click', function(){
    $('body').removeClass('tiny-scroll')
})
})(jQuery)
}
</script>				</div>
				</div>
		<div class="elementor-element elementor-element-66c9a4e e-con-full e-flex e-con e-child" data-id="66c9a4e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-108eaa2 e-con-full e-flex e-con e-child" data-id="108eaa2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f0ec557 elementor-widget elementor-widget-image" data-id="f0ec557" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://mondogrande.dk/wp-content/uploads/2025/01/alt_under_maanen_f_1.webp" title="" alt="" loading="lazy" />															</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-b0a7d05 e-con-full e-flex e-con e-child" data-id="b0a7d05" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-da31006 e-con-full e-flex e-con e-child" data-id="da31006" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-90cae1f elementor-widget elementor-widget-image" data-id="90cae1f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://mondogrande.dk/wp-content/uploads/2025/01/ego1_0.webp" title="" alt="" loading="lazy" />															</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d794c87 e-con-full e-flex e-con e-child" data-id="d794c87" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-420fef2 e-con-full e-flex e-con e-child" data-id="420fef2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-418b47a elementor-widget elementor-widget-image" data-id="418b47a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://mondogrande.dk/wp-content/uploads/2025/01/gamle-mestre_v.webp" title="" alt="" loading="lazy" />															</div>
				</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ed5de14 e-flex e-con-boxed e-con e-parent" data-id="ed5de14" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c1d9e00 elementor-widget elementor-widget-image" data-id="c1d9e00" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://mondogrande.dk/wp-content/uploads/2025/01/ego1_0.webp" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Object Caching 36/151 objects using Disk
Page Caching using Disk: Enhanced 

Served from: mondogrande.dk @ 2026-06-20 03:29:49 by W3 Total Cache
-->