/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --mono: source-code-pro, monospace;
  --sans: acumin-pro, sans-serif;
  --black: #1D1D1B;
  --white: #FFF;
  --red: rgb(192,43,34);
  --blue: rgb(39,60,130);
  --cyan: rgb(83,148,216);
  --korn: rgb(212,190,143);
  --sand: #EBE1CD;
  --bg: #F4EFE3;
  font: 10px/1.3 var(--mono);
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  background: var(--bg);
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: black;
}

.no-overflow {
  overflow: hidden;
}

.lang-da,
.dansketaler-link {
  --color: var(--red);
}

.lang-sv,
.svenskatal-link {
  --color: var(--cyan);
}

.lang-no, .virksommeord-link {
  --color: var(--blue);
}

.lang-da a {
  color: var(--red);
  border-color: var(--red);
}

.lang-sv a {
  color: var(--cyan);
  border-color: var(--cyan);
}

.lang-no a {
  color: var(--blue);
  border-color: var(--blue);
}

.country-pages {
  display: grid;
  align-items: strech;
  gap: 20px 20px;
  grid-template-columns: 1fr;
}
.country-pages a {
  font: 400 1.8rem/1.4 var(--mono);
  text-align: center;
  align-self: stretch;
  justify-self: stretch;
  padding: 0.6em 1em 0.5em 1em;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 50px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.country-pages a:hover {
  background: var(--black);
}
.country-pages a.lang-sv {
  background: var(--cyan);
}
.country-pages a.lang-sv:hover {
  background: var(--black);
}
.country-pages a.lang-no {
  background: var(--blue);
}
.country-pages a.lang-no:hover {
  background: var(--black);
}

.pop-up {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
  font: 1.8rem/1.2 var(--mono);
}
.pop-up div + div {
  margin-left: 1em;
}
.pop-up .btns {
  display: flex;
}
.pop-up .btns button + button {
  margin-left: 0.4em;
}
.pop-up button {
  background: var(--korn);
  text-decoration: none;
  color: var(--black);
  border-radius: 30px;
  padding: 0.6em 1em 0.5em 1em;
  font: 400 1.8rem/1 var(--mono);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.pop-up button:hover {
  color: var(--white);
  background: var(--black);
}

header {
  margin: 0 auto;
  font: 2.4rem var(--sans);
  padding: 10px 15px 0 15px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
header button.burger {
  padding: 20px 5px;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 15px;
  z-index: 200;
}
header button.burger.is-open {
  position: fixed;
}
header button.burger.is-open .burger-inner:before {
  top: 0;
  rotate: 45deg;
  transition: top 0.15s ease 0s, rotate 0.15s ease-out 0.3s, background-color 1s ease 0s;
}
header button.burger.is-open .burger-inner:after {
  top: 0;
  rotate: -45deg;
  transition: top 0.15s ease 0s, rotate 0.15s ease-out 0.3s, background-color 1s ease 0s;
}
header button.burger.is-open .burger-inner:before, header button.burger.is-open .burger-inner:after {
  background-color: #000;
}
header button.burger.is-open .burger-inner {
  background-color: transparent;
  transition: background-color 0.3s ease 0.15s;
}
header .burger-inner {
  left: 5px;
  top: 19px;
  width: 30px;
  height: 2px;
  background-color: var(--menu-color, #000);
  border-radius: 4px;
  position: absolute;
}
header .burger-inner:before, header .burger-inner:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--menu-color, #000);
  border-radius: 4px;
  position: absolute;
  transition: rotate 0.15s ease-out 0s, top 0.15s ease 0.3s;
}
header .burger-inner:before {
  top: -8px;
}
header .burger-inner:after {
  top: 8px;
}
header #menu-primary {
  position: fixed;
  list-style: none;
  margin: 0;
  padding: 60px 40px;
  background: white;
  box-sizing: border-box;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 375px;
  translate: 100% 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px, rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
  font: 600 2rem/1.6 var(--mono);
}
header #menu-primary li + .menu-primary_section {
  border-top: 1px solid #707070;
  margin-top: 1.6em;
  padding-top: 1em;
}
header #menu-primary li + .menu-primary_section > a {
  color: #848282;
}
header #menu-primary li + .menu-primary_section > a:hover {
  border: none;
}
header #menu-primary .menu-primary_submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #menu-primary .menu-primary_submenu li {
  margin-top: 0.4em;
}
header #menu-primary > li + li {
  margin-top: 0.6em;
}
header #menu-primary.is-open {
  translate: 0;
  overflow: auto;
}
header #menu-primary.is-activated {
  transition: translate 300ms ease;
}

