:root {
  --default-vertical-padding: 1rem;
  --default-horizontal-padding: 1.75rem;
  --default-padding: 1rem 1.75rem;
  --default-vertical-only-padding: 1rem 0;
  --default-horizontal-only-padding: 0 1rem;
  --default-stor-padding: clamp(1.75rem, 3.5211268vw, 3.5rem);
  --default-border: 2px;
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --paper: oklch(95.8% .006 85);
  --ink: oklch(29% .002 85);
  --background: oklch(95.8% .006 85);
  --foreground: oklch(29% .002 85);
  --card: oklch(98.4% .004 85);
  --card-foreground: oklch(29% .002 85);
  --popover: oklch(98.4% .004 85);
  --popover-foreground: oklch(29% .002 85);
  --primary: oklch(49.4% .204 27.6);
  --primary-foreground: oklch(98.4% .004 85);
  --primary-dark: oklch(35.4% .204 27.6);
  --secondary: oklch(19% .002 85);
  --secondary-foreground: oklch(95.8% .006 85);
  --muted: oklch(91.3% .009 85);
  --muted-foreground: oklch(49% .004 85);
  --accent: oklch(91.3% .009 85);
  --accent-foreground: oklch(29% .002 85);
  --destructive: oklch(49.4% .204 27.6);
  --destructive-foreground: oklch(98.4% .004 85);
  --border: oklch(29% .002 85/.16);
  --input: oklch(29% .002 85/.28);
  --ring: oklch(49.4% .204 27.6);
  --rule: oklch(29% .002 85/.22);
  --forest-green: #2E6F40;
  --king-blue: #375184;
  --text-3xs: .60rem;
  --text-3xs--line-height: calc(1 / .60);
  --text-2xs: .68rem;
  --text-2xs--line-height: calc(1 / .68);
  --text-xs: .75rem;
  --text-xs--line-height: calc(1 / .75);
  --text-sm: .875rem;
  --text-sm--line-height: calc(clamp(.5rem,2.7vw,1rem) / .875);
  --text-base: clamp(.8rem,2.7vw,1rem);
  --text-base--line-height: calc(calc(2 / 1.5) / clamp(.5rem,2.7vw,1rem));
  --text-lg: clamp(.92rem,3vw,1.15rem);
  --text-lg--line-height: calc(1.75 / clamp(.625rem,3.3vw,1.25rem));
  --text-xl: clamp(1rem,3.3vw,1.25rem);
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: clamp(1.2rem,4vw,1.5rem);
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: clamp(1.30rem,5vw,1.875rem);
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: clamp(1.125rem,6vw,2.25rem);
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: clamp(1.5rem,8vw,3rem);
  --text-5xl--line-height: 1;
  --text-6xl: clamp(1.875rem,10vw,3.75rem);;
  --text-6xl--line-height: 1;
  --text-7xl: clamp(2.25rem,12vw,4.5rem);;
  --text-7xl--line-height: 1;
  --relaxed-line-height: 1.625;
  --font-thick-sans: "Archivo Black", Cabin, Helvetica, sans-serif;
  --font-thin-sans: Hind, Cabin, Helvetica, sans-serif;
  --font-normal-sans: Cabin, Helvetica, sans-serif;
  --font-normal-serif: Merriweather, "Times New Roman", Times, serif;
  --font-display: "Archivo Black", Cabin, Helvetica, sans-serif;

}
html {
  font-size: clamp(14px, calc(16px * (100vw / 1080)), 20px);
  font-family: var(--font-normal-sans);

}
body {
  margin: 0;
  font-family: var(--font-normal-sans);
  font-style: normal;
  font-size: clamp(.8rem,2.7vw,1rem);
  font-weight: 400;
  line-height: 1.67;
}
p{
  font-family: var(--font-normal-serif);;
  color: var(--foreground);
  text-align: justify;
}
h1{
  font-family: var(--font-display);
}
h2{
  font-family: var(--font-display);
}
h3{
  font-family: var(--font-display);
}
h4{
  font-family: var(--font-display);
}
h5{
  font-family: var(--font-display);
}
h5{
  font-family: var(--font-display);
}
a{
  color: var(--primary);
}
a{
  color: var(--primary);
}
a:hover{
  color: var(--primary-dark);
}
a:active{
  color: var(--king-blue);
}
::selection {
  background: var(--primary);
  color: var(--paper);
}
/*Footnes are <a><sup></sup></a>, but they shouldn't have underline*/
a:has(sup) {
  text-decoration: none;
}
/*Disse klasser er ment til at være generel purpose*/
.full_width {
  width: 100%;
  height: auto;
}
.half_width {
  width: 50%;
  height: auto;
}
.bigger-max-width {
  max-width:  min(95vw, 88rem);
}
.standard-max-width {
  max-width: min(90vw, 72rem);
}
.standard-3fourth-width {
  max-width: min(80vw, 54rem)
}
.standard-half-width {
  max-width: min(45vw, 36rem);
}
.link_in_text{
  color: #190f0c;
  text-decoration: underline;
  font-weight: 500;
}
.link_in_text:hover {
  text-decoration: none;
}
/* flex_column is just meant for multi-column object that should
 * collapse to rows when a small screen size is used*/
