
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Teko:wght@300..700&display=swap');

:root {
--siops-black: #1b1d1e	;
--siops-blue: #0688e1;
--siops-blue2: #022239;
--siops-brown: #ad9966;
--white: white;
--transparent: transparent;
--grey: grey;
--lightgrey: lightgrey;
--lightgrey1: #efefef;
--lightgrey2: #e6e6e6;
--lightgrey3: #696969;
--lightergrey: #dedede;
--darkgrey: #585858;
--whitesmoke: whitesmoke;
--black: #383838;
--lightergrey: #dedede;
--light-darkgrey: #d8d8d8;
--grey1: #bbbbbb;
--grey-green: #effff1;
--grey2: #ebebeb;
--default-white: white;
--default-darkwhite: #f3f3f3;
--sw-info-color: #3490dc;
--layout-row-shaddow-color-light: rgba(0,0,0,0.1);
--layout-row-shaddow-color-dark: rgba(0,0,0,0.2);
--calendar-selection-background-color: white;
--theme-heading-color: black;
--theme-heading1-color: black;
--theme-heading2-color: black;
--theme-heading3-color: black;
--theme-body-font-color: #424242;
--theme-color-lighten-10: hsl(var(--theme-color),40%);
--theme-color-lighten-20: hsl(var(--theme-color),30%);
--theme-color-darken-10: hsl(var(--theme-color),60%);
--theme-color-darken-20: hsl(var(--theme-color),70%);
--donate-wizard-button-next-color: #585858;
--theme-font-color: #331919;
--theme-color-contrast: #f3f3f3;
--theme-color: var(--white);
--theme-nav-backgroundcolor: var(--siops-blue2);
--theme-nav-color: var(--white);
--default-black: var(--black);
--default-grey: var(--grey);
--navbar-background-color: var(--theme-nav-backgroundcolor);
--navbar-collapsed-background-color: var(--whitesmoke);
--navbar-font-color: var(--theme-nav-color);
--navbar-collapsed-font-color: var(--default-black);
--page-title-border-color: var(--theme-color);
--footer-background-color: var(--siops-blue2);
--footer-copyright-font-color: var(--white);
--footer-font-color: var(--white);
--cta-events-date-border-color: var(--theme-color);
--footer-heading-color: var(--white);
}

html {
font-family: 'DM sans', sans-serif;
}

.page-title {    
    text-align: center;
    text-transform: uppercase;
}

.overskrift_1 { 
    letter-spacing: 1.1px;
    font-size: 2.3rem;
    color: var(--siops-blue);
    text-align: center;
    font-weight: 400;
}

.overskrift_2 { 
    letter-spacing: 1.1px;
    font-size: 3.3rem;
    color: var(--siops-blue2);
    text-align: start;
    font-weight: 600;
}


.menneskene .profilbilde img {
clip-path: circle(38% at 50% 50%);
}
.menneskene .zigzag-list__image {
    height: 100%;
    overflow: visible;
    clip-path: circle(38% at 50% 50%);
    object-position: center;
}


/* #############  HJEM #############   */

.navbar {
  height: 70px;
}

.navbar__nav--active {
border-bottom: none;
}