.menu-primary_link {
  text-decoration: none;
}
.menu-primary_link:hover {
  border-bottom: 2px solid var(--black);
}

.menu-primary_submenu a {
  color: var(--black);
  text-decoration: none;
}
.menu-primary_submenu a:hover {
  color: var(--color);
  border-color: var(--color);
}

.menu-neg {
  --menu-color: white;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 96px;
  font: 400 1.8rem/1 var(--mono);
}

.top-nav__section {
  display: flex;
  align-items: center;
  font: 400 1.6rem/1.2 var(--mono);
}
.top-nav__section a {
  color: inherit;
  text-decoration: none;
}
.top-nav__section a:hover {
  text-decoration: underline;
}

.top-nav__link {
  text-decoration: none;
  text-transform: uppercase;
  background: var(--korn);
  text-decoration: none;
  color: var(--black);
  border-radius: 30px;
  padding: 0.6em 1em 0.5em 1em;
  font: 400 1.8rem/1 var(--mono);
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  display: block;
  width: 6em;
  height: 1em;
  position: relative;
}

.top-nav__link span {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
.top-nav__link .lang-da {
  animation: fadeIn ease-in 9s infinite;
}

.top-nav__link .lang-sv {
  animation: fadeIn ease-in 9s infinite;
  animation-delay: 3s;
}

.top-nav__link .lang-no {
  animation: fadeIn ease-in 9s infinite;
  animation-delay: 6s;
}

.top-nav__link:hover {
  background: var(--black);
  color: var(--white);
}

.top-nav__section div {
  display: none;
  color: var(--menu-color, #000);
}

.top-nav__section > * + * {
  margin-left: 3em;
}

.top-nav__section strong {
  margin: 0;
  text-transform: uppercase;
  font: 600 1.6rem/1 var(--mono);
}

.top-nav__logo svg {
  width: 80px;
  height: 50px;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--menu-color);
  gap: 10px;
}
.countdown-container span {
  display: block;
  text-align: center;
}
.countdown-container span::after {
  display: block;
  text-align: center;
  font-size: 0.8em;
}
.countdown-container span:nth-child(1)::after {
  content: "d";
}
.countdown-container span:nth-child(2)::after {
  content: "t";
}
.countdown-container span:nth-child(3)::after {
  content: "m";
}
.countdown-container span:nth-child(4) {
  display: none;
}

@media (min-width: 700px) {
  .top-nav__section div {
    display: block;
  }
}
@media (min-width: 768px) {
  header {
    padding: 24px 48px 0 48px;
  }
  header button.burger {
    right: 48px;
  }
  header #menu-primary {
    padding-top: 100px;
  }
}
footer {
  background: var(--white);
  padding: 30px 15px;
  font: 1.5rem/1.5 var(--sans);
}
footer svg {
  width: 220px;
}
footer .footer-container {
  margin: 0 auto;
}
footer a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
footer a:hover {
  border-width: 0 0 2px 0;
  border-style: solid;
}
footer h2 {
  margin: 0;
  font: 600 1.6rem/1.5 var(--mono);
  text-transform: uppercase;
}

.footer-tagline {
  font: 400 1.5rem/1.2 var(--mono);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 24px;
  align-items: end;
  justify-items: center;
  color: var(--black);
  margin-top: 3em;
  text-align: center;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 1em 24px;
}

.footer-container__center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-container__styled {
  margin-bottom: 2em;
  max-width: 50ch;
  font: 400 1.8rem/1.5 var(--mono);
  color: #999;
  text-transform: uppercase;
}

.footer-container__cell:nth-child(4) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.some svg {
  width: 32px;
}
.some path {
  fill: #d0d0cd;
}

.some a:hover {
  border: none;
}
.some a:hover path {
  fill: var(--black);
}

.some a {
  display: inline-block;
}
.some a + a {
  margin-left: 0.4em;
}

@media (min-width: 400px) {
  .footer-container {
    gap: 48px 24px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 72px 48px 48px 48px;
    font-size: 1.7rem;
  }
  footer h2 {
    font-size: 1.8rem;
  }
  .footer-tagline {
    font-size: 1.8rem;
  }
  .footer-container__styled {
    font-size: 2.4rem;
  }
}
@media (min-width: 900px) {
  .footer-tagline {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    text-align: left;
  }
}
.stories-article {
  padding: 48px 15px;
}