.grid_column {
  display: grid;
}
.grid_column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid_column3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.gap-1 {
  gap: 1rem;
}
.gap-75 {
  gap: 0.75rem;
}
.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_row {
  display: flex;
  flex-direction: row;
}
.alignCenter {
  align-items: center;
}
.justifyCenter {
  justify-content: center;
}
.justifyBetween {
  justify-content: space-between;
}
.sql_table {
  border: 1px solid black;
  border-collapse: collapse;
}
.bgRed {
  background: var(--primary);
  color: white;
}
.bgGreen {
  background: var(--forest-green);
  color: white;
}
.bgBlack {
  background: var(--secondary);
  color: white;
}
.colorRed {
  color: var(--primary);
}
.colorMuted {
  color: var(--muted-foreground);
}
.colorInk {
  color: var(--foreground);
}
.thickFontSans {
  font-family: var(--font-thick-sans);
}
.fullcap {
  text-transform: uppercase;
}
.text-2xs {
  font-size: var(--text-2xs);
}
.text-xs {
  font-size: var(--text-xs);
}
.text-sm {
  font-size: var(--text-sm);
}
.text-lg {
  font-size: var(--text-lg);
}
.text-xl {
  font-size: var(--text-xl);
}
.text-2xl {
  font-size: var(--text-2xl);
}
.text-3xl {
  font-size: var(--text-3xl);
}
.text-4xl {
  font-size: var(--text-4xl);
}
.text-5xl {
  font-size: var(--text-5xl);
}
.text-6xl {
  font-size: var(--text-6xl);
}
.letter-space2em {
  letter-spacing: 0.2em;
}
.lineheight100 {
  line-height: 1;
}
.lineheight105 {
  line-height: 1.05;
}
.center-inline {
  margin-inline: auto;
}

