:root {
  --black: black;
  --white: white;
}

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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.body {
  pointer-events: auto;
  color: #030303;
  object-fit: fill;
  background-color: #fff;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image {
  float: none;
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container_navbar {
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  display: block;
}

.image-2 {
  aspect-ratio: auto;
  margin-top: 0;
  display: inline-block;
}

.heading {
  text-align: center;
  overflow-wrap: normal;
  align-self: center;
  margin-top: 0;
  margin-left: 30px;
  position: static;
}

.section_navbar {
  color: #000;
  background-color: #27AFC9;
}

.navbar {
  height: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  text-transform: none;
  word-break: normal;
  background-color: #27AFC9;
  line-height: 0;
  position: -webkit-sticky;
  position: sticky;
}

.nav-menu {
  height: 40px;
  opacity: 1;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, .2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: block;
}

.nav-menu:hover {
  border: 0 solid #000;
  border-radius: 0;
}

.cont_navbar {
  height: 40px;
  justify-content: center;
  display: flex;
}

.nav-link {
  height: auto;
  transition: opacity .2s;
}

.collection-list-wrapper {
  display: block;
  position: static;
}

.footer {
  background-color: #27AFC9;
  align-self: auto;
  margin-top: auto;
  margin-bottom: 0;
}

.footer-logo {
  margin-top: 0;
  display: inline-block;
}

.navbar-logo {
  margin-top: 0;
  padding-top: 0;
}

.footer-link {
  width: auto;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.body-2 {
  pointer-events: auto;
}

.container {
  justify-content: center;
  margin: 10px auto;
  display: flex;
}

.div-block {
  width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.section {
  margin-top: auto;
}

.paragraph {
  margin-top: 10px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.telefon {
  margin-top: -20px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.div-block_uthevet {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.link {
  color: #000;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.button {
  background-color: #000;
  font-weight: 700;
}

.forsenket {
  margin-top: 24px;
}

.form {
  padding-left: 250px;
  padding-right: 250px;
}

.paragraph-2 {
  margin-bottom: 15px;
}

.uthevet_tekst {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.section-2 {
  align-items: stretch;
  margin-top: auto;
  display: flex;
}

.stottespillere {
  border-top: 2px solid #000;
  margin-top: auto;
}

.heading-3 {
  text-align: center;
}

.image-3 {
  width: 500px;
  margin-right: 0;
}

.divblock_stotte {
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.image-4 {
  width: 250px;
}

.image-5 {
  width: 300px;
}

.image-6, .image-7 {
  width: 400px;
}

.image-8 {
  width: 300px;
}

.heading-4 {
  text-align: center;
}

.container-3 {
  margin-bottom: 20px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field, .text-field-2 {
  width: 40%;
}

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

.field-label, .field-label-2 {
  width: 30%;
}

.text-field-3 {
  width: 40%;
}

.textarea {
  width: 40%;
  height: auto;
}

.submit-button {
  background-color: var(--black);
}

.heading-5, .heading-6, .artikkel_link {
  text-align: center;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .footer-link {
    text-align: center;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-position {
    margin-bottom: 5px;
  }

  .artikkelbilde {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .heading-5, .heading-6 {
    text-align: center;
  }

  .artikkel_link, .div-block-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    flex-direction: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .heading-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    align-content: center;
  }

  .div-block-12, .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    background-color: #27AFC9;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
  }

  .nav-menu {
    object-fit: fill;
    margin-bottom: 11px;
    bottom: auto;
  }

  .icon {
    text-align: center;
    word-break: normal;
    object-fit: fill;
    margin-top: -10px;
    margin-bottom: 0;
    position: static;
  }

  .footer-link {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
    margin-left: 9px;
    margin-right: 9px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-2, .nav-link-3 {
    background-color: #27AFC9;
  }

  .paragraph {
    margin-top: 10px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .div-block-3, .div-block_uthevet, .div-block-6, .div-block-7, .div-block-8, .div-block-9 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .paragraph-2, .uthevet_tekst {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .bold-text {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
  }

  .heading-6 {
    text-align: center;
    font-weight: 400;
  }

  .link-2 {
    text-align: center;
    border: 1px #000;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .artikkel_link {
    color: #1f1818;
    justify-content: center;
    font-weight: 700;
    display: flex;
  }
}

#w-node-bfd6c577-204e-0f1f-0d7b-3c086c047729-133e3b0e, #w-node-bfd6c577-204e-0f1f-0d7b-3c086c047734-133e3b0e, #w-node-bfd6c577-204e-0f1f-0d7b-3c086c04773e-133e3b0e, #w-node-bfd6c577-204e-0f1f-0d7b-3c086c047748-133e3b0e, #w-node-bfd6c577-204e-0f1f-0d7b-3c086c047752-133e3b0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bfd6c577-204e-0f1f-0d7b-3c086c047734-133e3b0e, #w-node-bfd6c577-204e-0f1f-0d7b-3c086c04773e-133e3b0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