.home .logo img {
    position: absolute;
    z-index: 1;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(9% + 60px);
    padding: 15px;
    box-sizing: content-box;
    background-image: linear-gradient(transparent 69%, #ffffff, #96979e00);
    box-shadow: 2px 2px 5px #989898;
    border-radius: 4px;
    backdrop-filter: brightness(1) blur(1px);
  }

.home .heroimage img {
    min-height: 400px;
    object-fit: cover;
}

.heroimage__images {
       filter: grayscale(0.7) brightness(1.3) contrast(0.9);
}



.home .grid__sm--3 {
    padding: 18px 10px 0 10px;
}

.home .panel-box {
    box-shadow: rgb(233 233 234) 1px 1px 9px 0px;
}

.home .panel-box__header {
    background-color: white;
    padding-block: 10px;
}


.home h2.panel-box__heading { 
    color: var(--siops-blue);
    font-weight: 500;
    text-align: center;
    font-size: 1.8rem;
}

.home .image-list__button {
  float: right;
  border: none;
  font-size: 1.6rem;
}

.home .layout__column--sectionwrapper:has(.cta-events) {
   padding: 27px 9px;
}


.home .cta-events {
   background-color: white;
   border: 1px solid whitesmoke;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 14px 0px;
}



h3.cta-events__location-heading {
color: var(--siops-blue2);
font-weight: 500;
}

a.cta-events__event {
  color: var(--siops-blue2);
}

.home .cta-events__date {
   border-right-color: var(--siops-blue2);
}

div.cta-events__event-description {
   color: var(--siops-blue2);
}

h1.cta-events__event-description-heading {
    color: var(--siops-blue2);
}

.home .cta { 
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: max(350px, 40vw);
}

.cta-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  z-index: 1;
}


  .cta-btn-primary {
        background: var(--siops-blue);
        color: white;
        padding: 15px 25px;
        border: 1px solid var(--siops-blue);
        border-radius: 5px;
        font-size: 19px;
        text-align: center;
        transition: 0.3s;
        max-width: 300px;
        cursor: pointer;
    
    }
    .cta-btn-primary:hover {
        background: var(--siops-blue2);
        border: 1px solid var(--siops-blue2);
        color: white;
        transform: none;
    }
    .cta-btn-primary a {
        text-decoration: none;
        color: inherit;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }

.cta-btn-primary a:hover {
       text-decoration: none;
}

.home .news .grid__sm--2 {
        padding: 18px 10px 18px 10px;
    }

.home .layout__row--background-light:has(.news) {
padding-block: 50px;
}

