.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #253ca3;
  text-decoration: none;
}

.container {
  flex-flow: column;
  max-width: 400px;
  padding-top: 0;
  display: flex;
}

.section {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 0;
  display: flex;
}

.container-2 {
  display: block;
}

.nav-menu {
  clear: none;
  pointer-events: auto;
  cursor: default;
  flex-flow: wrap;
  place-content: flex-end space-around;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: #03050f;
  background-image: url('../images/BG-hjemmeside-2_Tegnebræt-1.svg'), radial-gradient(circle, #022229, #000b0e);
  background-position: 0 0, 0 0;
  background-size: 300px, auto;
  height: 100vh;
  max-height: 100vh;
  display: block;
}

.nav-link {
  color: #fff;
  text-transform: none;
  flex: 0 auto;
  font-family: Boge, Arial, sans-serif;
  font-weight: 400;
  display: none;
}

.nav-link.w--current {
  color: #0ba6c9;
  text-transform: none;
  font-family: Boge, Arial, sans-serif;
}

.navbar {
  background-color: #ddd0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.some {
  flex: 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}

.text-block {
  z-index: 2;
  float: none;
  clear: none;
  text-align: center;
  font-family: Boge, Arial, sans-serif;
  display: block;
  position: relative;
  top: 27px;
}

.text-block.link {
  color: #da7b00;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block-2 {
  opacity: 0;
  color: #fff;
  text-align: center;
  align-self: center;
  padding-bottom: 6px;
  font-family: Inconsolata, monospace;
}

.question {
  color: #fff;
  cursor: help;
  align-self: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-family: Boge, Arial, sans-serif;
  font-size: 45px;
}

.lottie-animation {
  flex: 1;
  order: 1;
  align-self: center;
  margin-bottom: 0;
  position: relative;
  top: -42px;
}

.flex-block {
  z-index: 2;
  flex-flow: column;
  position: relative;
  top: 21px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 700px;
  }

  .some {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 400px;
  }

  .text-block-2, .question {
    align-self: center;
  }

  .lottie-animation {
    position: relative;
    top: -42px;
  }

  .flex-block {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation {
    position: relative;
    top: -42px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    padding-top: 0;
  }

  .section {
    max-width: 100%;
  }

  .container-2 {
    text-align: left;
  }

  .nav-menu {
    float: none;
    flex-flow: wrap;
    align-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
  }

  .container-3 {
    display: block;
  }

  .navbar {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .lottie-animation {
    top: -42px;
  }

  .flex-block {
    z-index: 2;
    position: relative;
  }
}


@font-face {
  font-family: 'Boge';
  src: url('../fonts/Boge.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}