.story-with__image {
  height: 100vh;
  position: relative;
}
.story-with__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-with__video {
  height: 100vh;
  position: relative;
}
.story-with__video video {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.story-caption {
  position: absolute;
  color: var(--white);
  inset: 0 0 0 0;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.story-caption h1 {
  margin: 0;
  font: 900 5rem/1.2 var(--mono);
}
.story-caption h2 {
  margin: 1em 0 1.2em 0;
  font: 600 2.4rem/1.2 var(--mono);
  max-width: 40ch;
}
.story-caption a {
  color: inherit;
  text-decoration: none;
}

.attachment-container {
  font: 400 1.8rem/1.333 var(--sans);
}
.attachment-container h1 {
  margin: 0 0 0.5em 0;
  font: 900 3.2rem/1.2 var(--mono);
}
.attachment-container h2 {
  margin: 1em 0 0.5em 0;
  font: 900 2.8rem/1.333 var(--mono);
}
.attachment-container h3 {
  margin: 2em 0 1em 0;
  font: 700 1.8rem/1.3333 var(--sans);
}
.attachment-container > *:first-child {
  margin-top: 0;
}

.attachment-container__center, .attachment-container__left, .attachment-container__right {
  max-width: 70ch;
}

.attachment-container__right {
  margin: 0 0 0 auto;
}

.attachment-container__center {
  margin: 0 auto;
}

.index-links {
  display: flex;
  margin: 2em -5px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.index-links a {
  font: 1.6rem/1 var(--mono);
  text-decoration: none;
  flex-grow: 1;
  margin: 0 5px;
  padding: 0.6em 0;
  text-align: center;
  border-radius: 100px;
  color: var(--black);
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: var(--korn);
}
.index-links a:hover, .index-links a.current {
  color: var(--white);
  background: var(--color);
}
.index-links a + a {
  margin-left: 0.6em;
}

@media (min-width: 640px) {
  .index-links {
    margin: 2em 0;
    justify-content: flex-start;
  }
  .index-links a {
    margin: 0;
    flex-grow: 0;
    font-size: 1.8rem;
    padding: 0.6em 2.4em;
  }
}
@media (min-width: 768px) {
  .stories-article {
    padding: 96px 48px;
  }
  .story-caption h1 {
    font-size: 5.6rem;
  }
  .attachment-container {
    font-size: 2rem;
  }
  .attachment-container h1 {
    font-size: 5.6rem;
  }
  .attachment-container h2 {
    font-size: 3.2rem;
  }
  .attachment-container h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .story-caption h1 {
    font-size: 8rem;
  }
  .story-caption h2 {
    font-size: 3.2rem;
  }
}
.article {
  padding: 80px 15px;
  font: 400 1.8rem/1.333 var(--sans);
}
.article h1 {
  margin: 0 0 0.5em 0;
  font: 900 3.2rem/1.2 var(--mono);
}
.article h1 a {
  text-decoration: none;
}
.article h2 {
  margin: 1em 0 0.5em 0;
  font: 900 2.8rem/1.333 var(--mono);
}
.article h3 {
  margin: 2em 0 1em 0;
  font: 700 1.8rem/1.3333 var(--sans);
}
.article .country-pages {
  margin: 1.5em auto;
  padding: 0;
}
.article figure {
  margin: 0 auto;
}
.article figure img {
  display: block;
  width: 100%;
  height: auto;
}
.article figcaption {
  margin-top: 0.4em;
  font: italic 400 1.6rem/1.3333 var(--sans);
}

.vimeo-container {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  background-size: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.vimeo-container[data-vimeo-initialized=true] {
  display: block;
}
.vimeo-container svg {
  width: 64px;
  fill: var(--white);
  opacity: 0.9;
}
.vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-container {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  background-size: 100%;
  align-items: center;
  justify-content: center;
}
.yt-container svg {
  width: 69px;
}

iframe {
  width: 100%;
  height: auto;
}

.article {
  margin-left: auto;
  margin-right: auto;
}

.article-container__figure.article-container__hero {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 3em;
}
.article-container__figure.article-container__hero img {
  width: 100%;
}
.article-container__figure.article-container__hero > * {
  max-width: inherit;
}
.article-container__figure.article-container__hero figcaption {
  margin-left: 24px;
}

.article > *:nth-child(1).article-container__figure.article-container__hero {
  margin-top: -80px;
}

.article-container + .article-container {
  margin-top: 3em;
}

.article-container__nav + .article-container {
  margin-top: 0;
}

.article-container__links .index-links {
  margin-top: 0;
  margin-bottom: 0;
}

.article-container__links + .article-container {
  margin-top: 1.6em;
}

.tmpl_lesson .article-container__nav + .article-container__label,
.tmpl_exercise .article-container__nav + .article-container__label {
  margin-top: 1.6em;
  margin-bottom: 0.4em;
}

.node-label {
  margin: 0;
  font: 600 1.8rem/1 var(--mono);
}
.node-label:before {
  content: attr(data-n) ".";
  margin-right: 0.4em;
}

[lang=no] .list-item.article .node-label,
[lang=sv] .node-label {
  display: none;
}

.article-container {
  margin: 0 auto;
}

.article-nav {
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font: 400 1.6rem/1.333 var(--mono);
}
.article-nav a {
  text-decoration: none;
  color: #999;
}

.article-news__meta {
  margin-bottom: 1em;
}

[lang=no] .news-tags, [lang=no] .list-tags {
  justify-content: center;
}

.news-tags, .list-tags {
  margin: 2em 0 3em 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font: 400 2rem/1 var(--sans);
}
.news-tags li, .list-tags li {
  font: 400 1.8rem/50px var(--mono);
}
.news-tags [rel=next], .list-tags [rel=next] {
  width: 40px;
  height: 0px;
  padding-top: 40px;
  overflow: hidden;
  display: block;
  background: var(--korn) url(/assets/ico-next-0ddfb28e61a5d6755fdc87afd0d5018a602b965d360ebea87b08a51c17bab17f.svg) no-repeat 55% 50% scroll;
  background-size: 60% 60%;
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.news-tags__link, .list-tags__link {
  padding: 0.4em 1em;
  background: var(--korn);
  text-decoration: none;
  color: var(--black);
  border-radius: 30px;
  margin-right: 0.6em;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a.news-tags__link:hover, span.news-tags__link,
a.list-tags__link:hover, span.list-tags__link {
  background: var(--black);
  color: var(--white);
}

.article-with__styles .article-container__left, .article-with__styles .article-container__right, .article-with__styles .article-container__center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.country-pages {
  max-width: 70ch;
}

.article-container.has-bg > * {
  background-color: var(--section-bg);
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}

.list-as-blocks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-as-blocks li {
  background: var(--sand);
  padding: 1em 0.6em;
}
.list-as-blocks li + li {
  margin-top: 10px;
}

.tmpl_lesson article {
  --color: var(--sand);
}

.tmpl_exercise article {
  --color: var(--korn);
}

.tmpl_lesson article,
.tmpl_exercise article {
  margin: 0 auto;
}
.tmpl_lesson article aside,
.tmpl_exercise article aside {
  margin: 2em -15px 0 -15px;
}
.tmpl_lesson article .article-container,
.tmpl_exercise article .article-container {
  margin: 0;
  grid-column: 1/span 1;
}
.tmpl_lesson article .article-container > div > *:first-child,
.tmpl_exercise article .article-container > div > *:first-child {
  margin-top: 0;
}
.tmpl_lesson article .article-container > *,
.tmpl_exercise article .article-container > * {
  margin-left: 0;
  margin-right: 0;
}
.tmpl_lesson article .facts-container__fact + .facts-container__fact,
.tmpl_exercise article .facts-container__fact + .facts-container__fact {
  margin-top: 1em;
}

.facts-container {
  padding: 30px 15px;
  background: var(--color);
}
.facts-container .yt-container {
  margin-top: 0.2em;
}

.facts-container__fact {
  font-family: var(--mono);
}
.facts-container__fact h5 {
  font: 600 1em/1.333 var(--mono);
  display: inline;
  text-transform: uppercase;
  margin: 0;
}
.facts-container__fact h5:after {
  content: ":";
}

.file-link {
  display: flex;
  align-items: center;
}
.file-link span:first-child {
  background: url(/assets/ico-file-990d27734cbb250c9659a78e786ade665b2e79485649942ac615a80ea7bb7c82.svg) no-repeat 0% 50% scroll;
  background-size: 28px 28px;
  display: block;
  width: 30px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 8px;
}

.dansketaler-link,
.svenskatal-link,
.virksommeord-link,
a.dansketaler-link,
a.virksommeord-link,
a.svenskatal-link {
  display: flex;
  align-items: center;
  color: var(--color);
}
.dansketaler-link img,
.svenskatal-link img,
.virksommeord-link img,
a.dansketaler-link img,
a.virksommeord-link img,
a.svenskatal-link img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

@media (min-width: 400px) {
  .article-container > * {
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
  }
  .news-container > * {
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
  }
  .article-container.has-bg > * {
    margin-left: auto;
    margin-right: auto;
  }
  .article .country-pages {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 600px) {
  .article .country-pages {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tmpl_lesson article,
.tmpl_exercise article {
    display: grid;
    align-items: start;
    justify-content: start;
    max-width: calc(70ch + 470px + 60px);
    grid-template-columns: minmax(50%, 70ch) minmax(min-content, 470px);
    gap: 0px 60px;
  }
  .tmpl_lesson article aside,
.tmpl_exercise article aside {
    grid-column: 2/span 1;
    margin: 0;
  }
  .facts-container {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .article-nav {
    font-size: 1.8rem;
  }
  .article {
    padding: 120px 48px;
    font-size: 2rem;
  }
  .article h1 {
    font-size: 5.6rem;
  }
  .article h2 {
    font-size: 3.2rem;
  }
  .article h3 {
    font-size: 2.2rem;
  }
  .article figcaption {
    font-size: 1.8rem;
  }
  .node-label {
    font-size: 2.4rem;
  }
  .article-container.has-bg > * {
    padding: 24px 30px;
  }
  .article-container__figure.article-container__hero {
    margin-left: -48px;
    margin-right: -48px;
  }
  .article-container__figure.article-container__hero figcaption {
    margin-left: 48px;
  }
  .article > *:nth-child(1).article-container__figure.article-container__hero {
    margin-top: -120px;
  }
}
@media (min-width: 1024px) {
  .article-with__styles .article-container__left > * {
    margin-left: 0;
  }
  .article-with__styles .article-container__right > * {
    margin-right: 0;
  }
}
.news-container, .list-container {
  font: 400 1.8rem/1.333 var(--sans);
}
.news-container h2, .list-container h2 {
  font: 400 1em var(--mono);
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.news-container h2 a, .list-container h2 a {
  text-decoration: none;
}

.news + .news {
  margin-top: 2.4em;
}

.news, .article .news {
  display: flex;
}
.news img, .article .news img {
  display: block;
  height: 120px;
  width: auto;
  margin-right: 1.2em;
}

.news, .article .news, .list-item {
  position: relative;
  isolation: isolate;
}
.news a.unit-link, .article .news a.unit-link, .list-item a.unit-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news h3, .article .news h3, .list-item h3 {
  margin: 0 0 0.2em 0;
  font: 600 2.8rem/1.3 var(--mono);
}

.news.lang-da time, .article.lang-da time {
  color: var(--red);
}
.news.lang-sv time, .article.lang-sv time {
  color: var(--cyan);
}
.news.lang-no time, .article.lang-no time {
  color: var(--blue);
}

.news-meta,
.article-news__meta {
  display: flex;
  font: 400 1.6rem var(--mono);
  color: #999;
}
.news-meta a,
.article-news__meta a {
  text-decoration: none;
  color: #999;
}

.news-meta > *,
.article-news__meta > * {
  margin-right: 1em;
}

.news-meta__tag {
  font: 400 1.6rem var(--mono);
}

.news-meta time + .news-meta__tag:before,
.article-news__meta time + .news-meta__tag:before {
  content: "/";
  color: #d0d0cd;
  margin-right: 1em;
}

.list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px 24px;
  justify-items: stretch;
  align-items: stretch;
}

[lang=no] .list-item.article {
  color: var(--white);
}

.list-item.lesson {
  --color: var(--sand);
}

.list-item.exercise {
  --color: var(--korn);
}

.list-item {
  background: var(--color);
  padding: 20px 25px;
}

.list-item .node-label {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.4em;
  text-transform: lowercase;
}

.list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.list-item > * {
  width: 100%;
}
.list-item h3 {
  font-size: 2.8rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.list-item p {
  font: 1.8rem/1.2 var(--mono);
  margin: 1em 0;
}
.list-item .facts-container__fact + .facts-container__fact {
  margin-top: 0.4em;
}
.list-item .list-item > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-container {
    font-size: 2rem;
  }
  .news-container h2 {
    font-size: 3.2rem;
    grid-column: 1/span 1;
  }
  .stories-article .news-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px 24px;
  }
  .stories-article .news + .news {
    margin-top: 0em;
  }
  .stories-article .news {
    margin-left: 0;
  }
  .news {
    grid-column: 2/span 3;
  }
  .news h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .news {
    grid-column: 2/span 2;
  }
}
#preview-status {
  position: fixed;
  left: 50%;
  top: 10px;
  background: black;
  color: white;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 1.4rem;
  transform: translateX(-50%);
}
