@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
section#forbrukslan {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  section#forbrukslan {
    max-width: 100vw;
  }
}
section#forbrukslan h1,
section#forbrukslan h2,
section#forbrukslan h3,
section#forbrukslan h4 {
  line-height: 1.2;
}

.button {
  display: inline-block;
  background: #fdc300;
  color: #000;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

section#top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e5f2f5;
  width: 100vw;
}
@media only screen and (max-width: 600px) {
  section#top-section {
    padding: 3rem 1rem 0;
  }
}
section#top-section nav.button-group {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  margin: 0 0 3rem;
}
section#top-section nav.button-group a.button {
  margin: 0.1rem 0.2rem;
}
@media only screen and (max-width: 600px) {
  section#top-section nav.button-group {
    flex-direction: column;
    width: 100%;
    margin: 0 0 1rem;
  }
  section#top-section nav.button-group a.button {
    width: 100%;
  }
}
section#top-section nav.breadcrumb {
  align-self: flex-start;
  margin: 3rem 0 0 1rem;
}
@media only screen and (max-width: 600px) {
  section#top-section nav.breadcrumb {
    margin: 0;
  }
}
section#top-section nav.breadcrumb ul {
  display: flex;
}
section#top-section nav.breadcrumb ul li {
  list-style: none;
}
section#top-section nav.breadcrumb ul li a {
  color: #222;
}
section#top-section nav.breadcrumb ul li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
section#top-section .header-text {
  max-width: 713px;
}
section#top-section .header-text h1 {
  font-size: 32px;
}
section#top-section section.axo {
  margin: 1rem 0;
  font-family: "Source Sans Pro", sans-serif;
}
section#top-section section.axo ul.axo-benefits {
  display: flex;
  background: #e7511e;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media only screen and (max-width: 600px) {
  section#top-section section.axo ul.axo-benefits {
    flex-direction: column;
  }
}
section#top-section section.axo ul.axo-benefits li {
  display: inline-flex;
  line-height: 30px;
  color: #fff;
  margin: 0 0.5rem;
}
section#top-section section.axo ul.axo-benefits li span {
  font-weight: 700;
  margin-left: 0.3rem;
}
section#top-section section.axo ul.axo-benefits li img {
  padding-right: 0.5rem;
}
section#top-section section.axo .axo-info {
  display: flex;
  margin: 1rem 0;
  justify-content: space-between;
}
section#top-section section.axo .axo-footer {
  display: flex;
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  section#top-section section.axo .axo-footer {
    justify-content: center;
  }
}
section#top-section section.axo .axo-footer a.button {
  align-self: flex-end;
  width: 150px;
}
@media only screen and (max-width: 600px) {
  section#top-section section.axo .axo-footer a.button {
    width: 100%;
  }
}

article.main-content {
  align-items: center;
  max-width: 600px;
  margin: 1rem 0;
}
@media only screen and (max-width: 600px) {
  article.main-content {
    padding: 0 1rem;
  }
}
article.main-content p {
  margin: 0 0 1rem 0px;
}
article.main-content h1,
article.main-content h2,
article.main-content h3,
article.main-content h4,
article.main-content h5 {
  margin-top: 0.5rem;
}
article.main-content p + ul {
  margin: -0.5rem 0 1rem 0;
}
article.main-content ul {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
article.main-content ul.links {
  padding: 0;
}
article.main-content img {
  margin: 0.5rem 0;
}

section#logos-grid {
  padding: 1rem 0;
  border: 1px solid #cecece;
}
section#logos-grid h4 {
  text-align: center;
  font-size: 22px;
}
section#logos-grid .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: auto;
  white-space: pre-line;
  overflow: hidden;
  line-height: 0;
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  section#logos-grid .grid-container {
    width: 100%;
  }
}
section#logos-grid .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-width: 180px;
}