.home .news .article-card-small {
    background-color: white;
    padding: 18px 10px 18px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home .layout__column--sectionwrapper:has(.old) {
  display: flex;
  background: var(--footer-background-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 16px;
  gap: 16px;
}

.home .old {
  order: 1;
  padding-top: 16px;
}

/* #############  ENGASJERE#############   */

.engasjere .cta-box__content-container {
    height: 100px;
    background-color: #339de6;
}

.engasjere .cta-box__button {
    background-color: rgb(51 157 230);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

/* #############  OM SIOPS #############   */

.about .grid__sm--3 {
        grid-template-columns: 1fr 1fr;
}

.about .panel-box {
    box-shadow: rgb(233 233 234) 1px 1px 9px 0px;
    margin-bottom: 40px;
}

.about .panel-box__header {
    background-color: white;
    padding-block: 10px;
}


.about .panel-box__heading {
padding: 10px 12px;
}


.about .historie .panel-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
 
.about .historie .panel-box__body{
    width:100%;
    height: 100%;
  }

.about .historie .panel-box__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 16px 16px 16px;
  }

.about .historie .panel-box__header{
    align-self:center;
 
 }

 
  .about .historie .panel-box__content div:first-of-type{
    align-self:start;
    flex: 1;
    padding: 0 16px 16px 16px;
  }

  .about .historie .panel-box__content div:has(.image-list__button){
    align-self:end;
 
  }
 
  .about .historie .image-list__button{
    margin:0
  }


.about h2.panel-box__heading {
   color: var(--siops-blue);
   font-size: 1.9rem;
   font-weight: 500;
    text-align: center;
}

.about .image-list__button {
    float: right;
}

.about a.image-list__button {
    font-size: 1.6rem;
}



.about .layout__row--bordertop-light {
    border-top-color: #0688e126;
}

.about .firmdepartmentnavheader__link {
    background-color: #022239;
    font-size: 20px;
    font-weight: 500;
}

.about .firmdepartmentnavheader>div>div {
    display: flex;   
    width: 100%;
    flex-direction: row;
    justify-content: center;
}


.about .firmdepartmentnavheader {
    color: white;
    background:  #022239;
    padding-block: 25px;
}

.about .layout__row--background-light {
    background-color: #022239;
}



.styringsdok .list-2-col__item:nth-child(-n+2) {
    border-top: none;
}

.styringsdok .grid__sm--2 {
        grid-template-columns: 1fr
}

.styring .list-2-col__item {
    text-align: center;
}

.topdok .list-2-col__item {
font-size: 2rem;
}


/* #############  VIDEO #############   */


.iframe-wrapper--regular{
        display: flex;
        justify-content: center;
       flex-direction: row;
       width:100%;
       max-width: min(100vw, 1000px);
       gap: 15px;
    }

  .iframe-wrapper--short{
        display: flex;
        justify-content: center;
       width:500px;
       max-width:90vw;

    }
    
  .iframe-wrapper--regular  iframe {
        aspect-ratio: 16 / 9 ;
        width: 100% !important;
        height: auto !important;
    }

   .iframe-wrapper--short iframe {
        aspect-ratio: 9 / 16 ;
        width: 100% !important;
        height: auto !important;
    }

/* ############# MEDLEM #############   */


.bli-medlem .bedrift .grid__sm--4 {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }

.bli-medlem .personlig .cta-box__content-container {   
    height: 115px;
    background-color: #85c4f0;
}


.bli-medlem .bedrift .cta-box__content-container {   
    height: 115px;
    background-color: #022239e0;
}



.bli-medlem .personlig .cta-box__button {
    background-color: #74bbee;
    color: #022239;
    font-size: 17px;
}

.bli-medlem .bedrift .cta-box__button {
    background-color: #022239;
    color: white;
    font-size: 17px;
}

/* #############  INFO #############   */


.info .cta-box__content-container {
    height: 100px;
    background-color: #339de6;
}

.info .cta-box__button {
    background-color: rgb(51 157 230);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}


.info .grid__sm--3 {
        grid-template-columns: 1fr;
}

.info .panel-box {
border-color: #339de6;
}


.info .panel-box__header {
    background-color: #339de6;
    padding-block: 5px:
}

.info h2.panel-box__heading {
font-size: 1.9rem;
color: #fff;
}

.accordion__header {
    background-color: #85c4f0;

}

.info h2.accordion__heading {
font-size: 1.8rem;
color: #022239;
}


.info .accordion {
    border-color: #339de6;
    border-radius: 5px;
    margin-top: -40px;
}


/* #############  BIDRA #############   */


.bidra .panel-box {
    box-shadow: rgb(233 233 234) 1px 1px 9px 0px;
    margin-bottom: 40px;
}

.bidra .panel-box__header {
    background-color: white;
    padding-block: 10px;
}


.bidra .panel-box__heading {
padding: 10px 12px;
}


.bidra .panel-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
 
.bidra .panel-box__body{
    width:100%;
    height: 100%;
  }

.bidra .panel-box__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 16px 16px 16px;
  }

.bidra .panel-box__header{
    align-self:center;
 
 }

  .bidra .panel-box__content div:first-of-type{
    align-self:start;
    flex: 1;
    padding: 0 16px 16px 16px;
  }

 .bidra .panel-box__content div:has(.image-list__button){
    align-self:end;
 
  }
 
  .bidra .image-list__button{
    margin:0
  }


.bidra h2.panel-box__heading {
   color: var(--siops-blue);
   font-size: 1.9rem;
   font-weight: 500;
    text-align: center;
}


.bidra .image-list__button {
    float: right;
    border: none;
}

.bidra  a.image-list__button {
    font-size: 1.6rem;
}

/* #############  Arbeidsgrupper #############   */
.arbeidsgrupper .grid__sm--3 {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
}

.arbeidsgrupper .panel-box {
border-color: #339de6;
}


.arbeidsgrupper .panel-box__header {
    background-color: #339de6;
    padding-block: 5px:
}

.arbeidsgrupper h2.panel-box__heading {
font-size: 1.9rem;
color: #fff;
}
/* #############  Psykisk#############   */

.psykisk .grid__sm--3 {
        grid-template-columns: 1fr;
}

.psykisk .panel-box__header {
    background-color: white;
}

.psykisk .layout__row--background-light {
   padding-block: 50px;
   margin-bottom: 0;
}

.psykisk .layout__row--background-light:has(.symptomer) {
   background-color: #0688e117;
   padding-block: 50px;
}

.psykisk .accordion {
    margin-top: -37px;
}

.psykisk .accordion__header {
    background-color: white;
}


.kontakt .grid__sm--3 {
        grid-template-columns: 1fr 2fr;
}
.kontakt .panel-box {
    border: 1px solid #ad9966;
    border-color: #ad9966;
    border-radius: 5px;
}

.kontakt .panel-box__header {
   background-color: var(--siops-brown);
   padding-block: 10px;
   border-radius: unset;
}

.kontakt .panel-box__heading {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.kontakt .contact {
    background-color: whitesmoke;
    background-color: #ffffff;
    border-radius: 5px;
    /* border: 1px solid #ad9966; */
}

.kontakt .contact__item-heading {
    color: grey;
    color: #ad9966;
    font-size: 2rem;
    user-select: none;
    padding: 12px;
    background-color: #e2e2e2;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    margin-top: 0;
    margin-bottom: 0;
}


.contact__form-container {
    background-color: white;
}

.kontakt .grid__md--2 {
        grid-template-columns: 1fr 2fr;
        border: 1px solid #ad9966;
        border-radius: 5px;
}

/* #############  LIKEPERSON #############   */

.likeperson .contact {
    background-color: whitesmoke;
    background-color: #ffffff;
    border-radius: 5px;
    /* border: 1px solid #ad9966; */
}

.likeperson .contact__item-heading {
    color: grey;
    color: var(--siops-blue);
    font-size: 2rem;
    user-select: none;
    padding: 12px;
    background-color: #e2e2e2;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    margin-top: 0;
    margin-bottom: 0;
}


.likeperson .contact__form-container {
    background-color: white;
}

.likeperson .grid__md--2 {
        grid-template-columns: 1fr 2fr;
        border: 1px solid var(--siops-blue);
        border-radius: 5px;
}


.nearest-first {
    display: flex;
    flex-direction: column-reverse;
}

/* #############  MEDIA #############   */
@media only screen and (max-width: 576px) {
    .about .grid__sm--3 {
        grid-template-columns: 1fr;
}
}

@media only screen and (max-width: 685px) {
    .iframe-wrapper--regular{
        display: flex;
        flex-direction: column;
}
}

@media only screen and (max-width: 691px) {
    .cta-btn-wrapper {
        flex-direction: column;
}
.heroimage img {
        box-sizing: content-box;
}
}

@media only screen and (max-width: 927px) {
.about .firmdepartmentnavheader>div>div {
   display: flex;
   width: 100%;
   flex-direction: column;
   align-items: center;
}
}

@media only screen and (max-width: 768px) {
    .kontakt .grid__sm--3 {
        grid-template-columns: 1fr;
}
   .zigzag-list__content-container {
       height: 100%;
       min-height: auto;
       align-items: center;
       text-align: center;
}

.zigzag-list__image {
  max-height: 100%;
}
.likeperson .grid__md--2 {
        grid-template-columns: 1fr;
}

.kontakt .grid__md--2 {
        grid-template-columns: 1fr;
}
.kontakt .grid__sm--3 {
        grid-template-columns: 1fr;
}
}

@media only screen and (min-width: 769px) {
.menneskene .zigzag-list__content-container {
order: 1;
}
}

@media only screen and (max-width: 576px) {
.bli-medlem .bedrift .grid__sm--4 {
        grid-template-columns: 1fr;
}
}