@charset "UTF-8";
/**
 * @file
 * Subtheme specific CSS.
 */
/* main */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.primary-menu ul.main-menu li.nav-item a.nav-link {
  color: black;
}
.primary-menu ul.main-menu li.nav-item a.nav-link--::before {
  display: none;
}
@media (min-width: 992.1px) {
  .primary-menu ul.main-menu li.nav-item .dropdown-menu-new {
    position: absolute;
    z-index: 20;
    background-color: rgb(255, 255, 255);
    border: dotted lightgray 1px;
    padding: 1rem;
  }
  .primary-menu ul.main-menu li.nav-item .dropdown-menu-new li {
    padding: 6px 0;
  }
  .primary-menu ul.main-menu li.nav-item .dropdown-menu-new a {
    color: black;
    text-decoration: none;
  }
  .primary-menu ul.main-menu li.nav-item .dropdown-menu-new a.nav-link.active {
    border-bottom: solid black 1px;
  }
  .primary-menu ul.main-menu li.nav-item .dropdown-menu-new a:hover {
    text-decoration: underline;
  }
  .primary-menu ul.main-menu li.nav-item .dropdown-menu-new a::before {
    content: "";
    border: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 0.25rem;
    width: 1.5rem;
    height: 1.2rem;
    display: block;
  }
}

/* Mobilmenu */
@media (min-width: 992.1px) {
  .offcanvas-body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 992px) {
  .offcanvas .offcanvas-body {
    background-color: rgb(151, 188, 83);
  }
  .offcanvas .offcanvas-body .main-menu .nav-item a,
  .offcanvas .offcanvas-body .main-menu .nav-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .offcanvas .offcanvas-body .main-menu .nav-item .dropdown-toggle::after {
    content: "";
    border: none;
    background-image: url('data:image/svg+xml,<svg class="bi bi-person-check" width="1em" height="1em" viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 0.25rem;
    width: 1.5rem;
    height: 1.2rem;
  }
  .offcanvas .offcanvas-body .main-menu .nav-item [aria-expanded=true]::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"/></svg>');
  }
}
body {
  color: #3b3b3b;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

a,
.link {
  color: #3b3b3b;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: rgb(238, 108, 77);
}

a:active,
.link:active {
  color: rgb(238, 108, 77);
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  border: none;
}

.btn-primary {
  background-color: rgb(238, 108, 77);
  border-color: rgb(238, 108, 77);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgb(237, 124, 96);
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */
[dir=rtl] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir=rtl] .color-form .form-item label {
  float: right;
}

[dir=rtl] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

body {
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  font-style: normal;
}
body article {
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans 3", serif;
}

h1 {
  font-weight: 800;
  font-size: 2.6rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
}

h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-top: 2rem;
}

.primary_menu_wrapper a {
  text-transform: uppercase;
  text-underline-offset: 3px;
  font-weight: 400;
}

blockquote {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

span.comment,
p.comment {
  font-family: "Courier New", Courier, monospace;
  color: rgb(214, 113, 41);
}

.content .node ul li,
.content .node ol li {
  margin: 0.7rem 0;
  padding-right: 6rem;
}
.content .node .text-formatted ul li {
  padding-right: 0;
}
.content .node li::marker {
  font-weight: 700;
}
.content .node p.fact-normal {
  background-color: rgb(226, 226, 226);
  padding: 1.5rem;
}
.content .node .table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  scrollbar-gutter: stable;
  position: relative;
  /* Reserv plats för scrollbar */
}
@media (max-width: 1200px) {
  .content .node .table-scroll::after {
    content: "Scroll →";
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10;
  }
}
.content .node {
  /* Chrome / Edge / Safari */
}
.content .node .table-scroll::-webkit-scrollbar {
  height: 12px;
}
.content .node .table-scroll::-webkit-scrollbar-track {
  background: #eee;
}
.content .node .table-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.content .node .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.content .node .table-scroll > table {
  width: 100%;
  /* Tabellen följer wrapperns bredd */
  min-width: 700px;
  /* Eller vilken minbredd du vill ha */
  border-collapse: collapse;
}