.widthFitContent {
  width: fit-content;
  max-width: 100%;
}
.hop-on-hover {
  transition-duration: .4s;
}
.hop-on-hover:hover {
  transition-duration: .2s;
  translate: 0 -0.25rem;
}
.knap-red {
  text-decoration: none;
  padding: 1rem 2rem;
  background: var(--primary);
  color: white;
  display: inline-block;
  box-sizing: border-box;
  margin: var(--default-vertical-only-padding);
  margin-block: auto;
  text-transform: uppercase;
}
.knap-bw {
  margin: var(--default-vertical-only-padding);
  text-decoration: none;
  padding: 1rem 2rem;
  font-weight: bold;
  border-width: var(--default-border);
  border-style: solid;
  border-color: black;
  color: black;
  margin-block: auto;
  text-transform: uppercase;
}
.knap-bw:hover {
  color: white;
  background: black;
  transition-duration: .2s;
}
/*Husk at color og background-color skal være sat og være kontrasterende*/
.grynet {
  position: relative;
  overflow: hidden;
}
.grynet::after {
  content: "";
  pointer-events: none;
  opacity: .05;
  background-image: radial-gradient(currentColor .5px,#0000 1.1px);
  background-size: 4px 4px;
  position: absolute;
  inset: 0;
}
.BottomBorder1px {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--rule);
}
.BottomBorder1pxBlack {
  border-bottom: 1px solid black;
}
.intro_banner {
  width: 100%;
  padding-inline: 1.25rem;
  padding: 4rem 0;
}
.intro_banner > div {
  margin-inline: auto;
  text-align: left;
  padding: 0 1rem;
}
.intro_banner_over_title {
  font-size: var(--text-2xs);
  letter-spacing: .15rem;
}
.intro_banner_title {
  margin: 16px 0 0 0;
  font-size: var(--text-6xl);
  line-height: var(--text-6xl);
  font-weight: 800;
}
.intro_banner_paragraph {
  text-transform: none;
  text-align: start;
}
.red-initial::first-letter {
  font-family: var(--font-display);
  font-size: 4.6em;
  line-height: .82;
  float: left;
  padding: .08em .12em 0 0;
  color: var(--primary);
}
/* standard-divider er implementeres standard med denne html: <p class="standard-divider" aria-hidden="true"><span>★</span></p> */
.standard-divider {
  text-align: center;
  margin-block: 2.75rem;
  font-family: var(--font-sans);
}
.standard-divider span {
  color: var(--primary);
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  padding-inline: 1.25rem;
}
.standard-divider span::before, .standard-divider span::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 4.5rem;
  height: 1px;
  background: var(--rule);
}
.standard-divider span::before {
  right: 100%;

}
.standard-divider span::after {
  left: 100%;
}
.pre-tekst-stjerne::before {
  content: "★ ";
  color: var(--primary);
}
.fatblockquote {
  margin: 3rem 0;
  padding: 0;
  border-block: 3px solid var(--foreground);
}
.fatblockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.4rem,3.2vw,2rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 2rem 0;
  margin-inline: auto;
}
.standard-blockquote {
  margin: 1.5rem 0;
  padding: 0;
  border-block: 1px solid var(--rule);
}
.standard-blockquote p {
  max-width: 90%;
  font-size: var(--text-lg);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 1rem 0;
  font-weight: 600;
  margin-inline: auto;
}
/* Nedenfor er specialiseret CSS */
#mainheader{
  padding-bottom: var(--default-border);
  position: sticky;
  top: 0;
  background: white;
  z-index: 1000;
}

.header_outer {
  border-bottom-width: var(--default-border);
  border-bottom-style: groove;
  display: flex;
  width: 100%;
  height: 100px;
  word-break: break-word;
/*   align-items: stretch; */
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.nav_lang_div {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 auto;
  justify-content: end;
  align-items: center;
  flex-shrink: 1;
}
.header_nav {
  height: 100%;
  width: auto;
}
.nav_list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, max-content);
  box-sizing: border-box;
  list-style: none;
  justify-content: end;
/*   align-content: space-around; */
  align-items: center;
  word-break: normal;
/*   gap: 2rem; */
  margin: 0 0 0 -2.5rem;
  height: 100%;
  flex-flow: row wrap;
  width: auto;
  padding: 0;
}
.nav_list_item {
  padding: 0;
  position: relative;
  word-break: normal;
  color: var(--foreground);
  flex: 0 1 auto;
  box-sizing: border-box;
  margin: 0 1rem;
  min-width: 0;
}
.nav_link {
  white-space: break-spaces;
  color: black;
  display: inline-block;
  text-decoration: none;
  position: relative;
  flex: 0 1 auto;

}/*
.nav_link_red::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--primary);

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav_link_red:hover {
  color: var(--primary);
}
.nav_link_red:hover::after {
  transform: scaleX(1);
}
.nav_link_red {
  transition: color 0.25s ease;
}
*/

.underline-grow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--primary);

  transform: scaleX(0);
  transform-origin: left; /* swipes in from the left */
  transition: transform 0.3s ease;
}

.underline-grow:hover {
  color: var(--primary);
}
.underline-grow:hover::after {
  transform: scaleX(1); /* swipes in */
}
.underline-grow {
  position: relative;
  transition: color 0.25s ease;
}

