https://ekstrabladet.dk/

제출된 URL:
https://eb.dk/리디렉션됨
보고서 완료:

링크 · 265개 결과

링크텍스트
https://www.cookiebot.com/da/hvad-er-powered-by-cookiebot/logo - opens in a new window
https://jppol.dk/privatlivspolitik-2/persondatapolitik
http://jppol.dk/privatlivspolitik/Få mere at vide om denne udbyder - opens in a new windowFå mere at vide om denne udbyder
https://www.tradingview.com/privacy-policy/Få mere at vide om denne udbyder - opens in a new windowFå mere at vide om denne udbyder
https://www.adobe.com/privacy.htmlFå mere at vide om denne udbyder - opens in a new windowFå mere at vide om denne udbyder
https://www.bold.dk/om_os/privatlivspolitik/Få mere at vide om denne udbyder - opens in a new windowFå mere at vide om denne udbyder
https://www.enetscores.com/Få mere at vide om denne udbyder - opens in a new windowFå mere at vide om denne udbyder
https://business.safety.google/privacy/Politik for beskyttelse af personoplysninger - opens in a new windowhttps://business.safety.google/privacy/
https://www.hr-manager.net/Få mere at vide om denne udbyder - opens in a new windowFå mere at vide om denne udbyder
https://www.linkedin.com/legal/privacy-policyPolitik for beskyttelse af personoplysninger - opens in a new windowhttps://www.linkedin.com/legal/privacy-policy

JavaScript 변수 · 60개 결과

이름유형
0object
1object
2object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
ebCMPobject
CookieControlobject
__uspapifunction
addUspapiLocatorFramefunction

콘솔 로그 메시지 · 1개 결과

유형카테고리로그
warningother
텍스트
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.

HTML

<!DOCTYPE html><html lang="da"><head>
  <meta charset="utf-8">

<meta name="viewport" content="width=940">
  <link rel="dns-prefetch" href="https://longboat.ekstrabladet.dk/v1">
<link rel="preconnect" href="https://longboat.ekstrabladet.dk/v1" crossorigin="">

<title>Nyheder, sport og underholdning</title>

<meta name="robots" content="noarchive">
    <meta name="robots" content="nocache">
    <meta name="robots" content="index, follow">
<meta name="description" content="Danmarks største nyhedssite. Vi er først med nyheder, sport og underholdning. Døgnet rundt. Velkommen til virkeligheden">

<meta property="fb:app_id" content="123629220366">
<meta property="fb:pages" content="148503488544345">
<meta property="fb:pages" content="1588645341376097">
<meta property="fb:pages" content="61055003519">
<meta property="fb:pages" content="193743090960312">


<meta property="og:type" content="website">
    <meta property="og:locale" content="da_DK">
    <meta property="og:title" content="Forside">
    <meta property="og:description" content="Danmarks største nyhedssite. Vi er først med nyheder, sport og underholdning. Døgnet rundt. Velkommen til virkeligheden">
    <meta property="og:url" content="https://ekstrabladet.dk/">
    <meta property="og:image" content="https://ekstrabladet.dk/assets/img/icons/eblogo_1024.png">
    <meta property="og:image:width" content="250">
    <meta property="og:image:height" content="221">
    <link rel="canonical" href="https://ekstrabladet.dk/">
<meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="@ekstrabladet">
    <meta name="twitter:creator" content="@ekstrabladet">
    <meta name="twitter:title" content="Forside">
    <meta name="twitter:description" content="Danmarks største nyhedssite. Vi er først med nyheder, sport og underholdning. Døgnet rundt. Velkommen til virkeligheden">
    <meta name="twitter:image" content="https://ekstrabladet.dk/assets/img/icons/eblogo_1024.png">
<meta name="twitter:dnt" content="on">

<meta name="eb:image" content="https://ekstrabladet.dk/assets/img/icons/eblogo_1024.png">
<meta name="eb:image-rel" content="https://ekstrabladet.dk/assets/img/icons/eblogo_1024.png">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="apple-touch-icon" href="/assets/img/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" href="/assets/img/icons/apple-touch-icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" href="/assets/img/icons/apple-touch-icon-152x152.png" sizes="152x152">
<link rel="apple-touch-icon-precomposed" href="/assets/img/icons/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="/assets/img/icons/apple-touch-icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon-precomposed" href="/assets/img/icons/apple-touch-icon-152x152.png" sizes="152x152">
<style>
  .CybotCookiebotScrollContainer {
    overflow-x: hidden;
  }
</style>

<script type="text/javascript" charset="UTF-8" async="" src="https://consent.cookiebot.com/d0ded67e-acef-45a1-9752-84167eeb8118/cc.js?renew=false&amp;referer=ekstrabladet.dk&amp;dnt=false&amp;init=false&amp;framework=TCFv2.2"></script><script type="text/javascript" charset="UTF-8" src="https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.2.js"></script><script src="/ext_component/cmp/eb-cmp.js?v=master-19"></script>
<script>
  window.addEventListener("CookiebotOnDialogDisplay", () => {
    const userLang = Cookiebot.dialog.userLanguage;
    const title = { en: "It is your choice", da: "Det er dit valg" };
    const titleElement = document.getElementById("CybotCookiebotDialogBodyContentTitle");

    if (!title[userLang] || !titleElement) return;

    titleElement.innerText = title[userLang];

    if (userLang !== "da") {
      const privacylink = document
        .getElementById("CybotCookiebotDialogBodyContentText")
        .querySelector("a[href*=privatlivspolitik]");

      if (privacylink) {
        let url = privacylink.href;
        if (url.indexOf("/en/") > -1) return; // already has the string
        url = url.replace(".dk/", ".dk/en/");
        privacylink.href = url;
      }
    }

    // LI snippet
    const IABPurposesLI = document.querySelectorAll(
      ".CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection"
    );

    for (let i of IABPurposesLI) {
      if (/[34]/.test(i.dataset.iabpurposeid)) {
        i.checked = false;
        i.disabled = true;
      }
    }
  });
  window.addEventListener("CookiebotOnConsentReady", () => {
    try {
      let host = location.host,
        document = window.document,
        cookies = document.cookie.split(";"),
        consentCookies = [],
        consentExpirationDate = new Date(Cookiebot.consentUTC),
        newConsentExpirationDate = new Date(consentExpirationDate.setMonth(consentExpirationDate.getMonth() + 12));

      for (let cookie of cookies) {
        if (/CookieConsent=/g.test(cookie)) {
          // Stolen from Cookiebot uc.js to decode the cookie
          const foundConsentCookie = decodeURI(decodeURIComponent(cookie.trim().replace("CookieConsent=", "")));
          const consentJSON = foundConsentCookie
            .replace(/%2c/g, ",")
            .replace(/'/g, '"')
            .replace(/([{\[,])\s*([a-zA-Z0-9_]+?):/g, '$1"$2":');
          const consentObject = JSON.parse(consentJSON);

          consentCookies.push({
            cookie,
            consentObject,
          });
        }
      }

      const subdomain = host.substring(0, host.indexOf("."));
      const devTest = /dev|test/.test(subdomain);
      if (consentCookies.length === 0 || devTest) {
        return;
      }

      if (consentCookies.length === 1) {
        document.cookie = `${
          consentCookies[0].cookie
        };expires=${newConsentExpirationDate.toUTCString()};domain=.ekstrabladet.dk;SameSite=None;Secure;path=/`;
      } else {
        let newest = consentCookies.reduce((a, b) => {
          return a.consentObject.utc > b.consentObject.utc ? a : b;
        });

        document.cookie = `${
          newest.cookie
        };expires=${newConsentExpirationDate.toUTCString()};domain=.ekstrabladet.dk;SameSite=None;Secure;path=/`;
      }
    } catch (error) {
      console.error("CMP shared cookie expirery snippet", error);
    }
  });
</script>
<script id="CookiebotConfiguration" type="application/json" data-cookieconsent="ignore">
  {
    "Frameworks": {
      "IABTCF2": {
        "AllowedSpecialFeatures": [],
        "AllowedVendors": [
          92, 58, 788, 50, 15, 597, 612, 855, 264, 565, 430, 66, 507, 259, 68, 793, 922, 780, 394, 742, 610, 273, 12,
          128, 30, 625, 163, 329, 986, 729, 315, 243, 77, 630, 91, 573, 209, 1029, 122, 126, 110, 929, 877, 120, 347,
          78, 328, 845, 536, 755, 98, 61, 1031, 787, 131, 253, 10, 278, 129, 991, 62, 804, 148, 97, 919, 109, 95, 486,
          52, 493, 202, 1126, 502, 568, 812, 373, 624, 31, 716, 69, 385, 772, 559, 466, 361, 226, 76, 11, 60, 290, 16,
          1015, 157, 415, 84, 80, 111, 276, 82, 13, 238, 851, 42, 628, 132, 345, 686, 21, 28, 239, 1208, 284, 32, 25,
          70, 173, 726, 907, 647, 815, 684, 422, 756, 1198, 768, 580, 865, 606, 810, 153, 270, 943, 193, 311, 1113, 164,
          1100, 1184, 33, 115, 524, 377, 44, 410, 1169, 1097, 801, 1129, 674, 807, 293, 1180, 1299
        ],
        "AllowedGoogleACVendors": [
          70, 89, 108, 122, 149, 162, 167, 196, 241, 259, 311, 317, 323, 338, 415, 440, 449, 486, 494, 495, 540, 574,
          817, 864, 981, 1051, 1095, 1097, 1127, 1201, 1205, 1211, 1276, 1301, 1364, 1365, 1415, 1449, 1570, 1577, 1651,
          1716, 1765, 1870, 1878, 1889, 2072, 2202, 2253, 2299, 2316, 2337, 2357, 2526, 2568, 2571, 2575, 2677, 2891,
          3120, 3251, 4937
        ]
      }
    }
  }
</script>
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-bulkconsentmode="disabled" data-cbid="d0ded67e-acef-45a1-9752-84167eeb8118" data-framework="TCFv2.2" type="text/javascript"></script><style type="text/css" id="CookieConsentStateDisplayStyles">.cookieconsent-optin-preferences,.cookieconsent-optin-statistics,.cookieconsent-optin-marketing,.cookieconsent-optin{display:none;}.cookieconsent-optout-preferences,.cookieconsent-optout-statistics,.cookieconsent-optout-marketing,.cookieconsent-optout{display:block;display:initial;}</style>

  <script>
  window.addEventListener('ebunload', () => {
    window.persistedScroll = window.scrollY;
  });

  window.addEventListener('pageshow', function(event) {
    if (event.persisted && window.persistedScroll) {
      window.history.scrollRestoration = 'manual';
      scrollTo(0, window.persistedScroll);
    }
  });
</script>
<script>
      function ebLog() {}
    </script>
  <script>
  window.eb_anon_uuid = '';
  window.eb_anon_uuid_adform = '';
  window.eb_anon_uuid_google = '';
  window.relevance_context = ['1rPToCPCcQlHcBAaORUbtm'] || [];

  ;((ebJS) => {
    var ebOptions = ebJS.options = ebJS.options || {};

    ebOptions.device = 'desktop';
    ebOptions.environment = 'PRODUCTION';
    ebOptions.jwt = '';

    if ('onpageshow' in window && 'true' === 'true') {
      window.addEventListener('pageshow', (event) => {
        if (event.persisted) {
          document.querySelectorAll('.dre-item__video').forEach((vid) => { vid.play(); });
        }
      });
    }
  })(window.ebJS = window.ebJS || {});
  /**
 * UUID
 * https://github.com/kelektiv/node-uuid
 */

var getRandomValues =
  (typeof crypto !== 'undefined' &&
    crypto.getRandomValues &&
    crypto.getRandomValues.bind(crypto)) ||
  (typeof msCrypto !== 'undefined' &&
    typeof window.msCrypto.getRandomValues === 'function' &&
    msCrypto.getRandomValues.bind(msCrypto));

function rng() {
  if (getRandomValues) {
    // WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto
    var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef

    getRandomValues(rnds8);

    return rnds8;
  } else {
    // Math.random()-based (RNG)
    //
    // If all else fails, use Math.random().  It's fast, but is of unspecified
    // quality.
    var rnds = new Array(16);

    for (var i = 0, r; i < 16; i++) {
      if ((i & 0x03) === 0) {
        r = Math.random() * 0x100000000;
      }

      rnds[i] = (r >>> ((i & 0x03) << 3)) & 0xff;
    }

    return rnds;
  }
}

var byteToHex = [];

for (var i = 0; i < 256; ++i) {
  byteToHex[i] = (i + 0x100).toString(16).substr(1);
}

function bytesToUuid(buf, offset) {
  var i = offset || 0;
  var bth = byteToHex;
  // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
  return [
    bth[buf[i++]],
    bth[buf[i++]],
    bth[buf[i++]],
    bth[buf[i++]],
    '-',
    bth[buf[i++]],
    bth[buf[i++]],
    '-',
    bth[buf[i++]],
    bth[buf[i++]],
    '-',
    bth[buf[i++]],
    bth[buf[i++]],
    '-',
    bth[buf[i++]],
    bth[buf[i++]],
    bth[buf[i++]],
    bth[buf[i++]],
    bth[buf[i++]],
    bth[buf[i++]]
  ].join('');
}

function uuidv4(options, buf, offset) {
  var i = (buf && offset) || 0;

  if (typeof options === 'string') {
    buf = options === 'binary' ? new Array(16) : null;
    options = null;
  }
  options = options || {};

  var rnds = options.random || (options.rng || rng)();

  // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
  rnds[6] = (rnds[6] & 0x0f) | 0x40;
  rnds[8] = (rnds[8] & 0x3f) | 0x80;

  // Copy bytes to buffer, if provided
  if (buf) {
    for (var ii = 0; ii < 16; ++ii) {
      buf[i + ii] = rnds[ii];
    }
  }

  return buf || bytesToUuid(rnds);
};
</script>

<script>
(() => {
  try {
    const READYSTATUS = {
      error: 0,
      ready: 1,
      starting: 2,
    };

    const globalLibraryReady = {};
    const readyStatusObject = { status: READYSTATUS.starting };
    const runningCode = [];

    const componentsLibraryReady = new Proxy(readyStatusObject, {
      get: async (target) => {
        return new Promise((res, rej) => {
          switch (target.status) {
            case READYSTATUS.ready:
              res(true);
              return;
            case READYSTATUS.error:
              rej('error loading components');
              return;
          }
          const promiseInterval = setInterval(() => {
            switch (target.status) {
              case READYSTATUS.ready:
                clearInterval(promiseInterval);
                res(true);
                return;
              case READYSTATUS.error:
                clearInterval(promiseInterval);
                rej('error loading components');
                return;
            }
          }, 100);
        });
      },
    });

    const EBCOMPONENTS = 'ebComponents';

    class EkstraBladet {
      constructor() {
        [
          EBCOMPONENTS,
          'ebAuth',
          'ebHistory',
          'ebklip',
          'ebTracking',
          'mitEb',
          'plusdashboard',
          'podcasting',
          'ues',
        ].forEach((globalFunction) => {
          this.registerGlobal(globalFunction);
          if (window[globalFunction]) {
            this.setReady(globalFunction);
          }
        });
      }

      registerGlobal(functionName) {
        try {
          globalLibraryReady[functionName] = new Proxy(
            { status: READYSTATUS.starting },
            {
              get: async (target) => {
                return new Promise((res, rej) => {
                  switch (target.status) {
                    case READYSTATUS.ready:
                      res(true);
                      return;
                  }
                  const promiseInterval = setInterval(() => {
                    switch (target.status) {
                      case READYSTATUS.ready:
                        clearInterval(promiseInterval);
                        res(true);
                        return;
                    }
                  }, 100);
                });
              },
            }
          );
        } catch (error) {
          console.error('error', error);
        }
      }

      setReady(functionName) {
        try {
          globalLibraryReady[functionName].status = READYSTATUS.ready;
          if (functionName === EBCOMPONENTS) {
            componentsLibraryReady.status = READYSTATUS.ready;
          }
        } catch (error) {
          window.ebLog({
            component: 'ebjs.setReady',
            level: 'WARN',
            message: functionName + ' does not exist - ' + error,
          });
        }
      }

      async run(functionName, options) {
        try {
          await componentsLibraryReady.status;

          runningCode.push({
            functionName,
            options,
          });
          return new window.ebComponents[functionName](options);
        } catch (error) {
          window.ebLog({
            component: 'ebjs.run',
            level: 'WARN',
            message: functionName + ' does not exist - ' + error,
          });

          Promise.reject(error);
        }
      }

      async ready(functionName) {
        try {
          await componentsLibraryReady.status;

          if (window.ebComponents[functionName]) return true;
          if (globalLibraryReady[functionName] && (await globalLibraryReady[functionName].status)) return true;

          Promise.reject(functionName + ' does not exist');
        } catch (error) {
          window.ebLog({
            component: 'ebjs.ready',
            level: 'WARN',
            message: functionName + ' does not exist - ' + error,
          });

          Promise.reject(error);
        }
      }

      async status(functionName) {
        console.warn('status is deprecated, use ready');
        return await this.ready(functionName);
      }
    }

    window.eb = new EkstraBladet();
  } catch (error) {
    window.ebLog({
      component: 'ebjs',
      level: 'ERROR',
      message: error,
    });
  }
})();
</script>

<script async="" src="/assets/js/ebcomponents.min.js?cb=12.3635-ready" id="ebComponentsScript"></script>

<script>
    var eb_segments = ['isAnonymous'];
</script><script>
    (async () => {
      window.ues = await window.eb.run('usereventservice', {
        device: 'desktop',
        ebSegments: window.eb_segments || [],
        environment: 'PRODUCTION',
        oAuthKey: '',
        relevanceContext: window.relevance_context || [],
        userId: '',
      });

      window.eb.setReady('ues');

    })();
  </script>
<script src="/assets/svelte/podcasting.js?cb=12.3635-ready"></script>
<script src="/assets/svelte/sveltelist.js?cb=12.3635-ready"></script>
<link rel="stylesheet" href="/ext_component/dredition/css/ekstrabladet-dk/manuel-top">
  <link href="/assets/css/fonts/all.css?v=12.3635-ready" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/base/desktop.css?v=12.3635-ready">

<link href="/assets/svelte/podcasting.css?v=12.3635-ready" rel="stylesheet">
<link href="/assets/svelte/sveltelist.css?v=12.3635-ready" rel="stylesheet">
<script>
  window.addEventListener('ebunload', () => {
    window.persistedScroll = window.scrollY;
  });

  window.addEventListener('pageshow', function(event) {
    if (event.persisted && window.persistedScroll) {
      window.history.scrollRestoration = 'manual';
      scrollTo(0, window.persistedScroll);
    }
  });
</script>
<script>
    document.addEventListener('readystatechange', () => {
      if(document.readyState === "interactive") {
        /* The DrEdition LIVE video element */
        const liveVideoEl = document.querySelector('.dre-item--feature-live-video-player');
        if (liveVideoEl) {
          const initObject = {
            isDrEdition: true,
            isLive: true,
            autoPlay: true,
            autoPause: true,
            liveOptions: {
              libraryDNS: 'jw.video.ekstrabladet.dk',
              propertyId: 'GoVfRhC2',
              vodAllowed: false,
            },
            longboatVideoObject: {
              vidpid: 'ZpXuLtR5', // 
              vidpn: 'JW', // 
              vidtype: 'live', // 
              vidban: true, // 
              vidap: true, // 
              vidcp: 'ekstra_bladet', // 
              vctx: 'frontlive_dredition' // 
            },
            rollOptions: {
              disableRolls: true,
            },
          }

          /* Load script if liveVideo element exists */
          const livePlayerScript = document.createElement('script');
          livePlayerScript.src = "https://jw.video.ekstrabladet.dk/libraries/ZpXuLtR5.js";
          document.body.appendChild(livePlayerScript);

          livePlayerScript.onload = async () => {
            window.ebCMP.doWeHaveConsent({
              callback: async () => {
                const isReady = await window.eb.ready('ebLib');
                if (isReady) window.ebComponents.ebLib.initLiveVideo(initObject, liveVideoEl);
              },
              consentTo: window.ebCMP.CONSENTNAMES.fullconsent,
            });
          }
        }
      }
    });
  </script>
<script src="/high-impact.min.js"></script>
  <script>
    ;(() => {
      /**  */
      window.adsm = window.adsm || {};
      window.adsm.pageSettings = window.adsm.pageSettings || {};
      window.adsm.pageSettings.skinMaxScrollDepth = 2200;

      var adnmEventHandler = (() => {
        var MACRO_UNLOAD = 'ADSM_MACRO_UNLOAD';
        var onMacroUnload = function(){};
        function handler(event) {
          if (event.data && event.data.type && event.data.type === MACRO_UNLOAD){
            onMacroUnload(event.data.payload, event.source);
          }
        }

        window.addEventListener('message', handler, false);
        function connect(type, callback) {
          onMacroUnload = callback;
        }

        return {
          connect: connect
        };
      })();

      adnmEventHandler.connect('ADSM_MACRO_UNLOAD', () => {
        window.jppolWallpaper();
      });

      const isFrontpage = 'true' === 'true';

      /**  */
      const ebSegments = window.eb_segments || [];

      window.article_tags = [];
      const keywords = {
        // 
        'ekstra_bladet_tags': window.article_tags,
        'Relevance_Audiences': ebSegments,
        'Relevance_Context': window.relevance_context,
      };

      /**  */
      window.jppolWallpaper = function (callFunx) {
        document.getElementById('wallpaperBackground').dataset.wallpaper = true;
        if (window.jppolApn.endStickyMegaboard) window.jppolApn.endStickyMegaboard();
        window.ebComponents.ebBanners.handleHalfPage(true, callFunx);
      }
      window.jppolApn = {
        ebSkyskraper: {
          topscroll: function() {
            // only exists for external purposes
          },
          wallpaper: function() {
            window.jppolWallpaper()
          }
        }
      }

      // 
      window.ebJS.insertScripts = async function (consent) {
        const disallowedSection = 'true' === 'false';

        if (!consent && disallowedSection) return;

        const firstScript = document.querySelector('script');

        
          const lwScript = document.createElement('script');
          lwScript.src = '//lwgadm.com/lw/pbjs?pid=adca3883-09d4-4358-b2e4-c95c95662e97';
          if (firstScript && firstScript.parentNode) {
            firstScript.parentNode.insertBefore(lwScript, firstScript);
          }
        

        const gptScript = document.createElement('script');
        gptScript.src = 'https://securepubads.g.doubleclick.net/tag/js/gpt.js';
        if (firstScript && firstScript.parentNode) {
          firstScript.parentNode.insertBefore(gptScript, firstScript);
        }

        const isReady = await window.eb.ready('ebBanners');

        if (isReady) {
          /**  */
          const banners = [
  {
    "placementId": "22902736539",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_halfpage1",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_halfpage1",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902736710",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_halfpage3",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_halfpage3",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902736965",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster1",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster1",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902737223",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster3",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster3",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902737670",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster6",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster6",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902795469",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_topscroll",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_topscroll",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        1,
        2
      ],
      [
        970,
        510
      ],
      [
        2560,
        1440
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": false
  },
  {
    "placementId": "22902795787",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_halfpage2",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_halfpage2",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902795844",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster2",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster2",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22902796012",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster4",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster4",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22903309151",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_megaboard_top",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_megaboard_top",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": false,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        170
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22903309457",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_halfpage4",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_halfpage4",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22903310234",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster5",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster5",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22903310327",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster8",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster8",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22903310339",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster9",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster9",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22903310846",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_monster7",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_monster7",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "23202210377",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_forside",
    "name": "eb_forside_megaboard_top_new",
    "invCode": "83172459/ekstra_bladet/eb_forside/eb_forside_megaboard_top_new",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": false,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        170
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "FRONTPAGE"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904534148",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_halfpage1",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_halfpage1",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904534265",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_halfpage2",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_halfpage2",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904553177",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_megaboard_artikel",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_megaboard_artikel",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904553348",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_megaboard_dynamisk4",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_megaboard_dynamisk4",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        560
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904553990",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster_bund",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster_bund",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": true,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904554425",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster5",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster5",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904574688",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_topscroll",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_topscroll",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        1,
        2
      ],
      [
        970,
        510
      ],
      [
        2560,
        1440
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": false
  },
  {
    "placementId": "22904575696",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_megaboard_top",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_megaboard_top",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": false,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        170
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904575930",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_halfpage4",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_halfpage4",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904592118",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_megaboard_dynamisk3",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_megaboard_dynamisk3",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        560
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904599903",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_megaboard_dynamisk1",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_megaboard_dynamisk1",
    "allowedFormats": [
      "banner",
      "video"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        560
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904600005",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_megaboard_dynamisk2",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_megaboard_dynamisk2",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        970,
        560
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904601394",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster3",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster3",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": true,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904601460",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster4",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster4",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": true,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22904601526",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster6",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster6",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": true,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22905137315",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_halfpage3",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_halfpage3",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        160,
        600
      ],
      [
        300,
        250
      ],
      [
        300,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22905163865",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster1",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster1",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22905164096",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster2",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster2",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": true,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22905165314",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster7",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster7",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": true,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22905165488",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster8",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster8",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22905165881",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_monster9",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_monster9",
    "allowedFormats": [
      "banner",
      "native"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        728,
        90
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ],
      [
        970,
        550
      ],
      [
        970,
        560
      ],
      [
        970,
        570
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  },
  {
    "placementId": "22906581924",
    "devices": [
      "DESKTOP",
      "TABLET"
    ],
    "siteName": "eb_noconsent",
    "name": "eb_noconsent_mediumrectangle_scribble",
    "invCode": "83172459/ekstra_bladet/eb_noconsent/eb_noconsent_mediumrectangle_scribble",
    "allowedFormats": [
      "banner"
    ],
    "annoncemarkering": true,
    "sizes": [
      [
        300,
        250
      ],
      [
        930,
        180
      ],
      [
        930,
        600
      ]
    ],
    "allowedOnPlus": false,
    "pageTypes": [
      "ARTICLE",
      "FRONTPAGE",
      "SECTION"
    ],
    "isFluid": true
  }
];

          window.ebComponents.ebBanners.init({
            articleId: '',
            banners: false ? '' : banners,
            device: 'desktop',
            ebSegments: ebSegments,
            groupName: 'false' === 'true' ? 'test' : undefined,
            highImpactEnabled: 'true',
            isFrontpage: isFrontpage,
            keywords: keywords,
            noConsent: 'true' === 'true',
            prebidEidsAllowed: 'true' === 'true',
            premium: 'false' === 'true',
            relativePath: 'ekstrabladet',
            reloadOnBack: 'true' === 'true',
            test: 'false' === 'true',
            topscroll: 'true' === 'true' && 'true' === 'true',
            topscrollWeekCount: '7',
          });
        }
      }

    })();
  </script>
  <style type="text/css" id="CookiebotDialogStyle">#CybotCookiebotDialog *,#CybotCookiebotDialogBodyUnderlay *{background:transparent;box-sizing:border-box;color:inherit;font-family:inherit;font-size:15px;margin:0;outline:0;padding:0;vertical-align:baseline}#CybotCookiebotDialog #CybotCookiebotDialogNav :after,#CybotCookiebotDialog #CybotCookiebotDialogNav :before{content:none}#CybotCookiebotDialog label{width:auto}#CybotCookiebotDialogBodyUnderlay{background-color:#000;height:100%;left:0;margin:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:2147483630}#CybotCookiebotDialog.CybotCookiebotDialogActive+#CybotCookiebotDialogBodyUnderlay{opacity:.75;pointer-events:auto}#CybotCookiebotDialog{background-color:#ffffff;border-radius:8px;box-shadow:0 32px 68px rgba(0,0,0,.3);box-sizing:border-box;color:#141414;font-family:sans-serif;font-size:15px;height:auto;left:50%;letter-spacing:.1px;line-height:24px;max-height:calc(100% - 16px);overflow:hidden;position:fixed;text-align:initial;top:50%;transform:translate(-50%,-50%);transition:all .5s ease;transition-property:width,max-width,top,bottom,left,opacity;width:calc(100% - 16px);z-index:2147483631}#CybotCookiebotDialog ol,#CybotCookiebotDialog ul{list-style-position:inside}#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper{align-items:flex-start;display:flex;flex-direction:column;width:100%}:root #CybotCookiebotDialog,:root #CybotCookiebotDialog #CybotCookiebotDialogTabContent,_:-ms-fullscreen{height:100%}:root #CybotCookiebotDialogBody,:root #CybotCookiebotDialogTabContent .CybotCookiebotDialogTabPanel,_:-ms-fullscreen{flex:auto}@media screen and (min-width:601px){#CybotCookiebotDialog{max-width:900px}}@media screen and (min-width:1280px){#CybotCookiebotDialog{left:50%;max-height:80vh;top:0;transform:translate(-50%)}#CybotCookiebotDialog.CybotEdge{box-shadow:0 30px 70px rgba(0,0,0,.3);height:auto;max-height:70vh;max-width:100vw;min-width:100vw;padding:24px;transition-property:transform,opacity,top;width:100vw}#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{flex-direction:row;margin:0 auto;max-width:1600px;position:relative}#CybotCookiebotDialog[data-template=bottom]{top:100%;transform:translate(-50%,-100%)}#CybotCookiebotDialog[data-template=pushdown],#CybotCookiebotDialog[data-template=slidedown]{transform:translate(-50%,-150%)}#CybotCookiebotDialog[data-template=pushdown].CybotCookiebotDialogActive,#CybotCookiebotDialog[data-template=slidedown].CybotCookiebotDialogActive{transform:translate(-50%)}#CybotCookiebotDialog[data-template=slideup]{top:100%;transform:translate(-50%,50%)}#CybotCookiebotDialog[data-template=slideup].CybotCookiebotDialogActive{transform:translate(-50%,-100%)}#CybotCookiebotDialog[data-template=overlay],#CybotCookiebotDialog[data-template=popup]{opacity:0;top:50%;transform:translate(-50%,-50%)}#CybotCookiebotDialog[data-template=overlay].CybotCookiebotDialogActive,#CybotCookiebotDialog[data-template=popup].CybotCookiebotDialogActive{opacity:1}}#CybotCookiebotDialogHeader{align-items:center;border-bottom:1px solid #d6d6d6;display:flex;padding:1em;width:100%}#CybotCookiebotDialogHeaderLogosWrapper{align-items:center;display:flex;flex:1;justify-content:space-between}#CybotCookiebotDialogPoweredbyCybot,#CybotCookiebotDialogPoweredbyLink{align-items:center;display:flex;width:50%}#CybotCookiebotDialogPoweredbyCybot{justify-content:flex-end;width:175px}#CybotCookiebotDialogPoweredbyImage{max-height:1.5em;width:auto}#CybotCookiebotDialogPoweredbyCybot svg{fill:#141414;height:1.7em;max-width:133px}@media screen and (min-width:601px){#CybotCookiebotDialogPoweredbyCybot svg{height:2em}}@media screen and (min-width:1280px){#CybotCookiebotDialogHeader{padding:1.5em}#CybotCookiebotDialogPoweredbyImage{max-height:2.125em}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader{align-items:center;align-self:stretch;border:none;justify-content:space-between;padding:0;width:210px}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeaderLogosWrapper{align-self:stretch;flex-direction:column}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyLink{flex:1}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage{height:auto;max-height:6em;max-width:100%}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyCybot{height:2em;margin-top:2em}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyCybot,#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyLink{justify-content:center}}#CybotCookiebotDialogNav{border-bottom:1px solid #d6d6d6;position:relative;width:100%}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogNav{display:none}#CybotCookiebotDialogNav .CybotCookiebotDialogNavItems{display:flex;list-style:none;overflow-x:auto}#CybotCookiebotDialogNav .CybotCookiebotDialogNavItems::-webkit-scrollbar{height:0;width:0}#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem{flex:1 1 0%;margin:0 auto}#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink{border-bottom:1px solid #ffffff;color:#141414;display:block;font-weight:600;height:100%;outline-offset:-5px;padding:1em;text-align:center;text-decoration:none;white-space:nowrap}#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{color:#029e5d}#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{border-color:transparent;border-bottom:1px solid #029e5d;color:#029e5d}@media screen and (min-width:1280px){#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{border-width:3px}}#CybotCookiebotDialogTabContent{display:flex;flex-direction:column;height:auto;overflow:auto;width:100%}#CybotCookiebotDialogTabContent .CybotCookiebotScrollContainer{display:flex;flex:1;flex-direction:column}#CybotCookiebotDialogTabContent .CybotCookiebotDialogTabPanel{flex:1;overflow-x:hidden;overflow-y:auto;width:100%}#CybotCookiebotDialogSpecialFeaturesText ul{margin:.25em 0 .25em 2em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogSpecialFeaturesText ul{margin:.25em 2em .25em 0}#CybotCookiebotDialog .CybotCookiebotScrollContainer{border-bottom:1px solid #d6d6d6;height:100%;min-height:20vh;padding:.375em;position:relative}#CybotCookiebotDialog .CybotCookiebotScrollArea{height:100%}#CybotCookiebotDialog .CybotCookiebotDialogBodyBottomWrapper{width:100%}@media screen and (min-width:601px){#CybotCookiebotDialog .CybotCookiebotScrollContainer{display:flex;min-height:auto}}@media screen and (min-width:1280px){#CybotCookiebotDialog.CybotEdge .CybotCookiebotScrollContainer{border-bottom:none;display:none}#CybotCookiebotDialog.CybotEdge.CybotMultilevel .CybotCookiebotScrollContainer{width:calc(100% - 286px - 1.5em)}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent{flex:1;margin-left:1.5em;overflow:visible}#CybotCookiebotDialog.CybotEdge[dir=rtl] #CybotCookiebotDialogTabContent{margin-left:0;margin-right:1.5em}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent .CybotCookiebotDialogTabPanel{overflow:visible}#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1.5em;padding-left:.375em}#CybotCookiebotDialog.CybotEdge[dir=rtl] .CybotCookiebotDialogBodyBottomWrapper{padding-left:0;padding-right:.375em}#CybotCookiebotDialog.CybotEdge.CybotMultilevel .CybotCookiebotDialogBodyBottomWrapper{border-top:1px solid #d6d6d6;padding-top:1em}}@media screen and (min-width:1510px){#CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogTabContent{margin:0 1.5em}#CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) .CybotCookiebotScrollContainer{width:auto}#CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) .CybotCookiebotDialogBodyBottomWrapper{border-top:none;padding-top:0}}#CybotCookiebotDialog .CybotCookiebotFader{bottom:0;height:5em;left:1px;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s;width:calc(100% - 1em);z-index:10}#CybotCookiebotDialog[dir=rtl] .CybotCookiebotFader:not(.CybotCookiebotFaderLeft){left:auto;right:1px}#CybotCookiebotDialog .CybotCookiebotFader.CybotCookiebotDialogActive{opacity:1}#CybotCookiebotDialog .CybotCookiebotFaderLeft,#CybotCookiebotDialog .CybotCookiebotFaderRight{height:100%;width:3.5em}#CybotCookiebotDialog .CybotCookiebotFaderLeft{left:0}#CybotCookiebotDialog .CybotCookiebotFaderRight{left:auto;right:0}@media screen and (min-width:1280px){#CybotCookiebotDialog .CybotCookiebotFader:not(.CybotCookiebotFaderLeft):not(.CybotCookiebotFaderRight){width:calc(100% - 1.5em)}}#CybotCookiebotDialogBody{display:flex;flex-direction:column;height:100%}#CybotCookiebotDialogBody .CybotCookiebotScrollContainer{display:flex;flex-direction:column;max-height:18em}#CybotCookiebotDialog #CybotCookiebotDialogBodyContent{max-height:inherit}#CybotCookiebotDialog h2{font-weight:600;letter-spacing:.25px;line-height:1.6em;margin-bottom:.5em}#CybotCookiebotDialogBodyContent{flex:1;height:100%;letter-spacing:.5px;line-height:1.6em;max-height:100%;overflow-x:hidden;padding:1.625em .625em}#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTabContent{list-style-type:none}#CybotCookiebotDialogDetailBulkConsent{border:1px solid #d6d6d6;border-radius:.5em;margin:0 .625em 1em;padding:1em}#CybotCookiebotDialogDetailBulkConsent:before{border-top:1px solid #d6d6d6;content:"";width:100%}#CybotCookiebotDialogDetailBulkConsentLink{color:#141414;display:block;font-weight:600;line-height:1.6em;margin-bottom:.625em;text-decoration:none}#CybotCookiebotDialogDetailBulkConsentLink:hover{color:#029e5d}#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount{background-color:#d6d6d6;border-radius:5em;display:inline-block;font-size:.8em;font-weight:700;letter-spacing:.25px;line-height:1.2em;margin-left:.5em;padding:.25em .5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount{margin-left:0;margin-right:.5em}#CybotCookiebotDialogDetailBulkConsentListWrapper{background-color:rgba(0, 0, 0, 0.05);border:1px solid #d6d6d6;border-radius:.5em;margin-top:1.5em;padding:1em}#CybotCookiebotDialogDetailBulkConsentListWrapper>span{border-bottom:1px solid #d6d6d6;display:block;font-weight:600;padding-bottom:1em}#CybotCookiebotDialogDetailBulkConsentList{margin-top:1em}#CybotCookiebotDialogDetailFooter{letter-spacing:.3px;line-height:1.6em;padding:0 1em 1em}#CybotCookiebotDialogDetailFooter a{color:#141414}#CybotCookiebotDialogDetailBulkConsentList dt:not(:last-of-type){margin-bottom:.5em}@media screen and (min-width:1280px){#CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer{display:flex;flex:auto;height:auto;max-height:15.5em;overflow:hidden}#CybotCookiebotDialogBodyContent{padding:1.125em}#CybotCookiebotDialogDetailBulkConsent{margin:0 2em 1em;padding:1.5em}#CybotCookiebotDialogDetailFooter{padding:0 2em 1.125em}#CybotCookiebotDialogDetailBulkConsentListWrapper{margin-top:2em;padding:1.5em}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBody{display:flex;justify-content:space-between;overflow:hidden}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContent{height:auto;padding:0 1.125em 0 0}#CybotCookiebotDialog[dir=rtl].CybotEdge #CybotCookiebotDialogBodyContent{padding-left:1.125em;padding-right:0}}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeader{font-weight:600;line-height:1.6em;margin-bottom:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABWrapper{border:2px solid #d6d6d6;border-radius:1em;margin:1.5em 0 1em;padding:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABWrapper:last-of-type{margin-bottom:0}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainer,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed{background-color:rgba(0, 0, 0, 0.05);border:2px solid #d6d6d6;border-radius:1em;margin-bottom:.5em;padding:.5em 1em 1em;position:relative}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainer:last-of-type,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed:last-of-type{margin-bottom:0}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonWrapper{align-items:center;display:flex;font-weight:600;margin:.5em 2em 0 0}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonWrapper{margin:.5em 0 0 2em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonWrapper:nth-of-type(2){margin-right:0}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonWrapper:nth-of-type(2){margin-left:0;margin-right:0}#CybotCookiebotDialogDetailBodyContentIABv2Tabs a+.CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper .CybotCookiebotDialogBodyLevelButtonWrapper:nth-of-type(2){margin-right:3.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs a+.CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper .CybotCookiebotDialogBodyLevelButtonWrapper:nth-of-type(2){margin-left:3.5em;margin-right:0}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription{border-top:1px solid #d6d6d6;margin-top:1em;padding-top:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABPurposeCount{margin-top:2em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABPurposeCount .CybotCookiebotDialogDetailBulkConsentCount{margin-left:.4em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABLinkWrapper{font-weight:700}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABLinkWrapper:nth-of-type(2){margin-top:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABLinkWrapper a{margin-top:0;word-break:break-word}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription a{align-items:center;display:inline-flex;margin-top:.5em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription .CybotCookiebotDialogBodyLevelButtonIABBullet{margin:1em 0 0 1em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription .CybotCookiebotDialogBodyLevelButtonIABBullet{margin:1em 1em 0 0}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription .CybotCookiebotDialogBodyLevelButtonIABList{font-weight:700;margin-top:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription .CybotCookiebotDialogBodyLevelButtonIABList li{font-weight:400;margin-left:2px}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription .CybotCookiebotDialogBodyLevelButtonIABList li{font-weight:400;margin-right:2px}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed .CybotCookiebotDialogBodyLevelButtonIABDescription{display:none}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainer .CybotCookiebotDialogBodyLevelButtonIABDescription,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription.CybotCookiebotDialogShow{display:block}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow{display:block;height:2em;position:absolute;right:1.4em;width:2em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide,#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow{left:1.4em;right:auto}#CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainer:before,#CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed:before{border-style:solid;border-width:.15em .15em 0 0;content:"";display:inline-block;height:.5em;position:absolute;right:2em;top:1.3em;transform:rotate(-225deg);width:.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainer:before,#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed:before{left:2em;right:auto}#CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainer:before{top:1.6em;transform:rotate(-45deg)}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyIABIntroContainer{padding-bottom:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABLabel{line-height:1.5em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs p.CybotCookiebotDialogBodyLevelButtonIABLabel{padding-left:2em}@media screen and (min-width:1280px){#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABWrapper{padding:1.5em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeader{align-items:center;border-bottom:1px solid #d6d6d6;display:flex;margin-bottom:1.5em;padding-bottom:1.5em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyIABIntroContainer{padding-bottom:1.5em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper{align-items:center;display:flex;justify-content:space-between;width:100%}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainer,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed{padding:1em 1.5em 1.5em}#CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainer:before,#CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed:before{top:1.8em}#CybotCookiebotDialogDetailBodyContentIABv2PartnersBody .CybotCookiebotDialogBodyLevelButtonIABContainer:before{top:2.1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription{width:100%}}#CybotCookiebotDialogDetailBodyContentTextAbout{padding:1.625em .625em}@media screen and (min-width:1280px){#CybotCookiebotDialogDetailBodyContentTextAbout{padding:1.125em}}#CybotCookiebotDialogFooter{padding:1em;width:100%}#CybotCookiebotDialogBodyButtons{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap}@media screen and (min-width:601px){#CybotCookiebotDialogBodyButtons{align-items:center;flex-direction:row}}@media screen and (min-width:1280px){#CybotCookiebotDialog #CybotCookiebotDialogFooter{padding:1em 1.5em 1.5em}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter{padding:0;width:auto}#CybotCookiebotDialog.CybotEdge.CybotMultilevel #CybotCookiebotDialogFooter{position:absolute;right:0;top:0}#CybotCookiebotDialog.CybotEdge[dir=rtl] #CybotCookiebotDialogFooter{left:0;right:auto}#CybotCookiebotDialog.CybotEdge.CybotMultilevel.CybotCloseButtonEnabled #CybotCookiebotDialogFooter{right:51px}#CybotCookiebotDialog.CybotEdge[dir=rtl].CybotCloseButtonEnabled #CybotCookiebotDialogFooter{left:51px;right:auto}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons{align-items:flex-end;flex-direction:column-reverse;max-width:286px}}@media screen and (min-width:1510px){#CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogFooter{position:relative;right:0}#CybotCookiebotDialog.CybotEdge[dir=rtl]:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogFooter{left:0;position:relative;right:auto}}#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type::-webkit-scrollbar{width:.25em}#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type::-webkit-scrollbar-track{background:#f2f2f2;border-radius:.313em}#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type::-webkit-scrollbar-thumb{background:#141414;border-radius:.313em}#CybotCookiebotDialog .CybotCookiebotScrollContainer .CybotCookiebotScrollbarContainer{background:#ffffff;display:none;height:100%;pointer-events:none;position:absolute;right:.375em;top:0;transition:opacity .5s;width:.6em}#CybotCookiebotDialog:hover .CybotCookiebotScrollContainer .CybotCookiebotScrollbarContainer{opacity:0}#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type:focus{outline:none}#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type:focus::-webkit-scrollbar-thumb{background:#ffffff}@-moz-document url-prefix(){#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type{scrollbar-track-color:#f2f2f2;scrollbar-face-color:#141414;scrollbar-color:#141414 #f2f2f2;scrollbar-width:thin}}#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type:focus{scrollbar-color:#ffffff #f2f2f2}@media screen and (min-width:1510px){#CybotCookiebotDialog .CybotCookiebotScrollContainer>div:first-of-type::-webkit-scrollbar{width:.5em}#CybotCookiebotDialog .CybotCookiebotScrollContainer .CybotCookiebotScrollbarContainer{display:block}}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide,#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow,#CybotCookiebotDialog a:after,#CybotCookiebotDialog a:before,#CybotCookiebotDialog button:after,#CybotCookiebotDialog button:before{border-color:#141414}#CybotCookiebotDialog a:hover:after,#CybotCookiebotDialog a:hover:before,#CybotCookiebotDialog button:hover:after,#CybotCookiebotDialog button:hover:before{border-color:#029e5d}#CybotCookiebotDialog #CybotCookiebotBannerCloseButtonE2E,#CybotCookiebotDialog .CybotCookiebotBannerCloseButton{fill:#141414;border:none;display:none}#CybotCookiebotDialog.CybotCloseButtonEnabled .CybotCookiebotBannerCloseButton{display:flex;margin-left:2.313rem}#CybotCookiebotDialog[dir=rtl] .CybotCookiebotBannerCloseButton{margin-left:auto;margin-right:2.313rem}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper{display:flex;flex-direction:column-reverse;width:100%}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type),#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type){margin-bottom:.5em}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper{align-items:center;display:flex;margin-bottom:.5em}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper .CybotCookiebotDialogBodyLevelButtonSliderWrapper{margin-right:1em}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper .CybotCookiebotDialogBodyLevelButtonDescription{font-weight:600}#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{background-color:#d57b7b;border:2px solid #dddddd;border-radius:.25em;color:#ffffff;display:block;font-weight:600;padding:1em;text-align:center;user-select:none;width:100%}#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover{opacity:.85}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{background-color:#ffffff;border-color:#000000;color:#000000}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{background-color:#029e5d;border-color:#ffffff;color:#ffffff}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize{align-items:center}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow{border-color:#000000;border-style:solid;border-width:.15em .15em 0 0;display:inline-block;height:.5em;margin-left:1em;transform:rotate(45deg);vertical-align:baseline;width:.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow{margin-left:0;margin-right:1em;transform:rotate(-135deg)}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggle{border-bottom:1px solid #d6d6d6;display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:flex-end;margin:1em 0 1.5em auto;padding-bottom:1.5em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderButton,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleDeselectVendorsLink,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink{align-items:center;background-color:#d57b7b;border:2px solid #dddddd;border-radius:.25em;color:#ffffff;display:flex;font-weight:600;padding:.75em 1em;text-decoration:none;user-select:none}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderButton:hover,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleDeselectVendorsLink:hover,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink:hover{opacity:.85}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderButton.select,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink{background-color:#029e5d;border-color:#ffffff;color:#ffffff;margin-left:.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderButton.select,#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink{margin-left:0;margin-right:.5em}@media screen and (min-width:601px){#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper{align-items:stretch;flex:1;flex-direction:row;justify-content:flex-end}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type),#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type){margin-bottom:0;width:33%}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper:not(.CybotCookiebotDialogHide)+#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton{max-width:286px;width:100%}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type){margin-right:.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:last-of-type){margin-left:.5em;margin-right:0}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper{margin-bottom:0;margin-right:1em}}@media screen and (min-width:1280px){#CybotCookiebotDialog.CybotEdge .CybotCookiebotBannerCloseButton{display:none}#CybotCookiebotDialog.CybotEdge.CybotCloseButtonEnabled #CybotCookiebotBannerCloseButtonE2E{display:flex}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggle{border-bottom:none;justify-content:flex-start;margin:0 0 0 auto;padding:0}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggle{margin-left:0;margin-right:auto}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper{flex:auto;flex-direction:column-reverse}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{max-width:none;width:286px}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type){margin-bottom:.5em}}#CybotCookiebotDialogBodyLevelWrapper{width:100%}#CybotCookiebotDialogBodyEdgeMoreDetails{display:none}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes{list-style-type:none}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails{display:flex;justify-content:flex-end;margin:1.5em 2em .5em 0}#CybotCookiebotDialog.CybotEdge[dir=rtl] #CybotCookiebotDialogBodyEdgeMoreDetails{margin-left:1.125em;margin-right:0}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{align-items:center;color:#029e5d;display:flex;font-weight:600;text-decoration:none}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after{border-style:solid;border-width:.15em .15em 0 0;color:#141414;content:"";display:block;height:.563em;margin-left:1em;transform:rotate(45deg);width:.563em}#CybotCookiebotDialog.CybotEdge[dir=rtl] #CybotCookiebotDialogBodyEdgeMoreDetails a:after{margin-left:0;margin-right:1em;transform:rotate(225deg)}#CybotCookiebotDialogBodyLevelButtons{width:100%}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-shrink:0;height:32px;position:relative;width:57px}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper:hover input[type=checkbox]:not(:disabled)+.CybotCookiebotDialogBodyLevelButtonSlider{opacity:.85}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox].CybotCookiebotDialogBodyLevelButton{opacity:0}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider{background-color:#141414;border-radius:32px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:background-color .4s}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before{background-color:#ffffff;border-radius:50%;bottom:4px;content:"";height:24px;left:4px;position:absolute;transition:transform .4s;width:24px}#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{background-color:#029e5d}#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before,#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input+.CybotCookiebotDialogBodyLevelButtonSlider:before{background-color:#ffffff;transform:translateX(26px)}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before{transform:translateX(0)}#CybotCookiebotDialog form input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider{background-color:#d6d6d6;pointer-events:none}#CybotCookiebotDialogBodyLevelButtonsSelectPane{border-bottom:1px solid #d6d6d6;padding:1em 0}#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper{align-items:center;display:flex;justify-content:space-between;padding:1em;text-align:center;width:100%}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonWrapper+.CybotCookiebotDialogBodyLevelButtonWrapper label{font-size:.875em;font-style:italic;font-weight:400;letter-spacing:.15px;padding-bottom:0}#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonDescription{font-weight:700}#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover{color:#029e5d}@media screen and (min-width:601px){#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane{padding:0}#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper{flex-direction:column;padding:1.5em 1em;width:25%}#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type){border-right:1px solid #d6d6d6}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type){border-left:1px solid #d6d6d6;border-right:none}#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel{margin-bottom:.75em}#CybotCookiebotDialogTabContent input:focus+.CybotCookiebotDialogBodyLevelButtonSlider{box-shadow:0 0 1px #029e5d}}@media screen and (min-width:1280px){#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyLevelButtonsSelectPane{border-bottom:none}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper{border:none;flex-direction:row;margin:.5em 2.5em 0 0;padding:0;width:auto}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel{margin-bottom:0}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyLevelWrapper{width:auto}#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyLevelButtonLabel{margin-right:1em}#CybotCookiebotDialog.CybotEdge[dir=rtl] .CybotCookiebotDialogBodyLevelButtonLabel{margin-left:1em;margin-right:0}#CybotCookiebotDialog.CybotEdge[dir=rtl] #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper{border-left:none;margin:.5em 0 0 2.5em}#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails{display:inline-flex;height:2em;margin:0}}#CybotCookiebotDialog input[type=checkbox]{height:1.5em;margin-right:.5em;width:1.5em}#CybotCookiebotDialog[dir=rtl] input[type=checkbox]{margin-left:.5em;margin-right:0}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper form{height:100%;width:100%}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox]{height:100%;margin-right:0;width:100%}#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]{-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;background-color:#ffffff;border:2px solid #d6d6d6;border-radius:4px;position:relative}#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]:not(:checked):hover{border-color:#141414}#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]:checked{background-color:#029e5d;border-color:#029e5d}#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]:checked:after{border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;content:"";display:inline-block;height:50%;left:50%;position:absolute;top:calc(50% - 2px);transform:translate(-50%,-50%) rotate(45deg);width:25%}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes,#CybotCookiebotDialogDetailBodyContentIABv2Tabs{padding:0 .625em;width:100%}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogDetailBodyContentIABv2TabsIntro{padding:1.125em 1.125em .25em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogDetailBodyContentIABv2TabsIntro:nth-child(3){margin-bottom:1.5em}.CybotCookiebotDialogDetailBodyContentCookieContainerHeader{display:flex;justify-content:space-between}.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,.CybotCookiebotDialogDetailBodyContentIABv2Tab:before{border-style:solid;border-width:.15em .15em 0 0;content:"";display:inline-block;height:.5em;left:0;margin-right:1.875em;position:relative;top:.625em;transform:rotate(-45deg);vertical-align:top;width:.5em}#CybotCookiebotDialog[dir=rtl] .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,#CybotCookiebotDialog[dir=rtl] .CybotCookiebotDialogDetailBodyContentIABv2Tab:before{margin-left:1.875em;margin-right:0}.CybotCookiebotDialogDetailBodyContentCookieContainerButton.CybotCookiebotDialogCollapsed:before,.CybotCookiebotDialogDetailBodyContentIABv2Tab.CybotCookiebotDialogCollapsed:before{top:.25em;transform:rotate(-225deg)}#CybotCookiebotDialog .CookieCard{border-bottom:1px solid #d6d6d6;padding:1.5em 0}#CybotCookiebotDialog .CookieCard:not(:first-child){padding-top:1.5em}#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABContainer .CookieCard{border-bottom:none;border-top:1px solid #d6d6d6}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CookieCard:last-of-type{margin-bottom:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CookieCard:first-of-type{padding-top:1.625em}#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab{border:1px solid transparent;font-weight:700;line-height:1.5em;padding-right:.75em;user-select:none}#CybotCookiebotDialog[dir=rtl] .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,#CybotCookiebotDialog[dir=rtl] .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab{padding-left:.75em;padding-right:0}#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{color:#029e5d}#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard{padding-top:1em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard>div:not(.CybotCookiebotDialogBodyLevelButtonIABWrapper){letter-spacing:.3px;line-height:1.6em;margin-left:2.9em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogDetailBodyContentIABv2CardIntro{letter-spacing:.3px;line-height:1.6em;margin-left:2.9em;padding-top:1em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard>div:not(.CybotCookiebotDialogBodyLevelButtonIABWrapper),#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogDetailBodyContentIABv2CardIntro{margin-left:0;margin-right:2.9em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage{border:1px solid #d6d6d6;border-radius:.5em;font-weight:600;margin:1em 0;padding:1em 1.5em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup{border:1px solid #d6d6d6;border-radius:.5em;margin-bottom:.5em;padding:1em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover{background-color:rgba(0,0,0,.05)}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup:last-of-type{margin-bottom:0}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider{display:block;font-weight:700;position:relative;text-decoration:none}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider>div{pointer-events:none}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount){color:#141414}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider.CybotCookiebotDialogCollapsed:after,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:after{border-style:solid;border-width:.15em .15em 0 0;content:"";display:inline-block;height:.5em;position:absolute;right:1em;top:.5em;transform:rotate(-45deg);width:.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider.CybotCookiebotDialogCollapsed:after,#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:after{left:1em;right:auto}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider.CybotCookiebotDialogCollapsed:after{transform:rotate(-225deg)}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieLink{align-items:center;display:inline-flex;padding-top:1em;position:relative}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo{background-color:rgba(0, 0, 0, 0.05);border:1px solid #d6d6d6;border-radius:1em;margin-bottom:.5em;padding:1em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo:last-of-type{margin-bottom:0}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper.CybotCookiebotDialogShow{display:block}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper{margin-top:3.125em;position:relative}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper:before{border-top:1px solid #d6d6d6;content:"";left:0;position:absolute;top:-1.5em;width:100%}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProviderDescription{margin-bottom:1.56em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoTitle{display:block;font-weight:700;line-height:1.6em;margin-bottom:.5em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoDescription{display:block;letter-spacing:.3px;padding-bottom:1em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooter{border-top:1px solid #d6d6d6;display:flex;flex-wrap:wrap;padding-top:.5em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent{margin-top:.5em;width:100%}@media screen and (min-width:1280px){#CybotCookiebotDialogDetailBodyContentCookieContainerTypes,#CybotCookiebotDialogDetailBodyContentIABv2Tabs{padding:0 1.125em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer{margin-top:2em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard{margin-left:3em;padding-top:.5em}#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard{margin-left:0;margin-right:3em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard>div:not(.CybotCookiebotDialogBodyLevelButtonIABWrapper){margin-left:0}#CybotCookiebotDialog .CookieCard{padding:1.125em 0 1.5em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CookieCard:last-of-type{margin-bottom:1.5em;padding-bottom:2em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CookieCard:first-of-type{padding-top:1.125em}#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CookieCard:last-of-type{padding-bottom:1.125em}#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro{padding-left:3em}#CybotCookiebotDialog[dir=rtl] .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro{padding-left:0;padding-right:3em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage{margin:0 0 1.5em;padding:1.5em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo{padding:1.5em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper{margin-top:3.75em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper:before{top:-2em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProviderDescription{margin-bottom:1.875em}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent{width:50%}}#CybotCookiebotDialog .CybotCookiebotDialogHide{display:none}.CybotExpandLink{position:relative}.CybotExpandLink.CybotCookiebotDialogCollapsed:after,.CybotExpandLink:after{border-style:solid;border-width:.15em .15em 0 0;content:"";height:.5em;position:absolute;right:1em;top:.3em;transform:rotate(-45deg);width:.5em}#CybotCookiebotDialog[dir=rtl] .CybotExpandLink.CybotCookiebotDialogCollapsed:after,#CybotCookiebotDialog[dir=rtl] .CybotExpandLink:after{left:0;right:auto}.CybotExpandLink.CybotCookiebotDialogCollapsed:after{transform:rotate(-225deg)}#CybotCookiebotDialog .CybotExternalLinkArrow{margin-left:.625em}#CybotCookiebotDialog[dir=rtl] .CybotExternalLinkArrow{margin-left:0;margin-right:.625em;transform:scaleX(-1)}#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled),#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled),#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox],#CybotCookiebotDialog button,#CybotCookiebotDialog input,#CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]){cursor:pointer}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox]:disabled{pointer-events:none}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled{cursor:not-allowed}#CybotCookiebotDialog dt{word-break:break-all}#CybotCookiebotDialog fieldset{border:none;width:100%}#CybotCookiebotDialog fieldset #CybotCookiebotDialogBodyFieldsetInnerContainer{display:flex;flex-wrap:wrap;width:100%}#CybotCookiebotDialog legend.visuallyhidden{display:block}#CybotCookiebotDialog .visuallyhidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,#CybotCookiebotDialogDetailBodyContentTextAbout a{color:#029e5d;font-weight:600;text-decoration:none}#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:hover,#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink:hover,#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a:hover,#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a:hover,#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a:hover,#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:hover,#CybotCookiebotDialogDetailBodyContentTextAbout a:hover{opacity:.85}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible+span,#CybotCookiebotDialog :focus-visible,#CybotCookiebotDialog:focus-visible{outline:none}@media screen and (min-width:601px){#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible+span,#CybotCookiebotDialog :focus-visible{outline:2px solid #029e5d}}@media not all and (min-resolution:.001dpcm){@media screen and (min-width:1280px){#CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer{display:block}}}#CookiebotSessionPixel{display:none}
    #CybotCookiebotDialogPoweredbyCybot svg {
      display: block;
      height: 1.7em;
      opacity: 1;
      max-width: 133px;
    }

    #CybotCookiebotDialogPoweredByText {
      display: none;
    }

    #CybotCookiebotDialog .CybotCookiebotBannerCloseButton {
      margin-left: 2.313rem;
    }

    #CybotCookiebotDialog[dir="rtl"] .CybotCookiebotBannerCloseButton {
      margin-left: auto;
      margin-right: 2.313rem;
    }

    #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper {
      position: relative;
      margin-top: 3.125em;
    }

    #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper.CybotCookiebotDialogShow {
      display: block;
    }

    #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper:before {
      content: '';
      position: absolute;
      top: -1.5em;
      left: 0;
      width: 100%;
      border-top: 1px solid #d6d6d6;
    }

    #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProviderDescription {
      margin-bottom: 1.56em;
    }

    #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo:before {
      display: none;
    }

    @media screen and (min-width: 601px) {
      #CybotCookiebotDialogPoweredbyCybot svg {
          height: 2em;
      }
    }

    @media screen and (min-width: 1280px) {
      #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper {
        margin-top: 3.75em;
      }

      #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProviderDescription {
        margin-bottom: 1.875em;
      }

      #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper:before {
        top: -2em;
      }
  
    }
  </style></head><body class="desktop frontpage" data-autotest="articleId1" style="overflow: hidden;"><div id="CybotCookiebotDialog" name="CybotCookiebotDialog" role="dialog" aria-modal="true" aria-labelledby="CybotCookiebotDialogBodyContentTitle" tabindex="-1" lang="da" dir="ltr" ng-non-bindable="" class="CybotMultilevel CybotCookiebotDialogActive" style="display: flex;" data-template="overlay"><div class="CybotCookiebotDialogContentWrapper"><div id="CybotCookiebotDialogHeader"><div id="CybotCookiebotDialogHeaderLogosWrapper"><div id="CybotCookiebotDialogPoweredbyLink"><img id="CybotCookiebotDialogPoweredbyImage" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAuCAYAAACF6SFvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA4dSURBVGhD7VoHVFRXGn7IMDAwDEMVe+x9k7XFbmJLYu8llthbTDExsWvO5pjuJuqqqZbECszADAxFQRSlCKLYoqIIKDZQEaQK+O/3/xTFSELOnj2re3LP+WTuu/fd939/fzMq4zSa2svsHLvOtdP2mmxr33+s2n7QCLVm2FC1ZuQQtWYUMPopxKhhas2IkWrNUMj7mouitFQUpbaySes8M8zFk/yca1aC6RlAAGDUe+R3gvJBppmy1kH/5kGQsWDhWUMIYHSuWdTKxnYWyHRWPnfQv7MfZMxYeNYQCBica95vpFKvAJmBysf2TgufZTI+sEx9a5uvQeZ1ZZW9bvEzTqa4jrXqJ5CZxWSWPstkvJ1rltSyVu0GmbeUFfa65c86Gc8aKl+QWfj/QsYMMh/+ReZpwV9knlZUScYf8HNwJm/FpkrwusnRlXysbMlo6yj3POkhVcHfpRb5apxwlopMTu5k/g+VWAUZPEStpQN9XqFL23dQ8o4dlOLjQyneD5FqMNCBfq/Rvnad6DLmR+fOJ6Pa4YkPqQq+tlqKGDSUkjZvoYB6jUQxT9pXXVRJhjUfP2celY+S3Fx6kJtXASoooOiJk+nQgMGynrJjF3kp1mTWe5CfvZ78oHEzaxsP8IXVDIoasCU/O1yHBUw6N9qjKHThXxvl/sCGTcmoKlWGn4MLmbQupZ9xjlFlL5/5mqGGHflANv5rgmeYnR9as0oyPnh43LSZ8qDbCScgmBtZXGuRxb1OKTzqktFGQ9FjX5c9ST/8BAVYi7sFNm1Je2GxgDrPkcFKTfs6dKa4N6ZT3KSpFPy3dnBLNQXUrEsmz7qUHhNDDx48oH3tO5E/rrFQlgaNyVK/EfnUsKXglm3p4KsDRUH+dRpQ1PDRFD9rHkWNGE0B2GdUaSrcs1pkMuLjofUaEMyWDNYa0RQLzdqOHldK5hLIbIem499+l4oKCyjjaDz5udWk8//8WtbLR0lJCcXOnUe/fvIZlYAED/5TUlREt3BPABR1L+kSZUTH0LEF75euAwdHjKKctDSZl8i/RLnXr1PU6HFQaqlFq0Xmfl4eZZ46TXdPnaG7p89Q1tlzdPYfq2m3YgUyE2TPr599QWH9XpEH5924QZZmLSi8x8uylgwXNLi4kqVxc7p97DgV5edT5PgJFDN1OhXcvk0lxcUU/95Cihg8jAJrNaD7mXeFdDFwxdePTixbgRg1UjHkiJk8hXy0ThJrPNIjIkSp1SAzQ24oLiyk7NQUyk4B8Pfelct0/ouvKpFJjztKBdnZIPOAwl7qSzthpajho2TtzokTFDdrNh3s05/CevWmoJZtkCy0sLId5V65QiX375PZrTasr1Bg7eeo4Ga63Bc7ex6eoYj7mhFjQU1aUAjcLgKJ5+TiZbLnRvgB8RazvpqWuQVt+sC1fO105Avf9UXgcVr2QUotd7NHx7m16yGAFRk1OkrcuImKkDweHal7vMikdyOzq6dYkckENWkp7sJk7t/JpMLcHPL3rIcEgOfZO9GJJcsoOzGRCjIzKT02lq4EWOSs62H7/xyZ28cTyIgDTTpXCOEuNcHk7AGCSABlZPLgvwdhiXvJKTJnN2CBg9u+QEGt2lJohxcpctx4uhqyV9bjOZXbaMXN2PIBterjmdalbnY3i/LvZlJA7QZIFqoKl8q6eJH86zWkHbDWPpzH4xrO46xo0rpSIBJBFWRs6OjM2XIDx8G9q1cp5xHkXrtGKag1h8eMkz2XNm+lbTg0dvosmWeePUtHZs2Rz2mBQYih5mSuV5+Stv0s1+KwzwBlsKZ5RCKQOQsG1W9CxfdyqDA/T7KhNxJP9ITJsofJ7G3XkcLhqndOnpJr2UlJFIbYDG7ckiyoU08kw3k8ZvxEyr96jfIheOGdO5VQBFe4HhwiQcvrZ79cg1SqksJ5xc9Ehbdu0amPV9NFZLnHR9LWbWJdA1Iv31c+MuFGwc3bUFbiBcpCbLJlpF65eVJaUFDZLiQkJJD49xfSRSiQRwnUHTt5Gplw3hPIcN4uLWx82G+A2DE7ukga9UfgBnjUIaOdI4ojruvggtCQBYJY6jYkA+IgtGMXihk7QdJoyPMdxMel2qPA+iKuwl/uR5GoHwGoLVxULQ2bkeW5phX1g4slx2pY9150CMoLbvW8xKsBcRzeux+Fde4m51URMyACHwxq1poODR1BEUOG4e/wRzCCQrv2lMNYGEvdRtLahHbsKgowMSEIwJ9FYK5JXKOs7CSJcLCykAKs8xoHO5MKbtFW9nOCqdjDpGBJX8SYEYpghfqjgIdBBs6C5R3C7yQAxEyZz1c12J187OwpZtR4mV/fu08EKxdSiDmCUFlb8xtwIsEejouTKz+SM04sXyGJoGIPznn8fiYTAuvwODr/beyvVp0pzWZZqMicUQ4PgZVg5mPvLKCinBxZi5k0hQ6hIeVxFYFuqKGRJtWHXQkZz+xWi4wOelGOWIq1DAH5fF8tum7s4ZqUsHipnJGwZCnW0EXDunwPdxq+cGnZz1aFwLuwP/zlvrI/asIkyW5syd/JZg/JpMcckVaFD+EH8+fMM2dkLXbGbIro3V8+X7UEStsT2qUHXbFYKC89nQqzsySznVn9qdQV9m2DjT3Fv/seZZ07RwVIFGc+/4KOL10uZzAZr7IalbBwEWWi48hFG5Pq5S1pnnu0c+s30C3UGh43Dx2mi1u2Uni3XuSPmP1DMjnIVieXrqDTy1fRySXLkaF+lJSavGs3GdBaRCN4eaSZzHA7B8ovS7cpO3fR2a/WUNb5RJmzK4kVPlgs89ybNylp507KvnyZ8pEheSR8uBhKs6KU3btlzta+sHGj1CIusKHdelDGkVgqQvrmkY86lZt6mSKHDCeTtf0fkylG73QfLX8RwGmRRwEeHotXBG43YkaV1po0s7+Y+yi62oOvDa6wZOy8+bJ+4dvvyMfWQRRRjKof8kJ7WedCmJeRIXvi5syVZMIjLThYXOhnIGriG3KNezWe/1qW0mOmzkDRtJJUXy03y4iMIj8XD/JHlTYj61iat6a7cB0eCR8sokNlD78GLXI1DkH7f37N13QHrw6ZcKXs1FRZT/xmHQWi2eSRdf58aYpHbHACuAwhecROn0lnPvpYPufBcuyimdibnZIs1/JB2gtdwbmybpzdnGOs2u1MOvof1rJ3GX4BknfvkbXre/fS4VcHyedUXAvt3lM6BtZ+HDoIS6vWdAyuw+Pi2g1SCHnkoGll/zfhRYzj7BrO4RGLZ56CS/NI9TFQ1NjxFD9zDh1BFxAxeChFDBws7zkXNmySPUfQSXCiqHY2y05OpuMQ6ATiJWHRUjq/bn1F83jxux/oUN9X5fOlLdvoRFlWSvplu5DmQL6TkCDXLiOI2a2y0ILw4PrF8/29+kjLz+MoXDIURZDHzcOHybuGWlzNH0q4bPRD9/CzWCbp+x9lD3fWfIYfMuPv92az5soNVY30mGgy161P0SPGyJxjJqxHL/nMg18ZCrKy5PsDbih5XN0fRkfmvlkh/K1TJ6WpvBV/TOanVpUmicTvvpc5v1bciEPAIwHwOLlspXjJ8QULZV54L5tuRkainZlKJpXdk8hwB+BCwc3aiKBRQ0dWAmev8J69Jf8bkWZDULVjpkyjg/0HkA9epSMGDqUkWIwtwZr2qmFDEQMGUzJ6Mn7DNKjRhqDaJyErpnmjWcV53G3Eo36Fdu6O1kUnPd6RN6ZJur+DdyXOjAdR6wzIWJzeTZCRk0AGUvONfaEUjncof7RUTyTDxc2Pv0Aoa0Mqw1bePbiwyVdS2MduyS09z7nl4K+PpH9S0BEgOHk/z3kfF02e8x5vLoxoRzh+2BukVYFnSJuDe/n7Au6upYDyewvigmXjAszXuM/jM/krq0DcV0bGCDILn86fNB7t5R7HI2vlCaCWtQqeqLylrIZl4tHEhaJrDsIi/+hZ6eanEP4AEwmHEYKAetaqzSAzQxmjcRy8ydndf4veI3GP3iO3fNMBkCsl6Pk/JVgu+D7IFA63OgCE4LOX3qPkByf3rJU6l3M6a+vPQeZ1QGkItFesrUd6qNVLe2gcNk/S6vYvw6YNTm63durd7/Mvu0IQ+G8SLBXcs7LgmHtD8G91rvdWaPXXJtk5nO1qYxuJOPGD3N8CK4G3gMGAUg94AegNjAKmAwuAjxQrq2+cVaqtHew0/mMddFGLtM6Ja51cM0CwkLW1Hw96aME/56IiOIR+KLinCA6NP9ioc82B4NcnaRxZ8GgIHgx5vICtABPgH2RXA4uAOcAYoDuguAFsneeBnsBAYCwwDZgPvAcsBlgDq0FwrSsIdrKzN48DwSU658T1ereMHSAoFqxEsNSCFa6COa8z+Dd8Lyf3kk2OLveWa/VXJ0LjXSoLvgVgwdcCXwEsPMvABN4GZgDjAJaX5W4FKI6AB1AfaAG0A7oBfYABwHCAb5oMzAQeJ/gJE3RWqbd0tLM3jdfqIhfpnM+tc3JN3+7kJgSDIfwevXvxJie3rBWOzmmTNNrTXdS2UTVrqIJwf7ngmwAW/EvgUcHfAVj7UwGOi5HAIKAvwHKyvCx3HUCxBbSAC+AJsNs1Afj/o7C1OgJdgZeAfgAfNAIYD0wBZgOsqYXAEmAV8CkIrnOCBdvb2pu62GkCa9rYeOMaGmCFf+ZmwdcDa2Qvu3Spct4F5gLsFRMAdvshwCsAhwG70ovA34HWAMvJRmC59YCiAtSAHeAA6ABnwB3gTcy4AdAYaA60AfgwJsmaKSfJ5n7UiuwGrNE3AbYmC8rgeOQ5/xcRVgZrm4XmAC4XugfAQrPW2wKs2KYAhwMruxbA8rEBnADIrdj+G+LCNctO6BItAAAAAElFTkSuQmCC" alt="logo"></div><a href="https://www.cookiebot.com/da/hvad-er-powered-by-cookiebot/" rel="noopener nofollow" target="_blank" id="CybotCookiebotDialogPoweredbyCybot" aria-label="logo - opens in a new window"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 843 248"><path d="M249.651 182.059C246.815 181.906 243.999 182.606 241.573 184.067C239.147 185.528 237.225 187.681 236.06 190.244H235.469V167.003H226.162V229.564H235.174V222.256H235.912C237.11 224.825 239.06 226.979 241.51 228.439C243.959 229.898 246.796 230.596 249.651 230.441C261.174 230.441 269.447 221.379 269.447 206.177C269.447 190.975 261.174 182.059 249.651 182.059ZM247.731 222.694C239.753 222.694 235.321 215.97 235.321 206.031C235.321 196.091 239.606 189.659 247.731 189.659C256.151 189.659 260.288 196.676 260.288 206.031C260.288 215.386 256.004 222.694 247.731 222.694Z"></path><path d="M294.854 219.182H294.411L282.445 182.786H272.547L289.979 230.291L288.797 233.361C286.433 239.646 283.183 240.085 278.013 238.769L275.797 246.224C277.841 246.916 279.989 247.262 282.149 247.247C289.831 247.247 294.559 243.3 297.366 235.846L316.866 182.64H306.968L294.854 219.182Z"></path><path d="M385.555 207.488C385.555 215.966 379.646 222.105 370.044 222.105C360.441 222.105 354.532 215.966 354.532 207.488V167.145H344.93V208.365C344.93 221.52 354.828 230.875 370.044 230.875C385.26 230.875 395.158 221.52 395.158 208.365V167.145H385.555V207.488Z"></path><path d="M429.594 203.412L422.06 201.658C416.89 200.489 414.526 198.735 414.674 195.519C414.674 191.865 418.662 189.38 423.833 189.38C429.594 189.38 432.254 192.596 433.288 195.665L441.708 194.203C439.788 186.895 434.026 182.071 423.833 182.071C413.049 182.071 405.514 187.626 405.514 195.958C405.514 202.681 409.651 207.067 418.515 208.967L426.492 210.721C431.072 211.744 433.14 213.79 433.14 216.714C433.14 220.368 429.151 223.145 423.094 223.145C417.628 223.145 414.083 220.807 412.901 216.129L404.037 217.445C405.514 225.776 412.605 230.454 423.242 230.454C434.765 230.454 442.595 224.461 442.595 215.983C442.595 209.405 438.311 205.312 429.594 203.412Z"></path><path d="M470.358 182.071C457.062 182.071 448.494 192.011 448.494 206.482C448.494 220.953 457.062 230.6 471.097 230.6C481.438 230.6 488.824 225.484 490.892 217.883L482.176 216.275C480.551 220.66 476.563 222.999 471.244 222.999C463.267 222.999 457.949 217.883 457.801 208.821H491.483V205.605C491.336 188.649 481.142 182.071 470.358 182.071ZM457.653 202.097C458.097 195.373 462.972 189.672 470.358 189.672C477.744 189.672 482.176 194.934 482.324 202.097H457.653Z"></path><path d="M508.912 190.117H508.469V182.663H499.605V229.583H508.912V200.934C508.912 194.795 513.64 190.41 520.288 190.41C521.932 190.383 523.572 190.58 525.163 190.994V182.224C523.837 182.097 522.505 182.048 521.174 182.078C518.527 181.93 515.903 182.634 513.694 184.082C511.484 185.531 509.807 187.648 508.912 190.117Z"></path><path d="M549.091 189.818C551.519 189.708 553.908 190.456 555.83 191.929C557.752 193.402 559.081 195.504 559.58 197.858H568.592C567.557 188.357 559.728 182.071 548.943 182.071C535.5 182.071 526.932 192.011 526.932 206.336C526.932 220.66 535.205 230.6 549.091 230.6C560.319 230.6 567.557 223.876 568.592 214.814H559.58C559.106 217.18 557.784 219.298 555.856 220.775C553.928 222.253 551.526 222.991 549.091 222.853C541.261 222.853 536.239 216.421 536.239 206.189C536.239 195.958 541.261 189.818 549.091 189.818Z"></path><path d="M596.077 182.071C582.929 182.071 574.213 192.011 574.213 206.482C574.213 220.953 582.781 230.6 596.816 230.6C607.157 230.6 614.543 225.484 616.612 217.883L607.895 216.275C606.27 220.66 602.282 222.999 596.963 222.999C588.986 222.999 583.815 217.883 583.52 208.821H617.203V205.605C617.055 188.649 606.861 182.071 596.077 182.071ZM583.372 202.097C583.815 195.373 588.69 189.672 596.077 189.672C603.464 189.672 607.896 194.934 608.043 202.097H583.372Z"></path><path d="M648.673 182.071C641.582 182.071 636.854 185.287 634.638 190.257H634.047V182.656H625.184V229.577H634.491V201.658C634.491 194.204 639.07 189.818 645.57 189.818C651.775 189.818 655.616 193.911 655.616 200.635V229.431H664.923V199.612C664.775 188.21 658.275 182.071 648.673 182.071Z"></path><path d="M692.999 222.117C690.044 222.117 687.385 221.094 687.385 215.832V189.959H697.135V182.651H687.385V171.396H678.078V182.651H671.135V189.959H678.078V217.732C678.078 226.21 684.578 230.449 691.965 230.302C694.03 230.338 696.085 229.991 698.021 229.279L696.396 221.678C695.285 221.957 694.145 222.104 692.999 222.117V222.117Z"></path><path d="M714.571 190.117H714.127V182.663H705.264V229.583H714.571V200.934C714.571 194.795 719.298 190.41 725.945 190.41C727.59 190.383 729.23 190.58 730.821 190.994V182.224C729.495 182.097 728.163 182.048 726.832 182.078C724.185 181.93 721.561 182.634 719.352 184.082C717.142 185.531 715.465 187.648 714.571 190.117V190.117Z"></path><path d="M741.007 164.516C739.502 164.472 738.04 165.014 736.935 166.025C735.83 167.036 735.171 168.436 735.098 169.924C735.122 170.664 735.295 171.393 735.606 172.066C735.918 172.74 736.361 173.346 736.911 173.849C737.46 174.352 738.105 174.742 738.808 174.997C739.512 175.251 740.259 175.365 741.007 175.332C741.758 175.387 742.513 175.288 743.224 175.041C743.935 174.794 744.587 174.404 745.139 173.897C745.692 173.389 746.132 172.774 746.433 172.091C746.734 171.407 746.89 170.67 746.89 169.924C746.89 169.178 746.734 168.441 746.433 167.757C746.132 167.073 745.692 166.459 745.139 165.951C744.587 165.444 743.935 165.054 743.224 164.807C742.513 164.56 741.758 164.461 741.007 164.516V164.516Z"></path><path d="M745.739 182.64H736.432V229.56H745.739V182.64Z"></path><path d="M775.853 189.818C778.281 189.708 780.67 190.456 782.591 191.929C784.513 193.402 785.842 195.504 786.341 197.858H795.353C794.319 188.357 786.489 182.071 775.705 182.071C762.262 182.071 753.693 192.011 753.693 206.336C753.693 220.66 761.966 230.6 775.853 230.6C787.08 230.6 794.319 223.876 795.353 214.814H786.341C785.868 217.18 784.545 219.298 782.617 220.775C780.69 222.253 778.287 222.991 775.853 222.853C768.023 222.853 763 216.421 763 206.189C763 195.958 768.171 189.818 775.853 189.818Z"></path><path d="M826.532 203.412L818.998 201.658C813.827 200.489 811.463 198.735 811.611 195.519C811.611 191.865 815.6 189.38 820.771 189.38C826.532 189.38 829.191 192.596 830.225 195.665L838.646 194.203C836.725 186.895 830.964 182.071 820.771 182.071C809.986 182.071 802.452 187.626 802.452 195.958C802.452 202.681 806.588 207.067 815.452 208.967L823.43 210.721C828.009 211.744 830.078 213.79 830.078 216.714C830.078 220.368 826.089 223.145 820.032 223.145C814.566 223.145 811.02 220.807 809.838 216.129L800.975 217.445C802.452 225.776 809.543 230.454 820.18 230.454C831.703 230.454 839.532 224.461 839.532 215.983C839.532 209.405 835.248 205.312 826.532 203.412Z"></path><path d="M428.098 136.595L388.359 84.2654L426.916 40.5603H395.45L359.108 83.6807V4.01758H333.551V136.741H359.108V112.184L370.483 100.198L396.041 136.741H428.098V136.595Z"></path><path d="M444.939 30.9215H445.382C449.435 30.8502 453.301 29.2257 456.167 26.3901C459.032 23.5545 460.674 19.7292 460.746 15.7197C460.674 11.7103 459.032 7.88492 456.167 5.04934C453.301 2.21377 449.435 0.589264 445.382 0.517951C441.375 0.490103 437.518 2.02279 434.644 4.78502C431.769 7.54725 430.108 11.3174 430.019 15.2812V15.7197C429.979 17.6899 430.335 19.6482 431.066 21.4814C431.796 23.3146 432.887 24.9863 434.274 26.3999C435.662 27.8135 437.319 28.941 439.149 29.7171C440.98 30.4932 442.948 30.9026 444.939 30.9215V30.9215Z"></path><path d="M432.086 137.925H456.905V41.7441H432.086V137.925Z"></path><path d="M794.165 113.808C794.165 131.495 803.767 140.411 821.642 140.411C829.047 140.746 836.374 138.806 842.62 134.857L837.597 115.855C834.995 117.617 831.883 118.489 828.733 118.34H828.142C825.606 117.97 823.317 116.629 821.77 114.606C820.222 112.583 819.54 110.039 819.87 107.523V63.964H839.665V41.8922H819.87V15.2891H794.312V41.8922H778.357V63.964H794.312V113.808H794.165Z"></path><path d="M601.247 125.337C604.819 129.867 609.393 133.526 614.617 136.035C619.841 138.543 625.577 139.834 631.384 139.808C655.611 139.808 674.225 121.537 674.225 89.233C674.225 57.66 655.759 38.6578 631.384 38.6578C625.58 38.6472 619.849 39.9448 614.627 42.4522C609.406 44.9595 604.83 48.6107 601.247 53.1287V3.86914H575.689V136.592H601.247V125.337ZM601.247 72.131C603.744 68.7245 607.003 65.9359 610.771 63.9834C614.538 62.0308 618.711 60.9672 622.963 60.8758C637.588 60.8758 647.191 72.131 647.191 88.6483C647.191 105.166 637.588 116.421 622.963 116.421C618.752 116.364 614.608 115.361 610.846 113.487C607.084 111.613 603.801 108.918 601.247 105.604V72.131Z"></path><path d="M533.583 111.188C528.083 114.821 521.394 116.253 514.868 115.195C508.341 114.137 502.464 110.667 498.423 105.487L560.47 70.1137L557.959 65.1439C542.004 38.1023 514.526 29.0397 489.56 43.0721C488.821 43.5106 488.082 43.9491 487.491 44.3876C481.985 47.7516 477.206 52.1599 473.428 57.3587C469.651 62.5575 466.95 68.4442 465.481 74.6799C464.012 80.9157 463.803 87.3773 464.868 93.693C465.933 100.009 468.249 106.054 471.684 111.48C472.423 112.796 473.162 113.965 473.753 115.134C477.248 120.525 481.785 125.181 487.102 128.835C492.419 132.488 498.412 135.068 504.739 136.426C511.065 137.784 517.6 137.893 523.97 136.748C530.339 135.602 536.417 133.225 541.856 129.751C554.233 123.118 563.817 112.339 568.891 99.3479L551.015 90.5776C547.936 99.3191 541.737 106.648 533.583 111.188ZM499.753 60.1741C499.901 60.0279 500.049 60.0279 500.196 59.8817C502.689 58.3111 505.473 57.2495 508.386 56.7594C511.299 56.2693 514.282 56.3607 517.159 57.028C520.036 57.6954 522.749 58.9253 525.138 60.6454C527.527 62.3655 529.545 64.5411 531.072 67.0441L490.151 90.5776C487.573 85.247 487.131 79.1486 488.912 73.5083C490.693 67.868 494.567 63.104 499.753 60.1741V60.1741Z"></path><path d="M122.747 125.073C117.827 130.28 111.88 134.432 105.273 137.273C98.6668 140.114 91.5411 141.584 84.3374 141.59C70.0953 141.552 56.4521 135.916 46.4091 125.925C36.3661 115.933 30.7461 102.403 30.7852 88.3111C30.8244 74.2193 36.5196 60.7201 46.618 50.7831C56.7164 40.8461 70.3907 35.2853 84.6328 35.3241C98.6314 35.3093 112.068 40.7741 122.009 50.5259C128.016 42.2847 135.914 35.5718 145.054 30.939C133.725 18.5119 118.836 9.79775 102.373 5.9589C85.9098 2.12005 68.655 3.33893 52.9099 9.45299C37.1648 15.567 23.6779 26.2856 14.2481 40.1792C4.81822 54.0727 -0.106318 70.4807 0.131255 87.2148C-0.0261505 109.171 8.62812 130.291 24.1941 145.94C39.7602 161.588 60.9657 170.485 83.1555 170.678H83.7464C95.4187 170.591 106.949 168.132 117.621 163.456C128.294 158.779 137.883 151.984 145.793 143.491C136.936 138.95 129.097 132.686 122.747 125.073V125.073Z"></path><path d="M170.624 36.9093C157.088 37.0838 144.175 42.5718 134.728 52.1661C125.281 61.7605 120.072 74.6752 120.248 88.0691C120.425 101.463 125.971 114.239 135.668 123.587C145.365 132.934 158.417 138.088 171.954 137.913C172.102 137.913 172.102 137.913 172.102 138.06C185.533 137.921 198.362 132.52 207.776 123.04C217.191 113.56 222.425 100.775 222.33 87.4845V86.7536C222.259 80.1169 220.863 73.5595 218.223 67.458C215.583 61.3566 211.751 55.8314 206.946 51.1998C202.141 46.5682 196.459 42.9214 190.226 40.469C183.993 38.0166 177.332 36.8069 170.624 36.9093ZM171.954 113.795C164.854 113.697 158.073 110.863 153.052 105.895C148.031 100.927 145.166 94.2171 145.067 87.1921C145.067 81.9305 146.644 76.7871 149.598 72.4122C152.553 68.0374 156.752 64.6276 161.665 62.614C166.578 60.6005 171.984 60.0737 177.199 61.1002C182.415 62.1267 187.206 64.6604 190.966 68.3809C194.726 72.1014 197.287 76.8416 198.324 82.0021C199.362 87.1626 198.829 92.5116 196.794 97.3727C194.759 102.234 191.313 106.389 186.892 109.312C182.47 112.235 177.272 113.795 171.954 113.795V113.795Z"></path><path d="M276.685 36.9093C269.982 36.9957 263.362 38.3875 257.203 41.0053C251.044 43.623 245.466 47.4155 240.788 52.1661C231.341 61.7605 226.133 74.6752 226.309 88.0691C226.485 101.463 232.032 114.239 241.729 123.587C251.425 132.934 264.478 138.088 278.015 137.913C278.162 137.913 278.162 137.913 278.162 138.06C291.594 137.921 304.422 132.52 313.837 123.04C323.252 113.56 328.485 100.775 328.39 87.4845V86.7536C328.319 80.1169 326.924 73.5595 324.284 67.458C321.643 61.3566 317.811 55.8314 313.006 51.1998C308.202 46.5682 302.52 42.9214 296.287 40.469C290.054 38.0166 283.392 36.8069 276.685 36.9093V36.9093ZM278.015 113.795C270.908 113.719 264.113 110.892 259.088 105.919C254.062 100.947 251.204 94.2241 251.128 87.1921C251.128 81.9305 252.705 76.7871 255.659 72.4122C258.613 68.0374 262.812 64.6276 267.725 62.614C272.638 60.6005 278.044 60.0737 283.26 61.1002C288.475 62.1267 293.266 64.6604 297.026 68.3809C300.787 72.1014 303.347 76.8416 304.385 82.0021C305.422 87.1626 304.89 92.5116 302.855 97.3727C300.82 102.234 297.374 106.389 292.952 109.312C288.531 112.235 283.332 113.795 278.015 113.795V113.795Z"></path><path d="M729.639 137.91C736.297 137.885 742.885 136.56 749.024 134.009C755.163 131.459 760.733 127.734 765.413 123.049C770.094 118.363 773.793 112.809 776.299 106.706C778.805 100.602 780.067 94.0688 780.015 87.4811V86.7502C779.883 76.7631 776.76 67.039 771.043 58.8076C765.325 50.5763 757.269 44.2072 747.893 40.5059C738.517 36.8045 728.243 35.9371 718.369 38.0133C708.495 40.0895 699.464 45.016 692.42 52.17C685.376 59.3239 680.633 68.384 678.793 78.2046C676.953 88.0252 678.097 98.1652 682.08 107.343C686.064 116.52 692.709 124.322 701.174 129.763C709.639 135.204 719.545 138.039 729.639 137.91V137.91ZM730.377 60.7318C737.508 60.7318 744.347 63.5346 749.389 68.5237C754.432 73.5127 757.264 80.2793 757.264 87.3349C757.264 94.3905 754.432 101.157 749.389 106.146C744.347 111.135 737.508 113.938 730.377 113.938C723.247 113.938 716.408 111.135 711.366 106.146C706.323 101.157 703.491 94.3905 703.491 87.3349C703.491 80.2793 706.323 73.5127 711.366 68.5237C716.408 63.5346 723.247 60.7318 730.377 60.7318Z"></path></svg></a></div><button class="CybotCookiebotBannerCloseButton" aria-label=""><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z"></path></svg></button></div><div id="CybotCookiebotDialogNav" class="CybotCookiebotScrollAreaSide"><div class="CybotCookiebotFader CybotCookiebotFaderLeft" style="background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));"></div><div class="CybotCookiebotFader CybotCookiebotFaderRight" style="background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));"></div><ul id="CybotCookiebotDialogNavList" class="CybotCookiebotDialogNavItems" role="tablist"><li class="CybotCookiebotDialogNavItem" role="presentation"><a id="CybotCookiebotDialogNavDeclaration" class="CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive" href="#" data-target="CybotCookiebotDialogBody" tabindex="0" role="tab" aria-selected="true" lang="da">Samtykke</a></li><li class="CybotCookiebotDialogNavItem" role="presentation"><a id="CybotCookiebotDialogNavDetails" class="CybotCookiebotDialogNavItemLink" href="#" data-target="CybotCookiebotDialogTabContentDetails" tabindex="0" role="tab" aria-selected="false" lang="da">Detaljer</a></li><li id="CybotCookiebotDialogNavItemAdSettings" class="CybotCookiebotDialogNavItem" role="presentation"><a id="CybotCookiebotDialogNavAdSettings" class="CybotCookiebotDialogNavItemLink" href="#" data-target="CybotCookiebotDialogDetailBodyContentTextIABv2" tabindex="0" role="tab" aria-selected="false" lang="da">Annonceindstillinger</a></li><li class="CybotCookiebotDialogNavItem" role="presentation"><a id="CybotCookiebotDialogNavAbout" class="CybotCookiebotDialogNavItemLink" href="#" data-target="CybotCookiebotDialogDetailBodyContentTextAbout" tabindex="0" role="tab" aria-selected="false" lang="da">Om</a></li></ul></div><div id="CybotCookiebotDialogTabContent"><div id="CybotCookiebotDialogBody" class="CybotCookiebotDialogTabPanel" role="tabpanel" aria-labelledby="CybotCookiebotDialogNavDeclaration" lang="da"><div class="CybotCookiebotScrollContainer"><div id="CybotCookiebotDialogBodyContent" class="CybotCookiebotScrollArea" tabindex="0"><div class="CybotCookiebotFader CybotCookiebotDialogActive" style="background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));"></div><h2 id="CybotCookiebotDialogBodyContentTitle" lang="da">Det er dit valg</h2><div id="CybotCookiebotDialogBodyContentText" lang="da">Vi og <a id="CybotCookiebotDialogBodyContentTextShowIABVendors" href="#">vores 197 partnere</a> ønsker dit samtykke til at anvende cookies og indsamle persondata om IP-adresse, ID og din browser til præferencer, statistik og marketingformål. Disse oplysninger videregives til vores <a id="CybotCookiebotDialogBodyContentTextShowIABVendors" href="#">samarbejdspartnere</a>, der opbevarer og tilgår oplysninger på din enhed for at vise dig målrettede annoncer, levere tilpasset indhold, foretage annonce- og indholdsmåling, lave målgruppeundersøgelser og udvikle tjenester. Se mere information under <a id="CybotCookiebotDialogBodyContentTextToggleDetails" href="#">indstillinger</a> og i vores persondatapolitik. Du kan altid trække dit samtykke tilbage eller ændre indstillinger fra vores "Cookiedeklaration", eller ved at trykke på "Privacy trigger" ikonet.<br><br><span id="CybotCookiebotDialogSpecialFeaturesText" style="display: none;">Hvis du tillader det, vil vi også gerne:<br><ul><li>Indsamle præcise oplysninger om din placering, der kan være nøjagtig inden for få meter</li><li>Identificere din enhed baseret på en scanning af dens unikke karakteristika (fingerprinting)</li></ul></span>Dine valg anvendes på hele websitet.<br><br>Under "Detaljer" og "Annonceindstillinger" kan du vælge af hvem og til hvilke formål, der må blive sat cookies og behandlet persondata. Se også vores&nbsp;<a href="https://ekstrabladet.dk/services/persondata-politik/" style="">cookiedeklaration</a>&nbsp;og <a href="https://jppol.dk/privatlivspolitik-2/" target="_blank" style="">persondatapolitik</a>.<br style=""></div></div><div class="CybotCookiebotScrollbarContainer"></div></div><div class="CybotCookiebotDialogBodyBottomWrapper"><div id="CybotCookiebotDialogBodyLevelWrapper"><div id="CybotCookiebotDialogBodyLevelButtons"><div id="CybotCookiebotDialogBodyLevelButtonsTable"><div id="CybotCookiebotDialogBodyLevelButtonsRow"><div id="CybotCookiebotDialogBodyLevelButtonsSelectPane"><form><fieldset><legend class="visuallyhidden">Consent Selection</legend><div id="CybotCookiebotDialogBodyFieldsetInnerContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Nødvendig</strong></label><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Præferencer</strong></label><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Statistik</strong></label><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</strong></label><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div></div></div></fieldset></form></div></div></div></div></div><div id="CybotCookiebotDialogBodyEdgeMoreDetails"><a id="CybotCookiebotDialogBodyEdgeMoreDetailsLink" href="#" class="">Vis detaljer</a></div></div></div><div class="CybotCookiebotScrollContainer CybotCookiebotDialogHide"><div id="CybotCookiebotDialogTabContentDetails" class="CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea" role="tabpanel" aria-labelledby="CybotCookiebotDialogNavDetails" lang="da"><div class="CybotCookiebotFader" style="background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));"></div><div id="CybotCookiebotDialogDetailBody"><div id="CybotCookiebotDialogDetailBodyContent"><div id="CybotCookiebotDialogDetailBodyContentTextOverview" lang="da"><div id="CybotCookiebotDialogDetailBodyContentCookieContainer"><ul id="CybotCookiebotDialogDetailBodyContentCookieContainerTypes" style="list-style-type: none;"><li class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard"><div class="CybotCookiebotDialogDetailBodyContentCookieContainerHeader"><button id="CybotCookiebotDialogDetailBodyContentCookieContainerNecessary" class="CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed" lang="da" data-target="CybotCookiebotDialogDetailBodyContentCookieTabsNecessary" aria-label="Nødvendig (14)" aria-controls="CybotCookiebotDialogDetailBodyContentCookieTabsNecessary" aria-expanded="false"><label for="CybotCookiebotDialogBodyLevelButtonNecessaryInline">Nødvendig </label> <span class="CybotCookiebotDialogDetailBulkConsentCount">14</span></button><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieTypeIntro">Nødvendige cookies hjælper med at gøre en hjemmeside brugbar ved at aktivere grundlæggende funktioner såsom side-navigation og adgang til sikre områder af hjemmesiden. Hjemmesiden kan ikke fungere ordentligt uden disse cookies.</div><div id="CybotCookiebotDialogDetailBodyContentCookieTabsNecessary" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard"><div class="CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer"><ul class="CybotCookiebotDialogDetailBodyContentCookieTabContent" style="list-style-type: none;"><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Ekstra Bladet<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="http://jppol.dk/privatlivspolitik/" title="Ekstra Bladets privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebues_cache</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer hvad brugeren har set af popups, det gemmes for at brugeren ikke generes udnødigt med information.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebues_service</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer hvad brugeren har set af popups, det gemmes for at brugeren ikke generes udnødigt med information.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">energydashboard_electricityPrices</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer energipriser for at undgå gentagne kald til eksterne services.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">TradingView<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.tradingview.com/privacy-policy/" title="TradingViews privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">i</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer hjemmesidens hastighed og ydelse - dette benyttes som statistik for&nbsp;hjemmeside‐ejeren og i kontekst med load-balancing.&nbsp;</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#"><div>consent.cookiebot.com<br>ekstrabladet.dk<br></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">5</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">CookieConsent&nbsp;[x5]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens cookie-samtykke-tilstand for det aktuelle domæne.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 12837 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">https://ekstrabladet.dk/<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://ekstrabladet.dk/" title="">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebrating_cache</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Holder styr på hvad brugeren har afgivet af stemmer i anmeldelser. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">pluto.tv<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">debug</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie bruges til fejlfinding på hjemmesiden. Denne information bruges internt i hjemmesiden til at optimere hjemmesiden.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#"><div>static.cdninstagram.com<br>instagram.com<br></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">csrftoken&nbsp;[x2]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Hjælper til at forebygge Cross-Site Request Forgery (CSRF) angreb.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">www.samlino.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">AWSELB</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til at fordele trafikken på hjemmesiden over flere servere for at optimere svartider.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li></ul></div></div></div></li><li class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentCookieContainerPreferenceCard"><div class="CybotCookiebotDialogDetailBodyContentCookieContainerHeader"><button id="CybotCookiebotDialogDetailBodyContentCookieContainerPreference" class="CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed" lang="da" data-target="CybotCookiebotDialogDetailBodyContentCookieTabsPreference" aria-label="Præferencer (51)" aria-controls="CybotCookiebotDialogDetailBodyContentCookieTabsPreference" aria-expanded="false"><label for="CybotCookiebotDialogBodyLevelButtonPreferencesInline">Præferencer </label> <span class="CybotCookiebotDialogDetailBulkConsentCount">51</span></button><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieTypeIntro">Præference cookies gør det muligt for en hjemmeside at huske oplysninger, der ændrer den måde hjemmesiden ser ud eller opfører sig på. F.eks. dit foretrukne sprog, eller den region, du befinder dig i.</div><div id="CybotCookiebotDialogDetailBodyContentCookieTabsPreference" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentCookieContainerPreferenceCard"><div class="CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer"><ul class="CybotCookiebotDialogDetailBodyContentCookieTabContent" style="list-style-type: none;"><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Adobe Inc.<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.adobe.com/privacy.html" title="Adobe Inc.s privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">TEST_AMCV_COOKIE_WRITE&nbsp;[x2]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer om brugeren har accepteret cookie-banneret.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Bold.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.bold.dk/om_os/privatlivspolitik/" title="Bold.dks privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">i18n_redirected</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes fortrukne&nbsp;sprogindstilling. Hjemmesiden husker denne&nbsp;præference&nbsp;og indstiller sproget derefter ved genbesøg.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Ekstra Bladet<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">7</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="http://jppol.dk/privatlivspolitik/" title="Ekstra Bladets privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebklip_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til at holde informationer om en service er blevet kaldt allerede så performance kan optimeres.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebklip_clipCache</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til at holde informationer om en service er blevet kaldt allerede så performance kan optimeres.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebpodcast_CLIPCAChE</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til at holde informationer om en service er blevet kaldt allerede så performance kan optimeres.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebpodcast_ses_allProgramsCache</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til at holde informationer om en service er blevet kaldt allerede så performance kan optimeres.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebQueryCache</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Hjælper med hjemmesidens hastighed og ydelse - dette håndterer kalde fra hjemmesiden.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">jwplayerLocalId</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Bestemmer den optimale video kvalitet ud fra den besøgendes platform og&nbsp;netværkshastighed.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sveltecommute_forecast-and-alerts</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Enetscores<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">16</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.enetscores.com/" title="Enetscoress privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">AWSALBAPP-0&nbsp;[x4]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie benyttes I forbindelse med load-balancing. Dette effektiviserer hjemmesidens hastighed ved at fordele trafikken ud på flere servere. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">AWSALBAPP-1&nbsp;[x4]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie benyttes I forbindelse med load-balancing. Dette effektiviserer hjemmesidens hastighed ved at fordele trafikken ud på flere servere. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">AWSALBAPP-2&nbsp;[x4]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie benyttes I forbindelse med load-balancing. Dette effektiviserer hjemmesidens hastighed ved at fordele trafikken ud på flere servere. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">AWSALBAPP-3&nbsp;[x4]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie benyttes I forbindelse med load-balancing. Dette effektiviserer hjemmesidens hastighed ved at fordele trafikken ud på flere servere. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Google<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://business.safety.google/privacy/" title="Googles privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><p class="CybotCookiebotDialogDetailBodyContentCookieProviderDescription">Nogle af de data, der indsamles af denne udbyder, skal bruges til personalisering og måling af reklameeffektivitet.</p><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">rc::a</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til at bestemme, om brugeren er en virkelig person eller en software-robot - Dette  muliggør skabelsen af valide rapporter om brugen af hjemmesiden.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">rc::c</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til at bestemme, om brugeren er en virkelig person eller en robot.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">HR Manager<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.hr-manager.net/" title="HR Managers privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">HRMTS.Session.Candidate</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Identifikation af jobansøger ved gentagne besøg.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">LinkedIn<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">6</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.linkedin.com/legal/privacy-policy" title="LinkedIns privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">lang</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Nødvendig for at bevare den besøgendes sprogindstillinger på tværs af hjemmesidens undersider.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">li_gc</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens cookie-samtykke-tilstand for det aktuelle domæne.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 180 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">lidc</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indeholder information om hvilken server-cluster brugeren benytter. Dette anvendes i sammenhæng med load-balancing for at optimere brugeroplevelsen på hjemmesiden.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">bscookie</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie benyttes i forbindelse med applikations-login funktionalitet. Dette giver brugeren mulighed for at logge ind via for eksempel sin LinkedIn konto.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">JSESSIONID</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Bevarer brugertilstand på tværs af sideforespørgsler.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">li_alerts</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til at bestemme hvor og hvornår bestemte pop-up bannere skal vises til brugeren, og husker om brugeren har lukket disse så de ikke vises igen. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Reddit<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.redditinc.com/policies/privacy-policy" title="Reddits privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">csrf_token</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Nødvendig for hjemmesidens sikkerhed. Cookien benyttes til at identifcere og forebygge cross-site-request forfalskning.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">SESS#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Bevarer brugertilstand på tværs af sideforespørgsler.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">token_v2</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">c.go-mpulse.net<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">RT</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie benyttes i forbindelse med applikations-login funktionalitet. Dette giver brugeren mulighed for at logge ind via for eksempel sin LinkedIn konto.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">ekstrabladet<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">jwplayer.bandwidthEstimate</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Bestemmer den optimale video kvalitet ud fra den besøgendes platform og netværkshastighed</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">embed.viaplay.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">PPID</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Midlertidigt brugerid</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">ssl.p.jwpcdn.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">jwplayer.mediaIds</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">truthsocial.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">7</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">@@scroll#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__cflb</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indeholder information om hvilken server-cluster brugeren benytter. Dette anvendes i sammenhæng med load-balancing for at optimere brugeroplevelsen på hjemmesiden.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_cfuvid</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie er en del af Cloudflare tjenesten - Indbefatter load-balancing, levering af hjemmesideindhold og DNS-forbindelser for hjemmesideejere.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">soapbox:android-app</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">soapbox:auth</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Nødvendig for hjemmesidens login funktion. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">truth:registration-data</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">truth:timeline-filter</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#"><div>truthsocial.com<br>linkedin.com<br></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__cf_bm&nbsp;[x2]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til at bestemme, om brugeren er en virkelig person eller en software-robot - Dette  muliggør skabelsen af valide rapporter om brugen af hjemmesiden.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li></ul></div></div></div></li><li class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentCookieContainerStatisticsCard"><div class="CybotCookiebotDialogDetailBodyContentCookieContainerHeader"><button id="CybotCookiebotDialogDetailBodyContentCookieContainerStatistics" class="CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed" lang="da" data-target="CybotCookiebotDialogDetailBodyContentCookieTabsStatistics" aria-label="Statistik (46)" aria-controls="CybotCookiebotDialogDetailBodyContentCookieTabsStatistics" aria-expanded="false"><label for="CybotCookiebotDialogBodyLevelButtonStatisticsInline">Statistik </label> <span class="CybotCookiebotDialogDetailBulkConsentCount">46</span></button><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieTypeIntro">Statistiske cookies giver hjemmesideejere indsigt i brugernes interaktion med hjemmesiden, ved at indsamle og rapportere oplysninger anonymt.</div><div id="CybotCookiebotDialogDetailBodyContentCookieTabsStatistics" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentCookieContainerStatisticsCard"><div class="CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer"><ul class="CybotCookiebotDialogDetailBodyContentCookieTabContent" style="list-style-type: none;"><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Adobe Inc.<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.adobe.com/privacy.html" title="Adobe Inc.s privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">AMCV_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Unikt bruger-id som genkender brugeren ved tilbagevendende besøg</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 2 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">TEST_AMCV_COOKIE</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og statistik.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 2 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Ekstra Bladet<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="http://jppol.dk/privatlivspolitik/" title="Ekstra Bladets privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ebContentPageview</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrer hvilket artikel ID der er blevet vist.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Gemius<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">5</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="http://www.gemius.pl/polityka-prywatnosci.html" title="Gemiuss privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__gfp_64b</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler data om brugerens besøg på hjemmesiden såsom hvilke sider der er læst. De registrerede data anvendes til at kategorisere brugernes interesser og demografiske profiler med henblik på videresalg til målrettet markedsføring.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 13 mdr.</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">Gdyn</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Sætter et ID for den specifikke besøgende. Dette tillader tredjeparts annoncetjenester at målrette annoncer til den specifikke besøgende. Denne parring mellem besøgende og tredjeparts-tjenester faciliteres gennem online annoncebruger-auktioner i realtid.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 13 mdr.</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">Gdynp</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 13 mdr.</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">Gtest</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie sættes for at indsamle data om brugerens adfærd og navigation på hjemmesiden, hvilket benyttes til at udarbejde rapporter til hjemmesideejeren - Cookien tillader også at Google Ads og Google Analytics kan anvende disse data i deres tjenester i marketingsøjemed. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 7 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">Gtestem</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Tildeler den besøgende et ID. Dette gør hjemmesiden i stand til at genkende den besøgende ved genbesøg.	</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">HR Manager<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.hr-manager.net/" title="HR Managers privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_hrmts_locationString</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Identifikation af jobansøger ved gentagne besøg.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">snowplowOutQueue_#_post2</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og statistik.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">snowplowOutQueue_#_post2.expires</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og statistik.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">LinkedIn<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.linkedin.com/legal/privacy-policy" title="LinkedIns privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">bcookie</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Browser Identifier cookie to uniquely identify devices accessing LinkedIn to detect abuse on the platform</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Ontame.io<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.ontame.io/privacy-policy" title="Ontame.ios privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sp</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og&nbsp;statistik.&nbsp;</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Reddit<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.redditinc.com/policies/privacy-policy" title="Reddits privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">serverTimestamps</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indstiller et tidsstempel for, hvornår den sidste vellykkede anmodning blev sendt til serveren.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">TikTok<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.tiktok.com/legal/privacy-policy?lang=en" title="TikToks privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_tt_enable_cookie&nbsp;[x2]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__tt_embed__storage_test</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data omhandlende opløsningen og ydelsen af hjemmesidens indlejret videoindhold. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">ad-delivery.net<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">px.gif</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie bruges til at bestemme, om den besøgende har et adblocker-program i sin browser. Dette bruges af hjemmesiden til at gøre indhold utilgængeligt for den besøgende, hvis hjemmesiden er finansieret af reklame-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#"><div>cdn.jwplayer.com<br>omny.fm<br></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sentryReplaySession&nbsp;[x2]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data om den besøgendes navigation på sitet. Dette benyttes til hjemmeside‐optimering gennem intern analyse.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">cl-eu6.k5a.io<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">5</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_k5aNisa</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler data omhandlende brugerens brug af hjemmesidens søgefunktion. Disse data kan benyttes til at præsentere brugeren med relevante produkter eller tjenester. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_k5a</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie er en del af et større antal førsteparts-cookies, der tjener til at optimere brugeroplevelsen på hjemmesiden – Disse cookies indsamler data om brugerens navigation, præferencer og interaktion med hjemmesidens indhold for at optimere hjemmesidens søge-, filter- og sorteringsfunktioner samt præsentere brugeren for relevant indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_k5a1</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie er en del af et større antal førsteparts-cookies, der tjener til at optimere brugeroplevelsen på hjemmesiden – Disse cookies indsamler data om brugerens navigation, præferencer og interaktion med hjemmesidens indhold for at optimere hjemmesidens søge-, filter- og sorteringsfunktioner samt præsentere brugeren for relevant indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_k5a2</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie er en del af et større antal førsteparts-cookies, der tjener til at optimere brugeroplevelsen på hjemmesiden – Disse cookies indsamler data om brugerens navigation, præferencer og interaktion med hjemmesidens indhold for at optimere hjemmesidens søge-, filter- og sorteringsfunktioner samt præsentere brugeren for relevant indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_k5a3</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie er en del af et større antal førsteparts-cookies, der tjener til at optimere brugeroplevelsen på hjemmesiden – Disse cookies indsamler data om brugerens navigation, præferencer og interaktion med hjemmesidens indhold for at optimere hjemmesidens søge-, filter- og sorteringsfunktioner samt præsentere brugeren for relevant indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">eu3-prod-direct.eurosport.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">st</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indeholder ID for den besøgende - muliggør at hjemmesiden kan indsamle data om den besøgendes adfærd, med henblik på intern analyse.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 10 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">pluto.tv<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">dd_cookie_test_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data om den besøgendes navigation på sitet - dette benyttes til&nbsp;hjemmeside‐optimering gennem intern analyse.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">pt.dwcdn.net<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">#/datawrapper.gif</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til teknisk optimering</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">sf16-website-login.neutral.ttwstatic.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__tea_cache_tokens_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__tea_session_id_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">truthsocial.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">soapbox#keyvaluepairs</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: IndexedDB</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">soapbox#local-forage-detect-blob-support</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Identificerer om brugerens browser understøtter blob-format fillagring.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: IndexedDB</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">www.eurosport.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">muxData</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie bruges i forbindelse med en video-player. Cookien husker, hvor langt i videoen den besøgende er nået. Dette muliggør, at den besøgende kan starte fra det sted, han/hun sluttede.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 20 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">refCaptureFlag</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sessionReferrer</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">www.tradingview-widget.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">7</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_sp_id.#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler statistik om brugerens besøg på hjemmesiden såsom antallet af besøg, den gennemsnitlige tid på hjemmesiden og hvilke sider der er læst. Formålet er at generere rapporter til optimering af hjemmesidens indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 2 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_sp_ses.#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes af Snowplow Analytics til at spore, hvordan brugere navigerer og bruger en hjemmeside.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 3 mdr.</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">snowplowOutQueue_#_get</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og statistik.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">snowplowOutQueue_#_get.expires</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og statistik.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tv.logger.logHighRate</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler statistik om brugerens interaktion med hjemmesidens dynamiske pris- og kursliste.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tv.logger.loglevel</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler statistik om brugerens interaktion med hjemmesidens dynamiske pris- og kursliste.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tvlocalstorage.available</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler statistik om brugerens interaktion med hjemmesidens dynamiske pris- og kursliste.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#"><div>www.tradingview-widget.com<br>cdn.ontame.io<br></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">4</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_sp_root_domain_test_#&nbsp;[x4]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data af statistisk karakter over flere brugeres navigation på hjemmesiden. Benyttes til intern analyse og statistik.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li></ul></div></div></div></li><li class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentCookieContainerAdvertisingCard"><div class="CybotCookiebotDialogDetailBodyContentCookieContainerHeader"><button id="CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising" class="CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed" lang="da" data-target="CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising" aria-label="Marketing (75)" aria-controls="CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising" aria-expanded="false"><label for="CybotCookiebotDialogBodyLevelButtonMarketingInline">Marketing </label> <span class="CybotCookiebotDialogDetailBulkConsentCount">75</span></button><div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieTypeIntro">Marketing cookies bruges til at spore brugere på tværs af websites. Hensigten er at vise annoncer, der er relevante og engagerende for den enkelte bruger, og dermed mere værdifulde for udgivere og tredjeparts-annoncører.</div><div id="CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentCookieContainerAdvertisingCard"><div class="CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer"><ul class="CybotCookiebotDialogDetailBodyContentCookieTabContent" style="list-style-type: none;"><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">8512b548-2306-4976-a576-a880f2c35e4e.edge.permutive.app<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">permutive-consent</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Denne cookie bruges til at bestemme, om den besøgende har fravalgt specifikke cookies eller trackers. Denne fravælgelse sker igennem funktionen opt-out.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">permutive-id</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer brugerens adfærd og navigation på hjemmesiden, samt interaktioner med aktive kampagner. Dette benyttes til at optimere hjemmesiden og til optimering af retargeting.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">permutive-session</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer et unikt ID, der identificerer brugerens enhed ved tilbagevendende besøg. Anvendes til konverteringstracking og til at måle effekten af online annoncer.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Adservice<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.adservice.com/privacy/" title="Adservices privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">cookie_user_id</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Konverterings-cookie til at hjælpe annoncører med at måle hvor mange gange brugere, der klikker på deres annoncer, ender med at købe deres produkter.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">cookie_user_id_sig</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Konverterings-cookie til at hjælpe annoncører med at måle hvor mange gange brugere, der klikker på deres annoncer, ender med at købe deres produkter.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Ekstra Bladet<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="http://jppol.dk/privatlivspolitik/" title="Ekstra Bladets privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_eb_id</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler oplysninger om brugerne og deres aktivitet på websitet til analyse og rapporteringsformål. Oplysningerne bruges ydermere til at målrette annoncering</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Gemius<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="http://www.gemius.pl/polityka-prywatnosci.html" title="Gemiuss privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">receive-cookie-deprecation</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer præferencedata på en specifik bruger på flere hjemmesider, for at optimere annoncernes relevans.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 13 mdr.</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Google<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://business.safety.google/privacy/" title="Googles privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><p class="CybotCookiebotDialogDetailBodyContentCookieProviderDescription">Nogle af de data, der indsamles af denne udbyder, skal bruges til personalisering og måling af reklameeffektivitet.</p><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">test_cookie</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes til at tjekke om brugerens browser understøtter cookies.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">NID</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer et unikt ID, der identificerer brugerens enhed ved tilbagevendende besøg. ID'et anvendes til at målrette annoncer.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 6 mdr.</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">LinkedIn<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.linkedin.com/legal/privacy-policy" title="LinkedIns privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sequenceNumber#sequenceNumber</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: IndexedDB</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Ontame.io<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.ontame.io/privacy-policy" title="Ontame.ios privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ontame_id.bcbe</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.	</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ontame_ses.bcbe</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.	</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Reddit<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.redditinc.com/policies/privacy-policy" title="Reddits privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">loid</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler data om den besøgendes præferencer på flere hjemmesider - benyttes til at optimere hjemmesidens annonce-relevans i forhold til den specifikke besøgende.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 400 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Spotify<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.spotify.com/uk/legal/privacy-policy/" title="Spotifys privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sp_landing</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til implementering af audio-indhold fra Spotify på hjemmesiden. Kan også registrere brugerens interaktion og præferencer i kontekst med audio-indholdet. Dette kan bruges til statistik- og marketingsformål.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sp_t</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til implementering af audio-indhold fra Spotify på hjemmesiden. Kan også registrere brugerens interaktion og præferencer i kontekst med audio-indholdet. Dette kan bruges til statistik- og marketingsformål.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Tealium<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://tealium.com/privacy/" title="Tealiums privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">utag_main</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Anvendes af Tealium Tag Manager til at gemme et unikt bruger-id, et sessions-id samt data om den besøgendes interaktion med hjemmesiden, f.eks. den senest besøgte side.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">TikTok<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">8</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.tiktok.com/legal/privacy-policy?lang=en" title="TikToks privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tt_appInfo</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tt_pixel_session_index</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tt_sessionId</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_ttp&nbsp;[x3]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ttwid</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__tt_embed__mounting</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer data omhandlende opløsningen og ydelsen af hjemmesidens indlejret videoindhold. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Tvsquared<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://tvsquared.com/privacy-policy/" title="Tvsquareds privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">tv2track.php</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler præferencedata på en specifik bruger på tværs af hjemmesider. Formålet er at optimere annoncernes relevans, samt sikre at den samme bruger ikke får vist den samme annonce flere gange end tiltænkt.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_tq_id.TV-#-1.01ef</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 2 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">Twitter Inc.<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://twitter.com/en/privacy" title="Twitter Inc.s privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">i/jot</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Sætter et ID for den specifikke&nbsp;besøgende. Dette tillader tredjeparts&nbsp;annoncetjenester at målrette annoncer til den specifikke&nbsp;besøgende. Denne parring mellem besøgende og tredjeparts-tjenester faciliteres&nbsp;gennem online annoncebruger-auktioner i realtid. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">i/jot/embeds</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Sætter et ID for den specifikke&nbsp;besøgende. Dette tillader tredjeparts&nbsp;annoncetjenester at målrette annoncer til den specifikke&nbsp;besøgende. Denne parring mellem besøgende og tredjeparts-tjenester faciliteres&nbsp;gennem online annoncebruger-auktioner i realtid.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">RichHistory</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">UserReport<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://privacy.userreport.com/en-GB/for-users/privacy-policy/" title="UserReports privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">hit.gif</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes i sammenhæng med SEO og konversionsoptimering. Indsamler eventuelle brugerrapporter eller navigations-/præferencedata, der anvendes til udformning af rapporter til hjemmesideejeren. Denne service udbydes af en tredjeparts analysetjeneste.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">YouTube<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">15</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://business.safety.google/privacy/" title="YouTubes privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">#-#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling data omhandlende brugerens interaktion med indlejret indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">iU5q-!O9@$</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer et unikt ID for at føre statistik over hvilke videoer fra YouTube brugeren har set.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">LAST_RESULT_ENTRY_KEY</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling data omhandlende brugerens interaktion med indlejret indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">nextId</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling data omhandlende brugerens interaktion med indlejret indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">requests</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling data omhandlende brugerens interaktion med indlejret indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt.innertube::nextId</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer et unikt ID for at føre statistik over hvilke videoer fra YouTube brugeren har set.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ytidb::LAST_RESULT_ENTRY_KEY</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling data omhandlende brugerens interaktion med indlejret indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">YtIdbMeta#databases</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling data omhandlende brugerens interaktion med indlejret indhold.  </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: IndexedDB</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-cast-available</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-cast-installed</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-connected-devices</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-device-id</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-fast-check-period</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-session-app</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">yt-remote-session-name</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Gemmer brugerens video-afspiller-præferencer ved afspilning af en indlejret YouTube video</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">c.go-mpulse.net<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_boomr_akamaiXhrRetry</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler data om brugerens præferencer og interaktion med internet-kampagner - Dette benyttes på CRM-kampagne-platforme af hjemmesideejere til promovering af events eller produkter.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">cdn-magiclinks.trackonomics.net<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">fr_last_loaded_page</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer hvilken underside, der sidst er set af den besøgende. Dette benyttes i kontekst med chatboks funktionen på hjemmesiden, for at gøre denne mere relevant og effektiv.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">fr_referrer_trace</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer hvordan brugeren er kommet til hjemmesiden med henblik på udbetaling af henvisningsprovision til samarbejdspartnere.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">eurosport.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">eurosport_country_code</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data om brugeren i indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">eurosport_is_eu</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data om brugeren i indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">eurosport_user</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data om brugeren i indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">feed.aservice.tools<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">v2/trc/publisher/src</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">scripts.contimo.app<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">pagead/gen_204</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Indsamler præferencedata på en specifik bruger på tværs af hjemmesider. Formålet er at optimere annoncernes relevans, samt sikre at den samme bruger ikke får vist den samme annonce flere gange end tiltænkt.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">csi</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.	</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">sf16-website-login.neutral.ttwstatic.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">9</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__tea_cache_first_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__tea_sdk_ab_version_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">HYBRID_SLARDAR_WEBtiktok_pns_web_runtime</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">msToken</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Bruges til at levere annoncer, analysere trafik og levere tilpassede oplevelser til dig.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">PUMBAA_FREQ</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.	</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">SLARDARtiktok_web_embed</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">SLARDARwebmssdk</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes af platformen TikTok til indsamling af data omhandlende brugen af deres indlejrede indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">xmsi</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">xmst</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Bruges til at levere annoncer, analysere trafik og levere tilpassede oplevelser til dig.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">synoptik.campaign.playable.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">#-sid</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">#-sid-seen</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer den besøgendes præferencer og navigation på hjemmesiden. Denne registrering gør hjemmesiden i stand til at målrette annoncer og indhold til den specifikke besøgende.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 dag</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#"><div>tiktok.com<br>sf16-website-login.neutral.ttwstatic.com<br></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">msToken&nbsp;[x2]</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer præferencedata på en specifik bruger på flere hjemmesider, for at optimere annoncernes relevans.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 10 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">truthsocial.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__mp_opt_in_out_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Informationer om samtykke til analysecookies.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">__mpq_#_#</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Registrerer brugerpræferencer og navigation på hjemmesiden, for at målrette annoncer og indhold til den specifikke bruger. </span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">mp_#_mixpanel</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">via.batch.com<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">_batch_ui_native_prompt_dismissed</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data omhandlende brugerens interaktion med indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">com.batch.sessionId</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data omhandlende brugerens interaktion med indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">www.eurosport.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">3</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">BatchWebPush#BatchKVCustomData</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data omhandlende brugerens interaktion med indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: IndexedDB</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">BatchWebPush#BatchKVData</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data omhandlende brugerens interaktion med indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: IndexedDB</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">eurosport_user_timezone</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Benyttes til indsamling af data om brugeren i indlejret video-indhold.</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li></ul></div></div></div></li><li class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard"><button id="CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified" class="CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed" lang="da" data-target="CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified" aria-label="Uklassificeret (11)" aria-controls="CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified" aria-expanded="false">Uklassificeret  <span class="CybotCookiebotDialogDetailBulkConsentCount">11</span></button><div class="CybotCookiebotDialogDetailBodyContentCookieTypeIntro">Uklassificerede cookies er cookies, som vi er i færd med at klassificere sammen med udbyderne af de enkelte cookies.</div></div><div id="CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard" aria-expanded="false"><div class="CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer"><ul class="CybotCookiebotDialogDetailBodyContentCookieTabContent" style="list-style-type: none;"><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">JW Player<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><a class="CybotCookiebotDialogDetailBodyContentCookieLink" target="_blank" rel="noopener noreferrer nofollow" aria-label="Få mere at vide om denne udbyder - opens in a new window" href="https://www.jwplayer.com/privacy/" title="JW Players privatlivspolitik">Få mere at vide om denne udbyder<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">v2/media/UkrHSfBh%20/poster.jpg</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Pixel Tracker</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">pluto.tv<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">7</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ptv-app-launch-count</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ptv-applicationmode</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ptv-applicationrating</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ptv-client-id</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 1 år</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ptv-last-app-launch-date</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">ptv-new-features</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">sessionData</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">service-cookie-sync-use1-1.prd.pluto.tv<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">1</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">plutotv_uid</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: 400 dage</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: HTTP Cookie</span></div></div></div></li><li class="CybotCookiebotDialogDetailBodyContentCookieGroup"><a class="CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed" role="button" aria-expanded="false" href="#">www.eurosport.dk<div class="CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount">2</div></a><div class="CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide"><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">playerVolumePreference</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Permanent</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div><div class="CybotCookiebotDialogDetailBodyContentCookieInfo"><strong class="CybotCookiebotDialogDetailBodyContentCookieInfoTitle">vnd_prx_segments</strong><span class="CybotCookiebotDialogDetailBodyContentCookieInfoDescription">Afventer</span><div class="CybotCookiebotDialogDetailBodyContentCookieInfoFooter"><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Maksimal opbevaringstid</b>: Session</span><span class="CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent"><b>Type</b>: Lokalt HTML-lager</span></div></div></div></li></ul></div></div></li></ul></div></div></div><div id="CybotCookiebotDialogDetailBulkConsent" lang="da" style="display: none;"><a id="CybotCookiebotDialogDetailBulkConsentLink" href="#" class="CybotExpandLink CybotCookiebotDialogCollapsed" data-target="CybotCookiebotDialogDetailBulkConsentListWrapper">Samtykke på tværs af domæner<span class="CybotCookiebotDialogDetailBulkConsentCount">[#BULK_CONSENT_DOMAINS_COUNT#]</span></a> [#BULK_CONSENT_TITLE#]<div id="CybotCookiebotDialogDetailBulkConsentListWrapper" class="CybotCookiebotDialogHide" aria-expanded="false"><span>Liste over domæner, dit samtykke gælder for:</span> [#BULK_CONSENT_DOMAINS#]</div></div><div id="CybotCookiebotDialogDetailFooter" lang="da">Cookiedeklarationen er sidst opdateret d. 11/8/24 af <a href="https://www.cookiebot.com" target="_blank" rel="noopener" title="Cookiebot">Cookiebot</a></div></div></div><div class="CybotCookiebotScrollbarContainer"></div></div><div class="CybotCookiebotScrollContainer CybotCookiebotDialogHide"><div id="CybotCookiebotDialogDetailBodyContentTextIABv2" class="CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea" role="tabpanel" aria-labelledby="CybotCookiebotDialogNavAdSettings" lang="da"><div class="CybotCookiebotFader" style="background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));"></div><div id="CybotCookiebotDialogDetailBodyContentIABContainer"><div id="CybotCookiebotDialogDetailBodyContentIABv2Tabs"><div class="CybotCookiebotDialogDetailBodyContentIABv2TabsIntro"><h2>Om annonceindstillinger</h2>Vi og vores 197 annonce-partnere behandler dine persondata ved hjælp af teknologi som f.eks. cookies, med henblik på at levere annoncer, analysere trafik og levere tilpassede oplevelser til dig. Du kan vælge, hvem der må bruge dine data, og til hvilke formål.</div><div class="CybotCookiebotDialogDetailBodyContentIABv2TabsIntro">Nogle partnere beder ikke om dit samtykke til at behandle dine data, i stedet forlader de sig på deres legitime forretningsinteresse. <a id="CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink" href="#">Se vores liste over partnere</a> for at se til hvilke formål de mener at have legitim interesse, og hvordan du kan gøre indsigelse imod dette.</div><div class="CybotCookiebotDialogDetailBodyContentIABv2TabsIntro">Læs mere om hvordan dine persondata bliver behandlet og indstil dine præferencer nedenfor.</div><div class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentIABv2PurposesCard"><button id="CybotCookiebotDialogDetailBodyContentIABv2Purposes" class="CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed" tabindex="0" data-target="CybotCookiebotDialogDetailBodyContentIABv2PurposesBody" lang="da" aria-label="Formål<span class='CybotCookiebotDialogDetailBulkConsentCount'>14</span>" aria-controls="CybotCookiebotDialogDetailBodyContentIABv2PurposesBody">Formål<span class="CybotCookiebotDialogDetailBulkConsentCount">14</span></button><div class="CybotCookiebotDialogDetailBodyContentIABv2CardIntro">Med udgangspunkt i nedenstående formål kan du angive dine samtykkeindstillinger og bestemme, hvordan dine data må blive anvendt. Der er en beskrivelse til hvert formål, så du ved, hvordan vi og vores partnere bruger dine data. Du kan gøre indsigelse imod legitim interesse-databehandling per formål.</div></div><div id="CybotCookiebotDialogDetailBodyContentIABv2PurposesBody" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentIABv2PurposesCard" aria-expanded="false"><div class="CybotCookiebotDialogBodyLevelButtonIABWrapper"><div class="CybotCookiebotDialogBodyLevelButtonIABHeader">Formål<span class="CybotCookiebotDialogDetailBulkConsentCount">11</span><span class="CybotCookiebotDialogBodyLevelButtonIABHeaderToggle"><a class="CybotCookiebotDialogBodyLevelButtonIABHeaderButton select" id="CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectAllPurposesLink" href="#">Tilvælg alle</a> <a class="CybotCookiebotDialogBodyLevelButtonIABHeaderButton reject" id="CybotCookiebotDialogBodyLevelButtonIABHeaderToggleDeselectAllPurposesLink" href="#">Fravælg alle</a></span></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose1" data-iabpurposeid="1" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose1">Opbevare og/eller tilgå oplysninger på en enhed</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Cookies, enheder eller lignende onlineidentifikatorer (f.eks. login-baserede identifikatorer, tilfældigt tildelte identifikatorer, netværksbaserede identifikatorer) sammen med andre oplysninger (f.eks. browsertype og -oplysninger, sprog, skærmstørrelse, understøttede teknologier, osv.) kan opbevares eller læses på din enhed for at genkende den, hver gang den opretter forbindelse til en app eller til et websted, til et eller flere af de formål, der angives her.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">De fleste formål, der er forklaret i denne erklæring, afhænger af opbevaringen af eller adgangen til oplysninger fra din enhed, når du bruger en app eller besøger et websted. For eksempel kan en leverandør eller udgiver være nødt til at opbevare en cookie på din enhed under dit første besøg på et websted for at kunne genkende din enhed under dine næste besøg (ved at tilgå denne cookie hver gang).</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose1Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">131</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose2" data-iabpurposeid="2" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose2">Bruge begrænsede oplysninger til at vælge annoncering</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest2" data-iabpurposeid="2" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest2">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Annoncering, der vises for dig på denne tjeneste, kan være baseret på begrænsede oplysninger, såsom det websted eller den app, du bruger, din ikke-præcise placering, din enhedstype eller hvilket indhold, du interagerer (eller har interageret) med (for eksempel for at begrænse antallet af gange en annonce vises for dig).<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">En bilproducent ønsker at markedsføre sine elbiler til miljøbevidste brugere, der bor i byen, efter kontortid. Annoncen vises på en side med relateret indhold (såsom en artikel om klimaændringer) efter kl. 18.30 til brugere, hvis ikke-præcise placering antyder, at de befinder sig i en byzone.</li><li style="margin-left: 2px; font-weight: normal;">En stor producent af akvarelmaling ønsker at udføre en annonceringskampagne online for sit nyeste sortiment af akvarelmaling, diversificere sin målgruppe for at nå ud til så mange amatører og professionelle kunstnere som muligt og undgå at vise annoncen ved siden af uoverensstemmende indhold (for eksempel artikler om, hvordan du maler dit hus). Det antal gange, annoncen er blevet vist for dig, registreres og begrænses for at undgå at vise den for ofte.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose2Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">105</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose3" data-iabpurposeid="3" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose3">Oprette profiler til tilpasset annoncering</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Oplysninger om din aktivitet på denne tjeneste (såsom formularer, du indsender, indhold, du ser) kan opbevares og kombineres med andre oplysninger om dig (f.eks. oplysninger fra din tidligere aktivitet på denne tjeneste og andre websteder eller apps) eller lignende brugere. Dette bruges derefter til at opbygge eller forbedre en profil om dig (som kan omfatte mulige interesser og personlige aspekter). Din profil kan bruges (også senere) til at vise annoncering, der ser mere relevant ud baseret på dine mulige interesser af denne og andre enheder.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Hvis du læser flere artikler om det bedste cykeltilbehør at købe, kan disse oplysninger bruges til at oprette en profil om din interesse for cykeltilbehør. En sådan profil kan bruges eller forbedres senere hen, på samme eller et andet websted eller app for at vise dig annoncering for et bestemt mærke af cykeltilbehør. Hvis du også ser på en konfigurator for et køretøj på en luksusbilproducents websted, kan disse oplysninger kombineres med din interesse for cykler for at forfine din profil og antage, at du er interesseret i luksuscykeludstyr.</li><li style="margin-left: 2px; font-weight: normal;">En tøjvirksomhed ønsker at markedsføre sin nye serie af luksus-babytøj. Den kontakter et bureau, der har et netværk af klienter med kunder med høj indkomst (såsom high-end supermarkeder) og beder bureauet om at oprette profiler af unge forældre eller par, der kan antages at være velhavende og nye forældre, så disse senere kan bruges til at vise annoncering i partnerapps baseret på disse profiler.

</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose3Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">94</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose4" data-iabpurposeid="4" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose4">Bruge profiler til at vælge tilpasset annoncering</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Annoncering, der vises for dig på denne tjeneste, kan være baseret på dine annonceringsprofiler, som kan afspejle din aktivitet på denne tjeneste eller andre websteder eller apps (såsom de formularer, du indsender, indhold, du ser), mulige interesser og personlige aspekter.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">En online-forhandler ønsker at annoncere for et begrænset udsalg på løbesko. Den ønsker at målrette annoncering til brugere, der tidligere har kigget på løbesko på forhandlerens mobilapp. Sporingsteknologier kan bruges til at genkende, at du tidligere har brugt mobilappen til at kigge på løbesko for at vise dig den tilsvarende annonce på appen.

</li><li style="margin-left: 2px; font-weight: normal;">En profil, der er oprettet til tilpasset annoncering i forhold til en person, der har søgt efter cykeltilbehør på et websted, kan bruges til at vise den relevante annonce for cykeltilbehør på en mobilapp i en anden organisation.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose4Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">90</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose5" data-iabpurposeid="5" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose5">Oprette profiler for at tilpasse indhold
</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Oplysninger om din aktivitet på denne tjeneste (f.eks. formularer, som du indsender, indhold, som ikke er annoncering, som du ser) kan opbevares og kombineres med andre oplysninger om dig (såsom din tidligere aktivitet på denne tjeneste eller andre websteder eller apps) eller lignende brugere. Dette bruges derefter til at opbygge eller forbedre en profil om dig (som for eksempel kan omfatte mulige interesser og personlige aspekter). Din profil kan bruges (også senere) til at vise indhold, der virker mere relevant baseret på dine mulige interesser, såsom ved at tilpasse den rækkefølge, hvori indhold vises for dig, så det er endnu nemmere for dig at finde indhold, der matcher dine interesser.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Du læser flere artikler på en social medieplatform om, hvordan man bygger et træhus. Disse oplysninger kan føjes til en profil for at markere din interesse for indhold relateret til friluftsliv samt gør-det-selv-vejledninger (med henblik på at tillade tilpasning af indhold, så du for eksempel får vist flere blogindlæg og artikler om træhuse og træhytter fremover).</li><li style="margin-left: 2px; font-weight: normal;">Du har set tre videoer om rumforskning på tværs af forskellige tv-apps. En ikke-relateret nyhedsplatform, som du ikke har haft nogen kontakt med, opbygger en profil baseret på den pågældende visningsadfærd og markerer rumforskning som et emne af mulig interesse for andre videoer.

</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose5Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">35</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose6" data-iabpurposeid="6" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose6">Bruge profiler til at vælge tilpasset indhold</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Indhold, der vises for dig på denne tjeneste, kan være baseret på dine indholdstilpasningsprofiler, som kan afspejle din aktivitet på denne eller andre tjenester (f.eks. de formularer, du indsender, indhold, du ser), mulige interesser og personlige aspekter. Dette kan eksempelvis bruges til at tilpasse den rækkefølge, hvori indhold vises for dig, så det er endnu nemmere for dig at finde indhold (der ikke er annoncering), som matcher dine interesser.”<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Du læser artikler om vegetarisk mad på en social medieplatform og bruger derefter madlavningsappen fra en ikke-relateret virksomhed. Den profil, der opbygges om dig på den sociale medieplatform, vil blive brugt til at vise dig vegetariske opskrifter på velkomstskærmen i madlavningsappen.</li><li style="margin-left: 2px; font-weight: normal;">Du har set tre videoer om roning på tværs af forskellige websteder. En ikke-relateret videodelingsplatform vil anbefale fem andre videoer om roning, der kan være af interesse for dig, når du bruger din tv-app, baseret på en profil, der blev opbygget om dig, da du besøgte de forskellige websteder for at se onlinevideoer.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose6Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">26</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose7" data-iabpurposeid="7" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose7">Måle annonceringseffektivitet
</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest7" data-iabpurposeid="7" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest7">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Oplysninger om, hvilken annoncering der vises for dig, og hvordan du interagerer med den, kan bruges til at vurdere, hvor godt en annonce har fungeret for dig eller andre brugere, og hvorvidt målene med annonceringen blev nået. For eksempel, hvorvidt du så en annonce, hvorvidt du klikkede på den, hvorvidt den førte dig til at købe et produkt eller besøge et websted, osv. Dette er meget nyttigt for at forstå relevansen af annonceringskampagner.

<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Du har klikket på en annonce om en ”Black Friday”-rabat i en onlinebutik på webstedet tilhørende en udgiver og købt et produkt. Dit klik vil blive knyttet til dette køb. Din og andre brugeres interaktion vil blive målt for at vide, hvor mange klik på annoncen, der førte til et køb.</li><li style="margin-left: 2px; font-weight: normal;">Du er en af meget få til at have klikket på en annonce om en ”international påskønnelsesdag”-rabat i en online-gavebutik i appen tilhørende en udgiver. Udgiveren ønsker at modtage rapporter for at forstå, hvor ofte en bestemt annonceplacering i appen, og nærmere bestemt den ”internationale påskønnelsesdag”-annonce, er blevet set eller klikket på af dig og andre brugere for at hjælpe udgiveren og dennes partnere (såsom bureauer) med at optimere annonceplaceringer.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose7Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">136</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose8" data-iabpurposeid="8" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose8">Måle indholdseffektivitet
</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest8" data-iabpurposeid="8" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest8">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Oplysninger om, hvilket indhold der vises for dig, og hvordan du interagerer med det, kan f.eks. bruges til at vurdere, hvorvidt indholdet (der ikke er annoncering) nåede sin tilsigtede målgruppe og matchede dine interesser. For eksempel, hvorvidt du læser en artikel, ser en video, lytter til en podcast eller ser på en produktbeskrivelse, hvor lang tid du har brugt på denne tjeneste og de websider, du besøger, osv. Dette er meget nyttigt for at forstå relevansen af indhold (der ikke er annoncering), der vises for dig.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Du har læst et blogindlæg om vandreture på en mobilapp fra en udgiver og fulgt et link til et anbefalet og relateret indlæg. Dine interaktioner vil blive registreret som om, at de viser, at det indledende indlæg om vandreture var nyttigt for dig, og at det lykkedes med at interessere dig i det relaterede indlæg. Dette vil blive målt for at vide, hvorvidt der skal udarbejdes flere indlæg om vandreture fremover, og hvor de skal placeres på startskærmen i mobilappen.</li><li style="margin-left: 2px; font-weight: normal;">Du fik vist en video om modetrends, men du og flere andre brugere stoppede afspilningen efter 30 sekunder. Disse oplysninger bruges derefter til at evaluere den rigtige længde af fremtidige videoer om modetrends.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose8Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">55</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose9" data-iabpurposeid="9" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose9">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest9" data-iabpurposeid="9" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest9">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Rapporter kan genereres baseret på kombinationen af datasæt (såsom brugerprofiler, statistikker, markedsundersøgelser, analysedata) vedrørende dine interaktioner og andre brugeres interaktioner med annoncerings- eller (ikke-annoncerings-)indhold for at identificere fælles karakteristika (for eksempel, for at fastslå, hvilke målgrupper der er mere modtagelige for en annoncekampagne eller for bestemt indhold).<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Ejeren af en online-boghandel ønsker kommerciel rapportering, der viser andelen af besøgende i måneden, der kiggede på og forlod dets websted uden at købe, eller kiggede på og købte den sidste selvbiografi af en berømthed, samt gennemsnitsalderen og fordelingen af mænd/kvinder i hver kategori. Oplysninger vedrørende din navigation på webstedet og dine personlige karakteristika bruges og kombineres derefter med andre sådanne oplysninger til at udarbejde disse statistikker.</li><li style="margin-left: 2px; font-weight: normal;">En annoncør ønsker at have en bedre forståelse af, hvilken type målgruppe, der interagerer med sine annoncer. Den opfordrer et forskningsinstitut til at sammenligne karakteristika for brugere, der interagerede med annoncen, med typiske attributter for brugere af lignende platforme på tværs af forskellige enheder. Denne sammenligning afslører for annoncøren, at dens annoncemålgruppe hovedsageligt tilgår annoncerne via mobilenheder og sandsynligvis er i aldersgruppen 45-60 år.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose9Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">83</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose10" data-iabpurposeid="10" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose10">Udvikle og forbedre tjenester</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest10" data-iabpurposeid="10" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest10">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Oplysninger om din aktivitet på denne tjeneste, såsom din interaktion med annoncer eller indhold, kan være meget nyttige til at forbedre produkter og tjenester og til at opbygge nye produkter og tjenester baseret på brugerinteraktioner, typen af målgruppe, osv. Dette specifikke formål omfatter ikke udvikling eller forbedring af brugerprofiler og identifikatorer.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">En teknologiplatform, der arbejder med en social medieudbyder, bemærker en vækst i mobilapp-brugere og ser, baseret på deres profiler, at mange af dem forbinder via mobilforbindelser. Den bruger en ny teknologi til at vise annoncer, der er formateret til mobilenheder, og som anvender lav båndbredde, for at forbedre deres effektivitet.</li><li style="margin-left: 2px; font-weight: normal;">En annoncør er på udkig efter en måde til at vise annoncer på en ny type forbrugerenhed. Den indsamler oplysninger om, hvordan brugere interagerer med denne nye type enhed for at vurdere, hvorvidt den kan opbygge en ny mekanisme til at vise annoncering på denne type enhed.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose10Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">110</span></p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurpose11" data-iabpurposeid="11" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposes" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABPurpose11">Bruge begrænsede oplysninger til at vælge indhold
</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest11" data-iabpurposeid="11" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonPurposesLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABPurposeLegitimateInterest11">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Indhold, der vises for dig på denne tjeneste, kan være baseret på begrænsede oplysninger, såsom det websted eller den app, du bruger, din ikke-præcise placering, din enhedstype, eller hvilket indhold du interagerer (eller har interageret) med (for eksempel, for at begrænse antallet af gange en video eller en artikel vises for dig).<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Et rejsemagasin har offentliggjort en artikel på sit websted om de nye onlinekurser, der tilbydes af en sprogskole, for at forbedre rejseoplevelser i udlandet. Skolens blogindlæg indsættes direkte i bunden af siden og vælges på grundlag af din ikke-præcise placering (for eksempel, blogindlæg, der forklarer pensum for andre sprog end sproget i det land, du befinder dig i).</li><li style="margin-left: 2px; font-weight: normal;">En mobilapp til sportsnyheder har startet et nyt afsnit med artikler, der dækker de seneste fodboldkampe. Hver artikel indeholder videoer hostet af en separat streamingplatform, der viser højdepunkterne fra hver kamp. Hvis du spoler frem i en video, kan disse oplysninger bruges til at vælge en kortere video til næste afspilning.</li></ul><p class="CybotCookiebotDialogBodyLevelButtonIABPurposeCount" style="margin-top: 2em">Leverandør <span id="CybotCookiebotDialogBodyLevelButtonIABPurpose11Count" class="CybotCookiebotDialogDetailBulkConsentCount" style="margin-left: 0.4em">20</span></p></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABWrapper"><div class="CybotCookiebotDialogBodyLevelButtonIABHeader" style="border-top:none">Særlige formål<span class="CybotCookiebotDialogDetailBulkConsentCount">3</span></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Dine oplysninger kan bruges til at overvåge og forebygge usædvanlig og muligvis svigagtig aktivitet (f.eks. vedrørende annoncering, annonceklik fra bots), og sikre, at systemer og processer fungerer korrekt og sikkert. De kan også bruges til at rette eventuelle problemer, som du, udgiveren eller annoncøren måtte støde på under leveringen af indhold og annoncer og i din interaktion med dem.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">En annonceringsformidler leverer annoncer fra forskellige annoncører til sit netværk af partnerwebsteder. Den bemærker en stor stigning i klik på annoncer, der vedrører én annoncør, og bruger oplysninger vedrørende kilden til klikkene til at fastslå, at 80 % af klikkene kommer fra bots snarere end mennesker.
</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel">Levere og præsentere annoncering og indhold</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Visse oplysninger (f.eks. en IP-adresse eller enhedsfunktioner) bruges til at sikre indholdet eller annonceringens tekniske kompatibilitet og til at formidle overførslen af indholdet eller annoncen til din enhed. <ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Hvis du klikker på et link i en artikel, kan dette normalt sende dig til en anden side eller en del af artiklen. For at opnå dette, 1) sender din browser en anmodning til en server, der er linket til webstedet, 2) svarer serveren tilbage (”her er den artikel, du bad om”), ved hjælp af tekniske oplysninger, der automatisk er inkluderet i den anmodning, der sendes af din enhed, for korrekt at vise de oplysninger/billeder, der er en del af den artikel, du bad om. Teknisk set er en sådan udveksling af oplysninger nødvendig for at levere det indhold, der vises på din skærm.</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel">Gem og kommunikér databeskyttelsesvalg</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">De valg, du træffer om de formål og enheder, der er nævnt i denne erklæring, gemmes og deles digitalt med de pågældende enheder, f.eks. som en streng af tegn. Dette sikrer, at både denne tjeneste og enhederne kan følge dine valg.<ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Eksempler:<li style="margin-left: 2px; font-weight: normal;">Når du besøger et websted og vælger, om du vil tillade tilpasset annoncering baseret på profiler eller ej, gemmes dit valg og deles med udbydere af annoncering. Dette sikrer, at de annoncer, du ser, respekterer dit valg. </li></ul></div></div></div></div></div><div class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentIABv2FeaturesCard"><button id="CybotCookiebotDialogDetailBodyContentIABv2Features" class="CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed" tabindex="0" data-target="CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody" lang="da" aria-label="Funktioner<span class='CybotCookiebotDialogDetailBulkConsentCount'>3</span>" aria-controls="CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody">Funktioner<span class="CybotCookiebotDialogDetailBulkConsentCount">3</span></button><div class="CybotCookiebotDialogDetailBodyContentIABv2CardIntro">Se de nødvendige funktioner, der er aktiveret til behandling af personoplysninger, og slå eventuelle særfunktioner til separat.</div></div><div id="CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentIABv2FeaturesCard" aria-expanded="false"><div class="CybotCookiebotDialogBodyLevelButtonIABWrapper"><div class="CybotCookiebotDialogBodyLevelButtonIABHeader">Funktioner<span class="CybotCookiebotDialogDetailBulkConsentCount">3</span></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel">Matche og kombinere data fra andre datakilder
</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Oplysninger om din aktivitet på denne tjeneste kan matches og kombineres med andre oplysninger vedrørende dig, som stammer fra forskellige kilder (f.eks. din aktivitet på en separat onlinetjeneste, din brug af et loyalitetskort i butikken eller dine svar på en spørgeundersøgelse), for at understøtte de formål, der er forklaret i denne erklæring.
</div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel">Tilknytte forskellige enheder 
</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">For at understøtte de formål, der er forklaret i denne erklæring, kan din enhed anses for sandsynligvis at være forbundet med andre enheder, der tilhører dig eller din husstand (for eksempel, fordi du er logget ind på den samme tjeneste på både din telefon og din computer, eller fordi du kan bruge den samme internetforbindelse på begge enheder). </div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainer"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel">Identificere enheder baseret på oplysninger, der sendes automatisk</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription">Din enhed kan skelnes fra andre enheder baseret på oplysninger, som den automatisk sender, når du tilgår internettet (f.eks. IP-adressen på din internetforbindelse eller den type browser, du bruger) for at understøtte de formål, der er forklaret i denne erklæring.</div></div></div></div></div><div class="CookieCard"><div id="CybotCookiebotDialogDetailBodyContentIABv2PartnersCard"><button id="CybotCookiebotDialogDetailBodyContentIABv2Partners" class="CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed" tabindex="0" data-target="CybotCookiebotDialogDetailBodyContentIABv2PartnersBody" lang="da" aria-label="Partnere<span class='CybotCookiebotDialogDetailBulkConsentCount'>197</span>" aria-controls="CybotCookiebotDialogDetailBodyContentIABv2PartnersBody">Partnere<span class="CybotCookiebotDialogDetailBulkConsentCount">197</span></button><div class="CybotCookiebotDialogDetailBodyContentIABv2CardIntro">Se hvilke partnere vi samarbejder med nedenfor. Fold hver enkelt ud for at se hvordan de behandler dine data. Du kan gøre indsigelse imod legitim interesse-databehandling per udsteder.</div></div><div id="CybotCookiebotDialogDetailBodyContentIABv2PartnersBody" class="CollapseCard CybotCookiebotDialogHide" aria-labelledby="CybotCookiebotDialogDetailBodyContentIABv2PartnersCard" aria-expanded="false"><div class="CybotCookiebotDialogBodyLevelButtonIABWrapper"><div class="CybotCookiebotDialogBodyLevelButtonIABHeader" style="border-top:none;">Leverandører, der er en del af IAB TCF<span class="CybotCookiebotDialogDetailBulkConsentCount">152</span><span class="CybotCookiebotDialogBodyLevelButtonIABHeaderToggle"><a class="CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink" href="#">Tilvælg alle</a> <a class="CybotCookiebotDialogBodyLevelButtonIABHeaderToggleDeselectVendorsLink" href="#">Fravælg alle</a></span></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer628" aria-expanded="false"><a data-iabvendorid="628" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor628" data-iabvendorid="628" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor628">: Tappx</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.tappx.com/en/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.tappx.com/en/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.tappx.com/en/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.tappx.com/en/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 3 timer</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="628" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer92" aria-expanded="false"><a data-iabvendorid="92" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor92" data-iabvendorid="92" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor92">1plusX AG</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest92" data-iabvendorid="92" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest92">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.1plusx.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.1plusx.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.1plusx.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.1plusx.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="92" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer58" aria-expanded="false"><a data-iabvendorid="58" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor58" data-iabvendorid="58" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor58">33Across</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.33across.co.uk/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.33across.co.uk/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.33across.co.uk/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.33across.co.uk/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 5 timer 49 minutter 12 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="58" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer788" aria-expanded="false"><a data-iabvendorid="788" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor788" data-iabvendorid="788" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor788">Ad Alliance GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.ad-alliance.de/datenschutz/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ad-alliance.de/datenschutz/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.ad-alliance.de/datenschutz/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ad-alliance.de/datenschutz/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="788" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer377" aria-expanded="false"><a data-iabvendorid="377" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor377" data-iabvendorid="377" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor377">AddApptr GmbH</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest377" data-iabvendorid="377" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest377">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.gravite.net/data-privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gravite.net/data-privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.gravite.net/data-privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gravite.net/data-privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="377" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer44" aria-expanded="false"><a data-iabvendorid="44" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor44" data-iabvendorid="44" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor44">Adex (Virtual Minds GmbH)</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://theadex.com/privacy-platform/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://theadex.com/privacy-platform/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://theadex.com/privacy-platform/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://theadex.com/privacy-platform/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="44" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer50" aria-expanded="false"><a data-iabvendorid="50" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor50" data-iabvendorid="50" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor50">Adform A/S</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest50" data-iabvendorid="50" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest50">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://site.adform.com/privacy-center/platform-privacy/product-and-services-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://site.adform.com/privacy-center/platform-privacy/product-and-services-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://site.adform.com/privacy-center/platform-privacy/transparency-and-consent-framework-tcf-compliance/legitimate-interest-at-stake/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://site.adform.com/privacy-center/platform-privacy/transparency-and-consent-framework-tcf-compliance/legitimate-interest-at-stake/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 10 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="50" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer15" aria-expanded="false"><a data-iabvendorid="15" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor15" data-iabvendorid="15" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor15">Adikteev</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest15" data-iabvendorid="15" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest15">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adikteev.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adikteev.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adikteev.com/privacy-policy-app-users" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adikteev.com/privacy-policy-app-users<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="15" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer597" aria-expanded="false"><a data-iabvendorid="597" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Adjust Digital A/S</p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://adjust-digital.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adjust-digital.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://adjust-digital.com/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adjust-digital.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="597" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer612" aria-expanded="false"><a data-iabvendorid="612" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Adnami Aps</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest612" data-iabvendorid="612" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest612">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adnami.io/privacy-policy-services" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adnami.io/privacy-policy-services<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adnami.io/privacy-policy-services" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adnami.io/privacy-policy-services<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="612" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer855" aria-expanded="false"><a data-iabvendorid="855" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor855" data-iabvendorid="855" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor855">Adnuntius AS</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest855" data-iabvendorid="855" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest855">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://adnuntius.com/resources/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adnuntius.com/resources/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://adnuntius.com/resources/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adnuntius.com/resources/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 6 år 295 dage 12 timer 19 minutter 24 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="855" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer264" aria-expanded="false"><a data-iabvendorid="264" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor264" data-iabvendorid="264" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor264">Adobe Advertising Cloud</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest264" data-iabvendorid="264" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest264">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adobe.com/privacy/experience-cloud.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adobe.com/privacy/experience-cloud.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adobe.com/privacy/experience-cloud.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adobe.com/privacy/experience-cloud.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 760 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 760 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 760 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 760 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 760 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 760 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 760 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="264" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer565" aria-expanded="false"><a data-iabvendorid="565" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor565" data-iabvendorid="565" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor565">Adobe Audience Manager, Adobe Experience Platform</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adobe.com/privacy/policy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adobe.com/privacy/policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adobe.com/privacy/policy.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adobe.com/privacy/policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 180 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="565" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer430" aria-expanded="false"><a data-iabvendorid="430" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor430" data-iabvendorid="430" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor430">AdServing Factory srl</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adservingfactory.com/privacy-policy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adservingfactory.com/privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adservingfactory.com/privacy-policy.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adservingfactory.com/privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 1 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 1 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 1 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Device characteristics</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="430" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer66" aria-expanded="false"><a data-iabvendorid="66" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor66" data-iabvendorid="66" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor66">adsquare GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://adsquare.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adsquare.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://adsquare.com/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adsquare.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="66" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer507" aria-expanded="false"><a data-iabvendorid="507" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor507" data-iabvendorid="507" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor507">AdsWizz Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adswizz.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adswizz.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adswizz.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adswizz.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="507" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer410" aria-expanded="false"><a data-iabvendorid="410" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor410" data-iabvendorid="410" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor410">Adtelligent Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://adtelligent.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adtelligent.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://adtelligent.com/tos/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://adtelligent.com/tos/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 93 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="410" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer259" aria-expanded="false"><a data-iabvendorid="259" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor259" data-iabvendorid="259" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor259">ADYOULIKE SA</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adyoulike.com/pages/privacy_en.php" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adyoulike.com/pages/privacy_en.php<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adyoulike.com/pages/privacy_en.php" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adyoulike.com/pages/privacy_en.php<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="259" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer193" aria-expanded="false"><a data-iabvendorid="193" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor193" data-iabvendorid="193" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor193">Affle Iberia SL</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://mediasmart.io/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://mediasmart.io/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://mediasmart.io/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://mediasmart.io/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 10 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 360 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="193" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1169" aria-expanded="false"><a data-iabvendorid="1169" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Alkimi</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1169" data-iabvendorid="1169" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1169">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.alkimi.org/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.alkimi.org/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.alkimi.org/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.alkimi.org/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 1095 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1169" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer68" aria-expanded="false"><a data-iabvendorid="68" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor68" data-iabvendorid="68" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor68">Amazon Ad Server</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest68" data-iabvendorid="68" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest68">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.sizmek.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.sizmek.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.sizmek.com/privacy-policy#legal-basis" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.sizmek.com/privacy-policy#legal-basis<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage 17 timer 13 minutter 20 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="68" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer793" aria-expanded="false"><a data-iabvendorid="793" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor793" data-iabvendorid="793" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor793">Amazon Advertising</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201909010" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201909010<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201909010#GUID-A440AA65-7F7E-4134-8FA8-842156F43EEE__SECTION_9E24D5FE5F4041028B4C2F9EDD690457" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201909010#GUID-A440AA65-7F7E-4134-8FA8-842156F43EEE__SECTION_9E24D5FE5F4041028B4C2F9EDD690457<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage 17 timer 13 minutter 20 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="793" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer780" aria-expanded="false"><a data-iabvendorid="780" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor780" data-iabvendorid="780" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor780">Aniview LTD</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.aniview.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.aniview.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.aniview.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.aniview.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="780" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1097" aria-expanded="false"><a data-iabvendorid="1097" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1097" data-iabvendorid="1097" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1097">Annonsera SUNT AB</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.suntcontent.com/privacy/#privacy-english" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.suntcontent.com/privacy/#privacy-english<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.suntcontent.com/privacy/#privacy-english" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.suntcontent.com/privacy/#privacy-english<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 10 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1097" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer394" aria-expanded="false"><a data-iabvendorid="394" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor394" data-iabvendorid="394" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor394">AudienceProject A/S</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest394" data-iabvendorid="394" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest394">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://privacy.audienceproject.com" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy.audienceproject.com<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://privacy.audienceproject.com/en-GB/for-users/privacy-policy#transparency-and-consent-framework-tcf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy.audienceproject.com/en-GB/for-users/privacy-policy#transparency-and-consent-framework-tcf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 1826 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 1826 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 1826 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 1826 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 1826 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 1826 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="394" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer742" aria-expanded="false"><a data-iabvendorid="742" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor742" data-iabvendorid="742" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor742">Audiencerate LTD</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.audiencerate.com/full-data-privacy-compliance" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.audiencerate.com/full-data-privacy-compliance<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 15 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 15 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="742" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer907" aria-expanded="false"><a data-iabvendorid="907" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor907" data-iabvendorid="907" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor907">AWIN AG</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest907" data-iabvendorid="907" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest907">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.awin.com/gb/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.awin.com/gb/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.awin.com/gb/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.awin.com/gb/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 1096 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 1096 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 1096 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 1096 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="907" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer647" aria-expanded="false"><a data-iabvendorid="647" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor647" data-iabvendorid="647" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor647">Axel Springer Teaser Ad GmbH</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest647" data-iabvendorid="647" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest647">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.adup-tech.com/en/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adup-tech.com/en/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.adup-tech.com/en/privacy-policy/#c4489" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.adup-tech.com/en/privacy-policy/#c4489<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="647" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer610" aria-expanded="false"><a data-iabvendorid="610" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor610" data-iabvendorid="610" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor610">Azerion Holding B.V.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest610" data-iabvendorid="610" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest610">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://static.gamedistribution.com/policy/privacy-enduser.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://static.gamedistribution.com/policy/privacy-enduser.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://static.gamedistribution.com/policy/privacy-enduser.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://static.gamedistribution.com/policy/privacy-enduser.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 14 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 14 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="610" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer273" aria-expanded="false"><a data-iabvendorid="273" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor273" data-iabvendorid="273" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor273">Bannerflow AB</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest273" data-iabvendorid="273" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest273">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.bannerflow.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.bannerflow.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.bannerflow.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.bannerflow.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 5 timer 49 minutter 12 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="273" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer801" aria-expanded="false"><a data-iabvendorid="801" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Bannernow, Inc.</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest801" data-iabvendorid="801" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest801">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://bannernow.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://bannernow.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://bannernow.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://bannernow.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="801" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer12" aria-expanded="false"><a data-iabvendorid="12" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor12" data-iabvendorid="12" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor12">BeeswaxIO Corporation</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.beeswax.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.beeswax.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.beeswax.com/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.beeswax.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 29 dage 18 timer 59 minutter 59 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="12" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer128" aria-expanded="false"><a data-iabvendorid="128" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor128" data-iabvendorid="128" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor128">BIDSWITCH GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.bidswitch.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.bidswitch.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.bidswitch.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.bidswitch.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="128" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer30" aria-expanded="false"><a data-iabvendorid="30" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor30" data-iabvendorid="30" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor30">BidTheatre AB</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest30" data-iabvendorid="30" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest30">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.bidtheatre.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.bidtheatre.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://cdn.bidtheatre.com/LIA_ferq.pdf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://cdn.bidtheatre.com/LIA_ferq.pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 7 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="30" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer625" aria-expanded="false"><a data-iabvendorid="625" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor625" data-iabvendorid="625" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor625">BILENDI SA</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.maximiles.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.maximiles.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">User-provided data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: session</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="625" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer815" aria-expanded="false"><a data-iabvendorid="815" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor815" data-iabvendorid="815" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor815">Blockthrough, Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://blockthrough.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://blockthrough.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://blockthrough.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://blockthrough.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 82 år 70 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="815" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer684" aria-expanded="false"><a data-iabvendorid="684" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor684" data-iabvendorid="684" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor684">Blue Billywig Group BV</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest684" data-iabvendorid="684" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest684">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.bluebillywig.com/privacy-statement/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.bluebillywig.com/privacy-statement/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://support.bluebillywig.com/cookies/legitimate-interest-disclosure-statement/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://support.bluebillywig.com/cookies/legitimate-interest-disclosure-statement/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 3650 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 3650 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="684" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer163" aria-expanded="false"><a data-iabvendorid="163" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor163" data-iabvendorid="163" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor163">Bombora Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest163" data-iabvendorid="163" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest163">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://bombora.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://bombora.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://bombora.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://bombora.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="163" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer422" aria-expanded="false"><a data-iabvendorid="422" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor422" data-iabvendorid="422" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor422">Brand Metrics Sweden AB</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://collector.brandmetrics.com/brandmetrics_privacypolicy.pdf" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://collector.brandmetrics.com/brandmetrics_privacypolicy.pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://collector.brandmetrics.com/brandmetrics_privacypolicy.pdf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://collector.brandmetrics.com/brandmetrics_privacypolicy.pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 386 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 386 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 386 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 386 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 21 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="422" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1129" aria-expanded="false"><a data-iabvendorid="1129" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Brandhouse/Subsero A/S</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1129" data-iabvendorid="1129" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1129">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://subserohost.com/privacy_policy.aspx" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://subserohost.com/privacy_policy.aspx<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://subserohost.com/privacy_policy.aspx#datacoll_legitimateinterest" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://subserohost.com/privacy_policy.aspx#datacoll_legitimateinterest<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 360 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 360 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1129" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer329" aria-expanded="false"><a data-iabvendorid="329" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor329" data-iabvendorid="329" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor329">Browsi</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://browsi.com/privacy-policy-2/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://browsi.com/privacy-policy-2/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="329" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer986" aria-expanded="false"><a data-iabvendorid="986" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor986" data-iabvendorid="986" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor986">BYTEDANCE PTE. LTD.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest986" data-iabvendorid="986" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest986">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.pangleglobal.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.pangleglobal.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.pangleglobal.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.pangleglobal.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 540 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 540 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="986" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer729" aria-expanded="false"><a data-iabvendorid="729" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Cavai AS</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest729" data-iabvendorid="729" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest729">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.cavai.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.cavai.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.cavai.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.cavai.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="729" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer315" aria-expanded="false"><a data-iabvendorid="315" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor315" data-iabvendorid="315" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor315">Celtra Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.celtra.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.celtra.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.celtra.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.celtra.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="315" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer243" aria-expanded="false"><a data-iabvendorid="243" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor243" data-iabvendorid="243" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor243">Cloud Technologies S.A.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.cloudtechnologies.pl/en/internet-advertising-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.cloudtechnologies.pl/en/internet-advertising-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.cloudtechnologies.pl/en/internet-advertising-privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.cloudtechnologies.pl/en/internet-advertising-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="243" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer77" aria-expanded="false"><a data-iabvendorid="77" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor77" data-iabvendorid="77" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor77">Comscore B.V.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.scorecardresearch.com/privacy.aspx" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.scorecardresearch.com/privacy.aspx<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 355 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="77" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer630" aria-expanded="false"><a data-iabvendorid="630" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor630" data-iabvendorid="630" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor630">Contact Impact GmbH/Axel Springer Teaser Ad GmbH</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest630" data-iabvendorid="630" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest630">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://contactimpact.de/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://contactimpact.de/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://contactimpact.de/privacy.html#section-3" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://contactimpact.de/privacy.html#section-3<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 135 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="630" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1299" aria-expanded="false"><a data-iabvendorid="1299" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1299" data-iabvendorid="1299" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1299">Contimo APS</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.contimo.io/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.contimo.io/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.contimo.io/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.contimo.io/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1299" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer91" aria-expanded="false"><a data-iabvendorid="91" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor91" data-iabvendorid="91" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor91">Criteo SA</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.criteo.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.criteo.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.criteo.com/privacy/how-we-use-your-data/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.criteo.com/privacy/how-we-use-your-data/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 390 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 390 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 25 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="91" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer573" aria-expanded="false"><a data-iabvendorid="573" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor573" data-iabvendorid="573" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor573">Dailymotion Video Player</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest573" data-iabvendorid="573" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest573">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://legal.dailymotion.com/en/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.dailymotion.com/en/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://legal.dailymotion.com/en/legitimate-interest/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.dailymotion.com/en/legitimate-interest/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 92 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 366 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 366 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 186 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 186 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 92 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 92 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 366 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage 23 timer 59 minutter 50 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="573" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer209" aria-expanded="false"><a data-iabvendorid="209" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor209" data-iabvendorid="209" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor209">Delta Projects AB</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest209" data-iabvendorid="209" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest209">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://deltaprojects.com/data-collection-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://deltaprojects.com/data-collection-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://deltaprojects.com/data-collection-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://deltaprojects.com/data-collection-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 547 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 547 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 547 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 547 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 547 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 547 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 547 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="209" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1029" aria-expanded="false"><a data-iabvendorid="1029" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1029" data-iabvendorid="1029" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1029">Dentsu A/S</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.dentsu.com/dk/dk/privatlivspolitik" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.dentsu.com/dk/dk/privatlivspolitik<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.dentsu.com/dk/dk/privatlivspolitik" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.dentsu.com/dk/dk/privatlivspolitik<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 21 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 21 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 8 timer 24 minutter</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1029" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer922" aria-expanded="false"><a data-iabvendorid="922" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor922" data-iabvendorid="922" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor922">Dentsu Product &amp; Services GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://mediaintelligence.de/privacy-policyeng.do" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://mediaintelligence.de/privacy-policyeng.do<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://mediaintelligence.de/privacy-policyeng.do" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://mediaintelligence.de/privacy-policyeng.do<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 356 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="922" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer122" aria-expanded="false"><a data-iabvendorid="122" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor122" data-iabvendorid="122" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor122">Dentsu UK Limited</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest122" data-iabvendorid="122" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest122">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://privacy.metadsp.co.uk/privacy-policy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy.metadsp.co.uk/privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://privacy.metadsp.co.uk/privacy-policy.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy.metadsp.co.uk/privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="122" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer126" aria-expanded="false"><a data-iabvendorid="126" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">DoubleVerify Inc.​</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest126" data-iabvendorid="126" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest126">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://doubleverify.com/privacy-notice/solutions-privacy-notice" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://doubleverify.com/privacy-notice/solutions-privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://doubleverify.com/privacy-notice/solutions-privacy-notice" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://doubleverify.com/privacy-notice/solutions-privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 45 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="126" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer674" aria-expanded="false"><a data-iabvendorid="674" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor674" data-iabvendorid="674" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor674">Duration Media, LLC.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.durationmedia.net/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.durationmedia.net/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.durationmedia.net/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.durationmedia.net/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="674" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer110" aria-expanded="false"><a data-iabvendorid="110" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor110" data-iabvendorid="110" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor110">Dynata LLC</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.dynataprivacy.com/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.dynataprivacy.com/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.dynataprivacy.com/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.dynataprivacy.com/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="110" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer929" aria-expanded="false"><a data-iabvendorid="929" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor929" data-iabvendorid="929" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor929">eBay Inc</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.ebayinc.com/company/privacy-center/gdpr/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ebayinc.com/company/privacy-center/gdpr/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.ebay.com/help/policies/member-behaviour-policies/user-privacy-notice-privacy-policy?id=4260#section5" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ebay.com/help/policies/member-behaviour-policies/user-privacy-notice-privacy-policy?id=4260#section5<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 1095 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 1095 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 1095 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="929" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer877" aria-expanded="false"><a data-iabvendorid="877" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor877" data-iabvendorid="877" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor877">Experian LTD</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.experian.co.uk/privacy/consumer-information-portal/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.experian.co.uk/privacy/consumer-information-portal/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.experian.co.uk/privacy/consumer-information-portal/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.experian.co.uk/privacy/consumer-information-portal/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 182 dage 15 timer 20 minutter</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="877" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer120" aria-expanded="false"><a data-iabvendorid="120" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor120" data-iabvendorid="120" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor120">Eyeota Pte Ltd</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.eyeota.com/privacy-center" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.eyeota.com/privacy-center<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.eyeota.com/eyeota-marketplace-privacy-policy#pcc-anchor-2" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.eyeota.com/eyeota-marketplace-privacy-policy#pcc-anchor-2<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 1 dag</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="120" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer347" aria-expanded="false"><a data-iabvendorid="347" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor347" data-iabvendorid="347" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor347">Ezoic Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.ezoic.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ezoic.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 7 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="347" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer756" aria-expanded="false"><a data-iabvendorid="756" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor756" data-iabvendorid="756" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor756">Fandom, Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.fandom.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.fandom.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.fandom.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.fandom.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 3 år 62 dage 9 timer 46 minutter 39 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="756" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer78" aria-expanded="false"><a data-iabvendorid="78" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor78" data-iabvendorid="78" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor78">Flashtalking</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.flashtalking.com/privacypolicy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.flashtalking.com/privacypolicy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.flashtalking.com/legitimate-interest-legal-basis" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.flashtalking.com/legitimate-interest-legal-basis<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="78" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1198" aria-expanded="false"><a data-iabvendorid="1198" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1198" data-iabvendorid="1198" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1198">Gameloft SE</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.gameloft.com/en/privacy-notice" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gameloft.com/en/privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.gameloft.com/en/legal/advertising-legitimate-interest/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gameloft.com/en/legal/advertising-legitimate-interest/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1198" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer328" aria-expanded="false"><a data-iabvendorid="328" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor328" data-iabvendorid="328" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor328">Gemius SA</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.gemius.com/privacy-policy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gemius.com/privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.gemius.com/privacy-policy.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gemius.com/privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 1096 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 1096 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 1 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 1096 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 1827 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 1096 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 1827 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 5 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="328" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer845" aria-expanded="false"><a data-iabvendorid="845" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">GeoEdge</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest845" data-iabvendorid="845" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest845">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.geoedge.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.geoedge.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.geoedge.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.geoedge.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="845" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer768" aria-expanded="false"><a data-iabvendorid="768" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor768" data-iabvendorid="768" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor768">Global Media Group Services Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://global.com/legal/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://global.com/legal/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://global.com/legal/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://global.com/legal/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 3285 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 3285 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 3285 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 37 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 37 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 175 dage 16 minutter 40 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="768" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer536" aria-expanded="false"><a data-iabvendorid="536" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor536" data-iabvendorid="536" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor536">GlobalWebIndex</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://legal.trendstream.net/non-panellist_privacy_policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.trendstream.net/non-panellist_privacy_policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 1 dag</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="536" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer580" aria-expanded="false"><a data-iabvendorid="580" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor580" data-iabvendorid="580" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor580">Goldbach Group AG</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest580" data-iabvendorid="580" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest580">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://goldbach.com/ch/en/privacy-policy/goldbach-group" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://goldbach.com/ch/en/privacy-policy/goldbach-group<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://goldbach.com/ch/en/privacy-policy/goldbach-group" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://goldbach.com/ch/en/privacy-policy/goldbach-group<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 3 år 17 timer 27 minutter 36 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="580" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer755" aria-expanded="false"><a data-iabvendorid="755" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor755" data-iabvendorid="755" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor755">Google Advertising Products</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest755" data-iabvendorid="755" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest755">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://business.safety.google/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://business.safety.google/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://policies.google.com/privacy#europeanrequirements" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://policies.google.com/privacy#europeanrequirements<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 548 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 548 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 548 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage 17 timer 13 minutter 20 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="755" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer98" aria-expanded="false"><a data-iabvendorid="98" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor98" data-iabvendorid="98" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor98">GroupM UK Limited</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest98" data-iabvendorid="98" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest98">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.groupm.com/privacy-notice" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.groupm.com/privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.groupm.com/privacy-notice" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.groupm.com/privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 2 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 2 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 2 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 2 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 2 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 2 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 2 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 2 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="98" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer61" aria-expanded="false"><a data-iabvendorid="61" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor61" data-iabvendorid="61" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor61">GumGum, Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.gumgum.com/terms-and-policies/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.gumgum.com/terms-and-policies/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://gumgum.com/terms-and-policies/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://gumgum.com/terms-and-policies/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 720 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 720 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 720 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="61" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1031" aria-expanded="false"><a data-iabvendorid="1031" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1031" data-iabvendorid="1031" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1031">Havas Media (Artemis Alliance S.L.U.)</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.havas.com/cookie-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.havas.com/cookie-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1031" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer787" aria-expanded="false"><a data-iabvendorid="787" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor787" data-iabvendorid="787" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor787">Hearts and Science München GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.nonstoppartner.net" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nonstoppartner.net<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.nonstoppartner.net" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nonstoppartner.net<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 45 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 45 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 60 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="787" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer865" aria-expanded="false"><a data-iabvendorid="865" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor865" data-iabvendorid="865" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor865">HEIMSPIEL Medien GmbH &amp; Co KG</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://heimspiel.de/legal/privacy-policy-iab-vendor/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://heimspiel.de/legal/privacy-policy-iab-vendor/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://heimspiel.de/legal/privacy-policy-iab-vendor/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://heimspiel.de/legal/privacy-policy-iab-vendor/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 60 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 60 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="865" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer131" aria-expanded="false"><a data-iabvendorid="131" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor131" data-iabvendorid="131" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor131">ID5 Technology Ltd</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://id5.io/platform-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://id5.io/platform-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://id5.io/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://id5.io/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="131" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer606" aria-expanded="false"><a data-iabvendorid="606" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor606" data-iabvendorid="606" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor606">Impactify SARL</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://impactify.io/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://impactify.io/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://impactify.io/privacy-policy/#legal-basis-and-purposes-for-processing" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://impactify.io/privacy-policy/#legal-basis-and-purposes-for-processing<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 7 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 7 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 7 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 7 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 30 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="606" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer253" aria-expanded="false"><a data-iabvendorid="253" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor253" data-iabvendorid="253" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor253">Improve Digital</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest253" data-iabvendorid="253" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest253">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.improvedigital.com/platform-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.improvedigital.com/platform-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.improvedigital.com/platform-privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.improvedigital.com/platform-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="253" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer10" aria-expanded="false"><a data-iabvendorid="10" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor10" data-iabvendorid="10" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor10">Index Exchange Inc. </label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.indexexchange.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.indexexchange.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.indexexchange.com/privacy/exchange-platform-privacy-policy/#section-3" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.indexexchange.com/privacy/exchange-platform-privacy-policy/#section-3<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="10" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer278" aria-expanded="false"><a data-iabvendorid="278" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Integral Ad Science (incorporating ADmantX)</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest278" data-iabvendorid="278" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest278">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://integralads.com/ias-privacy-data-management/policies/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://integralads.com/ias-privacy-data-management/policies/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://integralads.com/ias-privacy-data-management/policies/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://integralads.com/ias-privacy-data-management/policies/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="278" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer129" aria-expanded="false"><a data-iabvendorid="129" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor129" data-iabvendorid="129" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor129">IPONWEB GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.iponweb.com/policies-legal/iponweb-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.iponweb.com/policies-legal/iponweb-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.iponweb.com/policies-legal/iponweb-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.iponweb.com/policies-legal/iponweb-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="129" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer991" aria-expanded="false"><a data-iabvendorid="991" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor991" data-iabvendorid="991" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor991">iProspect GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://inetpro.io/privacy-policyeng.do" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://inetpro.io/privacy-policyeng.do<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://inetpro.io/privacy-policyeng.do" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://inetpro.io/privacy-policyeng.do<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 356 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="991" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer62" aria-expanded="false"><a data-iabvendorid="62" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor62" data-iabvendorid="62" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor62">Justpremium BV</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://gumgum.com/terms-and-policies/justpremium-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://gumgum.com/terms-and-policies/justpremium-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://gumgum.com/terms-and-policies/justpremium-privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://gumgum.com/terms-and-policies/justpremium-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="62" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer810" aria-expanded="false"><a data-iabvendorid="810" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor810" data-iabvendorid="810" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor810">lead alliance GmbH</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest810" data-iabvendorid="810" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest810">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.lead-alliance.net/dataprotection2" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.lead-alliance.net/dataprotection2<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.lead-alliance.net/dataprotection2" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.lead-alliance.net/dataprotection2<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="810" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer804" aria-expanded="false"><a data-iabvendorid="804" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor804" data-iabvendorid="804" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor804">LinkedIn Ireland Unlimited Company</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest804" data-iabvendorid="804" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest804">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.linkedin.com/legal/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.linkedin.com/legal/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.linkedin.com/legal/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.linkedin.com/legal/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 540 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 540 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="804" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer148" aria-expanded="false"><a data-iabvendorid="148" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor148" data-iabvendorid="148" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor148">LiveIntent Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://liveintent.com/services-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://liveintent.com/services-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år 11 timer 38 minutter 24 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="148" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer97" aria-expanded="false"><a data-iabvendorid="97" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor97" data-iabvendorid="97" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor97">LiveRamp</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://liveramp.uk/privacy/service-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://liveramp.uk/privacy/service-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://liveramp.fr/iab-transparency-consent-framework/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://liveramp.fr/iab-transparency-consent-framework/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="97" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer919" aria-expanded="false"><a data-iabvendorid="919" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor919" data-iabvendorid="919" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor919">Livewrapped AB</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest919" data-iabvendorid="919" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest919">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://livewrapped.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://livewrapped.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://livewrapped.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://livewrapped.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 30 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="919" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer109" aria-expanded="false"><a data-iabvendorid="109" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor109" data-iabvendorid="109" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor109">LoopMe Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://legal.loopme.com/privacy-center#contract-hyartvn1o" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.loopme.com/privacy-center#contract-hyartvn1o<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://legal.loopme.com/privacy-center#contract-hyartvn1o" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.loopme.com/privacy-center#contract-hyartvn1o<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="109" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer95" aria-expanded="false"><a data-iabvendorid="95" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor95" data-iabvendorid="95" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor95">Lotame Solutions, Inc</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.lotame.com/privacy/privacy-notices/services/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.lotame.com/privacy/privacy-notices/services/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.lotame.com/wp-content/uploads/2024/07/TC_String_Legitimate_Interests_Assessment_Lotame.pdf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.lotame.com/wp-content/uploads/2024/07/TC_String_Legitimate_Interests_Assessment_Lotame.pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 273 dage 18 timer</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="95" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer486" aria-expanded="false"><a data-iabvendorid="486" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor486" data-iabvendorid="486" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor486">Madington</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://delivered-by-madington.com/dat-privacy-policy/index.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://delivered-by-madington.com/dat-privacy-policy/index.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://delivered-by-madington.com/dat-privacy-policy/index.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://delivered-by-madington.com/dat-privacy-policy/index.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="486" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer153" aria-expanded="false"><a data-iabvendorid="153" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor153" data-iabvendorid="153" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor153">MADVERTISE MEDIA</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://developers.bluestack.app/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://developers.bluestack.app/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://developers.bluestack.app/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://developers.bluestack.app/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 120 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="153" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer202" aria-expanded="false"><a data-iabvendorid="202" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor202" data-iabvendorid="202" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor202">Magnite CTV, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest202" data-iabvendorid="202" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest202">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.magnite.com/legal/advertising-technology-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-technology-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.magnite.com/legal/advertising-technology-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-technology-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 28 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 28 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 5 timer 48 minutter 20 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="202" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer52" aria-expanded="false"><a data-iabvendorid="52" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor52" data-iabvendorid="52" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor52">Magnite, Inc. </label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest52" data-iabvendorid="52" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest52">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.magnite.com/legal/advertising-technology-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-technology-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.magnite.com/legal/advertising-technology-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-technology-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 28 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 28 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="52" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer493" aria-expanded="false"><a data-iabvendorid="493" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor493" data-iabvendorid="493" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor493">Magnite, Inc. (Carbon AI Limited)</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest493" data-iabvendorid="493" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest493">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.magnite.com/legal/advertising-technology-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-technology-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.magnite.com/legal/advertising-technology-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-technology-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 89 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="493" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer270" aria-expanded="false"><a data-iabvendorid="270" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor270" data-iabvendorid="270" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor270">Marfeel Solutions, SL</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://community.marfeel.com/t/marfeel-com-privacy-policy/10383?_gl=1*1xgxg01*_gcl_au*NTk1NDkyOTE5LjE3MTUwMTExOTE." target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://community.marfeel.com/t/marfeel-com-privacy-policy/10383?_gl=1*1xgxg01*_gcl_au*NTk1NDkyOTE5LjE3MTUwMTExOTE.<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://community.marfeel.com/t/marfeel-touch-privacy-policy/10436" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://community.marfeel.com/t/marfeel-touch-privacy-policy/10436<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="270" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer943" aria-expanded="false"><a data-iabvendorid="943" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor943" data-iabvendorid="943" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor943">Marfeel Solutions, SL (Compass)</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://community.marfeel.com/t/marfeel-saas-privacy-policy/7500" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://community.marfeel.com/t/marfeel-saas-privacy-policy/7500<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 180 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="943" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1126" aria-expanded="false"><a data-iabvendorid="1126" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1126" data-iabvendorid="1126" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1126">Microsoft Advertising</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://privacy.microsoft.com/privacystatement" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy.microsoft.com/privacystatement<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://privacy.microsoft.com/en-US/privacystatement/#mainpersonaldatawecollect_LongDescription" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy.microsoft.com/en-US/privacystatement/#mainpersonaldatawecollect_LongDescription<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 30 dage 17 timer 13 minutter 20 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1126" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer311" aria-expanded="false"><a data-iabvendorid="311" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor311" data-iabvendorid="311" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor311">Mobfox US LLC</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.mobfox.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.mobfox.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.mobfox.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.mobfox.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 14 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="311" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer807" aria-expanded="false"><a data-iabvendorid="807" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor807" data-iabvendorid="807" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor807">Moloco, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest807" data-iabvendorid="807" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest807">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.moloco.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.moloco.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.moloco.com/advertising-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.moloco.com/advertising-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="807" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer502" aria-expanded="false"><a data-iabvendorid="502" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">NEXD</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest502" data-iabvendorid="502" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest502">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://nexd.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://nexd.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.nexd.com/legitimate-interest-claim/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nexd.com/legitimate-interest-claim/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 2920 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 2920 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="502" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer568" aria-expanded="false"><a data-iabvendorid="568" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor568" data-iabvendorid="568" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor568">Next Media SRL</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://next14.com/media/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://next14.com/media/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 180 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="568" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer812" aria-expanded="false"><a data-iabvendorid="812" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor812" data-iabvendorid="812" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor812">Nielsen International SA</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest812" data-iabvendorid="812" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest812">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.nielsen.com/legal/privacy-principles/digital-measurement-privacy-statement/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nielsen.com/legal/privacy-principles/digital-measurement-privacy-statement/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.nielsen.com/legal/privacy-principles/digital-measurement-privacy-statement/#legal-basis" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nielsen.com/legal/privacy-principles/digital-measurement-privacy-statement/#legal-basis<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 390 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 390 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 25 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="812" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer373" aria-expanded="false"><a data-iabvendorid="373" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor373" data-iabvendorid="373" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor373">Nielsen Media Research Ltd.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.nielsen.com/us/en/legal/privacy-statement/nielsen-marketing-cloud-privacy-notice/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nielsen.com/us/en/legal/privacy-statement/nielsen-marketing-cloud-privacy-notice/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.nielsen.com/us/en/legal/privacy-statement/nielsen-marketing-cloud-privacy-notice/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nielsen.com/us/en/legal/privacy-statement/nielsen-marketing-cloud-privacy-notice/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 45 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 120 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="373" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer624" aria-expanded="false"><a data-iabvendorid="624" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor624" data-iabvendorid="624" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor624">Norstat AS</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.norstatpanel.com/en/data-protection" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.norstatpanel.com/en/data-protection<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">User-provided data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år 11 timer 38 minutter 24 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="624" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1113" aria-expanded="false"><a data-iabvendorid="1113" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1113" data-iabvendorid="1113" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1113">Offerista Group GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://s3-eu-west-1.amazonaws.com/public-legal-docs.offerista/offerista/en/privacy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://s3-eu-west-1.amazonaws.com/public-legal-docs.offerista/offerista/en/privacy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://s3-eu-west-1.amazonaws.com/public-legal-docs.offerista/offerista/en/privacy.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://s3-eu-west-1.amazonaws.com/public-legal-docs.offerista/offerista/en/privacy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1113" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer31" aria-expanded="false"><a data-iabvendorid="31" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor31" data-iabvendorid="31" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor31">Ogury Ltd</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://ogury.com/ogury-advertising-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://ogury.com/ogury-advertising-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://ogury.com/ogury-advertising-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://ogury.com/ogury-advertising-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 182 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="31" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer716" aria-expanded="false"><a data-iabvendorid="716" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor716" data-iabvendorid="716" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor716">OnAudience Ltd</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.onaudience.com/internet-advertising-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.onaudience.com/internet-advertising-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.onaudience.com/internet-advertising-privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.onaudience.com/internet-advertising-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="716" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer69" aria-expanded="false"><a data-iabvendorid="69" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor69" data-iabvendorid="69" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor69">OpenX</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.openx.com/legal/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.openx.com/legal/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.openx.com/legal/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.openx.com/legal/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="69" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer772" aria-expanded="false"><a data-iabvendorid="772" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Oracle Data Cloud - Moat</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest772" data-iabvendorid="772" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest772">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.oracle.com/legal/privacy/services-privacy-policy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.oracle.com/legal/privacy/services-privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.oracle.com/legal/privacy/services-privacy-policy.html" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.oracle.com/legal/privacy/services-privacy-policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="772" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer559" aria-expanded="false"><a data-iabvendorid="559" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor559" data-iabvendorid="559" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor559">Otto (GmbH &amp; Co KG)</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest559" data-iabvendorid="559" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest559">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.otto.de/shoppages/service/datenschutz" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.otto.de/shoppages/service/datenschutz<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.otto.de/shoppages/service/datenschutz" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.otto.de/shoppages/service/datenschutz<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="559" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer164" aria-expanded="false"><a data-iabvendorid="164" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor164" data-iabvendorid="164" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor164">Outbrain UK Ltd</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.outbrain.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.outbrain.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.outbrain.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.outbrain.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="164" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer466" aria-expanded="false"><a data-iabvendorid="466" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Papirfly AS</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest466" data-iabvendorid="466" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest466">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://tacticrealtime.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://tacticrealtime.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://tacticrealtime.com/privacy/dsar/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://tacticrealtime.com/privacy/dsar/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">Device characteristics</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="466" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer361" aria-expanded="false"><a data-iabvendorid="361" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor361" data-iabvendorid="361" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor361">Permutive Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://permutive.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://permutive.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 18 dage 6 timer 20 minutter</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="361" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer226" aria-expanded="false"><a data-iabvendorid="226" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor226" data-iabvendorid="226" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor226">Publicis Media GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.publicismedia.de/datenschutz/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.publicismedia.de/datenschutz/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.publicismedia.de/datenschutz/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.publicismedia.de/datenschutz/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 5 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="226" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer76" aria-expanded="false"><a data-iabvendorid="76" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor76" data-iabvendorid="76" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor76">PubMatic, Inc</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest76" data-iabvendorid="76" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest76">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://pubmatic.com/legal/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://pubmatic.com/legal/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://pubmatic.com/legal/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://pubmatic.com/legal/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 40 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 40 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 40 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 40 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 40 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 40 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="76" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer11" aria-expanded="false"><a data-iabvendorid="11" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor11" data-iabvendorid="11" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor11">Quantcast</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest11" data-iabvendorid="11" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest11">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.quantcast.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.quantcast.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.quantcast.com/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.quantcast.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 31 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="11" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer60" aria-expanded="false"><a data-iabvendorid="60" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor60" data-iabvendorid="60" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor60">Rakuten Marketing LLC</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest60" data-iabvendorid="60" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest60">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://rakutenadvertising.com/legal-notices/services-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://rakutenadvertising.com/legal-notices/services-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://go.rakutenadvertising.com/hubfs/Services-Privacy-Policy-English.pdf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://go.rakutenadvertising.com/hubfs/Services-Privacy-Policy-English.pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 2555 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 540 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 540 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 2555 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 2555 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="60" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1180" aria-expanded="false"><a data-iabvendorid="1180" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1180" data-iabvendorid="1180" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1180">Raptor Services a/s</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.raptorservices.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.raptorservices.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.raptorservices.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.raptorservices.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1180" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer290" aria-expanded="false"><a data-iabvendorid="290" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor290" data-iabvendorid="290" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor290">Readpeak Oy</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest290" data-iabvendorid="290" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest290">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.readpeak.com/terms/readpeak-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.readpeak.com/terms/readpeak-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.readpeak.com/terms/legitimate-interest-assessment-lia" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.readpeak.com/terms/legitimate-interest-assessment-lia<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="290" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1100" aria-expanded="false"><a data-iabvendorid="1100" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1100" data-iabvendorid="1100" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1100">Relevant Digital Oy</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.relevant-digital.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.relevant-digital.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1100" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer16" aria-expanded="false"><a data-iabvendorid="16" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor16" data-iabvendorid="16" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor16">RTB House S.A.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.rtbhouse.com/privacy-center" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.rtbhouse.com/privacy-center<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.rtbhouse.com/legitimate_interest_assessments_tcf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.rtbhouse.com/legitimate_interest_assessments_tcf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 565 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 565 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 565 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="16" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1015" aria-expanded="false"><a data-iabvendorid="1015" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1015" data-iabvendorid="1015" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1015">Samsung Ads</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1015" data-iabvendorid="1015" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1015">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://policy.samsungrs.com/consent/eu/nsc/privacy_policy_en.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://policy.samsungrs.com/consent/eu/nsc/privacy_policy_en.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://policy.samsungrs.com/consent/eu/nsc/privacy_policy_en.html#gdpr-article" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://policy.samsungrs.com/consent/eu/nsc/privacy_policy_en.html#gdpr-article<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 730 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 730 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1015" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1184" aria-expanded="false"><a data-iabvendorid="1184" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor1184" data-iabvendorid="1184" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor1184">Schwarz Media GmbH </label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://gruppe.schwarz/datenschutz" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://gruppe.schwarz/datenschutz<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://gruppe.schwarz/datenschutz" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://gruppe.schwarz/datenschutz<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 89 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 89 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 89 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1184" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer157" aria-expanded="false"><a data-iabvendorid="157" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor157" data-iabvendorid="157" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor157">Seedtag Advertising S.L</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Website%20-%20Terms%20and%20Conditions/Seedtag_Contextual%20Advertising%20Privacy%20Policy_ENG.docx%20(2).pdf" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Website%20-%20Terms%20and%20Conditions/Seedtag_Contextual%20Advertising%20Privacy%20Policy_ENG.docx%20(2).pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Website%20-%20Terms%20and%20Conditions/Seedtag_Contextual%20Advertising%20Privacy%20Policy_ENG.docx%20(2).pdf" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Website%20-%20Terms%20and%20Conditions/Seedtag_Contextual%20Advertising%20Privacy%20Policy_ENG.docx%20(2).pdf<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="157" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer415" aria-expanded="false"><a data-iabvendorid="415" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Seenthis AB</p></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://seenthis.co/privacypolicy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://seenthis.co/privacypolicy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://seenthis.co/privacypolicy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://seenthis.co/privacypolicy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="415" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer84" aria-expanded="false"><a data-iabvendorid="84" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor84" data-iabvendorid="84" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor84">Semasio GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.semasio.com/legal/semasio-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.semasio.com/legal/semasio-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.semasio.com/legal/semasio-privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.semasio.com/legal/semasio-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 5 timer 49 minutter 12 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="84" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer33" aria-expanded="false"><a data-iabvendorid="33" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor33" data-iabvendorid="33" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor33">ShareThis, Inc</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://sharethis.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://sharethis.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 25 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="33" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer80" aria-expanded="false"><a data-iabvendorid="80" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor80" data-iabvendorid="80" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor80">Sharethrough, Inc</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.sharethrough.com/privacy-center/consumer-privacy-notice" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.sharethrough.com/privacy-center/consumer-privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://privacy-center.sharethrough.com/en/consumer-privacy-notice/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy-center.sharethrough.com/en/consumer-privacy-notice/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 30 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="80" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer111" aria-expanded="false"><a data-iabvendorid="111" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor111" data-iabvendorid="111" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor111">Showheroes SE</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest111" data-iabvendorid="111" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest111">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://showheroes.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://showheroes.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://showheroes.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://showheroes.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 393 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 393 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 28 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="111" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer276" aria-expanded="false"><a data-iabvendorid="276" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor276" data-iabvendorid="276" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor276">ShowHeroes SRL</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest276" data-iabvendorid="276" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest276">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.iubenda.com/privacy-policy/41798584" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.iubenda.com/privacy-policy/41798584<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://showheroes.atlassian.net/l/cp/2TD1qus0" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://showheroes.atlassian.net/l/cp/2TD1qus0<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 393 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 393 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 393 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 28 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="276" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer82" aria-expanded="false"><a data-iabvendorid="82" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor82" data-iabvendorid="82" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor82">Smaato, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest82" data-iabvendorid="82" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest82">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.smaato.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.smaato.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.smaato.com/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.smaato.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 14 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 14 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 14 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 21 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="82" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer115" aria-expanded="false"><a data-iabvendorid="115" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor115" data-iabvendorid="115" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor115">smartclip Europe GmbH</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://privacy-portal.smartclip.net/en/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy-portal.smartclip.net/en/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://privacy-portal.smartclip.net/tcf/purpose-2-li" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy-portal.smartclip.net/tcf/purpose-2-li<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 30 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="115" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer13" aria-expanded="false"><a data-iabvendorid="13" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor13" data-iabvendorid="13" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor13">Sovrn, Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.sovrn.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.sovrn.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.sovrn.com/privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.sovrn.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="13" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer293" aria-expanded="false"><a data-iabvendorid="293" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor293" data-iabvendorid="293" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor293">SpringServe, LLC</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest293" data-iabvendorid="293" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest293">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.magnite.com/legal/advertising-platform-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-platform-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.magnite.com/legal/advertising-platform-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.magnite.com/legal/advertising-platform-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 28 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 28 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 28 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 364 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="293" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer238" aria-expanded="false"><a data-iabvendorid="238" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor238" data-iabvendorid="238" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor238">StackAdapt Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest238" data-iabvendorid="238" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest238">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.stackadapt.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.stackadapt.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.stackadapt.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.stackadapt.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="238" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer851" aria-expanded="false"><a data-iabvendorid="851" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor851" data-iabvendorid="851" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor851">Strossle International AB</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest851" data-iabvendorid="851" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest851">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.strossle.com/platform-privacy-notice" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.strossle.com/platform-privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.strossle.com/platform-privacy-notice" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.strossle.com/platform-privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 7 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 7 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 7 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 7 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="851" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer42" aria-expanded="false"><a data-iabvendorid="42" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor42" data-iabvendorid="42" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor42">Taboola Europe Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.taboola.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.taboola.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.taboola.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.taboola.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 396 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 396 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 5 timer 48 minutter 46 sekunder</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="42" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer132" aria-expanded="false"><a data-iabvendorid="132" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor132" data-iabvendorid="132" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor132">Teads France SAS</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest132" data-iabvendorid="132" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest132">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://privacy-policy.teads.com/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy-policy.teads.com/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://privacy-policy.teads.com/privacy-policy/european-privacy-notice/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://privacy-policy.teads.com/privacy-policy/european-privacy-notice/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 120 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 120 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="132" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer345" aria-expanded="false"><a data-iabvendorid="345" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor345" data-iabvendorid="345" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor345">The Kantar Group Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.kantar.com/cookies-policies" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.kantar.com/cookies-policies<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år 183 dage 2 timer 33 minutter</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="345" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer686" aria-expanded="false"><a data-iabvendorid="686" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor686" data-iabvendorid="686" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor686">The MediaGrid Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.iponweb.com/policies-legal/themediagrid-privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.iponweb.com/policies-legal/themediagrid-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.iponweb.com/policies-legal/themediagrid-privacy-policy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.iponweb.com/policies-legal/themediagrid-privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 365 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="686" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer524" aria-expanded="false"><a data-iabvendorid="524" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor524" data-iabvendorid="524" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor524">The Ozone Project Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.ozoneproject.com/website-privacy-cookie" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ozoneproject.com/website-privacy-cookie<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.ozoneproject.com/legitimate-interest-test" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ozoneproject.com/legitimate-interest-test<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 180 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="524" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer21" aria-expanded="false"><a data-iabvendorid="21" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor21" data-iabvendorid="21" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor21">The UK Trade Desk Ltd</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest21" data-iabvendorid="21" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest21">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.thetradedesk.com/us/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.thetradedesk.com/us/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.thetradedesk.com/us/privacy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.thetradedesk.com/us/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 99 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 99 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 132 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 99 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 365 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 99 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="21" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer28" aria-expanded="false"><a data-iabvendorid="28" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor28" data-iabvendorid="28" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor28">Triple Lift, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest28" data-iabvendorid="28" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest28">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://triplelift.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://triplelift.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://triplelift.com/platform-privacy-policy#legalbasisofprocessing" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://triplelift.com/platform-privacy-policy#legalbasisofprocessing<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 52 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 52 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 45 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 52 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="28" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer239" aria-expanded="false"><a data-iabvendorid="239" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor239" data-iabvendorid="239" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor239">Triton Digital Canada Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest239" data-iabvendorid="239" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest239">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.tritondigital.com/privacy-policies" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.tritondigital.com/privacy-policies<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.tritondigital.com/privacy-policies" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.tritondigital.com/privacy-policies<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 2 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="239" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer1208" aria-expanded="false"><a data-iabvendorid="1208" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><p class="CybotCookiebotDialogBodyLevelButtonIABLabel" style="padding-left: 2em;">Viomba Oy</p></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1208" data-iabvendorid="1208" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest1208">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://pathfinder.viomba.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://pathfinder.viomba.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://pathfinder.viomba.com/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://pathfinder.viomba.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="1208" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer284" aria-expanded="false"><a data-iabvendorid="284" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor284" data-iabvendorid="284" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor284">Weborama</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest284" data-iabvendorid="284" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest284">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://weborama.com/en/privacy-2/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://weborama.com/en/privacy-2/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://weborama.com/en/privacy-2/#legitimate-interest" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://weborama.com/en/privacy-2/#legitimate-interest<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 395 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 395 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 28 dage</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="284" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer32" aria-expanded="false"><a data-iabvendorid="32" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor32" data-iabvendorid="32" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor32">Xandr, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest32" data-iabvendorid="32" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendorsLegitimateInterestSelection" checked="checked" tabindex="0"><label for="CybotCookiebotDialogBodyLevelButtonIABVendorLegitimateInterest32">Legitim interesse</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://about.ads.microsoft.com/en-us/solutions/xandr/platform-privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://about.ads.microsoft.com/en-us/solutions/xandr/platform-privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://about.ads.microsoft.com/en-us/solutions/xandr/platform-privacy-policy#p_lt_ctl01_pageplaceholder_p_lt_ctl00_pageplaceholder_p_lt_WebPartZone3_zonePageBody_BingAds_PageContentViewer_PageContentViewerAll_ctl18_ctl00_ColumnsContainer" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://about.ads.microsoft.com/en-us/solutions/xandr/platform-privacy-policy#p_lt_ctl01_pageplaceholder_p_lt_ctl00_pageplaceholder_p_lt_WebPartZone3_zonePageBody_BingAds_PageContentViewer_PageContentViewerAll_ctl18_ctl00_ColumnsContainer<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Legitim interesse):<li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 0 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 180 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 0 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="32" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer25" aria-expanded="false"><a data-iabvendorid="25" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor25" data-iabvendorid="25" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor25">Yahoo EMEA Limited</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://legal.yahoo.com/ie/en/yahoo/privacy/index.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.yahoo.com/ie/en/yahoo/privacy/index.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://legal.yahoo.com/ie/en/yahoo/privacy/index.html#6-c" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://legal.yahoo.com/ie/en/yahoo/privacy/index.html#6-c<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset indhold (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge indhold
 (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 400 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 400 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 32 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="25" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer70" aria-expanded="false"><a data-iabvendorid="70" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor70" data-iabvendorid="70" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor70">Yieldlab (Virtual Minds GmbH)</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://yieldlab.com/privacy-platform/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://yieldlab.com/privacy-platform/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://yieldlab.com/privacy-platform/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://yieldlab.com/privacy-platform/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 90 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 90 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 90 dage</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="70" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer173" aria-expanded="false"><a data-iabvendorid="173" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor173" data-iabvendorid="173" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor173">Yieldmo, Inc.</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.yieldmo.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.yieldmo.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://www.yieldmo.com/privacy/" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.yieldmo.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Bruge profiler til at vælge tilpasset annoncering (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 390 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Sikre sikkerhed, forebygge og påvise svig, samt rette fejl
 (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Levere og præsentere annoncering og indhold (Kategorier af data: 390 dage)</li><li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 390 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device characteristics</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Probabilistic identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">Browsing and interaction data</li><li style="margin-left: 2px; font-weight: normal;">Non-precise location data</li><li style="margin-left: 2px; font-weight: normal;">Users’ profiles</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år</li><li style="margin-left: 2px; font-weight: normal;">Cookie expiry may be refreshed during the lifetime.</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Kun cookies</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="173" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed" id="CybotCookiebotDialogBodyLevelButtonIABVendorContainer726" aria-expanded="false"><a data-iabvendorid="726" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#"></a><div class="CybotCookiebotDialogBodyLevelButtonIABContainerTogglesWrapper"><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonIABVendor726" data-iabvendorid="726" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonIABVendor726">YouGov</label></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://account.yougov.com/gb-en/account/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://account.yougov.com/gb-en/account/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold; margin-top: 1em;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Legitim interesse:</div> <a href="https://account.yougov.com/gb-en/account/privacy-policy" target="_blank" aria-label="Legitim interesse - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://account.yougov.com/gb-en/account/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål (Samtykke):<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler til tilpasset annoncering (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Oprette profiler for at tilpasse indhold
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle annonceringseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Måle indholdseffektivitet
 (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Forstå målgrupper gennem statistikker eller kombinationer af oplysninger fra forskellige kilder (Kategorier af data: 4320 dage)</li><li style="margin-left: 2px; font-weight: normal;">Udvikle og forbedre tjenester (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Særlige formål:<li style="margin-left: 2px; font-weight: normal;">Gem og kommunikér databeskyttelsesvalg (Kategorier af data: 4320 dage)</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Funktioner:<li style="margin-left: 2px; font-weight: normal;">Matche og kombinere data fra andre datakilder
</li><li style="margin-left: 2px; font-weight: normal;">Tilknytte forskellige enheder 
</li><li style="margin-left: 2px; font-weight: normal;">Identificere enheder baseret på oplysninger, der sendes automatisk</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Kategorier af data:<li style="margin-left: 2px; font-weight: normal;">IP addresses</li><li style="margin-left: 2px; font-weight: normal;">Device identifiers</li><li style="margin-left: 2px; font-weight: normal;">Authentication-derived identifiers</li><li style="margin-left: 2px; font-weight: normal;">User-provided data</li><li style="margin-left: 2px; font-weight: normal;">Privacy choices</li></ul><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Dit samtykke:<li style="margin-left: 2px; font-weight: normal;">Samtykkets udløb: 1 år 6 timer</li><li style="margin-left: 2px; font-weight: normal;">Sporingsmetode: Cookies og andet</li><li style="margin-left: 2px; font-weight: normal;"><a class="CybotCookiebotDialogBodyLevelButtonIABShowDetails" data-iabvendorid="726" href="#">Vis detaljer</a></li></ul><div class="CybotCookiebotDialogBodyIABDetails"></div></div></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABWrapper"><div class="CybotCookiebotDialogBodyLevelButtonIABHeader" style="border-top:none;">Google annonce-udbydere<span class="CybotCookiebotDialogDetailBulkConsentCount">45</span></div><div class="CybotCookiebotDialogBodyIABIntroContainer">Nogle af vores partnere samarbejder vi med via Google. Udvid hver enkelt partner nedenfor for at se deres privatlivspolitik og hvordan de behandler dine data.</div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1765"><a data-googlevendorid="1765" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1765" data-googlevendorid="1765" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1765">Aarki</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://corp.aarki.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://corp.aarki.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1716"><a data-googlevendorid="1716" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1716" data-googlevendorid="1716" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1716">ADEX</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://theadex.com" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://theadex.com<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1577"><a data-googlevendorid="1577" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1577" data-googlevendorid="1577" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1577">Admedo</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.admedo.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.admedo.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer574"><a data-googlevendorid="574" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor574" data-googlevendorid="574" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor574">advolution.control</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://advolution.de/privacy.php" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://advolution.de/privacy.php<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer70"><a data-googlevendorid="70" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor70" data-googlevendorid="70" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor70">Akamai</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.akamai.com/compliance/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.akamai.com/compliance/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1301"><a data-googlevendorid="1301" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1301" data-googlevendorid="1301" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1301">AppLovin Corp.</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.applovin.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.applovin.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer864"><a data-googlevendorid="864" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor864" data-googlevendorid="864" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor864">Batch Media</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://theadex.com/privacy-opt-out/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://theadex.com/privacy-opt-out/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2526"><a data-googlevendorid="2526" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2526" data-googlevendorid="2526" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2526">BDSK Handels GmbH &amp; Co. KG</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.xxxlutz.de/c/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.xxxlutz.de/c/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer108"><a data-googlevendorid="108" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor108" data-googlevendorid="108" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor108">Booking.com</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.booking.com/content/privacy.en-gb.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.booking.com/content/privacy.en-gb.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer122"><a data-googlevendorid="122" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor122" data-googlevendorid="122" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor122">C3 Metrics</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.c3metrics.com/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.c3metrics.com/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1878"><a data-googlevendorid="1878" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1878" data-googlevendorid="1878" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1878">Cablato</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://cablato.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://cablato.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1097"><a data-googlevendorid="1097" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1097" data-googlevendorid="1097" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1097">Cloudflare</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.cloudflare.com/security-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.cloudflare.com/security-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1364"><a data-googlevendorid="1364" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1364" data-googlevendorid="1364" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1364">CTP TECH, LLC</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.creatopy.com/legal-information/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.creatopy.com/legal-information/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2253"><a data-googlevendorid="2253" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2253" data-googlevendorid="2253" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2253">CUBED</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://cubed.ai/privacy-policy/gdpr/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://cubed.ai/privacy-policy/gdpr/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2571"><a data-googlevendorid="2571" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2571" data-googlevendorid="2571" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2571">DENTSU</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.dentsu.co.jp/terms/data_policy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.dentsu.co.jp/terms/data_policy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer311"><a data-googlevendorid="311" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor311" data-googlevendorid="311" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor311">Dstillery</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://dstillery.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://dstillery.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1276"><a data-googlevendorid="1276" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1276" data-googlevendorid="1276" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1276">ebuilders</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.mediamonks.com/privacy-notice" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.mediamonks.com/privacy-notice<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer196"><a data-googlevendorid="196" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor196" data-googlevendorid="196" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor196">Evidon</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.crownpeak.com/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.crownpeak.com/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2316"><a data-googlevendorid="2316" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2316" data-googlevendorid="2316" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2316">Expedia, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.expedia.co.uk/p/support/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.expedia.co.uk/p/support/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2072"><a data-googlevendorid="2072" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2072" data-googlevendorid="2072" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2072">gskinner</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://createjs.com/legal/privacy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://createjs.com/legal/privacy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer149"><a data-googlevendorid="149" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor149" data-googlevendorid="149" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor149">IBM</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.ibm.com/customer-engagement/digital-marketing/gdpr" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.ibm.com/customer-engagement/digital-marketing/gdpr<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer259"><a data-googlevendorid="259" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor259" data-googlevendorid="259" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor259">intelliAd</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.intelliad.de/datenschutz" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.intelliad.de/datenschutz<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2575"><a data-googlevendorid="2575" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2575" data-googlevendorid="2575" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2575">Kobler</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://kobler.no/privacy-policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://kobler.no/privacy-policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1095"><a data-googlevendorid="1095" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1095" data-googlevendorid="1095" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1095">Manage.com</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.manage.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.manage.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2568"><a data-googlevendorid="2568" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2568" data-googlevendorid="2568" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2568">Marketing Science Consulting Group, Inc.</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://mktsci.com/privacy_policy.htm" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://mktsci.com/privacy_policy.htm<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer89"><a data-googlevendorid="89" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor89" data-googlevendorid="89" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor89">Meta</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.facebook.com/about/privacy/update" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.facebook.com/about/privacy/update<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1651"><a data-googlevendorid="1651" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1651" data-googlevendorid="1651" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1651">Mobitrans</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.mobitrans.net/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.mobitrans.net/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1449"><a data-googlevendorid="1449" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1449" data-googlevendorid="1449" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1449">MSI-ACI</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://site.msi-aci.com/Home/Privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://site.msi-aci.com/Home/Privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1570"><a data-googlevendorid="1570" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1570" data-googlevendorid="1570" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1570">Navegg</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.navegg.com/en/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.navegg.com/en/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1205"><a data-googlevendorid="1205" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1205" data-googlevendorid="1205" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1205">Netflix</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.netflix.com/google-3PAS-info" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.netflix.com/google-3PAS-info<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1051"><a data-googlevendorid="1051" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1051" data-googlevendorid="1051" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1051">Netquest</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.nicequest.com/us/privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.nicequest.com/us/privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2891"><a data-googlevendorid="2891" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2891" data-googlevendorid="2891" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2891">Nordisk Film A/S</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://adnordic.eu/privacypolicy.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://adnordic.eu/privacypolicy.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1415"><a data-googlevendorid="1415" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1415" data-googlevendorid="1415" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1415">Rackspace</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.rackspace.com/gdpr" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.rackspace.com/gdpr<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer415"><a data-googlevendorid="415" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor415" data-googlevendorid="415" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor415">Resonate</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.resonate.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.resonate.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1870"><a data-googlevendorid="1870" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1870" data-googlevendorid="1870" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1870">SFR</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.sfr.fr/securite-confidentialite.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.sfr.fr/securite-confidentialite.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer486"><a data-googlevendorid="486" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor486" data-googlevendorid="486" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor486">Tradedoubler AB</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="http://www.tradedoubler.com/en/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">http://www.tradedoubler.com/en/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer540"><a data-googlevendorid="540" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor540" data-googlevendorid="540" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor540">Travel Data Collective</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.yieldr.com/privacy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.yieldr.com/privacy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer495"><a data-googlevendorid="495" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor495" data-googlevendorid="495" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor495">TruEffect</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://trueffect.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://trueffect.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer494"><a data-googlevendorid="494" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor494" data-googlevendorid="494" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor494">TrustArc</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.trustarc.com/privacy-policy/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.trustarc.com/privacy-policy/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer3251"><a data-googlevendorid="3251" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor3251" data-googlevendorid="3251" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor3251">Userneeds</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://userneeds.com/pages/privacy-policy-english/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://userneeds.com/pages/privacy-policy-english/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2677"><a data-googlevendorid="2677" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2677" data-googlevendorid="2677" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2677">Vimeo</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://vimeo.com/cookie_policy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://vimeo.com/cookie_policy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer981"><a data-googlevendorid="981" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor981" data-googlevendorid="981" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor981">Vodafone GmbH</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.vodafone.de/unternehmen/datenschutz-privatsphaere.html" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.vodafone.de/unternehmen/datenschutz-privatsphaere.html<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer1889"><a data-googlevendorid="1889" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor1889" data-googlevendorid="1889" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor1889">Waystack</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://www.wayfair.com/customerservice/general_info.php#privacy" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://www.wayfair.com/customerservice/general_info.php#privacy<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer323"><a data-googlevendorid="323" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor323" data-googlevendorid="323" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor323">ZMS</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://zms.zalando.com/#" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://zms.zalando.com/#<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div><div class="CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed CybotCookiebotDialogBodyGACMVendor" id="CybotCookiebotDialogBodyLevelButtonGoogleVendorContainer2337"><a data-googlevendorid="2337" title="Fold ud" class="CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow" href="#" )'=""></a><div class="CybotCookiebotDialogBodyLevelButtonWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonGoogleVendor2337" data-googlevendorid="2337" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyIABButtonVendors" checked="checked" tabindex="0"><label class="CybotCookiebotDialogBodyLevelButtonIABLabel" for="CybotCookiebotDialogBodyLevelButtonGoogleVendor2337">Zuuvi</label></div><div class="CybotCookiebotDialogBodyLevelButtonIABDescription"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkWrapper" style="font-weight: bold;"><div class="CybotCookiebotDialogBodyLevelButtonIABLinkHeader">Politik for beskyttelse af personoplysninger:</div> <a href="https://zuuvi.com/privatlivspolitik/" target="_blank" aria-label="Politik for beskyttelse af personoplysninger - opens in a new window" rel="noopener noreferrer nofollow" style="margin-top: 0; word-break: break-word;">https://zuuvi.com/privatlivspolitik/<img class="CybotExternalLinkArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=" alt=""></a></div><ul class="CybotCookiebotDialogBodyLevelButtonIABList" style="margin-top: 1em; padding: 0; font-weight: bold;">Formål:<li style="margin-left: 2px; font-weight: normal;">Opbevare og/eller tilgå oplysninger på en enhed</li><li style="margin-left: 2px; font-weight: normal;">Bruge begrænsede oplysninger til at vælge annoncering</li></ul></div></div></div></div></div></div></div></div><div class="CybotCookiebotScrollbarContainer"></div></div><div class="CybotCookiebotScrollContainer CybotCookiebotDialogHide"><div id="CybotCookiebotDialogDetailBodyContentTextAbout" class="CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea" role="tabpanel" aria-labelledby="CybotCookiebotDialogNavAbout" lang="da"><div class="CybotCookiebotFader" style="background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));"></div><p style="">Vi indsamler og bruger data for at kunne levere og finansiere tidssvarende journalistisk indhold til dig.&nbsp;Få mere at vide om, hvordan vi behandler persondata, og hvordan du kontakter os, i vores <a href="https://jppol.dk/privatlivspolitik" target="_blank" style="">privatlivspolitik</a>.</p><p style="">&nbsp;</p><p style="">Vi må sætte cookies på din enhed, hvis de er strengt nødvendige for at sikre leveringen af den tjeneste, du udtrykkeligt har anmodet om at bruge. For alle andre typer cookies skal vi indhente dit samtykke. <br style=""><br style="">Ekstra Bladet (en del af JP/Politikens Hus) anvender cookies for at tilpasse indhold og annoncer, til at vise dig funktioner til sociale medier og til at analysere trafikken. </p><p style="">&nbsp;</p><p style="">Vores partnere inden for sociale medier, annoncering og analyse kan også opsamle oplysninger om din brug af websitet til brug for målrettet annoncering. Vores partnere kan kombinere disse data med andre oplysninger, du har givet dem, eller som de har indsamlet fra din brug af deres tjenester.</p><p style="">&nbsp;</p><p style="">Med henblik på at målrette vores markedsføring til dig, anvender vi tracking pixels i nyhedsbreve og andre markedsføringsmeddelelser, hvis du har givet dit samtykke hertil. Tracking pixels er filer, der placeres i mail, og hvor modtageren ved at åbne e-mailen giver afsenderen mulighed for at indsamle og gemme en række informationer om modtageren, fx IP-adresse, device, operativ- og mailsystem, lokation, oplysninger om åbning, kliks og anden interaktion. Vi anvender følgende leverandører til placering af tracking pixels: Sendgrid. Så længe du står opført som e-mailmodtager i vores systemer, vil vi kunne se kliks foretaget for den periode, hvor du måtte have accepteret pixels.&nbsp;</p><p style="">&nbsp;</p><p style="">Du kan altid trække dit samtykke tilbage via afmeldingslinket eller ved at kontakte kundeservice.<br style=""><br style="">Angiv venligst dit samtykke-ID og -dato, når du kontakter os angående dit samtykke.</p></div><div class="CybotCookiebotScrollbarContainer"></div></div></div><div id="CybotCookiebotDialogFooter"><div id="CybotCookiebotDialogBodyButtons"><div class="CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide"><form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyContentCheckboxPersonalInformation"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Sælg eller del ikke mine personlige oplysninger</strong></label></div><div id="CybotCookiebotDialogBodyButtonsWrapper"><button id="CybotCookiebotDialogBodyButtonDecline" class="CybotCookiebotDialogBodyButton" tabindex="0" lang="da">Kun nødvendige</button> <button id="CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection" class="CybotCookiebotDialogBodyButton" tabindex="0" lang="da">Tillad valgte</button> <button id="CybotCookiebotDialogBodyLevelButtonCustomize" class="CybotCookiebotDialogBodyButton CybotCookiebotDialogHide" tabindex="0" lang="da">Tilpas<div class="CybotCookiebotDialogArrow"></div></button> <button id="CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll" class="CybotCookiebotDialogBodyButton" tabindex="0" lang="da">Tillad alle</button></div></div></div><button id="CybotCookiebotBannerCloseButtonE2E" class="CybotCookiebotBannerCloseButton" aria-label=""><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z"></path></svg></button></div></div><div id="CybotCookiebotDialogBodyUnderlay"></div><div id="reportbanner" class="bannertooltip padding-s hidden flex flex--center" data-state="action">
      <div class="bannertooltip-action">
        <h3 class="margin-none padding-m--b text-align--center">Ekstra Bladet annoncer</h3>
        <div class="padding-m--b fontsize-smaller">
          Du kan her rette dine indstillinger for, om vi må sætte cookies og bruge persondata. </div>
        <div class="flex flex--center padding-m--b">
          <button class="button button--solid button--primary" onclick="ebCMP.editConsent()">
            Administrér samtykke
          </button>
        </div>
      </div>
    </div><iframe name="__uspapiLocator" tabindex="-1" role="presentation" aria-hidden="true" title="Blank" style="display: none; position: absolute; width: 1px; height: 1px; top: -9999px;"></iframe><iframe name="__tcfapiLocator" style="display: none;"></iframe>
  <script>
        ebCMP.doWeHaveConsent({
          callback: function (consent) {
            window.ebJS.insertScripts(consent);
          },
          consentTo: ebCMP.CONSENTNAMES.iab,
        });
      </script>
    <script>
    ;(() => {
      const didFirePixel = sessionStorage.getItem('eb_digiseg');
      window.ebCMP.doWeHaveConsent({
        callback: (status) => {
          if (!status && !didFirePixel) {
            const pxImg = document.createElement('img');
            pxImg.src = 'https://data02.digiseg.net/1/35160589/pix.gif';
            sessionStorage.setItem('eb_digiseg', Date.now());
          }
        },
        consentTo: ebCMP.CONSENTNAMES.fullconsent,
      });
    })();
  </script>
<script>
    (async () => {
      try {
        const fiveDaysMs = 1000 * 60 * 60 * 24 * 5;
        if (await window.eb.ready('ues')) {
          const userevent = await window.ues.trigger('slidein_cardexpiry', {
            age: fiveDaysMs, // Trigger every 5 day
            hasEbSegments: ['5oWWCsvh97N3a4LB1TxtSu'], // Card expired segment
            isCustomer: true,
            maxTimesTriggered: 2,
          },
          {
            daysToLive: 30,
            tracking: true,
          });
          // Execute
          if (await window.eb.ready('ebLib')) {
            window.ebComponents.ebLib.showSlideIn('/assets/img/ebplus_cardexpiry.png', '/userprofile/subscriptions');
          }
        }
      } catch (error) {
        // Error or user has reached maximum exposures
      }
    })();
  </script>




  <div id="ebbanner_wrapper_topscroll" class="eb-position eb-position--topscroll">
      <div id="ebbanner_topscroll" class="eb-position--topscroll"></div>
    </div>
  <div class="wireframe--desktop wireframe--section" id="ebWireframe">

    <link href="/assets/svelte/navigationmenu.css?cb=12.3635-ready" rel="stylesheet">
<style>
  .navmenu .attention-active .menu-icon .icon-svg{animation-duration:1.3s;animation-fill-mode:both;animation-name:heartBeat;animation-timing-function:ease-in-out}@media (prefers-reduced-motion){.navmenu .attention-active .menu-icon .icon-svg{animation-name:none}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.submenu-backdrop{background:rgba(0,0,0,.7);box-sizing:border-box;height:100%;min-height:100vh;pointer-events:all;position:relative;transition:transform .2s;width:100%}[data-menu-showing=true]{display:block}[data-menu-showing=false]{display:none}.submenu-container{font-family:var(--fontfamily--primary);font-weight:600;height:100%;margin:auto;max-width:var(--grid-xlarge);pointer-events:none;position:relative;width:100%}.submenu-element{background:var(--color--white);box-shadow:inset 0 8px 6px -6px var(--color--graa6);height:calc(100% - var(--navmenu-height));overflow-y:auto;padding-bottom:var(--distance-small);pointer-events:all;position:absolute;right:0;width:375px}.desktop.js-activeFixedMenu .submenu-element{height:calc(100% - 53px)}.smartphone .submenu-element{padding-bottom:110px;width:100%}button.sectionmenu-item{background:none;border-left:0;border-right:0;border-top:0;cursor:pointer;font-family:var(--fontfamily--primary);padding:0}.alllinks-menu-container{background:var(--color--white);border-top:1px solid var(--color--graa0);bottom:0;display:flex;left:0;overflow:scroll;pointer-events:auto;position:absolute;right:0;top:0}@media (min-width:768px){.alllinks-menu-container{position:fixed;z-index:1000000}}.alllinks-menu-container{display:none}.alllinks-menu{margin:auto;max-width:960px;width:85vw}.alllinks-menu-header{align-items:center;display:flex;gap:var(--distance-large);margin:var(--distance-large) 0}.alllinks-menu a{color:var(--color--black);display:block}.alllinks-menu-links{padding-bottom:var(--distance-xlarge)}@media (min-width:768px){.alllinks-menu-links{display:grid;gap:var(--distance-xlarge);grid-template-columns:repeat(5,1fr)}}.alllinks-menu-item{margin-bottom:var(--distance-xxlarge)}.alllinks-level-0{border-bottom:5px solid var(--color--menuitem);font-weight:700;padding:var(--distance-small) 0}.alllinks-sublevel{display:flex;flex-direction:column;font-weight:400;gap:var(--distance-medium);padding:var(--distance-medium) 0}:root{--subscriptionitem-height:50px}.accountmenu{padding-top:var(--distance-medium)}.accountmenu a:hover{text-decoration:underline}.accountmenu .submenu-item{align-items:center;box-sizing:border-box;color:var(--color--black);display:flex;height:var(--subscriptionitem-height);padding:0 var(--distance-large);width:100%}.accountmenu .submenu-item .icon-svg{margin-right:var(--distance-small);--icon-size:20px}:root{--sectionitem-height:50px}.sectionmenu{padding-top:var(--distance-small)}.sectionmenu a:hover{text-decoration:underline}.sectionmenu .sectionmenu-top-items{align-items:center;display:flex;height:var(--sectionitem-height);justify-content:space-between;padding:0 var(--distance-large)}.sectionmenu-top-item{align-items:center;color:var(--color--black);display:flex}.sectionmenu-top-item .icon-svg{margin-right:5px;--icon-fill:var(--color--eb);--icon-size:20px}.sectionmenu .sectionmenu-items{display:flex;flex-direction:column;overflow:hidden}.sectionmenu .sectionmenu-colorbar{position:relative}.sectionmenu .sectionmenu-colorbar:before{background:var(--color--menuitem,var(--color--graa3));content:"";height:100%;left:0;position:absolute;top:0;width:7px}.sectionmenu .sectionmenu-item{align-items:center;box-sizing:border-box;color:#000;display:flex;font-weight:700;height:var(--sectionitem-height);justify-content:space-between;width:100%}.sectionmenu .sectionmenu-text{color:#000;cursor:pointer;padding-left:var(--distance-xlarge)}.sectionmenu-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;transition:transform .2s ease-in-out;width:40px;--icon-fill:var(--color--graa2);--icon-size:20px}.sectionmenu-fold-menu{max-height:0;overflow:hidden;transition:max-height .2s ease-in-out}.sectionmenu-items .sectionmenu-fold-menu:focus-within,.sectionmenu-items .sectionmenu-fold:checked+.sectionmenu-item+.sectionmenu-fold-menu{border-bottom:1px solid var(--color--graa6);max-height:1200px}.sectionmenu-items .sectionmenu-fold:checked+.sectionmenu-item .sectionmenu-label{transform:rotate(-180deg)}.sectionmenu .submenu-item{color:var(--color--black);display:flex;padding:var(--distance-medium) var(--distance-xlarge)}.sectionmenu-search{padding:var(--distance-medium);padding-left:var(--distance-large)}.sectionmenu-input{align-items:center;background:var(--color--graa7);border:0;border-radius:var(--border-radius-small);color:var(--color--graa4);cursor:text;display:flex;padding:var(--distance-small);padding-left:var(--distance-medium);--icon-size:20px}.sectionmenu-input .form-input{background:none;border:0;font-family:var(--fontfamily--primary);margin-left:var(--distance-small);padding-right:var(--distance-medium);width:100%}.sectionmenu-buy{background:var(--color--eb);height:var(--sectionitem-height);justify-content:space-around}.sectionmenu-buy,.sectionmenu-buy a{align-items:center;display:flex}.sectionmenu-buy a{color:var(--color--white)}.sectionmenu-buy .icon-svg{margin:var(--distance-small)}.subscriptionmenu{display:flex;flex-direction:column;padding-top:var(--distance-medium)}.subscriptionmenu-title{padding:var(--distance-large);text-align:center}.subscriptionmenu .submenu-item{align-items:center;background:var(--color--eb);display:flex;justify-content:center;padding:var(--distance-large)}.subscriptionmenu .submenu-item a{align-items:center;color:var(--color--white);display:flex}.subscriptionmenu .submenu-item .icon-svg{margin-left:var(--distance-small)}:root{--navmenu-height:75px}.smartphone{--navmenu-height:55px}.navmenu-container{height:var(--navmenu-height);pointer-events:none;position:-webkit-sticky;position:sticky;top:0;z-index:1000002}.navmenu{display:flex}.navmenu,.navmenu-background{height:inherit;width:100%}.navmenu-background{background:var(--color--white);box-shadow:var(--box-shadow);position:absolute;transition:transform .2s;z-index:-1}.navmenu-inner{display:flex;justify-content:space-between;margin:auto;width:var(--grid-xlarge);z-index:10}.navmenu-inner .navmenu-section{align-items:center;display:flex}.navmenu-background,.navmenu-inner .navmenu-section .menu-item,.navmenu-inner .navmenu-section a{pointer-events:all}.navmenu-gfx{flex-shrink:0;height:var(--navmenu-height);line-height:0;transform-origin:top left;transition:transform .2s;width:calc(var(--navmenu-height)*1.29)}.navmenu-icon{width:100%}.navmenu .menu-icon .icon-svg{--icon-size:27px;pointer-events:none}.navmenu .menu-item:not(.menu-item--button){background:transparent;border:0}.navmenu .menu-item:not(.menu-item--button){align-items:center;color:var(--color--black);cursor:pointer;display:flex;flex-direction:column;font-family:var(--fontfamily--primary);margin-left:var(--distance-medium);padding:var(--distance-small) var(--distance-small) var(--distance-small) 0;position:relative;transition:transform .2s,opacity .2s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navmenu .menu-item:not(.menu-item--button):hover{color:var(--color--bruger)}.navmenu .menu-icon,.navmenu .menu-item[data-menu-state=active] .menu-icon--active,.navmenu .menu-item[data-menu-state=inactive] .menu-icon--inactive{align-items:center;display:flex}.navmenu .menu-item[data-menu-state=active] .menu-icon--inactive,.navmenu .menu-item[data-menu-state=inactive] .menu-icon--active{display:none}.navmenu .menu-item.menu-item--button{border-color:currentColor;font-family:var(--fontfamily--secondary);font-size:var(--fs-rem-small);line-height:var(--fs-rem-small);margin-left:var(--distance-xlarge);transition:transform .2s,opacity .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.desktop .js-smallMenu .navmenu-background,.desktop .js-smallMenu+.submenu-backdrop{transform:translateY(-22px)}.desktop .js-smallMenu .navmenu-gfx{transform:scale(.7)}.desktop .js-smallMenu .button,.desktop .js-smallMenu .menu-item{transform:translateY(-12px)}.navmenu.navmenu--dark .menu-item,.navmenu.navmenu--dark .menu-text,.navmenu.navmenu--dark .navmenu-background{background:var(--color--black);color:var(--fgcolor--black)}.smartphone.js-activeFixedMenu .navmenu-container{transform:translateY(-1px)}.smartphone .navmenu .menu-item.menu-item--plus{margin-left:var(--distance-large)}.menu-item--section{border:0;cursor:pointer}.smartphone .navmenu .menu-item.menu-item--button{padding:var(--distance-medium)}@media (hover:hover){.desktop .navmenu .menu-item:not(.menu-item--active) .menu-text{background:rgba(var(--rgb-color--white),.9);border-radius:var(--border-radius--small);bottom:0;box-shadow:var(--box-shadow);color:var(--color--graa0);display:none;font-family:var(--fontfamily--primary);font-size:var(--fs-rem-small);opacity:0;padding:var(--distance-small);pointer-events:none;position:absolute;transform:translateY(calc(100% + 4px));white-space:nowrap}.desktop .navmenu .menu-item:not(.menu-item--active):hover .menu-text{display:inline-block;opacity:1;transition:opacity .2s ease-in-out .2s}}.navmenu .menu-item.menu-item--plus{background:var(--color--graa7);border-color:var(--color--graa7);color:var(--fgcolor--graa7)}.smartphone .navmenu .menu-item{padding:0}.smartphone .navmenu .menu-item,.smartphone .navmenu .menu-item.menu-item--button{margin-left:0}.smartphone .navmenu-inner .navmenu-section{gap:var(--distance-xlarge)}.smartphone .navmenu .menu-item.menu-item--section{margin-right:var(--distance-xlarge)}@media (max-width:450px){.smartphone .navmenu-inner .navmenu-section{gap:3vw}.smartphone .navmenu .menu-icon .icon-svg{--icon-size:6.25vw}.smartphone .navmenu .menu-item.menu-item--section{margin-right:3vw}}</style>

<div class="navmenu-container">
  <nav id="fnTopnavigation" class="navmenu ">
    <div class="navmenu-background"></div>
    <div class="navmenu-inner">
      <div class="navmenu-section"><!-- Left section -->
        <a href="/" class="navmenu-gfx" title="Gå til forside">
          <img loading="eager" aria-hidden="true" class="navmenu-icon" src="https://ekstrabladet.dk/assets/svg/ekstrabladet.svg?v2">
        </a>

        <a href="/kampagner/abonnement" title="Køb Ekstra Bladet+ abonnement" class="menu-item menu-item--button button butto_n--primary button--solid" tabindex="0" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'koeb-abonnement'})">
                    Køb Ekstra Bladet+
                </a>
              </div>
      <div class="navmenu-section"><!-- Right section -->


      <a href="/play/" aria-label="Play universe" class="menu-item" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'play_topbar'})">
            Play
          </a>
          <a href="/podcast/" id="navigationPodcast" aria-label="Podcast" class="menu-item" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'podcast_topbar'})">
            Podcast
          </a>
        <a aria-label="Log ind på din konto" class="menu-item" href="/medielogin/login" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'account'})">
              <div aria-hidden="true" class="menu-icon">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#user-circle"></use>
                </svg>
              </div>
              <div class="menu-text hidden">Log ind</div>
            </a>
          <button aria-label="Åben sektionsmenu" class="menu-item menu-item--section" data-submenuid="section-menu" data-topmenu-toggle-tracking="section-menu" data-menu-state="inactive" id="sectionmenu" tabindex="0">
          <div aria-hidden="true" class="menu-icon menu-icon--active">
            <svg class="icon-svg" viewBox="0 0 14 14">
              <use xlink:href="#times-circle"></use>
            </svg>
          </div>
          <div aria-hidden="true" class="menu-icon menu-icon--inactive submenu-close">
            <svg class="icon-svg" viewBox="0 0 14 14">
              <use xlink:href="#menubars"></use>
            </svg>
          </div>
          <div class="menu-text hidden">Menu</div>
        </button>
      </div>
    </div>
  </nav>

  <div id="submenu-backdrop" class="submenu-backdrop submenu-close" data-menu-showing="false">
    <div class="submenu-container">
      <div id="section-menu" class="submenu-content" data-menu-showing="false">
        <div class="sectionmenu submenu-element" role="navigation">
  <div class="sectionmenu-top-items separator">
    <a class="sectionmenu-top-item" href="/play/" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'play_topmenu'})">
      <svg class="icon-svg" viewBox="0 0 14 14">
        <use xlink:href="#play-circle"></use>
      </svg>
      Play
    </a>
    <a class="sectionmenu-top-item" href="/podcast/" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'podcast_topmenu'})">
      <svg class="icon-svg" viewBox="0 0 14 14">
        <use xlink:href="#headphones"></use>
      </svg>
      Podcast
    </a>
    <a class="sectionmenu-top-item" href="/E-avis/" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'e-avis_topmenu'})">
      <svg class="icon-svg" viewBox="0 0 14 14">
        <use xlink:href="#tablet"></use>
      </svg>
      E-avis
    </a>
  </div>
  <nav class="sectionmenu-items">
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--black);">
        <input type="checkbox" id="sectionmenu-fold0" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/" target="_self" onclick="trackMenuItem('Forsiden')">
                Forsiden</a>
            </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--nyheder);">
        <input type="checkbox" id="sectionmenu-fold1" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/nyheder/" target="_self" onclick="trackMenuItem('Nyheder')">
                Nyheder</a>
            <label class="sectionmenu-label" for="sectionmenu-fold1">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/krimi/" target="_self" onclick="trackMenuItem('Krimi')">Krimi</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/penge/" target="_self" onclick="trackMenuItem('Penge')">Penge</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/nyheder/samfund/" target="_self" onclick="trackMenuItem('Samfund')">Samfund</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/nyheder/politik/" target="_self" onclick="trackMenuItem('Politik')">Politik</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/nyheder/terror/" target="_self" onclick="trackMenuItem('Terror')">Terror</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/nyheder/krigogkatastrofer/" target="_self" onclick="trackMenuItem('Krig &amp; katastrofer')">Krig &amp; katastrofer</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/nyheder/videnskab/" target="_self" onclick="trackMenuItem('Videnskab')">Videnskab</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--sport);">
        <input type="checkbox" id="sectionmenu-fold2" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/sport/" target="_self" onclick="trackMenuItem('Sport')">
                Sport</a>
            <label class="sectionmenu-label" for="sectionmenu-fold2">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/sport/fodbold/" target="_self" onclick="trackMenuItem('Fodbold')">Fodbold</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/haandbold/" target="_self" onclick="trackMenuItem('Håndbold')">Håndbold</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/formel_1/" target="_self" onclick="trackMenuItem('Formel 1')">Formel 1</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/cykling/" target="_self" onclick="trackMenuItem('Cykling')">Cykling</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/anden_sport/tennis/" target="_self" onclick="trackMenuItem('Tennis')">Tennis</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/anden_sport/boksning/" target="_self" onclick="trackMenuItem('Boksning')">Boksning</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/anden_sport/" target="_self" onclick="trackMenuItem('Anden sport')">Anden sport</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/sport/anden_sport/motorsport/" target="_self" onclick="trackMenuItem('Motorsport')">Motorsport</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--underholdning);">
        <input type="checkbox" id="sectionmenu-fold3" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/underholdning/" target="_self" onclick="trackMenuItem('Underholdning')">
                Underholdning</a>
            <label class="sectionmenu-label" for="sectionmenu-fold3">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/dkkendte/" target="_self" onclick="trackMenuItem('Danske kendte')">Danske kendte</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/udlandkendte/" target="_self" onclick="trackMenuItem('Internationale kendte')">Internationale kendte</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/reality/" target="_self" onclick="trackMenuItem('Reality')">Reality</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/kongelige/" target="_self" onclick="trackMenuItem('Kongelige')">Kongelige</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/musik/" target="_self" onclick="trackMenuItem('Musik')">Musik</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/filmogtv/" target="_self" onclick="trackMenuItem('Film, tv &amp; radio')">Film, tv &amp; radio</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/kultur/" target="_self" onclick="trackMenuItem('Event &amp; kultur')">Event &amp; kultur</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/underholdning/anmeldelser/" target="_self" onclick="trackMenuItem('Anmeldelser')">Anmeldelser</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--forbrug);">
        <input type="checkbox" id="sectionmenu-fold4" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/forbrug/" target="_self" onclick="trackMenuItem('Forbrug')">
                Forbrug</a>
            <label class="sectionmenu-label" for="sectionmenu-fold4">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/forbrug/energi/" target="_self" onclick="trackMenuItem('Energioverblik')">Energioverblik</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/forbrug/sundhed/" target="_self" onclick="trackMenuItem('Sundhed')">Sundhed</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/forbrug/Teknologi/" target="_self" onclick="trackMenuItem('Teknologi')">Teknologi</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--sex-samliv);">
        <input type="checkbox" id="sectionmenu-fold5" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/side9/" target="_self" onclick="trackMenuItem('Side 9')">
                Side 9</a>
            <label class="sectionmenu-label" for="sectionmenu-fold5">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/temaer/?tag=tag%3Atemaer%40ekstrabladet.dk%2C2020%3ADagens_Side_9-pige" target="_self" onclick="trackMenuItem('Dagens Side 9')">Dagens Side 9</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/temaer/?tag=tag:[email protected],2020:Gallerier" target="_self" onclick="trackMenuItem('Gallerier')">Gallerier</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/side9/maanedens/" target="_self" onclick="trackMenuItem('Månedens Side 9')">Månedens Side 9</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/temaer/?tag=tag%3Atemaer%40ekstrabladet.dk%2C2020%3A%25C3%2585rets_Side_9-pige" target="_self" onclick="trackMenuItem('Årets Side 9')">Årets Side 9</a>
              <a class="submenu-item" href="/side9/side9artikler/article1034293.ece" target="_self" onclick="trackMenuItem('Kom på Side 9')">Kom på Side 9</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--sex-samliv);">
        <input type="checkbox" id="sectionmenu-fold6" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/sex_og_samliv/" target="_self" onclick="trackMenuItem('Sex &amp; samliv')">
                Sex &amp; samliv</a>
            </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--black);">
        <input type="checkbox" id="sectionmenu-fold7" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/plus/" target="_self" onclick="trackMenuItem('Ekstra Bladet+')">
                Ekstra Bladet+</a>
            <label class="sectionmenu-label" for="sectionmenu-fold7">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/plus/eksperter/" target="_self" onclick="trackMenuItem('Eksperter')">Eksperter</a>
              <a class="submenu-item" href="/plus/krimiarkiv/" target="_self" onclick="trackMenuItem('Krim')">Krim</a>
              <a class="submenu-item" href="/plus/sport/" target="_self" onclick="trackMenuItem('Sport')">Sport</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/temaer/?tag=tag%3Atemaer%40ekstrabladet.dk%2C2020%3AManagerspil" target="_self" onclick="trackMenuItem('Manager')">Manager</a>
              <a class="submenu-item" href="/plus/Privatoekonomi/" target="_self" onclick="trackMenuItem('Privatøkonomi')">Privatøkonomi</a>
              <a class="submenu-item" href="/plus/parforhold/" target="_self" onclick="trackMenuItem('Parforhold')">Parforhold</a>
              <a class="submenu-item" href="/plus/Krop_og_velvaere/" target="_self" onclick="trackMenuItem('Krop og velvære')">Krop og velvære</a>
              <a class="submenu-item" href="/plus/erotik/" target="_self" onclick="trackMenuItem('Erotik')">Erotik</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/services/fordele/" target="_self" onclick="trackMenuItem('Abonnementsfordele')">Abonnementsfordele</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--default);">
        <input type="checkbox" id="sectionmenu-fold8" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <label class="sectionmenu-text" for="sectionmenu-fold8">
                Debatten</label>
            <label class="sectionmenu-label" for="sectionmenu-fold8">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="/nyheder/lederen/" target="_self" onclick="trackMenuItem('Leder')">Leder</a>
              <a class="submenu-item" href="/services/article1905454.ece" target="lightbox" onclick="trackMenuItem('1224 - Tip os!')">1224 - Tip os!</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--black);">
        <input type="checkbox" id="sectionmenu-fold9" class="sectionmenu-fold hidden">
          <div class="sectionmenu-item separator">
          <a class="sectionmenu-text" href="https://ekstrabladet.dk/services/" target="_self" onclick="trackMenuItem('Services')">
                Services</a>
            <label class="sectionmenu-label" for="sectionmenu-fold9">
                <svg class="icon-svg" viewBox="0 0 14 14">
                  <use xlink:href="#angle-down"></use>
                </svg>
              </label>
            </div>
        <div class="sectionmenu-fold-menu">
            <a class="submenu-item" href="https://ekstrabladet.dk/om_ekstra_bladet/" target="_self" onclick="trackMenuItem('Om Ekstra Bladet')">Om Ekstra Bladet</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/om_ekstra_bladet/faq/kundeservice/8425869" target="_self" onclick="trackMenuItem('Kundeservice')">Kundeservice</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/services/fordele/" target="_self" onclick="trackMenuItem('Abonnementsfordele')">Abonnementsfordele</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/services/events/" target="_self" onclick="trackMenuItem('Events')">Events</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/konkurrencer/" target="_self" onclick="trackMenuItem('Konkurrencer')">Konkurrencer</a>
              <a class="submenu-item" href="https://holdet.dk" target="_self" onclick="trackMenuItem('Managerspil')">Managerspil</a>
              <a class="submenu-item" href="https://ekstrabladet.dk/horoskoper/" target="_self" onclick="trackMenuItem('Horoskoper')">Horoskoper</a>
              <a class="submenu-item" href="https://rabatkoder.ekstrabladet.dk" target="_self" onclick="trackMenuItem('Rabatkoder')">Rabatkoder</a>
              <a class="submenu-item" href="https://rabatkoder.ekstrabladet.dk/na-kd-rabatkode" target="_self" onclick="trackMenuItem('NA-KD')">- NA-KD</a>
                <a class="submenu-item" href="https://rabatkoder.ekstrabladet.dk/sologstrand-rabatkode" target="_self" onclick="trackMenuItem('Sol og Strand')">- Sol og Strand</a>
                <a class="submenu-item" href="https://rabatkoder.ekstrabladet.dk/apollo-rejser-rabatkode" target="_self" onclick="trackMenuItem('Apollo')">- Apollo</a>
                <a class="submenu-item" href="https://rabatkoder.ekstrabladet.dk/sharkgaming-rabatkode" target="_self" onclick="trackMenuItem('Shark Gaming')">- Shark Gaming</a>
                <a class="submenu-item" href="https://casino.ekstrabladet.dk/" target="_self" onclick="trackMenuItem('Online casino')">Online casino</a>
              <a class="submenu-item" href="https://casino.ekstrabladet.dk/casino-bonus/" target="_self" onclick="trackMenuItem('Casino Bonus')">- Casino Bonus</a>
                <a class="submenu-item" href="https://casino.ekstrabladet.dk/casino-bonus/free-spins/" target="_self" onclick="trackMenuItem('Free Spins')">- Free Spins</a>
                <a class="submenu-item" href="https://casino.ekstrabladet.dk/nye-online-casinoer/" target="_self" onclick="trackMenuItem('Nye online casinoer')">- Nye online casinoer</a>
                <a class="submenu-item" href="https://laan.ekstrabladet.dk/" target="_self" onclick="trackMenuItem('Lån')">Lån</a>
              <a class="submenu-item" href="https://laan.ekstrabladet.dk/billaan/" target="_self" onclick="trackMenuItem('Billån')">- Billån</a>
                <a class="submenu-item" href="https://laan.ekstrabladet.dk/forbrugslaan/" target="_self" onclick="trackMenuItem('Forbrugslån')">- Forbrugslån</a>
                <a class="submenu-item" href="https://laan.ekstrabladet.dk/samlelaan/" target="_self" onclick="trackMenuItem('Samlelån')">- Samlelån</a>
                <a class="submenu-item" href="https://pristjek.ekstrabladet.dk" target="_self" onclick="trackMenuItem('Ekstra Bladet Pristjek')">Ekstra Bladet Pristjek</a>
              <a class="submenu-item" href="https://pristjek.ekstrabladet.dk/rejse/" target="_self" onclick="trackMenuItem('Rejse')">Rejse</a>
              <a class="submenu-item" href="https://pristjek.ekstrabladet.dk/teknologi/  " target="_self" onclick="trackMenuItem('Teknologi')">Teknologi</a>
              <a class="submenu-item" href="https://pristjek.ekstrabladet.dk/gaver-og-hojtider/  " target="_self" onclick="trackMenuItem('Gaver og højtider')">Gaver og højtider</a>
              </div>
        </div>
    <div class="sectionmenu-colorbar" style="--color--menuitem: var(--color--);">
        <button class="sectionmenu-item separator" id="allLinksButton">
          <span class="sectionmenu-text">Se alle links</span>
          <label class="sectionmenu-label">
            <svg class="icon-svg" viewBox="0 0 14 14">
              <use xlink:href="#angle-right"></use>
            </svg>
          </label>
        </button>
      </div>
    </nav>
  <div class="sectionmenu-search sectionmenu-colorbar">
    <form action="/find/" method="get">
      <label class="sectionmenu-input">
        <svg class="icon-svg" viewBox="0 0 14 14">
          <use xlink:href="#search"></use>
        </svg>
        <input class="form-input form-input--text" name="q" type="search" placeholder="Søg" accesskey="s">
      </label>
    </form>
  </div>
  <div class="sectionmenu-buy">
    <a href="/kampagner/abonnement/" target="_self" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'koeb-plus'})">
        Køb Ekstra Bladet
        <svg viewBox="0 0 100 100" class="icon-svg">
          <use href="#ebplus-white"></use>
        </svg>
      </a>
    <div>
      <a href="/payflow/paper/select" target="_self" onclick="ebTracking.queryBuilder('topmenu', {topmenu: 'koeb-avisen'})">
        <svg viewBox="0 0 100 100" class="icon-svg">
          <use href="#newspaper"></use>
        </svg>
        Køb avisen
      </a>
    </div>
    </div>
</div>

<div class="alllinks-menu-container hidden" id="alllinks">
    <div class="alllinks-menu">
      <div class="alllinks-menu-header">
        <button id="allLinksCloser" class="button button--icon">
          <svg class="icon-svg" viewBox="0 0 14 14" style="--icon-size: 20px;">
            <use xlink:href="#angle-left"></use>
          </svg>
        </button>
      </div>

      <div class="alllinks-menu-links">
        <div>
          <div class="alllinks-menu-item" style="--color--menuitem: var(--color--nyheder);">
  <div class="alllinks-level-0" data-children="7">
    <a href="https://ekstrabladet.dk/nyheder/" target="_self" onclick="trackMenuItem('Nyheder')">
          Nyheder</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/krimi/" target="_self" onclick="trackMenuItem('Krimi')">Krimi</a>
        <a href="https://ekstrabladet.dk/nyheder/lederen/" target="_self" onclick="trackMenuItem('Lederen')">Lederen</a>
        <a href="https://ekstrabladet.dk/nyheder/politik/" target="_self" onclick="trackMenuItem('Politik')">Politik</a>
        <a href="https://ekstrabladet.dk/nyheder/samfund/vejret/" target="_self" onclick="trackMenuItem('Vejr')">Vejr</a>
        <a href="https://ekstrabladet.dk/nyheder/samfund/" target="_self" onclick="trackMenuItem('Samfund')">Samfund</a>
        <a href="https://ekstrabladet.dk/forbrug/Teknologi/" target="_self" onclick="trackMenuItem('Teknologi')">Teknologi</a>
        <a href="https://ekstrabladet.dk/nyheder/krigogkatastrofer/" target="_self" onclick="trackMenuItem('Krig &amp; katastrofer')">Krig &amp; katastrofer</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--black);">
  <div class="alllinks-level-0" data-children="5">
    <a href="https://ekstrabladet.dk/podcast/" target="_self" onclick="trackMenuItem('Podcast')">
          Podcast</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="/podcast/#/podcast/podcaste5c6ef/1" target="_self" onclick="trackMenuItem('Store Penge')">Store Penge</a>
        <a href="https://ekstrabladet.dk/podcast/#/podcast/basker" target="_self" onclick="trackMenuItem('Basker')">Basker</a>
        <a href="/podcast/#/podcast/ingen-kommentarer/1" target="_self" onclick="trackMenuItem('Ingen Kommentarer')">Ingen Kommentarer</a>
        <a href="/podcast/#/podcast/ekstra-tour/1/" target="_self" onclick="trackMenuItem('Førertrøjen')">Førertrøjen</a>
        <a href="/podcast/#/podcast/podcastd3216c/1/" target="_self" onclick="trackMenuItem('Afhørt')">Afhørt</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--black);">
  <div class="alllinks-level-0" data-children="4">
    <a href="https://ekstrabladet.dk/abonnement/" target="_self" onclick="trackMenuItem('Abonnement')">
          Abonnement</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="/kampagner/abonnement/" target="_self" onclick="trackMenuItem('Køb Ekstra Bladet +')">Køb Ekstra Bladet +</a>
        <a href="/services/fordele/" target="_self" onclick="trackMenuItem('Abonnementsfordele')">Abonnementsfordele</a>
        <a href="/payflow/paper/select/" target="_self" onclick="trackMenuItem('Køb avisen')">Køb avisen</a>
        <a href="/E-avis/" target="_self" onclick="trackMenuItem('Køb e-avisen')">Køb e-avisen</a>
        </div>
  </div></div>
        <div>
          <div class="alllinks-menu-item" style="--color--menuitem: var(--color--black);">
  <div class="alllinks-level-0" data-children="8">
    <a href="https://ekstrabladet.dk/plus/" target="_self" onclick="trackMenuItem('Ekstra Bladet+')">
          Ekstra Bladet+</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/plus/bandeland/" target="_self" onclick="trackMenuItem('Bandeland')">Bandeland</a>
        <a href="https://ekstrabladet.dk/plus/hunmodteenmorder/" target="_self" onclick="trackMenuItem('Hun mødte en morder')">Hun mødte en morder</a>
        <a href="https://ekstrabladet.dk/plus/sport/" target="_self" onclick="trackMenuItem('Sport+')">Sport+</a>
        <a href="https://ekstrabladet.dk/side9/" target="_self" onclick="trackMenuItem('Side 9')">Side 9</a>
        <a href="https://ekstrabladet.dk/plus/ingen_adgang/" target="_self" onclick="trackMenuItem('Ingen adgang')">Ingen adgang</a>
        <a href="https://ekstrabladet.dk/plus/klaestrup/" target="_self" onclick="trackMenuItem('Nikita Klæstrup')">Nikita Klæstrup</a>
        <a href="https://ekstrabladet.dk/plus/frederikingemann/" target="_self" onclick="trackMenuItem('Frederik Ingemann')">Frederik Ingemann</a>
        <a href="https://ekstrabladet.dk/plus/engell/" target="_self" onclick="trackMenuItem('Hans Engell')">Hans Engell</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--default);">
  <div class="alllinks-level-0" data-children="4">
    <span>
          Ekstra Bladet+ Podcast</span>
      </div>
  <div class="alllinks-sublevel">
      <a href="/podcast/#/podcast/hun-m-dte-en-morder-plus/1/" target="_self" onclick="trackMenuItem('Hun mødte en morder')">Hun mødte en morder</a>
        <a href="/podcast/#/podcast/nattog-til-odessa-plus/1/" target="_self" onclick="trackMenuItem('Nattog til Odessa')">Nattog til Odessa</a>
        <a href="/podcast/#/podcast/bandeland-plus/5/" target="_self" onclick="trackMenuItem('Bandeland')">Bandeland</a>
        <a href="/podcast/#/podcast/bagvesten/1/" target="_self" onclick="trackMenuItem('Bag Vesten')">Bag Vesten</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--black);">
  <div class="alllinks-level-0" data-children="5">
    <a href="https://ekstrabladet.dk/services/" target="_self" onclick="trackMenuItem('Services')">
          Services</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/om_ekstra_bladet/" target="_self" onclick="trackMenuItem('Om Ekstra Bladet')">Om Ekstra Bladet</a>
        <a href="https://ekstrabladet.dk/om_ekstra_bladet/faq/kundeservice/8425869" target="_self" onclick="trackMenuItem('Kundeservice')">Kundeservice</a>
        <a href="https://ekstrabladet.dk/services/events/" target="_self" onclick="trackMenuItem('Events')">Events</a>
        <a href="https://ekstrabladet.dk/konkurrencer/" target="_self" onclick="trackMenuItem('Konkurrencer')">Konkurrencer</a>
        <a href="https://ekstrabladet.dk/horoskoper/" target="_self" onclick="trackMenuItem('Horoskoper')">Horoskoper</a>
        </div>
  </div></div>
        <div>
          <div class="alllinks-menu-item" style="--color--menuitem: var(--color--sport);">
  <div class="alllinks-level-0" data-children="8">
    <a href="https://ekstrabladet.dk/sport/" target="_self" onclick="trackMenuItem('Sport')">
          Sport</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/penge/" target="_self" onclick="trackMenuItem('Penge')">Penge</a>
        <a href="https://ekstrabladet.dk/sport/esport/" target="_self" onclick="trackMenuItem('E-Sport')">E-Sport</a>
        <a href="https://ekstrabladet.dk/sport/ol/" target="_self" onclick="trackMenuItem('OL')">OL</a>
        <a href="https://ekstrabladet.dk/sport/ligaer/" target="_self" onclick="trackMenuItem('Ligaer')">Ligaer</a>
        <a href="https://ekstrabladet.dk/sport/esport/" target="_self" onclick="trackMenuItem('E-Sport')">E-Sport</a>
        <a href="https://ekstrabladet.dk/sport/cykling/" target="_self" onclick="trackMenuItem('Cykling')">Cykling</a>
        <a href="https://ekstrabladet.dk/sport/haandbold/" target="_self" onclick="trackMenuItem('Håndbold')">Håndbold</a>
        <a href="https://ekstrabladet.dk/sport/formel_1/" target="_self" onclick="trackMenuItem('Formel 1')">Formel 1</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--forbrug);">
  <div class="alllinks-level-0" data-children="4">
    <a href="https://ekstrabladet.dk/forbrug/" target="_self" onclick="trackMenuItem('Forbrug')">
          Forbrug</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="/forbrug/energi/" target="_self" onclick="trackMenuItem('Energioverblik')">Energioverblik</a>
        <a href="https://ekstrabladet.dk/forbrug/Teknologi/" target="_self" onclick="trackMenuItem('Teknologi')">Teknologi</a>
        <a href="https://ekstrabladet.dk/forbrug/sundhed/" target="_self" onclick="trackMenuItem('Sundhed')">Sundhed</a>
        <a href="https://ekstrabladet.dk/biler/" target="_self" onclick="trackMenuItem('Biler')">Biler</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--default);">
  <div class="alllinks-level-0" data-children="4">
    <a href="https://rabatkoder.ekstrabladet.dk" target="_self" onclick="trackMenuItem('Rabatkoder')">
          Rabatkoder</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://rabatkoder.ekstrabladet.dk/na-kd-rabatkode" target="_self" onclick="trackMenuItem('NA-KD')">NA-KD</a>
        <a href="https://rabatkoder.ekstrabladet.dk/sologstrand-rabatkode" target="_self" onclick="trackMenuItem('Sol og Strand')">Sol og Strand</a>
        <a href="https://rabatkoder.ekstrabladet.dk/apollo-rejser-rabatkode" target="_self" onclick="trackMenuItem('Apollo')">Apollo</a>
        <a href="https://rabatkoder.ekstrabladet.dk/sharkgaming-rabatkode" target="_self" onclick="trackMenuItem('Shark Gaming')">Shark Gaming</a>
        </div>
  </div></div>
        <div>
          <div class="alllinks-menu-item" style="--color--menuitem: var(--color--sport);">
  <div class="alllinks-level-0" data-children="7">
    <a href="https://ekstrabladet.dk/sport/fodbold/" target="_self" onclick="trackMenuItem('Fodbold')">
          Fodbold</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/sport/fodbold/dansk_fodbold/superligaen/" target="_self" onclick="trackMenuItem('Superligaen')">Superligaen</a>
        <a href="https://ekstrabladet.dk/sport/fodbold/landsholdsfodbold/" target="_self" onclick="trackMenuItem('Landsholdsfodbold')">Landsholdsfodbold</a>
        <a href="https://ekstrabladet.dk/sport/fodbold/dansk_fodbold/" target="_self" onclick="trackMenuItem('Dansk fodbold')">Dansk fodbold</a>
        <a href="https://ekstrabladet.dk/sport/fodbold/udenlandsk_fodbold/engelsk_fodbold/PremierLeague/" target="_self" onclick="trackMenuItem('Premier League')">Premier League</a>
        <a href="https://ekstrabladet.dk/sport/fodbold/udenlandsk_fodbold/championsleague/" target="_self" onclick="trackMenuItem('Champions League')">Champions League</a>
        <a href="https://ekstrabladet.dk/sport/fodbold/udenlandsk_fodbold/" target="_self" onclick="trackMenuItem('Intl. fodbold')">Intl. fodbold</a>
        <a href="https://ekstrabladet.dk/sport/fodbold/transfer/" target="_self" onclick="trackMenuItem('Transfer')">Transfer</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--sex-samliv);">
  <div class="alllinks-level-0" data-children="6">
    <a href="https://ekstrabladet.dk/sex_og_samliv/" target="_self" onclick="trackMenuItem('Sex &amp; samliv')">
          Sex &amp; samliv</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/sex_og_samliv/kys-og-kaerlighed/" target="_self" onclick="trackMenuItem('Kys &amp; kærlighed')">Kys &amp; kærlighed</a>
        <a href="https://ekstrabladet.dk/sex_og_samliv/sexperterne/" target="_self" onclick="trackMenuItem('Sexperterne')">Sexperterne</a>
        <a href="https://ekstrabladet.dk/side9/side9artikler/" target="_self" onclick="trackMenuItem('Side 9 artikler')">Side 9 artikler</a>
        <a href="https://ekstrabladet.dk/side9/maanedens/" target="_self" onclick="trackMenuItem('Månedens Side 9')">Månedens Side 9</a>
        <a href="https://ekstrabladet.dk/side9/gallerier/" target="_self" onclick="trackMenuItem('Gallerier')">Gallerier</a>
        <a href="https://ekstrabladet.dk/side9/fredagsgalleri/" target="_self" onclick="trackMenuItem('Fredagsgalleri')">Fredagsgalleri</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--default);">
  <div class="alllinks-level-0" data-children="3">
    <a href="https://casino.ekstrabladet.dk/" target="_self" onclick="trackMenuItem('Casino')">
          Casino</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://casino.ekstrabladet.dk/casino-bonus/" target="_self" onclick="trackMenuItem('Casino Bonus')">Casino Bonus</a>
        <a href="https://casino.ekstrabladet.dk/casino-bonus/free-spins/" target="_self" onclick="trackMenuItem('Free Spins')">Free Spins</a>
        <a href="https://casino.ekstrabladet.dk/nye-online-casinoer/" target="_self" onclick="trackMenuItem('Nye online casinoer')">Nye online casinoer</a>
        </div>
  </div></div>
        <div>
          <div class="alllinks-menu-item" style="--color--menuitem: var(--color--underholdning);">
  <div class="alllinks-level-0" data-children="10">
    <a href="https://ekstrabladet.dk/underholdning/" target="_self" onclick="trackMenuItem('Underholdning')">
          Underholdning</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://ekstrabladet.dk/underholdning/reality/" target="_self" onclick="trackMenuItem('Reality')">Reality</a>
        <a href="https://ekstrabladet.dk/underholdning/kongelige/udenlandskekongelige/" target="_self" onclick="trackMenuItem('Intl. kongelige')">Intl. kongelige</a>
        <a href="https://ekstrabladet.dk/underholdning/dkkendte/" target="_self" onclick="trackMenuItem('Danske kendte')">Danske kendte</a>
        <a href="https://ekstrabladet.dk/underholdning/kongelige/danskekongelige/" target="_self" onclick="trackMenuItem('Danske kongelige')">Danske kongelige</a>
        <a href="https://ekstrabladet.dk/underholdning/udlandkendte/" target="_self" onclick="trackMenuItem('Intl. kendte')">Intl. kendte</a>
        <a href="https://ekstrabladet.dk/musik/dkmusiknyt/" target="_self" onclick="trackMenuItem('DK Musiknyt')">DK Musiknyt</a>
        <a href="https://ekstrabladet.dk/musik/intlmusiknyt/" target="_self" onclick="trackMenuItem('INTL. Musiknyt')">INTL. Musiknyt</a>
        <a href="https://ekstrabladet.dk/musik/dkalbum/" target="_self" onclick="trackMenuItem('DK Album-anm.')">DK Album-anm.</a>
        <a href="https://ekstrabladet.dk/musik/intlalbum/" target="_self" onclick="trackMenuItem('INTL. Album-anm.')">INTL. Album-anm.</a>
        <a href="https://ekstrabladet.dk/musik/koncert_anmeldelser/" target="_self" onclick="trackMenuItem('Koncert-anm.')">Koncert-anm.</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--black);">
  <div class="alllinks-level-0" data-children="3">
    <a href="https://ekstrabladet.dk/play/" target="_self" onclick="trackMenuItem('Video')">
          Video</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="/play/?list=10039971" target="_self" onclick="trackMenuItem('Klip')">Klip</a>
        <a href="/play/?list=9394070" target="_self" onclick="trackMenuItem('Seneste')">Seneste</a>
        <a href="/play/" target="_self" onclick="trackMenuItem('Play')">Play</a>
        </div>
  </div><div class="alllinks-menu-item" style="--color--menuitem: var(--color--default);">
  <div class="alllinks-level-0" data-children="3">
    <a href="https://laan.ekstrabladet.dk/" target="_self" onclick="trackMenuItem('Lån')">
          Lån</a>
      </div>
  <div class="alllinks-sublevel">
      <a href="https://laan.ekstrabladet.dk/samlelaan/" target="_self" onclick="trackMenuItem('Samlelån')">Samlelån</a>
        <a href="https://laan.ekstrabladet.dk/billaan/" target="_self" onclick="trackMenuItem('Billån')">Billån</a>
        <a href="https://laan.ekstrabladet.dk/forbrugslaan/" target="_self" onclick="trackMenuItem('Forbrugslån')">Forbrugslån</a>
        </div>
  </div></div>
      </div>

    </div>
  </div>
<script>
  function trackMenuItem(name) {
    const normalizeString = name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").toLowerCase().replace(/\s+/g, "-");
    const prefixedString = 'section_' + normalizeString;
    ebTracking.queryBuilder('topmenu', {topmenu: prefixedString})
  }

  const allLinks = document.getElementById('alllinks');
  document.getElementById('allLinksButton').addEventListener('click', function() {
    allLinks.style.display = 'flex';
  });

  document.getElementById('allLinksCloser').addEventListener('click', function() {
    allLinks.style.display = 'none';
  });
</script>
</div>
      <div id="notification-news" class="submenu-content" data-menu-showing="false"></div>
      <div id="accountmenu-container" class="submenu-content" data-menu-showing="false">
        <nav role="navigation" class="accountmenu submenu-element">
  <a class="submenu-item" href="/userprofile/">
    <svg class="icon-svg" viewBox="0 0 14 14">
      <use xlink:href="#user-circle"></use>
    </svg>
    Profil
  </a>
  <a class="submenu-item" href="/mit-eb/foelger">
    <svg class="icon-svg" viewBox="0 0 14 14">
      <use xlink:href="#tags"></use>
    </svg>
    Følg emner
  </a>
  <a class="submenu-item" href="/mit-eb/gemte">
    <svg class="icon-svg" viewBox="0 0 14 14">
      <use xlink:href="#bookmark"></use>
    </svg>
    Gemte artikler
  </a>
  <a class="submenu-item separator" href="/medielogin/logout">
    <svg class="icon-svg" viewBox="0 0 14 14">
      <use xlink:href="#lock"></use>
    </svg>
    Log ud
  </a>
</nav>
</div>
    </div>
  </div>
</div>

<script src="/assets/svelte/navigationmenu.js?cb=12.3635-ready"></script>
<script>
  (() => {
    const menuItems = document.querySelectorAll('.navmenu-container .menu-item');
    if (window.navigationmenu) {
      window.navigationmenu.init(menuItems, false, 'desktop');
    }
  })()
</script>
<div>
      <div class="eb-wallpaper ebWallpaper" id="wallpaperBackground"></div>
<div class="sitecontent--desktop sitecontent--section-desktop grid-column grid-column--xl" id="ebSectionWrapper">

        <div class="megaboard_container" id="megaboardContainer">
          <div id="ebbanner_wrapper_megaboard_top_new" class="eb-position eb-position--megaboard_top_new">
      <div class="eb-position-mark">
        <span class="fs-ads">Annonce:</span>
        <span data-targetid="ebbanner_megaboard_top_new" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
            <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog"></use>
            </svg>
            <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog-solid"></use>
            </svg>
          </span>
        </div>
      <div id="ebbanner_megaboard_top_new" class="eb-placement eb-placement--megaboard_top_new" style="z-index: 2; width: 930px;"></div>
    </div>
    <script>
      ;(async () => {
        if (await window.eb.ready('ebBanners')) {
          if ('megaboard_top_new' !== 'halfpage1' && 'megaboard_top_new' !== 'halfpage2') {
            window.ebComponents.ebBanners.addPlacement('megaboard_top_new');
          } else if (!document.getElementById('ebbanner_megaboard_top') && 'megaboard_top_new'.indexOf('halfpage') !== -1) {
            window.ebComponents.ebBanners.addPlacement('megaboard_top_new');
          }
        }
      })();
    </script>

    <style>
        .eb-position--megaboard_top_new {
          height: 180px;
        }
      </style>
      <script>
        (async () => {
          window.googletag = window.googletag || { cmd: [] };
          window.googletag.cmd.push(() => {
            window.googletag.pubads().addEventListener("slotRenderEnded", (event) => {
              const slot = event.slot;
              const elementId = slot.getSlotElementId();
              const isMegaBoard = elementId === 'ebbanner_megaboard_top' || elementId === 'ebbanner_megaboard_top_new';
              if (isMegaBoard && !event.isEmpty) {
                const hasWP = event.size[0] === 970;
                window.ebComponents.ebBanners.handleHalfPage(hasWP, 'staticbanner');
              }
            })
          });
        })();
        window.jppolApn.endStickyMegaboard = () => {
          const wrapperEl = document.getElementById('ebbanner_wrapper_megaboard_top_new');
          const megaboardContainer = document.getElementById("megaboardContainer");
          megaboardContainer.classList.remove('megaboard-follow');
          megaboardContainer.classList.remove('megaboard-following');
          if (wrapperEl) {
            wrapperEl.classList.remove('stickywrapper');
          }
          const bannerEl = document.getElementById('ebbanner_megaboard_top_new');
          if (bannerEl) {
            bannerEl.classList.remove('stickybanner');
          }
        }
      </script>
      <script>
        ;(async () => {
          const wrapperEl = document.getElementById('ebbanner_wrapper_megaboard_top_new');
          const bannerEl = document.getElementById('ebbanner_megaboard_top_new');

          if (wrapperEl && bannerEl) {
            bannerEl.style.zIndex = "2";
            bannerEl.style.width = wrapperEl.clientWidth + 'px';
            let inScroll = false;

          
              let stickyTimeout;
              const navbarHeight = 53;

              function handleHang() {
                if (document.getElementById('wallpaperBackground').dataset.wallpaper === 'true') {
                  return;
                }
                const megaboardContainer = document.getElementById("megaboardContainer");
                megaboardContainer.classList.add('megaboard-follow');
                /* Minus wrapper with navbar height to prevent banner from hiding behind navbar */
                const wrapperTop = wrapperEl.getBoundingClientRect().top - navbarHeight;
                if (wrapperTop < 0 && !stickyTimeout) {
                  megaboardContainer.classList.add('megaboard-following');
                  stickyTimeout = setTimeout(() => {
                    // megaboardContainer.style.top = Math.abs(wrapperEl.getBoundingClientRect().top) - 180 + 'px';

                    megaboardContainer.classList.remove('megaboard-following');
                  }, 5000);
                } else if (window.scrollY <= wrapperTop) {
                  megaboardContainer.classList.remove('megaboard-following');
                }
              }
              window.googletag = window.googletag || { cmd: [] };
              window.googletag.cmd.push(() => {
                window.googletag.pubads().addEventListener("slotRenderEnded", (event) => {
                  const slot = event.slot;
                  const elementId = slot.getSlotElementId();
                  const isMegaBoard = elementId === 'ebbanner_megaboard_top' || elementId === 'ebbanner_megaboard_top_new';
                  if (isMegaBoard && !event.isEmpty) {
                    handleHang();

                    window.addEventListener('scroll', () => {
                      if (!inScroll) {
                        inScroll = true;
                        setTimeout(() => {
                          inScroll = false;
                          handleHang();
                        }, 250);
                      }
                    });
                  }
                });
              });
            
          }
        })();
        </script>

        <style>
          .eb-position--megaboard_top_new {
            height: 180px;
          }

          .eb-position--megaboard_top_new.stickywrapper {
            pointer-events: none;
            position: relative;
            height: 380px;
            margin-bottom: -200px;
          }

          .eb-placement--megaboard_top_new.stickybanner {
            pointer-events: auto;
            position: sticky !important;
            top: 53px;
          }

          .megaboard-follow {
            background: rgba(var(--rgb-color--graa2), 0.6);
            position: relative;
            left: 0;
            right: 0;

            display: flex;
            justify-content: center;
          }
          .megaboard-following {
            top: 53px;
            position: fixed;
            z-index: 1000002;
          }

          .megaboard-following + .section-wrapper--frontpage {
            margin-top: 180px;
          }

          .megaboard-following + .section-wrapper--frontpage .eb-sidebanner {
            top: 265px;
          }

        </style>
      </div>

        <div class="padding-m--t bg--white section-wrapper--frontpage" id="fnContentArea">
          <div class="flex sidebanners sidebanners--top" id="ebArticleWrapper">
                        <div class="sidebanner-container" id="ebSidecolumn_halfpage1">
  <div class="pushdownelement"></div>
  <div class="eb-sidebanner eb-sidebanner--left">
    <div id="ebbanner_wrapper_halfpage1" class="eb-position eb-position--halfpage1">
      <div class="eb-position-mark">
        <span class="fs-ads">Annonce:</span>
        <span data-targetid="ebbanner_halfpage1" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
            <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog"></use>
            </svg>
            <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog-solid"></use>
            </svg>
          </span>
        </div>
      <div id="ebbanner_halfpage1" class="eb-placement eb-placement--halfpage1"></div>
    </div>
    <script>
      ;(async () => {
        if (await window.eb.ready('ebBanners')) {
          if ('halfpage1' !== 'halfpage1' && 'halfpage1' !== 'halfpage2') {
            window.ebComponents.ebBanners.addPlacement('halfpage1');
          } else if (!document.getElementById('ebbanner_megaboard_top') && 'halfpage1'.indexOf('halfpage') !== -1) {
            window.ebComponents.ebBanners.addPlacement('halfpage1');
          }
        }
      })();
    </script>

    </div>
</div>
<div class="sidebanners-content">
                          <div class="section-area">
                            <div class="fnSpaceManagement" id="spm7960116xucCx1" data-spcmngm="dre1" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-1" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="1" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10431055" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/kort-afsloerer-absurd-spaadom/10431055" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"><div class="dre-header-snippet dre-header-snippet--pulse"><svg aria-label="Breaking news" class="breaking-anim-svg" height="150" width="150" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><style>.breaking-anim-svg circle{stroke:#e3141d;fill:none;stroke-width:4}</style><circle cx="20" cy="15" r="2"></circle><circle cx="20" cy="15" r="1"><animate id="init-breaking-anim" attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="0.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="0.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3.5s"></animate></circle></svg></div></a><a href="/nyheder/Udland/kort-afsloerer-absurd-spaadom/10431055" class="dre-item__asset" aria-label="Kort afslører  <strong>absurd</strong>  spådom" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=46ace73da5fa8c924f54782702d903a091cb2e4eacf6647f08df092c1038a602 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=896f23c1675b21dc09bf7ec04e2307ecc2ca5ded6eb5f20035277d9ae63f7ede 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=050c384457eba285b63badcc8ad9f93fb1c768fe55d2376e06d7f3ead2bb015c 1150w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=8cd618ccb7e25a7ab58d8ff9a154fcd90cf747808a5b854a44772390b0b94f19 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=4421401a46aa662e23a2b175e6e526dee4c410aa57e42e43dad1a30bde9b9da1 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=e82de28badac1ba4c5097dc21d43c7f46828f0c74ed690629a1f39776c70bf59 1150w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=9a77951a1956ef040ddfb9f27d9e6d5e469dec770fca624b1c1638e56a2724de 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=645daa1150d7f119534442ff34afc64718bf6371084e5cb3ec969756bdd92d6c 1456w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=da7e2a487636d53dd8adbfc2a29c185546109a5853b28d79b46af9a81af7ad85 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=68dbce205b1bf28a64009e6af448adf1276bbcf4319da48c93fb5117facb9370 1456w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 910px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=dc70bfa272a93cc695e22d89081f461d956e6ec0f363126690b42223ad220759 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=d165113faa598fe0af051012f80e6c355ccaecae78b0a92773e4a253929d1269 1820w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=d438dfc0c9d239693b41bc8309615bfedb631490de0ae9bf735bde099d1f16cd" style="object-position: 46% 40%" sizes="(min-width: 768px) 910px, (max-width: 767px) 97.33vw, (max-width: 767px) 97.33vw, (min-width: 768px) 728px, (min-width: 768px) 728px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=d438dfc0c9d239693b41bc8309615bfedb631490de0ae9bf735bde099d1f16cd 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116923247.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=91ff38524a2e640fdf93dd0215ddc1ab553eae882768dd87978f27b04a6d0430 1820w"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/kort-afsloerer-absurd-spaadom/10431055" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.75em;">Kort afslører</p><p style="white-space: nowrap; font-size: 16.125em;"><strong>absurd</strong></p><p style="white-space: nowrap; font-size: 14.125em;">spådom</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.9375em;">Kort afslører</p><p style="white-space: nowrap; font-size: 12.8125em;"><strong>absurd</strong></p><p style="white-space: nowrap; font-size: 11.1875em;">spådom</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 14.2vw;">Kort afslører</p><p style="white-space: nowrap; font-size: 26.3vw;"><strong>absurd</strong></p><p style="white-space: nowrap; font-size: 22.9vw;">spådom</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430991" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/omfattende-investeringssvindel-kriminelle-stjaeler-554-mio.-kr./10430991" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"><div class="dre-header-snippet dre-header-snippet--pulse"><svg aria-label="Breaking news" class="breaking-anim-svg" height="150" width="150" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><style>.breaking-anim-svg circle{stroke:#e3141d;fill:none;stroke-width:4}</style><circle cx="20" cy="15" r="2"></circle><circle cx="20" cy="15" r="1"><animate id="init-breaking-anim" attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="0.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="0.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3.5s"></animate></circle></svg></div></a><div class="dre-item__text"><a href="/penge/omfattende-investeringssvindel-kriminelle-stjaeler-554-mio.-kr./10430991" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.5em;"><strong>Omfattende svindel:</strong></p><p style="white-space: nowrap; font-size: 15.375em;">Stjæler</p><p style="white-space: nowrap; font-size: 9.125em;">55,4 mio. kr.</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.3125em;"><strong>Omfattende svindel:</strong></p><p style="white-space: nowrap; font-size: 12.1875em;">Stjæler</p><p style="white-space: nowrap; font-size: 7.1875em;">55,4 mio. kr.</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 8.8vw;"><strong>Omfattende svindel:</strong></p><p style="white-space: nowrap; font-size: 25vw;">Stjæler</p><p style="white-space: nowrap; font-size: 14.8vw;">55,4 mio. kr.</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10431057" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/trafikogvejr/togkaos-fredag-morgen-holder-stille-mellem-aarhus-og-aalborg/10431057" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"><div class="dre-header-snippet dre-header-snippet--pulse"><svg aria-label="Breaking news" class="breaking-anim-svg" height="150" width="150" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><style>.breaking-anim-svg circle{stroke:#e3141d;fill:none;stroke-width:4}</style><circle cx="20" cy="15" r="2"></circle><circle cx="20" cy="15" r="1"><animate id="init-breaking-anim" attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="0.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="0.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3.5s"></animate></circle></svg></div></a><div class="dre-item__text"><a href="/nyheder/trafikogvejr/togkaos-fredag-morgen-holder-stille-mellem-aarhus-og-aalborg/10431057" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 12.6875em;"><strong>Togkaos:</strong></p><p style="white-space: nowrap; font-size: 9.0625em;">Holder stille</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 10.0625em;"><strong>Togkaos:</strong></p><p style="white-space: nowrap; font-size: 7.1875em;">Holder stille</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 20.5vw;"><strong>Togkaos:</strong></p><p style="white-space: nowrap; font-size: 14.7vw;">Holder stille</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429945" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/krimi/truede-med-machete-og-koerte-galt/10429945" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"><div class="dre-header-snippet dre-header-snippet--pulse"><svg aria-label="Breaking news" class="breaking-anim-svg" height="150" width="150" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><style>.breaking-anim-svg circle{stroke:#e3141d;fill:none;stroke-width:4}</style><circle cx="20" cy="15" r="2"></circle><circle cx="20" cy="15" r="1"><animate id="init-breaking-anim" attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="0.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="0.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="1.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="1.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="2.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="2.5s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3s"></animate></circle><circle cx="20" cy="15" r="1"><animate attributeName="r" from="0" to="80" dur="4s" repeatCount="indefinite" begin="3.5s"></animate><animate attributeName="stroke-opacity" from="1" to="0" dur="4s" repeatCount="indefinite" begin="3.5s"></animate></circle></svg></div></a><div class="dre-item__text"><a href="/krimi/truede-med-machete-og-koerte-galt/10429945" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 9.375em;">Truede med</p><p style="white-space: nowrap; font-size: 12.8125em;"><strong>machete</strong></p><p style="white-space: nowrap; font-size: 8.8125em;">og kørte galt</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 7.4375em;">Truede med</p><p style="white-space: nowrap; font-size: 10.1875em;"><strong>machete</strong></p><p style="white-space: nowrap; font-size: 7em;">og kørte galt</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 15.2vw;">Truede med</p><p style="white-space: nowrap; font-size: 20.8vw;"><strong>machete</strong></p><p style="white-space: nowrap; font-size: 14.3vw;">og kørte galt</p></div></a></div></article></div></div></div></div>
    <div class="fnSpaceManagement" id="spm4967136xucCx2" data-spcmngm="megaban1" data-spcmngmtype="annonce">
    <div id="ebbanner_wrapper_monster1" class="eb-position eb-position--monster1 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster1" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster1" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster1');
            }
          })();
        </script>
      </div>
    <div class="fnSpaceManagement" id="spm7960121xGWvx3" data-spcmngm="dre2" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-2" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="2" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430385" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/cykling/nairo-quintanas-far-i-grimt-biluheld/10430385" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/sport/cykling/nairo-quintanas-far-i-grimt-biluheld/10430385" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.625em;">Stjernes far i</p><p style="white-space: nowrap; font-size: 20.75em;">grimt</p><p style="white-space: nowrap; font-size: 13.6875em;">biluheld</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.875em;">Stjernes far i</p><p style="white-space: nowrap; font-size: 16.4375em;">grimt</p><p style="white-space: nowrap; font-size: 10.875em;">biluheld</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 14vw;">Stjernes far i</p><p style="white-space: nowrap; font-size: 33.7vw;">grimt</p><p style="white-space: nowrap; font-size: 22.2vw;">biluheld</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--video dre-item--feature-videostandalone dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 393; --image-width-lg: 300; --image-height-md: 230; --image-width-md: 354; --image-height-sm: 330; --image-width-sm: 245" data-video-duration="00:18" data-articleid="10431056" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/article10431056.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/Udland/article10431056.ece" class="dre-item__asset" aria-label="Voldsomme   scener   i Amsterdam" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><video class="dre-item__video" muted="" autoplay="" playsinline="" loop="" data-fit="crop" preload="none" style="object-position: 50% 23%;" poster="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=490&amp;accessToken=dedae3547e21229c0939ea30f7d3ef0eee4308b41856bbabdc369badf47de1b1"><source src="https://content.jwplatform.com/videos/1OBLopHC-wtZ7IGYx.mp4" type="video/mp4"></video><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=660e96124e0dd10fd64f587e05de278e2cfe61a87ffb7181cdc1c7e519c385eb 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=f245acb5983a0380a01bc26ff782460b20e9c5b7c894aa2847743ef64a109a19 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=15c7f617ac7688498aa4b278088d3c458ec28382620b910c2b418ec1ce1fdbba 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=6e95fea5370f630c5141bbe4dece329cdcf94ee7ff2f1ef9ba7ba08c23b448ff 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=57e5ed28d554f4ff0bf38a4e19f27107392ad5254a1436d85d8a60fc216f5773 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=460&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=161701543e2b549b4f39620708cf9a50f0cae3107a454ddb4c9ab1b20816d36b 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=102&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1386&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=8d14f9090e174cbb412e7e6b1cfefd2dfcb6648219aeb95a35f1790429000537 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=102&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1386&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=33c9d79671e1a896c55b5d82b54b7a4600ff3423c836f24885b8536d21334e06 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=102&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1386&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=f5092743b08b151b08effd5fa27a2f38490ca320b84133c858fb4efc6cd15c61 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=102&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1386&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=aef9a74842a88c27275bddd24e3178113f4deb7eedc434ca99e5cf2e79ec9764 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=451&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=688&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=29fed345031af85fd92c5bdaae91247128c64994d437b21a4b8365164ef53eca 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.webp?t%5Bcrop%5D%5Bx%5D=451&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=688&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=b9ada3ba950891ac96a3875eb668966cb9fa49059b0229be17630d35092e6b14 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=451&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=688&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=6d8b7be5a9c39bd45083e8d7d6b32cc9307b6eb8d388081f2729df0925a4444d" style="object-position: 50% 23%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=451&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=688&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=6d8b7be5a9c39bd45083e8d7d6b32cc9307b6eb8d388081f2729df0925a4444d 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919223.jpg?t%5Bcrop%5D%5Bx%5D=451&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=688&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=f7ac117f18504dfaca8d1546ce50ddddf97c1e48a2830b268869ef2824255974 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/article10431056.ece" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 6.25em;">Voldsomme</p><p style="white-space: nowrap; font-size: 11em;">scener</p><p style="white-space: nowrap; font-size: 5.75em;">i Amsterdam</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.5em;">Voldsomme</p><p style="white-space: nowrap; font-size: 6.125em;">scener</p><p style="white-space: nowrap; font-size: 3.1875em;">i Amsterdam</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 10vw;">Voldsomme</p><p style="white-space: nowrap; font-size: 17.4vw;">scener</p><p style="white-space: nowrap; font-size: 9.1vw;">i Amsterdam</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-purple dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10431033" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/dkkendte/efter-skilsmisse-dansk-skuespiller-har-faaet-kaereste/10431033" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/underholdning/dkkendte/efter-skilsmisse-dansk-skuespiller-har-faaet-kaereste/10431033" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 17.9375em;">Dansk</p><p style="white-space: nowrap; font-size: 10.0625em;">skuespiller</p><p style="white-space: nowrap; font-size: 6.6875em;">har fået kæreste</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 14.25em;">Dansk</p><p style="white-space: nowrap; font-size: 8em;">skuespiller</p><p style="white-space: nowrap; font-size: 5.3125em;">har fået kæreste</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 29.2vw;">Dansk</p><p style="white-space: nowrap; font-size: 16.4vw;">skuespiller</p><p style="white-space: nowrap; font-size: 10.8vw;">har fået kæreste</p></div></a></div></article></div></div><div class="dre-group dre-group--main-others dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--2-items" data-layout="main-others"><div class="dre-group__content"><article class="dre-item dre-item--size-two-thirds dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--header dre-item--header-breaking-ticker dre-item--header dre-item--chasers dre-item--chasers-1 dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430872" data-priority="A" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/fed-chef-afviser-trump-ikke-tilladt-efter-loven/10430872" class="dre-item__header dre-item__header--skin-breaking-ticker dre-item__header--repeat" style="--chars: 29; --lg-repeat-width: 279; --md-repeat-width: 279; --sm-repeat-width: 572" tabindex="-1"><div class="dre-header-snippet dre-header-snippet--blitz"><div class="blitz-container"></div></div><span class="dre-repeat"><p>Fed-chef afviser Trump</p></span><span class="dre-repeat"><p>Fed-chef afviser Trump</p></span><span class="dre-repeat"><p>Fed-chef afviser Trump</p></span><span class="dre-repeat"><p>Fed-chef afviser Trump</p></span></a><a href="/penge/fed-chef-afviser-trump-ikke-tilladt-efter-loven/10430872" class="dre-item__asset" aria-label="<strong>- IKKE </strong>  tilladt" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=6908bdc5b26cd3b8aeb4d6f035ad4613e7a2aea1177e554b81f8aaf0b6921957 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=e6eba314a1992d60cfcc932829a545c81869e495ac5b631d60a8313020ee2303 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=cc8a4964aa047712f2da0e6edee933bd26ced0ce8bdc768a5649c9173bef136a 1150w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=e45573d29445575471f13eddec3e9edd15bd40b154626e6fb4d24f2d7999575d 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=d942b2c23901ad0846be212533f7ec801b224bcf6d3db253503e0096df7a684f 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=ee0fe27c498879fe18601eae8ebb5c3254e541ef48a730bae9147c721c3527da 1150w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=c052428acc1308a1fc61c3e9441cfa8b574afec608e536991d9ad61fdac358b1 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=1ad6e67fdcd726a4dc304590f86182bdc6e923e933334e5ac34c079bf2975737 1456w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=b379f12ff25b672218b175579884b0986e7154fff7e662b53435fec174ff9535 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=694fbd57c150cf6d895cf628eaa69258e8a0a81bebf39dd04026b9b570364570 1456w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 600px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=70785f99d616492053f62da46d4078ed0a5900da30266879b4978430d8d4ee9b 600w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1200&amp;accessToken=bc30197a9bf2fea63c452bf5309d53bd8c43eb405e8f99a89c53a2556841f1c1 1200w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=7c1c1fe31b9eb17b6dfc82eb889a6530f5b84ad8b874a63ad0f4a2665e8bb3fa" style="object-position: 48% 27%" sizes="(min-width: 768px) 600px, (max-width: 767px) 97.33vw, (max-width: 767px) 97.33vw, (min-width: 768px) 728px, (min-width: 768px) 728px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=7c1c1fe31b9eb17b6dfc82eb889a6530f5b84ad8b874a63ad0f4a2665e8bb3fa 600w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116777203.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=4146&amp;t%5Bcrop%5D%5Bheight%5D=1923&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1200&amp;accessToken=c581eb42ec009e5f8680dc648251f7bae0899cdc4f92271ebe45af1f52dd3052 1200w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/penge/fed-chef-afviser-trump-ikke-tilladt-efter-loven/10430872" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 11.3125em;"><strong>- IKKE</strong></p><p style="white-space: nowrap; font-size: 11.8125em;">tilladt</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 13.875em;"><strong>- IKKE</strong></p><p style="white-space: nowrap; font-size: 14.4375em;">tilladt</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 28.4vw;"><strong>- IKKE</strong></p><p style="white-space: nowrap; font-size: 29.5vw;">tilladt</p></div></a></div><div class="dre-item__chasers"><a class="dre-item__chaser dre-item__chaser--article dre-item__chaser--text-auto-fit dre-item__chaser--badge-premium dre-item__chaser--skin-image-left" href="/penge/eksperter-trump-sejr-kan-koste-dig-dyrt/10428847" data-articleid="10428847" data-spacemanagement="activated"><div class="dre-item__chaser-content"><div class="dre-item__chaser-text"><p style="--lg-font-size: 42; --md-font-size: 51; --sm-font-size: 48">'Trump-sejr kan koste dig'</p></div></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--video dre-item--feature-highlight-red dre-item--feature-videostandalone" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 545; --image-width-lg: 290; --image-height-md: 277; --image-width-md: 354; --image-height-sm: 392; --image-width-sm: 245" data-video-duration="00:27" data-articleid="10431048" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/samfund/article10431048.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/samfund/article10431048.ece" class="dre-item__asset" aria-label="Skyllet   væk" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><video class="dre-item__video" muted="" autoplay="" playsinline="" loop="" data-fit="crop" preload="none" style="object-position: 47% 48%;" poster="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=490&amp;accessToken=05cce7d88eb177743730a59b94b245d35ee1f0f90c3b3c900e698b4fdc80cb0d"><source src="https://content.jwplatform.com/videos/aFutoFQY-wtZ7IGYx.mp4" type="video/mp4"></video><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=b7a708ae049cbe24e05b0aff922ab8d8873efe75ec0ea6de533958764af466a3 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=f8755dc99b83e50930667f5999026eef2ce6ea4baf800f9cdf43bfbc81dd8d93 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=260d0be67f3958e17eef59d0a1082f0596a3a3d212ab73e50f3aa76fcc4bdc35 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=2f22612c34bd70682845df5d91e0c902b1e34af1e7087de8995524de6f14a7ea 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=0471d605dc07b154f07cdff3b138cad68e915b9a026a1eb19d9e0472be9526d7 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=569&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=676&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=3a0bf0d689935f3464b393a16f541d1e1b3f489516cefb9acd14f7017f3ff817 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=217&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1381&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=3c817212f428dd1a274cc4f96275ae531bc26f0d767c0a6eba6913d6fa992222 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=217&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1381&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=5e93d7b46dbf1a3f20f0f302343e9660595dd581650135eecfa49860b2f10a8d 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=217&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1381&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=77764de8da0a8d440adb5749355eeba8f9667049af5f575c97b60baa7544b36c 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=217&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1381&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=5e36dcfe85c35249afc6dc47bb3ebd52e22c6cb530e9d987318a9cd3f6cb27f9 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=619&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=576&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=8b4f9396de95e5c542970668a09f22223943976153b8bfa5608cb23a93d6397d 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.webp?t%5Bcrop%5D%5Bx%5D=619&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=576&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=546119c419d57db4a45dc362e14d61637025e0519222ee1ab2befc8619edae3f 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=619&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=576&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=152f6defe98b7e6d840e7730f731cacf94e8e9b7def5cc2e1b024abeb7c0f19a" style="object-position: 47% 48%" sizes="(min-width: 768px) 290px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=619&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=576&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=152f6defe98b7e6d840e7730f731cacf94e8e9b7def5cc2e1b024abeb7c0f19a 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116919530.jpg?t%5Bcrop%5D%5Bx%5D=619&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=576&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=550be94856492c0c9dc252375e550d31ef6876841feff745d45e8aee581bd7cb 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/samfund/article10431048.ece" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 4.6875em;">Skyllet</p><p style="white-space: nowrap; font-size: 8em;">væk</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 5.8125em;">Skyllet</p><p style="white-space: nowrap; font-size: 9.9375em;">væk</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 16.5vw;">Skyllet</p><p style="white-space: nowrap; font-size: 28.1vw;">væk</p></div></a></div></article></div></div></div></div>
    <div class="fnSpaceManagement" id="spm4725159xGWvx4" data-spcmngm="ban-spons-3" data-spcmngmtype="annonce">
    <div id="ebbanner_wrapper_monster2" class="eb-position eb-position--monster2 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster2" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster2" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster2');
            }
          })();
        </script>
      </div>
    <div class="fnSpaceManagement" id="spm10389373xroZx5" data-spcmngm="contimo" data-spcmngmtype="annonce">
    <div class="m10px-rl m10px-b" id="allroZpurpose">
      <div class="allpurpose">
      <div class="right">
          <script async="" src="https://scripts.contimo.app/pub/ekstra-bladet/drivers.js"></script>
<div data-contimo-placement-key="eb_home_premium"></div>
<style>
[data-spcmngm="contimo"] .allpurpose .lastUnit { display: none; }
</style></div>
      <div class="lastUnit">
        </div>
    </div>

    </div>
      </div>
    <div class="fnSpaceManagement" id="spm8971304xBrgx6" data-spcmngm="udvalgt_til_dig_front">
    <div id="svelte-list-9446646" style="min-height: 290px"></div>

<script>
;(() => {
  const listOptions = {
    algoInfo: false,
    deviceType: 'DESKTOP',
    ebId: '',
    environment: 'PRODUCTION',
    id: 9446646,
    parentArticleId: '0',
    maxArticles: 4,
    showHeader: true,
    showImages: true,
    ssoId: '',
    tagUri: '',
    type: 'campaign',
    title: 'Det bedste fra Ekstra Bladet+',
    trackingLabel: 'plus_conversion_manuel-eng-oevrige',
  };

  sveltelist.init(listOptions);

})();
</script>
</div>
    <div class="fnSpaceManagement" id="spm10163071x826x7" data-spcmngm="dre-podcast-video">
    <div id="front-ekstrabladet-dk-podcast-edition-2" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="65155990d78171234b82ed52" data-editionname="podcast-edition" data-decknumber="2" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--video dre-item--feature-highlight-red dre-item--feature-videostandalone" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 206; --image-width-lg: 445; --image-height-md: 164; --image-width-md: 354; --image-height-sm: 168; --image-width-sm: 363" data-video-duration="00:17" data-articleid="10430687" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/samfund/article10430687.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/samfund/article10430687.ece" class="dre-item__asset" aria-label="Styrer  direkte  derhen" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><video class="dre-item__video" muted="" autoplay="" playsinline="" loop="" data-fit="crop" style="object-position: 48% 45%;" poster="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=726&amp;accessToken=59567c53b402302fa647cf8d47afb54277b40c46af555e62d74de8ad43ea1b1c"><source src="https://content.jwplatform.com/videos/z4UJa2G9-wtZ7IGYx.mp4" type="video/mp4"></video><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=96af9a10f5eb30e42849198307c7c1912d9273dc50baa4746945d078d57b607c 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=2b71902a1a8262a96937c53671d7e37bccc60add2bad79c17c621e0cf32743e2 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=9e4ca47bec9001f93686b7cb264334db2fbe2d9b861d27d572417124a642ce0d 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=4248bf0614c8785cff9457b99ac14209d21e3e82c544ad4c41afe021f674f324 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=98e8e40c57c69986efc260ff205a1633805594efb9a7813781f58df6ea83cee7 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=d14c1c33811680bfc5ffb18bf7b98c764f5d0b225b36f09293c7a94be02e65c2 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=890&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=5450097c5231a8614c5855dd5a77afb6e2670cba1431689a8a26148b4aa8b255 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=890&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=07f5ed149bf4705f14014e928368ae4b08206f17ff2d857968c5e2c9adcae123 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=890&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=6c8d4663fe80158e482a2b3e5438be23ab64b173ca86766aa22ddc36af2b4d22 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=890&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=50f64f4dbcf3d3b06bc7141ecfa5b268fe6e0d04a1a56d865ac6b4ceeaa248b4 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=f3af7835fa97d5393097963c002d2f84f06e97b7b640a7dcf1347afeee1d032d 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=2dcabe00817bdd61e419989580e0694263e0c165b2f1dbb60f87eee9b8654ab5 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=a3969492680fdb47263b446738f1cc18e128805ee8c6681ec54f14e5ca524a32" style="object-position: 48% 45%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=a3969492680fdb47263b446738f1cc18e128805ee8c6681ec54f14e5ca524a32 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=42&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=889&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=6f06d8be816ed793b6346852143b6b936b7f1693bc37013396d3d739fa0d093c 890w"></picture></a><div class="dre-item__text"><a href="/nyheder/samfund/article10430687.ece" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.4375em;">Styrer</p><p style="white-space: nowrap; font-size: 7.3125em;">direkte</p><p style="white-space: nowrap; font-size: 7.5em;">derhen</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.625em;">Styrer</p><p style="white-space: nowrap; font-size: 5.6875em;">direkte</p><p style="white-space: nowrap; font-size: 5.875em;">derhen</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 12.9vw;">Styrer</p><p style="white-space: nowrap; font-size: 11.2vw;">direkte</p><p style="white-space: nowrap; font-size: 11.4vw;">derhen</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--video dre-item--feature-videostandalone dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 518; --image-width-lg: 445; --image-height-md: 407; --image-width-md: 354; --image-height-sm: 396; --image-width-sm: 363" data-video-duration="01:28" data-articleid="10429762" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/samfund/article10429762.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/samfund/article10429762.ece" class="dre-item__asset" aria-label="<strong><em>Imponerende!</em></strong>" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><video class="dre-item__video" muted="" autoplay="" playsinline="" loop="" data-fit="crop" style="object-position: 48% 50%;" poster="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=726&amp;accessToken=98ba2f7e31784c3ee762b42da6598167693ef5e9ca53019872336b4a015a6b6c"><source src="https://content.jwplatform.com/videos/6a6RYJMt-wtZ7IGYx.mp4" type="video/mp4"></video><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=7cc527e2541a9fd831b1d4be53e4f36bda7a6c71e21277c6485ee33b936de2ed 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=65739929f3d79ac2a7920c99254b334bdc23f90498e0ac155d5977a088897091 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=9c44e67e8710d94d8ff617282b3fe1ed99f27c190c5d9d812677e7b1bffe4d18 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=1bd3504c7506362ab6bc224651f35a08343f134afaebc1b2094616745a550ae3 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=e591c77c227c0548ae2fea8765f74e6b42090be8895855d2c187f1473ee03615 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=347&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=83530c8d0dcbaf1de03bfc22ef8ba89f397b91c4526a4975e920eb26fdde2484 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=368&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=784&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=63f4df300c9054a48001e1f3d0c473988a390dc1da38081b1fce07dc6931b5fa 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=368&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=784&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=d83da29c60d642602fe6ec52f26a43895129756649debe1d78ab7211ae2414b7 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=368&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=784&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=03f29c0e85f99b906dfc640af96ed5f8e906d15cb418c7fcb79ddbc4ac85af3a 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=368&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=784&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=993b139b52f90800a27b9446e37ad07f51fdf1ae4bcf8e11b6bfe9372015eb51 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=373&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=774&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=19cfa68ac94d0db31c931f435f18590d70f38a40c03a89175d379d6f3c6c8ba1 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.webp?t%5Bcrop%5D%5Bx%5D=373&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=774&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=fb5317350a24cf0092fc01796fab2af553124e75d69593149b210cc50b713262 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=373&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=774&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=53dec232c7bbf9df9ec8124db9cc09282f74c55fc7250388e24eb1ecb8495b80" style="object-position: 48% 50%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=373&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=774&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=53dec232c7bbf9df9ec8124db9cc09282f74c55fc7250388e24eb1ecb8495b80 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116857301.jpg?t%5Bcrop%5D%5Bx%5D=373&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=774&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=80fc860b690a72da5cbba7c859aeb1b907a0098aa02c969d6dc1339e3bb4480a 890w"></picture></a><div class="dre-item__text"><a href="/nyheder/samfund/article10429762.ece" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><div style="white-space: nowrap; font-size: 3.8125em;"><strong><em>Imponerende!</em></strong></div></div><div class="dre-item__alt-title--md"><div style="white-space: nowrap; font-size: 3em;"><strong><em>Imponerende!</em></strong></div></div><div class="dre-item__alt-title--sm"><div style="white-space: nowrap; font-size: 5.8vw;"><strong><em>Imponerende!</em></strong></div></div></a></div></article></div></div></div></div>
    <div class="fnSpaceManagement" id="spm9977809xS5Ex8" data-spcmngm="dre-podcast">
    <div id="front-ekstrabladet-dk-podcast-edition-1" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="65155990d78171234b82ed52" data-editionname="podcast-edition" data-decknumber="1" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-left dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--header dre-item--header-custom-ticker dre-item--header dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="9995777" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/podcast/#/episode/i-hovedet-p-plus/i-hovedet-pa-2-final-2" class="dre-item__header dre-item__header--skin-custom-ticker dre-item__header--repeat" style="--chars: 70; --lg-repeat-width: 427; --md-repeat-width: 427; --sm-repeat-width: 874" tabindex="-1"><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span><span class="dre-repeat"><p>NYT AFSNIT <strong>'I HOVEDET PÅ PETER LUNDIN'</strong></p></span></a><a href="/podcast/#/episode/i-hovedet-p-plus/i-hovedet-pa-2-final-2" class="dre-item__asset" aria-label="Derfor  er han  <strong>farlig</strong>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1503&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=fd237fc7a577c3e11d025d2093fcd8e5f3f3f9dbaefb6ab9376cc678f84a8f3f 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1503&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=4d98c9aaa0c8a366c8eb09634a3ed2a1c9767a3754c96cac406a374e4e960bd2 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1503&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=a218345b956893dd227c9086dd7219a8ed29fa6011d613103d31d0473bab01b4 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1503&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=b592c3b535239b15c61c6510fe5312d664098c0767e12f8ba0c1caf1e4a1dd77 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1503&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=7631e2e1dc8314049843b0369efa1e9198de6eff66a4d1ab6ddbac4c50fd65d8 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1503&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=97442de632e8ad04c0d67795983a460528568cfe0ec1105c0b132956faedf685 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=2048&amp;t%5Bcrop%5D%5Bheight%5D=2072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=6738c3cabfa0e6928cc189cd478425ff98525b6ca4c03dbce4b7822de851307e 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=2048&amp;t%5Bcrop%5D%5Bheight%5D=2072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=60fe70ee888b83af87154c67b6f9d3fff06f4a06ce4303f78e0b4987704511fc 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=2048&amp;t%5Bcrop%5D%5Bheight%5D=2072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=7370335e5bb245d123e8b47f886fccf92fd1d0b4eab008e00e627fb13b1b6c35 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=2048&amp;t%5Bcrop%5D%5Bheight%5D=2072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2bd4f2aab4eed8087493edc4ea39d3f9fdbdab47be84dba836c5908f9a678c9b 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=424&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1489&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=5a24db9f7b32b32041458b483eeedbe3591fb0ec13f3addff7dd01a38ac962d1 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.webp?t%5Bcrop%5D%5Bx%5D=424&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1489&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=434fe97839767c13ac0c6c16b61b7156fb7ce186dd5873c558001a54cb9c4bed 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=424&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1489&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=04bc4356ffceadb15f374b1611fea77605e5ae9c5373ae3a808c20b3df3bdc2a" style="object-position: 57% 29%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=424&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1489&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=04bc4356ffceadb15f374b1611fea77605e5ae9c5373ae3a808c20b3df3bdc2a 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843334.jpg?t%5Bcrop%5D%5Bx%5D=424&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1489&amp;t%5Bcrop%5D%5Bheight%5D=3072&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=00f503f648ec508f0f0589510451fcffe8dfa776d9f959a10ca3e05fe04b31cc 600w"></picture></a><div class="dre-item__text"><a href="/podcast/#/episode/i-hovedet-p-plus/i-hovedet-pa-2-final-2" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 11.4375em;">Derfor</p><p style="white-space: nowrap; font-size: 11.6875em;">er han</p><p style="white-space: nowrap; font-size: 14em;"><strong>farlig</strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.375em;">Derfor</p><p style="white-space: nowrap; font-size: 6.5625em;">er han</p><p style="white-space: nowrap; font-size: 7.875em;"><strong>farlig</strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 18.1vw;">Derfor</p><p style="white-space: nowrap; font-size: 18.6vw;">er han</p><p style="white-space: nowrap; font-size: 22.2vw;"><strong>farlig</strong></p></div></a></div></article></div></div></div></div>
    <div class="fnSpaceManagement" id="spm10097683xS5Ex9" data-spcmngm="widget_1">
    <div class="m10px-rl m10px-b" id="allUuppurpose">
      <div class="allpurpose">
      <div class="right">
          <div class="iframe-banner-container">
   <iframe class="iframe-clicktag-embed" scrolling="no" data-desktop-url="https://static.ekstrabladet.dk/bannerhtml/data/PLUS/Widget/ihovedetpaa/lundin/930x180/index.html" data-smartphone-url="https://static.ekstrabladet.dk/bannerhtml/data/PLUS/Widget/ihovedetpaa/lundin/320x320/index.html" src="https://static.ekstrabladet.dk/bannerhtml/data/PLUS/Widget/ihovedetpaa/lundin/930x180/index.html"></iframe>
   <a class="iframe-clicktag-overlay" href="https://ekstrabladet.dk/plus/i_hovedet_p_/?ebicp=1115149" target="_self"></a>
</div>

<script>
   (() => {
       try {
           document.querySelectorAll('.iframe-clicktag-embed').forEach(iframe => {
               iframe.src = iframe.getAttribute(document.body.classList.contains('smartphone') ? 'data-smartphone-url' : 'data-desktop-url');
           });
       } catch (error) {
           console.error('Error setting iframe src:', error);
       }
   })();
</script>
<style>
   .iframe-banner-container {
      width: 930px;
      height: 180px;
      overflow: hidden;
      position: relative;
      margin-bottom: var(--distance-large);
   }
   .smartphone .iframe-banner-container {
      width: 100%;
      height: 320px;
   }
   .iframe-clicktag-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      cursor: pointer;
   }
   .iframe-clicktag-embed {
      width: 100%;
      height: 100%;
      pointer-events: none;
      border: 0;
   }
</style></div>
      <div class="lastUnit">
        </div>
    </div>

    </div>
      </div>
    <div class="fnSpaceManagement" id="spm7965753xpzzx10" data-spcmngm="dre3" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-3" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="3" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--header dre-item--header-custom-ticker dre-item--feature-highlight-red dre-item--feature-plus" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429772" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/stop-det-du-er-gaaet-glip-af-22.000-kr.-i-aar/10429772" class="dre-item__header dre-item__header--skin-custom-ticker dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/penge/stop-det-du-er-gaaet-glip-af-22.000-kr.-i-aar/10429772" class="dre-item__asset" aria-label="Du er gået  glip af   22.000 kr." tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=449&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=651&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=057b8134d7402c10193abc16129233f5f169aa88b1fc6612a3fc704b247a2f95 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=449&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=651&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=c6d6f1d7e56f350c45ab96384a7b7a57c683a39f1a7c2624604ef4f5f2593fb4 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=449&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=651&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=73412d94a93feaa2b74c00f0953dee2e56f8c66b49c86c3c0d916d593efca8ea 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=449&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=651&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=dcc67e02f0726024bf3ec562eaa05f939dc1be05307b0ab8edae925caa126973 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=449&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=651&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=e3bfabf5775641b3a2ae07524e279359ebdcd67d29e41ef762e8db5096026746 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=449&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=651&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=9f4eb0ef7ce9b813d8abfafd91b04e29d3c53b7030cdfa97ef1df0cd29f64234 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=87&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1374&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=2751a192fb17edd67e9258259f2f6d761e1d01c83ee6a9f09d2db41c0f816894 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=87&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1374&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=3dfec9cb6b6bf49b90803ee9ac8756d3342a1fd3f8fe63ad40aec71a84f058d2 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=87&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1374&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=565a9cc9d90bf084abdf87770360a1215f9c0895ded421648c280ccc0b5a2be8 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=87&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1374&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=cf5fe73314bb1905200b90b1a16be2c55e6bf436bb87f5ab45df31846344cb5a 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=427&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=695&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=8c14b66c1f1944dcb198a7feb483a2f4c6075c9550571278748406713f76bf30 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.webp?t%5Bcrop%5D%5Bx%5D=427&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=695&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=43464a4437a5ec60724af993958fd368eb26be39d0117ed3cd48b589b89d50dd 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=427&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=695&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=87d21d46fa88a2b146cb61b9a60eaf93c66c5ddf2e88ab676e60c39a3d9b71d0" style="object-position: 48% 51%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=427&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=695&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=87d21d46fa88a2b146cb61b9a60eaf93c66c5ddf2e88ab676e60c39a3d9b71d0 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/113769609.jpg?t%5Bcrop%5D%5Bx%5D=427&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=695&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=55ec3e3941fdac2bd2f4859bb9ed69bb3141c880554bffe918ee306add0d4c2f 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>SIMPEL INVESTERING</p></div><a href="/penge/stop-det-du-er-gaaet-glip-af-22.000-kr.-i-aar/10429772" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.1875em;">Du er gået</p><p style="white-space: nowrap; font-size: 11.75em;">glip af</p><p style="white-space: nowrap; font-size: 7.3125em;">22.000 kr.</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4em;">Du er gået</p><p style="white-space: nowrap; font-size: 6.5625em;">glip af</p><p style="white-space: nowrap; font-size: 4.0625em;">22.000 kr.</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.4vw;">Du er gået</p><p style="white-space: nowrap; font-size: 18.7vw;">glip af</p><p style="white-space: nowrap; font-size: 11.6vw;">22.000 kr.</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429839" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/dkkendte/efter-flere-forsoeg-nu-er-det-endelig-sket/10429839" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/underholdning/dkkendte/efter-flere-forsoeg-nu-er-det-endelig-sket/10429839" class="dre-item__asset" aria-label="Nu er det  endelig   sket" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=170&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1291&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=7761085f2b71ca57ce8bc19cf0b95fcfd1c6732b49f19ee56b7911fb1a3d7b1f 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=170&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1291&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=1fa5d25268501775c3401c141d8b525e48fc2d509846c36c130a853f1d5eac0a 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=170&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1291&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=09ac4e9e2cbffb46c43b9488f81728a7fde617caffda93509544488e257d6ccd 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=170&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1291&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=1fcba8539e2c214f827b9de6855298e0d8a6f4a7ecd16f90b2ab69ec2c6fcfe9 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=170&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1291&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=f207f3eee49e7da832b870481662bece5819f720dd06f45f4f98da7da4f297cd 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=170&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1291&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=b9e67b2ff6ba2153bf14ecf31fd7c9c0a66e24d19439a5b11d1ae12bb43adf81 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=fb3884324386de0783ea94bf8415dbd82c839da73bd173a299a07f1f0ea11b89 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=4a451f59d57b9d33bd63fb21d059faeedc3fceebce5e0003278097f69bee991b 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=4da3775b673114d685b13f016b8d6028f5dccdedb5a2f9ffe24a30706921ef3f 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=a94aba49b40bbc006c16af818fdced709e811a000b589bd19d450c545778afb5 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=174&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1283&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=a2ac1c8a3fc394d40c4d70bc58d3110120679ecc4d6f62188dff1616f2193027 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.webp?t%5Bcrop%5D%5Bx%5D=174&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1283&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=915ee50424d1f19b9051bbda587696e4839ca3119975a1a8c432cdcb179657f9 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=174&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1283&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=815d2fce051c295369b39744478f10ef2068b871f3ae9d063954c29223e9b5b1" style="object-position: 51% 19%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=174&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1283&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=815d2fce051c295369b39744478f10ef2068b871f3ae9d063954c29223e9b5b1 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909351.jpg?t%5Bcrop%5D%5Bx%5D=174&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1283&amp;t%5Bcrop%5D%5Bheight%5D=2506&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=d58cf7697d1e038fee27680255b0cc8a0c9fa764249fe0d6a2f8f51784331e94 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/underholdning/dkkendte/efter-flere-forsoeg-nu-er-det-endelig-sket/10429839" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.9375em;">Nu er det</p><p style="white-space: nowrap; font-size: 10.125em;">endelig</p><p style="white-space: nowrap; font-size: 17em;">sket</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.4375em;">Nu er det</p><p style="white-space: nowrap; font-size: 5.6875em;">endelig</p><p style="white-space: nowrap; font-size: 9.5em;">sket</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 12.6vw;">Nu er det</p><p style="white-space: nowrap; font-size: 16.1vw;">endelig</p><p style="white-space: nowrap; font-size: 26.9vw;">sket</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-purple dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430541" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/dkkendte/tv-2-par-skilt-nu-har-de-solgt/10430541" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/underholdning/dkkendte/tv-2-par-skilt-nu-har-de-solgt/10430541" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 12.6875em;">TV 2-par</p><p style="white-space: nowrap; font-size: 22.0625em;">skilt:</p><p style="white-space: nowrap; font-size: 7.3125em;"><strong><em>Nu har de solgt</em></strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 10.0625em;">TV 2-par</p><p style="white-space: nowrap; font-size: 17.5em;">skilt:</p><p style="white-space: nowrap; font-size: 5.8125em;"><strong><em>Nu har de solgt</em></strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 20.5vw;">TV 2-par</p><p style="white-space: nowrap; font-size: 35.9vw;">skilt:</p><p style="white-space: nowrap; font-size: 11.8vw;"><strong><em>Nu har de solgt</em></strong></p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429652" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/fodbold/udenlandsk_fodbold/international_fodbold/fodboldfrue-i-chok-de-stjal-mine-smykker/10429652" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/fodbold/udenlandsk_fodbold/international_fodbold/fodboldfrue-i-chok-de-stjal-mine-smykker/10429652" class="dre-item__asset" aria-label="Fodbold-  frue  i chok" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=272e5a2454510ad7459e16af6cb0168374a494b8849412786d2c3782181421fa 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=9f66302508509fd25feac041deb46c24498a34e3c984f2fbca47de2c47cb629e 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=c5af13ac0530b0911ae166dcec434310520483da34e9fc8409ae1d747f8ca51b 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=4efb18e598109f001e9bb6180b06e773f5f5032959ffb88a284f4ab275fdebc7 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=21715db4bce438d07f4848568792cb0f1413a4fdd5537746c55c869c0ae10a85 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=b00a5dab3f9e8951ce0ba1b1eaa8b5205edaa4206257092a0bb4a43c70953408 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=460d63dd2b061300785ee9abe6928e4fa5d9ef305b44cd8c93df71d9aac25dd3 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=3e84196fa487bab91a32e7d244349b2d50b11ff9d7d8183b5f31e6c3788902f2 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=fbe59f7e2df7ad122b60f73560262f6ba5cb0b1248df60feaf32362d6fcd1a80 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=fd7c66c9e77501cf4337460f70e2af1fd65bf20cb141848f0807f1650e6814b6 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=16799d5d276365244ff2e53284fa6b24787fb59f5630e5461db03df7d436ca68 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=f043780a5dc332a9af496953a0da5ba8aafe3734cdd74ea2214dd73387d77711 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=5195ca8c4b6fd4e6848663fbffa4649046b9cea3d28b4e1873f5d2bffdc9c18d" style="object-position: 49% 12%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=5195ca8c4b6fd4e6848663fbffa4649046b9cea3d28b4e1873f5d2bffdc9c18d 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909350.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=123bf545f829b4070b5b78b7946d76b10d3c6f6c4d281545477042e37e360459 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/sport/fodbold/udenlandsk_fodbold/international_fodbold/fodboldfrue-i-chok-de-stjal-mine-smykker/10429652" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.75em;">Fodbold-</p><p style="white-space: nowrap; font-size: 12.75em;">frue</p><p style="white-space: nowrap; font-size: 8.6875em;">i chok</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.5em;">Fodbold-</p><p style="white-space: nowrap; font-size: 9.9375em;">frue</p><p style="white-space: nowrap; font-size: 6.8125em;">i chok</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 8.8vw;">Fodbold-</p><p style="white-space: nowrap; font-size: 19.5vw;">frue</p><p style="white-space: nowrap; font-size: 13.2vw;">i chok</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430901" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/nationalbanken-om-trumps-told-har-ikke-betydet-meget-globalt/10430901" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/penge/nationalbanken-om-trumps-told-har-ikke-betydet-meget-globalt/10430901" class="dre-item__asset" aria-label="Har IKKE  betydet   meget" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=908&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=5b0393e21e7bcb50f7b4dfd518eed661517f539a15eceac4f1b27d92bb5ebf35 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=908&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=7fc8957de92f6777b27a9300d86dd8cd1b9afec7a444a14ed45a4615d95175ec 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=908&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=7106854d7bf21981845cf9d2ff6152c616770fbab9dbb8082ee88518e8e5b859 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=908&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=0d5248ea0ebeeb704eac751413c497e558b68596ce021ccb9e4db923b7cef481 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=908&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=e3c3d0d1db3afbb03a2828b28dbab99f2a81b819ba4acae262804eb74de896e6 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=908&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=abc75787cadf1f8acfb02308d94ae0ffd6f97215f382223977df3cf82bd0ce1a 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1013&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=0fb2eb77611244608942808eaa44f6006261a4859c8c3b49295d2ea3c1c6b087 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1013&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=ad9a19a8ced2f7ec3de62da694a7860c34db083593de6d807bab6025d26902cc 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1013&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=5bcd78d70405372025283667f629401336eda1840e45ff2d705180921f494126 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1013&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=414fa33469b8b1891590bd7151ae9dbe03d70938e385a907cba6e5335d542005 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=70e7459da029a42396da883fbcc248f2d466ad575ef868c5d7161c1f33040d43 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=c47671000d82fc5c6ab4657528f1090c71e296f296ce1b2d747a5f9cefdb5a16 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=a95b4b90138255d221a29733b784bdcef336b98c18bd7593acb47b9ec2ef6d3b" style="object-position: 53% 23%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=a95b4b90138255d221a29733b784bdcef336b98c18bd7593acb47b9ec2ef6d3b 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909590.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=f1aca99d3a09bb2ddec49c00ac55b8cee28fa26d54c9e9a19ac17028f9a5be7e 890w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>NATIONALBANKEN:</p></div><a href="/penge/nationalbanken-om-trumps-told-har-ikke-betydet-meget-globalt/10430901" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.9375em;">Har IKKE</p><p style="white-space: nowrap; font-size: 6.8125em;">betydet</p><p style="white-space: nowrap; font-size: 8.4375em;">meget</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.625em;">Har IKKE</p><p style="white-space: nowrap; font-size: 5.3125em;">betydet</p><p style="white-space: nowrap; font-size: 6.5625em;">meget</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 9.1vw;">Har IKKE</p><p style="white-space: nowrap; font-size: 10.4vw;">betydet</p><p style="white-space: nowrap; font-size: 12.9vw;">meget</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-left dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--video dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10431005" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/article10431005.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/Udland/article10431005.ece" class="dre-item__asset" aria-label="Stiktosset   minister:   <strong><em>Barbarisk!</em></strong>" tabindex="-1"><video class="dre-item__video" muted="" autoplay="" playsinline="" loop="" data-fit="crop" preload="none" style="object-position: 41% 39%;" poster="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=490&amp;accessToken=89d36f65a72c566b9fe5e8a47fa9ae70beb6f4810f8de94a7e64c937c684b07f"><source src="https://content.jwplatform.com/videos/3g0xfIxp-wtZ7IGYx.mp4" type="video/mp4"></video><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=88b9e1c65c8b589155ea85c7a38bc986eacc5f282e70d19f96e0f15cb185538d 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=9ffa9e23125af09f3e1409fc48c86e27195a7923da0aad0aa7344842da9c30fc 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=ad09d9e4d3587490b500f215615ed8b2bd36d011965606f7981ee35a5d45646c 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=0c3abd873712405bffb9f654c7b6e06b46b702545369ff6d714351ddae1cac75 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=8f6a09d1595b77c637ae9af6c085fa1fb57656feef5d43e9669643dd59bb7320 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=308&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=684&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=68428930313580ea84f716e6ec4929d5e8b052272fded3171fdcad33f0b1d99f 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1423&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=f23bb1e24a0aaed19337bb9110b6e05e771e77b069b973cd63eec793fcd9b206 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1423&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=27233847db42e1c0ce8eea4eb6ac5ee2c5f88f1b387263bfc98732cd4913a28b 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1423&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=a5b2c3e06bb544e79b4d9e4b4e5ca6657ba3321cd0ecd25270d709135eec6811 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1423&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2bea498cd64e03ad94301f71de016068e55c61ce87db4c48f8e98485a8f50c7f 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=298&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=704&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=052b9049d87634e86db7590fa3f8829bd2f641d326ccb237057c76f59f500d29 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.webp?t%5Bcrop%5D%5Bx%5D=298&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=704&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=f6e06905530a2fbe94d2298120918f1ed973f3e04bf249590cf8a85808ab2613 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=298&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=704&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=e655f26140c53ec9f2b1d361cc63ceadbbd9747de5211e9ba6c312541b2a0949" style="object-position: 41% 39%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=298&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=704&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=e655f26140c53ec9f2b1d361cc63ceadbbd9747de5211e9ba6c312541b2a0949 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116913259.jpg?t%5Bcrop%5D%5Bx%5D=298&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=704&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=eb7806b2d0c7073f8ca36d391ad96468c3ca6fbf349c38cc4516418dff63b9ea 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/article10431005.ece" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.125em;">Stiktosset</p><p style="white-space: nowrap; font-size: 8.1875em;">minister:</p><p style="white-space: nowrap; font-size: 7.125em;"><strong><em>Barbarisk!</em></strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.9375em;">Stiktosset</p><p style="white-space: nowrap; font-size: 4.5625em;">minister:</p><p style="white-space: nowrap; font-size: 3.9375em;"><strong><em>Barbarisk!</em></strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.3vw;">Stiktosset</p><p style="white-space: nowrap; font-size: 13vw;">minister:</p><p style="white-space: nowrap; font-size: 11.3vw;"><strong><em>Barbarisk!</em></strong></p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-plus dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10428809" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/krimi/formodet-lejemorder-anholdt/10428809" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/krimi/formodet-lejemorder-anholdt/10428809" class="dre-item__asset" aria-label="Formodet  lejemorder  anholdt" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=149&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2217&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=607518a04f2813a44067ba0c16b39c933162effe8b61397175e1176658c42b82 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=149&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2217&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=b264d6e2609ed4d99f4c008035cb8a247bb5e93e7abd13b9f8ae64a68575a760 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=149&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2217&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=5e6c621aed947948586addb4aab328b7489ca831bd4973aeaa5f8865b33e99da 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=149&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2217&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=1190771ce26966540adce26a0483af99a2f5fd344ee0f8efd37727d593e22631 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=149&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2217&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=b57313e0fb3a1a3ebcb18a524081e30b2d6ccbe2c2903c1d69be86b8c97c48d3 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=149&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2217&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=81f36fbeacc934e0552a3a1ef6aaa3a1d593541028e8e2c783e065a0b9a91387 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=719&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1076&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=1d527d6e9c6d4f9a08c482a8439c58174bb9615d50f48eb02294906b4ebf07c9 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=719&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1076&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=d64be506ace302d753df69b797acce11db5a6a8bfa57892b70ac00a580c1d6f2 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=719&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1076&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=a9dc8da697de854b4effc6007ad7c7e273fef3876dfd6d0bf41c26fc97d597f1 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=719&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1076&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=152ac8c47d3b3a30e965d6479735527c85790acc94f803bb7b1bbb44cddd5b4e 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=172&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2171&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=693790bea9f9d92af2f1637a905349665292929ec351c7ba1e5638db90585e69 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=172&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2171&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=289185081559ca183a2ae8a0872dc0192ed8d6b6c4de741394988f25ea5a2b57 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=172&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2171&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=6fcf01e142801ded67849f72c63e188b2947b927b3895974c160068fb7b903ad" style="object-position: 50% 50%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=172&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2171&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=6fcf01e142801ded67849f72c63e188b2947b927b3895974c160068fb7b903ad 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/111498192.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=172&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=2171&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=87e536bfc67e66c271166169e4e0b588d2b2f7c25118441928010f5961e6d064 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/krimi/formodet-lejemorder-anholdt/10428809" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.625em;">Formodet</p><p style="white-space: nowrap; font-size: 6.75em;">lejemorder</p><p style="white-space: nowrap; font-size: 9.5em;">anholdt</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.25em;">Formodet</p><p style="white-space: nowrap; font-size: 3.75em;">lejemorder</p><p style="white-space: nowrap; font-size: 5.3125em;">anholdt</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 12.1vw;">Formodet</p><p style="white-space: nowrap; font-size: 10.6vw;">lejemorder</p><p style="white-space: nowrap; font-size: 15.1vw;">anholdt</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-purple dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430907" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/prins-william-det-seneste-aar-har-vaeret-det-haardeste-i-mit-liv/10430907" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/underholdning/prins-william-det-seneste-aar-har-vaeret-det-haardeste-i-mit-liv/10430907" class="dre-item__asset" aria-label="Åbner   op om   svært år" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=294f8bfdef0733d665de5d02226a9951d2029992ce778113d9de93df0e8d5df6 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=998f229f35031066e22ee931814d7da428d2e649a5a566dd4bae9c02d2bf5ead 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=ce6961d306740de976193c81b6b491a9e3bc2d3e341a613e8dcdbf40e0630001 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=7fed8c0217b90ba8c33ded8d89a5587dcf6294ce03354b5cb3c9f1ec44aa9888 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=48653273b71a919a12047e8dffa742db654b7f74ea7f03e31ea3ce706ca08668 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=b39b634cb1248177f90b67b0bfac77a8c36a29a42a4e0b5a8ce6f526148cead8 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1363&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1767&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=2dabf202b3cd73115c757027b1617f2df975e94e92bbfbef1d7d8b5e82c71b32 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1363&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1767&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=7f2e55358109803868e9704afacdd46555a59b73ed1d1d21417355affa04ef4b 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1363&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1767&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=df73350e26083bf2ae847d7ec2cd5259202b97aae08c413c39ff6e255b8ec5dc 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1363&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1767&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=3b9fd3f937d0c0a50f61de461f18262e398ebc285b08215dca5232b1c91d7707 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=6044689f4cad0ad80ea13d1628318df2e72b13e7c03e771bbe246e2da809e0a4 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=8ecca17d01239676d8c830b62ad2b2363a851bee6687ab713882629ba505551f 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=dec962b1f30dd8cfa6ce262b07dacbd696d6e15127222cf1a1772a3634f18977" style="object-position: 50% 39%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=dec962b1f30dd8cfa6ce262b07dacbd696d6e15127222cf1a1772a3634f18977 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909354.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=1364&amp;t%5Bcrop%5D%5Bwidth%5D=3812&amp;t%5Bcrop%5D%5Bheight%5D=1765&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=e15f5cfa2ddc7b7fd28b82b76b086f92b7681283802658122cc4863aa706a82d 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/underholdning/prins-william-det-seneste-aar-har-vaeret-det-haardeste-i-mit-liv/10430907" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.875em;">Åbner</p><p style="white-space: nowrap; font-size: 8.5em;">op om</p><p style="white-space: nowrap; font-size: 6.3125em;">svært år</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.9375em;">Åbner</p><p style="white-space: nowrap; font-size: 6.625em;">op om</p><p style="white-space: nowrap; font-size: 4.9375em;">svært år</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 13.5vw;">Åbner</p><p style="white-space: nowrap; font-size: 13vw;">op om</p><p style="white-space: nowrap; font-size: 9.6vw;">svært år</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429698" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/trump-undslipper-centrale-retssager-efter-valgsejr/10429698" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/Udland/trump-undslipper-centrale-retssager-efter-valgsejr/10429698" class="dre-item__asset" aria-label="Trump  undslipper   retssager" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=7ed5039013e3325e8c793a0232ac3407caa4b3d4fa1602ebdf24a3bef1b79b40 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=8f67ca633cf8c8e6d2b9596d7e68864279eb65ab125ad3a4ddab3019dd90bce0 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=46ec9fc46fc314fc9f888229fe69839b633e8035f5b4212baacaa7a36808c73e 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=7953c5f51947d2ff28bdecd84350d8e53f38ca5cb3180c9a80cb852e4f61242e 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=a7eb1d9360084d87f0c5f6b7557ab725f10e248e6ee6ae47ec4f9937c4e6925d 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=f3001a70f2d5261a9519174ed0cc71c9202f803930e444ef502cff25f3ffd61a 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=cb874ef6c0636168663839028e2a18c292261eb30e4f6814a436f7e1dd1c22f6 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=bbe9a16d142e10ba8edbcfb488aeaefc14f343050ff81f7eacc874d0bb104a27 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=b195e13a037e3929f3d961c93878c2f99c3f4f0e197667a242455011a8039878 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1029&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=f785c536aceb4de784b00e1db3996f5f8670acba44a690f78c050bd89596bd5e 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1034&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=f6cb5f9042dc73b1e8a2f3e16d3a6e2b0d296aef56df082d6a7511be7264c6d5 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1034&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=e65d6b424fb00f9147ddf4316eaff7a54b0bac7e13bc8dd86af8b970ad56f4ae 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1034&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=043303522065fbcb67b7dd5d635dd6fb702db3f925b2dc31d71807f1f09d3ed7" style="object-position: 61% 31%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1034&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=043303522065fbcb67b7dd5d635dd6fb702db3f925b2dc31d71807f1f09d3ed7 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1034&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=06046b85644d4e2fc1b68525838b6e2b3b8091cc991d2e5a1f2c30d395048925 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/trump-undslipper-centrale-retssager-efter-valgsejr/10429698" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.125em;">Trump</p><p style="white-space: nowrap; font-size: 4.9375em;">undslipper</p><p style="white-space: nowrap; font-size: 5.5625em;">retssager</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.3125em;">Trump</p><p style="white-space: nowrap; font-size: 3.8125em;">undslipper</p><p style="white-space: nowrap; font-size: 4.375em;">retssager</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 12.3vw;">Trump</p><p style="white-space: nowrap; font-size: 7.5vw;">undslipper</p><p style="white-space: nowrap; font-size: 8.4vw;">retssager</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-green dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10431001" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/fodbold/udenlandsk_fodbold/international_fodbold/mexicansk-legende-stopper-karrieren/10431001" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/sport/fodbold/udenlandsk_fodbold/international_fodbold/mexicansk-legende-stopper-karrieren/10431001" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 13.3125em;">Legende</p><p style="white-space: nowrap; font-size: 14.375em;">stopper</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 10.5625em;">Legende</p><p style="white-space: nowrap; font-size: 11.375em;">stopper</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 21.6vw;">Legende</p><p style="white-space: nowrap; font-size: 23.3vw;">stopper</p></div></a></div></article></div></div></div></div>
    <div class="fnSpaceManagement" id="spm10270248xpzzx11" data-spcmngm="above_dre4">
    <div id="svelte-list-10270248" class="widget-externallist"></div>
<script>
;(() => {
  const listOptions = {
    deviceType: 'DESKTOP',
    environment: 'PRODUCTION',
    externalList: 'bolddk',
    id: 10270248,
    maxArticles: 4,
    showHeader: true,
    title: 'Nyeste fra Bold',
    trackingLabel: 'latest_bolddk-bol',
    type: 'campaign'
  };

  sveltelist.init(listOptions);
})();
</script>
</div>
    <div class="fnSpaceManagement" id="spm7965763xAORx12" data-spcmngm="dre-nat1">
    <div id="front-ekstrabladet-dk-native-2" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5e1dbc658b7c527b91a1690c" data-editionname="native" data-decknumber="2" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--main-others dre-group--3-items" data-layout="main-others"><div class="dre-group__content"><article class="dre-item dre-item--size-two-thirds dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-native-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10412248" data-priority="A" data-tracktype="dre|activated" data-spacemanagement="activated"><div class="dre-item__header dre-item__header--empty" style="--chars: 0"></div><a href="/sex_og_samliv/en-fraek-julekalender-aabner-for-intimiteten-i-parholdet/10412248" class="dre-item__asset" aria-label="Dette styrker  intimiteten" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=47&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=342970ffe7280fe33a65389b4373ea93bc7f3bc233a465fd9f8c8e9a44e3983d 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=47&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=a02628e8e7d8fbce0672e41515e4fa1993b30a64f273d379614cca90683b0da2 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=47&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=0f3904441e405f9fc197af4cd2134d92a1075d284280223ddbcadb1441aa0a6e 1150w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=47&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=ca3bf325f30cbed992bc1977e13b644967e79efc7dcf52b6a09a00c66c3d7430 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=47&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=604a795c8043db0357dadeefb25a0bd63c5584baef40303b94503f4756fdd181 1456w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=974&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=3d9133dbd28781e7afe2ec141c291e0cbbfa43ad352fea23a2b014f11968097f" style="object-position: 46% 39%" sizes="(min-width: 768px) 600px, (max-width: 767px) 97.33vw, (min-width: 768px) 728px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=974&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=3d9133dbd28781e7afe2ec141c291e0cbbfa43ad352fea23a2b014f11968097f 600w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116622874.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=974&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1200&amp;accessToken=edc26015d2a9ed86c88952ad7f9166fe61397b49d5742f82151395bd621f7161 1200w"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle">Annoncørbetalt indhold</div><a href="/sex_og_samliv/en-fraek-julekalender-aabner-for-intimiteten-i-parholdet/10412248" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.4375em;">Dette styrker</p><p style="white-space: nowrap; font-size: 6.4375em;">intimiteten</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.625em;">Dette styrker</p><p style="white-space: nowrap; font-size: 7.9375em;">intimiteten</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 13.6vw;">Dette styrker</p><p style="white-space: nowrap; font-size: 16.2vw;">intimiteten</p></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-native-green" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10412639" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><div class="dre-item__header dre-item__header--empty" style="--chars: 0"></div><a href="/underholdning/filmogtv/film/filmsensation-vender-tilbage-saadan-var-virkelighedens-gladiatorer/10412639" class="dre-item__asset" aria-label="Afsløringer i ny film:    Gladiatorernes    blodige liv" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=4b657ff669bd5d8a62cb9618cafc455369622160b81c32b87b58594bc9aa6a51 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=e7352fa6494d39f6a1dec23cd9017aa2fa52e211bf02d72d87bf14ece2150033 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=a6523e76eccd966f871a7269859d0add96a000dd58cdf7859692ed9e024f9b2e 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=d88489b5c25fd47ee1713b5a9c6c74a4cb4acd46a0274f0e101884c9ef5552b3 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=84ed350b371c3aa9d309c1faaf96de884ef32f0812e56b485b3d64709ee4224e 708w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=86c49d0d527301c06b5b2a05fc9424daf9187069c02d183fa4643b269174d9ce" style="object-position: 51% 25%" sizes="(min-width: 768px) 290px, (max-width: 767px) 47.33vw, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=86c49d0d527301c06b5b2a05fc9424daf9187069c02d183fa4643b269174d9ce 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116623531.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=9c405b3aa22e25d0606e0506972d2b2ee13bc24e4d39698c5cca5999a8796646 580w"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle">Annoncørbetalt indhold</div><a href="/underholdning/filmogtv/film/filmsensation-vender-tilbage-saadan-var-virkelighedens-gladiatorer/10412639" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 1.625em;">Afsløringer i ny film:</p><p style="white-space: nowrap; font-size: 1em;"></p><p style="white-space: nowrap; font-size: 2.1875em;">Gladiatorernes</p><p style="white-space: nowrap; font-size: 1em;"></p><p style="white-space: nowrap; font-size: 3.1875em;">blodige liv</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2em;">Afsløringer i ny film:</p><p style="white-space: nowrap; font-size: 1em;"></p><p style="white-space: nowrap; font-size: 2.75em;">Gladiatorernes</p><p style="white-space: nowrap; font-size: 1em;"></p><p style="white-space: nowrap; font-size: 4em;">blodige liv</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 3.9vw;">Afsløringer i ny film:</p><p style="white-space: nowrap; font-size: 2vw;"></p><p style="white-space: nowrap; font-size: 5.3vw;">Gladiatorernes</p><p style="white-space: nowrap; font-size: 2vw;"></p><p style="white-space: nowrap; font-size: 7.8vw;">blodige liv</p></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-half dre-item--sm-half dre-item--image-bottom dre-item--last-line-fit-fill dre-item--skin dre-item--skin-native-lightred" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10414827" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><div class="dre-item__header dre-item__header--empty" style="--chars: 0"></div><a href="/nyheder/samfund/fra-maddiker-til-mirakel-olav-fik-en-ny-chance/10414827" class="dre-item__asset" aria-label="Olav fik en   ny chance" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=304&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=794&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=99125ed49d7b98505d2028311c88541d7464e2a08ac4bb32cde75e87a1998a4e 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=304&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=794&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=b6307d1684717e219e3dff96318be49e357d119ff398f70cf7f2885baf1360e2 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=304&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=794&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=3c293530b0494e19f0a4b2504ec7079530f755e870112eec227b659f54c5cca1 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=301&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=800&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=aeb50ba5c0230b450b6363d88a24fe8d397391582d7c594896703ac2c94ecf2b 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=301&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=800&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=318fb70fe2d260b70312226e7bce8764d50ba10416dace542524e28643df6faa 708w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=330&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=e483af9bd00b8035cfabbbb06355623efa648b0dd24a7d6182ea166ff6e8b02d" style="object-position: 50% 50%" sizes="(min-width: 768px) 290px, (max-width: 767px) 47.33vw, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=330&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=e483af9bd00b8035cfabbbb06355623efa648b0dd24a7d6182ea166ff6e8b02d 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116230900.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=330&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=b87d247aba92f716327b1723ebed37b47ceadf99a2986d39cb4ae2b38fc31b20 580w"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle">Annoncørbetalt indhold</div><a href="/nyheder/samfund/fra-maddiker-til-mirakel-olav-fik-en-ny-chance/10414827" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 3.125em;">Olav fik en</p><p style="white-space: nowrap; font-size: 3.25em;">ny chance</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.875em;">Olav fik en</p><p style="white-space: nowrap; font-size: 4.0625em;">ny chance</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.5vw;">Olav fik en</p><p style="white-space: nowrap; font-size: 7.9vw;">ny chance</p></div></a></div></article></div></div></div></div>
    <div class="fnSpaceManagement" id="spm9964372xAORx13" data-spcmngm="dre-plus-forside">
    </div>
    <div class="fnSpaceManagement" id="spm9539529xUTZx14" data-spcmngm="Widget_position2">
    </div>
    <div class="fnSpaceManagement" id="spm9327225xUTZx15" data-spcmngm="udvalgt_til_dig2_front">
    <div id="svelte-list-9452481" style="min-height: 290px"></div>

<script>
;(() => {
  const listOptions = {
    algoInfo: false,
    deviceType: 'DESKTOP',
    ebId: '',
    environment: 'PRODUCTION',
    id: 9452481,
    parentArticleId: '0',
    maxArticles: 4,
    showHeader: true,
    showImages: true,
    ssoId: '',
    tagUri: '',
    type: 'campaign',
    title: 'Mest læste lige nu',
    trackingLabel: 'latest_250-eng-oevrige',
  };

  sveltelist.init(listOptions);

})();
</script>
</div>
    <div id="ebbanner_wrapper_monster3" class="eb-position eb-position--monster3 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster3" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster3" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster3');
            }
          })();
        </script>
      <div class="fnSpaceManagement" id="spm7965757xoWgx17" data-spcmngm="dre4" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-4" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="4" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-plus dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10394738" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/elektrikeren-viser-sin-loen-der-er-kun-en-vinder/10394738" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/penge/elektrikeren-viser-sin-loen-der-er-kun-en-vinder/10394738" class="dre-item__asset" aria-label="<strong>ELEKTRIKEREN</strong>  Se min  lønseddel" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=55&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1441&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=f817d7c0dfa035d73dd28e416720eba9885a6a16f299d930a3a52afceb036a1b 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=55&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1441&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=efa22a8679c25e839b071dfbfd86accbd5bedcd2fd7d28fc1ca4a13ab8f66c37 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=55&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1441&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=91d1c2e0b3d6b0168b2b22e0727960c1ed9f9a0a3f7c1630e4016f62351287e6 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=55&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1441&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=45a6fb8b1a3362ad6da0b493a42fe9d0411a488841ed6d7325ca51021fb7e075 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=55&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1441&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=f59597a5692e79f192bf6204b6018878628e35bffeb5e1183475eece32404459 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=55&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1441&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=b2f1121830d8d61dbaecfbaa1c88dcc2384f3e2dec42a126bed4145747c301ab 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=276&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1117&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=51fe99043c5fdd7d1410d06aa641f13d2f9d3676a5a0a562867831ed12644184 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=276&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1117&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=c22b1352f62434cfbf8b59526db5eff496c30388644bbf93c1a009b835b0e114 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=276&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1117&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=7fa4e9586838fefee146e10f852f738b90ee1fec14de80e08c2a78a14274be84 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=276&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1117&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=f1bfce9a7fa83a0f19d67d5e946518a68f1532f37d9e0f297ad8975c2db8cac8 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=09bed70061d2af3b67793b157bc484be5111d4f01ce5ee43b4ad1b509a8c9c83 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=605a0569f7742d69e11f821209331fe8c109754737fdc02c898ee4affe214b3d 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=f1feec504c297265a2bd8a5aa2473a7034ce588a07c5a0826b0469aa47073a5d" style="object-position: 48% 39%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=f1feec504c297265a2bd8a5aa2473a7034ce588a07c5a0826b0469aa47073a5d 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116859223.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=2133&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=5cbb5406705785b772fadff2629af32ee2bf5988174b1e353b8e2462887bc152 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>BRYDER TABU</p></div><a href="/penge/elektrikeren-viser-sin-loen-der-er-kun-en-vinder/10394738" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 4.75em;"><strong>ELEKTRIKEREN</strong></p><p style="white-space: nowrap; font-size: 10.8125em;">Se min</p><p style="white-space: nowrap; font-size: 7.5em;">lønseddel</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2.625em;"><strong>ELEKTRIKEREN</strong></p><p style="white-space: nowrap; font-size: 6.0625em;">Se min</p><p style="white-space: nowrap; font-size: 4.1875em;">lønseddel</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.5vw;"><strong>ELEKTRIKEREN</strong></p><p style="white-space: nowrap; font-size: 17.2vw;">Se min</p><p style="white-space: nowrap; font-size: 11.9vw;">lønseddel</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--video dre-item--feature-videostandalone dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 258; --image-width-lg: 445; --image-height-md: 204; --image-width-md: 354; --image-height-sm: 206; --image-width-sm: 363" data-video-duration="00:54" data-articleid="10430778" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/krigogkatastrofer/article10430778.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/krigogkatastrofer/article10430778.ece" class="dre-item__asset" aria-label="Nu dukker  ligene op" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><video class="dre-item__video" muted="" autoplay="" playsinline="" loop="" data-fit="crop" preload="none" style="object-position: 47% 51%;" poster="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=726&amp;accessToken=202be39573571bdef8f72a2de88ee50ddc3acc83da0266faa4da52e65b7fdd06"><source src="https://content.jwplatform.com/videos/OgofebPO-wtZ7IGYx.mp4" type="video/mp4"></video><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=fca9b3fcb864bbd5ffea1d37b0bcb65938ce4f401320cf38e9fe8ddbc05feafd 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=68a0fdfccb9f3eb015c71b3365cc013b023ce267dbd21a92c7264a7949ccb9b0 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=967cf09d54267982557991ab5989483f9a6f9e0347de590b9de5684ab5c505cd 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=88eb5be6e5317d778e5bb7575b866367c1207d9bd879e343d739c3ff3dcc6bb7 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=097b2b328f706530b36a2575e806a1af3a08e79b5a0ae39aa07fffa1a11af16d 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1585&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=42054354252924c47934391588c99291f5f3ca51bc5ee7ead8fd67ee73a9e9e3 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=9bb205cd5c64d39cd6e50478e93d2a2a64f37debe1f109c1b3be471b426b0d7b 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=bd519a82eb36cda0a04d45152ec14afd32e6dd2eba027385b9d86c47669f53aa 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=59851c2ea84513dcbbbce5fe22e535b49443be0aa2281890d8c81961d9426242 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1561&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=c1c6bb442303d0bfc31372898d903afec9bea3a5e70962d1471bf9da3a244b68 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1553&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=7bf5f70cc5da552e32d57f27abc37dfd602c1b48a6b51a6aca13aad34cf00ec3 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1553&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=fcef3df33c77ad9ec952dc9e4e2702ae9e3f2e6bbc20f63dd29e207705202097 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1553&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=d3bc3304017aa4dadd5f97626a3ae9c0e13a7bcdfc3ce4416a3b47090c8f6613" style="object-position: 47% 51%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1553&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=d3bc3304017aa4dadd5f97626a3ae9c0e13a7bcdfc3ce4416a3b47090c8f6613 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909629.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1553&amp;t%5Bcrop%5D%5Bheight%5D=900&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=c6f2ddde751a1641d8406f5a2206e6d64b8a1631c5e7cc0ca998c4ede49b534f 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/krigogkatastrofer/article10430778.ece" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.0625em;">Nu dukker</p><p style="white-space: nowrap; font-size: 5.8125em;">ligene op</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.9375em;">Nu dukker</p><p style="white-space: nowrap; font-size: 4.5625em;">ligene op</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.6vw;">Nu dukker</p><p style="white-space: nowrap; font-size: 8.8vw;">ligene op</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-top dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430866" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/donald-trump-udnaevner-kommende-stabschef/10430866" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/Udland/donald-trump-udnaevner-kommende-stabschef/10430866" class="dre-item__asset" aria-label="Trump  har valgt" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=8c8bf6a6fa967e3adf9bbcc81a1bf9c61833344adc28f4a0b0b9527093baeb6c 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=fd54dbbdc9848764ea87b84f0de237f51089eef786ed8d7240186ba185c4bf60 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=ed97440e739ed37c988d613b1cc417443129047929961c2500711f3960da3d52 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=bc83980d5e29135e589d80946b9af070f2214cf83afd74d4de8511c439a801fc 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=dc0a17395ab1733b795ba5fbfba2f45fc4a0de60266f3357e08c5fabece82cd3 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=7138cb51ccbdeb646465deba1dfd6526337b7ba59989301d8222c0be3e55a3d2 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=0e0de54d434358917204fc9784ee56b546026b0f1aad926ce0e1b6c7f58945b1 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=63c1ff3bedb4f55e0b2e1eaef476cdb693132288753e644ba08c04863887e31e 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=3b0192332a9c2841da295a307ca2f1407bf77659b0df4b20785ca434fabcde44 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=1f17f0927690f9a2de23515edeca75eb6879ad35d785de1b52655ebc712bd171 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=d7bd43752c942f667ccdf52e3bd42fad082ae2ad24d4331f537e3f9bb8e180d5 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=468e50f46bd28e14253dec8f4a08c156f8f2794dba305e3f9b04ba9bcab346be 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=8abdf63147622f72f409fe58b7e3dbfc388db4b02a09443e2fc487c5a9b16950" style="object-position: 41% 29%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=8abdf63147622f72f409fe58b7e3dbfc388db4b02a09443e2fc487c5a9b16950 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908919.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=924a8f7f41b084669f611bbfd769807ccdbea068290fc3df64f3417267a30018 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/donald-trump-udnaevner-kommende-stabschef/10430866" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.125em;">Trump</p><p style="white-space: nowrap; font-size: 6em;">har valgt</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.3125em;">Trump</p><p style="white-space: nowrap; font-size: 4.6875em;">har valgt</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 12.3vw;">Trump</p><p style="white-space: nowrap; font-size: 9.1vw;">har valgt</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red dre-item--feature-plus" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430444" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/politik/danskpolitik/tiltalt-sygeplejerske-vil-ikke-lyde-seriemorderagtig/10430444" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/politik/danskpolitik/tiltalt-sygeplejerske-vil-ikke-lyde-seriemorderagtig/10430444" class="dre-item__asset" aria-label="- Vil ikke lyde  seriemorder-  agtig" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=618&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=661&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=91da05cc777a7604761c5a78488995a851242615e38a306dada7825305a5b9a6 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=618&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=661&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=dd462c722aafddf134e11ff664e628c2b9b5f1ed82fefc46522c482e7a13f49f 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=618&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=661&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=f0dedbbef307681225daf81e8cc21777e7c1ae10c1687f7900ea972970f09e99 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=618&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=661&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=639a606bf077274be813bc7b71d7ca020b4e1ce694cdbb5da4078e36a817b2f8 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=618&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=661&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=4ade578333932dbaabe2f92f1cf550594a49bffbe6bae82f23d95ba544081572 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=618&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=661&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=70036f0bf6723ed5e711f7bc6f920a950aba5cf1b99f364a56d0ca7bf7a1bc2d 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=211&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1389&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=23ddcb4185f6c6f87c81fa4f596352366278490b3714a61f766bc9cb960727e3 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=211&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1389&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=ad1e2c6610803b46340de9c06e16dd9115aa46d6f234af3d2c18dc239ed4bb78 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=211&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1389&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=ffefd4cee7b29ea1086444156e1e7c667174ab2a1a39f7aff783a76633cf3881 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=211&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1389&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=5d63a2c3d407b3058fa6465316b8c1e3d7edb673a7f1f2130c5355eeb5ac35a1 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=595&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=706&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=9aff4db3db861dfa2375843653d061a599acd3871919bcc799aceaaf94c846d7 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.webp?t%5Bcrop%5D%5Bx%5D=595&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=706&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=41996dd85fcda0b1572820bec52d01a4eebe440f2a7d40eb4e7906c9fdfd57ae 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=595&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=706&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=d494ffad6169a8d64cc5a0ddbc1934ccfe3e912f41e78f92396c6a650b2ef394" style="object-position: 59% 31%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=595&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=706&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=d494ffad6169a8d64cc5a0ddbc1934ccfe3e912f41e78f92396c6a650b2ef394 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116904855.jpg?t%5Bcrop%5D%5Bx%5D=595&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=706&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=4566b7b473f32e5f3011b5694f84c08780b15d76880f62500d05ade479ccda99 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>TILTALT:</p></div><a href="/nyheder/politik/danskpolitik/tiltalt-sygeplejerske-vil-ikke-lyde-seriemorderagtig/10430444" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.3125em;">- Vil ikke lyde</p><p style="white-space: nowrap; font-size: 5.5625em;">seriemorder-</p><p style="white-space: nowrap; font-size: 14.9375em;">agtig</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2.9375em;">- Vil ikke lyde</p><p style="white-space: nowrap; font-size: 3.125em;">seriemorder-</p><p style="white-space: nowrap; font-size: 8.375em;">agtig</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 8.4vw;">- Vil ikke lyde</p><p style="white-space: nowrap; font-size: 8.8vw;">seriemorder-</p><p style="white-space: nowrap; font-size: 23.7vw;">agtig</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430949" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/trafikogvejr/dmi-mulighed-for-regn-i-weekenden/10430949" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/trafikogvejr/dmi-mulighed-for-regn-i-weekenden/10430949" class="dre-item__asset" aria-label="Så kommer   regnen" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=897&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=4c4c6af6171e1968b3248000ac4472ca29922437b7033d194c6e4bdc105c4729 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=897&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=f295f1d20f17fcfd709b9a0c91a4a0004d9cdf29945a4116b1c47c6d2cba53a3 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=897&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=526aaab2de29726eb71ea6ef092e08e27f3976fc6fb278cb984afcae3f80d3fd 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=897&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=2487daeeac26bf654472f83ddac5e4f326934c1abad87210efefc7151291c696 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=897&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=181f3a60f1da6ca304078333929e9c09d672774e2974746b4caa177c5125d4c9 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=417&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=897&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=93ec265f5de1f758e83aeccdd220ae5c9ead3acbede43f1a9d747b9b6db8e42b 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=144&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=882&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=5253304a48afc1cd607e5f6bf4e560012394486274949163de4cb134a9189017 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=144&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=882&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=4a5786d1361fa63e8e528af410723d264fafbd0d89041a324b9ea27f38bd267f 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=144&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=882&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=13a29c1e58cce3ba6795cf4a877a8d2634e2655bae0f241d44bef16584930508 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=144&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=882&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=dbc23caba820f2b15d736acf534b4b696ac42eeb3374bf907f7fec78997480a9 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=361&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1008&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=4982fce52eda2313cfc6467de1f709d1103b849bd3744d4db9ea5da938a1d675 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.webp?t%5Bcrop%5D%5Bx%5D=361&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1008&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=c73ed8e071985f0bc7bec4a434ad357abcebf90a5e4c8de51a5236a0d4f4dd5a 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=361&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1008&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=b52181266fe1bbba9197236f10760a7b4138b875a4088958189cea6e392450e9" style="object-position: 54% 55%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=361&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1008&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=b52181266fe1bbba9197236f10760a7b4138b875a4088958189cea6e392450e9 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115444014.jpg?t%5Bcrop%5D%5Bx%5D=361&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1008&amp;t%5Bcrop%5D%5Bheight%5D=1065&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=a9de0081b6bf27e28896c8b0674504da0af27d682c6352467914ab51c799ce2f 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>DMI:</p></div><a href="/nyheder/trafikogvejr/dmi-mulighed-for-regn-i-weekenden/10430949" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 6.5em;">Så kommer</p><p style="white-space: nowrap; font-size: 10.75em;">regnen</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.625em;">Så kommer</p><p style="white-space: nowrap; font-size: 6em;">regnen</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 10.2vw;">Så kommer</p><p style="white-space: nowrap; font-size: 17vw;">regnen</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430910" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/flere-israelere-overfaldet-i-amsterdam-efter-fodboldkamp/10430910" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/sport/flere-israelere-overfaldet-i-amsterdam-efter-fodboldkamp/10430910" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8em;"><strong>Skræmmende</strong></p><p style="white-space: nowrap; font-size: 16.6875em;">scener</p><p style="white-space: nowrap; font-size: 8.75em;">i Amsterdam</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.375em;"><strong>Skræmmende</strong></p><p style="white-space: nowrap; font-size: 13.1875em;">scener</p><p style="white-space: nowrap; font-size: 6.9375em;">i Amsterdam</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 13vw;"><strong>Skræmmende</strong></p><p style="white-space: nowrap; font-size: 27.1vw;">scener</p><p style="white-space: nowrap; font-size: 14.2vw;">i Amsterdam</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430942" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/samfund/millioner-af-skattekroner-og-pensionsmidler-kobles-til-putins-skyggeflaade/10430942" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>DANSKE PENSIONSMIDLER</p></div><a href="/nyheder/samfund/millioner-af-skattekroner-og-pensionsmidler-kobles-til-putins-skyggeflaade/10430942" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 12.5625em;">Millioner</p><p style="white-space: nowrap; font-size: 12em;">kobles til</p><p style="white-space: nowrap; font-size: 5.8125em;">Putins skyggeflåde</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 10em;">Millioner</p><p style="white-space: nowrap; font-size: 9.5em;">kobles til</p><p style="white-space: nowrap; font-size: 4.625em;">Putins skyggeflåde</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 20.4vw;">Millioner</p><p style="white-space: nowrap; font-size: 19.5vw;">kobles til</p><p style="white-space: nowrap; font-size: 9.5vw;">Putins skyggeflåde</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430883" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/diks-med-i-kaempe-fck-broeler-det-skal-stoppe-nu/10430883" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/diks-med-i-kaempe-fck-broeler-det-skal-stoppe-nu/10430883" class="dre-item__asset" aria-label="<strong><em>Opråb: </em></strong>  Det skal  stoppe!" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=849&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=d904d928363f4a98a88d3bf0758caafbff945941f232a3593dc57e5774e2e204 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=849&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=b08ec56fa98f302c0b49638ed4944d8ff7364bbab2e8790012978c5f1895c415 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=849&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=56f18c31108db6c7606940db02915217ff68706208381c61429cf92cd2d8f8a8 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=849&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=9bd59076059260015c010c049863a3984d1a9a4bbbd25e0bb7485c3b6942d7e2 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=849&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=1bc5dbf26e44b201aed76333fa009f13d0450ec92d1526c2ffeb74e7cd1b9597 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=849&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=0f2036d4853dc0da5ea50d61dc4e89d55326b5ccee49cc2f5e7d083917c84b2e 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=840&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=c8382cd143712cd66736885153702b5aaf598a2398afe8b5f59a667bf6e636b1 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=840&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2c1e492414504adae4470182706638a58a31ca837004ad9a49033c6250fbd99a 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=840&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=e594676ac4b881c8e031a71d022a51b540e36e37040a0924c6b957bb868a7006 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=840&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=6a8e9ecad515f306beb5e317fd2f424c8cf403e425f74b0af1ba6196a0bad8c4 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=855&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=06da89ce39a552dfa36732f6203dcd8083f729ed65292e09173f0b4d911ddc5f 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=855&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=84fbacc9ccea578bf8c300a61c062c7703ac4560560d6efa4c6ac534d6158646 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=855&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=308c1eb48b015652935bbe3ad9978cd77a9920cbbfc7bc7d22d0acb669392719" style="object-position: 33% 27%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=855&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=308c1eb48b015652935bbe3ad9978cd77a9920cbbfc7bc7d22d0acb669392719 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909299.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=855&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=dd86ac1a65ede87ce30d7c37193d2ddb3fc96bd2973a9611da8974f3abf5b165 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/diks-med-i-kaempe-fck-broeler-det-skal-stoppe-nu/10430883" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.875em;"><strong><em>Opråb:</em></strong></p><p style="white-space: nowrap; font-size: 6.375em;">Det skal</p><p style="white-space: nowrap; font-size: 7em;">stoppe!</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.125em;"><strong><em>Opråb:</em></strong></p><p style="white-space: nowrap; font-size: 5em;">Det skal</p><p style="white-space: nowrap; font-size: 5.5em;">stoppe!</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.9vw;"><strong><em>Opråb:</em></strong></p><p style="white-space: nowrap; font-size: 9.7vw;">Det skal</p><p style="white-space: nowrap; font-size: 10.6vw;">stoppe!</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429578" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/politik/har-kendt-harris-i-40-aar-kede-af-det/10429578" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/politik/har-kendt-harris-i-40-aar-kede-af-det/10429578" class="dre-item__asset" aria-label="Har kendt  hende  i 40 år" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=798&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=9fca7e9948c7ced413511aabe61bf07b5e491bc3ed3f07ee5d007d095034ee5d 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=798&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=ee071116d13074059ea21968a1fac17873f08304e31cea6f86ed861cbbe1f121 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=798&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=0fb3ed8825fa380b72cb5769ea938e0a40030c17e71f2c2f30fdea323da1fdda 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=798&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=855ac6634bfac0d9df0463ac5f32e58d57a868ec172d1d33c53459e17a199816 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=798&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=97be21f5c920497815a27d33182b52c96e330b784d5c98a3cf8b1cfae10b40f8 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=798&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=5ef0c6018959d7f32b6090e3e017a758d78d73f7bddefef55a92e259349dae92 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=797&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=170020d5f308d68bac6d48f92cd934eceb7851fb45db8f0d911eaa88427a4bda 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=797&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=6524e2836b466908904cfeb388e520c84899e9dca8ff9901bd36dffa323e64a5 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=797&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=e604b425c25f1254962cba65fd1369e087c61269e81787922e93cf4dc12c31ea 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=41&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=797&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=13a6fbd8fd26e4928ae7d07f3fc79ae77ef2850e6cc02ee21001b75fdfa61a00 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=799&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=5cf42e84a496ca42fe04bb2227bc72342ae8751634c9d618a1bb075767bf0471 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=799&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=ced095ea4cedb2ade7e181a60bcaaf62efcb4e53de365eb745cbe5ac66252136 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=799&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=1256e30e60038b7a8ab39248ce457377722373570fabc8420a05fa7a3280c660" style="object-position: 47% 45%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=799&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=1256e30e60038b7a8ab39248ce457377722373570fabc8420a05fa7a3280c660 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908858.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=40&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=799&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=8f9ec5019537b54c23131c95e7a44ebe0dd474f4fce24d337f17e1a308add08f 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/politik/har-kendt-harris-i-40-aar-kede-af-det/10429578" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.3125em;">Har kendt</p><p style="white-space: nowrap; font-size: 8.625em;">hende</p><p style="white-space: nowrap; font-size: 8.25em;">i 40 år</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.125em;">Har kendt</p><p style="white-space: nowrap; font-size: 6.6875em;">hende</p><p style="white-space: nowrap; font-size: 6.4375em;">i 40 år</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 8vw;">Har kendt</p><p style="white-space: nowrap; font-size: 13.1vw;">hende</p><p style="white-space: nowrap; font-size: 12.5vw;">i 40 år</p></div></a></div></article></div></div></div></div>
    <div id="ebbanner_wrapper_monster4" class="eb-position eb-position--monster4 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster4" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster4" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster4');
            }
          })();
        </script>
      </div>
                        </div>
                        <div class="sidebanner-container" id="ebSidecolumn_halfpage2">
  <div class="pushdownelement"></div>
  <div class="eb-sidebanner eb-sidebanner--right">
    <div id="ebbanner_wrapper_halfpage2" class="eb-position eb-position--halfpage2">
      <div class="eb-position-mark">
        <span class="fs-ads">Annonce:</span>
        <span data-targetid="ebbanner_halfpage2" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
            <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog"></use>
            </svg>
            <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog-solid"></use>
            </svg>
          </span>
        </div>
      <div id="ebbanner_halfpage2" class="eb-placement eb-placement--halfpage2"></div>
    </div>
    <script>
      ;(async () => {
        if (await window.eb.ready('ebBanners')) {
          if ('halfpage2' !== 'halfpage1' && 'halfpage2' !== 'halfpage2') {
            window.ebComponents.ebBanners.addPlacement('halfpage2');
          } else if (!document.getElementById('ebbanner_megaboard_top') && 'halfpage2'.indexOf('halfpage') !== -1) {
            window.ebComponents.ebBanners.addPlacement('halfpage2');
          }
        }
      })();
    </script>

    </div>
</div>
</div>
                    <div class="flex sidebanners " id="ebArticleWrapper">
                        <div class="sidebanner-container" id="ebSidecolumn_halfpage3">
  <div class="eb-sidebanner eb-sidebanner--left">
    <div id="ebbanner_wrapper_halfpage3" class="eb-position eb-position--halfpage3">
      <div class="eb-position-mark">
        <span class="fs-ads">Annonce:</span>
        <span data-targetid="ebbanner_halfpage3" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
            <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog"></use>
            </svg>
            <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog-solid"></use>
            </svg>
          </span>
        </div>
      <div id="ebbanner_halfpage3" class="eb-placement eb-placement--halfpage3"></div>
    </div>
    <script>
      ;(async () => {
        if (await window.eb.ready('ebBanners')) {
          if ('halfpage3' !== 'halfpage1' && 'halfpage3' !== 'halfpage2') {
            window.ebComponents.ebBanners.addPlacement('halfpage3');
          } else if (!document.getElementById('ebbanner_megaboard_top') && 'halfpage3'.indexOf('halfpage') !== -1) {
            window.ebComponents.ebBanners.addPlacement('halfpage3');
          }
        }
      })();
    </script>

    </div>
</div>
<div class="sidebanners-content">
                          <div class="section-area">
                            <div class="fnSpaceManagement" id="spm7965759x8Zrx1" data-spcmngm="dre5" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-5" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="5" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-bordeaux dre-item--feature-plus dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10419444" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/side9/cecilie/10419444" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/side9/cecilie/10419444" class="dre-item__asset" aria-label="Cecilie   i stort  galleri" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=476&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=831&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=af4e16fef3b27986a74c0dd164e08196c0e65c66b3065020046b6df9ccb657b4 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=476&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=831&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=3e37435b8297d6fbed1717d7bf7a6986cc83be4f2d14c7ac4a13367afcacc896 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=476&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=831&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=0a411a4cd0d9ee40a4a02c26907f09cfc4746003157283923e7afff8e23259fb 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=476&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=831&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=c45e1b6fba80ccdcb5e258fff7006446542bec6b17eb72ac0aa0b57d24dcd54c 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=476&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=831&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=7ec8f066ce542a766e2bb82117438b9383fbba9009aae73ff2a360af53bf5f0b 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=476&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=831&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=d843f5149aa9778706bac68ecc550f6afd451f5069a7931f7c4d67283f18fb2b 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=25&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1519&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=fc183dfa26a1db612ea1e5b4a0f0aebdfe096b03956228bada02da42ba232d88 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=25&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1519&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=126381fad49be013039f0e87a43394cb2af8b39ad3d83bd47e6ec631bffd121c 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=25&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1519&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=061e6b9dfbafcd64df7140e3b74f0477c99e9df6821bc829033035c78e0746ec 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=25&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1519&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=cf11c8d2fce8849cd9baae702b3cb9a5aab27dbec77b240d674b8b4581814242 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=478&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=8b4620bac2e7bff1b0bc190d81bb0d6500b4f2c78901b3cafad78127918a9f5f 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.webp?t%5Bcrop%5D%5Bx%5D=478&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=4534ab4ac0673309a049ee8303d4ca80abfd4d3ba4287abea7d79aeb9592ef48 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=478&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=c081f9c1ccbecb49db5eb02bb689e9277c977b33d197399826afcb300820542d" style="object-position: 56% 49%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=478&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=c081f9c1ccbecb49db5eb02bb689e9277c977b33d197399826afcb300820542d 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907775.jpg?t%5Bcrop%5D%5Bx%5D=478&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1602&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=a497f0e177dd89dad68b689501bea08a015713202963d8eb521f40962fc80a3d 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/side9/cecilie/10419444" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 10.9375em;">Cecilie</p><p style="white-space: nowrap; font-size: 12.125em;">i stort</p><p style="white-space: nowrap; font-size: 11.75em;">galleri</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.125em;">Cecilie</p><p style="white-space: nowrap; font-size: 6.75em;">i stort</p><p style="white-space: nowrap; font-size: 6.5625em;">galleri</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 17.4vw;">Cecilie</p><p style="white-space: nowrap; font-size: 19.2vw;">i stort</p><p style="white-space: nowrap; font-size: 18.6vw;">galleri</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430874" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/frustreret-mattsson-ikke-et-fck-hold/10430874" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/frustreret-mattsson-ikke-et-fck-hold/10430874" class="dre-item__asset" aria-label="'Pisse-  irriterende!'" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=e94e1b84b32534b7abb1893628f1129cc8c1b9747769a3e78c25604353f009de 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=80f3dbb4dd481b01c6756aed9778327fbffeb96c40325694603ed2ef785bf2e7 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=108990956ea95189041c1dbea6b6d8f8d3cd3b477e1b21a5dfec1245cf4f7678 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=89d397d327b3ea4c46e1ec0720e41ea9bff1e198b4d7f5a7e799df2b788bc512 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=ab0777b93dc47613adffcd1f7c25af77da6da404cdef6030d14c43b4acdb11ee 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=611f4bc8c5d71e0b75a23896fbcc694c966a041cf25c5f5ca4f2eaec3fbd1529 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=37f0c3c90077881a34a1f38a7216fec427f305ec6359a619c7c7e6560fab7011 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=01a62a536ee71ebeccfdc638e3fd48a1d2159017404b0cef000ee965d933d003 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=ce795208eb73dfa5890392c7b9d6bbbd4d11f6e48b0fbe70db68c5848b8d0dd2 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=dad7f198761e2df8a74d320c383c39a6b76a29836a8011a9f3480f0b26bfbfc2 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=dd9e066d90331e5fa4a554bce292f67832a5b1097c794f80c9e619d7b544537e 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=ce58bfa1830555039d65995f54211f6c69a6b4f1859e06c57dd32ea05d66d2ec 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=89db8106e94e118244dabdec8ea91bd0448746a938fb6170c6f543315aca391e" style="object-position: 51% 24%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=89db8106e94e118244dabdec8ea91bd0448746a938fb6170c6f543315aca391e 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116909357.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=f3fabe1e6523f74e578420efd5e60a17b50d7936105a38d2e1e671303bdcbf93 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/frustreret-mattsson-ikke-et-fck-hold/10430874" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.6875em;">'Pisse-</p><p style="white-space: nowrap; font-size: 4.4375em;">irriterende!'</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6em;">'Pisse-</p><p style="white-space: nowrap; font-size: 3.4375em;">irriterende!'</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.7vw;">'Pisse-</p><p style="white-space: nowrap; font-size: 6.7vw;">irriterende!'</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-purple dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10414042" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/musik/intlalbum/utroligt-superband-er-genfoedt/10414042" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/musik/intlalbum/utroligt-superband-er-genfoedt/10414042" class="dre-item__asset" aria-label="Utroligt" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1010&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=3ac50529f96f14f593c994d25fef14f98f1576f2314c7ef233543a28461e5d8f 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1010&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=0eecb1302190563688af11ec9afae0629d3a4ec04dc27916a8dedf063410a4d4 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1010&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=20679fb6063f0f59b113ec450112e91fc0afd4f4839573138301b06c7fa50996 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1010&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=383c36e3d2946c1611e685abd9a4477256b767feba03f3f182d746dfd1938ec6 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1010&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=3b8ace217ee46032730b6c40509f75b9e6293a31e0b24db9333a6e7588a4187d 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1010&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=c6247f27bc8301caba455dcc22b6bc5fdfc37e29167f3f30394b91e7072e237e 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1036&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=e6826d0ce083d7d239717448b89485465e4f7c906803b525da37f7abf8832f88 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1036&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=1ad093980a24d4188034510938483e81c76fdfbc230b9e2f2f9a550b5da1e38a 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1036&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=5b37048d1096228ea1637aa311cf555ab0d9bdf0824dd4e8aa2191365dfd37b0 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1036&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=9f4331f3d873de117b86dc12e4d6b250de366861304c58bacafccf3cacba1cf3 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1043&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=26392ac4259bde1d61b60fe558a9088533a77fb3595ab119a0076755787b6113 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1043&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=0e75a03d91f22e9f08a4e827271edd77e6759e2fbeba1a310557eec45ba560f4 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1043&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=1b75dacfd6665471e95370011cd9b02137c036574a5df8754055bcdb795b9730" style="object-position: 50% 16%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1043&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=1b75dacfd6665471e95370011cd9b02137c036574a5df8754055bcdb795b9730 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908485.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1043&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=bb0f888b2efc89077369ace4f656946068cad717262314cd54866ce82a76d18b 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/musik/intlalbum/utroligt-superband-er-genfoedt/10414042" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><div style="white-space: nowrap; font-size: 6.875em;">Utroligt</div></div><div class="dre-item__alt-title--md"><div style="white-space: nowrap; font-size: 5.375em;">Utroligt</div></div><div class="dre-item__alt-title--sm"><div style="white-space: nowrap; font-size: 10.4vw;">Utroligt</div></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-plus dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430492" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/krimi/bror-om-helges-doed-det-er-meget-mystisk/10430492" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/krimi/bror-om-helges-doed-det-er-meget-mystisk/10430492" class="dre-item__asset" aria-label="- Det er  <strong>meget</strong>  mystisk" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1032&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=4d19d73dfde0a822f32d34ca5e9aeeeb4326fb89a7191e0ffe9d453ed7d033ce 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1032&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=726fa4723ee19f2c8cc2bf48a6a596eccc80e4ee562dfeb967ba0d76835a759e 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1032&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=d254ffb37346d7f5a07ca9e1d39fd8e62a666cc10d59cd1c3f2e8a785b373a59 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1032&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=3d188462591de173067d097ba9569d45530ebe7dcc78ec9a7cc31d4b450e626b 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1032&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=59157767d71fca5bd7a54bb5e492621909ac81fb1d20d8e02db76e3e33210b76 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1032&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=5f50116f6f6be9e92743f148fe3be5094bd63e7289fd88acb4eb0648aaee9d3d 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1420&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=33177064549f95b075cf3f0ddbadbf9d876ae0155e5a858bdfe1ca2723cae751 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1420&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=7dde571c656f5ef3ce8e36140a49c181bb6411e8de3fe342c7bb2ff7c80f94bf 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1420&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=ef9efb54dbdbf788ad6ff5dc5d3c410f5dd6285068b93cd16c904bfb4d33e0f8 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1420&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=230946235f674436712d57a8be31d676f940babd5bae3c9691f75187b4dfc316 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1080&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=ccc897822aa060737dbb8aaa254dbff98c7b304fecac1fb0b6169835f228d59b 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1080&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=4b8624914df89f80595a3aa71d7d87677c183c1d78b7b702235e27e0206e2901 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1080&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=37c104506fd53eeef2f4da48837c4f75c4c5693e33ca0561183198f9fc9b2b1d" style="object-position: 50% 50%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1080&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=37c104506fd53eeef2f4da48837c4f75c4c5693e33ca0561183198f9fc9b2b1d 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115075943.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1080&amp;t%5Bcrop%5D%5Bheight%5D=1904&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=f422ae56d4f95f81f7ecaa91924343afaf2027a37320c9b6d40bdfc663ec45b3 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>HELGES BROR:</p></div><a href="/krimi/bror-om-helges-doed-det-er-meget-mystisk/10430492" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 9.4375em;">- Det er</p><p style="white-space: nowrap; font-size: 11.75em;"><strong>meget</strong></p><p style="white-space: nowrap; font-size: 9.3125em;">mystisk</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 5.3125em;">- Det er</p><p style="white-space: nowrap; font-size: 6.5625em;"><strong>meget</strong></p><p style="white-space: nowrap; font-size: 5.1875em;">mystisk</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 14.9vw;">- Det er</p><p style="white-space: nowrap; font-size: 18.6vw;"><strong>meget</strong></p><p style="white-space: nowrap; font-size: 14.8vw;">mystisk</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429722" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/seks-sager-mod-trump-hvad-sker-nu/10429722" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/Udland/seks-sager-mod-trump-hvad-sker-nu/10429722" class="dre-item__asset" aria-label="Hvad   sker nu?" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=577&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=803&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=da7a313d3a41fafc3da97caeeb4152ba620c5f3299ab0832bb015efe1be57c36 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=577&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=803&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=0bfde7fdc8afd42ff4cead22d2bd5d8b8f5a6fee2e446c915ffff91d1b452558 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=577&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=803&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=a512ac779c4380fcc4f3a01931ac2206dfd74ae304fe7ddef7f4c53d210e480e 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=577&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=803&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=3d08325a9399a44553217b291fe832d6b41264858bcd8737a2e30e69173ceaa3 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=577&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=803&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=993843e9c810cc501a895691a66f583945bea2d086315980b62a251a08118575 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=577&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=803&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=879b36d42e2d53f49d4a4f19d1e89e333152a814601fc89225ac2b7053fa2b41 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1045&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=9472d8acfad2e9ff57a5806d69e213276015699bc11c2a7a493989c804b4906e 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1045&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=24a32d9fc8e9dece9553b6fb602752c6c811ffcc313f2ea46fdf9bfb409704eb 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1045&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=5b00e9751f37b430da8bcad124b1a233cda9d612f6136ffdfb262287c43e9aa1 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1045&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2e982a811d5a8d040894d894cdb8dcf07158f146b21af0e5c2ae9cac7ffae957 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=565&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=0f481d7c12981d20540f465dd83d74ac18a9f0994e0c06945cffd93296776086 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.webp?t%5Bcrop%5D%5Bx%5D=565&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=a2c6a140cd22a83a2bf6f36fe16de9efbaba7c5722d8f0cfed88b6fe6b296c9e 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=565&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=ff6e71f91c3f6afc7ee507db4298eed21843e3f72933a7e99746fd38a9c2f61b" style="object-position: 61% 31%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=565&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=ff6e71f91c3f6afc7ee507db4298eed21843e3f72933a7e99746fd38a9c2f61b 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908610.jpg?t%5Bcrop%5D%5Bx%5D=565&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=826&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=e4f7441105b5bc3198b3ea4814d5c59f0104aecc469f292f8572414284790154 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/seks-sager-mod-trump-hvad-sker-nu/10429722" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 14.5625em;">Hvad</p><p style="white-space: nowrap; font-size: 8.5em;">sker nu?</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 8.125em;">Hvad</p><p style="white-space: nowrap; font-size: 4.75em;">sker nu?</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 23.2vw;">Hvad</p><p style="white-space: nowrap; font-size: 13.5vw;">sker nu?</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article data-quote="true" data-articleid="10430329" data-tracktype="dre|activated" data-spacemanagement="activated">
  <style>
    .editorial{background-color:var(--color--black);background-position:100% 100%;background-repeat:no-repeat;background-size:165px;border-radius:10px;box-sizing:border-box;margin:var(--distance-large) var(--distance-small);min-height:200px;padding:30px 20px;position:relative}.editorial:hover{box-shadow:0 0 10px 5px #c8c8c8}.editorial-icon{position:absolute;top:-18px;transform:rotate(180deg);width:60px;fill:var(--color--eb)}.editorial-quote{color:var(--color--white);font-size:1.5rem;max-width:65%}.editorial-quote[data-textsize=small]{font-size:16px;line-height:16px}.editorial-quote[data-textsize=medium]{font-size:24px;line-height:24px}.editorial-quote[data-textsize=large]{font-size:28px;line-height:28px}@media (min-width:767px){.editorial{background-size:contain;margin:50px auto 40px;max-width:910px;min-height:350px;padding:60px}.editorial-icon{top:-40px;width:120px}.editorial-quote{font-size:var(--fs-title);line-height:var(--fs-title)}.editorial-quote[data-textsize=small]{font-size:36px;line-height:36px}.editorial-quote[data-textsize=medium]{font-size:50px;line-height:52px}.editorial-quote[data-textsize=large]{font-size:60px;line-height:60px}}.editorial[data-author=asger_juhl]{background-image:url(/assets/img/editorial/asger_juhl.jpg)}.editorial[data-author=brian_weichardt]{background-image:url(/assets/img/editorial/brian_weichardt.jpg)}.editorial[data-author=henrik_qvortrup]{background-image:url(/assets/img/editorial/henrik_qvortrup.jpg)}.editorial[data-author=jan_jensen]{background-image:url(/assets/img/editorial/jan_jensen.jpg)}.editorial[data-author=knud_brix]{background-image:url(/assets/img/editorial/knud_brix.jpg)}.editorial[data-author=mads_kastrup]{background-image:url(/assets/img/editorial/mads_kastrup.jpg)}.editorial[data-author=mette_pedersen]{background-image:url(/assets/img/editorial/mette_pedersen.jpg)}.editorial[data-author=mogens_bille]{background-image:url(/assets/img/editorial/mogens_bille.jpg)}.editorial[data-author=per_mathiessen]{background-image:url(/assets/img/editorial/per_mathiessen.jpg)}.editorial[data-author=philip_thomsen]{background-image:url(/assets/img/editorial/philip_thomsen.jpg)}.editorial[data-author=uffe_gardel]{background-image:url(/assets/img/editorial/uffe_gardel.jpg)}.editorial[data-author=emma_busk]{background-image:url(/assets/img/editorial/emma_busk.jpg)}.editorial[data-author=hans_bjerregaard]{background-image:url(/assets/img/editorial/hans_bjerregaard.jpg)}</style>

  <a href="https://ekstrabladet.dk/nyheder/lederen/alene-uden-venner/10430329" class="editorial flex flex-align--center" data-author="uffe_gardel">
    <svg class="editorial-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.04 25.92">
      <g id="Layer_2" data-name="Layer 2">
        <g id="Layer_1-2" data-name="Layer 1">
          <path class="cls-1" d="M15.6,19.68a5.6,5.6,0,0,1-2,4.56A7.85,7.85,0,0,1,8.4,25.92a8.27,8.27,0,0,1-6.12-2.28Q0,21.36,0,16.92A18.2,18.2,0,0,1,1.26,9.84a17.27,17.27,0,0,1,3.06-5A16.57,16.57,0,0,1,8.16,1.68,17.46,17.46,0,0,1,11.76,0L15,4.8a13.05,13.05,0,0,0-4.68,3.48,7.07,7.07,0,0,0-1.56,5.28,5.3,5.3,0,0,1,5,1.2A6.53,6.53,0,0,1,15.6,19.68Zm19.44,0a5.6,5.6,0,0,1-2,4.56,7.85,7.85,0,0,1-5.16,1.68,8.27,8.27,0,0,1-6.12-2.28q-2.28-2.28-2.28-6.72A18.2,18.2,0,0,1,20.7,9.84a17.27,17.27,0,0,1,3.06-5A16.57,16.57,0,0,1,27.6,1.68,17.46,17.46,0,0,1,31.2,0l3.24,4.8a13.05,13.05,0,0,0-4.68,3.48,7.07,7.07,0,0,0-1.56,5.28,5.3,5.3,0,0,1,5,1.2A6.53,6.53,0,0,1,35,19.68Z"></path>
        </g>
      </g>
    </svg>
    <div class="editorial-quote fontweight-bold ff-primary" data-textsize="large">
      Mette sender varme hilsner til Trump, men det hjælper ikke</div>
  </a>
</article>
</div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430620" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/musik/intlmusiknyt/mystik-om-marcus-og-martinus/10430620" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/musik/intlmusiknyt/mystik-om-marcus-og-martinus/10430620" class="dre-item__asset" aria-label="Stor  mystik" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=75&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=fae5a71d38eab869656545a5c320b6f8190a98a36781fd6d0e8bb48d526c85f9 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=75&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=b7b652357f3599a83eba7fcf7e873343471a7ef341d60b71e4ab2896d6e389f1 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=75&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=b37719364b3777a726ad36c006507ab0292de054f49e7f43ce5442660844515d 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=75&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=e7a704eb0fe4975ec7ba40d5acd0b5f7f57570c7eb981a5a535d877620557ea1 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=75&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=dc4bed6a11796d73b12c8f9ef0dd93af45164fa6b5f7e8d7d9ea2f245598a7a6 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=75&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=670&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=3bd8bd04e08765681e70cbfb36999e472515190c8755db1c0b1c3a52a5c61da3 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1369&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=3913aef1b1658fcd6a06c758400111b0a5935aec46868f6d59e5761277f315d0 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1369&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=ceff5ed5a88aede0c90a7b1724a1699efac7975032f42dbdd3df53aacb43c862 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1369&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=e0b58e9f0b1d3332693f3b887c2741bb99e05015de6478576f8096e1527133ac 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1369&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=e3793f0fd2335f618424ce12e64a518e762236464b473f08122575f0fbfd747d 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=72&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=677&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=36903a4cfce58196a9fcee16c5ee5fe416d2ea01327fbb8a5a12dc2055e3a5ab 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.webp?t%5Bcrop%5D%5Bx%5D=72&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=677&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=c336541cda4af762ddc54fc8b50f312b8b61116f0344cf781a6b89cc1fdb77d0 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=72&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=677&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=7f9d8dfa39666c4e84781e53cfefaa11de54dccd1a1924f42de9784b71332d88" style="object-position: 26% 47%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=72&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=677&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=7f9d8dfa39666c4e84781e53cfefaa11de54dccd1a1924f42de9784b71332d88 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908759.jpg?t%5Bcrop%5D%5Bx%5D=72&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=677&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=e27544ac8c90571497d166acc8155a9e9f4975a5ffdf04dea2a79c464fba2c94 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/musik/intlmusiknyt/mystik-om-marcus-og-martinus/10430620" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 17.1875em;">Stor</p><p style="white-space: nowrap; font-size: 10.8125em;">mystik</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 9.625em;">Stor</p><p style="white-space: nowrap; font-size: 6.0625em;">mystik</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 27.3vw;">Stor</p><p style="white-space: nowrap; font-size: 17.2vw;">mystik</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430896" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/nordic-waste-ejere-har-trukket-millioner-ud-af-moderselskab/10430896" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/penge/nordic-waste-ejere-har-trukket-millioner-ud-af-moderselskab/10430896" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.75em;">Nordic Waste-ejere</p><p style="white-space: nowrap; font-size: 12.1875em;">forgylder</p><p style="white-space: nowrap; font-size: 15.0625em;">sig selv</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.5625em;">Nordic Waste-ejere</p><p style="white-space: nowrap; font-size: 9.6875em;">forgylder</p><p style="white-space: nowrap; font-size: 11.9375em;">sig selv</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 9.3vw;">Nordic Waste-ejere</p><p style="white-space: nowrap; font-size: 19.8vw;">forgylder</p><p style="white-space: nowrap; font-size: 24.5vw;">sig selv</p></div></a></div></article></div></div></div></div>
    <div id="ebbanner_wrapper_monster5" class="eb-position eb-position--monster5 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster5" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster5" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster5');
            }
          })();
        </script>
      <div class="fnSpaceManagement" id="spm9464646xitTx3" data-spcmngm="udvalgt_til_dig3_front">
    <div id="svelte-list-9452474" style="min-height: 290px"></div>

<script>
;(() => {
  const listOptions = {
    algoInfo: false,
    deviceType: 'DESKTOP',
    ebId: '',
    environment: 'PRODUCTION',
    id: 9452474,
    parentArticleId: '0',
    maxArticles: 4,
    showHeader: true,
    showImages: true,
    ssoId: '',
    tagUri: '',
    type: 'campaign',
    title: 'Populært i Ekstra Bladet+',
    trackingLabel: 'plus_most_sold_30_days-eng-oevrige',
  };

  sveltelist.init(listOptions);

})();
</script>
</div>
    <div class="fnSpaceManagement" id="spm7965761x5lEx4" data-spcmngm="dre6" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-6" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="6" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red dre-item--feature-plus" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10428673" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/krimi/flere-melder-sig-til-ltf-her-er-den-forbudte-bande-i-dag/10428673" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/krimi/flere-melder-sig-til-ltf-her-er-den-forbudte-bande-i-dag/10428673" class="dre-item__asset" aria-label="Her er  <strong>LTF </strong>  i dag" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=39&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=460&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=1e4dd50c4276a16216cc68dbe091ac369a42e3a639328e089af6aea5af6c597e 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=39&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=460&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=97b968e4784acb2aa957d859c9531321196dd0a0d81dd0801edbb605e4954ad3 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=39&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=460&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=ef11cf98e424d77aa0aa6bd80b9179e2aebc7c672e84881b8e12918f5cecd847 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=39&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=460&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=0e05b473ca5c3bc97229dfba6f524e4a321be6195de796cc59dacb5697f58f2c 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=39&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=460&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=01d60095164abd8bef74265dbabee7579eec02ae22778da83ae80231d1c5e1d7 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=39&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=460&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=e02629e54ab1b69a802abfeaf0127819aa584c5b27cad48988cd64f450cef904 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=939&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=66427fb878d362ec25fefd037aa7fea4ca64b88a6c72741b2f14ffb87e684961 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=939&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=355d05898335ef1ef13b8701a6193655d2ebe379e0b87fd194d3dda9a9fa0e1d 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=939&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=18f253d0b442ef019ca2cbf0f17faea7b1d5089df069faae26586abfd51b5079 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=939&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=c8f6da44b041c719c7da24e8ccbce551535ed8b9a7f1c604616293a503e054b3 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=38&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=463&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=5bb5d9bc8b2c42c2249ada79794bf1befed96d77c0522e8ee82141b5bfee5400 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.webp?t%5Bcrop%5D%5Bx%5D=38&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=463&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=d3c054149dcf09555a7858ba4a9205ea54dcec1341d99ce9d6009668313c5c13 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=38&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=463&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=6808b1d36ac04a55fd31e5562217d5620b3adf655b49d8dc1b2eabc14efd2090" style="object-position: 17% 50%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=38&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=463&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=6808b1d36ac04a55fd31e5562217d5620b3adf655b49d8dc1b2eabc14efd2090 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/91436234.jpg?t%5Bcrop%5D%5Bx%5D=38&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=463&amp;t%5Bcrop%5D%5Bheight%5D=1259&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=1d96ffdcb86d6880f8451d54c002a0044f4a32b1138b5303c68fca13e336ddf7 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>VOKSER</p></div><a href="/krimi/flere-melder-sig-til-ltf-her-er-den-forbudte-bande-i-dag/10428673" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 12em;">Her er</p><p style="white-space: nowrap; font-size: 21em;"><strong>LTF</strong></p><p style="white-space: nowrap; font-size: 15.5em;">i dag</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.6875em;">Her er</p><p style="white-space: nowrap; font-size: 11.75em;"><strong>LTF</strong></p><p style="white-space: nowrap; font-size: 8.6875em;">i dag</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 19vw;">Her er</p><p style="white-space: nowrap; font-size: 33.3vw;"><strong>LTF</strong></p><p style="white-space: nowrap; font-size: 24.6vw;">i dag</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10426503" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/millionbyer-i-krise-verdens-giftigste-luft/10426503" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/nyheder/Udland/millionbyer-i-krise-verdens-giftigste-luft/10426503" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 9.9375em;">Millionbyer</p><p style="white-space: nowrap; font-size: 18.1875em;">i krise</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 7.875em;">Millionbyer</p><p style="white-space: nowrap; font-size: 14.4375em;">i krise</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 16.1vw;">Millionbyer</p><p style="white-space: nowrap; font-size: 29.5vw;">i krise</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430342" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/vaccinegigant-tjener-igen-stort-paa-corona/10430342" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/penge/vaccinegigant-tjener-igen-stort-paa-corona/10430342" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 9.4375em;">Tjener stort</p><p style="white-space: nowrap; font-size: 11.3125em;">på corona</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 7.5em;">Tjener stort</p><p style="white-space: nowrap; font-size: 8.9375em;">på corona</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 15.3vw;">Tjener stort</p><p style="white-space: nowrap; font-size: 18.3vw;">på corona</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-plus dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10414375" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/cykling/mad-guruen-saadan-bliver-du-hurtigere-paa-cyklen/10414375" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/cykling/mad-guruen-saadan-bliver-du-hurtigere-paa-cyklen/10414375" class="dre-item__asset" aria-label="Sådan bliver du  hurtigere   på cyklen" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=154&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1108&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=15d2ca5811410f3c89b1f88bdc69726424e43e21ab69e99b38bfd076ab84c27f 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=154&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1108&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=e9653423a0a5713cd83c2df8f57870948ea3b9952b4953b200d4b91cacd37e96 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=154&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1108&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=679041d90dd4f9f6efe35511e3c7d7c764adbb7190136172ff86778c981068d6 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=154&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1108&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=3e2fe9ffc469f8fa04e74e66c327d009b12b840c1a22e50e84ebf705ced50615 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=154&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1108&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=0be02268f53a5bd0d36cebee7e92a6a95ae06abf7c7a112f8646707e3facab8e 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=154&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1108&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=af7faaed51e01d59ef10b524744ae77eab0cc39aee23ab9f9dfa708162d7ebb3 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=1d54ef9586bc6822f5eecbfaf755544d2b35176fbaffad232899fc0259a1a59f 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=aca1413a052caa07bf51a5560c5ec716218ed9e44e5d87637a88ec12a2c95532 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=10ba463408104cf84f392b0816bc9ee898e08860a6d6b937fd822160b69eb925 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1008&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=099f6b32e990c3943b1f39c3870181fbf94de9e5e727d79a1c59b27c9c8f7ca5 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=99&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1219&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=15efee66a77a169cf894c43f5b7bda7f264ef1ad960cac89b42f595106e272cf 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.webp?t%5Bcrop%5D%5Bx%5D=99&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1219&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=a07dc89ec87d13b391fba13eec06136aa79aa7a1f16aae6c2fa686ba5ec14cf8 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=99&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1219&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=4f9d519608bafe8a168e1729257422e097bc54707a096728118c1ca1db5d8825" style="object-position: 44% 33%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=99&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1219&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=4f9d519608bafe8a168e1729257422e097bc54707a096728118c1ca1db5d8825 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116900676.jpg?t%5Bcrop%5D%5Bx%5D=99&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1219&amp;t%5Bcrop%5D%5Bheight%5D=1491&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=51b57e7af46b6815604fa39bf39d51bd81d1dda70f11860f761fa93dfd441efc 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>MAD-GURUEN:</p></div><a href="/sport/cykling/mad-guruen-saadan-bliver-du-hurtigere-paa-cyklen/10414375" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 4.75em;">Sådan bliver du</p><p style="white-space: nowrap; font-size: 8em;">hurtigere</p><p style="white-space: nowrap; font-size: 7.625em;">på cyklen</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2.625em;">Sådan bliver du</p><p style="white-space: nowrap; font-size: 4.5em;">hurtigere</p><p style="white-space: nowrap; font-size: 4.25em;">på cyklen</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.5vw;">Sådan bliver du</p><p style="white-space: nowrap; font-size: 12.7vw;">hurtigere</p><p style="white-space: nowrap; font-size: 12.1vw;">på cyklen</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430848" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/kaempe-drama-chiakha-reddede-fck-efter-broelere/10430848" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/kaempe-drama-chiakha-reddede-fck-efter-broelere/10430848" class="dre-item__asset" aria-label="Vildt  drama" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1546&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=cdcd1b67ab776a12f0f447ba5cf17e3477bf6eb24b66822465c42f3d7ab5c46f 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1546&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=1c1048fba349e71ee5f5e52133185474d94a686faccb78b3f2e7363bd851512a 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1546&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=a44be05640d3654f97c73d8d6f9efca4824d9c4195e4236aef99957438616b18 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1546&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=ec7d6e47888c85daa0ca9aa509924c6e10d1f4a0533de6df727ac9eb3751afc5 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1546&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=2e2776d248054ad306bbc6760edaacd9d5f8dade56482d744c96a77b00c68b9e 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1546&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=91b9b775b69ec11a83bbbc28b4b3350931d7c5adbd1535660f0e8bdf05fa373b 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1518&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=261dedf96af28e6ba94505e96112f1e76b205aa2541d809e30aaa388c29ff028 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1518&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2f610bf61c136430f1aadf4a5e09481768d584137486e5f8566826470a3fd813 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1518&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=47847d3c755ffb806a785aedc29be16c8133391462e0ba9b83adf37097c860ed 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1518&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=5e92c41aa6ef81f579971068d2601b834399d208452810f3110d878c41d87d78 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1505&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=1a9d2f26bbfdaca0c180aae054adb85d8c8c708bcbcc06f10c534bd6f0702d5c 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1505&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=6549bcd15ce1c879ecf06875408841663e506ecdd9ab9be2943ec6e00cacd88e 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1505&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=7b5707930787472343e1f2bf12ddb5845469d48b512330da51a1ba8d8d1fcd19" style="object-position: 35% 25%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1505&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=7b5707930787472343e1f2bf12ddb5845469d48b512330da51a1ba8d8d1fcd19 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908771.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1505&amp;t%5Bcrop%5D%5Bheight%5D=1050&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=82ef81729da8861465442c87e6d1353828de783f757598c4d8620f2fd5e8bb85 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/sport/fodbold/udenlandsk_fodbold/conferenceleague/kaempe-drama-chiakha-reddede-fck-efter-broelere/10430848" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 11em;">Vildt</p><p style="white-space: nowrap; font-size: 8.25em;">drama</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 8.625em;">Vildt</p><p style="white-space: nowrap; font-size: 6.4375em;">drama</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 16.8vw;">Vildt</p><p style="white-space: nowrap; font-size: 12.6vw;">drama</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-videostandalone dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 228; --image-width-lg: 445; --image-height-md: 181; --image-width-md: 354; --image-height-sm: 186; --image-width-sm: 363" data-video-duration="00:17" data-articleid="10430687" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/samfund/article10430687.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/samfund/article10430687.ece" class="dre-item__asset" aria-label="Ser  INTET" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=a7620647fe73503677cdd13632e07ee1eb561b8ce86034de5514b72dd152a724 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=e040d0108a258df6966198e107cbb436f432673f4d330dece25efdc9662e8501 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=82ac9b3602a5ed7d925b4459bc2c8eb4ea1ab6b216c23cf6da0e65d9cac3b2d7 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=4ff245ca2443d41b9559b42a8ab7b8fe2d0be8571cf47882aa80540900427659 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=a3015b5b4de8b734b74e45ba0847d955c6cf4db7d1e71b11bb29e9321fb1b2a7 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=0a9fed1e074dfb32b6a4d5f4ef469186f9f8e74634ca6381cff8983bc01e1be3 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=982&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=d951e954c52f9bdd9e51f2574f187c5ee0e520033a11a1e8d1b0e93d18270765 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=982&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=70b651bdd116bd23a310c8e30535f291f3501a0b8abd058810ee4552a42d343f 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=982&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=12f75f70b7bef836a2ac3b27f02703ed4e2d491779172cea99da078a15c043d9 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=982&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=4c6f8f4da004acfd1ea1a608a1263f9a3bb74d7d99b7bd61788cf17db849c98f 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=3a3ec876ea8d5da9d90d29efcca31c5e5450e3ca9a0f87e0d524fda7c63818f7 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=292cbd6470a457bc124e8e6f3addf77584ca515f62a253acee45cc846e36f47c 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=414503a3afa8067fa46f8989a3136ce794b478249efe9f71f41c8caa9b433d76" style="object-position: 41% 45%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=414503a3afa8067fa46f8989a3136ce794b478249efe9f71f41c8caa9b433d76 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908708.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1920&amp;t%5Bcrop%5D%5Bheight%5D=984&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=9151fb0979ba6303b81c93737d4ae6d1a5237d4c5cb8e0cbfca1eb0aa5d4a7d5 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/samfund/article10430687.ece" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 15.75em;">Ser</p><p style="white-space: nowrap; font-size: 8.6875em;">INTET</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 12.3125em;">Ser</p><p style="white-space: nowrap; font-size: 6.75em;">INTET</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 24.1vw;">Ser</p><p style="white-space: nowrap; font-size: 13.2vw;">INTET</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-left dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--header dre-item--header-custom-ticker dre-item--header dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="xe3zr0yw" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/eblive/skaebnevalg-usa-2024/" class="dre-item__header dre-item__header--skin-custom-ticker" style="--chars: 15" tabindex="-1"><p>USA-live</p></a><a href="/eblive/skaebnevalg-usa-2024/" class="dre-item__asset" aria-label="- Vi skal  bevare troen" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=226&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=574&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=054a472e1884665508b060f7d8dc24ca0dec18c64fd6cc242833b63990cc7159 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=226&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=574&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=b8d0fad3c26ca307bddd1ebe1e4e1acf094b2263a0b2f2475c59de7f323431bf 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=226&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=574&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=f38221226d55cc62ad97b1f01acd2c502a5b86a1efe536d912be550352e8c594 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=226&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=574&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=c7ae05c4e1134c2efa07567aa272bdea12086b5c2622db0d83d58778ef94af5e 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=226&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=574&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=82e1df9df4a8324741ee11125baf7fc13bf73dde994c0be9ec0d22c11c4039a4 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=226&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=574&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=52e02e01eaa6ada2ce748cadcfde822386996d7ce2dff82ba0aaf3c5989bd132 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=800&amp;t%5Bcrop%5D%5Bheight%5D=353&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=d343c17d96ee9fddb97b039cb40b71bd5afdf2abf0ac826ba42499bbf10981a7 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=800&amp;t%5Bcrop%5D%5Bheight%5D=353&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=b2d4f62f05b347e0ca2bc1ef0a374ea4ceb887ac74979ceba2c3e1625a8b07a3 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=800&amp;t%5Bcrop%5D%5Bheight%5D=353&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=64b9e19b067177553fbfe311dfff4998fdb0340b0b34d78c7ddfa78af1facf15 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=800&amp;t%5Bcrop%5D%5Bheight%5D=353&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=e56e193ced2f208bf6b7afefd58c097ecf517f200c5e8518c33035edb1db07fe 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=183&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=618&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=1a67c18ace028c25b88207f9845c6a95367d26c49171041f55553b89231c0d3a 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.webp?t%5Bcrop%5D%5Bx%5D=183&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=618&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=6a86eedd24b23622c437a65daf1d436b3acd4c602b75703c27db91de00f7baac 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=183&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=618&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=9f995faaca91c5d08146846becd17d423ca2db3d446f512d8361834da50235ec" style="object-position: 75% 27%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=183&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=618&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=9f995faaca91c5d08146846becd17d423ca2db3d446f512d8361834da50235ec 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116901024.jpg?t%5Bcrop%5D%5Bx%5D=183&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=618&amp;t%5Bcrop%5D%5Bheight%5D=533&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=fee4fa793096dfbb32cbfc6bb03d4c8502dae16271aba95e7aa80917bbfaeb6e 600w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/eblive/skaebnevalg-usa-2024/" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.8125em;">- Vi skal</p><p style="white-space: nowrap; font-size: 5.8125em;">bevare troen</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.9375em;">- Vi skal</p><p style="white-space: nowrap; font-size: 3.25em;">bevare troen</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 14vw;">- Vi skal</p><p style="white-space: nowrap; font-size: 9.2vw;">bevare troen</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429088" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/videnskab/forhistoriske-stempler-kan-have-skjult-forbindelse/10429088" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/videnskab/forhistoriske-stempler-kan-have-skjult-forbindelse/10429088" class="dre-item__asset" aria-label="Skjult  forbindelse?" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=bfaf2b7bf96fa87de1584c9505b28d7159aed435350cb65c36e1ad662acad299 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=3edb76f85acaccd2f82b70cc8e2d24464e989c002e709bad578997378948b9b8 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=4764b99b798bc63a37a8cf13422bd8157445083776e79a14f7341a3264c7a02d 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=ab20b98b0cafeb36e1a3231653cc0ee8d90f62edec49546be7b60cba531a4302 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=3168bf8e9a877573a8c214e15ddeaeca789c37d516bf88a8c0f5b64f134e8ec1 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=5c15d99ef0174348a18308be63a3043983b3a9e08547e8c8d2ea15002f7a3cda 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=264&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=98518d5c7d546650a46ffbb254467efa4c907a597104a6ca640256cc1c884dfc 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=264&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=4f07cf1d148cad49a06c7ecd975f562d0b1eab0785462b1f3980dbbc03e7c4c2 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=264&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=8e99ffc11b7108f427650f2b8a168e5c55af8e229188d2bbceb304330892754f 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=264&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=a71e6d8a5f57483db91da2f5d7446d3369403210ba3fdc461389bb19ac495155 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=ea1360016958571e623a51c9556394089a2a8ae2538640f633f3b174961dd021 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=9eaf87fe9a6dabfe85cf00b2c4cfdcb01241ff501cccce83caa1eda182146e87 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=d82e13c91bf8ee9bcad55748061ec3fef6eaca60cb0ff0db4bbab5d731bedec7" style="object-position: 64% 60%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=d82e13c91bf8ee9bcad55748061ec3fef6eaca60cb0ff0db4bbab5d731bedec7 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908879.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=265&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=e36c88762d6770d75233ee4e00186e66455e64a5d108e6b2f970fa640ab61ee7 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/videnskab/forhistoriske-stempler-kan-have-skjult-forbindelse/10429088" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 8.875em;">Skjult</p><p style="white-space: nowrap; font-size: 4.1875em;">forbindelse?</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 6.9375em;">Skjult</p><p style="white-space: nowrap; font-size: 3.3125em;">forbindelse?</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 13.5vw;">Skjult</p><p style="white-space: nowrap; font-size: 6.3vw;">forbindelse?</p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429261" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/beroemt-investor-saelger-for-400-mio.-i-tech-komet/10429261" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/penge/beroemt-investor-saelger-for-400-mio.-i-tech-komet/10429261" class="dre-item__asset" aria-label="Sælger for   <em>400 mio.</em>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=842&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=88f38c5f38d9d3b79606d7115aebd8e697233b8cb7b64e2132100a920cb31f81 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=842&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=476ab67d588b2fb9b3a0a93b5cc95ab8b437684130165d72d69e2edb7a051a09 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=842&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=d13fcab1551c23f69640ae37e6fa3ddb0f185fb828de42e15dd6944e80a0fa77 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=842&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=a05f0ac6bf7d3dbc088aaa6d893a5de0ba342195ae8175c1e6dda873baf83376 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=842&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=714294e1eeb21d5b7e0ce56e87ca7d8e2680e779b2594a3c7541bb5971019b42 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=842&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=f1135a4a96a56578a6f9b34480534367273006e97cd631c34e2be5914d84dbbd 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=859&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=d08ead712e430d6a6fdf7b0f5f1d0794cd0c246c8eebd7d638788cb04bbdf42b 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=859&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=08dd4758c7d9f2a39df4401838aa1478440fbfb9d3f2a7424de01a2b1e0ae5e1 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=859&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=0a6f2e858dd074e198eb8abcf967460ee79edc685a5b3af6d3c68b39417fcdbb 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=859&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2d1982da14f4beddaba72c689aeb66201aaf5e116ee7bf35c7deef01359bdcb4 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=853&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=8219dc8113aa85fa63a0204b4e5b7f7e6be818cafa1d640b433dc4f32f0f5fb9 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=853&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=00a41296a1227c3b759285eccde46dc55c04c981d4e41a19e240746036200ace 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=853&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=8e38f0392851eb8b45209f5bcf776886ee65eaf8373906eaa5229398f16d8ab0" style="object-position: 51% 34%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=853&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=8e38f0392851eb8b45209f5bcf776886ee65eaf8373906eaa5229398f16d8ab0 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/102725752.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=853&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=a6a0f50c0c3f7be1f467b25bd2f0fcbe7a4543bd83bc70cf0c9554a905135467 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/penge/beroemt-investor-saelger-for-400-mio.-i-tech-komet/10429261" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.0625em;">Sælger for</p><p style="white-space: nowrap; font-size: 6.0625em;"><em>400 mio.</em></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.9375em;">Sælger for</p><p style="white-space: nowrap; font-size: 4.6875em;"><em>400 mio.</em></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.6vw;">Sælger for</p><p style="white-space: nowrap; font-size: 9.2vw;"><em>400 mio.</em></p></div></a></div></article></div></div></div></div>
    <div id="ebbanner_wrapper_monster6" class="eb-position eb-position--monster6 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster6" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster6" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster6');
            }
          })();
        </script>
      <div class="fnSpaceManagement" id="spm7965762xPoLx6" data-spcmngm="dre7" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-7" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="7" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-right dre-item--sm-full-image-right dre-item--image-right dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red dre-item--feature-plus" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10425428" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/fodbold/dansk_fodbold/afsloering-udenlandske-hooligans-indblandet-i-derbydrama/10425428" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/fodbold/dansk_fodbold/afsloering-udenlandske-hooligans-indblandet-i-derbydrama/10425428" class="dre-item__asset" aria-label="Udenlandske  <strong>hooligans</strong>  indblandet" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=78&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=813&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=6a852da727ac18f59ea41ff04f8aabe59e73eb3dc7278bb553c4f7bb2ee1f120 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=78&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=813&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=40741a2fdc40c92f7edc4e3af8933fa1fa562022197e519637d695a0894287a1 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=78&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=813&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=2a17a0c603477098bf5eacb9c140f226cd7dcbe0c0fd36476a5442d75ba2fb61 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=78&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=813&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=7f41be58c928946c266c0849e68d95410969f57e206bff6899d2308ac23a2957 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=78&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=813&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=046cc3241268623071e55cdc764c2bd68946a5c9c7fddf778491d8e338999d82 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=78&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=813&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=ed077a298f086a747c6bc7c299f214cbd3b27c10e5cf4052d6ef3af7b5c775b2 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=17&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1004&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=750e056ebabae7680a6e1a122f1028ac113ae3a9a9b8c977e6585eed335c5963 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=17&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1004&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=63ffca78fc4092c366d0b9f333f2a8de684cf746749d839fa5028d89404c9398 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=17&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1004&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=b69e06a5289402a73c05d517cb759cb7bff5a73cd0414d7bee15d8f09744403b 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=17&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=1004&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=da3f0903d29b3ed2ae26009e0efb0d23a048ac5f2a93094392c192daf523ea32 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=36&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=896&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=4d2bb8846ee518b859c1325d856e29cc77ea82f5ab8800ecfa8d9f0b0ef7fd48 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.webp?t%5Bcrop%5D%5Bx%5D=36&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=896&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=b4cd1d69cbdef3f1162edde8b41f31dbd143b8ac2ced699b10c418a11ed7ed4d 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=36&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=896&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=82384e55b4e2e35eae1373e24462bc8612b0f8ac6a818f6207bee9e79301bc20" style="object-position: 30% 48%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=36&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=896&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=82384e55b4e2e35eae1373e24462bc8612b0f8ac6a818f6207bee9e79301bc20 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843468.jpg?t%5Bcrop%5D%5Bx%5D=36&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=896&amp;t%5Bcrop%5D%5Bheight%5D=1084&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=d8859eaa577182bdabe48dfab17ab74ab0611d0c0990531cb193befc886c3934 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>FODBOLD-VOLD</p></div><a href="/sport/fodbold/dansk_fodbold/afsloering-udenlandske-hooligans-indblandet-i-derbydrama/10425428" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.625em;">Udenlandske</p><p style="white-space: nowrap; font-size: 7.6875em;"><strong>hooligans</strong></p><p style="white-space: nowrap; font-size: 6.8125em;">indblandet</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.1875em;">Udenlandske</p><p style="white-space: nowrap; font-size: 4.3125em;"><strong>hooligans</strong></p><p style="white-space: nowrap; font-size: 3.8125em;">indblandet</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 8.9vw;">Udenlandske</p><p style="white-space: nowrap; font-size: 12.2vw;"><strong>hooligans</strong></p><p style="white-space: nowrap; font-size: 10.8vw;">indblandet</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items dre-group--no-images" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--no-image dre-item--last-line-fit-fill dre-item--skin dre-item--skin-green dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430810" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/anden_sport/ishockey/ishockey-herrerne-slaar-tyskland-i-stort-drama/10430810" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/sport/anden_sport/ishockey/ishockey-herrerne-slaar-tyskland-i-stort-drama/10430810" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 12.25em;"><strong>Danmark</strong></p><p style="white-space: nowrap; font-size: 8.3125em;">slår Tyskland</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 9.75em;"><strong>Danmark</strong></p><p style="white-space: nowrap; font-size: 6.625em;">slår Tyskland</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 19.9vw;"><strong>Danmark</strong></p><p style="white-space: nowrap; font-size: 13.5vw;">slår Tyskland</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full-image-left dre-item--md-full-image-left dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430757" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/udlandkendte/medie-tre-anholdt-efter-liam-payne-doedsstyrt/10430757" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/underholdning/udlandkendte/medie-tre-anholdt-efter-liam-payne-doedsstyrt/10430757" class="dre-item__asset" aria-label="Tre anholdt   efter   dødsfald" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=229&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=600&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=734d2ea37a3d1fa95e9c5ab995bdc3a30f494e5ce65262b2bde7013c970a2cb9 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=229&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=600&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=2e479b9b25f87b12a906439dea696cd2169ad760cd5bc5636f1d17f837a8a283 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=229&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=600&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=460161a0b37526b98f7408b356d5f1e57ba9ea27b1895fa5abb7de3e75938a13 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=229&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=600&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=e5979755694ae47cf5957f62a69d0276b5039a714b6e9e236b56dcfa98ebd28c 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=229&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=600&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=5e7fe018487c06b11d1496e60204f0a80e1c58bf5b44f002858e8c7d2d229434 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=229&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=600&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=deecb8913374f5c4b2b98abfadd91c624f304f4f82e58da3013823dad45974ee 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1250&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=f959d25eb0298e42940370832baf20117aed5d2fdf1345f7f6abec606f342991 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1250&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=32c652253fcd48301fda2f0c0ceae24ff9bcfb834966ea2a19a4934c94979269 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1250&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=41b8545548d374685401ac89964fde5e3309d3254fd9c882f58ad8ced46eb1cb 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1250&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=3195bdfca7396b5e3996b5fff41104faa52d6196a03e3246521ab886b78d67ae 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 300px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=215&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=629&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=86bdc406429921e3ccd13c97a36a0016b90a6864e1295b8bdbcd5cb219e1899e 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.webp?t%5Bcrop%5D%5Bx%5D=215&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=629&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=7b05e766645b9ee446e644db5e988d98253139fb1b8b7faedacadb0dbe11b722 600w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=215&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=629&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=1bdf4f7cf956989ae50bd9bb40935a3baa4b54066cae9b5609c273fb76001699" style="object-position: 33% 45%" sizes="(min-width: 768px) 300px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=215&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=629&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=300&amp;accessToken=1bdf4f7cf956989ae50bd9bb40935a3baa4b54066cae9b5609c273fb76001699 300w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/115675013.jpg?t%5Bcrop%5D%5Bx%5D=215&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=629&amp;t%5Bcrop%5D%5Bheight%5D=1087&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=600&amp;accessToken=7bca9e8f35bcfa213de56a64aec323aeff4c99e47306c66c13ebbad9fefa21d6 600w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>MEDIE:</p></div><a href="/underholdning/udlandkendte/medie-tre-anholdt-efter-liam-payne-doedsstyrt/10430757" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 6.375em;">Tre anholdt</p><p style="white-space: nowrap; font-size: 15.125em;">efter</p><p style="white-space: nowrap; font-size: 8.375em;">dødsfald</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.5625em;">Tre anholdt</p><p style="white-space: nowrap; font-size: 8.4375em;">efter</p><p style="white-space: nowrap; font-size: 4.6875em;">dødsfald</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 10.1vw;">Tre anholdt</p><p style="white-space: nowrap; font-size: 23.9vw;">efter</p><p style="white-space: nowrap; font-size: 13.2vw;">dødsfald</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-plus dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10428951" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/anden_sport/mma/milliarder-spil-og-vold-trumps-ekstreme-ven/10428951" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/anden_sport/mma/milliarder-spil-og-vold-trumps-ekstreme-ven/10428951" class="dre-item__asset" aria-label="Trumps  ekstreme ven" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=38d36cf4112231654d2d9d0e43703a8a8bc1ada7126697ab5aae56a494a7e901 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=98890daf7c66c9c19f482f45652790dcffc2917f174be0863b1309ef1c4ea8ae 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=33885e358a631886354b1e250b58b49b5ae43afcd9f6b5740c6d5eb222203bd2 1150w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=468332a6eed9d09a340c78299a094bb98ab2b410b69ab197bb0a4b34b8bd0d45 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=742f739213eb040ac8f1c921d6d65bf0fdbedce7baba8ee3810749193e756b36 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=5a91ba2a9448644a3bd554147e839b985c1d7da2f45dc325a66f4d77b42bae8d 1150w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=8bc9d95c88ac80e65ecd3e8b4d7b510165fddfbffbcdc0d40a79de54ccd8a210 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=81c10b1a011d478f59271e38b9a85fef4003bda899385f81761fd142d0e0d22d 1456w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=55e6098a40c2ca0fce0b1d9a46a00aa315867303e308574c0d4694bb342a6d2d 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=d36299029e5e21df88521d519962be741f5ac17768adef39bf0d66a95035da36 1456w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 910px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=93d72db0be9b4a1cdf66792d1b5eb505df2efcb6d0575a4c5119ee74993e2890 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=4d042df3f727eb10c461e67d19405d3b4f4899a96d22c62ae4f0012c5060b5f3 1820w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=8604a097ea1f311a3d72ac7bf0d77e3be715c3e9bd40d469e2ff0c63583b38ea" style="object-position: 51% 21%" sizes="(min-width: 768px) 910px, (max-width: 767px) 97.33vw, (max-width: 767px) 97.33vw, (min-width: 768px) 728px, (min-width: 768px) 728px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=8604a097ea1f311a3d72ac7bf0d77e3be715c3e9bd40d469e2ff0c63583b38ea 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116843111.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=e00e3270a4eb4cebcfd0710db8ce796de94e6f19393cd6b2f7085bd6eda56ef7 1820w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/sport/anden_sport/mma/milliarder-spil-og-vold-trumps-ekstreme-ven/10428951" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 14.75em;">Trumps</p><p style="white-space: nowrap; font-size: 8.1875em;">ekstreme ven</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 11.6875em;">Trumps</p><p style="white-space: nowrap; font-size: 6.5em;">ekstreme ven</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 23.9vw;">Trumps</p><p style="white-space: nowrap; font-size: 13.2vw;">ekstreme ven</p></div></a></div></article></div></div><div class="dre-group dre-group--third dre-group--3-items" data-layout="third"><div class="dre-group__content"><article class="dre-item dre-item--size-third dre-item--md-third dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429744" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/udlandkendte/cardi-b-i-modvind-ufoelsomt-og-ulaekkert/10429744" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/underholdning/udlandkendte/cardi-b-i-modvind-ufoelsomt-og-ulaekkert/10429744" class="dre-item__asset" aria-label="I modvind:   - Ufølsomt og  ulækkert!" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=109&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1207&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=8be3830047d04332b8d8d9afa568e64c7c775e8a82f0192ea19a5ed68676546d 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=109&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1207&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=1c0c1bb62ba534935da5d18904ee6a46b6c0d62a4888f3853779c0d6dcda6534 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=109&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1207&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=e35241bc2eca0748fc3cf4a613ea5b00f5b7da88b93246cbf31726b48de9a026 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=109&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1207&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=44c4780c405519f678e2f866d89d608979a9da233c933995cdb9605627ac5b0a 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=109&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1207&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=4a07768d1b1c1e14097716497df75323a497ebedb57bd197a07bf6ddf882a894 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=109&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1207&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=9e35e8b5e268949138398a7bf63e7b08653c9fd89f849c4a295847a07c0e174b 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=122&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1181&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=407bd854b3d1b565a68614f94bf364c7c9ea7e12a639baab66523287518f7c1e 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=122&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1181&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=7f3ca53dfc0634f66d3da12c0a395bea1efb4fb846ae0618a441ef2dc1f592dd 458w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=122&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1181&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=fd0b345879e235970c2a5224d25559b116a8e69593b607a89e76d2ca3e34465c 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=122&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1181&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=ee9362c9f31225120c5cffeccad982bfa9da22cdecf2c7a93ba6626701b80df2 458w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=133&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1159&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=eb7ebde9e971f10731131b9561598ea547031e7125341b042e8cae9f66b6abe7 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.webp?t%5Bcrop%5D%5Bx%5D=133&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1159&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=e7055a2191f9a88d5386054da7f412d7ad364133de04ef5feecdf6aae1a11afd 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=133&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1159&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=76e968e36edf505eef5d155536d8c5ffbdce0764e3ed176dfa735af6253f3ba8" style="object-position: 45% 31%" sizes="(min-width: 768px) 290px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 229px, (min-width: 768px) 229px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=133&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1159&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=76e968e36edf505eef5d155536d8c5ffbdce0764e3ed176dfa735af6253f3ba8 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116692213.jpg?t%5Bcrop%5D%5Bx%5D=133&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1159&amp;t%5Bcrop%5D%5Bheight%5D=1067&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=f6d81d1e561297d356502f11d3c1b1b7195004ddc4ff166c6c8f9b8c6dc3a1e7 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/underholdning/udlandkendte/cardi-b-i-modvind-ufoelsomt-og-ulaekkert/10429744" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 3.125em;">I modvind:</p><p style="white-space: nowrap; font-size: 2.375em;">- Ufølsomt og</p><p style="white-space: nowrap; font-size: 3.375em;">ulækkert!</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2.375em;">I modvind:</p><p style="white-space: nowrap; font-size: 1.8125em;">- Ufølsomt og</p><p style="white-space: nowrap; font-size: 2.625em;">ulækkert!</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.6vw;">I modvind:</p><p style="white-space: nowrap; font-size: 5.8vw;">- Ufølsomt og</p><p style="white-space: nowrap; font-size: 8.3vw;">ulækkert!</p></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-third dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430308" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/politik/danskpolitik/hummelgaard-lover-det-sker-ikke/10430308" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/politik/danskpolitik/hummelgaard-lover-det-sker-ikke/10430308" class="dre-item__asset" aria-label="Lover:   Det sker  <em>ikke </em>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=8896cb27660b09a774f5167340a9e9de94869fb27ba1bc19c10918bc599b7572 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=40a57e956ca11dbc4d07c79d9b96d9e9d92a5fc1e7dc74978a174f26a0193331 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=9659d8facf2eacd67b76b0b498391c0374e88f54805375ea57c7923d72f3a0e4 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=b7fd6c9dba494c42f3e9f61cfa8937e456bd10c332287f31876300efe97658d3 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=9aff8c1a63497923b29f3924769a558ddde167d02438a96ed36d686b2484199f 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=f12ed80b47818f05cc88259a76c14c6483b73b922472e64a7b1d1c0b8680c1a9 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=df1d0a52af5b5dfbe5e728c152a9dbe9e3b44b8ff21ebac5776f649c3351ebb5 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=535bb2eb17bcf66a3dfa73496d5a1339d2d5246141d5cef4d6e5407f7db74868 458w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=819d0d9aab881541969a13fca07ec38fcbf4c7c9ac1a35a43d0b1e1f4d52d1e4 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=be76d1dd229eca67bee73ce3a596fd61114b707145ba35433938c784ba35ef38 458w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=2ea9e9f29c007a392c2d23bef78e9a9f6b5c1ba0435871dd02c5daa684b22142 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=9345022a24d9c9182a1fc75af98bf65c0f68e057ac1f396190e57f0bfa37d8f5 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=d9fb29d641437a5c1b6403cca86142c31d02292cd95b6f29e0c38410b1544e3a" style="object-position: 55% 44%" sizes="(min-width: 768px) 290px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 229px, (min-width: 768px) 229px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=d9fb29d641437a5c1b6403cca86142c31d02292cd95b6f29e0c38410b1544e3a 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908287.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=104&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=dcae96eea20f297ccb369458f7d682a636d0102f5d93c4c26156b590014aef4d 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/politik/danskpolitik/hummelgaard-lover-det-sker-ikke/10430308" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 5.3125em;">Lover:</p><p style="white-space: nowrap; font-size: 3.9375em;">Det sker</p><p style="white-space: nowrap; font-size: 7.9375em;"><em>ikke</em></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.0625em;">Lover:</p><p style="white-space: nowrap; font-size: 3em;">Det sker</p><p style="white-space: nowrap; font-size: 6.0625em;"><em>ikke</em></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 13vw;">Lover:</p><p style="white-space: nowrap; font-size: 9.5vw;">Det sker</p><p style="white-space: nowrap; font-size: 19.2vw;"><em>ikke</em></p></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-third dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430701" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/Udland/putin-roser-trump-jeg-blev-imponeret/10430701" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/Udland/putin-roser-trump-jeg-blev-imponeret/10430701" class="dre-item__asset" aria-label="Nu reagerer han" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=748&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=5e9bd852298124f0403896fec5d3ebab54ea1ff68de801783bc2737663fdf489 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=748&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=80d26c960acef8c2311a6ffccbd4d04dbadb5b2c495a6de7c3a86549a0343f77 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=748&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=5eaaf945290c2bed64fd2706d03d591e2eba6ce28323c95243aa813d466e7fe9 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=748&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=8b6282cd4b82d2671d10553d28f926530c00dcf0d299ecbb53fc1e150aeae72d 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=748&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=925c8153cc32091c1290c80143549cc9b19f84882f0599e27e16fd7a5d015265 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=748&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=cd2c91eaaff3bb279887533da2fbbde17910a01e93d84c5ab596b4505b3c613e 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=340&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=833&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=1fb0d2b56a613d38f2be0741f28d231acd6ee44c6a4babc43a2a2d97773a72a8 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=340&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=833&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=fd3e5148bd6b29f56b6ff56e7b8ff4f70160eb52939a69f96643035d8a7c7289 458w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=340&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=833&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=677e9728ae09939879d7cc0925ea0442f7b06905ce26752876abb646651b9b77 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=340&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=833&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=4454fc249dc9573058bacca7236782a90037c1e2af7a3e504cce3c921b7ae421 458w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=348&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=817&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=026d536c292be8ecc81b94296d8f4321aa977fcbd49dfb3c2fad3f331c05d307 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.webp?t%5Bcrop%5D%5Bx%5D=348&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=817&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=065d82d0b9e03192e546074e8bf1cbda4ece081b6f01207f8ef83f53562ca85c 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=348&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=817&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=5970e37b97c0914047137219c025f95a0950ad4bf68acb42da3018723712842e" style="object-position: 47% 34%" sizes="(min-width: 768px) 290px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 229px, (min-width: 768px) 229px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=348&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=817&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=5970e37b97c0914047137219c025f95a0950ad4bf68acb42da3018723712842e 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906998.jpg?t%5Bcrop%5D%5Bx%5D=348&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=817&amp;t%5Bcrop%5D%5Bheight%5D=1058&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=1f722356625ed9d61ff744a0c3ae2cc347e7a48de5f082853d22a1c15a5b1865 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/Udland/putin-roser-trump-jeg-blev-imponeret/10430701" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><div style="white-space: nowrap; font-size: 2.0625em;">Nu reagerer han</div></div><div class="dre-item__alt-title--md"><div style="white-space: nowrap; font-size: 1.5625em;">Nu reagerer han</div></div><div class="dre-item__alt-title--sm"><div style="white-space: nowrap; font-size: 7.3vw;">Nu reagerer han</div></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430766" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/sport/haandbold/absurd-ydmygelse-odense-haandbold-smadrer-bjerringbro/10430766" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/sport/haandbold/absurd-ydmygelse-odense-haandbold-smadrer-bjerringbro/10430766" class="dre-item__asset" aria-label="<em>Absurd</em>  <strong>ydmygelse</strong>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=9dbf47081844e1221263dee8ee271619a9d5f4c35ffbc81a38493690aee4851d 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=3a3ec4950685a4dbf9a80eb9ed105537745ea519ea6e9be68b0732185d884a0b 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=1aa5623b6055782f5aa142851ec781b57cf2c74050fa3948409c50994df7e1b7 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=e2fbde09d6e1226fb47f36527338526ef7a206980bff0d872021a24d086c508b 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=01dfe05b01787404444a125d38c1621512187b69026c1a44d8a4e4c5c3d82381 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=2346187a55104b805a0e04f98c171b08333a4bd5274407f0f92750c41fce4600 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=28&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=f568684212eb0b33ffef3d2c6ad107da526413a9f245c721d07180633c7f145e 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=28&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=2f6db5265aca8c527b70fa7ac624c8a1ed798cf782cb2cb82d97fff71ff8789b 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=28&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=e9f78f5059d834faabc8264e1be02d3a06702f6b8a73c90b5f32c6a2948e46a1 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=28&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=d731c31d722e22fb39a36ade6dd14ef1fe0225f849b2c05e23d3ecad834b36ec 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=3e50f208193fa0ecf85290f8ec77b52928c0c0ead1208d5248a07fb398c1d945 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=c23a032335646f78848cab1cf8880c7e66c1afee72390dfb2e1bca93075d397b 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=3c574269f201571f3a713e0590816ceb160589d711a1fbec0642b0c008244d3f" style="object-position: 49% 37%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=3c574269f201571f3a713e0590816ceb160589d711a1fbec0642b0c008244d3f 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908183.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=29&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=24b4063ce0dbae00ec9b556317ea9abfd636ae432e76e5d72cc357aaf3bacd6c 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/sport/haandbold/absurd-ydmygelse-odense-haandbold-smadrer-bjerringbro/10430766" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.5em;"><em>Absurd</em></p><p style="white-space: nowrap; font-size: 4.9375em;"><strong>ydmygelse</strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 5.875em;"><em>Absurd</em></p><p style="white-space: nowrap; font-size: 3.875em;"><strong>ydmygelse</strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.4vw;"><em>Absurd</em></p><p style="white-space: nowrap; font-size: 7.5vw;"><strong>ydmygelse</strong></p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429877" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/filmogtv/mette-thiesen-efter-voldsepisode-stoerste-fejl-i-mit-liv/10429877" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/underholdning/filmogtv/mette-thiesen-efter-voldsepisode-stoerste-fejl-i-mit-liv/10429877" class="dre-item__asset" aria-label="- Største fejl  <strong>i mit liv</strong>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=812&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=0dfcde8b526eb906957bb4988da89eec533977fb2463d68b7631e34463bc62f9 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=812&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=199e76f29d04a2042b912109bc7f06e316ed2bb31a86fae809e8cc853c130423 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=812&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=66dd1bf0bbdc0da0acfb48583ec2176b5af9026e7bc2b2047c87816776a3048f 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=812&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=2bc81334a12bd8cee5c49eb28cc51e7be1c1bc920b54eef03af36af8921e6730 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=812&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=29407895271c98e281d324239e930594e04152d30dd2acd8901ebaa135dfe621 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=812&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=0d319a02bfb4bf2d729e369614411aa0ee7aac4eb4d2f937258cac128293f04f 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=568bb06f63e823bd9ec19020138242b1eeaa59ed4b7fee15ec2f9774fbd2c838 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=5c9bd6fd1ab89b19b108d7d6be446d62502a5a60d2cae47b0b223e06a101683e 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=68be9310ace234bf7c077f23ceff2b34bdbd0b66918e6ba5ae5ea4dbd936f83d 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=bfb7da12b3edc9104ee25d697747e153e5e94b9553d2c2fb873739c86f3c1133 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=820&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=91f0d67b184ac473227d578adbaa8cd22d360a49fa72fe0051600f778156d65f 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=820&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=e2f7f7718544191cc4dea390d1fdcb09f93fb969aafdab71219b1010a560ca74 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=820&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=2a5be9fa7a9961bbf81a88b6f4885160110e586a84d9e707daf13d2655bfda36" style="object-position: 60% 32%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=820&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=2a5be9fa7a9961bbf81a88b6f4885160110e586a84d9e707daf13d2655bfda36 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116906841.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=820&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=7edb26c53aee63e31976e942b542daed590e7fd73545a3ca316c7376aaef4666 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/underholdning/filmogtv/mette-thiesen-efter-voldsepisode-stoerste-fejl-i-mit-liv/10429877" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 4.0625em;">- Største fejl</p><p style="white-space: nowrap; font-size: 7em;"><strong>i mit liv</strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.1875em;">- Største fejl</p><p style="white-space: nowrap; font-size: 5.4375em;"><strong>i mit liv</strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 6.2vw;">- Største fejl</p><p style="white-space: nowrap; font-size: 10.6vw;"><strong>i mit liv</strong></p></div></a></div></article></div></div></div></div>
    <div id="ebbanner_wrapper_monster7" class="eb-position eb-position--monster7 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster7" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster7" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster7');
            }
          })();
        </script>
      <div class="fnSpaceManagement" id="spm7966098x170x8" data-spcmngm="dre8" data-spcmngmtype="redaktionelt_gratis">
    <div id="front-ekstrabladet-dk-manuel-top-8" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="5d5a8cf857cd2009c74b6378" data-editionname="manuel-top" data-decknumber="8" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-plus dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10427023" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/krimi/danske-rockere-i-usa-her-slaar-de-sig-ned/10427023" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/krimi/danske-rockere-i-usa-her-slaar-de-sig-ned/10427023" class="dre-item__asset" aria-label="Danske rockere   rykker ind i USA" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=2a5048b09287fb0f50e2e5240265264ab880bda2a0ee6a79984e64d762dfd896 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=b5fbb218290dd7c36fe00cad2375419c76e78dd1be99f052d40626d60790bd87 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=ab963d44524ce21842c11828874c3b1475edebfeeffce0547b15a0a2d839d2df 1150w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=3bd3234ad105b8f413ca28ca4daf4d8e4fd51515bab0672cbb81f41ec502b434 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=8a6d937c3b028af922e54f4c23e5a89dd07073bd6e0e403909db02e6baa77720 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=8970b851a2538c477d7bef5e9992efea20fa63513307526ea05ce2fa805ee613 1150w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=5da1f29c261bff98183305edb1d752f220c773badaa07dd7c388a809c28cbe18 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=647c28d0cac36b0bb302408459ba3b8b454f7ba5470f140c0401a04d69871dbd 1456w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=9f229f9586d12007ba749e5027189f2917df416e1558978734e560877b777824 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=22&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=9ef670c273cc0167691015f3c53d15fb57c3b9d372d15c067932aa784f11c299 1456w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 910px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=89&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=dc9c4bd64be697c95f9bab7f3139546c5eecd209bf24d97c87a5bcab86313fde 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=89&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=11b3ac3cb69480843a31dcc35ca1978e7e6976eef5f172449a61949d18a170a1 1820w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=89&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=9633914194344f20d5752c78f42ec67bd0d2762b129a97c3bc9ce9fe971d9c4c" style="object-position: 50% 50%" sizes="(min-width: 768px) 910px, (max-width: 767px) 97.33vw, (max-width: 767px) 97.33vw, (min-width: 768px) 728px, (min-width: 768px) 728px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=89&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=9633914194344f20d5752c78f42ec67bd0d2762b129a97c3bc9ce9fe971d9c4c 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116774277.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=89&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=608&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=cc43056e95f6c9d7143e4c1657fb18cc07d7dbc769e37ebdd4437e9e2705ae20 1820w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/krimi/danske-rockere-i-usa-her-slaar-de-sig-ned/10427023" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.1875em;">Danske rockere</p><p style="white-space: nowrap; font-size: 6.9375em;">rykker ind i USA</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 5.6875em;">Danske rockere</p><p style="white-space: nowrap; font-size: 5.5em;">rykker ind i USA</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.6vw;">Danske rockere</p><p style="white-space: nowrap; font-size: 11.3vw;">rykker ind i USA</p></div></a></div></article></div></div><div class="dre-group dre-group--half dre-group--2-items" data-layout="half"><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10424419" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/trafikogvejr/14-dages-uafbrudt-trafikkaos-fuldstaendig-uacceptabelt/10424419" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/trafikogvejr/14-dages-uafbrudt-trafikkaos-fuldstaendig-uacceptabelt/10424419" class="dre-item__asset" aria-label="14 dages  <em>uafbrudt </em>  <strong>kaos</strong>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=013878f48684cd51be0e99f7e2114654fad095b62cbddff00d8a6ae3e2ece40e 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=db3cc62915894b4421fdd30ba8311f17ee1a85deb8142b2c052506f34baf56fd 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=d355b6eee61f0ad08c105602c2eea0bf74cac1b556d5afbe65bf369e574913cf 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=169d4d764e5ed08e169a310b49e0f94af966f762479aa41fe754c0c6ae1af8b7 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=78650cf92f4e58be833a72cc8d8a064d4ad33877fbd28270f7fb69bc6e27fc3a 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=d85f5b02e70918efd61e4eca9a3eac56ad926f90f45b4bb727d08664d9940c57 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=120&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=ba0ed6af4599bd81aea3bbb036106326db6d2139abb09f86201cf9816adce1e7 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=120&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=a238d2d211957af2e863f5c18e6984e366c63f1ee3e39798fa91bd1e74d87b0a 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=120&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=03fed5b25cabe6e8bf698a9d8f62de3fee63f9d80266d081137a2f2424b6edbb 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=120&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=742&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=e4ea7c38c1fa8e0120010161219cc911387b6c77783c99f0b65df378d79c3ac1 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=26266b105575af4d911a93b5cb63ec32af9ed3290f65834728514c5e5afcf947 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=00a7534198b7963966cdd1e4eef1e7f6f0d462e4b03281be773473f29d6e4b0f 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=821250e1a1199f14580024eff48e05005c58ed25f55967b9ff34272f0ae2e312" style="object-position: 51% 46%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=821250e1a1199f14580024eff48e05005c58ed25f55967b9ff34272f0ae2e312 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907869.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=121&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=fa63ca2dcd903d4621cffcd5e72d93b315262ab0e8ad8868269447cfa3339b80 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/trafikogvejr/14-dages-uafbrudt-trafikkaos-fuldstaendig-uacceptabelt/10424419" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 6.125em;">14 dages</p><p style="white-space: nowrap; font-size: 5.9375em;"><em>uafbrudt</em></p><p style="white-space: nowrap; font-size: 11.1875em;"><strong>kaos</strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.75em;">14 dages</p><p style="white-space: nowrap; font-size: 4.6875em;"><em>uafbrudt</em></p><p style="white-space: nowrap; font-size: 8.75em;"><strong>kaos</strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 9.3vw;">14 dages</p><p style="white-space: nowrap; font-size: 9.1vw;"><em>uafbrudt</em></p><p style="white-space: nowrap; font-size: 17vw;"><strong>kaos</strong></p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red dre-item--feature-videostandalone" itemscope="" itemtype="http://schema.org/NewsArticle" style="--image-height-lg: 320; --image-width-lg: 445; --image-height-md: 255; --image-width-md: 354; --image-height-sm: 252; --image-width-sm: 363" data-video-duration="00:36" data-articleid="10430645" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/nyheder/krigogkatastrofer/article10430645.ece" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/nyheder/krigogkatastrofer/article10430645.ece" class="dre-item__asset" aria-label="Angriber  skole" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--videostandalone"><svg class="video-icon" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px"><rect width="26" height="26" rx="4" fill="white"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.58703C8 7.36401 9.34875 6.60201 10.4227 7.21825L18.2007 11.6812C19.2664 12.2927 19.2664 13.8073 18.2007 14.4188L10.4227 18.8818C9.34874 19.498 8 18.736 8 17.513L8 8.58703Z" fill="black"></path></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=223&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1554&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=090517a4a5ca2d22a98160d24eeaeb8092b11fc15e62fc922811417a492c51e9 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=223&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1554&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=39b852341accc88bd9394900867821249f9c2d521c7836313a20e580a144cc5f 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=223&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1554&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=413aa0de9fe7f8630fdd609e552fa303b05d94764d87f3252e31196fcde59547 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=223&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1554&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=d3087b1c189ae49b70dd97e6a35f5d75c9731eff9e375675839e079037efebf4 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=223&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1554&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=e023191df5665818371890e039051f3ec36a792fcebb4325e4d367047eea01b8 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=223&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1554&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=3b8710c0f3c2ed9f0f5f70dadaf7706b05b4de919429583b16a80603772a593e 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=251&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1498&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=24db71d94736f9932278a9470be561549a3561b4e11eacf8d904bb6bdd4b143e 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=251&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1498&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=c408fd438feed768ce6616fb95603eb0396d680de193d9b88bd423b5dc8abb3d 708w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 354px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=251&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1498&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=354&amp;accessToken=caf9d704d1db663e676419c0e3582d861fd86517d7fe8a64a5f96cd65cf0ce3f 354w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=251&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1498&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=708&amp;accessToken=4581cbfc7a22f71afdae1302c3fdd9c87d91e2e9a428f4239f9dd4677c3bebd6 708w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 445px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=250&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1500&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=69822aa8229c28e4a24d9f3a02514a33b5ba45c5a56fb6629c9dea2ac0471c0a 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.webp?t%5Bcrop%5D%5Bx%5D=250&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1500&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=a6888c70fa4d95d99b29e23d5c5f51d88290914dafc50ac2198c9477c5e61c5a 890w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=250&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1500&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=37d563fd6e3f75a6bf8f52a61f1f6018e8de239b4e5d12311ee8de037fc6389c" style="object-position: 52% 45%" sizes="(min-width: 768px) 445px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 354px, (min-width: 768px) 354px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=250&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1500&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=445&amp;accessToken=37d563fd6e3f75a6bf8f52a61f1f6018e8de239b4e5d12311ee8de037fc6389c 445w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116907121.jpg?t%5Bcrop%5D%5Bx%5D=250&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1500&amp;t%5Bcrop%5D%5Bheight%5D=1080&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=890&amp;accessToken=30234f881248fcd7f917ef4eed87f77c819b1a0ef3e0021eb18ecf145ab38139 890w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/nyheder/krigogkatastrofer/article10430645.ece" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 6.1875em;">Angriber</p><p style="white-space: nowrap; font-size: 9.875em;">skole</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 4.8125em;">Angriber</p><p style="white-space: nowrap; font-size: 7.6875em;">skole</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 9.3vw;">Angriber</p><p style="white-space: nowrap; font-size: 15.1vw;">skole</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-turquoise dre-item--feature-plus dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10428964" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/store-penge-portefoeljen-vilde-afkast-efter-valg/10428964" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/penge/store-penge-portefoeljen-vilde-afkast-efter-valg/10428964" class="dre-item__asset" aria-label="'Forventer   stærkt afkast'" tabindex="-1"><div class="dre-feature-snippet dre-feature-snippet--plus"><svg class="icon-animated" id="eb-plus-white-on-red-eH5nQgoj6TX1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365 365" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style>#eb-plus-white-on-red-eH5nQgoj6TX4_to{animation:eb-plus-white-on-red-eH5nQgoj6TX4_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX4_to__to{0%{transform:translate(486.856667px,533.375369px)}10.666667%{transform:translate(486.856667px,533.375369px)}20.333333%{transform:translate(167.817832px,214.336532px)}20.666667%{transform:translate(115.86707px,162.385768px)}100%{transform:translate(115.86707px,162.385768px)}}#eb-plus-white-on-red-eH5nQgoj6TX7_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX7_ts__ts{0%{transform:translate(182.500031px,0) scale(1,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}11%{transform:translate(182.500031px,0) scale(1,1)}100%{transform:translate(182.500031px,0) scale(1,1)}}#eb-plus-white-on-red-eH5nQgoj6TX11_to{animation:eb-plus-white-on-red-eH5nQgoj6TX11_to__to 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX11_to__to{0%{transform:translate(87.500031px,246.746506px)}19%{transform:translate(87.500031px,246.746506px)}21%{transform:translate(182.5px,246.746506px)}100%{transform:translate(182.5px,246.746506px)}}#eb-plus-white-on-red-eH5nQgoj6TX14_ts{animation:eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts 3s linear infinite normal forwards}@keyframes eb-plus-white-on-red-eH5nQgoj6TX14_ts__ts{0%{transform:translate(0,182.5px) scale(0,1)}16.666667%{transform:translate(0,182.5px) scale(0,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}33.333333%{transform:translate(0,182.5px) scale(1,1)}100%{transform:translate(0,182.5px) scale(1,1)}}@media (prefers-reduced-motion){*{animation:none!important}}</style><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX5)"><g id="eb-plus-white-on-red-eH5nQgoj6TX4_to" transform="translate(486.856667,533.375369)"><rect width="100.605568" height="257.758545" rx="0" ry="0" transform="rotate(135) translate(29.135269,109.419868)" fill="#e3141d"></rect></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX5"><rect width="135" height="230" rx="0" ry="0" transform="translate(.00003 135)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX7_ts" transform="translate(182.500031,0) scale(1,0)"><g transform="translate(-182.500031,0)"><rect width="95" height="365" rx="0" ry="0" transform="translate(135.000031 0)" fill="#fff"></rect></g></g><g><g clip-path="url(#eb-plus-white-on-red-eH5nQgoj6TX12)"><g id="eb-plus-white-on-red-eH5nQgoj6TX11_to" transform="translate(87.500031,246.746506)"><polygon points="135,230 135,263.493 230,230 135,230" transform="translate(-182.5,-246.746506)" fill="#690000"></polygon></g><clipPath id="eb-plus-white-on-red-eH5nQgoj6TX12"><rect width="95" height="35.48325" rx="0" ry="0" transform="translate(135.000031 230)" fill="none"></rect></clipPath></g></g><g id="eb-plus-white-on-red-eH5nQgoj6TX14_ts" transform="translate(0,182.5) scale(0,1)"><g transform="translate(0,-182.5)"><rect width="95" height="365" rx="0" ry="0" transform="matrix(0 1-1 0 365.000031 135.000001)" fill="#fff"></rect></g></g></svg> <svg class="icon-static" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 365"><g id="leg"><rect x="135.00002" width="95" height="365" style="fill:#fff"></rect></g><g id="shadow2"><polygon points="135 230 135 263.493 230 230 135 230" style="fill:#690000"></polygon></g><g id="arm"><rect x="135.00002" y="0.00001" width="95" height="364.99999" transform="translate(365.00002 -0.00002) rotate(90)" style="fill:#fff"></rect></g></svg></div><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=b54143aa927f4a622f5bb6f124a8212025650391f2efbaf9d153c8ea67b3420e 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=6f6982dd7c3cbb42eb4c087d5fd34fda38fbdaf3480cf52355d2b59dd2b11286 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=c6600fd0cd8162c11e156ec541bf05364be57f9e13244d1dda9bbc442f9d0455 1150w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 97.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=403&amp;accessToken=f42dd1acc4ee8135d149fa988136ffbbfd6f92f3bfe649d033968e2e12bf93cb 403w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=806&amp;accessToken=64caeb48582e53642d66befe52c779aae847663c391c3e614ad7fa57b0101ac2 806w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1150&amp;accessToken=c6803d4ca908d05acb622292533bcf9f924225e6d80fb4f08d26f4ed6fb4998d 1150w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=b5d75ec1f60a1436f2a6b04bf579d0a61687ed835825be208ceb652b94458141 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=aa77c33aceefeb3ab3fe9138c023628f6c7d01407d8888f4274e0a2007f10a8b 1456w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 728px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=728&amp;accessToken=024098112d1b690a531ac814e59044a7f6d2e370af68032c4ce6bba49481931e 728w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1456&amp;accessToken=98402e0960303e43bd1a3b3e21e3b605e02b0698efa918f9ab0426e836ed0d70 1456w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 910px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=964eca9b921e59b546089444debeee013464050918e136073d16720198795240 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=4cdc15a1759f30aef40771b6bf44e0ecc175af8a8d727afd50297395c556bd73 1820w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=943751e8b0fe4e8276c12384cf7daf2c7301fb1ad6895496376c8bcf127b0be5" style="object-position: 49% 29%" sizes="(min-width: 768px) 910px, (max-width: 767px) 97.33vw, (max-width: 767px) 97.33vw, (min-width: 768px) 728px, (min-width: 768px) 728px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=910&amp;accessToken=943751e8b0fe4e8276c12384cf7daf2c7301fb1ad6895496376c8bcf127b0be5 910w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/104204460.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=51&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=813&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=1820&amp;accessToken=133ee1d1736561ef4d1fe4a29f16dea168d3a1b1684bf2d09ef2df3692788f4e 1820w" loading="lazy"></picture></a><div class="dre-item__text"><div class="dre-item__pretitle"><p>DER ER MERE AT HENTE</p></div><a href="/penge/store-penge-portefoeljen-vilde-afkast-efter-valg/10428964" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 10.9375em;">'Forventer</p><p style="white-space: nowrap; font-size: 7.8125em;">stærkt afkast'</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 8.6875em;">'Forventer</p><p style="white-space: nowrap; font-size: 6.1875em;">stærkt afkast'</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 17.7vw;">'Forventer</p><p style="white-space: nowrap; font-size: 12.6vw;">stærkt afkast'</p></div></a></div></article></div></div><div class="dre-group dre-group--single dre-group--lg-all-full-width dre-group--md-all-full-width dre-group--sm-all-full-width dre-group--1-items" data-layout="single"><div class="dre-group__content"><article class="dre-item dre-item--size-full dre-item--md-full dre-item--sm-full dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-inverted dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430685" data-priority="A+" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/penge/den-amerikanske-centralbank-saenker-renten/10430685" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a><div class="dre-item__text"><a href="/penge/den-amerikanske-centralbank-saenker-renten/10430685" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 14.6875em;">Sænker</p><p style="white-space: nowrap; font-size: 16.9375em;">renten</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 11.6875em;">Sænker</p><p style="white-space: nowrap; font-size: 13.4375em;">renten</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 23.9vw;">Sænker</p><p style="white-space: nowrap; font-size: 27.5vw;">renten</p></div></a></div></article></div></div><div class="dre-group dre-group--third dre-group--3-items" data-layout="third"><div class="dre-group__content"><article class="dre-item dre-item--size-third dre-item--md-third dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10429910" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/forbrug/Teknologi/playstation-sats-er-landet-kun-begraenset-adgang/10429910" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/forbrug/Teknologi/playstation-sats-er-landet-kun-begraenset-adgang/10429910" class="dre-item__asset" aria-label="Landet:  Kun begrænset  adgang" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=28&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1573&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=032b013c2a6c7f686cb542f53795176dd8e707e40d8dd67cb3f21e70e74852ae 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=28&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1573&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=06fb91f7528285f1094ddb2d0b5dc5750ad33deefe0ad153fa60dad97fd45b63 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=28&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1573&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=c15457a92a5afbe9df08cc22cf3370ad39b65e4e8e3096ff0d414a63dfd62953 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=28&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1573&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=0e9432f4c4b3a1e71b95716781462cb16a87a72852d80b85296cc972739781ec 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=28&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1573&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=3304d9ce9587704ac62c235cae839c20d274e5d6fb8b46a827daafe45d9ad898 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=28&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1573&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=4cb94a4fa49ccfb59606f45e71302a3c57e095d4bf8da3ddd4327b10bb3a0107 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=42&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1558&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=abf12ec5022478d163e3d2e79d159f4d8583228ef24243fc90bdfa70d9a67470 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=42&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1558&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=c69ea978995a6f5641421b2971762d254228c59f6195b846fa5592d1e622eedf 458w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=42&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1558&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=88f33adac23e25ea2fb5d0a74f8a5d5d1982e7416078027283a5a4e7af42de05 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=42&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1558&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=05e5aa85da87f61eb8fb4d3da7f84acba797fdfbbdd5e8d5527086922872277c 458w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=40&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1560&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=a802ddf7188e1d1616ba2395f732622b501a949454d70dd315b061bf8c5a0cc9 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.webp?t%5Bcrop%5D%5Bx%5D=40&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1560&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=fdb781f4ed527a80b595af2cca5c1b633224482404cba5a1d548df2ab1bd6599 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=40&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1560&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=7f07464e82549764fd9105920a5973d5c16e39ced47114fbded4f48cb9649fe4" style="object-position: 64% 43%" sizes="(min-width: 768px) 290px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 229px, (min-width: 768px) 229px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=40&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1560&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=7f07464e82549764fd9105920a5973d5c16e39ced47114fbded4f48cb9649fe4 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116908071.jpg?t%5Bcrop%5D%5Bx%5D=40&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1560&amp;t%5Bcrop%5D%5Bheight%5D=823&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=b311a0a14289837094ddf6684f4eba786f97721c92200524608e9f98905e2e7f 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/forbrug/Teknologi/playstation-sats-er-landet-kun-begraenset-adgang/10429910" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 4.375em;">Landet:</p><p style="white-space: nowrap; font-size: 2.1875em;">Kun begrænset</p><p style="white-space: nowrap; font-size: 4.625em;">adgang</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.3125em;">Landet:</p><p style="white-space: nowrap; font-size: 1.6875em;">Kun begrænset</p><p style="white-space: nowrap; font-size: 3.5625em;">adgang</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 10.5vw;">Landet:</p><p style="white-space: nowrap; font-size: 5.3vw;">Kun begrænset</p><p style="white-space: nowrap; font-size: 11.3vw;">adgang</p></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-third dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-white dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430398" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/underholdning/dkkendte/rasmus-seebach-saelger-for-svimlende-millionbeloeb/10430398" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/underholdning/dkkendte/rasmus-seebach-saelger-for-svimlende-millionbeloeb/10430398" class="dre-item__asset" aria-label="Sælger for  <em>svimlende</em>  beløb" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=27925a5f1f48b0cf968b2983f770b0d18a527e4165b39d230d391176e8eff518 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=9004ceec845d8bcacf8309e0baec8cbb74291d7e4cd5f70af44151f85b51e0f5 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=9b9639514eb8bc5222d0d133248bc25803978c50a4be1e74fc2090e0bbb2b0de 559w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 47.33vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=196&amp;accessToken=cf89d5a384de8f29d711d9ae2b749af309a3d3b4ec8c3498ae2fb6b466a3db9b 196w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=392&amp;accessToken=d17fab0b29b88d6b28515b290397ae4a78e39307294097bbb62662124b1c5b31 392w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=559&amp;accessToken=8278b3b7fd49f426edd51cb6feb6b782b78d5332367ca4664c4c45b4cb005740 559w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=1c92869b36dcd36b5397344887cb877dd121538d5cda788a3dd0b94bfd4bf581 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=332d6c22ae7cf82f8eb66cd125512d85f980959f85fca7bc27756181f4a53b39 458w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=9e7144759dddd5922eb25e857f455f79c3f222ebc1071f4ead57640c6ed49389 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=741&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=ec03bee0e9af80debdaf07e4be29919116bd3d93b19ef6a7b3e0a23f961811e5 458w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=010ac84ec290160191d09c8a7a41e0351aa1c125fb4c269780755f26ff4b63a8 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=c0c415f00318c495fe3694c7ff7ca03fb26d07edea9aca059d18a22ed867eec1 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=bf0db0583ab5ad57d1d935926d15bbc60010a904ea48275797884eac50e0381d" style="object-position: 61% 21%" sizes="(min-width: 768px) 290px, (max-width: 767px) 47.33vw, (max-width: 767px) 47.33vw, (min-width: 768px) 229px, (min-width: 768px) 229px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=bf0db0583ab5ad57d1d935926d15bbc60010a904ea48275797884eac50e0381d 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905071.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1600&amp;t%5Bcrop%5D%5Bheight%5D=740&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=5344bf3ecd1b7697b1b3da7bbfd9b28db7a3337ada5704131af58c8b2ace1a3a 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/underholdning/dkkendte/rasmus-seebach-saelger-for-svimlende-millionbeloeb/10430398" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 3.1875em;">Sælger for</p><p style="white-space: nowrap; font-size: 3.25em;"><em>svimlende</em></p><p style="white-space: nowrap; font-size: 5.9375em;">beløb</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2.4375em;">Sælger for</p><p style="white-space: nowrap; font-size: 2.5em;"><em>svimlende</em></p><p style="white-space: nowrap; font-size: 4.5625em;">beløb</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.6vw;">Sælger for</p><p style="white-space: nowrap; font-size: 7.9vw;"><em>svimlende</em></p><p style="white-space: nowrap; font-size: 14.4vw;">beløb</p></div></a></div></article><article class="dre-item dre-item--size-third dre-item--md-third dre-item--sm-full-image-left dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-black dre-item--feature-highlight-red" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="10430501" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/krimi/udskaeldt-provokunstner-bag-tremmer-frygter-de-indsatte/10430501" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/krimi/udskaeldt-provokunstner-bag-tremmer-frygter-de-indsatte/10430501" class="dre-item__asset" aria-label="Nu er hun  bag tremmer" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=366&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1235&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=8273dec5e481ed123b1137fa77c505481bd30f573a21e5eec9b68b7000ab0d31 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=366&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1235&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=c4044eacf9e5256c5220e46d80fa24168f77a03b71a9ccb8979c6f1ecdaddd9a 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=366&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1235&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=c7fd97847c8ab056ea3e40c1293dad9943045cb87468ae825761266e8cf00ab8 377w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 32vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=366&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1235&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=132&amp;accessToken=8c33dafddcf3e8af827b1be24f5b830c3a85157961a397da561c28a625d9caaa 132w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=366&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1235&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=264&amp;accessToken=b016465165e9ccfe7c19bb22f043adaa2fa574c52a6ed81843ca0d1410f8da23 264w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=366&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1235&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=377&amp;accessToken=12308cb36033c9221d6901cf83502017d2ea7e1fb0054f9ee31c3d83a53f74f2 377w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=295&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1305&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=670c6e6fc9dd0b16660c0c2f4bb52564b0cf4d4cacc38eee08a17933abec5623 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=295&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1305&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=9468f397a2b9d6e37d069bb75956f48483de6fc00e7bf1362460be226349530f 458w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 229px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=295&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1305&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=229&amp;accessToken=a16ee76691dd528ad06543eb0856fc6894f4a816fd9b80f9075d1d91da63c3d0 229w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=295&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1305&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=458&amp;accessToken=06269ce9cb6795e3b7ba5a34966adfad446118bc0a0ba1bb59d95f1e97b3d1f3 458w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 290px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=310&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1290&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=7907df40d6b348ab2b7734360523732522114f5100397c5e4cd021c6671af24c 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.webp?t%5Bcrop%5D%5Bx%5D=310&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1290&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=98ff7b83d93c51662d36cb5f1368da1f9a95af4b1f446c7ee819a2a7f69be001 580w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=310&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1290&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=d2c47f1afe587dc7a20c7c2ae05993a7bcad50030f8d2491f55e704582738052" style="object-position: 63% 34%" sizes="(min-width: 768px) 290px, (max-width: 767px) 32vw, (max-width: 767px) 32vw, (min-width: 768px) 229px, (min-width: 768px) 229px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=310&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1290&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=290&amp;accessToken=d2c47f1afe587dc7a20c7c2ae05993a7bcad50030f8d2491f55e704582738052 290w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/116905021.jpg?t%5Bcrop%5D%5Bx%5D=310&amp;t%5Bcrop%5D%5By%5D=0&amp;t%5Bcrop%5D%5Bwidth%5D=1290&amp;t%5Bcrop%5D%5Bheight%5D=1054&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=580&amp;accessToken=597fa4ab089e1049179b4df74ac0cef837e27cb11bc1de79f6a50b31f9d69596 580w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/krimi/udskaeldt-provokunstner-bag-tremmer-frygter-de-indsatte/10430501" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 3.375em;">Nu er hun</p><p style="white-space: nowrap; font-size: 2.5625em;">bag tremmer</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 2.625em;">Nu er hun</p><p style="white-space: nowrap; font-size: 1.9375em;">bag tremmer</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.9vw;">Nu er hun</p><p style="white-space: nowrap; font-size: 8.9vw;">bag tremmer</p></div></a></div></article></div></div></div></div>
    <div id="ebbanner_wrapper_monster8" class="eb-position eb-position--monster8 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster8" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster8" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster8');
            }
          })();
        </script>
      <div class="fnSpaceManagement" id="spm9473106xKA8x10" data-spcmngm="energioverblik_front">
    <div class="m10px-rl m10px-b" id="allNzlpurpose">
      <div class="allpurpose">
      <div class="right">
          <style>.smartphone .newslist { margin: 0 10px 10px; }</style>
<link rel="stylesheet" href="https://interactive.ekstrabladet.dk/2019/eb-energy-dashboard/dist/style.css?v30">
<div class="dashboard-condensed-header">
  Spar med <a href="/energi" style="display: inherit;"><img class="dashboard-condensed-logo" src="https://interactive.ekstrabladet.dk/img/energydashboardv2_logo.svg?v2" alt="Ekstrabladet Energioverblik"></a>
</div>
<div id="ebEnergyCondensed" class="dashboard-container" style="line-height: 1.05">
   <!-- style="background-image: url('https://interactive.ekstrabladet.dk/img/energydashboard_screen4.jpg'); background-size: cover; background-position: center; -->
   <div class="dashboard-card dashboard-card--halfwidth bg--yellowlight">
      <a id="dashboard-saving" href="/energi" class="dashboard-link"></a>
      <a id="dashboard-screenshot" href="/energi" class="dashboard-condensed-banner"></a>
      <div class="dashboard-card-header">
         <div class="dashboard-header-item">
            <div class="dashboard-icon" style="height: 20px;">
               <img src="https://interactive.ekstrabladet.dk/img/icons/coins-light.svg">
            </div>
            <div class="dashboard-fs-cardheader">Det kan du spare</div>
         </div>
         <div>
            <div aria-expanded="false" style="--icon-fill:currentColor; margin-left: auto;">
               <div class="dashboard-icon" style="height: 20px; position: relative; z-index: 2;" data-tooltip="Besparelserne udregnes på baggrund af estimeret forbrug med udskudt start indenfor max 12 timer i landsdel valgt i Energioverblikket (Standard: Vestdanmark). Tryk på apparatet for uddybende beregning.">
                  <svg class="icon-svg" viewBox="0 0 50 50" style="--icon-size: 20px;">
                     <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#info-circle"></use>
                  </svg>
               </div>
            </div>
         </div>
      </div>
      <div class="dashboard-card-content">
         <div class="dashboard-row" style="position: relative; z-index: 2;">
            <a id="dashboard-appliance-washing" class="dashboard-column dashboard-appliance-link" href="/forbrug/energi/?appliance=1">
               <div class="dashboard-icon" style="height: 40px; margin: -5px 0 10px;">
                  <img src="https://interactive.ekstrabladet.dk/img/icons/washer-light.svg">
               </div>
               <div class="dashboard-fs-caption">Vaskemaskine</div>
               <div class="dashboard-fs-tertiaryinfo"><span data-appliance="1" class="dashboard-text-loading">-</span>  <small>kr</small></div>
            </a>
            <a id="dashboard-appliance-dishwasher" class="dashboard-column dashboard-appliance-link" href="/forbrug/energi/?appliance=0">
               <div class="dashboard-icon" style="height: 40px; margin: -5px 0 10px;">
                  <img src="https://interactive.ekstrabladet.dk/img/icons/utensils-alt-light.svg">
               </div>
               <div class="dashboard-fs-caption">Opvaskemaskine</div>
               <div class="dashboard-fs-tertiaryinfo"><span data-appliance="0" class="dashboard-text-loading">-</span> <small>kr</small></div>
            </a>
            <a id="dashboard-appliance-car" class="dashboard-column dashboard-appliance-link" href="/forbrug/energi/?appliance=5">
               <div class="dashboard-icon" style="height: 40px; margin: -5px 0 10px;">
                  <img src="https://interactive.ekstrabladet.dk/img/icons/car-alt-light.svg">
               </div>
               <div class="dashboard-fs-caption">Elbil</div>
               <div class="dashboard-fs-tertiaryinfo"><span data-appliance="5" class="dashboard-text-loading">-</span> <small>kr</small></div>
            </a>
         </div>
         <div class="dashboard-card-footer">
            Se, hvornår du skal starte
            <svg class="icon-svg" viewBox="0 0 50 50" style="--icon-size: 10px;">
               <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#angle-right"></use>
            </svg>
         </div>
      </div>
   </div>
   <div class="dashboard-card dashboard-card--halfwidth bg--black">
      <a id="dashboard-electricity" href="/forbrug/energi" class="dashboard-link"></a>
      <div class="dashboard-card-header">
         <div class="dashboard-header-item">
            <div class="dashboard-icon" style="height: 20px;">
               <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
                  <path d="M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.3 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36zM140.3 436.9l33.5-141.6 9.3-39.4h-150L63 32h125.9l-38.7 118-13.8 42h145.7L140.3 436.9z"></path>
               </svg>
            </div>
            <div class="dashboard-fs-cardheader">Elpris <span class="dashboard-blink">lige nu</span></div>
         </div>
         <div>
            <div aria-expanded="false" style="--icon-fill:currentColor; margin-left: auto;">
               <div class="dashboard-icon" style="height: 20px; position: relative; z-index: 2;" data-tooltip="Inkl. moms, transport og afgifter - Kilde: Energi Data Service (Opdateret i dag)">
                  <svg class="icon-svg" viewBox="0 0 50 50" style="--icon-size: 20px;">
                     <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#info-circle"></use>
                  </svg>
               </div>
            </div>
         </div>
      </div>
      <div class="dashboard-card-content">
         <div class="dashboard-row">
            <div class="dashboard-column">
               <div class="dashboard-fs-caption">Vestdanmark</div>
               <div class="dashboard-fs-primaryinfo"><span data-liveprice="electricity-price-west" class="dashboard-text-loading">-</span></div>
               <div class="dashboard-fs-caption">kr. pr. kWh*</div>
            </div>
            <div class="dashboard-column">
               <div class="dashboard-fs-caption">Østdanmark</div>
               <div class="dashboard-fs-primaryinfo"><span data-liveprice="electricity-price-east">-</span></div>
               <div class="dashboard-fs-caption">kr. pr. kWh*</div>
            </div>
         </div>
         <div class="dashboard-card-footer">
            Se, hvornår strømmen er billigst
            <svg class="icon-svg" viewBox="0 0 50 50" style="--icon-size: 10px;">
               <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#angle-right"></use>
            </svg>
         </div>
      </div>
   </div>
</div>
<script src="https://interactive.ekstrabladet.dk/2019/eb-energy-dashboard/dist/condensed.min.js?v31"></script>
<script>
   const targetCondensed = document.getElementById("ebEnergyCondensed");
   ebEnergyCondensed.init(targetCondensed);
   
   const targetDashboards = document.querySelectorAll("#ebEnergyCondensed a");
   for (const dashboard of targetDashboards) {
     dashboard.addEventListener("click", ebEnergyCondensed.track);
   }
</script></div>
      <div class="lastUnit">
        </div>
    </div>

    </div>
      </div>
    <div id="ebbanner_wrapper_monster9" class="eb-position eb-position--monster9 bannercenter">
          <div class="eb-position-mark">
            <span class="fs-ads">Annonce:</span>
            <span data-targetid="ebbanner_monster9" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
                <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog"></use>
                </svg>
                <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
                  <use xlink:href="#cog-solid"></use>
                </svg>
              </span>
            </div>
          <div id="ebbanner_monster9" class="eb-placement">
          </div>
        </div>
        <script>
          ;(async () => {
            if (await window.eb.ready('ebBanners')) {
              window.ebComponents.ebBanners.addPlacement('monster9');
            }
          })();
        </script>
      <div class="flex flex-align--start margin-m--b">
      <div class="flex-item flex-item--grow pagecolumn-element" style="width: 25%;">
          <style>
    .smartphone #svelte-list-9723603 {
      margin: var(--distance-large);
    }
  </style>
<div id="svelte-list-9723603" class="widget-externallist"></div>
<script>
;(() => {
  const listOptions = {
    deviceType: 'DESKTOP',
    environment: 'PRODUCTION',
    externalList: 'boldrss',
    id: 9723603,
    maxArticles: 3,
    showHeader: true,
    title: 'bold.dk',
    trackingLabel: '',
    type: 'rss'
  };

  sveltelist.init(listOptions);
})();
</script>
</div>
      <div class="flex-item flex-item--grow pagecolumn-element" style="width: 25%;">
          <style>
    .smartphone #svelte-list-4727840 {
      margin: var(--distance-large);
    }
  </style>
<div id="svelte-list-4727840" class="widget-externallist"></div>
<script>
;(() => {
  const listOptions = {
    deviceType: 'DESKTOP',
    environment: 'PRODUCTION',
    externalList: 'jppol',
    id: 4727840,
    maxArticles: 3,
    showHeader: true,
    title: 'Jyllands-Posten',
    trackingLabel: '',
    type: 'rss'
  };

  sveltelist.init(listOptions);
})();
</script>
</div>
      <div class="flex-item flex-item--grow pagecolumn-element" style="width: 25%;">
          <style>
    .smartphone #svelte-list-4824405 {
      margin: var(--distance-large);
    }
  </style>
<div id="svelte-list-4824405" class="widget-externallist"></div>
<script>
;(() => {
  const listOptions = {
    deviceType: 'DESKTOP',
    environment: 'PRODUCTION',
    externalList: 'politiken',
    id: 4824405,
    maxArticles: 3,
    showHeader: true,
    title: 'Politiken',
    trackingLabel: '',
    type: 'rss'
  };

  sveltelist.init(listOptions);
})();
</script>
</div>
      <div class="flex-item flex-item--grow pagecolumn-element" style="width: 25%;">
          <style>
    .smartphone #svelte-list-4736556 {
      margin: var(--distance-large);
    }
  </style>
<div id="svelte-list-4736556" class="widget-externallist"></div>
<script>
;(() => {
  const listOptions = {
    deviceType: 'DESKTOP',
    environment: 'PRODUCTION',
    externalList: 'lokalavisen',
    id: 4736556,
    maxArticles: 3,
    showHeader: true,
    title: 'Lokalavisen',
    trackingLabel: '',
    type: 'rss'
  };

  sveltelist.init(listOptions);
})();
</script>
</div>
      </div>
  <div class="fnSpaceManagement" id="spm10203212xu4Rx13" data-spcmngm="dre-podcast-bottom">
    <div id="front-ekstrabladet-dk-podcast-edition-3" data-product="5d5a8cc11574df09cd20ecac" data-productname="ekstrabladet-dk" data-edition="65155990d78171234b82ed52" data-editionname="podcast-edition" data-decknumber="3" class="front theme-ekstrabladet-v2"><div class="dre-group dre-group--half dre-group--2-items dre-group--skin dre-group--skin-black dre-group--header" data-layout="half"><div class="dre-group__header-content">PODCAST</div><div class="dre-group__content"><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-purple dre-item--feature-highlight-red dre-item--feature-custom-group" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="dtaxhpmc" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/podcast/#/episode/brev/241106-bare-mellem-os" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/podcast/#/episode/brev/241106-bare-mellem-os" class="dre-item__asset" aria-label="Diez er  <strong>VRED</strong>" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 46vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=162&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=191&amp;accessToken=b01454d688f7b05c8363cef9bc1c689c3bf0f1111cfddb7ea259b6ee2b53e965 191w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=162&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=381&amp;accessToken=257c10d4f6e65692074a9cad93cc44de08f6ecfc075c65227fe419d4e6dfe515 381w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=162&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=544&amp;accessToken=759ef13615eb2ef6e97db3fa5f2fcd42cf3014f8f933fad7ef54084e2eb40919 544w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 46vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=162&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=191&amp;accessToken=efe50b70f6c9982657fd6f2f931ded8cfcf94b77ecd455ab6b3f2347c3d44a9b 191w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=162&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=381&amp;accessToken=3aba3d2e09cbcad449bd4ed4ffa7f03d9d4b77fe7d0985041916ef44479ea0a7 381w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=162&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=544&amp;accessToken=37169bb688730e3ff6f064a7befa32a8ca44f1c47fcf45898840e6ed90858f65 544w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 344px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=344&amp;accessToken=886f2833e9c66604530655311d6a82d79628b41d05841426b3095c32221ace4e 344w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=688&amp;accessToken=3e1db835c143596a5bd2455faf2dd85cc73acffa2aa30c39d33f01f9fbf942e5 688w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 344px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=344&amp;accessToken=0a3ec92436a55a340be1fdad323ed2904343806fb675dc90fff502182a6f6767 344w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=688&amp;accessToken=f5b12ebc8162579c896d6b337e3104a7cf4f2f548c5b438449d68852b48cae91 688w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 425px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=425&amp;accessToken=f8e3361c4668604924f6159b3f28e44656dd62e09abe88398b533bb4531432da 425w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=850&amp;accessToken=c8c90e0a34155e03ce83a631dae451238bf275577924cd09ac4249307ffe1bb2 850w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=425&amp;accessToken=c8b02cf520aeb1939133754fbdd010aed9707aa90148ef41837a39d9d0320352" style="object-position: 46% 39%" sizes="(min-width: 768px) 425px, (max-width: 767px) 46vw, (max-width: 767px) 46vw, (min-width: 768px) 344px, (min-width: 768px) 344px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=425&amp;accessToken=c8b02cf520aeb1939133754fbdd010aed9707aa90148ef41837a39d9d0320352 425w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112616240.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=20&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=163&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=850&amp;accessToken=fe69d599626abb13b19c01ea59490c70ddf6d27a2a902c8bfd77885211b0e4b7 850w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/podcast/#/episode/brev/241106-bare-mellem-os" class="dre-item__title dre-item__title--responsive dre-item__title--has-strong" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 7.3125em;">Diez er</p><p style="white-space: nowrap; font-size: 9.125em;"><strong>VRED</strong></p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 5.8125em;">Diez er</p><p style="white-space: nowrap; font-size: 7.25em;"><strong>VRED</strong></p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 11.3vw;">Diez er</p><p style="white-space: nowrap; font-size: 14vw;"><strong>VRED</strong></p></div></a></div></article><article class="dre-item dre-item--size-half dre-item--md-half dre-item--sm-half dre-item--image-auto dre-item--last-line-fit-fill dre-item--skin dre-item--skin-yellow dre-item--feature-inverted dre-item--feature-highlight-red dre-item--feature-custom-group" itemscope="" itemtype="http://schema.org/NewsArticle" data-articleid="eg1w5pay" data-priority="B" data-tracktype="dre|activated" data-spacemanagement="activated"><a href="/podcast/#/episode/podcastd3216c/1107" class="dre-item__header dre-item__header--empty" style="--chars: 0" tabindex="-1"></a> <a href="/podcast/#/episode/podcastd3216c/1107" class="dre-item__asset" aria-label="Dømt efter  sex med dyr" tabindex="-1"><picture><source media="(max-width: 767px)" sizes="(max-width: 767px) 46vw" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=10&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=228&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=191&amp;accessToken=8e0c9bee9424e94f54432279dfed1f8a11818ca27eac02fe20c4114f72841a98 191w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=10&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=228&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=381&amp;accessToken=3eacd3b768cfbeab5f2c6fed8ead933386a7c3f3cee643c07b5326b15b0eff9b 381w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=10&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=228&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=544&amp;accessToken=30e11fbea0fd6eb78023b8cf210f21237038da07a07dce4bfc5092554499efbf 544w"><source media="(max-width: 767px)" sizes="(max-width: 767px) 46vw" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=10&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=228&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=191&amp;accessToken=f2e3d06af19898d24037dfbf60292b135b4fe8ee04e844528fb31fc4fd3d680d 191w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=10&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=228&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=381&amp;accessToken=91c19d2db0922ff1021d629f714c122f51487c26e05ba98b0f292b8e50a4b1d2 381w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=10&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=228&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=544&amp;accessToken=3e9b94ce00e450a365341e243434802b8b9cbd1d500f7f922d588031282ae7f7 544w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 344px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=344&amp;accessToken=786d7619094e0e742bb42ccc49f2ba25bdec4d90ab793663ee8f3886812ade5f 344w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=688&amp;accessToken=964c0ed24448bbb86712183800065681e035f22c39413b23ba094091f162b538 688w"><source media="(max-width: 768px)" sizes="(min-width: 768px) 344px" type="image/jpeg" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=344&amp;accessToken=f614f8cd1f46e57705b4f72b62d0f0586fd0892feb74c0dd19bbd1bb62fd967d 344w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=688&amp;accessToken=154fb091e1469289117c52f10699f0747b1d41e977492cd01c5e8d09e1f4a96b 688w"><source media="(min-width: 768px)" sizes="(min-width: 768px) 425px" type="image/webp" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=425&amp;accessToken=73f1d40273287880f1f17f0b1df43768d02d1fe26986f681c954a7f418b63aa6 425w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.webp?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=850&amp;accessToken=26be5d85f4118a8bb36f64835d8dc338e6b1c9b262b5052225d036e63014413a 850w"><img class="dre-item__image" src="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=425&amp;accessToken=50e22d8614f17829f4ce25cbcc1b5328bec254b8702c49b96e0f0c0d03d5df45" style="object-position: 50% 48%" sizes="(min-width: 768px) 425px, (max-width: 767px) 46vw, (max-width: 767px) 46vw, (min-width: 768px) 344px, (min-width: 768px) 344px" alt="" srcset="https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=425&amp;accessToken=50e22d8614f17829f4ce25cbcc1b5328bec254b8702c49b96e0f0c0d03d5df45 425w, https://cdn.ekstrabladet-img.com/users/drf-eb/images/112409003.jpg?t%5Bcrop%5D%5Bx%5D=0&amp;t%5Bcrop%5D%5By%5D=6&amp;t%5Bcrop%5D%5Bwidth%5D=256&amp;t%5Bcrop%5D%5Bheight%5D=237&amp;t%5Bquality%5D=85&amp;t%5Bresize%5D%5Bwidth%5D=850&amp;accessToken=af9453ce6109ce23cd951746f3f5837b5e3b3b131ce99f49215513d73ed4bbb1 850w" loading="lazy"></picture></a><div class="dre-item__text"><a href="/podcast/#/episode/podcastd3216c/1107" class="dre-item__title dre-item__title--responsive" itemprop="url"><div class="dre-item__alt-title--lg"><p style="white-space: nowrap; font-size: 4.5625em;">Dømt efter</p><p style="white-space: nowrap; font-size: 4.125em;">sex med dyr</p></div><div class="dre-item__alt-title--md"><p style="white-space: nowrap; font-size: 3.625em;">Dømt efter</p><p style="white-space: nowrap; font-size: 3.25em;">sex med dyr</p></div><div class="dre-item__alt-title--sm"><p style="white-space: nowrap; font-size: 7.1vw;">Dømt efter</p><p style="white-space: nowrap; font-size: 6.3vw;">sex med dyr</p></div></a></div></article></div></div></div></div>
    </div>
                        </div>
                        <div class="sidebanner-container" id="ebSidecolumn_halfpage4">
  <div class="eb-sidebanner eb-sidebanner--right">
    <div id="ebbanner_wrapper_halfpage4" class="eb-position eb-position--halfpage4">
      <div class="eb-position-mark">
        <span class="fs-ads">Annonce:</span>
        <span data-targetid="ebbanner_halfpage4" data-tooltip="#reportbanner" data-tooltip-trigger="touchend click" data-tooltip-interactive="true" aria-expanded="false">
            <svg class="bannertooltip-icon bannertooltip-icon--collapsed icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog"></use>
            </svg>
            <svg class="bannertooltip-icon bannertooltip-icon--expanded icon-svg margin-s--l" viewBox="0 0 30 30">
              <use xlink:href="#cog-solid"></use>
            </svg>
          </span>
        </div>
      <div id="ebbanner_halfpage4" class="eb-placement eb-placement--halfpage4"></div>
    </div>
    <script>
      ;(async () => {
        if (await window.eb.ready('ebBanners')) {
          if ('halfpage4' !== 'halfpage1' && 'halfpage4' !== 'halfpage2') {
            window.ebComponents.ebBanners.addPlacement('halfpage4');
          } else if (!document.getElementById('ebbanner_megaboard_top') && 'halfpage4'.indexOf('halfpage') !== -1) {
            window.ebComponents.ebBanners.addPlacement('halfpage4');
          }
        }
      })();
    </script>

    </div>
</div>
</div>
                    </div>
      </div>
    </div>

    <style>
  .footer-shadow{background:var(--color--white);box-shadow:0 0 20px 0 rgba(0,0,0,.4);margin-top:20px}.smartphone .footer-shadow{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.footercontainer{margin:auto;max-width:1010px;min-width:720px}.smartphone .footercontainer{flex-direction:column;min-width:0;width:100vw}.footercontainer a{color:var(--color--cyan);white-space:nowrap}.card--footer{padding-bottom:40px;padding-left:40px;padding-right:40px}.footer-contacts-container{flex-shrink:0;width:460px}.footer-nav{list-style:none;margin:0;padding:0}.footer-nav li{margin:10px 0}.button--footer{height:auto}.footercontainer .footer--social{color:var(--color--white);font-size:var(--fs-rem-xsmall);height:24px;line-height:24px;min-width:24px}.editor-img{width:50px}.editor-img img{border-radius:50%;overflow:hidden;width:40px}.footer-contact-info,.footer-editor{flex-direction:column}.footer-colophon{min-width:200px}.footer-colophon,.footer-contact{display:grid;grid-template-columns:50% 50%;padding-top:var(--distance-large)}.footer-contact{justify-content:space-between}.footer-navigation-item{width:33%}@media (max-width:1010px){.footer-shadow{border-top-left-radius:var(--border-radius)}}@media (max-width:970px){.card--footer-flexible{padding-bottom:20px;padding-left:20px;padding-right:20px}.footer-tipline{flex-direction:column;text-align:center}.footer-navigation{flex-wrap:wrap;justify-content:space-between}.footer-navigation-item{margin-bottom:20px;margin-right:20px;width:auto}.buttongroup--footer{margin-top:var(--distance-medium)}}@media (max-width:800px){.card--footer{padding-bottom:20px;padding-left:20px;padding-right:20px}.footer-contacts-container{width:50%}.footer-colophon{min-width:150px}}.footer-navigation--alt,.smartphone .gallery-item--footer .footer-navigation,.smartphone .gallery-item--footer .footer-search-form,.smartphone .gallery-item--footer .footer-tip-container{display:none}.smartphone .gallery-item--footer .footer-navigation--alt{display:flex;justify-content:space-between}</style>

<footer id="fnFooterContainer" class="footer-shadow">
  <div class="flex footercontainer fontsize-xsmall">
    <div class="flex-item footer-contacts-container">
      <div class="card card--footer ff-secondary bg--black height-1of1">
        <div class="flex flex-justify--between">
  <div class="flex-item">
    <div class="logo-cell">
      <a href="/" class="eblogo eblogo-79px" title="Ekstra Bladet">
        <img loading="lazy" class="eblogo-79px" src="/assets/svg/ekstrabladet.svg">
      </a>
    </div>
  </div>
  <div class="flex-item">
    <div class="footersocial fontsize-large flex flex-justify--end margin-xl--t">
      <a target="_blank" rel="noopener" href="https://www.facebook.com/ekstrabladet" class="card footer--social flex flex-align--center flex-justify--center margin-s--r bg--graa1 padding-s">
        <svg class="icon-svg color--white" viewBox="0 0 14 14">
          <use xlink:href="#facebook"></use>
        </svg>
      </a>
      <a target="_blank" rel="noopener" href="https://twitter.com/ekstrabladet" class="card footer--social flex flex-align--center flex-justify--center margin-s--r bg--graa1 padding-s">
        <svg class="icon-svg color--white" viewBox="0 0 14 14">
          <use xlink:href="#x"></use>
        </svg>
      </a>
      <a target="_blank" rel="noopener" href="https://www.linkedin.com/company/163589" class="card footer--social flex flex-align--center flex-justify--center margin-s--r bg--graa1 padding-s">
        <svg class="icon-svg color--white" viewBox="0 0 14 14">
          <use xlink:href="#linkedin"></use>
        </svg>
      </a>
      <a target="_blank" rel="noopener" href="https://ekstrabladet.dk/services/article1905456.ece" class="card footer--social flex flex-align--center flex-justify--center bg--graa1 padding-s">
        <svg class="icon-svg" viewBox="0 0 30 18" style="width:30px; height:18px;">
          <use xlink:href="#rss"></use>
        </svg>
      </a>
    </div>
  </div>
</div>
<div class="footer-contact-info flex flex-justify--between">
  <div class="footer-contact flex-item">
    <div class="vcard">
      <div class="margin-m--b fontsize-medium"><b class="fs-italic">Kontakt</b></div>
      <div class="adr">
        <div class="street-address">Rådhuspladsen 37</div>
        <div><span class="postal-code">1785</span>&nbsp;<span class="locality">København V</span></div>
      </div>
      <div>CVR nr. 26 93 36 76</div>
      <div class="color--cyan padding-s--tb">
        <a href="tel:33111313" class="button button--link button--footer tel fontsize-xsmall padding-none">
          <svg class="icon-svg margin-s--r" viewBox="0 0 30 30">
            <use xlink:href="#phone"></use>
          </svg>
          33111313
        </a>
      </div>
    </div>
    <ul class="footer-nav">
      <li><a href="mailto:[email protected]">Skriv til redaktionen</a></li>
      <li><a href="mailto:[email protected]">Send pressemeddelelse</a></li>
      <li><a href="/om_ekstra_bladet/article2185941.ece">Klag over Ekstra Bladet</a></li>
    </ul>
  </div>
  <div class="footer-colophon flex-item">
    <div class="footer-editor flex margin-l--b">
      <div class="flex-item">
        <div class="color--graa3">Ansv. chefredaktør</div>
        <div class="margin-s--tb flex flex-align--center">
          <span class="fontweight-bold">Knud Brix</span>
        </div>
        <div class="margin-s--tb flex flex-align--center">
          <a href="mailto:[email protected]">[email protected]</a>
        </div>
        <div class="margin-s--tb flex flex-align--center">
          <a href="https://twitter.com/Knud_brix" data-lang="da">
            <svg class="icon-svg color--white" viewBox="0 0 14 14" style="width: 16px; height: 16px;">
              <use xlink:href="#x"></use>
            </svg>
          </a>
        </div>
      </div>
    </div>

    <div class="footer-editor flex margin-l--b">
        <div class="flex-item">
          <div class="color--graa3">Nyhedsredaktør:</div>
          <div class="margin-s--tb fontweight-bold">David Attardo</div>
          <div class="margin-s--tb flex flex-align--center">
            <a href="mailto:[email protected]">[email protected]</a>
          </div>
        </div>
      </div>
    <div class="footer-editor flex margin-m--b">
      <div class="flex-item">
        <div>Udgives af</div>
        <div class="margin-s--tb"><a href="https://jppol.dk/">JP/Politikens Hus A/S</a></div>
      </div>
    </div>

  </div>
</div>
</div>
    </div>
    <div class="flex-item flex-item--grow">
      <div class="card card--footer card--footer-flexible padding-xl--t ff-secondary bg--white">
        <form action="/find/" method="get" class="form-input-container flex flex-align--center border-radius padding-m--rl padding-m--tb footer-search-form">
  <svg class="icon-svg padding-s--r" viewBox="0 0 14 14">
    <use xlink:href="#search"></use>
  </svg>
  <span class="hidden">Søg:</span>
  <input class="form-input form-input--text width-1of1" name="q" type="search" id="fnSearchField" placeholder="Søg sektion, artikel..." accesskey="s">
</form>
<div class="card card--shadow bg--yellowlight ff-secondary margin-xl--tb footer-tip-container">

  <div class="footer-tipline padding-m padding-m--rl flex flex-justify--between">
    <div class="flex flex--column flex-justify--center">
      <div class="fontsize-large fontweight-bold" style="white-space: nowrap;">Ved du noget?</div>
      <div class="fontsize-xsmall">Tip Ekstra Bladet</div>
    </div>
    <div class="flex-item">
      <div class="buttongroup buttongroup--solid buttongroup--footer flex-justify--center" style="
      --buttongroup-color: var(--color--black);
      --buttongroup-fgcolor: var(--color--yellowlight);
      --buttongroup-color--hover: var(--color--red);
      --buttongroup-fgcolor--hover: var(--color--white);">
        <a class="button fontsize-xsmall padding-m--rl" href="mailto:[email protected]">
          <svg class="icon-svg margin-s--r" viewBox="0 0 30 30">
            <use xlink:href="#at"></use>
          </svg>
          [email protected]
        </a>
        <a class="button fontsize-xsmall padding-m--rl" href="sms:1224">SMS: 1224</a>
        <a class="button fontsize-xsmall padding-m--rl" href="tel:33111313">
          <svg class="icon-svg margin-s--r" viewBox="0 0 30 30">
            <use xlink:href="#phone"></use>
          </svg>
          33111313
        </a>
      </div>
    </div>
  </div>

</div>
<div class="footer-navigation flex width-1of1">
  <div class="footer-navigation-item">
    <div class="padding-s--b"><b class="fs-italic">Abonnement</b></div>
    <ul class="footer-nav fontsize-xsmall">
      <li><a href="/kampagner/abonnement/">Køb Ekstra Bladet+</a></li>
      <li><a href="/payflow/paper/select">Køb avisen</a></li>
      <li><a href="/payflow/payment/epaper/start?returnTo=https://ekstrabladet.dk/E-avis/">Køb e-avisen</a></li>
      <li><a href="/om_ekstra_bladet/faq-og-support/8425869">Kundeservice</a></li>
    </ul>
  </div>
  <div class="footer-navigation-item">
    <div class="padding-s--b"><b class="fs-italic">Info</b></div>
    <ul class="footer-nav fontsize-xsmall">
      <li><a href="/om_ekstra_bladet/">Om Ekstra Bladet</a></li>
      <li><a href="/services/article1905491.ece">Ophavsret</a></li>
      <li><a href="https://jppol.dk/privatlivspolitik-2/">Persondatapolitik</a></li>
      <li><a href="/services/persondata-politik/">Cookies</a></li>
      <li class="color--cyan">
          <button class="button button--link padding-none button--footer fontsize-xsmall" onclick="ebCMP.editConsent()">
            Træk samtykke tilbage
          </button>
        </li>
      <li><a href="/om_ekstra_bladet/kontakt/5570293">Kontakt</a></li>
    </ul>
  </div>
  <div class="footer-navigation-item">
    <div class="padding-s--b"><b class="fs-italic">Annoncer</b></div>
    <ul class="footer-nav fontsize-xsmall">
      <li><a href="http://salg.ekstrabladet.dk">Online-annoncering</a></li>
      <li><a href="http://salg.ekstrabladet.dk">Print-annoncering</a></li>
    </ul>
  </div>
</div>

<div class="footer-navigation--alt">
  <div><a href="/services/persondata-politik/">Persondata politik</a></div>

  <div class="color--cyan">
      <button class="button button--link padding-none button--footer fontsize-xsmall" onclick="ebCMP.editConsent()">
        Administrér samtykke
      </button>
    </div>
  </div>
</div>
    </div>
  </div>
</footer>
<div class="svgcontainer">
  <!--?xml version="1.0" encoding="utf-8"?--><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 448 512" id="angle-down" xmlns="http://www.w3.org/2000/svg"><path d="m443.5 162.6-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 256 512" id="angle-left" xmlns="http://www.w3.org/2000/svg"><path d="m238.475 475.535 7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 256 512" id="angle-right" xmlns="http://www.w3.org/2000/svg"><path d="m17.525 36.465-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 448 512" id="angle-up" xmlns="http://www.w3.org/2000/svg"><path d="m4.465 366.475 7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 90 89" id="applepodcasts" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M45 34.344a6.784 6.784 0 1 0 0 13.568 6.784 6.784 0 0 0 0-13.568Zm-13.568 6.784c0-7.493 6.074-13.567 13.567-13.567s13.568 6.074 13.568 13.567-6.075 13.568-13.568 13.568c-7.493 0-13.567-6.075-13.567-13.568Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M38.288 54.696a3.418 3.418 0 0 0-3.356 4.218l5.161 20.324a3.476 3.476 0 0 0 3.38 2.593h3.053a3.477 3.477 0 0 0 3.38-2.593l5.162-20.324a3.418 3.418 0 0 0-3.356-4.218H38.288Zm.05-6.784a10.2 10.2 0 0 0-9.992 12.628l.007.028 5.168 20.35.005.02a10.26 10.26 0 0 0 9.972 7.677h3.004a10.261 10.261 0 0 0 9.972-7.677l.005-.02 5.168-20.35.007-.028a10.2 10.2 0 0 0-9.992-12.628H38.337Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M45 20.806a23.743 23.743 0 0 0-22.879 30.091 3.392 3.392 0 1 1-6.536 1.814 30.527 30.527 0 1 1 58.83 0 3.392 3.392 0 1 1-6.536-1.813A23.743 23.743 0 0 0 45 20.806Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M45 7.215A37.31 37.31 0 0 0 24.256 75.54a3.392 3.392 0 1 1-3.771 5.64 44.095 44.095 0 1 1 49.027 0 3.392 3.392 0 0 1-3.771-5.64A37.31 37.31 0 0 0 44.999 7.215Z"></path></symbol><symbol viewBox="0 0 448 512" id="arrow-down" xmlns="http://www.w3.org/2000/svg"><path d="m443.5 248.5-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L241 419.9V44c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v375.9L28.5 241.4c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.8 4.8-12.3.1-17z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 448 512" id="arrow-left" xmlns="http://www.w3.org/2000/svg"><path d="m231.536 475.535 7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113L238.607 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 448 512" id="arrow-right" xmlns="http://www.w3.org/2000/svg"><path d="m216.464 36.465-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887L209.393 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L233.434 36.465c-4.686-4.687-12.284-4.687-16.97 0z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 448 512" id="arrow-up" xmlns="http://www.w3.org/2000/svg"><path d="m4.465 263.536 7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L207 92.113V468c0 6.627 5.373 12 12 12h10c6.627 0 12-5.373 12-12V92.113l178.494 178.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.05c-4.686-4.686-12.284-4.686-16.971 0L4.465 246.566c-4.687 4.686-4.687 12.284 0 16.97z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 51 47" style="enable-background:new 0 0 51 47" xml:space="preserve" id="article" xmlns="http://www.w3.org/2000/svg"><path d="M27 46.5h-4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H27c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm-12 0H2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h13c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm34-11.1H2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h47c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm0-11.1H33.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H49c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm-26.3 0H3.3c-1.6 0-2.8-1.2-2.8-2.8V3C.5 1.4 1.7.2 3.3.2h19.4c1.6 0 2.8 1.2 2.8 2.8v18.5c-.1 1.6-1.2 2.8-2.8 2.8zm-19.2-3h18.9v-18H3.5v18zM49 13.2H33.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H49c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm0-9.9H33.5c-.8 0-1.5-.7-1.5-1.5S32.7.3 33.5.3H49c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z"></path></symbol><symbol viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve" id="at" xmlns="http://www.w3.org/2000/svg"><path class="akst0" d="M8 15.6C3.8 15.6.4 12.2.4 8S3.8.4 8 .4s7.6 3.4 7.6 7.6v1.3c0 1.3-1.1 2.4-2.4 2.4-1 0-1.8-.6-2.2-1.4-.7.9-1.7 1.4-2.9 1.4C6 11.7 4.3 10 4.3 8S6 4.3 8 4.3c1.1 0 2 .5 2.7 1.2v-.7h1v4.5c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4V8c0-3.6-2.9-6.6-6.6-6.6-3.5 0-6.5 3-6.5 6.6 0 3.6 2.9 6.6 6.6 6.6v1zM8 5.3C6.5 5.3 5.3 6.5 5.3 8c0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.7-1.2 2.7-2.7 0-1.5-1.2-2.7-2.7-2.7z"></path></symbol><symbol class="alsvg-inline--fa alfa-bell alfa-w-14" viewBox="0 0 448 512" id="bell" xmlns="http://www.w3.org/2000/svg"><path d="M224 480c-17.66 0-32-14.38-32-32.03h-32c0 35.31 28.72 64.03 64 64.03s64-28.72 64-64.03h-32c0 17.65-14.34 32.03-32 32.03zm209.38-145.19c-27.96-26.62-49.34-54.48-49.34-148.91 0-79.59-63.39-144.5-144.04-152.35V16c0-8.84-7.16-16-16-16s-16 7.16-16 16v17.56C127.35 41.41 63.96 106.31 63.96 185.9c0 94.42-21.39 122.29-49.35 148.91-13.97 13.3-18.38 33.41-11.25 51.23C10.64 404.24 28.16 416 48 416h352c19.84 0 37.36-11.77 44.64-29.97 7.13-17.82 2.71-37.92-11.26-51.22zM400 384H48c-14.23 0-21.34-16.47-11.32-26.01 34.86-33.19 59.28-70.34 59.28-172.08C95.96 118.53 153.23 64 224 64c70.76 0 128.04 54.52 128.04 121.9 0 101.35 24.21 138.7 59.28 172.08C421.38 367.57 414.17 384 400 384z"></path></symbol><symbol viewBox="0 0 384 512" id="bookmark" xmlns="http://www.w3.org/2000/svg"><path d="M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm16 456.287-160-93.333-160 93.333V48c0-8.822 7.178-16 16-16h288c8.822 0 16 7.178 16 16v408.287z"></path></symbol><symbol viewBox="0 0 384 512" id="bookmark-solid" xmlns="http://www.w3.org/2000/svg"><path d="M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z"></path></symbol><symbol class="aosvg-inline--fa aofa-calendar aofa-w-14" viewBox="0 0 448 512" id="calendar" xmlns="http://www.w3.org/2000/svg"><path d="M400 64h-48V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H128V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zM48 96h352c8.822 0 16 7.178 16 16v48H32v-48c0-8.822 7.178-16 16-16zm352 384H48c-8.822 0-16-7.178-16-16V192h384v272c0 8.822-7.178 16-16 16z"></path></symbol><symbol class="aqsvg-inline--fa aqfa-camera aqfa-w-16" viewBox="0 0 512 512" id="camera" xmlns="http://www.w3.org/2000/svg"><path d="M324.3 64c3.3 0 6.3 2.1 7.5 5.2l22.1 58.8H464c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h110.2l20.1-53.6c2.3-6.2 8.3-10.4 15-10.4h131m0-32h-131c-20 0-37.9 12.4-44.9 31.1L136 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26zM256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88z"></path></symbol><symbol class="apsvg-inline--fa apfa-camera apfa-w-16" viewBox="0 0 512 512" id="camera-solid" xmlns="http://www.w3.org/2000/svg"><path d="M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z"></path></symbol><symbol viewBox="0 0 512 512" id="chart-bar" xmlns="http://www.w3.org/2000/svg"><path d="M424 352h16c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v240c0 4.4 3.6 8 8 8zm-96 0h16c4.4 0 8-3.6 8-8V200c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm-192 0h16c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm96 0h16c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v208c0 4.4 3.6 8 8 8zm272 64H32V72c0-4.42-3.58-8-8-8H8c-4.42 0-8 3.58-8 8v360c0 8.84 7.16 16 16 16h488c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8z"></path></symbol><symbol class="axsvg-inline--fa axfa-check axfa-w-14" viewBox="0 0 448 512" id="check" xmlns="http://www.w3.org/2000/svg"><path d="M413.505 91.951 133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z"></path></symbol><symbol class="atsvg-inline--fa atfa-check-circle atfa-w-16" viewBox="0 0 512 512" id="check-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z"></path></symbol><symbol class="assvg-inline--fa asfa-check-circle asfa-w-16" viewBox="0 0 512 512" id="check-circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></symbol><symbol viewBox="0 0 512 512" id="check-solid" xmlns="http://www.w3.org/2000/svg"><path d="m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></symbol><symbol class="awsvg-inline--fa awfa-check-square awfa-w-14" viewBox="0 0 448 512" id="check-square" xmlns="http://www.w3.org/2000/svg"><path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 32c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352m-34.301 98.293-8.451-8.52c-4.667-4.705-12.265-4.736-16.97-.068l-163.441 162.13-68.976-69.533c-4.667-4.705-12.265-4.736-16.97-.068l-8.52 8.451c-4.705 4.667-4.736 12.265-.068 16.97l85.878 86.572c4.667 4.705 12.265 4.736 16.97.068l180.48-179.032c4.704-4.667 4.735-12.265.068-16.97z"></path></symbol><symbol class="avsvg-inline--fa avfa-check-square avfa-w-14" viewBox="0 0 448 512" id="check-square-solid" xmlns="http://www.w3.org/2000/svg"><path d="M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059 184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z"></path></symbol><symbol class="bbsvg-inline--fa bbfa-circle bbfa-w-16" viewBox="0 0 512 512" id="circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"></path></symbol><symbol viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" id="circle-nodes" xmlns="http://www.w3.org/2000/svg"><path d="M431.9 236.3c-20.8 0-39.6 8.3-53.5 21.7L228.6 108c3.4-8.7 5.3-18.1 5.3-27.9 0-42.5-34.4-76.9-76.9-76.9S80.1 37.6 80.1 80.1c0 31.7 19.2 59 46.6 70.7L83.5 355.4c-1.1 0-2.3-.1-3.4-.1-42.5 0-76.9 34.4-76.9 76.9S37.6 509 80.1 509c41.3 0 74.9-32.5 76.8-73.3l214.4-75.4c14.1 18.1 36 29.7 60.7 29.7 42.5 0 76.9-34.4 76.9-76.9s-34.5-76.8-77-76.8zM156.9 38c23.2 0 42 18.8 42 42s-18.8 42-42 42-42-18.8-42-42 18.8-42 42-42zM80.1 474.2c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm70.6-72.4c-6.9-16.1-19.1-29.3-34.4-37.5l43.9-207.5c18.8-.8 35.9-8.3 48.9-20.3L359.6 287c-2.9 8.1-4.5 16.9-4.5 26 0 5.6.6 11 1.7 16.2l-206.1 72.6zm281.2-46.6c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.7 42-42 42z"></path></symbol><symbol class="azsvg-inline--fa azfa-circle-notch azfa-w-16" viewBox="0 0 512 512" id="circle-notch" xmlns="http://www.w3.org/2000/svg"><path d="M288 24.103v8.169a11.995 11.995 0 0 0 9.698 11.768C396.638 63.425 472 150.461 472 256c0 118.663-96.055 216-216 216-118.663 0-216-96.055-216-216 0-104.534 74.546-192.509 174.297-211.978A11.993 11.993 0 0 0 224 32.253v-8.147c0-7.523-6.845-13.193-14.237-11.798C94.472 34.048 7.364 135.575 8.004 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.789 504 256c0-121.187-86.924-222.067-201.824-243.704C294.807 10.908 288 16.604 288 24.103z"></path></symbol><symbol class="basvg-inline--fa bafa-circle bafa-w-16" viewBox="0 0 512 512" id="circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z"></path></symbol><symbol class="bcsvg-inline--fa bcfa-clock bcfa-w-16" viewBox="0 0 512 512" id="clock" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-148.9 88.3-81.2-59c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h14c6.6 0 12 5.4 12 12v146.3l70.5 51.3c5.4 3.9 6.5 11.4 2.6 16.8l-8.2 11.3c-3.9 5.3-11.4 6.5-16.8 2.6z"></path></symbol><symbol class="besvg-inline--fa befa-cog befa-w-16" viewBox="0 0 512 512" id="cog" xmlns="http://www.w3.org/2000/svg"><path d="m482.696 299.276-32.61-18.827a195.168 195.168 0 0 0 0-48.899l32.61-18.827c9.576-5.528 14.195-16.902 11.046-27.501-11.214-37.749-31.175-71.728-57.535-99.595-7.634-8.07-19.817-9.836-29.437-4.282l-32.562 18.798a194.125 194.125 0 0 0-42.339-24.48V38.049c0-11.13-7.652-20.804-18.484-23.367-37.644-8.909-77.118-8.91-114.77 0-10.831 2.563-18.484 12.236-18.484 23.367v37.614a194.101 194.101 0 0 0-42.339 24.48L105.23 81.345c-9.621-5.554-21.804-3.788-29.437 4.282-26.36 27.867-46.321 61.847-57.535 99.595-3.149 10.599 1.47 21.972 11.046 27.501l32.61 18.827a195.168 195.168 0 0 0 0 48.899l-32.61 18.827c-9.576 5.528-14.195 16.902-11.046 27.501 11.214 37.748 31.175 71.728 57.535 99.595 7.634 8.07 19.817 9.836 29.437 4.283l32.562-18.798a194.08 194.08 0 0 0 42.339 24.479v37.614c0 11.13 7.652 20.804 18.484 23.367 37.645 8.909 77.118 8.91 114.77 0 10.831-2.563 18.484-12.236 18.484-23.367v-37.614a194.138 194.138 0 0 0 42.339-24.479l32.562 18.798c9.62 5.554 21.803 3.788 29.437-4.283 26.36-27.867 46.321-61.847 57.535-99.595 3.149-10.599-1.47-21.972-11.046-27.501zm-65.479 100.461-46.309-26.74c-26.988 23.071-36.559 28.876-71.039 41.059v53.479a217.145 217.145 0 0 1-87.738 0v-53.479c-33.621-11.879-43.355-17.395-71.039-41.059l-46.309 26.74c-19.71-22.09-34.689-47.989-43.929-75.958l46.329-26.74c-6.535-35.417-6.538-46.644 0-82.079l-46.329-26.74c9.24-27.969 24.22-53.869 43.929-75.969l46.309 26.76c27.377-23.434 37.063-29.065 71.039-41.069V44.464a216.79 216.79 0 0 1 87.738 0v53.479c33.978 12.005 43.665 17.637 71.039 41.069l46.309-26.76c19.709 22.099 34.689 47.999 43.929 75.969l-46.329 26.74c6.536 35.426 6.538 46.644 0 82.079l46.329 26.74c-9.24 27.968-24.219 53.868-43.929 75.957zM256 160c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z"></path></symbol><symbol class="bdsvg-inline--fa bdfa-cog bdfa-w-16" viewBox="0 0 512 512" id="cog-solid" xmlns="http://www.w3.org/2000/svg"><path d="m487.4 315.7-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"></path></symbol><symbol class="bgsvg-inline--fa bgfa-comment bgfa-w-16" viewBox="0 0 512 512" id="comment" xmlns="http://www.w3.org/2000/svg"><path d="M256 64c123.5 0 224 79 224 176S379.5 416 256 416c-28.3 0-56.3-4.3-83.2-12.8l-15.2-4.8-13 9.2c-23 16.3-58.5 35.3-102.6 39.6 12-15.1 29.8-40.4 40.8-69.6l7.1-18.7-13.7-14.6C47.3 313.7 32 277.6 32 240c0-97 100.5-176 224-176m0-32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26 3.8 8.8 12.4 14.5 22 14.5 61.5 0 110-25.7 139.1-46.3 29 9.1 60.2 14.3 93 14.3 141.4 0 256-93.1 256-208S397.4 32 256 32z"></path></symbol><symbol class="bfsvg-inline--fa bffa-comment bffa-w-16" viewBox="0 0 512 512" id="comment-solid" xmlns="http://www.w3.org/2000/svg"><path d="M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z"></path></symbol><symbol class="bhsvg-inline--fa bhfa-comments bhfa-w-18" viewBox="0 0 576 512" id="comments-solid" xmlns="http://www.w3.org/2000/svg"><path d="M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z"></path></symbol><symbol viewBox="0 0 512 512" id="cookie-bite-solid" xmlns="http://www.w3.org/2000/svg"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M510.5 255.8c-70-.9-126.5-57.7-126.5-127.9-70.2 0-127-56.5-127.9-126.5-27.3-4.1-55.1.3-79.7 12.8l-69.1 35.2a132.2 132.2 0 0 0-57.8 57.8l-35.1 68.9a132.6 132.6 0 0 0-12.8 81l12.1 76.3a132.5 132.5 0 0 0 37.2 73l54.8 54.8a132 132 0 0 0 72.7 37.1l76.7 12.2c27.5 4.4 55.7-.1 80.5-12.8l69.1-35.2a132.3 132.3 0 0 0 57.8-57.8l35.1-68.9c12.6-24.6 17-52.6 12.9-79.9zM176 368c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-160c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"></path></symbol><symbol viewBox="0 0 448 512" id="copy" xmlns="http://www.w3.org/2000/svg"><path d="m433.941 65.941-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z"></path></symbol><symbol class="blsvg-inline--fa blfa-credit-card blfa-w-18" viewBox="0 0 576 512" id="creditcard" xmlns="http://www.w3.org/2000/svg"><path d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM48 64h480c8.8 0 16 7.2 16 16v48H32V80c0-8.8 7.2-16 16-16zm480 384H48c-8.8 0-16-7.2-16-16V224h512v208c0 8.8-7.2 16-16 16zm-336-84v8c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v8c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z"></path></symbol><symbol class="bksvg-inline--fa bkfa-credit-card bkfa-w-18" viewBox="0 0 576 512" id="creditcard-solid" xmlns="http://www.w3.org/2000/svg"><path d="M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z"></path></symbol><symbol class="bmsvg-inline--fa bmfa-desktop bmfa-w-18" viewBox="0 0 576 512" id="desktop" xmlns="http://www.w3.org/2000/svg"><path d="M528 0H48C21.5 0 0 21.5 0 48v288c0 26.5 21.5 48 48 48h192l-24 96h-72c-8.8 0-16 7.2-16 16s7.2 16 16 16h288c8.8 0 16-7.2 16-16s-7.2-16-16-16h-72l-24-96h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM249 480l16-64h46l16 64h-78zm295-144c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h480c8.8 0 16 7.2 16 16v288z"></path></symbol><symbol viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" id="dot-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm0-296c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z"></path></symbol><symbol viewBox="0 122.1 595.3 597.4" xml:space="preserve" id="ebplus" xmlns="http://www.w3.org/2000/svg"><path d="M237.4 122.1h120.5v238.5h237.4V481H357.9v238.5H237.4V481H0V360.5h237.4V122.1z"></path></symbol><symbol viewBox="0 0 365 365" id="ebplus-black" xmlns="http://www.w3.org/2000/svg"><path style="fill:#000" d="M135 0h95v365h-95z"></path><path style="fill:#ddd" d="M135 230v33.493L230 230h-95z"></path><path transform="rotate(90 182.5 182.5)" style="fill:#000" d="M135 0h95v365h-95z"></path></symbol><symbol viewBox="0 0 72.8 72.8" style="enable-background:new 0 0 72.8 72.8" xml:space="preserve" id="ebplus-circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M36.4 0C16.3 0 0 16.3 0 36.4s16.3 36.4 36.4 36.4 36.4-16.3 36.4-36.4S56.5 0 36.4 0zm20.1 41.9H42.2v14.2H30.6V41.9H16.3V31.4h14.2V17.2h11.7v14.1h14.2v10.6z"></path></symbol><symbol viewBox="0 0 365 365" id="ebplus-shadow" xmlns="http://www.w3.org/2000/svg"><style>.evplus{fill:var(--icon-fill, #ffffff)}</style><path d="M135 0h95v365h-95z" class="evplus"></path><path d="M135 230v33.493L230 230h-95z" style="fill:var(--icon-shadow, #690000)"></path><path d="M365 135v95H0v-95z" class="evplus"></path></symbol><symbol viewBox="0 0 365 365" id="ebplus-white" xmlns="http://www.w3.org/2000/svg"><path style="fill:#fff" d="M135 0h95v365h-95z"></path><path style="fill:#690000" d="M135 230v33.493L230 230h-95z"></path><path transform="rotate(90 182.5 182.5)" style="fill:#fff" d="M135 0h95v365h-95z"></path></symbol><symbol viewBox="0 0 365 365" id="ebplus-white-blackshadow" xmlns="http://www.w3.org/2000/svg"><path style="fill:#fff" d="M135 0h95v365h-95z"></path><path style="fill:#333" d="M135 230v33.493L230 230h-95z"></path><path transform="rotate(90 182.5 182.5)" style="fill:#fff" d="M135 0h95v365h-95z"></path></symbol><symbol class="bqsvg-inline--fa bqfa-edit bqfa-w-18" viewBox="0 0 576 512" id="edit" xmlns="http://www.w3.org/2000/svg"><path d="m417.8 315.5 20-20c3.8-3.8 10.2-1.1 10.2 4.2V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h292.3c5.3 0 8 6.5 4.2 10.2l-20 20c-1.1 1.1-2.7 1.8-4.2 1.8H48c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V319.7c0-1.6.6-3.1 1.8-4.2zm145.9-191.2L251.2 436.8l-99.9 11.1c-13.4 1.5-24.7-9.8-23.2-23.2l11.1-99.9L451.7 12.3c16.4-16.4 43-16.4 59.4 0l52.6 52.6c16.4 16.4 16.4 43 0 59.4zm-93.6 48.4L403.4 106 169.8 339.5l-8.3 75.1 75.1-8.3 233.5-233.6zm71-85.2-52.6-52.6c-3.8-3.8-10.2-4-14.1 0L426 83.3l66.7 66.7 48.4-48.4c3.9-3.8 3.9-10.2 0-14.1z"></path></symbol><symbol viewBox="0 0 100 88" xml:space="preserve" id="ekstrabladet" xmlns="http://www.w3.org/2000/svg"><path fill="#E3141D" d="M0-.9h100V78l-49.5 9.5L0 77.6V-.9z"></path><path fill="#FFF" d="M23 42.3H10.6v-4.5h9.8v-3.4h-9.8v-4.6h11.5v-3.3h-16v19.6h17zM39.7 46.1l-6-8.8 5-5.4h-4.8l-5.2 5.6v-11h-3.9v19.6h3.9v-3.9l2.3-2.3 3.8 6.2z"></path><path fill="#FFF" d="M46.3 43.9c-2.4 0-3.1-.5-3.5-2h-3.7c0 3.1 2.5 4.9 6.7 4.9 4.7 0 7.5-1.8 7.5-4.8 0-2-1.6-3.7-3.6-4.1l-5.6-.9c-.6-.1-1.2-.7-1.2-1.4 0-.8.8-1.4 2.3-1.4 3 0 3.5.4 3.6 2h3.8v-.5c0-2.4-2.8-4.5-6.5-4.5-4.2 0-6.9 1.8-6.9 4.9 0 1.8 1.3 3.6 3 3.8l5.8 1c.8.1 1.3.5 1.3 1.2.1 1.2-.8 1.8-3 1.8zM56.5 42.6c0 2.6 1.7 4.2 4.7 4.2 1.1 0 2-.2 3.6-1v-1.9c-.7.1-1.7.1-2 .1-1.6 0-2.2-.6-2.2-1.8v-7.6h3.8V32h-3.8v-5.4h-2.9l-.1 1.2c-.6 3.8-.7 4.2-1.8 4.2h-2.5v2.6h3.4l-.2 8zM70.8 39.9c0-3.1 1.7-4.8 4.7-4.8h1.7v-3.6H76c-2.3 0-4.1 1.1-5.3 3.2V32h-3.8v14.2h4v-6.3zM91 41.5v-5.9c0-1.7-.2-2.3-1-2.8-1.3-1.1-3.4-1.6-5.8-1.6-4.3 0-6.3 1.4-6.6 4.8h3.7c.2-1.6 1-2 3-2 2.2 0 2.9.6 2.9 2.3 0 .7-.2 1-1.1 1.1l-4.1.5c-4.1.5-5.6 1.8-5.6 4.6 0 2.6 2 4.2 5.4 4.2 2.5 0 4.1-.8 5.5-2.9.8 2.2 1.8 2.9 3.7 2.9 1 0 1.8-.2 3.4-1.1v-1.8c-.8.1-1.4.1-1.7.1-1.2 0-1.7-.7-1.7-2.4zm-8 2.4c-1.4 0-2.3-.7-2.3-1.8 0-1.6.7-1.9 5.3-2.8l1.2-.2c0 3.2-1.3 4.8-4.2 4.8zM20.1 58.8c2.8-.6 4.2-2.2 4.2-4.4 0-2.6-2.4-4.7-5.5-4.7H6.1v19.5h12.5c3.7 0 6.4-2.2 6.4-5.3 0-2.7-1.6-4.2-4.9-5.1zm-9.5-6h5.9c2.3 0 3.1.6 3.1 2.3 0 1.8-.8 2.4-3.1 2.4h-5.9v-4.7zm5.9 12.9h-6v-5.3h6c2.4 0 3.5.8 3.5 2.6 0 2.1-.9 2.7-3.5 2.7zM26.9 49.8H31v19.5h-4.1zM47.4 64.9l-.1-6.9c-.1-2.3-2.5-3.6-6.6-3.6-5.1 0-6.9 1.2-7.1 4.8h3.8c.2-1.4.8-1.9 2.9-1.9 2.4 0 3.1.5 3.1 2.2 0 .7-.4 1-1.2 1.1-.2 0-1.9.1-4.1.5-3.8.5-5.4 1.8-5.4 4.6 0 2.6 1.9 4.2 5.3 4.2 2.6 0 4.1-.7 5.6-2.9.7 2 1.8 2.9 3.9 2.9 1 0 1.7-.2 2.9-.8v-2c-.5.1-.8.1-1.2.1-1.3-.1-1.8-.7-1.8-2.3zm-8 2.1c-1.7 0-2.5-.6-2.5-1.7 0-1.3 1-2 3.1-2.4 1.9-.2 1.8-.2 3.2-.6.1 3.1-1.2 4.7-3.8 4.7zM61.7 57.3c-1.3-1.9-2.8-2.8-4.9-2.8-3.8 0-6.7 3.2-6.7 7.6 0 4.8 2.5 7.8 6.6 7.8 2.3 0 3.4-.6 5.2-2.8v2.3h3.9V49.8h-4v7.5zm-4.1 9.8c-2.4 0-3.5-1.7-3.5-4.9 0-3 1.2-4.7 3.5-4.7 2.2 0 3.6 1.9 3.6 4.7 0 3-1.4 4.9-3.6 4.9zM75.5 54.6c-4.5 0-7.8 3.4-7.8 7.7 0 4.6 3.2 7.8 7.8 7.8 4.4 0 7.2-1.8 7.7-5.1h-3.8c-.5 1.6-1.3 2-3.4 2-2.8 0-4.1-1.3-4.1-4h11.3c0-5-3-8.4-7.7-8.4zM72 60.9c.2-2.3 1.3-3.5 3.4-3.5 2.2 0 3.2 1.1 3.4 3.5H72zM90.3 65.7v-7.6h4v-2.9h-4v-5.3h-2.9l-.1 1.1c-.7 4.2-.6 4.2-1.7 4.2h-2.3v2.9h3l-.1 6.9v.5c0 3.2 1.4 4.7 4.6 4.7 1.6 0 2.4-.1 3.7-.8v-2.2c-.8.1-1.7.1-2 .1-1.6-.1-2.2-.5-2.2-1.6z"></path></symbol><symbol class="brsvg-inline--fa brfa-envelope brfa-w-16" viewBox="0 0 512 512" id="envelope" xmlns="http://www.w3.org/2000/svg"><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"></path></symbol><symbol class="btsvg-inline--fa btfa-exclamation-circle btfa-w-16" viewBox="0 0 512 512" id="exclamation-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z"></path></symbol><symbol class="bssvg-inline--fa bsfa-exclamation-circle bsfa-w-16" viewBox="0 0 512 512" id="exclamation-circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346 7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"></path></symbol><symbol class="bvsvg-inline--fa bvfa-exclamation-triangle bvfa-w-18" viewBox="0 0 576 512" id="exclamation-triangle" xmlns="http://www.w3.org/2000/svg"><path d="M270.2 160h35.5c3.4 0 6.1 2.8 6 6.2l-7.5 196c-.1 3.2-2.8 5.8-6 5.8h-20.5c-3.2 0-5.9-2.5-6-5.8l-7.5-196c-.1-3.4 2.6-6.2 6-6.2zM288 388c-15.5 0-28 12.5-28 28s12.5 28 28 28 28-12.5 28-28-12.5-28-28-28zm281.5 52L329.6 24c-18.4-32-64.7-32-83.2 0L6.5 440c-18.4 31.9 4.6 72 41.6 72H528c36.8 0 60-40 41.5-72zM528 480H48c-12.3 0-20-13.3-13.9-24l240-416c6.1-10.6 21.6-10.7 27.7 0l240 416c6.2 10.6-1.5 24-13.8 24z"></path></symbol><symbol class="busvg-inline--fa bufa-exclamation-triangle bufa-w-18" viewBox="0 0 576 512" id="exclamation-triangle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346 7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"></path></symbol><symbol class="bwsvg-inline--fa bwfa-expand bwfa-w-14" viewBox="0 0 448 512" id="expand" xmlns="http://www.w3.org/2000/svg"><path d="M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H32v116c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zM300 32h124c13.3 0 24 10.7 24 24v124c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12V64H300c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12zm148 300v124c0 13.3-10.7 24-24 24H300c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h116V332c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12zM148 480H24c-13.3 0-24-10.7-24-24V332c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v116h116c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12z"></path></symbol><symbol class="bxsvg-inline--fa bxfa-external-link-alt bxfa-w-16" viewBox="0 0 512 512" id="external-link" xmlns="http://www.w3.org/2000/svg"><path d="M440 256h-16a8 8 0 0 0-8 8v200a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V112a16 16 0 0 1 16-16h200a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8H48a48 48 0 0 0-48 48v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V264a8 8 0 0 0-8-8ZM480 0h-.06l-96.16.17c-28.45 0-42.66 34.54-22.58 54.62l35.28 35.28-265 265a12 12 0 0 0 0 17l8.49 8.49a12 12 0 0 0 17 0l265-265 35.28 35.27c20 20 54.57 6 54.62-22.57l.13-96.21A32 32 0 0 0 480 0Zm-.17 128.17-96-96L480 32Z"></path></symbol><symbol class="bysvg-inline--fa byfa-facebook-f byfa-w-10" viewBox="0 0 320 512" id="facebook" xmlns="http://www.w3.org/2000/svg"><path d="m279.14 288 14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></symbol><symbol viewBox="0 0 34 16.4" id="figcaption-pin" xmlns="http://www.w3.org/2000/svg"><path d="M15.6.8c.8-.8 2-.8 2.8 0l6.7 6.7c1.9 1.9 4.4 2.9 7.1 2.9H34v6H0v-6h1.9c2.7 0 5.2-1.1 7.1-2.9L15.6.8z" fill="var(--ebds-figcaption-bg)"></path><path d="m9.7 12.9 6.6-6.6c.4-.4 1-.4 1.4 0l6.6 6.6c.6.6.2 1.7-.7 1.7H10.4c-.9 0-1.3-1-.7-1.7z"></path></symbol><symbol class="bzsvg-inline--fa bzfa-filter bzfa-w-16" viewBox="0 0 512 512" id="filter-solid" xmlns="http://www.w3.org/2000/svg"><path d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"></path></symbol><symbol viewBox="0 0 496 512" id="futbol" xmlns="http://www.w3.org/2000/svg"><path d="M483.7 179.4C449.7 74.6 352.5 8 248.1 8 81.2 8-40 171.4 12.3 332.6 46.3 437.4 143.7 504 248 504c166.9 0 288-163.4 235.7-324.6zm-43 173.7-94.3 11.6-17.8-24.9 33.7-104.1 28.9-9 69.6 65c-3.6 21.1-10.3 41.8-20.1 61.4zM35.6 291.5l69.4-64.9 28.9 9 33.9 103.7-18.1 25.2-94.2-11.6c-13-26-17.2-45.2-19.9-61.4zm196.5-180.7v32.9L146.2 206l-31.5-9.8-18-93.9c15.3-15.1 32.8-27.8 52-37.8l83.4 46.3zm149.4 85.4L350 206l-85.9-62.3v-32.9l83.6-46.4c19.1 10 36.7 22.7 52 37.9l-18.2 93.9zm-215.4 35 82-59.5 82.1 59.6-31.1 96H197.5l-31.4-96.1zm297.7 19.5L412.7 203l13.3-68.3c34.5 50.8 37.3 97.2 37.8 116zM309.2 49.2l-61.1 33.9-61-33.8c71.5-21.2 122-.1 122.1-.1zM70.3 134.1 83.5 203l-51.1 47.5c.8-31.8 8.7-63.4 23.6-92.6 4.2-8.3 9.1-16.2 14.3-23.8zm7.5 254 68.7 8.4 29.2 62.7c-38.8-13.8-72.7-38.5-97.9-71.1zm137.9 81.3-40.1-86 17.4-24.2h110.2l17.3 24.2-40.1 86c-22.7 3.5-42.4 3.4-64.7 0zm104.8-10.2 29.2-62.7 69-8.5c-25 32.6-58.8 57.1-98.2 71.2z"></path></symbol><symbol viewBox="0 0 55 55" style="enable-background:new 0 0 55 55" xml:space="preserve" id="gallery" xmlns="http://www.w3.org/2000/svg"><path d="M43.7 54.5c-.3 0-.6 0-.9-.1l-32.7-6.6c-.8-.2-1.3-1-1.2-1.8.2-.8 1-1.3 1.8-1.2l32.8 6.6h.2c.1 0 .1 0 .6-.1h.1s0-.1.1-.1V51l7.1-35c0-.2 0-.4-.1-.6-.1-.1-.2-.2-.4-.3l-5.1-.8c-.8-.1-1.4-.9-1.2-1.7.1-.8.9-1.4 1.7-1.2l4.9.9c1 .2 1.8.7 2.4 1.5.6.9.8 1.9.6 2.9l-7.1 34.9c-.1 1-.8 2-1.7 2.5-.1 0-.1.1-.2.1l-.2.1c-.4 0-.9.2-1.5.2zm-4.1-11.2H4.2C2 43.3.5 41.7.5 39.6V4.2C.5 2 2.1.5 4.2.5h35.4c2.2 0 3.7 1.6 3.7 3.7v35.4c0 2.2-1.5 3.7-3.7 3.7zM3.5 36.7v2.9c0 .5.2.7.7.7h35.4c.5 0 .7-.2.7-.7v-2.9H3.5zm34.2-3h2.6V4.2c0-.5-.2-.7-.7-.7H4.2c-.5 0-.7.2-.7.7v29.5h2.6c.2-1.7.6-3.4 1.4-5.1 1.2-2.4 4.8-3.7 9.8-5.4.2-.5.2-1.7 0-2.1-2.1-2.4-3-5.2-2.8-8.1 0-2.2.6-4 1.9-5.5C17.8 5.9 19.7 5 22 5c2 0 3.9.9 5.5 2.4l.1.1c1.3 1.6 1.9 3.5 1.7 5.6.2 3-.8 5.9-2.7 7.9-.2.5-.2 1.8 0 2.3.6.2 1.3.5 1.9.7 4 1.5 6.9 2.6 7.9 4.6.7 1.7 1.2 3.4 1.3 5.1zm-28.6 0h25.6c-.2-1.3-.5-2.6-1.1-3.9-.4-.9-3.4-2-6.2-3-.7-.3-1.4-.5-2.2-.8-.5-.2-1.2-.7-1.5-1.8-.5-1.5-.3-3.9.4-4.9.1-.1.1-.2.2-.2 1.4-1.4 2.2-3.6 2-5.9v-.3c.2-1.3-.1-2.5-.9-3.4-.6-.6-1.8-1.5-3.3-1.5-1.4 0-2.5.5-3.3 1.5-.8 1-1.2 2.2-1.2 3.7v.1c-.2 2.2.5 4.2 2.1 6 .9.9 1.1 3.3.8 4.6-.4 1.6-1.3 2.1-1.8 2.3-2.8.9-7.5 2.5-8.2 3.9-.8 1-1.2 2.3-1.4 3.6zm8.2-12.6c0 .1 0 .1 0 0 0 .1 0 .1 0 0z"></path></symbol><symbol viewBox="0 0 640 512" id="gamepad-light" xmlns="http://www.w3.org/2000/svg"><path d="M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM480 384a127 127 0 0 1-91.37-38.4l-9.43-9.6H260.8l-9.41 9.6A127 127 0 0 1 160 384c-70.57 0-128-57.42-128-128s57.43-128 128-128h320c70.61 0 128 57.42 128 128s-57.43 128-128 128zM222.18 236.36h-42.54v-42.54a9.86 9.86 0 0 0-9.82-9.82h-19.64a9.86 9.86 0 0 0-9.82 9.82v42.54H97.82a9.86 9.86 0 0 0-9.82 9.82v19.64a9.86 9.86 0 0 0 9.82 9.82h42.54v42.54a9.86 9.86 0 0 0 9.82 9.82h19.64a9.86 9.86 0 0 0 9.82-9.82v-42.54h42.54a9.86 9.86 0 0 0 9.82-9.82v-19.64a9.86 9.86 0 0 0-9.82-9.82zM448 256a32 32 0 1 0 32 32 32 32 0 0 0-32-32zm64-64a32 32 0 1 0 32 32 32 32 0 0 0-32-32z"></path></symbol><symbol viewBox="0 0 576 512" id="glasses" xmlns="http://www.w3.org/2000/svg"><path d="M560.51 225.9 528.75 98.64C522.05 71.78 495.01 32 443.33 32c-15.63 0-23.03 2.94-43.02 9.6-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.24 6.7 8.48 10.94 15.18 10.94 3.54 0 4.82-.74 18.23-5.21 26.07-8.68 48.2 6.13 53.53 27.54l29.67 118.68C490.97 215.88 466.47 208 440 208c-55.09 0-102.27 32.91-123.65 80h-56.7c-21.38-47.09-68.56-80-123.65-80-26.47 0-50.97 7.88-71.86 20.96l29.67-118.68c5.32-21.41 27.46-36.22 53.53-27.54 13.42 4.47 14.7 5.21 18.23 5.21 6.7 0 12.94-4.24 15.18-10.94l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24C155.7 34.94 148.3 32 132.67 32 81 32 53.95 71.78 47.25 98.64L15.49 225.9C2.16 279.34 0 300.12 0 344c0 75.11 60.89 136 136 136 72.37 0 130.97-56.69 135.19-128h33.61c4.22 71.31 62.82 128 135.19 128 75.11 0 136-60.89 136-136 .01-43.88-2.15-64.66-15.48-118.1zM136 432c-48.52 0-88-39.48-88-88s39.48-88 88-88 88 39.48 88 88-39.48 88-88 88zm304 0c-48.52 0-88-39.48-88-88s39.48-88 88-88 88 39.48 88 88-39.48 88-88 88z"></path></symbol><symbol viewBox="0 0 53 53" style="enable-background:new 0 0 53 53" xml:space="preserve" id="headphones" xmlns="http://www.w3.org/2000/svg"><path d="M14.9 52.7c-.5 0-1.1-.1-1.6-.3-.9-.4-1.6-1.2-2-2.3L6.7 38.3c-.4-1-.4-2.1.1-3 .4-.9 1.2-1.6 2.2-1.9l2-.9c1-.4 2.1-.4 3.1 0 .9.4 1.6 1.2 2 2.3l4.6 11.8c.4 1 .4 2.1-.1 3-.4.9-1.2 1.6-2.2 1.9l-2 .9c-.5.2-1 .3-1.5.3zm-2.4-17.6c-.1 0-.2 0-.3.1l-2 .9s-.1 0-.1.1c-.2.1-.4.2-.5.4-.1.2-.1.4 0 .7l4.7 11.9c.1.3.2.5.4.6.2.1.4.1.7 0l2-.9s.1 0 .1-.1c.2-.1.4-.2.5-.4.1-.2.1-.4 0-.7l-4.7-11.9c-.1-.3-.2-.5-.4-.6-.2-.1-.3-.1-.4-.1zM38 52.6c-.5 0-.9-.1-1.3-.3l-2.2-1c-1.9-.8-2.9-3.1-2.2-5L37 34.6c.8-2 3.1-3 5-2.2l2.2 1c.9.3 1.6 1.1 2.1 2 .5 1 .5 2 .1 3l-4.7 11.9c-.4.9-1.1 1.7-2 2.1-.6.1-1.1.2-1.7.2zm2.7-17.5c-.3 0-.7.3-.9.6l-4.7 11.9c-.2.4.1.9.6 1.1l2.2 1c.3.1.9-.2 1-.6l4.7-11.9c.1-.2.1-.4 0-.6-.1-.2-.3-.4-.5-.5l-2.2-1h-.2zm-.4 14.5zm3.7 2.9c-.2 0-.5-.1-.7-.2-.7-.4-1-1.3-.6-2 .1-.1 6.8-12.6 6.8-23.8 0-12.7-10.3-23-23-23s-23 10.3-23 23c0 11.1 6.7 23.7 6.8 23.8.4.7.1 1.6-.6 2-.7.4-1.6.1-2-.6C7.4 51.2.5 38.4.5 26.5c0-14.3 11.7-26 26-26s26 11.7 26 26c0 11.9-6.9 24.7-7.2 25.2-.3.5-.8.8-1.3.8z"></path></symbol><symbol viewBox="0 0 53 53" style="enable-background:new 0 0 53 53" xml:space="preserve" id="headphones" xmlns="http://www.w3.org/2000/svg"><path d="M14.9 52.7c-.5 0-1.1-.1-1.6-.3-.9-.4-1.6-1.2-2-2.3L6.7 38.3c-.4-1-.4-2.1.1-3 .4-.9 1.2-1.6 2.2-1.9l2-.9c1-.4 2.1-.4 3.1 0 .9.4 1.6 1.2 2 2.3l4.6 11.8c.4 1 .4 2.1-.1 3-.4.9-1.2 1.6-2.2 1.9l-2 .9c-.5.2-1 .3-1.5.3zm-2.4-17.6c-.1 0-.2 0-.3.1l-2 .9s-.1 0-.1.1c-.2.1-.4.2-.5.4-.1.2-.1.4 0 .7l4.7 11.9c.1.3.2.5.4.6.2.1.4.1.7 0l2-.9s.1 0 .1-.1c.2-.1.4-.2.5-.4.1-.2.1-.4 0-.7l-4.7-11.9c-.1-.3-.2-.5-.4-.6-.2-.1-.3-.1-.4-.1zM38 52.6c-.5 0-.9-.1-1.3-.3l-2.2-1c-1.9-.8-2.9-3.1-2.2-5L37 34.6c.8-2 3.1-3 5-2.2l2.2 1c.9.3 1.6 1.1 2.1 2 .5 1 .5 2 .1 3l-4.7 11.9c-.4.9-1.1 1.7-2 2.1-.6.1-1.1.2-1.7.2zm2.7-17.5c-.3 0-.7.3-.9.6l-4.7 11.9c-.2.4.1.9.6 1.1l2.2 1c.3.1.9-.2 1-.6l4.7-11.9c.1-.2.1-.4 0-.6-.1-.2-.3-.4-.5-.5l-2.2-1h-.2zm-.4 14.5zm3.7 2.9c-.2 0-.5-.1-.7-.2-.7-.4-1-1.3-.6-2 .1-.1 6.8-12.6 6.8-23.8 0-12.7-10.3-23-23-23s-23 10.3-23 23c0 11.1 6.7 23.7 6.8 23.8.4.7.1 1.6-.6 2-.7.4-1.6.1-2-.6C7.4 51.2.5 38.4.5 26.5c0-14.3 11.7-26 26-26s26 11.7 26 26c0 11.9-6.9 24.7-7.2 25.2-.3.5-.8.8-1.3.8z"></path></symbol><symbol viewBox="0 0 512 512" id="headphones-klip" xmlns="http://www.w3.org/2000/svg"><path d="M256 32C114.52 32 0 146.497 0 288v49.714a24.001 24.001 0 0 0 12.319 20.966l19.702 10.977C32.908 430.748 82.698 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-40.744 0-76.402 21.758-96 54.287V288c0-114.691 93.309-208 208-208s208 93.309 208 208v22.287C444.402 277.758 408.744 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c61.302 0 111.092-49.252 111.979-110.344l19.702-10.977A24.001 24.001 0 0 0 512 337.713V288c0-141.48-114.497-256-256-256zM144 304v128c-35.29 0-64-28.71-64-64s28.71-64 64-64zm224 128V304c35.29 0 64 28.71 64 64s-28.71 64-64 64z"></path></symbol><symbol viewBox="0 0 512 512" id="headset" xmlns="http://www.w3.org/2000/svg"><path d="M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z"></path></symbol><symbol class="cjsvg-inline--fa cjfa-heart cjfa-w-16" viewBox="0 0 512 512" id="heart" xmlns="http://www.w3.org/2000/svg"><path d="M462.3 62.7c-54.5-46.4-136-38.7-186.6 13.5L256 96.6l-19.7-20.3C195.5 34.1 113.2 8.7 49.7 62.7c-62.8 53.6-66.1 149.8-9.9 207.8l193.5 199.8c6.2 6.4 14.4 9.7 22.6 9.7 8.2 0 16.4-3.2 22.6-9.7L472 270.5c56.4-58 53.1-154.2-9.7-207.8zm-13.1 185.6L256.4 448.1 62.8 248.3c-38.4-39.6-46.4-115.1 7.7-161.2 54.8-46.8 119.2-12.9 142.8 11.5l42.7 44.1 42.7-44.1c23.2-24 88.2-58 142.8-11.5 54 46 46.1 121.5 7.7 161.2z"></path></symbol><symbol viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" id="heart-half-solid" xmlns="http://www.w3.org/2000/svg"><path d="m256 96.5-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c6.3 6.5 14.5 9.7 22.7 9.7V96.5z"></path></symbol><symbol class="cisvg-inline--fa cifa-heart cifa-w-16" viewBox="0 0 512 512" id="heart-solid" xmlns="http://www.w3.org/2000/svg"><path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></symbol><symbol class="cksvg-inline--fa ckfa-history ckfa-w-16" viewBox="0 0 512 512" id="history" xmlns="http://www.w3.org/2000/svg"><path d="M20 24h10c6.627 0 12 5.373 12 12v94.625C85.196 57.047 165.239 7.715 256.793 8.001 393.18 8.428 504.213 120.009 504 256.396 503.786 393.181 392.834 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.354-12.561-.482-17.433l7.069-7.069c4.503-4.503 11.749-4.714 16.482-.454C150.782 449.238 200.935 470 256 470c117.744 0 214-95.331 214-214 0-117.744-95.331-214-214-214-82.862 0-154.737 47.077-190.289 116H164c6.627 0 12 5.373 12 12v10c0 6.627-5.373 12-12 12H20c-6.627 0-12-5.373-12-12V36c0-6.627 5.373-12 12-12zm321.647 315.235 4.706-6.47c3.898-5.36 2.713-12.865-2.647-16.763L272 263.853V116c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v164.147l84.884 61.734c5.36 3.899 12.865 2.714 16.763-2.646z"></path></symbol><symbol class="cmsvg-inline--fa cmfa-info-circle cmfa-w-16" viewBox="0 0 512 512" id="info-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z"></path></symbol><symbol class="clsvg-inline--fa clfa-info-circle clfa-w-16" viewBox="0 0 512 512" id="info-circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></symbol><symbol class="cnsvg-inline--fa cnfa-instagram cnfa-w-14" viewBox="0 0 448 512" id="instagram" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></symbol><symbol viewBox="0 0 10 16" id="lightning" xmlns="http://www.w3.org/2000/svg"><path d="M3.339 9.491.488 8.394a.733.733 0 0 1-.292-1.187L6.621.254C7.16-.332 8.156.179 7.95.938l-1.51 5.57 2.85 1.098a.733.733 0 0 1 .292 1.187l-6.425 6.953c-.541.586-1.535.075-1.33-.684l1.512-5.57Z"></path></symbol><symbol class="cpsvg-inline--fa cpfa-linkedin-in cpfa-w-14" viewBox="0 0 448 512" id="linkedin" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></symbol><symbol viewBox="0 0 512 512" id="list-ol" xmlns="http://www.w3.org/2000/svg"><path d="m61.77 401 17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.84a154.82 154.82 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.3 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.73 6.13-3.2 11.72 2.62 15.94 7.71 4.69 20.39 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM12.1 320H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.33c3.28-10.29 48.33-18.68 48.33-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.45 18.75-4.38 5.59-3 10.84 2.79 15.37l8.58 6.88c5.61 4.56 11 2.47 16.13-2.44a13.4 13.4 0 0 1 9.45-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.1 320zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm488-80H168a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h336a8 8 0 0 0 8-8V88a8 8 0 0 0-8-8zm0 320H168a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h336a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8zm0-160H168a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h336a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8z"></path></symbol><symbol class="crsvg-inline--fa crfa-lock crfa-w-14" viewBox="0 0 448 512" id="lock" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-16v-62.5C384 73.1 312.9.3 224.5 0 136-.3 64 71.6 64 160v64H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zM96 160c0-70.6 57.4-128 128-128s128 57.4 128 128v64H96v-64zm304 320H48c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16z"></path></symbol><symbol class="cssvg-inline--fa csfa-map-marker-alt csfa-w-12" viewBox="0 0 384 512" id="mappin-solid" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></symbol><symbol viewBox="0 0 63.6 81.5" style="enable-background:new 0 0 63.6 81.5" xml:space="preserve" id="medielogin" xmlns="http://www.w3.org/2000/svg"><path d="M0 70.7h63.3v10.9H0z"></path><path d="m0 81.5 21.2-19.7v-14L0 67.5z"></path><path d="M31.8 0C14.2 0 0 14.2 0 31.8c0 13.8 8.9 25.6 21.2 30v-14c-5.2-3.4-8.6-9.3-8.6-16 0-10.6 8.6-19.2 19.2-19.2S51 21.2 51 31.8c0 6.7-3.4 12.5-8.6 16v14c12.3-4.4 21.2-16.1 21.2-30C63.6 14.2 49.3 0 31.8 0z"></path><path d="M63.6 81.5 42.4 61.7V47.8l21.2 19.7z"></path></symbol><symbol fill="none" viewBox="0 0 65 65" id="menu-headphones" xmlns="http://www.w3.org/2000/svg"><path d="M62.202 33.091h-9.9a4.95 4.95 0 0 0-4.95 4.95v12.375a4.95 4.95 0 0 0 4.95 4.95h4.95a4.95 4.95 0 0 0 4.95-4.95V33.091Zm0 0a29.701 29.701 0 0 0-59.4 0m0 0v17.325a4.95 4.95 0 0 0 4.95 4.95h4.95a4.95 4.95 0 0 0 4.95-4.95V38.041a4.95 4.95 0 0 0-4.95-4.95h-9.9Z" stroke-width="4.95" stroke-linecap="round" stroke-linejoin="round" style="stroke:var(--icon-fill, #fff)"></path></symbol><symbol class="cvsvg-inline--fa cvfa-bars cvfa-w-14" viewBox="0 0 448 512" id="menubars" xmlns="http://www.w3.org/2000/svg"><path d="M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z"></path></symbol><symbol viewBox="0 0 30 30" xml:space="preserve" id="menubars-solid" xmlns="http://www.w3.org/2000/svg"><path d="M0 4.3h30v4H0zM0 12.3h30v4H0zM0 20.3h30v4H0z"></path></symbol><symbol viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" id="miteb" xmlns="http://www.w3.org/2000/svg"><path d="M475 63.5v201.7H316V63.5h159m-279.1 0v86h-159v-86h159m0 208.8v176.2h-159V272.3h159M475 387.1v61.4H316v-61.4h159m14.4-360.6H301.6c-12.5 0-22.6 10-22.6 22.3v231.1c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3V48.8c0-12.3-10.1-22.3-22.6-22.3zm-279.1 0H22.5C10 26.5-.1 36.5-.1 48.8v115.4c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3V48.8c.1-12.3-10.1-22.3-22.6-22.3zm0 208.8H22.5c-12.5 0-22.6 10-22.6 22.3v205.6c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3V257.6c.1-12.3-10.1-22.3-22.6-22.3zm279.1 114.8H301.6c-12.5 0-22.6 10-22.6 22.3v90.8c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3v-90.8c0-12.3-10.1-22.3-22.6-22.3z"></path></symbol><symbol viewBox="0 0 512 512" xml:space="preserve" id="miteb-solid" xmlns="http://www.w3.org/2000/svg"><path d="M210.3 26.5H22.5C10 26.5-.1 36.5-.1 48.8v115.4c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3V48.8c.1-12.3-10.1-22.3-22.6-22.3zm279.1 0H301.6c-12.5 0-22.6 10-22.6 22.3v231.1c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3V48.8c0-12.3-10.1-22.3-22.6-22.3zM210.3 235.3H22.5c-12.5 0-22.6 10-22.6 22.3v205.6c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3V257.6c.1-12.3-10.1-22.3-22.6-22.3zm279.1 114.8H301.6c-12.5 0-22.6 10-22.6 22.3v90.8c0 12.3 10.1 22.3 22.6 22.3h187.8c12.5 0 22.6-10 22.6-22.3v-90.8c0-12.3-10.1-22.3-22.6-22.3z"></path></symbol><symbol viewBox="0 0 42 39" style="enable-background:new 0 0 42 39" xml:space="preserve" id="newspaper" xmlns="http://www.w3.org/2000/svg"><path d="M35.8 38.5H6.2c-3.5 0-6.2-2.7-6.2-6.2V2.7C0 1.2 1.2 0 2.7 0h26.1c1.6 0 2.7 1.2 2.7 2.7v29.6c0 2.4 1.8 4.2 4.2 4.2s4.2-1.8 4.2-4.2V6.2c0-.6.4-1 1-1s1 .4 1 1v26.1c.1 3.5-2.6 6.2-6.1 6.2zM2.7 2c-.5 0-.7.2-.7.7v29.6c0 2.4 1.8 4.2 4.2 4.2h25c-1-1.1-1.6-2.6-1.6-4.2V2.7c0-.5-.2-.7-.7-.7H2.7zm33.1 31.8c-.6 0-1-.4-1-1V6.2c0-.6.4-1 1-1s1 .4 1 1v26.5c0 .6-.5 1.1-1 1.1zm-10.5-4H6.2c-.6 0-1-.4-1-1s.4-1 1-1h19.1c.6 0 1 .4 1 1s-.4 1-1 1zm0-5.2H6.2c-.6 0-1-.4-1-1s.4-1 1-1h19.1c.6 0 1 .4 1 1s-.4 1-1 1zm0-5.2h-4.9c-.6 0-1-.4-1-1s.4-1 1-1h4.9c.6 0 1 .4 1 1s-.4 1-1 1zm-9.5 0H7.1c-1.1 0-1.9-.8-1.9-1.9V8.8C5.2 7.8 6 7 7.1 7h8.7c1.1 0 1.9.8 1.9 1.9v8.7c0 1-.9 1.8-1.9 1.8zm-8.6-2h8.4V9H7.2v8.4zm18.1-3.2h-4.9c-.6 0-1-.4-1-1s.4-1 1-1h4.9c.6 0 1 .4 1 1s-.4 1-1 1zm0-5.2h-4.9c-.6 0-1-.4-1-1s.4-1 1-1h4.9c.6 0 1 .4 1 1s-.4 1-1 1z"></path></symbol><symbol viewBox="0 0 512 512" id="pause-circle" xmlns="http://www.w3.org/2000/svg"><path d="M218 160h-20c-3.3 0-6 2.7-6 6v180c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6V166c0-3.3-2.7-6-6-6zm96 0h-20c-3.3 0-6 2.7-6 6v180c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6V166c0-3.3-2.7-6-6-6zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216z"></path></symbol><symbol viewBox="0 0 448 512" id="pause-solid" xmlns="http://www.w3.org/2000/svg"><path d="M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z"></path></symbol><symbol viewBox="0 0 15 15" style="enable-background:new 0 0 15 15" xml:space="preserve" id="phone" xmlns="http://www.w3.org/2000/svg"><path d="M12.9 14.2h-.2c-6.3-.6-11.3-5.7-12-12 0-.5.1-.9.4-1.3.4-.3.9-.5 1.4-.5h2.3c.8 0 1.5.5 1.7 1.2l.7 2.2c.2.6 0 1.3-.4 1.8l-.4.4s-.1.1 0 .2c.7 1 1.3 1.6 2.4 2.4H9l.4-.4c.5-.5 1.2-.6 1.8-.4l2.2.7c.7.2 1.2.9 1.2 1.7v2.3c0 .5-.2 1-.6 1.3-.3.2-.7.4-1.1.4zM2.5 1.4c-.2 0-.4.1-.6.2-.1.2-.2.3-.1.5.5 5.9 5.2 10.5 11 11.1.2 0 .4 0 .5-.2.2-.1.2-.3.2-.6v-2.3c0-.3-.2-.6-.5-.7l-2.2-.7c-.3-.1-.6 0-.8.2l-.4.3c-.4.4-1 .4-1.4.1C7 8.5 6.3 7.9 5.6 6.7c-.3-.4-.2-1 .1-1.4l.4-.3c.2-.2.3-.5.2-.8l-.8-2.3c-.1-.3-.4-.5-.7-.5H2.5zM14 5.2c-.3 0-.5-.2-.5-.5 0-1.9-1.5-3.4-3.4-3.4-.3 0-.5-.2-.5-.5s.2-.5.5-.5c2.4 0 4.4 2 4.4 4.4 0 .3-.2.5-.5.5zm-2.5 0c-.3 0-.5-.2-.5-.4 0-.5-.4-.8-.8-.8-.3 0-.5-.3-.5-.5s.2-.5.5-.5c1 0 1.8.8 1.8 1.8 0 .2-.2.4-.5.4z"></path></symbol><symbol class="dcsvg-inline--fa dcfa-map-marker dcfa-w-12" viewBox="0 0 384 512" id="pin-solid" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z"></path></symbol><symbol class="ddsvg-inline--fa ddfa-play-circle ddfa-w-16" viewBox="0 0 512 512" id="play-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm331.7-18-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM192 335.8V176.9c0-4.7 5.1-7.6 9.1-5.1l134.5 81.7c3.9 2.4 3.8 8.1-.1 10.3L201 341c-4 2.3-9-.6-9-5.2z"></path></symbol><symbol class="eysvg-inline--fa eyfa-play-circle eyfa-w-16" viewBox="0 0 512 512" id="play-circle-light" xmlns="http://www.w3.org/2000/svg"><path d="M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm331.7-18-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM192 335.8V176.9c0-4.7 5.1-7.6 9.1-5.1l134.5 81.7c3.9 2.4 3.8 8.1-.1 10.3L201 341c-4 2.3-9-.6-9-5.2z"></path></symbol><symbol viewBox="0 0 448 512" id="play-solid" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7 72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></symbol><symbol viewBox="0 0 72.8 72.8" id="podcast_icon" xmlns="http://www.w3.org/2000/svg"><circle cx="36.4" cy="36.4" r="36.4"></circle><path fill="#FFF" d="M36.4 16.3c-12.2 0-22.3 9.9-22.3 22.3v4.1c0 1.1.6 2 1.5 2.5l1.3.6c.2 5.2 4.4 9.3 9.7 9.3h2.1c1.2 0 2.1-1 2.1-2.1V37.9c0-1.2-1-2.1-2.1-2.1h-2.1c-2.7 0-5.2 1.2-6.9 2.9v-.1c0-9.2 7.5-16.7 16.7-16.7s16.7 7.5 16.7 16.7v.1c-1.7-1.8-4.2-2.9-6.9-2.9H44c-1.2 0-2.1 1-2.1 2.1v15.3c0 1.2 1 2.1 2.1 2.1h2.1c5.3 0 9.5-4.1 9.7-9.3l1.3-.6c1-.5 1.5-1.4 1.5-2.5v-4.1c.1-12.5-10-22.5-22.2-22.5z"></path></symbol><symbol viewBox="0 0 45.6 39.7" xml:space="preserve" id="podcast_icon_transparent" xmlns="http://www.w3.org/2000/svg"><path fill="#FFF" d="M22.9.5C10.7.5.6 10.4.6 22.8v4.1c0 1.1.6 2 1.5 2.5l1.3.6c.2 5.2 4.4 9.3 9.7 9.3h2.1c1.2 0 2.1-1 2.1-2.1V22.1c0-1.2-1-2.1-2.1-2.1h-2.1c-2.7 0-5.2 1.2-6.9 2.9v-.1c0-9.2 7.5-16.7 16.7-16.7s16.7 7.5 16.7 16.7v.1c-1.7-1.8-4.2-2.9-6.9-2.9h-2.2c-1.2 0-2.1 1-2.1 2.1v15.3c0 1.2 1 2.1 2.1 2.1h2.1c5.3 0 9.5-4.1 9.7-9.3l1.3-.6c1-.5 1.5-1.4 1.5-2.5V23C45.2 10.5 35.1.5 22.9.5z"></path></symbol><symbol class="dfsvg-inline--fa dffa-question-circle dffa-w-16" viewBox="0 0 512 512" id="question-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28zm7.67-24h-16c-6.627 0-12-5.373-12-12v-.381c0-70.343 77.44-63.619 77.44-107.408 0-20.016-17.761-40.211-57.44-40.211-29.144 0-44.265 9.649-59.211 28.692-3.908 4.98-11.054 5.995-16.248 2.376l-13.134-9.15c-5.625-3.919-6.86-11.771-2.645-17.177C185.658 133.514 210.842 116 255.67 116c52.32 0 97.44 29.751 97.44 80.211 0 67.414-77.44 63.849-77.44 107.408V304c0 6.627-5.373 12-12 12zM256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8z"></path></symbol><symbol viewBox="0 0 24 10" style="enable-background:new 0 0 24 10" xml:space="preserve" id="rss" xmlns="http://www.w3.org/2000/svg"><path d="M0 9V.4h3.7c.9 0 1.6.1 2 .2.4.2.8.4 1 .8.2.5.3.9.3 1.4 0 .7-.2 1.2-.5 1.6-.4.4-1 .7-1.7.8.4.2.7.5.9.7.2.3.6.7 1 1.4l1 1.7H5.6L4.4 7.1c-.5-.6-.8-1.1-.9-1.2-.2-.2-.4-.3-.5-.4-.2-.1-.5-.1-.9-.1h-.4V9H0zm1.7-5H3c.8 0 1.4 0 1.6-.1s.4-.2.5-.4c.1-.2.2-.4.2-.6 0-.3-.1-.5-.2-.7-.2-.1-.5-.3-.7-.3H1.7V4zM8.2 6.2 9.9 6c.1.6.3 1 .6 1.2.3.3.7.4 1.3.4.6 0 1-.1 1.3-.4.3-.2.4-.5.4-.8 0-.2-.1-.4-.2-.5-.1-.1-.3-.3-.6-.4-.2-.1-.7-.2-1.4-.4-.9-.2-1.6-.5-2-.8-.5-.5-.8-1-.8-1.7 0-.4.1-.8.4-1.2.3-.3.6-.6 1.1-.8.5-.2 1-.3 1.7-.3 1.1 0 1.9.2 2.4.7.5.5.8 1.1.9 1.9l-1.7.1c-.1-.5-.3-.8-.5-1-.2-.2-.6-.3-1.1-.3-.5 0-.9.1-1.2.3-.2.1-.3.3-.3.5s.1.4.3.5c.2.2.8.4 1.6.6.8.2 1.5.4 1.9.6.4.2.7.5.9.9.2.4.3.8.3 1.4 0 .5-.1 1-.4 1.4-.3.4-.7.8-1.2 1-.5.2-1.1.3-1.9.3-1.1 0-1.9-.2-2.5-.8-.5-.5-.9-1.2-1-2.2zM16.2 6.2l1.7-.2c.1.6.3 1 .6 1.2.3.3.7.4 1.3.4.6 0 1-.1 1.3-.4.3-.2.4-.5.4-.8 0-.2-.1-.4-.2-.5-.1-.1-.3-.3-.6-.4-.2-.1-.7-.2-1.4-.4-.9-.2-1.6-.5-2-.8-.5-.5-.8-1-.8-1.7 0-.4.1-.8.4-1.2.2-.4.6-.7 1.1-.9.5-.2 1-.3 1.7-.3 1.1 0 1.9.2 2.4.7.5.5.8 1.1.9 1.9l-1.7.1c-.1-.4-.3-.7-.5-.9-.2-.2-.6-.3-1.1-.3-.5 0-.9.1-1.2.3-.2.1-.3.3-.3.5s.1.4.3.5c.2.2.8.4 1.6.6.8.2 1.5.4 1.9.6.4.2.7.5.9.9.2.4.3.8.3 1.4 0 .5-.1 1-.4 1.4-.3.4-.7.8-1.2 1-.5.2-1.1.3-1.9.3-1.1 0-1.9-.2-2.5-.8-.5-.5-.9-1.2-1-2.2z"></path></symbol><symbol class="dgsvg-inline--fa dgfa-rss dgfa-w-14" viewBox="0 0 448 512" id="rss-symbol" xmlns="http://www.w3.org/2000/svg"><path d="M80 352c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-32c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80zm367.996 147.615c-6.448-237.848-198.06-429.164-435.61-435.61C5.609 31.821 0 37.229 0 44.007v8.006c0 6.482 5.146 11.816 11.626 11.994 220.81 6.05 398.319 183.913 404.367 404.367.178 6.48 5.512 11.626 11.994 11.626h8.007c6.778 0 12.185-5.609 12.002-12.385zm-144.245-.05c-6.347-158.132-133.207-284.97-291.316-291.316C5.643 175.976 0 181.45 0 188.247v8.005c0 6.459 5.114 11.72 11.567 11.989 141.134 5.891 254.301 119.079 260.192 260.192.269 6.453 5.531 11.567 11.989 11.567h8.005c6.798 0 12.271-5.643 11.998-12.435z"></path></symbol><symbol class="disvg-inline--fa difa-search difa-w-16" viewBox="0 0 512 512" id="search" xmlns="http://www.w3.org/2000/svg"><path d="m508.5 481.6-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"></path></symbol><symbol viewBox="0 0 512 512" id="share" xmlns="http://www.w3.org/2000/svg"><path d="M503.691 189.836 327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z" style="filter:var(--icon-filter)"></path></symbol><symbol viewBox="0 0 320 512" id="smartphone" xmlns="http://www.w3.org/2000/svg"><path d="M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z"></path></symbol><symbol viewBox="0 0 19 19" id="spotify" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.52 1.6a7.92 7.92 0 1 0 0 15.84 7.92 7.92 0 0 0 0-15.84ZM.16 9.52a9.36 9.36 0 1 1 18.72 0 9.36 9.36 0 0 1-18.72 0Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.52 13.12a3.87 3.87 0 0 0-1.821.455.72.72 0 1 1-.678-1.27 5.31 5.31 0 0 1 4.998 0 .72.72 0 1 1-.678 1.27 3.87 3.87 0 0 0-1.821-.455ZM9.52 7.36a9.99 9.99 0 0 0-4.701 1.175.72.72 0 0 1-.678-1.27 11.43 11.43 0 0 1 10.758 0 .72.72 0 1 1-.678 1.27A9.99 9.99 0 0 0 9.52 7.36Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.52 10.24c-1.138 0-2.258.28-3.261.815a.72.72 0 1 1-.678-1.27 8.37 8.37 0 0 1 7.878 0 .72.72 0 0 1-.678 1.27 6.93 6.93 0 0 0-3.261-.815Z"></path></symbol><symbol class="dmsvg-inline--fa dmfa-square dmfa-w-14" viewBox="0 0 448 512" id="square" xmlns="http://www.w3.org/2000/svg"><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352z"></path></symbol><symbol class="dpsvg-inline--fa dpfa-star dpfa-w-18" viewBox="0 0 576 512" id="star" xmlns="http://www.w3.org/2000/svg"><path d="M528.1 171.5 382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM405.8 317.9l27.8 162L288 403.5 142.5 480l27.8-162L52.5 203.1l162.7-23.6L288 32l72.8 147.5 162.7 23.6-117.7 114.8z"></path></symbol><symbol class="dnsvg-inline--fa dnfa-star-half dnfa-w-18" viewBox="0 0 576 512" id="star-half-solid" xmlns="http://www.w3.org/2000/svg"><path d="M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z"></path></symbol><symbol class="dosvg-inline--fa dofa-star dofa-w-18" viewBox="0 0 576 512" id="star-solid" xmlns="http://www.w3.org/2000/svg"><path d="M259.3 17.8 194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></symbol><symbol class="dqsvg-inline--fa dqfa-sync-alt dqfa-w-16" viewBox="0 0 512 512" id="sync" xmlns="http://www.w3.org/2000/svg"><path d="m457.373 9.387-50.095 50.102C365.411 27.211 312.953 8 256 8 123.228 8 14.824 112.338 8.31 243.493 7.971 250.311 13.475 256 20.301 256h10.015c6.352 0 11.647-4.949 11.977-11.293C48.159 131.913 141.389 42 256 42c47.554 0 91.487 15.512 127.02 41.75l-53.615 53.622c-20.1 20.1-5.855 54.628 22.627 54.628H480c17.673 0 32-14.327 32-32V32.015c0-28.475-34.564-42.691-54.627-22.628zM480 160H352L480 32v128zm11.699 96h-10.014c-6.353 0-11.647 4.949-11.977 11.293C463.84 380.203 370.504 470 256 470c-47.525 0-91.468-15.509-127.016-41.757l53.612-53.616c20.099-20.1 5.855-54.627-22.627-54.627H32c-17.673 0-32 14.327-32 32v127.978c0 28.614 34.615 42.641 54.627 22.627l50.092-50.096C146.587 484.788 199.046 504 256 504c132.773 0 241.176-104.338 247.69-235.493.339-6.818-5.165-12.507-11.991-12.507zM32 480V352h128L32 480z"></path></symbol><symbol class="drsvg-inline--fa drfa-tablet-alt drfa-w-14" viewBox="0 0 448 512" id="tablet" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z"></path></symbol><symbol class="dtsvg-inline--fa dtfa-tag dtfa-w-16" viewBox="0 0 512 512" id="tag" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941 286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.745 18.745 49.137 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zm-22.627 45.255L271.196 475.314c-6.243 6.243-16.375 6.253-22.627 0L36.686 263.431A15.895 15.895 0 0 1 32 252.117V48c0-8.822 7.178-16 16-16h204.118c4.274 0 8.292 1.664 11.314 4.686l211.882 211.882c6.238 6.239 6.238 16.39 0 22.628zM144 124c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20m0-28c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"></path></symbol><symbol class="dssvg-inline--fa dsfa-tag dsfa-w-16" viewBox="0 0 512 512" id="tag-solid" xmlns="http://www.w3.org/2000/svg"><path d="M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"></path></symbol><symbol class="dvsvg-inline--fa dvfa-tags dvfa-w-20" viewBox="0 0 640 512" id="tags" xmlns="http://www.w3.org/2000/svg"><path d="M625.941 293.823 421.823 497.941c-18.746 18.746-49.138 18.745-67.882 0l-1.775-1.775 22.627-22.627 1.775 1.775c6.253 6.253 16.384 6.243 22.627 0l204.118-204.118c6.238-6.239 6.238-16.389 0-22.627L391.431 36.686A15.895 15.895 0 0 0 380.117 32h-19.549l-32-32h51.549a48 48 0 0 1 33.941 14.059L625.94 225.941c18.746 18.745 18.746 49.137.001 67.882zM252.118 32H48c-8.822 0-16 7.178-16 16v204.118c0 4.274 1.664 8.292 4.686 11.314l211.882 211.882c6.253 6.253 16.384 6.243 22.627 0l204.118-204.118c6.238-6.239 6.238-16.389 0-22.627L263.431 36.686A15.895 15.895 0 0 0 252.118 32m0-32a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.746 18.746-49.138 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118V48C0 21.49 21.49 0 48 0h204.118zM144 124c-11.028 0-20 8.972-20 20s8.972 20 20 20 20-8.972 20-20-8.972-20-20-20m0-28c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.49-48 48-48z"></path></symbol><symbol class="dusvg-inline--fa dufa-tags dufa-w-20" viewBox="0 0 640 512" id="tags-solid" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941 286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></symbol><symbol class="dysvg-inline--fa dyfa-times dyfa-w-10" viewBox="0 0 320 512" id="times" xmlns="http://www.w3.org/2000/svg"><path d="M193.94 256 296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></symbol><symbol viewBox="0 0 524 524" id="times-circle" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z" style="filter:var(--icon-filter);padding:2px"></path></symbol><symbol class="dwsvg-inline--fa dwfa-times-circle dwfa-w-16" viewBox="0 0 512 512" id="times-circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"></path></symbol><symbol class="dzsvg-inline--fa dzfa-toggle-off dzfa-w-18" viewBox="0 0 576 512" id="toggle-off" xmlns="http://www.w3.org/2000/svg"><path d="M384 96c42.738 0 82.917 16.643 113.137 46.863S544 213.262 544 256s-16.643 82.917-46.863 113.137S426.738 416 384 416H192c-42.738 0-82.917-16.643-113.137-46.863S32 298.738 32 256s16.643-82.917 46.863-113.137S149.262 96 192 96h192m0-32H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zm-192 96c52.935 0 96 43.065 96 96s-43.065 96-96 96-96-43.065-96-96 43.065-96 96-96m0-32c-70.692 0-128 57.307-128 128s57.308 128 128 128 128-57.307 128-128-57.308-128-128-128z"></path></symbol><symbol class="easvg-inline--fa eafa-toggle-on eafa-w-18" viewBox="0 0 576 512" id="toggle-on" xmlns="http://www.w3.org/2000/svg"><path d="M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z"></path></symbol><symbol class="ecsvg-inline--fa ecfa-trash-alt ecfa-w-14" viewBox="0 0 448 512" id="trash" xmlns="http://www.w3.org/2000/svg"><path d="M296 432h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zm-160 0h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8zM440 64H336l-33.6-44.8A48 48 0 0 0 264 0h-80a48 48 0 0 0-38.4 19.2L112 64H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v368a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V96h24a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8zM171.2 38.4A16.1 16.1 0 0 1 184 32h80a16.1 16.1 0 0 1 12.8 6.4L296 64H152zM384 464a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V96h320zm-168-32h16a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v272a8 8 0 0 0 8 8z"></path></symbol><symbol class="ebsvg-inline--fa ebfa-trash-alt ebfa-w-14" viewBox="0 0 448 512" id="trash-solid" xmlns="http://www.w3.org/2000/svg"><path d="M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></symbol><symbol class="eesvg-inline--fa eefa-user-circle eefa-w-16" viewBox="0 0 496 512" id="user-circle" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm128 421.6c-35.9 26.5-80.1 42.4-128 42.4s-92.1-15.9-128-42.4V416c0-35.3 28.7-64 64-64 11.1 0 27.5 11.4 64 11.4 36.6 0 52.8-11.4 64-11.4 35.3 0 64 28.7 64 64v13.6zm30.6-27.5c-6.8-46.4-46.3-82.1-94.6-82.1-20.5 0-30.4 11.4-64 11.4S204.6 320 184 320c-48.3 0-87.8 35.7-94.6 82.1C53.9 363.6 32 312.4 32 256c0-119.1 96.9-216 216-216s216 96.9 216 216c0 56.4-21.9 107.6-57.4 146.1zM248 120c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 144c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"></path></symbol><symbol class="edsvg-inline--fa edfa-user-circle edfa-w-16" viewBox="0 0 496 512" id="user-circle-solid" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"></path></symbol><symbol class="efsvg-inline--fa effa-user effa-w-14" viewBox="0 0 448 512" id="user-solid" xmlns="http://www.w3.org/2000/svg"><path d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"></path></symbol><symbol viewBox="0 0 640 512" id="users" xmlns="http://www.w3.org/2000/svg"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z"></path></symbol><symbol viewBox="0 0 51 48" style="enable-background:new 0 0 51 48" xml:space="preserve" id="video" xmlns="http://www.w3.org/2000/svg"><path d="M45 47.5H6.1C3 47.5.5 45 .5 41.9V6.1C.5 3 3 .5 6.1.5H45c3.1 0 5.6 2.5 5.6 5.6v35.8c0 3.1-2.5 5.6-5.6 5.6zM6.1 3.5c-1.4 0-2.6 1.2-2.6 2.6v35.8c0 1.4 1.2 2.6 2.6 2.6H45c1.4 0 2.6-1.2 2.6-2.6V6.1c0-1.4-1.2-2.6-2.6-2.6H6.1zm24.6 39.9c-2.1 0-3.5-1.5-3.5-3.5v-.5h-19c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h19v-.5c0-2.1 1.5-3.5 3.5-3.5s3.5 1.5 3.5 3.5v.5H43c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.7v.5c-.1 2-1.5 3.5-3.6 3.5zm-.6-5.6v2c0 .4.1.5.5.5s.5-.1.5-.5v-4.1c0-.4-.1-.5-.5-.5s-.5.1-.5.5v2.1zm-9.9-7.5c-.5 0-.9-.1-1.3-.4-.8-.5-1.3-1.3-1.3-2.3V13.7c0-1 .6-1.9 1.4-2.4.9-.5 1.9-.4 2.6.1l12 6.9c.8.4 1.4 1.3 1.4 2.3 0 1-.6 1.9-1.4 2.4l-12 6.9h-.1c-.4.3-.9.4-1.3.4zm.6-1.6zm.1-1.1zm-.2-13.3V27l11-6.3-11-6.4zM32.2 21zm0-.6zm-12.4-6.6z"></path></symbol><symbol class="etvideo-icon" fill="none" style="box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:4px" viewBox="0 0 26 26" id="video-graphic" xmlns="http://www.w3.org/2000/svg"><rect width="26" height="26" rx="4" fill="#fff"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.587c0-1.223 1.349-1.985 2.423-1.369l7.778 4.463a1.572 1.572 0 0 1 0 2.738l-7.778 4.463C9.349 19.498 8 18.736 8 17.513V8.587Z" fill="#000"></path></symbol><symbol viewBox="0 0 480 512" id="volume" xmlns="http://www.w3.org/2000/svg"><path d="M394.23 100.85c-11.19-7.09-26.03-3.8-33.12 7.41s-3.78 26.03 7.41 33.12C408.27 166.6 432 209.44 432 256s-23.73 89.41-63.48 114.62c-11.19 7.09-14.5 21.92-7.41 33.12 6.51 10.28 21.12 15.03 33.12 7.41C447.94 377.09 480 319.09 480 256s-32.06-121.09-85.77-155.15zm-56 78.28c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.37-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.87s-17.54-61.33-45.78-76.87zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM208 366.05 145.94 304H48v-96h97.94L208 145.95v220.1z" style="filter:var(--icon-filter)"></path></symbol><symbol fill="none" viewBox="0 0 512 512" id="volume-mute-color" xmlns="http://www.w3.org/2000/svg"><style>.eufilter{filter:var(--icon-filter)}</style><path class="eufilter" fill-rule="evenodd" clip-rule="evenodd" d="M231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64ZM160 318.06l48 47.99v-220.1l-48 47.99L145.94 208H48v96h97.94L160 318.06Z" style="fill:var(--icon-fill, currentColor)"></path><path class="eufilter" fill-rule="evenodd" clip-rule="evenodd" d="M507.31 214.63 465.94 256l41.37 41.37c6.25 6.25 6.25 16.38 0 22.63L496 331.31c-6.25 6.25-16.38 6.25-22.63 0L432 289.94l-41.37 41.38c-6.25 6.25-16.38 6.25-22.63 0L356.69 320c-6.25-6.25-6.25-16.38 0-22.63L398.06 256l-41.37-41.37c-6.25-6.25-6.25-16.38 0-22.63L368 180.69c6.25-6.25 16.38-6.25 22.63 0L432 222.06l41.37-41.37c6.25-6.25 16.38-6.25 22.63 0L507.31 192c6.25 6.25 6.25 16.38 0 22.63Z" fill="#e3141d"></path></symbol><symbol class="eisvg-inline--fa eifa-volume-slash eifa-w-20" viewBox="0 0 640 512" id="volume-muted-solid" xmlns="http://www.w3.org/2000/svg"><path d="m633.82 458.1-69-53.33C592.42 360.8 608 309.68 608 256c0-95.33-47.73-183.58-127.65-236.03-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 42.78-11.96 83.59-33.22 119.06l-38.12-29.46C503.49 318.68 512 288.06 512 256c0-63.09-32.06-122.09-85.77-156.16-11.19-7.09-26.03-3.8-33.12 7.41-7.09 11.2-3.78 26.03 7.41 33.13C440.27 165.59 464 209.44 464 256c0 21.21-5.03 41.57-14.2 59.88l-39.56-30.58c3.38-9.35 5.76-19.07 5.76-29.3 0-31.88-17.53-61.33-45.77-76.88-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61 11.76 6.46 19.12 18.18 20.4 31.06L288 190.82V88.02c0-21.46-25.96-31.98-40.97-16.97l-49.71 49.7L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM32 184v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V352.6L43.76 163.84C36.86 168.05 32 175.32 32 184z"></path></symbol><symbol viewBox="0 0 256 512" id="volume-off" xmlns="http://www.w3.org/2000/svg"><path d="M231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM208 366.05 145.94 304H48v-96h97.94L208 145.95v220.1z" style="filter:var(--icon-filter)"></path></symbol><symbol class="eksvg-inline--fa ekfa-volume-up ekfa-w-18" viewBox="0 0 576 512" id="volume-up-solid" xmlns="http://www.w3.org/2000/svg"><path d="M215.03 71.05 126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z"></path></symbol><symbol viewBox="0 0 1200 1227" id="x" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"></path></symbol><symbol class="ensvg-inline--fa enfa-youtube enfa-w-18" viewBox="0 0 576 512" id="youtube" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></symbol></svg></div>
<script>
;(async (lbPFS) => {
  var pfs = lbPFS;
  if ('false' === 'true') {
    if ('true' === 'true' || 'true' === 'true') {
      pfs = 'artikel';
    }
  }

  var escLongboatVariables = {
    at: '',
    bar: false,
    cid: '',
    cmpid: '',
    device: 'DESKTOP',
    ebid: '',
    environment: 'PRODUCTION',
    kh: false,
    lsicid: '',
    nt: '',
    pfs: pfs,
    restricted: false,
    skid: 1,
    ssoid: '',
    st: 'sektionsforside',
  };

  const isReady = await window.eb.ready('longboat');

  if (isReady) {
    window.ebTracking = new window.ebComponents.longboat.TrackingEkstraBladet(escLongboatVariables, 'true' === 'true');
    window.eb.setReady('ebTracking');

    const longboatLoadedEvent = new Event('longboatLoaded');
    window.dispatchEvent(longboatLoadedEvent);

    if ('true' === 'true') {
      new ebComponents.longboat.PixelInview(escLongboatVariables);
    }
  }
})(window.lbPFS = window.lbPFS || '');
</script>

<script>
    ;(async () => {
      const relativePath = 'ekstrabladet'.replace(/ekstrabladet\/?/g,'').split('/');
      const section = relativePath.shift();
      const isConversion = location.search.indexOf('tk') !== -1 && document.referrer.indexOf('payment/plus') !== -1; // 

      // 
      const navigationEntries = performance.getEntriesByType('navigation');
      const isRefresh = navigationEntries.length > 0 && navigationEntries[0].type === 'reload';
      const isBackNavigation = navigationEntries.length > 0 && navigationEntries[0].type === 'back_forward';
      window.ebCMP.doWeHaveConsent({
        callback: (consent) => {
          window.k5aMeta = {
            consent: consent ? 1 : 0,
            section,
            subsection: relativePath,
            paid: 0, // 
            subscriber: 0, // 
            login: 0, // 
          };

          if (window.k5aMeta.paid === 1) {
            window.k5aMeta.paywall = isConversion ? 'open' : 0 === 0 ? 'hard' : 'open'; // 
          }

          if (isConversion && !isRefresh && !isBackNavigation) {
            window.k5aMeta.conversion = 1;
          }

          const contentTag = [];
          const contentTagElements = document.querySelectorAll('[data-k5a]');
          if (contentTagElements) {
            contentTagElements.forEach((element) => {
              if (contentTag.indexOf(element.dataset.k5a) === -1) {
                contentTag.push(...element.dataset.k5a.split(' '));
              }
            });
            window.k5aMeta.contentTag = contentTag;
          }

          if ([].length) window.k5aMeta.tag = [];

          const authorEls = document.querySelectorAll('[itemprop="name"]');
          const authors = [];
          if (authorEls.length) authorEls.forEach((author) => authors.push(author.innerText));
          if (authors.length) window.k5aMeta.author = authors;

          const l = "https://cl-eu6.k5a.io/66756146a1ff162faf4208f5"
          const d = document;
          const c = d.createElement("script");
          const m = ("noModule" in c);
          c.type = (m?"module":"");
          c.src = l+'.'+(m?'':'no')+'module.js';
          d.getElementsByTagName('head')[0].appendChild(c);

          c.addEventListener('load', () => {
            window.dispatchEvent(new CustomEvent('k5aReadyEvent', { detail: { status: 'load' } }));
          });
        },
        consentTo: window.ebCMP.CONSENTNAMES.fullconsent
      });
    })();
  </script>
<script>
;(async () => {
  try {
    const isReady = await window.eb.ready('spcm');
    if (isReady) {
      const spacemanagementLoadedEvent = new Event('spacemanagementLoaded');
      window.dispatchEvent(spacemanagementLoadedEvent);

      window.ebComponents.spcm.spacemanagementLoaded = true;
    }
  } catch (error) {
    window.ebLog({
      component: 'spacemanagement',
      level: 'ERROR',
      message: error.message,
    });
  }
})();
</script>
<!-- (C)2000-2019 Gemius SA - gemiusPrism  / new_ekstrabladet.dk/Main Page -->

  <script>
        var gemiusIdentifier = 'cog6RsN8rxSFyjh63sHFo9Uoj53Nlltr3wk8Te4ujVP.S7';
        function trackGemius (consent) {
          window.pp_gemius_dnt = consent ? 0 : 1;
          window.pp_gemius_identifier = gemiusIdentifier;
          window.pp_gemius_extraparameters = ['cp=ekstrabladet'];

          // lines below shouldn't be edited
          function gemius_pending(i) {
            window[i] =
              window[i] ||
              function () {
                var x = (window[i + '_pdata'] = window[i + '_pdata'] || []);
                x[x.length] = arguments;
              };
          }
          gemius_pending('gemius_hit');
          gemius_pending('gemius_event');
          gemius_pending('pp_gemius_hit');
          gemius_pending('pp_gemius_event');
          (function (d, t) {
            try {
              var gt = d.createElement(t),
                s = d.getElementsByTagName(t)[0];
              gt.setAttribute('async', 'async');
              gt.setAttribute('defer', 'defer');
              gt.src = 'https://gadk.hit.gemius.pl/xgemius.js';
              s.parentNode.insertBefore(gt, s);
            } catch (e) {
              window.ebLog({
              component: 'gemius',
              level: 'ERROR',
              message: e.message,
            });
          }
          })(document, 'script');
        }

        function handleGemius(consent) {
          trackGemius(consent);

          if ('onpageshow' in window && '' === 'true') {
            window.addEventListener('pageshow', function (event) {
              if (event.persisted) {
                pp_gemius_hit(gemiusIdentifier);
              }
            });
          }

        }

        if (ebCMP && ebCMP.doWeHaveConsent) {
          ebCMP.doWeHaveConsent({
            callback: function (consent, firstView) {
              if (firstView !== true) {
                handleGemius(consent);
              }
            },
            consentTo: ebCMP.CONSENTNAMES.fullconsent,
          });
        } else {
          // If we cant get the result from CMP we err on the safeside and acts as if the user declined
          handleGemius(false);
        }
      </script>
    <script>
    window.ebCMP.getAllConsents(async (consent) => {
      const campaignSurvey = await window.eb.run('campaignsurvey');
      if (consent.fullconsent) {
        campaignSurvey.registerNativeViewsFromCookie();
        
      }
    });
  </script>
</div>
  


<img id="CookiebotSessionPixel" src="https://imgsct.cookiebot.com/1.gif?dgi=d0ded67e-acef-45a1-9752-84167eeb8118" alt="Cookiebot session tracker icon loaded" data-cookieconsent="ignore" style="display: none;"></body></html>