@import url("https://use.typekit.net/xyk0lbv.css");
/* $main-font: grad, serif; */
.bg--green {
  background-color: #d4dda3;
}
.bg--blue {
  background-color: #b8dafd;
}
.bg--lightblue {
  background-color: #ebf4fd;
}
.bg--lightgreen {
  background-color: #eaefcf;
}
.bg--mint {
  background-color: #a7d9c0;
}
.bg--yellow {
  background-color: #f5eaa1;
}

.height--full {
  min-height: 100vh;
}
.height--half {
  min-height: 80vh;
}

.font--main {
  font-family: "gelica", sans-serif;
}
.font--second {
  font-family: "azo-sans-web", sans-serif;
}

@media screen and (max-width: 767px) {
  .hide--xs-mob {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .hide--mob {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hide--desktop {
    display: none;
  }
}

body .collapse.show {
  overflow: hidden;
}

.navigation {
  padding: 0;
  background-color: #f8f8f8;
  transition: all ease 0.4s;
}
.navigation__container {
  padding: 10px 50px;
  z-index: 99999;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .navigation__container {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .navigation__container {
    padding: 0;
  }
  .navigation__container a, .navigation__container button {
    padding: 10px 20px 5px;
  }
  .navigation__container .navbar-brand {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .navigation__container .navbar-brand {
    padding: 15px 20px;
  }
}
.navigation__dropdown-item--kompetansepilot {
  margin-left: 20px;
}
.navigation__dropdown-menu {
  margin-top: 18px !important;
  border-radius: 0;
  border: none;
  background-color: #f8f8f8;
  margin-top: 0 !important;
  transition: all 0.5s ease;
  padding-top: 0 !important;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1199px) {
  .navigation__dropdown-menu {
    margin-left: 20px;
  }
}
.navigation__dropdown-menu li a {
  padding: 10px 35px;
}
.navigation__dropdown-menu li a:hover {
  background-color: #f8f8f8;
  color: #fd7a5c !important;
}
.navigation__toggler {
  border: none;
  box-shadow: none;
  z-index: 99999;
}
.navigation__toggler:focus {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .navigation__collapse {
    height: calc(100vh - 82px);
    background-color: #f8f8f8;
    transition: none !important;
    padding-top: 110px;
    margin-top: -86px;
    z-index: 9999;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .navigation__collapse {
    margin-top: -73px;
    padding-top: 16px;
  }
}
.navigation__title {
  font-family: "gelica", sans-serif;
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .navigation__title {
    display: none;
  }
}
.navigation li a {
  font-weight: 400;
  font-size: 19px;
  padding-left: 35px !important;
  color: #262626;
}
.navigation li a:hover {
  color: #fd7a5c;
}
@media screen and (max-width: 1620px) {
  .navigation li a {
    padding-left: 25px !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 1320px) {
  .navigation li a {
    padding-left: 15px !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .navigation li a {
    font-size: 20px;
    font-weight: 400;
    padding-left: 0 !important;
    padding-top: 10px;
  }
}
.navigation li .dropdown-item {
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 1620px) {
  .navigation li .dropdown-item {
    font-weight: 300;
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .navigation__brand--desktop {
    display: none;
  }
}
.navigation__brand--desktop-s {
  display: none;
}
@media screen and (max-width: 1400px) {
  .navigation__brand--desktop-s {
    display: block;
  }
  .navigation__brand--desktop-s img {
    max-width: 50px;
  }
}
.navigation__brand--mob {
  display: none;
}
@media screen and (max-width: 1199px) {
  .navigation__brand--mob {
    display: block;
  }
}
.navigation__logo {
  max-width: 165px;
  height: 55px;
}
@media screen and (max-width: 1425px) {
  .navigation__logo {
    max-width: 130px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .navigation__logo {
    z-index: 9;
    max-width: 50px;
    height: auto;
  }
}
.navigation__active {
  color: #fd7a5c !important;
}
.navigation__sublist {
  padding-left: 15px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 13px;
  vertical-align: 0px;
  background-image: url(../assets/img/arrow.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}

.dropdown .show::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 1199px) {
  .navigation .navigation__collapse.show {
    overflow: hidden !important;
    height: 100vh;
  }
}

@media screen and (min-width: 1200px) {
  #nav {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #navDesktop {
    display: none;
  }
}

.collapsed .navbar-toggler-icon {
  background-image: url(../assets/img/menuicon-02.png);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url(../assets/img/menuicon-01.png);
  overflow: hidden;
}

.navbar-toggler:not(.collapsed) {
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .navbar-toggler:not(.collapsed) {
    padding-right: 17px;
  }
}

.dropdown-menu[data-bs-popper] {
  top: 57px;
}
@media screen and (max-width: 1430px) {
  .dropdown-menu[data-bs-popper] {
    top: 53px;
  }
}

.styled-nav {
  margin-top: -250px !important;
}

.nav-scroll-color {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s ease;
}
.nav-scroll-color .navigation__dropdown-menu {
  background-color: rgba(255, 255, 255, 0);
}

.preventscroll {
  overflow: hidden;
}

.footer {
  padding: 100px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 100px 25px 25px;
  }
}
.footer a {
  color: #262626;
  padding-bottom: 15px;
}
.footer a:hover {
  text-decoration: none;
}
.footer h4 {
  padding-bottom: 10px;
}
.footer iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px;
}
.footer__content-container p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer__content-container .buttons__full {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer__content-container--inner {
    padding-top: 20px;
  }
}
.footer__contact {
  font-weight: 600;
  padding-bottom: 0 !important;
}
.footer__contact a {
  display: inline-block;
  font-weight: 300;
  padding-bottom: 0 !important;
}
.footer__contact--tlf {
  padding-top: 35px;
}
.footer__contact--mail {
  margin-bottom: 35px !important;
}
.footer__feilmelding {
  display: block;
}
@media screen and (max-width: 991px) {
  .footer__feilmelding--desktop {
    display: none;
  }
}
.footer__feilmelding--mob {
  padding-top: 25px;
}
@media screen and (min-width: 992px) {
  .footer__feilmelding--mob {
    display: none;
  }
}
.footer__author {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  .footer__author {
    padding-left: 25px;
  }
}
.footer__author a {
  color: rgba(0, 0, 0, 0.3);
}

.atfindex {
  text-align: center;
  min-height: 85vh;
}
@media screen and (max-width: 991px) {
  .atfindex {
    text-align: left;
    padding: 120px 25px;
    height: auto;
  }
}
.atfindex p {
  font-size: 21px;
  padding-bottom: 15px;
  max-width: 650px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .atfindex p {
    max-width: none;
  }
}
.atfindex .buttons__full {
  margin-bottom: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .cta {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .cta--mob {
    display: none;
  }
}
.cta__card {
  overflow: hidden;
}
.cta__card-container {
  overflow: hidden;
}
.cta__title {
  padding: 22px;
  z-index: 10;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cta__title {
    height: 65vh;
  }
}
.cta__title:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 991px) {
  .cta__title:hover {
    transform: none;
  }
}
.cta__title h2 {
  font-family: "gelica", sans-serif;
  text-align: center;
  font-size: 33px;
  padding-bottom: 0;
  font-weight: 400;
  padding: 5px;
}
.cta__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: auto;
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}
.cta__img:hover {
  transform: scale(1.02);
}
.cta__contentcontainer {
  padding: 35px;
  position: relative;
  z-index: 10;
  min-height: 230px;
}
@media screen and (max-width: 991px) {
  .cta__contentcontainer {
    bottom: 0;
    left: 0;
    right: 0;
    color: #262626;
    text-align: left;
    height: 350px;
  }
}
.cta__contentcontainer p {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .cta__contentcontainer h2 {
    padding-bottom: 15px;
  }
}
.cta__link {
  overflow: hidden;
  color: #262626;
  text-decoration: none;
}

.quote {
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  .quote {
    padding: 25px;
  }
}
.quote__title {
  font-size: 40px;
  font-family: "gelica", sans-serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .quote__title {
    padding-bottom: 15px;
    text-align: left;
  }
}
.quote__author {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .quote__author {
    text-align: left;
  }
}

.project__links-atf {
  margin: 15px 15px 15px 0;
}
.project__type {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 991px) {
  .project__type {
    font-size: 14px;
  }
}
.project__title {
  font-size: 37px;
  font-family: "gelica", sans-serif;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .project__title {
    font-size: 33px;
  }
}
.project__content ul {
  padding-bottom: 50px;
  margin-top: -15px;
}
.project__content ul li {
  list-style: none;
}
.project__content ul li::before {
  display: inline-block;
  margin-right: 16px;
  margin-left: -31px;
  vertical-align: 0px;
  background-image: url("../assets/img/arrow.svg");
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
.project__content h4 {
  font-size: 24px;
  padding-bottom: 20px;
}
.project__content * {
  color: #262626 !important;
}
.project__content *:hover {
  text-decoration: none;
}

.promocard {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .promocard {
    box-shadow: none;
  }
}
.promocard:hover {
  transform: scale(1.02);
}
.promocard__container {
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.promocard__image {
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
.promocard__content-container {
  padding: 22px;
  background-color: #f8f8f8;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .promocard__content-container {
    position: static;
    color: #262626;
  }
}
.promocard__content-container p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.promocard__content-container p:last-of-type {
  padding-bottom: 20px;
}
.promocard__title {
  margin-bottom: 0;
}

.studentstove__content {
  position: sticky;
  top: 82px;
  height: calc(140vh - 82px);
  padding-top: 150px !important;
  padding-bottom: 100px !important;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .studentstove__content {
    position: static;
    height: auto;
    padding: 65px 25px 100px !important;
    padding-top: 0px !important;
    margin-top: -70px;
  }
}
@media screen and (max-width: 991px) {
  .studentstove__content h3 {
    padding-top: 30px;
  }
}
.studentstove__link-container {
  padding: 0 !important;
}
.studentstove__link {
  display: block;
  padding-bottom: 15px;
  padding: 0 0 15px 0;
  text-decoration: underline;
}
.studentstove__link:hover {
  color: #262626;
}
.studentstove__link.active {
  color: #262626 !important;
  background-color: transparent !important;
}
.studentstove__link::before {
  display: inline-block;
  margin-right: 13px;
  vertical-align: 0px;
  background-image: url(../assets/img/arrow.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
@media screen and (max-width: 991px) {
  .studentstove__link::before {
    display: inline-block;
    margin-right: 13px;
    vertical-align: 0px;
    background-image: url(../assets/img/arrow.svg);
    background-size: 15px;
    width: 15px;
    height: 15px;
    content: "";
    border: none !important;
  }
}
.studentstove__card {
  background-color: #f8f8f8;
}
.studentstove__bgimage {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.studentstove__content-container {
  padding: 100px 100px 200px;
}
@media screen and (max-width: 991px) {
  .studentstove__content-container {
    padding: 65px 25px 100px;
  }
}

.education {
  padding: 0 100px 200px;
}
@media screen and (max-width: 991px) {
  .education {
    padding: 0px 25px 100px;
  }
}
@media screen and (max-width: 500px) {
  .education {
    padding: 0 0 100px 0;
  }
}
.education__text-container {
  padding: 200px 100px 50px;
}
@media screen and (max-width: 1199px) {
  .education__text-container {
    padding: 200px 100px 0px;
  }
}
@media screen and (max-width: 991px) {
  .education__text-container {
    padding: 100px 25px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .education__text-container p {
    padding-bottom: 10px;
  }
}
.education__filter {
  padding: 0 100px 50px;
}
@media screen and (max-width: 1199px) {
  .education__filter {
    display: none;
  }
}
.education__filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.education__filter li {
  padding-bottom: 10px;
  font-size: 16px;
}
.education__filter li input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #262626;
  vertical-align: -4px;
  color: #262626;
}
.education__filter li input[type=checkbox]::before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  visibility: hidden;
  border: 1px solid #262626;
  background-color: #fd7a5c;
}
.education__filter li input[type=checkbox]:checked::before {
  visibility: visible;
}
.education__filter li label {
  padding-left: 8px;
  display: inline;
}
.education__filter--hogskule {
  padding-left: 30px;
}
.education__filter--fagskule {
  -webkit-column-count: 2;
  /* Chrome/Opera, Safari */
  -moz-column-count: 2;
  /* Mozilla Firefox */
  column-count: 2;
  /* Properties below are optional: */
  -webkit-column-gap: 30px;
  /* Chrome/Opera, Safari */
  -moz-column-gap: 30px;
  /* Mozilla Firefox */
  column-gap: 30px;
}
.education__dropdown {
  padding: 0 100px 50px;
}
@media screen and (min-width: 1200px) {
  .education__dropdown {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .education__dropdown {
    padding: 0px 25px 50px;
  }
}
.education__dropdown--select {
  width: 100%;
  border-radius: 0px;
  margin-bottom: 30px;
  border: 1px solid #262626;
  padding: 7px 20px;
  font-weight: 300;
  background-color: white;
  font-family: "azo-sans-web", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 20px);
}
@media screen and (max-width: 1199px) {
  .education__dropdown--select {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .education__dropdown--select {
    font-size: 14px;
  }
}
.education__dropdown--select option {
  padding-right: 10px !important;
  margin-right: 10px;
  color: #262626;
}
.education__dropdown h3 {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .education__dropdown h3 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
.education__amount-of-studies {
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .education__amount-of-studies {
    padding-left: 25px;
  }
}
.education__ul {
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .education__ul {
    padding: 0px 10px 100px;
  }
}
.education__ul h3 {
  text-align: left;
  margin: 50px 0 100px;
}
@media screen and (max-width: 991px) {
  .education__ul h2 {
    padding-left: 25px !important;
    padding-bottom: 100px;
  }
}
.education__link {
  color: #262626;
  text-decoration: underline;
  position: absolute;
  top: 28px;
  left: 40px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .education__link {
    position: relative;
    top: auto;
    left: auto;
  }
}
.education__link--lokal {
  position: relative;
  top: auto;
  left: auto;
  padding: 10px 0;
  display: block;
}
.education__li {
  position: relative;
  list-style: none;
  padding: 20px 40px;
  background-color: #eef2ec;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .education__li {
    padding: 20px 30px 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .education__li {
    padding: 25px;
  }
}
@media screen and (max-width: 500px) {
  .education__li {
    padding: 20px 15px;
  }
}
.education__li:hover .education__link-span {
  color: rgb(28, 28, 28);
}
.education__li:hover .education__link-span::after {
  transform: translateX(10px);
}
.education__li:nth-child(even) {
  background-color: #D4D7C3;
}
.education__li--no-link {
  text-decoration: none;
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  .education__li--no-link {
    padding: 10px 0 !important;
  }
}
.education__link-span {
  float: right;
  text-decoration: underline;
  font-weight: 300;
  text-decoration: none;
}
.education__link-span::after {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-image: url("../assets/img/arrow.svg");
  background-size: 15px;
  margin-left: 20px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
  vertical-align: -3px;
}
@media screen and (min-width: 992px) {
  .education__link-span--mob {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .education__link-span--desktop {
    display: none;
  }
}
.education__result {
  padding: 0 100px 200px;
}
@media screen and (max-width: 991px) {
  .education__result {
    padding: 0px;
  }
}
.education__result .accordion {
  --bs-accordion-bg: transparent;
}
.education__result--accordion {
  background-color: transparent;
  border: none;
  text-align: right;
  box-shadow: none;
  --bs-accordion-border-color: none;
}
@media screen and (max-width: 991px) {
  .education__result--accordion {
    text-align: left;
  }
}
.education__result--accordion p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.education__result--accordion .accordion-header {
  margin-left: 50%;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .education__result--accordion .accordion-header {
    margin-left: 0;
  }
}
.education__result--accordion button {
  justify-content: right;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .education__result--accordion button {
    justify-content: left;
    font-size: 16px;
    padding: 20px 0 0;
  }
}
.education__result--accordion button:not(.collapsed) {
  background-color: transparent;
  color: #262626;
  box-shadow: none;
}
.education__result--accordion button:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.education__result--accordion button::after {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-image: url("../assets/img/arrow.svg") !important;
  background-size: 15px;
  margin-left: 20px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
  vertical-align: -3px;
}
@media screen and (max-width: 991px) {
  .education__result--accordion button::after {
    margin-left: 12px;
  }
}
.education__result--accordion-body {
  font-weight: 300;
  font-size: 16px;
  margin-left: 50%;
  padding: 10px 45px 25px 0;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .education__result--accordion-body {
    margin-left: 0;
    font-size: 14px;
  }
}
.education__lokal {
  padding-top: 200px;
}
@media screen and (max-width: 991px) {
  .education__lokal h2 {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .education__lokal p {
    padding: 0 25px 40px;
  }
}
@media screen and (max-width: 991px) {
  .education__lokal {
    padding-top: 100px;
  }
}
.education__no-result {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .education__no-result {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 65px !important;
  }
}

.education__result--accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg) !important;
}

#bachelor-og-master .buttons__full--offwhite {
  margin-right: 20px;
  margin-bottom: 20px;
}

#utgatte-kurs-og-utdanningar {
  background-color: white;
}

.adress {
  background-color: white;
}
@media screen and (max-width: 991px) {
  .adress__col {
    margin-bottom: 65px;
  }
}
.adress iframe {
  width: 100% !important;
}

.contact__card {
  margin-right: 100px;
}
@media screen and (max-width: 991px) {
  .contact__card {
    margin-right: 0;
  }
}
.contact__image {
  margin-bottom: 35px;
}
.contact__content {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .contact__content {
    padding: 65px 25px 100px !important;
    padding-bottom: 0px !important;
    margin-bottom: -100px;
  }
}
.contact__content--title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
.contact__content--name {
  margin-bottom: 0;
  font-family: "gelica", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .contact__content--name {
    font-size: 27px;
  }
}
.contact__content--contact {
  margin-bottom: 0;
  padding-bottom: 5px !important;
  font-weight: 600;
}
.contact__content--contact a {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .contact__content--container {
    padding-bottom: 100px;
  }
}
.contact__content--container ul {
  margin-top: -20px;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.contact__content--container ul li {
  padding-left: 42px;
  padding-bottom: 10px;
}
.contact__content--container ul li::before {
  display: inline-block;
  margin-right: 23px;
  margin-left: -39px;
  vertical-align: 0px;
  background-image: url("../assets/img/arrow.svg");
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
.contact__content--container ul li:last-child {
  padding-bottom: 0px;
}

.readmore {
  background-color: #f8f8f8;
  margin-bottom: 25px;
}
.readmore__item {
  background-color: #f8f8f8;
}
.readmore__header {
  border-bottom: 2px solid #262626;
}
.readmore__button {
  background-color: #f8f8f8;
  display: block;
  box-shadow: none;
  padding: 0 0 0;
  font-size: 16px;
}
.readmore__button:not(.collapsed) {
  background-color: #f8f8f8;
  color: #262626;
  box-shadow: none;
}
.readmore__button:focus {
  background-color: #f8f8f8;
  border: none;
  box-shadow: none;
}
.readmore__button::after {
  content: "Les meir";
  background-image: none;
}
.readmore__button::before {
  margin-right: 15px;
  display: inline-block;
  vertical-align: 0px;
  background-image: url(../assets/img/arrow.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  content: "";
  border: none !important;
}
.readmore__body {
  background-color: #f8f8f8;
  padding: 0 0 25px 0;
}

.readmore__header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "Les mindre";
}

.readmore__header .accordion-button:not(.collapsed)::before {
  transform: rotate(270deg);
}

.search > * {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .search p {
    font-weight: 400;
    padding-bottom: 10px;
  }
}
.search__container {
  padding: 0 100px 30px;
}
@media screen and (max-width: 1199px) {
  .search__container {
    padding: 65px 25px 30px;
  }
}
.search input {
  width: 400px;
  border-radius: 0;
  border: 1px solid #262626;
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .search input {
    width: 100%;
    margin: 0;
  }
}

input[type=text i] {
  padding: 2px 20px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  input[type=text i] {
    padding: 7px 20px;
    font-size: 16px;
  }
}

.arkiv-filter > * {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
}
.arkiv-filter ul {
  padding-left: 28px;
}
.arkiv-filter li {
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 20px;
}
.arkiv-filter li input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #262626;
  vertical-align: -3px;
  color: #262626;
}
.arkiv-filter li input[type=checkbox]::before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  visibility: hidden;
  border: 1px solid #262626;
  background-color: #fd7a5c;
}
.arkiv-filter li input[type=checkbox]:checked::before {
  visibility: visible;
}
.arkiv-filter li label {
  padding-left: 8px;
}
.arkiv-filter__container {
  padding: 0 100px 0px;
}
@media screen and (max-width: 1199px) {
  .arkiv-filter__container {
    display: none;
  }
}

.arkiv-dropdown__container {
  padding: 0px 25px;
}
@media screen and (min-width: 1200px) {
  .arkiv-dropdown__container {
    display: none;
  }
}
.arkiv-dropdown__container p {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.news {
  padding: 0 100px 100px;
}
@media screen and (max-width: 1199px) {
  .news {
    padding: 0px 0px 100px 25px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 991px) {
  .news {
    margin-right: 0px;
    padding: 0 25px 100px 25px;
  }
}
.news__atf {
  padding: 240px 50px 100px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .news__atf {
    text-align: left;
    padding: 120px 25px 0px;
    height: auto;
  }
}
.news__atf p {
  padding-bottom: 0;
}
.news__card-container {
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .news__card-container:first-of-type {
    margin-top: 0;
  }
}
.news__card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: 40px;
  height: 100%;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .news__card {
    margin-right: 0;
  }
}
.news__card h3 {
  font-size: 27px;
  padding-bottom: 15px;
  font-family: "gelica", sans-serif;
}
@media screen and (max-width: 991px) {
  .news__card h3 {
    font-size: 21px;
  }
}
.news__card p {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .news__card p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.news__contentcontainer {
  padding: 35px;
  background-color: white;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.news__contentcontainer p {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .news__contentcontainer {
    padding: 25px;
  }
}
.news__date {
  font-size: 13px !important;
  padding-bottom: 20px !important;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.news__image {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.news__title {
  padding-bottom: 35px;
}
.news__pagination {
  font-size: 15px;
  padding-bottom: 100px;
}
.news__no-result {
  text-align: left;
  margin-top: 20px;
}
.news__pagination-btn {
  padding-top: 40px;
}

.breadcrumbs__link {
  color: #262626;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 0;
}
.breadcrumbs__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .breadcrumbs__link {
    font-size: 12px;
  }
}
.breadcrumbs__slash {
  padding: 0 5px;
}
.breadcrumbs__desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .breadcrumbs__desktop {
    display: block;
  }
}
.breadcrumbs__mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .breadcrumbs__mob {
    display: block;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .article {
    padding: 0 25px;
  }
}
.article p {
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .article p {
    font-size: 17px;
  }
}
.article h3, .article h4 {
  padding-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .article h3, .article h4 {
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.article ul {
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0;
}
.article ul li {
  padding-left: 42px;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .article ul li {
    font-size: 17px;
  }
}
.article ul li::before {
  display: inline-block;
  margin-right: 13px;
  margin-left: -39px;
  vertical-align: 0px;
  background-image: url("../assets/img/arrow.svg");
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
.article ol li {
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .article ol li {
    font-size: 17px;
  }
}
.article ul a, .article ol a {
  color: #262626;
}
.article ul a:hover, .article ol a:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .article__image-container {
    padding: 25px 25px 0;
  }
}
.article__image {
  border-radius: 5px;
}
.article__photographer {
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .article__photographer {
    padding: 0 0px 25px;
  }
}
.article__specs {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .article__specs {
    padding: 25px 25px 100px;
  }
}
.article__specs p {
  display: inline-block;
  padding-right: 40px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .article__specs--author {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.article__specs--author::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
  background-image: url("../assets/img/person-circle.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
@media screen and (max-width: 991px) {
  .article__specs--date {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.article__specs--date::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
  background-image: url("../assets/img/clock.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
.article__readmore {
  padding: 100px !important;
}
@media screen and (max-width: 991px) {
  .article__readmore {
    padding: 100px 25px !important;
  }
}
.article__readmore--button {
  width: 260px;
  margin-top: 50px;
}
.article__readmore--button-utdanning {
  width: 420px;
}

.cookies {
  padding: 100px 0 100px;
}
@media screen and (max-width: 991px) {
  .cookies {
    padding: 100px 25px 0;
  }
}
.cookies__background-container {
  background-color: white;
}
.cookies__atf {
  background-color: #b8dafd;
}
@media screen and (max-width: 991px) {
  .cookies__atf--content {
    padding: 25px;
  }
}
.cookies__title {
  padding-top: 30%;
}
.cookies__section {
  padding-bottom: 50px;
}

.cc-window {
  border-radius: 5px !important;
  border: 1px solid #262626;
}

.cc-btn {
  border-radius: 30px !important;
  border: 1px solid #262626 !important;
  text-decoration: none !important;
  font-family: "azo-sans-web", sans-serif !important;
  font-weight: 300 !important;
  padding: 10px 30px !important;
  margin-top: 20px !important;
  font-size: 16px !important;
  max-width: 200px !important;
}

.cc-link {
  opacity: 1 !important;
  font-family: "azo-sans-web", sans-serif !important;
  color: #262626 !important;
}
.cc-link:hover {
  text-decoration: none !important;
}

.cc-message {
  font-family: "azo-sans-web", sans-serif !important;
  font-weight: 300 !important;
}

.cc-window {
  z-index: 9999 !important;
}

.cc-revoke {
  display: none !important;
}

.cc-window.cc-floating {
  max-width: 26em !important;
}

body {
  font-family: "azo-sans-web", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #f8f8f8;
  overflow-x: unset;
  position: relative;
  font-weight: 300;
  overflow-x: hidden;
  word-break: break-word;
}

h1 {
  font-family: "gelica", sans-serif;
  padding-bottom: 30px;
  margin: 0;
  font-size: 55px;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 38px;
    font-weight: 300;
    padding-left: 0 !important;
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    padding-bottom: 15px;
  }
}

h2 {
  font-family: "gelica", sans-serif;
  margin: 0;
  padding-bottom: 30px;
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 400;
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    padding-bottom: 15px;
  }
}

h3 {
  font-family: "azo-sans-web", sans-serif;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-weight: 400;
}

div > p {
  padding-bottom: 35px;
}

p a {
  color: #262626;
}

.buttons {
  color: #262626;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.buttons__container {
  display: block;
}
.buttons__full {
  color: #262626;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #262626;
  border-radius: 30px;
  padding: 10px 30px;
  transform: translateY(0);
  box-shadow: 0px 0px 0px 0px #262626;
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), box-shadow 0.1s cubic-bezier(0.5, 0.9, 0.7, 0.7), -webkit-transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), -webkit-box-shadow 0.1s cubic-bezier(0.5, 0.9, 0.7, 0.7);
}
.buttons__full::before {
  transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
.buttons__full:hover {
  transform: translateY(-4px);
  box-shadow: 0px 5px 0px 0px #262626;
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), box-shadow 0.1s cubic-bezier(0.5, 0.9, 0.7, 0.7), -webkit-transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), -webkit-box-shadow 0.1s cubic-bezier(0.5, 0.9, 0.7, 0.7);
}
.buttons__full:hover::before {
  bottom: -4px;
}
.buttons__full--orange {
  background-color: #fd7a5c;
}
.buttons__full--offwhite {
  background-color: rgba(238, 242, 236, 0.6);
}
.buttons__article {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #262626;
  padding-bottom: 5px !important;
}
.buttons__article-card {
  font-size: 12px !important;
  padding-bottom: 3px !important;
  padding: 4px 15px;
}

.buttons__block {
  display: block;
}

.nav li {
  float: left;
}

.section__bgimage {
  position: sticky;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 82px;
  height: calc(100vh - 82px);
}
@media screen and (max-width: 991px) {
  .section__bgimage {
    position: static;
    height: 90vh;
  }
}
.section__content {
  padding: 200px 100px;
}
@media screen and (max-width: 1199px) {
  .section__content {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 991px) {
  .section__content {
    padding: 65px 25px 100px;
  }
}
.section__content p {
  padding-bottom: 15px;
}
.section__content a {
  color: #262626;
}
.section__content a:hover {
  text-decoration: none;
}
.section__content--small-img {
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .section__content--small-img {
    padding: 65px 25px 100px;
  }
}
.section ul {
  margin-top: -20px;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.section ul li {
  padding-left: 42px;
  padding-bottom: 5px;
}
.section ul li::before {
  display: inline-block;
  margin-right: 23px;
  margin-left: -39px;
  vertical-align: 0px;
  background-image: url("../assets/img/arrow.svg");
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: "";
  border: none !important;
}
.section__news {
  padding: 200px 100px;
}
@media screen and (max-width: 1199px) {
  .section__news {
    padding: 65px 25px 100px;
  }
}
.section__news--card-container {
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .section__news--card-container:first-of-type {
    margin-top: 0;
  }
}
.section__news--card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: 40px;
  height: 100%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .section__news--card {
    margin-right: 0;
  }
}
.section__news--card h3 {
  font-size: 25px;
  padding-bottom: 15px;
  font-family: "gelica", sans-serif;
}
.section__news--card p {
  font-size: 13px;
}
.section__news--title {
  padding-bottom: 35px;
}
.section__news--image {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.section__news--contentcontainer {
  padding: 35px;
  background-color: white;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 991px) {
  .section__news--contentcontainer {
    padding: 40px 25px 25px;
  }
}
.section__project {
  padding: 100px 120px;
}
@media screen and (max-width: 991px) {
  .section__project {
    padding: 65px 25px 100px;
  }
}
.section__project p {
  max-width: 750px;
}
.section__project h3 {
  overflow-wrap: break-word;
}
@media screen and (max-width: 1620px) {
  .section__project h3 {
    font-size: 22px;
  }
}
.section__project--container {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .section__project--container .section__news--card {
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .section__project--container .section__news--card-container:first-of-type {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section__project--container .section__news--card-container:first-of-type {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .section__project--mob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section__project--desktop {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .section__text-section {
    padding: 100px 0px 50px;
    min-height: 50vh;
  }
  .section__text-section h2 {
    text-align: left;
  }
  .section__text-section p {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.section__image-section {
  max-height: 100%;
}
.section__image-section--image {
  padding: 100px;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .section__image-section--image {
    padding: 0px;
  }
}
.section__image-section--studentstove {
  height: 100%;
  padding: 0px 120px 0 0;
  max-height: 600px;
}
@media screen and (max-width: 991px) {
  .section__image-section--studentstove {
    display: none;
  }
}
.section__image-section--studentstove .section__image-section--image {
  padding: 0 50px 0 0;
}

@media screen and (max-width: 991px) {
  .section.height--full .section__image-section {
    display: none;
  }
}

.carousel-control-prev {
  color: #262626;
}

.carousel-control-next {
  color: #262626;
}

.carousel-control-prev-icon {
  opacity: 0;
}

.carousel-control-next-icon {
  opacity: 0;
}

.carousel-index .carousel-control-next-icon {
  opacity: 0.9;
}

.carousel-index .carousel-control-prev-icon {
  opacity: 0.9;
}

.prevent-overflow {
  overflow: hidden;
}

.yellow-section {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .yellow-section {
    text-align: left;
    padding: 25px;
  }
}

.nyhendebrev {
  text-align: center;
  background-color: #f5eaa1;
}
@media screen and (max-width: 991px) {
  .nyhendebrev {
    text-align: left;
    padding: 65px 25px 100px;
  }
}
.nyhendebrev__row {
  min-height: 60vh;
}
@media screen and (max-width: 991px) {
  .nyhendebrev__row {
    min-height: 50vh;
  }
}

.text-section__title {
  font-weight: 400;
}

.atf .section__content {
  padding: 150px 50px 120px 100px;
}
@media screen and (max-width: 991px) {
  .atf .section__content {
    padding: 120px 25px;
  }
}

.atf .section__image-section--image {
  padding: 50px 30px 0 0;
  max-height: 600px;
}
@media screen and (max-width: 991px) {
  .atf .section__image-section--image {
    max-height: 100%;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}

.samarbeid {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.samarbeid__container {
  background-color: white;
}
@media screen and (max-width: 991px) {
  .samarbeid__container {
    padding-top: 100px;
  }
}
.samarbeid__tittel {
  margin-bottom: 20px;
}
.samarbeid__logo {
  max-width: 200px;
  max-height: 150px;
}
@media screen and (max-width: 991px) {
  .samarbeid__logo {
    max-width: 130px;
  }
}

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

.some {
  padding: 15px 0 50px;
  display: block;
}
.some__link {
  text-decoration: none;
  color: #262626;
  padding: 0 !important;
  display: inline-block !important;
}
.some__icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.top__container {
  border-radius: 15px 0 0 15px;
  position: fixed;
  right: 9px;
  bottom: 15px;
  text-align: center;
  padding: 6px 6px 6px 7px;
  z-index: 999;
}
.top__container:hover {
  cursor: pointer;
}
.top__img {
  width: 20px;
  height: 27px;
}
.top__img:hover {
  cursor: pointer;
}
.top--show {
  opacity: 1;
  transition: all 0.2s ease;
}
.top--hide {
  opacity: 0;
  transition: all 0.2s ease;
}

.referanse {
  font-size: 12px;
  color: #464545;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .referanse {
    padding-top: 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