.nav_link_active {
  color: var(--primary);
}
.nav_link_active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--primary);
}
.nav_div {
  flex: 0 1 auto;
  min-width: 0;
}
.nav-toggle,
.nav-burger {
  display: none;
}
.langselect {
  margin: var(--default-horizontal-only-padding);
  border-width: var(--default-border);
  border-style: solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-content: center;
  width: 150px;
  height: 30px;
  color: black;
  text-decoration: none;
}
.langselectitem {
/*   border-width: 2px; */
/*   border-style: solid; */
  flex: 1;
  align-content: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
 padding: 5px;
}
.langselectimg {
  height: 15px;
}
.activeLang {
  color: white;
  background-color: var(--primary);
}
.langselectLink {
  text-decoration: none;
  color: inherit;
}
.langselectLink:hover {
  color: inherit;
}
.langselectText{
  font-size: 21px;
  line-height: 25px;
  font-weight: lighter;
/*   font-family: var(--font-thin-sans); */
  text-transform: uppercase;
}

#title_logo_div {
  display: flex;
  box-sizing: border-box;
  flex: 1 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-content: start;
  height: 60px;
}
#site_logo {
  margin: var(--default-horizontal-only-padding);
}

#site_logo_link_img {
  box-sizing: border-box;
  height: 60px;
}
#site_title {
  color: black;
  text-decoration: none;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: var(--font-display);
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
#site_subtitle  {
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-weight: 50;
  font-size: 10px;
  line-height: 10px;
/*   font-family: var(--font-thin-sans); */
  text-transform: uppercase;
  color: var(--muted-foreground);
  letter-spacing: .24em;
  word-break: keep-all;
  white-space: nowrap;
}
#title_link {
  text-decoration: none;
}

#sitefooter {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*   align-items: stretch; */
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary);
  margin-top: 7rem;
  color: var(--muted-foreground);
}
#lowerfooterLine {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  justify-content: space-around;

}
#lowerfooter {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25rem;
  width: 100%;
  max-width: 92rem;
}
#lowerfootermesage {
  text-transform: uppercase;
  color: var(--muted-foreground);
/*   padding: var(--default-horizontal-only-padding); */
  letter-spacing: .2rem;
  font-size: var(--text-xs);
  font-weight: 600;

}
#copyrightInfoFooter {
  color: var(--muted-foreground);
/*   padding: var(--default-horizontal-only-padding); */
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
}
#upperfooter {
  width: 100%;
  max-width: 92rem;
  display: grid;
  gap: 3rem;
  padding: 4rem 1.5rem;
  box-sizing: border-box;
}
#upperfooter > *{

}
.footerTitle {
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  text-transform: uppercase;
  color: var(--muted-foreground);
  letter-spacing: .2rem;
  font-size: var(--text-xs);
  font-weight: 600;
  margin-bottom: 1rem;
}
#footerNavList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerNavLink {
  color: white;
  display: inline;
  text-decoration: none;
  padding: 3.85px 00;
  margin-bottom: 10px;
  display: inline-block;
}
#footerContact {
}
#footerContactAdress {
  font-style: normal;
  box-sizing: border-box;
}

#footerMedlemskab {
  text-decoration: none;
  padding: 1rem 1.5rem;
  background: var(--primary);
  color: white;
  display: inline-block;
  box-sizing: border-box;
  margin: var(--default-vertical-only-padding);
}
#title_logo_desc {
  display: flex;
  flex-wrap: nowrap;
}
#desc_logo {
  box-sizing: border-box;
  height: 60px;
}
#desc_title {
  color: white;
  text-decoration: none;
  font-size: clamp(1rem,5vw,1.9rem);
  line-height: clamp(1rem,5vw,1.9rem);
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-thick-sans);
  margin: 0;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
}
#desc_p {
  color: var(--muted);
  max-width: 24rem;
  text-align: start;
}