.primary_menu_wrapper {
  width: 100%;
  border-top: lightgray dotted 1px;
  border-bottom: lightgray dotted 1px;
}
.primary_menu_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary_menu_wrapper ul li {
  padding: 0.5rem;
}
.primary_menu_wrapper ul li a {
  margin: 0.5rem;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  font-size: 1rem;
}
.primary_menu_wrapper ul li a:hover {
  text-decoration: underline;
}
.primary_menu_wrapper ul li .is-active,
.primary_menu_wrapper ul li .m-active {
  text-decoration: underline;
}

.sidebar h2 {
  font-weight: bold;
}

.sidebar_first nav.block a,
.sidebar_second nav.block a {
  font-weight: 600;
}
.sidebar_first nav.block ul,
.sidebar_second nav.block ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.sidebar_first nav.block ul li,
.sidebar_second nav.block ul li {
  margin: 0;
}
.sidebar_first nav.block ul li a,
.sidebar_second nav.block ul li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  text-underline-offset: 5px;
  color: #3b3b3b;
  -webkit-transition: none;
  transition: none;
}
.sidebar_first nav.block ul li a:hover,
.sidebar_second nav.block ul li a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(0, 113, 179, 0.5);
  color: rgb(238, 108, 77);
}
.sidebar_first nav.block ul li .is-active,
.sidebar_second nav.block ul li .is-active {
  color: rgb(238, 108, 77);
}
.sidebar_first nav.block ul li.m-nav-item,
.sidebar_first nav.block ul .m-dropdown-item,
.sidebar_second nav.block ul li.m-nav-item,
.sidebar_second nav.block ul .m-dropdown-item {
  position: relative;
  padding-left: 1rem;
  padding: 0;
}
.sidebar_first nav.block ul li.m-nav-item a,
.sidebar_second nav.block ul li.m-nav-item a {
  display: block;
  padding: 7px 10px 8px 25px;
}
.sidebar_first nav.block ul li.m-nav-item a::before,
.sidebar_second nav.block ul li.m-nav-item a::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708" /></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 0 0.25rem;
  width: 1.5rem;
  height: 1.2rem;
  left: 0;
}
.sidebar_first nav.block ul li.m-menu-item--collapsed a::before,
.sidebar_second nav.block ul li.m-menu-item--collapsed a::before {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-expand" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708m0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708" /></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 0 0.25rem;
  width: 1.5rem;
  height: 1.2rem;
}
.sidebar_first nav.block ul li.m-menu-item--expanded.m-active-li > a::before,
.sidebar_second nav.block ul li.m-menu-item--expanded.m-active-li > a::before {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" /></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 0 0.25rem;
  width: 1.5rem;
  height: 1.2rem;
}
.sidebar_first nav.block ul ul,
.sidebar_second nav.block ul ul {
  margin-left: 16px;
}
.sidebar_first nav.block ul li a,
.sidebar_second nav.block ul li a {
  font-size: 100%;
}
.sidebar_first nav.block ul li li,
.sidebar_second nav.block ul li li {
  padding-left: 16px;
}
.sidebar_first nav.block ul li li a,
.sidebar_second nav.block ul li li a {
  font-size: 90%;
}
.sidebar_first nav.block ul li li li,
.sidebar_second nav.block ul li li li {
  padding-left: 16px;
}
/**
 * @file
 * Subtheme specific CSS.
 */
