@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Ubuntu:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #414042;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 29px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 796px) {
  body {
    font-size: 1rem;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.container--bordered {
  background: url("../../assets/images/png/container_bordered.png") no-repeat center bottom;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
}

.wrapper {
  padding: 50px 0;
}
.wrapper--grey {
  background: #E9F2F5;
}
.wrapper--lower-section {
  margin-top: 20px;
  padding: 10px;
}
@media only screen and (max-width: 796px) {
  .wrapper {
    padding: 20px 0;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.center {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.tabs.primary {
  margin-top: 20px;
}

.align-center.embedded-entity {
  text-align: center !important;
}

.hidden-label {
  font-size: 0;
  height: 0;
  width: 0;
  display: block;
}

h1, h2 {
  font-weight: bold;
  color: #105470;
}

h1 {
  font-size: 2.25rem;
  margin-bottom: 10px;
}
h1::after {
  margin-top: 15px;
}
@media only screen and (max-width: 796px) {
  h1 {
    font-size: 1.5rem;
  }
}

h1.lined::after, h2.lined::after {
  content: "";
  height: 8px;
  width: 65px;
  background-color: #FFDF17;
  display: block;
  margin-top: 10px;
}
h1.lined.larger, h2.lined.larger {
  font-size: 2.25rem;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.75rem;
  position: relative;
}

h2.regularHeading {
  color: #414042;
  font-weight: 700;
}
h2.regularHeading::after {
  display: none;
}

h3 {
  font-size: 1.425rem;
  color: #105470;
}

.headerWithBackground {
  background: #105470;
  color: #FFF;
  height: 58px;
  line-height: 58px;
  width: 219px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
.headerWithBackground::after {
  display: none;
}
.headerWithBackground--no-image {
  position: static !important;
  margin: 30px 0 !important;
}

h1, h2, h3, h4 {
  font-family: "Ubuntu", sans-serif;
}

a, a:visited {
  color: #105470;
}
a.link--arrowed, a:visited.link--arrowed {
  float: right;
  background: url("../../assets/images/svg/chevron_right_blue.png") no-repeat left 8px;
  background-size: 10px;
  padding-left: 17px;
  text-decoration: none;
  font-size: 20px;
  position: relative;
}
a.link--arrowed:hover, a.link--arrowed:focus, a:visited.link--arrowed:hover, a:visited.link--arrowed:focus {
  text-decoration: underline;
}

button, .button {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  background: #0dc2db;
  color: #000;
  text-decoration: none;
  border: 4px solid #0dc2db;
  border-radius: 40px;
  outline: 0;
}
button:hover, button:active, button:focus, .button:hover, .button:active, .button:focus {
  background: #105470;
  border: 4px solid #105470;
  color: #FFF;
}
button--secondary, button--secondary:visited, .button--secondary, .button--secondary:visited {
  background: transparent;
  border: 2px solid #702f8a;
  color: #702f8a;
}
button--secondary:hover, button--secondary:focus, button--secondary:visited:hover, button--secondary:visited:focus, .button--secondary:hover, .button--secondary:focus, .button--secondary:visited:hover, .button--secondary:visited:focus {
  background: #702f8a !important;
  border: 2px solid #702f8a;
  color: #FFF;
}
button.external, .button.external {
  background: transparent url("../../assets/images/svg/external_purple.svg") no-repeat calc(100% - 20px) center !important;
  padding-right: 49px;
  background-size: 14px;
}
button.external:hover, button.external:focus, .button.external:hover, .button.external:focus {
  background: #702f8a url("../../assets/images/svg/external_white.svg") no-repeat calc(100% - 20px) center !important;
}

input[type=text], input[type=password] {
  height: 35px;
  outline: 0;
  max-width: 100%;
}

input[type=text]:focus, input[type=checkbox]:focus, input[type=password]:focus {
  background: rgba(13, 194, 219, 0.2);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
  background-image: none;
  height: 40px;
  width: 180px;
  padding-left: 10px;
  border-radius: 0;
  background-color: #FFF;
}
select:focus {
  background: rgba(13, 194, 219, 0.2);
}

.form-select {
  background-color: #E9F2F5;
  border: 1px solid #91BECF;
}

img {
  max-width: 100%;
}

table {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
table.table--log {
  margin: 20px 0 10px 0;
}
table tr {
  border-top: 1px solid #105470;
}
table tr:nth-child(odd) {
  background: #e9f2f5;
}
table td {
  padding: 10px;
}
table thead tr {
  background: #FFF !important;
}
table thead th {
  padding: 10px;
  font-weight: 700;
}

ol {
  list-style: disc;
}

.header {
  background: #105470;
  color: #fff;
  padding: 20px;
  position: relative;
  height: 122px;
}
@media only screen and (max-width: 1200px) {
  .header {
    height: 70px;
  }
}
.header__slogan {
  background: #fff;
  color: #105470;
  height: 41px;
  line-height: 41px;
  text-align: center;
  box-shadow: 2px 8px 18px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
  .header__slogan {
    font-size: 13px;
  }
}
.header__top-menu {
  display: flex;
  justify-content: flex-end;
}
.header__top-menu .menu-item {
  display: inline-block;
  border-right: 1px solid #0dc2db;
  padding: 0 10px;
  line-height: 17px;
}
.header__top-menu .menu-item a {
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .header__top-menu {
    display: none;
  }
}
.header a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.header__lover-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.header__main-menu-mobile {
  display: none;
}
.header__main-menu-mobile > .menu {
  border-bottom: 2px solid #105470;
}
.header__main-menu-mobile .menu-item a.is-active,
.header__main-menu-mobile .menu-item--active-trail span {
  font-weight: 600;
  background-color: #0dc2db;
}
.header__main-menu-mobile .menu-item a,
.header__main-menu-mobile .menu-item--active-trail span,
.header__main-menu-mobile .menu-item--expanded span {
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  text-decoration: none;
  font-family: ubuntu;
  font-size: 18px;
  border-top: 2px solid #105470;
  display: block;
  color: #105470;
  background: url("../../assets/images/svg/chevron_right_blue.png") no-repeat calc(100% - 25px) center;
  background-size: 10px;
  cursor: pointer;
}
.header__main-menu-mobile .menu-item a:hover, .header__main-menu-mobile .menu-item a:focus,
.header__main-menu-mobile .menu-item--active-trail span:hover,
.header__main-menu-mobile .menu-item--active-trail span:focus,
.header__main-menu-mobile .menu-item--expanded span:hover,
.header__main-menu-mobile .menu-item--expanded span:focus {
  background-color: #0dc2db;
}
.header__main-menu-mobile .menu-item--active-trail span {
  background: url("../../assets/images/svg/open_sub_menu.svg") no-repeat calc(100% - 20px) center;
  background-size: 20px;
}
.header__main-menu-mobile .menu-item--active-trail span.open {
  background: url("../../assets/images/svg/close_sub_menu.svg") no-repeat calc(100% - 20px) center;
}
.header__main-menu-mobile .menu-item--active-trail .menu,
.header__main-menu-mobile .menu-item--expanded .menu {
  display: none;
}
.header__main-menu {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .header__main-menu {
    display: none;
  }
}
.header__main-menu > .menu {
  display: flex;
  justify-content: space-around;
}
.header__main-menu > .menu a {
  padding: 10px;
}
.header__main-menu > .menu a.is-active {
  font-weight: 700;
}
.header__main-menu > .menu .menu-item--active-trail,
.header__main-menu > .menu .menu-item--expanded:hover,
.header__main-menu > .menu .menu-item a:hover,
.header__main-menu > .menu .menu-item a:focus, .header__main-menu > .menu .menu-item.open span {
  position: relative;
}
.header__main-menu > .menu .menu-item--active-trail::after,
.header__main-menu > .menu .menu-item--expanded:hover::after,
.header__main-menu > .menu .menu-item a:hover::after,
.header__main-menu > .menu .menu-item a:focus::after, .header__main-menu > .menu .menu-item.open span::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: #0dc2db;
  position: absolute;
  left: 20px;
}
.header__main-menu > .menu .menu-item--active-trail .menu-item--active-trail::after,
.header__main-menu > .menu .menu-item--expanded:hover .menu-item--active-trail::after,
.header__main-menu > .menu .menu-item a:hover .menu-item--active-trail::after,
.header__main-menu > .menu .menu-item a:focus .menu-item--active-trail::after, .header__main-menu > .menu .menu-item.open span .menu-item--active-trail::after {
  left: 13px;
  top: 28px;
  height: 3px;
}
.header__main-menu > .menu .menu-item--expanded:focus::after,
.header__main-menu > .menu .menu-item--expanded:hover::after {
  left: 0;
}
.header__main-menu > .menu .menu-item--expanded {
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: url("../../assets/images/svg/chevron_down_white.png") no-repeat right 13px;
  background-size: 12px;
  padding-right: 18px;
}
.header__main-menu > .menu .menu-item--expanded span {
  display: block;
}
.header__main-menu > .menu .menu-item--expanded > ul.menu {
  display: none;
  position: absolute;
  top: 35px;
  background: white;
  width: 249px;
}
.header__main-menu > .menu .menu-item--expanded > ul.menu.shown {
  display: block;
}
.header__main-menu > .menu .menu-item--expanded > ul.menu .menu-item--active-trail a {
  background: #0dc2db;
  text-decoration: underline;
}
.header__main-menu > .menu .menu-item--expanded > ul.menu a {
  color: #105470;
  display: block;
  font-size: 16px;
  padding: 7px 0;
  padding-left: 13px;
}
.header__main-menu > .menu .menu-item--expanded > ul.menu a:hover, .header__main-menu > .menu .menu-item--expanded > ul.menu a:focus {
  background: #0dc2db;
  text-decoration: underline;
}
.header__main-menu > .menu .menu-item--expanded:hover .menu, .header__main-menu > .menu .menu-item--expanded:focus .menu {
  display: block !important;
}
.header__main-menu > .menu .menu-item--expanded:hover .menu:hover, .header__main-menu > .menu .menu-item--expanded:focus .menu:hover {
  display: block !important;
}
.header__main-menu > .menu .menu-item--expanded:hover .menu a::after, .header__main-menu > .menu .menu-item--expanded:focus .menu a::after {
  display: none;
}
.header__main-menu > .menu .menu-item--expanded:focus > ul.menu {
  display: block !important;
}
.header__main-menu > .menu .menu-item--expanded.open {
  background: url("../../assets/images/svg/chevron_up_white.png") no-repeat right 13px;
  background-size: 12px;
}
.header__main-menu > .menu .menu-item--expanded::after {
  left: 0;
}
.header__logo {
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    height: 70px;
    width: auto;
  }
}
.header__logo-link {
  width: 25%;
}
.header__logo-link h1::after {
  display: none;
}
.header__search {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header__search {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header__search-container {
    display: none;
  }
}
.header__search-mobile {
  background: #e9f2f5;
  padding: 15px 20px;
}
.header__search-mobile .search-form-input-wrapper {
  display: block;
  width: 100%;
  max-width: inherit;
}
.header__search-mobile .header__search-input {
  background: #fff;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .header__search-mobile {
    display: none;
  }
}
.header__search-input {
  height: 35px !important;
  width: 175px;
  border-radius: 19.5px;
  background-color: #e9f2f5;
  border: 0;
  padding-left: 10px;
  padding-right: 45px;
  color: rgb(65, 64, 66);
}
.header__search-button {
  height: 31px;
  width: 33px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0;
  text-indent: -9999px;
  background: #0dc2db url("../../assets/images/svg/search.svg") no-repeat center center;
}
.header__sizing {
  padding-left: 10px;
  color: #222 #105470;
}
.header__sizing span.hide {
  display: none;
}
.header__sizing span.box {
  color: #105470;
  border: 2px solid #ccc;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100px;
  font-size: 2em;
  line-height: 0.6em;
  letter-spacing: 0.5pt;
  left: 0px;
  width: 98%;
  margin-left: 1%;
  z-index: 10000;
  margin-top: -70pt;
  padding: 30px;
}
.header__sizing:hover span.box, .header__sizing:focus span.box {
  display: block !important;
}

.mobile-toggler {
  background: url("../../assets/images/svg/menu.svg") no-repeat left center;
  margin: 0;
  padding: 0 0 0 30px;
  border: 0;
  width: 70px;
  height: 40px;
  color: #fff;
  position: relative;
  top: -20px;
}
.mobile-toggler:hover, .mobile-toggler:focus {
  border: 0;
  background: url("../../assets/images/svg/menu.svg") no-repeat left center;
  color: inherit;
}
@media only screen and (min-width: 1200px) {
  .mobile-toggler {
    display: none;
  }
}
.mobile-toggler.open {
  background: url("../../assets/images/svg/cross_white.svg") no-repeat left center;
}

.pre-footer {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}
.pre-footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
}
.pre-footer__instagram-link a {
  background: transparent url("/themes/custom/bouvet_theme/assets/images/svg/instagram-blue.svg") no-repeat left center;
  display: block;
  background-size: 20px;
  padding-left: 35px;
}
.pre-footer__newsletter-link {
  position: relative;
  margin-bottom: 12px;
  padding: 0 20px 0 40px;
}
.pre-footer__newsletter-link a::before {
  content: "";
  display: block;
  background: url("/themes/custom/bouvet_theme/assets/images/svg/email.svg") no-repeat center center;
  background-size: 15px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
}

.footer {
  margin-top: 50px;
  background: #105470;
  padding: 41px 0;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer__row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 796px) {
  .footer__row {
    display: flex;
    flex-direction: column;
  }
}
.footer__col {
  width: 32%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 796px) {
  .footer__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.footer__heading {
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer__heading::after {
  display: none;
}
.footer__contact li {
  display: flex;
}
.footer__contact li span:first-child {
  width: 26%;
}
.footer__contact li span:nth-child(2) {
  width: 70%;
}
.footer__logos {
  opacity: 0.7;
}
.footer__logos li {
  margin-bottom: 10px;
}
.footer__logos img.kud {
  max-width: 250px;
}
@media only screen and (max-width: 796px) {
  .footer__links {
    padding-left: 55px;
  }
}
.footer__links li {
  margin-bottom: 10px;
}
.footer__links li.footer__uustatus {
  line-height: 18px;
}
.footer__links .mt-15 {
  margin-top: 15px;
}

.pager {
  margin-top: 40px;
}
.pager__item {
  padding: 0;
}
.pager__item a {
  background: #105470;
  border-radius: 50%;
  height: 41px;
  line-height: 41px;
  width: 41px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin-right: 8px;
}
.pager__item a:hover, .pager__item a:focus {
  text-decoration: underline;
  background-color: #0dc2db;
  color: #105470;
}
.pager__item--last, .pager__item--first {
  display: none;
}
.pager__item--next, .pager__item--previous {
  text-indent: -9999px;
}
.pager__item--next a {
  background: #105470 url("../../assets/images/svg/chevron_right_white.png") no-repeat center center;
  background-size: 12px;
}
.pager__item--previous a {
  background: #105470 url("../../assets/images/svg/chevron_left_white.png") no-repeat 12px center;
  background-size: 12px;
}
.pager__item.is-active a {
  background-color: #0dc2db;
  color: #105470;
}

.breadcrumb li {
  font-size: 16px;
}
.breadcrumb li a {
  color: #414042;
}

.field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

article.media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__title {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 45px;
}
.article__title [data-value=foo] {
  /* Attribute has this exact value */
}
.article__title.article__has_image {
  margin-top: 60px;
}
.article__subheading {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 68%;
}
.article__subheading::after {
  display: none;
}
@media only screen and (max-width: 796px) {
  .article__subheading {
    font-size: 21px;
  }
}
.article__content-type {
  position: absolute;
  bottom: -26px;
  z-index: 2;
  margin-left: 25px;
}
.article__content-type--no-image {
  position: static;
  height: auto;
  width: auto;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  padding: 5px 10px;
  margin: 20px 0 0 0;
}
.article__image-type-container {
  position: relative;
}
.article__ingress {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 796px) {
  .article__ingress {
    font-size: 18px;
  }
}
.article__metadata {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px 0;
  margin-bottom: 30px;
}
.article__metadata > div {
  display: flex;
}
.article__metadata > div .field__items {
  display: flex;
}
.article__metadata > div .field__items .field__item {
  margin-right: 10px;
}
.article__metadata-description {
  min-width: 165px;
  display: inline-block;
}
.article__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 57px;
}
@media only screen and (max-width: 1200px) {
  .article__container {
    flex-direction: column;
  }
}
.article__left-content {
  width: 68%;
}
@media only screen and (max-width: 1200px) {
  .article__left-content {
    width: 100%;
  }
}
.article__sidebar {
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .article__sidebar {
    width: 100%;
    margin-top: 50px;
  }
}
.article__body .accordion figcaption {
  width: 100% !important;
}
.article__body .media--type-video.media--view-mode-full video {
  width: 100% !important;
  height: auto !important;
}
.article__body figure {
  position: relative;
  width: 100%;
}
.article__body .media--view-mode-artikkel-fullbredde {
  width: fit-content;
}
.article__body .media--view-mode-artikkel-fullbredde.media--type-remote-video {
  width: auto;
}
.article__body figure figcaption,
.article__body .media--view-mode-artikkel-fullbredde .field--name-field-image-caption {
  text-align: left;
  padding: 10px;
  line-height: 27px;
  width: 100%;
  background-color: #105470;
  color: #FFF;
  margin-top: -8px;
  margin-bottom: 20px;
}
.article__body h1, .article__body h2, .article__body h3, .article__body h4 {
  color: rgb(65, 64, 66);
  margin-top: 20px;
  font-weight: 700;
}
.article__body em {
  font-style: italic;
}
.article__body strong {
  font-weight: 700;
}
.article__body ul, .article__body ol {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.article__body ol {
  list-style-type: decimal;
}
.article__body p {
  margin-bottom: 10px;
}
.article__body br {
  margin-bottom: 0;
}
.article__body img {
  height: auto;
}
.article__images img {
  height: auto;
}
.article__dates {
  margin: 28px 0 15px 0;
  display: flex;
  color: #105470;
}
.article__dates div {
  margin-right: 36px;
}
.article__dates div span:first-child {
  margin-right: 5px;
}
@media only screen and (max-width: 796px) {
  .article__dates {
    display: block;
  }
}
.article__print {
  background: url("../../assets/images/svg/print.svg") no-repeat right center;
  background-size: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: right;
  padding-right: 70px;
  margin-top: -40px;
}

.old-news {
  padding: 10px 20px;
  background: #f5f8e3;
  border: solid 1px #999;
}

.article-teaser {
  width: 32%;
  display: block;
  text-decoration: none;
  margin-top: 48px;
}
.article-teaser:hover .article-teaser__title, .article-teaser:focus .article-teaser__title {
  text-decoration: underline;
}
.article-teaser__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.article-teaser__container .article-teaser {
  margin-right: 1.333%;
}
.article-teaser__subheading {
  margin-bottom: 10px;
  font-size: 20px;
}
.article-teaser__ingress {
  color: #414042;
}
.article-teaser__ingress a {
  text-decoration: none;
}
@media only screen and (max-width: 796px) {
  .article-teaser {
    width: 48%;
  }
}
@media only screen and (max-width: 490px) {
  .article-teaser {
    width: 100%;
  }
}
.article-teaser__meta {
  display: flex;
  justify-content: space-between;
  margin-top: -3px;
}
.article-teaser__type {
  background: #105470;
  height: 33px;
  line-height: 33px;
  width: 160px;
  text-align: center;
  color: #FFF;
  margin-left: 15px;
  position: relative;
  top: -19px;
  font-size: 1rem;
  text-transform: uppercase;
}
.article-teaser__type--no-image {
  position: static;
  height: auto;
  width: 150px;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.article-teaser__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}
.article-teaser__title a {
  text-decoration: none;
}
.article-teaser__title-arrow {
  background: url("../../assets/images/svg/title_arrow.svg") no-repeat right center;
  background-size: 30px;
  height: 30px;
  width: 30px;
  position: relative;
  top: 8px;
  left: 8px;
  display: inline-block !important;
}
.article-teaser__created {
  position: relative;
  top: -2px;
  color: #105470;
}
.article-teaser img {
  width: 100%;
  height: 272px;
  background: #f6f6f6;
}
.article-teaser--no-type .article-teaser__created {
  position: static;
  margin: 10px 0;
}
.article-teaser--no-type .article-teaser__rolemodel-for, .article-teaser--no-type .article-teaser__construction-type {
  margin-top: 7px;
  display: flex;
}
.article-teaser--no-type .article-teaser__rolemodel-for > span:first-child, .article-teaser--no-type .article-teaser__construction-type > span:first-child {
  min-width: 165px;
  display: inline-block;
}
.article-teaser--no-type .article-teaser__title a {
  max-width: 85%;
}
.article-teaser--no-type .article-teaser__title::after {
  display: none;
}
.article-teaser--with-background {
  background: #e9f2f5;
  padding: 20px;
}

.overview-page__veiledere .article-teaser__textwrapper {
  padding: 0 20px 20px 20px;
}

.sl-prev, .sl-next {
  background-color: #105470 !important;
  color: #FFF !important;
  transition: all 0.2s ease-in-out;
  font-size: 2.3rem !important;
  line-height: 26px !important;
}
.sl-prev:hover, .sl-next:hover {
  transform: scale(1.2);
}

.sl-counter {
  display: none !important;
}

.sl-overlay {
  opacity: 1;
}

.sl-close {
  background-color: #105470 !important;
  color: #FFF !important;
}

.sl-wrapper button:hover {
  opacity: 1;
  border: inherit;
}

.carousel {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 796px) {
  .carousel__published-mobile {
    display: none;
  }
}
@media only screen and (max-width: 796px) {
  .carousel__published {
    display: none;
  }
}
.carousel__topmeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.carousel__slide {
  height: 485px;
  display: flex;
  align-items: flex-end;
  width: 970px;
}
@media only screen and (max-width: 796px) {
  .carousel__slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.carousel__text-wrapper {
  background: #FFFFFF;
  box-shadow: 2px 8px 18px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 85%;
  height: auto;
  margin: 0 auto;
  position: relative;
  bottom: -110px;
  z-index: 3;
}
@media only screen and (max-width: 796px) {
  .carousel__text-wrapper {
    margin: 0;
    width: 90%;
    max-width: 90%;
    position: static;
    order: 2;
    height: auto;
    box-shadow: none;
  }
}
.carousel__subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #105470;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}
@media only screen and (max-width: 796px) {
  .carousel__subtitle {
    font-size: 12px;
  }
}
.carousel__subheading {
  margin: 10px 0;
}
.carousel__title {
  margin: 10px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #105470;
}
@media only screen and (max-width: 796px) {
  .carousel__title {
    font-size: 20px;
    margin: 0;
  }
}
.carousel__title a {
  text-decoration: none;
}
.carousel__title a:hover, .carousel__title a:focus {
  text-decoration: underline;
}
.carousel__image {
  width: 970px;
  height: 485px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 796px) {
  .carousel__image {
    width: 100%;
    height: auto;
    max-height: 300px;
    display: block;
    position: static;
    order: 1;
  }
}
.carousel__see-all {
  margin: 20px auto 40px auto;
}
@media only screen and (max-width: 796px) {
  .carousel__see-all {
    margin: 0 auto 20px auto;
  }
}
.carousel__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
  line-height: 19px;
}
.carousel__rolemodel-for {
  max-width: 70%;
}
.carousel__description {
  background-color: rgba(16, 84, 112, 0.9);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 796px) {
  .carousel__description {
    background: transparent;
    color: inherit;
    position: static;
    margin-bottom: 30px;
  }
}
.carousel__description.small_image {
  position: static;
  margin-top: -8px;
  font-size: 18px;
  max-width: 200px;
  height: auto;
  line-height: 28px;
  padding: 10px;
}
.carousel__numbers {
  text-align: center;
  font-size: 16px;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none;
}

.swiper-pagination {
  margin: 0 !important;
}

.path-frontpage .swiper-pagination {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 796px) {
  .path-frontpage .swiper-pagination {
    position: static;
    margin-top: -30px !important;
  }
}

/* Skjluer description for temasider og anleggstypesider */
.page-node-type-construction-type .carousel__description, .page-node-type-topic .carousel__description {
  display: none;
}

@media only screen and (max-width: 796px) {
  .article__image-item.swiper-slide {
    height: auto;
  }
}
.article__image-item.swiper-slide img {
  height: fit-content;
}
@media only screen and (max-width: 796px) {
  .article__image-item.swiper-slide img {
    height: auto;
  }
}

.swiper-slide-prev, .swiper-slide-next {
  opacity: 0.3;
  transition: opacity 0.7s ease-in;
  -ms-transition: opacity 0.7s ease-in;
  -moz-transition: opacity 0.7s ease-in;
  -webkit-transition: opacity 0.7s ease-in;
  margin-top: -50px;
}

.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.7s ease-out;
  -ms-transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -webkit-transition: opacity 0.7s ease-out;
}

.swiper-button-prev, .swiper-button-next {
  height: 60px;
  width: 60px;
  background-size: 11px;
  background-image: url("../../assets/images/svg/chevron_left_blue.png");
  background-position: 22px 21px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 250px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 796px) {
  .swiper-button-prev, .swiper-button-next {
    top: 18%;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  transform: scale(1.2);
}

.swiper-button-next {
  background-image: url("../../assets/images/svg/chevron_right_blue.png");
  background-position: 25px 21px;
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-pagination {
  margin-top: 10px;
  position: static;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.8;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
  background: #0dc2db;
}

.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.view-display-id-forbildeanlegg_newest .swiper-container {
  height: 680px;
  max-width: 1400px;
}
@media only screen and (max-width: 796px) {
  .view-display-id-forbildeanlegg_newest .swiper-container {
    height: auto;
  }
}

.sl-caption {
  bottom: auto !important;
}

.boxlinks {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.boxlinks__container {
  background: #E9F2F5;
  padding: 40px 0;
  margin-bottom: 33px;
}
.boxlinks__item {
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  margin: 7px 6px;
  color: #702f8a;
}
.boxlinks__item:first-child {
  margin: 7px 6px;
}
.boxlinks__heading {
  width: 100px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.boxlinks__heading::after {
  margin-top: 10px;
}
.boxlinks__subheading {
  font-size: 20px;
}

.article__shortcuts .boxlinks__heading, .article__shortcuts .boxlinks {
  margin-left: 0;
}
.article__shortcuts .boxlinks {
  display: block;
}

.backtotop {
  display: none;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #2c3944;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 999;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.backtotop--blend {
  mix-blend-mode: multiply;
}
.backtotop.backtotop--blend {
  color: #405363;
}
.backtotop__icon {
  display: block;
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  background: #105470;
  border-radius: 50%;
  background-image: url(../../assets/images/svg/backtotop.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.backtotop__text {
  visibility: hidden;
}

.search__toggleSearchFiltersMobile, .search__toggleSearchFiltersMobile:hover, .search__toggleSearchFiltersMobile:active {
  background: #fff url("../../assets/images/svg/open_sub_menu.svg") no-repeat 95% center;
  border: 0 !important;
  text-indent: -9999px;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
  outline: 0;
}
@media only screen and (min-width: 1200px) {
  .search__toggleSearchFiltersMobile, .search__toggleSearchFiltersMobile:hover, .search__toggleSearchFiltersMobile:active {
    display: none;
  }
}
.search__toggleSearchFiltersMobile.open, .search__toggleSearchFiltersMobile:hover.open, .search__toggleSearchFiltersMobile:active.open {
  background: #fff url("../../assets/images/svg/close_sub_menu.svg") no-repeat 95% center;
}
.search__headerarea {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .search__headerarea {
    display: block;
  }
}
.search__headerarea h1 {
  width: 25%;
}
.search__headerarea form {
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .search__headerarea form {
    width: 100%;
  }
}
.search__headerarea form .search__box {
  width: 392px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .search__headerarea form .search__box {
    width: 100%;
  }
}
.search__headerarea form label {
  position: absolute;
  left: -9999px;
}
.search__headerarea form input[type=text] {
  height: 67px;
  width: 392px;
  border-radius: 33.5px;
  background-color: #e9f2f5;
  border: 0;
  padding-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .search__headerarea form input[type=text] {
    height: 40px;
    width: 100%;
  }
}
.search__headerarea form input[type=submit] {
  height: 57px;
  width: 57px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  text-indent: -9999px;
  background: #0dc2db url("../../assets/images/svg/search.svg") no-repeat center center;
  background-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .search__headerarea form input[type=submit] {
    height: 37px;
    width: 37px;
    top: 2px;
    right: 2px;
  }
}
.search__form {
  background: #fff;
  border-radius: 19.5px;
}
.search__button {
  height: 39px;
  position: relative;
  top: -1px;
}
.search__results-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .search__results-container {
    flex-direction: column;
  }
}
.search__facet-item {
  margin-bottom: 40px;
}
.search__facets {
  width: 25%;
  margin-top: -15px;
}
@media only screen and (max-width: 1200px) {
  .search__facets {
    width: 100%;
    display: none;
  }
}
.search__facets .facet-item {
  line-height: 46px;
}
.search__facets .facet-item label {
  position: relative;
  top: 2px;
  left: 7px;
}
.search__facets .facet-item a {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  border-bottom: 2px solid #414042;
  display: flex;
  justify-content: space-between;
}
.search__facets .facet-item a:hover, .search__facets .facet-item a:focus, .search__facets .facet-item a.is-active {
  background-color: #e9f2f5;
  text-shadow: 0px 0px 1px rgb(16, 84, 112);
}
.search__facets .facet-item div ul li a {
  padding-left: 40px;
}
.search__facets .facet-item__value {
  line-height: 30px;
  padding: 10px 0;
  max-width: 200px;
}
.search__facets .facet-item__count {
  position: absolute;
  right: 45px;
}
.search__facets .facet-item__status {
  float: right;
  margin-right: 15px;
  height: 46px;
  width: 46px;
  display: block;
  background: transparent url("../../assets/images/svg/close_red.svg") no-repeat center right;
  position: relative;
  top: 2px;
}
.search__results {
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .search__results {
    width: 100%;
  }
}
.search__facet-header {
  margin: 20px 0 0 0;
  font-weight: 700;
  border-bottom: 2px solid #105470;
  height: 43px;
  line-height: 43px;
  font-family: Lato;
  color: #105470;
}
.search__facet-header-toggle {
  background: transparent url("../../assets/images/svg/chevron_up_blue.png") no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  float: right;
  margin-top: 10px;
  margin-right: 13px;
  cursor: pointer;
}
.search__facet-header-toggle--closed {
  background: transparent url("../../assets/images/svg/chevron_down_blue.png") no-repeat center center;
  background-size: 18px;
}
.search__construction_types_facets .item-list__links {
  max-height: 300px;
  overflow: scroll;
}
.search__construction-type-form {
  position: relative;
  margin: 10px 0;
}
.search__construction-type-clear {
  padding: 0;
  width: 22px;
  height: 22px;
  background: transparent url("../../assets/images/svg/cross.svg") no-repeat center center;
  background-size: 12px;
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  text-indent: -9999px;
  outline: 0;
  border-bottom: 2px solid transparent;
}
.search__construction-type-clear:hover, .search__construction-type-clear:focus {
  border: 0;
  background: transparent url("../../assets/images/svg/cross.svg") no-repeat center center;
  background-size: 12px;
  border-bottom: 2px solid #414042;
  border-radius: 0;
}
.search__construction-type-filter {
  width: 100%;
  height: 67px;
  border-radius: 33.5px;
  background-color: #e9f2f5;
  border: 0;
  padding-left: 25px;
}
.search__filter-sort-container {
  display: flex;
  justify-content: space-between;
}
.search__resultnumber {
  width: 70%;
  border-bottom: 2px solid #105470;
  padding-bottom: 4px;
  color: #105470;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
@media only screen and (max-width: 1200px) {
  .search__resultnumber {
    display: none;
  }
}
.search__resultnumber--mobile {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .search__resultnumber--mobile {
    display: none;
  }
}
.search__subheader.regularHeading {
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #105470;
  padding-bottom: 4px;
  color: #105470;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .search__subheader.regularHeading {
    width: 100%;
  }
}
.search__result-list {
  margin-top: -35px;
}
.search__result {
  display: block;
  padding: 40px 20px 20px 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
  background-color: #e9f2f5;
}
.search__result:hover, .search__result:focus {
  background: rgba(13, 194, 219, 0.1);
}
.search__result:hover .search__result-title, .search__result:focus .search__result-title {
  text-decoration: underline;
}
.search__result-ingress {
  margin: 10px 0;
  color: #414042;
}
.search__result-ingress strong {
  background: #105470;
  color: #fff;
  padding: 2px 4px;
}
.search__result-subheading {
  margin: 10px 0;
}
.search__result-date {
  color: #414042;
}
.search__result-created, .search__result-changed {
  color: #105470;
  text-transform: uppercase;
}
.search__result-created {
  margin-right: 40px;
  color: #105470;
}
.search__result-type {
  background: #105470;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -20px;
}
.search__result-title::after {
  display: none;
}
.search__result-title-arrow {
  background: url(../../assets/images/svg/title-arrow_gul.svg) no-repeat right center;
  height: 18.98px;
  width: 23.27px;
  position: relative;
  left: 5px;
  display: inline-block;
}
.search__result-filehit {
  background: url(../../assets/images/svg/file.svg) no-repeat left center;
  padding-left: 25px;
  background-size: 20px;
  margin-top: 10px;
}
.search__result-filehit-container {
  display: flex;
  justify-content: flex-end;
}
.search__sorting {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.search__sorting .form-item {
  margin-right: 0;
}
.search__sorting .form-item-search-api-fulltext {
  display: none;
}
.search__sorting label {
  margin-right: 10px;
}
.search__sorting select {
  background-color: #e9f2f5;
  border: 1px solid #91becf;
}
.search__sorting select:hover, .search__sorting select:focus {
  background-color: rgba(13, 194, 219, 0.1);
}

.search-form-input-wrapper {
  position: relative;
  max-width: 285px;
}

.search-form-autocomplete {
  position: absolute;
  width: 100%;
  background: #fff;
  text-align: left;
  z-index: 5;
  font-weight: 600;
  top: 35px;
  left: 0;
  left: 0;
  border-left: 1px solid #105470;
  border-right: 1px solid #105470;
}
.search-form-autocomplete a {
  text-decoration: none;
  display: block;
  font-weight: 400;
}
.search-form-autocomplete a:first-child {
  border-top: 1px solid #105470;
}
.search-form-autocomplete a:last-child {
  border-bottom: 1px solid #105470;
}
.search-form-autocomplete .search-api-autocomplete-suggestion {
  color: #105470;
  padding: 5px 10px;
}
.search-form-autocomplete .search-api-autocomplete-suggestion:hover, .search-form-autocomplete .search-api-autocomplete-suggestion:focus {
  text-decoration: underline;
}

.overview-page__text {
  margin: 30px 0 40px 0;
  font-size: 24px;
}
@media only screen and (max-width: 796px) {
  .overview-page__text {
    margin: 10px 0 20px 0;
  }
}
.overview-page__glossary-filter {
  border: 2px solid #0dc2db;
  height: 141px;
  position: relative;
  text-transform: uppercase;
  margin-top: 96px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 796px) {
  .overview-page__glossary-filter {
    height: auto;
    line-height: inherit;
    padding: 50px 20px;
    margin-top: 60px;
  }
}
.overview-page__glossary-filter-heading.regularHeading {
  background: #105470;
  display: inline-block;
  width: 219px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  top: -30px;
  left: 25px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
}
.overview-page__glossary-header {
  font-size: 22px;
  border-bottom: 2px solid #105470;
  padding-bottom: 3px;
  margin-top: 40px;
  color: #105470;
  font-weight: 700;
}
@media only screen and (max-width: 796px) {
  .overview-page__glossary-header {
    margin-top: 20px;
  }
}
.overview-page__glossary-navigation {
  text-align: center;
}
.overview-page__glossary-navigation a {
  padding: 5px 9px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.overview-page__glossary-navigation a.active {
  color: #0dc2db;
  text-decoration: underline;
}
.overview-page__glossary-navigation a.hasResults {
  color: #105470;
}
.overview-page__glossary-navigation a.hasResults:hover, .overview-page__glossary-navigation a.hasResults:focus {
  color: #0dc2db;
  text-decoration: underline;
}
.overview-page__glossary-navigation a:first-child {
  color: #105470;
}
.overview-page__hitsnumber {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  color: #105470;
  font-weight: 700;
  margin-top: 70px;
}
@media only screen and (max-width: 796px) {
  .overview-page__hitsnumber {
    margin-top: 30px;
  }
}
.overview-page__construction-types-results {
  margin-top: 10px;
}
.overview-page__construction-types-results li:nth-child(odd) a {
  background: #FFF;
}
.overview-page__construction-types-results li a:hover, .overview-page__construction-types-results li a:focus {
  background: #0dc2db;
  color: #FFF;
}
.overview-page__construction-types-result-item {
  display: block;
  line-height: 70px;
  background: #e9f2f5;
  padding-left: 24px;
  font-size: 22px;
  text-decoration: none;
}
.overview-page__construction-types-result-item.letter-heading {
  pointer-events: none;
  color: #702F8A;
  font-size: 24px;
  font-weight: 700;
  padding-left: 15px;
}

.overview-page__publications .article-teaser {
  background-color: #FFF;
}

.overview-page__publications .article-teaser.article-teaser--with-background {
  background-color: #e9f2f5;
}

.contact {
  background: url("../../assets/images/png/sidebar_dotted_border.png") no-repeat left bottom;
  background-size: 100%;
  padding-bottom: 23px;
  padding-top: 20px;
}
.contact__name {
  font-size: 20px;
  font-weight: 700;
}
.contact__email {
  background: url("../../assets/images/svg/email_blue.svg") no-repeat 2px center;
  padding-left: 34px;
  margin-bottom: 5px;
}
.contact__website {
  background: url("../../assets/images/svg/website.svg") no-repeat left center;
  padding-left: 34px;
}
.contact__container .field__item:last-child .contact {
  background: none;
  padding-bottom: 0;
}
.contact__container .field__item:first-child .contact {
  padding-top: 0;
}

.factbox__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 22px;
}
.factbox__item {
  font-size: 16px;
  width: 47%;
  word-break: break-word;
}
.factbox__item span:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}

.accordion {
  margin-bottom: 5px;
}
.accordion--open .accordion__header {
  background-image: url("../../assets/images/svg/chevron_up_blue.png");
}
.accordion--open .accordion__content {
  display: block;
}
.accordion__header {
  background-color: #E9F2F5;
  background-image: url("../../assets/images/svg/chevron_down_blue.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 19px 32px;
  cursor: pointer;
  user-select: none;
}
.accordion__header:hover, .accordion__header:focus {
  background-color: #0dc2db;
}
.accordion__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 55px;
  color: #105470 !important;
}
.accordion__title::after {
  display: none;
}
.accordion__content {
  display: none;
  padding: 15px 55px;
}
@media all and (max-width: 768px) {
  .accordion__content {
    padding: 15px;
  }
}

.region-breadcrumb {
  margin: 20px 0 10px 0;
}

.metabox {
  border: 2px solid #0dc2db;
  padding: 29px;
  margin-bottom: 88px;
}
.metabox:empty {
  display: none;
}
.metabox__heading {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
}
.metabox__heading::after {
  display: none;
}
.metabox__icon {
  margin: -64px auto 20px auto;
  border-left: 6px solid #FFF;
  border-right: 6px solid #FFF;
}
.metabox__icon--facts {
  background: transparent url("/themes/custom/bouvet_theme/assets/images/png/facts.png") no-repeat;
  background-size: 50px;
  width: 60px;
  height: 69px;
}
.metabox__icon--contact {
  background: transparent url("/themes/custom/bouvet_theme/assets/images/png/contact.png") no-repeat;
  background-size: 50px;
  width: 60px;
  height: 69px;
}
.metabox__icon--download {
  background: transparent url("/themes/custom/bouvet_theme/assets/images/png/download.png") no-repeat;
  background-size: 50px;
  width: 60px;
  height: 69px;
}

.downloads__file-wrapper {
  display: flex;
}
.downloads__file-wrapper:hover, .downloads__file-wrapper:focus {
  cursor: pointer;
  text-decoration: underline;
}
.downloads .external {
  display: flex;
  align-items: center;
}
.downloads .external svg {
  margin-right: 20px;
}
.downloads__item-link {
  word-break: break-word;
  margin-left: 12px;
  position: relative;
  top: -5px;
  text-decoration: none;
  width: 90%;
}
.downloads__item-link:hover, .downloads__item-link:focus {
  text-decoration: underline;
}
.downloads__item-icon {
  background: transparent url("/themes/custom/bouvet_theme/assets/images/svg/download.svg") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 10%;
  height: 30px;
}
.downloads__item-icon--externallink {
  background: transparent url("/themes/custom/bouvet_theme/assets/images/svg/external_blue.svg") no-repeat;
  background-size: 16px;
  background-position: 2px 0;
}
.downloads__download-single, .downloads__download-all {
  position: relative;
  width: 150px;
  outline: 0;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.downloads__download-single:hover, .downloads__download-single:focus, .downloads__download-all:hover, .downloads__download-all:focus {
  border: 4px solid transparent;
}
.downloads__download-all--active {
  text-indent: -9999px;
}
.downloads__download-all--active:hover, .downloads__download-all--active:focus {
  border: 4px solid #0dc2db;
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
}

.user-login-form, .user-pass {
  margin-top: 10px;
}
.user-login-form .form-item, .user-pass .form-item {
  margin: 0;
}
.user-login-form label, .user-pass label {
  display: block;
}
.user-login-form .form-actions, .user-pass .form-actions {
  margin-top: 10px;
}

.barekraftsmaal .field--name-field-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .barekraftsmaal .field--name-field-body {
    max-width: 600px;
  }
}
.barekraftsmaal .field--name-field-baerekraftsmal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
  margin-top: 50px;
  max-width: 1000px;
}
.barekraftsmaal .field--name-field-baerekraftsmal-list .field--name-field-baerekraftsmal-ikon {
  height: 156px;
  border-bottom: 6px solid white;
}
.barekraftsmaal .field--name-field-baerekraftsmal-list .field--name-field-baerekraftsmal-ikon:hover {
  border-color: #0dc2db;
}

/* -------------------------------------------------------------------
  Microtip
  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped
  @author Ghosh
  @package Microtip
----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/
/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/
[aria-label][role~=tooltip] {
  position: relative;
  border-bottom: dotted 2px black;
}

[aria-label][role~=tooltip]::before,
[aria-label][role~=tooltip]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~=tooltip]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~=tooltip]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.5em 1em;
  box-sizing: content-box;
}

[aria-label][role~=tooltip]:hover::before,
[aria-label][role~=tooltip]:hover::after,
[aria-label][role~=tooltip]:focus::before,
[aria-label][role~=tooltip]:focus::after {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/
[role~=tooltip][data-microtip-position|=top]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~=tooltip][data-microtip-position|=top]::after {
  margin-bottom: 11px;
}

[role~=tooltip][data-microtip-position|=top]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position|=top]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~=tooltip][data-microtip-position|=top]::after {
  transform: translate3d(-50%, 0, 0);
  min-width: 200px;
  bottom: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position=top]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}
@media all and (max-width: 768px) {
  [role~=tooltip][data-microtip-position=top]:hover::after {
    min-width: 200px;
  }
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/

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