.asideForm {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  border-style: solid;
  border-width: 1px;
  height: fit-content;
  padding: 1.75rem;
  position: sticky;
  top: 8rem;
  text-transform: uppercase;
  border-color: var(--foreground);
  box-sizing: border-box;
}
.textinput {
  box-sizing: border-box;
  outline-style: none;
  font-family: var(--font-normal-serif);
  padding: 0.5rem 0.75rem;
  border-color: var(--foreground);
  border-width: 1px;
  width: 100%;
  margin: 0.25rem 0 1rem 0;
}
.asideForm textarea {
  box-sizing: border-box;
  outline-style: none;
  font-family: var(--font-normal-serif);
  padding: 0.5rem 0.75rem;
  border-color: var(--foreground);
  border-width: 1px;
  width: 100%;
  margin: 0.25rem 0 1rem 0;
  resize: vertical;
  height: 8.35rem;
}
.asideForm button {
  background: var(--primary);
  padding: 0.5rem 0.75rem;
  width: 100%;
  color: white;
  border-style: none;
  margin: 0.25rem 0 1rem 0;
  text-transform: uppercase;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.bliv-medlem-liste {
  padding: 0;
}
.bliv-medlem-liste > li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  font-family: var(--font-normal-serif);
  color: var(--foreground);
}
.bliv-medlem-liste > li::before {
  content: "";
  background: var(--primary);
  width: .6rem;
  height: 2px;
  position: absolute;
  top: .72em;
  left: 0;
}
#kontingent_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background-color: var(--rule);
}
#kontingent_grid > *{
  background-color: white;
  padding: 0 20px;
  font-size: var(--text-base);
}
.form_error {
  color: var(--primary-dark);

}
#om_os_div {
  padding: 3rem 1rem;
  box-sizing: border-box;
}
#om_os_bliv_medlem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--foreground);
}
#om_os_bliv_medlem * {
  margin: 0.5rem 0 0 0;
}

#upper_forside_section {
  display: grid;
  gap: 3.5rem;
  width: 100%;
  padding: 5rem 1.25rem;
  align-items: center;
  box-sizing: border-box;
  margin-inline: auto;
}
#forside_intro_div {
  width: 100%;
  display: grid;
}
#forside_logo {
  position: relative;
}
#forside_logo_skygge {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: color-mix(in oklab, var(--primary) 45%, transparent);
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
}
#forside_logo_div {
  background-color: white;
  position: relative;
  border: 1px solid var(--rule);
}
#forside_logo_top {
  border-bottom: 1px solid var(--rule);
  padding: 0.575rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  color: var(--muted-foreground);
  font-size: var(--text-3xs);
  letter-spacing: .2em;
}
#forside_logo_bund {
  border-top: 1px solid var(--rule);
  color: white;
  background-color: var(--primary);
  padding: 0.75rem 1.25rem 0.75rem 3.5rem;
  font-size: var(--text-2xs);
  letter-spacing: .2em;
  text-transform: uppercase;
}
#forside_logo_midt {
  position: relative;
  padding: 3.5rem 2rem 3.5rem 2rem;
}
#forside_logo_midt_skygge {
  color: color-mix(in oklab, var(--primary) 14.0%, transparent);
  user-select: none;
  position: absolute;
  left: -1rem;
  bottom: -2.5rem;
  line-height: 1;
  font-size: 18rem;
  pointer-events: none;
}
#forside_logo_inddelinger {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  inset: 0;
  position: absolute;
  pointer-events: none;
}
#forside_logo_inddelinger div {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: var(--rule);
}
#forside_logo_content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}
#forside_logo_img {
  height: 8rem;
}
#forside_logo_tekst {
  text-transform: uppercase;
  font-family: var(--font-display);
  line-height: 1.2;
  font-size: var(--text-2xl);
}
#forside_rubrik {
  font-size: var(--text-6xl);
  
}
#forside_titel {
  text-transform: uppercase;
  font-family: var(--font-display);
  line-height: .92;
  font-weight: 400;
  color: var(--foreground);
  margin: 1.25rem 0 0.5rem 0;
  display: block;

}
#forside_undertitel {
  text-transform: uppercase;
  font-family: var(--font-display);
  color: var(--primary);
  font-weight: 400;
  line-height: 1.05;
  font-size: .62em;
  display: block;
}
#forside_intro_paragraf {
  color: var(--muted-foreground);
  line-height: var(--relaxed-line-height);
  border-color: var(--primary);
  padding-left: 1.25rem;
  border-left-width: 2px;
  border-left-style: solid;
  font-size: var(--text-lg);
}
#forside_intro_links {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
#glidende_banner {
  color: var(--secondary-foreground);
  background-color: var(--secondary);
  overflow: hidden;
  padding: 1rem 0;
}
#glidende_banner_tekst {
  white-space: nowrap;
  display: flex;
  gap: 2.5rem;
  animation: 16s linear infinite marquee25;
  width: max-content;
  text-transform: uppercase;
  font-size: var(--text-2xs);
  letter-spacing: .2em;
  font-weight: 600;
  position: relative;
}
#artikler_tilbage_knap {
  position: absolute;
  text-decoration: none;
  font-size: var(--text-base);
  left: 1rem;
  top: 7.5rem;
  text-transform: uppercase;
  font-size: var(--text-sm);

}
#artikel_grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-inline: 1rem;
  box-sizing: border-box;
  gap: 3.5rem;
  margin-inline: auto;
}
.artikel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  position: relative;
  padding: 1.5rem 0;
  box-sizing: border-box;
  color: var(--foreground);
  max-width: min(95vw, 20rem)
}
.artikel * {
  display: block;
  text-decoration: none;
}