.node--unpublished {
  background-color: rgb(252, 242, 255);
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-advanced-language-selector ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.block-advanced-language-selector ul li {
  list-style: none;
  padding: 0 5px;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 30px;
}
.block-advanced-language-selector ul li a span img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-advanced-language-selector ul li a:hover span img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.block-advanced-language-selector ul li span img {
  margin-left: -6px;
  margin-top: 0px;
}
.block-advanced-language-selector ul li:nth-child(5) {
  display: none;
}

@media (max-width: 768px) {
  .block-advanced-language-selector ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navbar > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-brand img {
  max-width: 300px;
  height: auto;
}

@media (max-width: 992.1px) {
  .navbar-brand {
    max-width: 250px;
    height: auto;
  }
}
.breadcrumb li:first-child a::before {
  background-size: 12px 12px !important;
  height: 14px !important;
}
.breadcrumb {
  font-size: 0.85rem;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  text-decoration-color: lightgray;
  color: gray;
}
.breadcrumb .breadcrumb-item a .breadcrumb-item.active {
  overflow: hidden;
  max-width: 35ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: lightgray;
}
.breadcrumb .breadcrumb-item.active {
  overflow: hidden;
  max-width: 35ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-mozaik img {
  max-width: 100%;
  height: auto;
}

.related-mozaik .overlay {
  position: relative;
  overflow: hidden;
}
.related-mozaik .overlay h4 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
  color: white;
  z-index: 2222222;
  font-size: 1.2rem;
}
.related-mozaik .overlay img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.related-mozaik .overlay:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.related-mozaik .overlay:hover h4 {
  text-decoration: underline;
}

.site-footer {
  background-color: inherit;
}
.site-footer .container-xxl {
  border-top: 1px gray dotted;
}
.site-footer .region-footer-fifth {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .block,
.site-footer p {
  margin: inherit;
  padding: inherit;
  border: inherit;
}

.menu--account ul li a {
  padding: 0;
  margin: 0;
}
.menu--account ul li a::before {
  display: none;
}

.video-banner {
  position: relative;
}
.video-banner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-banner .content .inner {
  margin-top: 100px;
}
.video-banner .content .inner h1,
.video-banner .content .inner h2,
.video-banner .content .inner h3,
.video-banner .content .inner p {
  color: white;
  text-align: center;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.navbar {
  padding-bottom: 0;
}

.layout img {
  width: 100%;
  height: auto;
}
.layout {
  margin-left: -1rem;
  margin-right: -1rem;
}
.layout .layout__region {
  padding: 1rem;
}

iframe {
  width: 100% !important;
  height: 500px;
}

.content video {
  width: 100%;
  height: auto;
}

.content-columns--30_70 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-columns--30_70 .content-columns__left {
  width: 30%;
  padding-right: 1rem;
}
.content-columns--30_70 .content-columns__right {
  width: 70%;
}

.content-columns--25_75 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-columns--25_75 .content-columns__left {
  width: 25%;
  padding-right: 1rem;
}
.content-columns--25_75 .content-columns__right {
  width: 75%;
}

.content-columns--50_50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-columns--50_50 .content-columns__left {
  width: 50%;
  padding-right: 1rem;
}
.content-columns--50_50 .content-columns__right {
  width: 50%;
}

.content-columns--70_30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-columns--70_30 .content-columns__left {
  width: 70%;
  padding-right: 1rem;
}
.content-columns--70_30 .content-columns__right {
  width: 30%;
}

.content-columns--75_25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-columns--75_25 .content-columns__left {
  width: 75%;
  padding-right: 1rem;
}
.content-columns--75_25 .content-columns__right {
  width: 25%;
}

@media (max-width: 767.98px) {
  .content-columns--30_70,
  .content-columns--25_75,
  .content-columns--50_50,
  .content-columns--70_30,
  .content-columns--75_25 {
    display: block;
  }
  .content-columns--30_70 .content-columns__left,
  .content-columns--25_75 .content-columns__left,
  .content-columns--50_50 .content-columns__left,
  .content-columns--70_30 .content-columns__left,
  .content-columns--75_25 .content-columns__left {
    width: inherit;
    padding-right: inherit;
  }
  .content-columns--30_70 .content-columns__right,
  .content-columns--25_75 .content-columns__right,
  .content-columns--50_50 .content-columns__right,
  .content-columns--70_30 .content-columns__right,
  .content-columns--75_25 .content-columns__right {
    width: inherit;
  }
}
.data-collection table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.data-collection th,
.data-collection td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}
.data-collection img {
  max-width: 100px;
  cursor: pointer;
}
.data-collection .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.data-collection .modal-content {
  margin: 5% auto;
  padding: 1rem;
  background-color: #fff;
  max-width: 90%;
  text-align: center;
}
.data-collection .modal-content img {
  max-width: 100%;
  max-height: 80vh;
}
.data-collection .close,
.data-collection .prev,
.data-collection .next {
  cursor: pointer;
  position: absolute;
  top: 10px;
  font-size: 2rem;
  color: white;
}
.data-collection .close {
  right: 20px;
}
.data-collection .prev {
  left: 20px;
}
.data-collection .next {
  right: 60px;
}

.front-observations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* om platsen tar slut bryts rader */
  /* Varje post */
}
.front-observations-container .observation-card {
  text-align: center;
}
.front-observations-container .observation-card p {
  margin: 0;
}
.front-observations-container .observation-card h3,
.front-observations-container .observation-card h4,
.front-observations-container .observation-card h5,
.front-observations-container .observation-card h6 {
  margin-bottom: 0;
}
.front-observations-container .observation-card .latin {
  margin-bottom: 5px;
  font-style: italic;
}
.front-observations-container {
  /* Runda bilder */
}
.front-observations-container .observation-card img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.front-observations-container .observation-card img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.front-observations-container {
  /* Datum och övrig text */
}
.front-observations-container .observation-info {
  margin-top: 10px;
}

.view-produkter-change-layout {
  display: none !important;
}

.Observation-view .col-obs {
  margin-bottom: 2rem;
}
.Observation-view .col-obs .observed-date {
  font-size: 0.9rem;
}
.Observation-view .col-obs .quality-text {
  font-size: 0.8rem;
  color: #666;
  margin-left: 0.5rem;
  font-style: italic;
}
.Observation-view .col-obs .quality-research {
  font-size: 0.9rem;
  background-color: rgb(9, 222, 122);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.Observation-view .col-obs .quality-needsid {
  font-size: 0.9rem;
  background-color: rgb(206, 206, 206);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.Observation-view .col-obs h3,
.Observation-view .col-obs h4 {
  margin-top: 0.5rem;
}
.Observation-view .col-obs .data-0 {
  font-style: italic;
}
.Observation-view .show-extra {
  display: none;
}
.Observation-view .open-more {
  cursor: pointer;
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
  margin-top: 1.2rem;
}
.Observation-view .show-extra.is-open {
  display: block;
}
.Observation-view .observations-vy .col-obs {
  width: 33.33%;
}

.btn-rutvy,
.btn-listvy {
  cursor: pointer;
}

.view img {
  width: 100%;
  height: auto;
}

.news-mosaik a {
  text-decoration: none;
}
.news-mosaik a:hover {
  color: black;
}
.news-mosaik a:hover h2,
.news-mosaik a:hover h3,
.news-mosaik a:hover .body {
  text-decoration: underline;
}

.hamburger {
  display: inline-block;
}

.over {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}

.lightheader a {
  color: white;
}

.background-image-fullscreen img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.background-video-fullscreen video {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: auto;
}

.big-media-wrapper {
  position: relative;
}

.big-media-wrapper::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 58, 71);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 58, 71, 0.93)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 58, 71, 0.93) 0%, rgba(255, 255, 255, 0) 50%);
}