.artikel_meta {
  color: red;
  text-transform: uppercase;
  font-size: var(--text-2xs);
  display: flex;
  gap: 1em;
}
.artikel_titel {
  font-size: var(--text-2xl);
  font-family: var(--font-display);
  color: inherit;
}
.artikel_excerpt {
  text-align: justify;
  color: var(--muted-foreground);
}
.artikel:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%;
  height: 1px;
  background: var(--rule);

}
.artikel_link {
  color: inherit;
  transition-duration: .4s;
}
.artikel_link:hover {
  color: var(--primary);
  transition-duration: .2s;
  translate: 0 -0.25rem;
}
#forside_artikler_sektion {
  padding: 4.5rem 2.5rem;
}
#forside_artikler_header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--foreground);
  padding-bottom: 0.75rem;
  margin-bottom: 2.5rem;
}
#forside_artikler_header h2 {
  margin: 0;
}
#forside_artikler_grid {
  display: grid;
  gap: 3rem;
}
#forside_artikler_grid .artikel {
  max-width: 100%
}
#forside_seneste_artikel .artikel_titel {
  font-size: var(--text-5xl);
}
#forside_seneste_artikel .artikel_meta {
  font-size: var(--text-base);
}
#forside_seneste_artikel .artikel_excerpt {
  font-size: var(--text-xl);
}
}
/*Dette nedenfor er bare for at segregere @media*/
@media (max-width: 920px){
  .hidden_under_920 {
    display: none;
  }
}

@media (min-width: 850px){
#artikel_grid {
  grid-template-columns: repeat(3,1fr);
}
#nav_link_medlem {
  font-weight: bold;
  border-width: var(--default-border);
  border-style: solid;
  padding: 10px 20px;
}
#nav_link_medlem:hover {
  color: white;
  background: black;
  transition-duration: .2s;
}

#upperfooter {
  grid-template-columns: 1fr 1fr 1fr;
}
.tekst_form_grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  padding: 4rem 1.25rem;
  gap: 3.5rem;
}
#upper_forside_section {
  grid-template-columns: 1.15fr .85fr;
}
}
@media (max-width: 850px){
.nav_lang_div {
  position: relative;
}
.langselect {
  margin: 1rem;
}
/* Show the burger */
.nav-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  margin: var(--default-horizontal-only-padding);
}

.nav-burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
}
.nav_list {
  display: none;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  height: auto;
  position: fixed;
  top: 102px;       /* sits right below the header */
  left: 0;
  right: 0;
  z-index: 100;

  background: #fff;      /* pick whatever matches your design */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.15);

}
.nav_list li {
  border-top: 1px solid rgba(0,0,0,0.1);
/*   position: relative; */
}
.nav_list a {
  display: block;
  padding: 0.75rem 0;
}
.nav-toggle:checked ~ .nav_list {
  display: flex;
  align-items: stretch;
}
.nav_link {

}
#nav_link_medlem::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--primary);

  transform: scaleX(0);
  transform-origin: left; /* swipes in from the left */
  transition: transform 0.3s ease;
}

#nav_link_medlem:hover {
  color: var(--primary);
}
#nav_link_medlem:hover::after {
  transform: scaleX(1); /* swipes in */
}
#nav_link_medlem {
  transition: color 0.25s ease;
}
.nav_link_active_small {
  color: var(--primary);
}
.nav_link_active_small::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--primary);
}
#artikel_grid {
  grid-template-columns: repeat(2,1fr);
}
.hidden_under_850 {
  display: none;
}
.tekst_form_grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 4rem 1.25rem;
  gap: 3.5rem;
}
#upper_forside_section {
  grid-template-columns: 1fr;
}
}
@keyframes marquee25 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-25%);
    }
}