.big-media-overlay {
  position: absolute;
  z-index: 20;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 20px;
  width: 70%;
  border-radius: 10px;
}
.big-media-overlay h1,
.big-media-overlay h2 {
  font-size: clamp(1.4rem, 5vw, 4rem);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.big-media-overlay h3 {
  font-size: 2.6rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.big-media-overlay p {
  font-size: 1.2rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.big-media-overlay .overlay-link {
  margin-top: 50px;
}
.big-media-overlay .overlay-link a {
  background-color: #EE6C4D;
  padding: 6px 10px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}

.big-media-scroll-button {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 22;
  left: 48%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.big-media-scroll-button img {
  width: 100px;
  height: auto;
}

.big-media-scroll-button:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@media (min-height: 550px) and (max-height: 800px) and (min-width: 800px) {
  .big-media-scroll-button {
    display: block;
  }
}
.status-0 span {
  background-color: lightgreen;
  padding: 3px 6px;
  border-radius: 3px;
}

.status-1 span {
  background-color: rgb(240, 238, 128);
  padding: 3px 6px;
  border-radius: 3px;
}

.status-2 span {
  background-color: rgb(255, 157, 0);
  padding: 3px 6px;
  border-radius: 3px;
}

.status-3 span {
  background-color: rgb(253, 128, 128);
  padding: 3px 6px;
  border-radius: 3px;
}

.user-logged-in .over {
  top: 80px;
}

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

.not-published .main-content {
  background-color: rgb(255, 246, 247);
}

.swiper-container {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(238, 109, 77, 0.6);
  color: black !important;
  border-radius: 50px;
  width: 60px !important;
  height: 60px !important;
  top: 45% !important;
}

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

.swiper-button-next {
  right: -30px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #EE6C4D;
}

a.card {
  text-decoration: none;
}

a.card:hover .card-title {
  text-decoration: underline;
}
a.card:hover {
  color: black;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.node--type-page article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.node--type-blog .blog-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.node--type-blog .bloggare-bild .field--name-user-picture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.node--type-blog .bloggare-bild .field--name-user-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-our-bloggers img,
.view-blog img {
  border-radius: 50%;
  width: 40px;
  height: auto;
}
.view-our-bloggers h5 a,
.view-blog h5 a {
  text-decoration: none;
}
.view-our-bloggers h5 a:hover,
.view-blog h5 a:hover {
  text-decoration: underline;
  color: black;
}

.block-views {
  margin-bottom: 40px;
}

.news-image img {
  width: 100%;
  height: auto;
}

figcaption {
  margin-top: 8px;
  font-weight: 600;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

.carousel-inner img {
  width: 100%;
  height: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #EE6C4D;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-size: 70%;
}

.size-normal {
  font-style: italic;
  padding-bottom: 1rem;
}

.size-small {
  font-style: italic;
  padding-bottom: 1rem;
}

.size-micro {
  font-style: italic;
  padding-bottom: 1rem;
}

.tb-box {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}

.tb-box__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  /* 400x300 = 4:3 */
  overflow: hidden;
}

/* Drupal wrap: gör så att <img> fyller och beskärs som en background */
.tb-box__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* COVER ger samma känsla som background-size: cover */
  display: block;
}

/* gradient overlay */
.tb-box__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

.tb-box__hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: black;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* innehåll ovanpå bilden, längst ner */
.tb-box__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
}

/* rubrik och ikon */
.tb-box__headline {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.tb-box__icon {
  background: #e55b2d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tb-box__icon .bi {
  color: #fff;
  font-size: 1.5rem;
  padding-top: 3px;
}

.tb-box:hover .tb-box__hover {
  opacity: 0.4;
}

.tb-box__media .contextual-region {
  position: static !important;
  z-index: auto !important;
}

.site-footer-bottom {
  border-top: 1px dotted gray;
}
.site-footer-bottom p {
  color: black !important;
}

/* -- CSS för vågen -- */
#wave-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  /* vågen tar 33 % av höjden */
  overflow: hidden;
  pointer-events: none;
  /* låt klick gå igenom om du vill */
  z-index: -1;
  /* justera beroende på annat innehåll */
}

#wave-svg {
  width: 100%;
  height: 100%;
  display: block;
}

#wave-path {
  fill: rgba(179, 217, 255, 0.2039215686);
  /* ändra färg här */
  -webkit-animation: waveAnim 20s ease-in-out infinite alternate;
          animation: waveAnim 20s ease-in-out infinite alternate;
}

/* Keyframes för vågmorfning */
@-webkit-keyframes waveAnim {
  0% {
    d: path("M0,200 Q360,180 720,200 T1440,200 L1440,300 L0,300 Z");
  }
  100% {
    d: path("M0,200 Q360,220 720,200 T1440,200 L1440,300 L0,300 Z");
  }
}
@keyframes waveAnim {
  0% {
    d: path("M0,200 Q360,180 720,200 T1440,200 L1440,300 L0,300 Z");
  }
  100% {
    d: path("M0,200 Q360,220 720,200 T1440,200 L1440,300 L0,300 Z");
  }
}
body {
  background-color: rgba(179, 217, 255, 0.2039215686);
}

#puffar {
  scroll-margin-top: 40px;
  /* byt 80px mot höjden på din sticky header */
}

.date-updated {
  font-size: 80%;
  font-style: italic;
}

@media (min-width: 560px) {
  .node .field--type-image {
    float: none;
  }
}
@media (max-width: 768px) {
  h1.title {
    font-size: 1.8rem;
  }
  .primary_menu_wrapper {
    display: none;
  }
  .big-media-overlay {
    top: inherit;
    bottom: 15%;
    left: 20%;
    -webkit-transform: translate(-10%, -10%);
            transform: translate(-10%, -10%);
    padding: 0px;
    max-width: 90%;
  }
  .big-media-overlay p {
    display: none;
  }
  .region-language-menu {
    display: none;
  }
  .lightheader .block-responsive-menu .responsive-menu-toggle-icon:before,
  .lightheader .block-responsive-menu .responsive-menu-toggle-icon:after,
  .lightheader .block-responsive-menu .responsive-menu-toggle-icon span.icon {
    background: #fff !important;
  }
}
table tbody tr:nth-child(odd) {
  /* grå bakgrund */
}

table tbody tr:nth-child(even) {
  /* grå bakgrund */
}

table tbody tr {
  background-color: inherit;
  /* grå bakgrund */
}

table tbody tr td {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.drupal-layout h2,
.drupal-layout h3,
.drupal-layout h4,
.drupal-layout h5,
.drupal-layout h6 {
  margin-top: 0;
}

.block-responsive-menu {
  margin-right: 16px;
}
.block-responsive-menu .responsive-menu-toggle-icon:before,
.block-responsive-menu .responsive-menu-toggle-icon:after,
.block-responsive-menu .responsive-menu-toggle-icon span.icon {
  background: #3D5A80;
  width: 26px;
}
.block-responsive-menu .responsive-menu-toggle-icon:before {
  top: 6px;
}
.block-responsive-menu .responsive-menu-toggle-icon:after {
  top: 22px;
}
.block-responsive-menu span.label {
  display: none;
}

.mcc-oembed--consent {
  display: block;
  margin: 1.25rem 0;
}

.mcc-oembed--consent [data-type=placeholder][data-name=youtube] {
  position: relative;
  width: 100%;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0b0b0b;
}

.mcc-oembed--consent .cm-as-context-notice {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.mcc-oembed--consent .cm-as-context-notice .context-notice {
  width: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  padding: 12px 12px 10px;
  color: #fff;
}
.mcc-oembed--consent .cm-as-context-notice .context-notice p {
  margin: 0 0 6px 0;
}
.mcc-oembed--consent .cm-as-context-notice .context-notice {
  border: 0;
}

.mcc-oembed--consent .mcc-yt-ui {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.mcc-oembed--consent .mcc-yt-ui__title {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.mcc-oembed--consent .mcc-yt-ui__text {
  font-size: 0.85rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.mcc-oembed--consent .mcc-yt-ui__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.mcc-oembed--consent .mcc-yt-ui__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}
.mcc-oembed--consent .mcc-yt-ui__btn:hover {
  background: #fff;
}
.mcc-oembed--consent .mcc-yt-ui__btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}
/*# sourceMappingURL=style.css.map */