:root {
--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-color: #463265;
--theme-font-color: darkwhite;
--theme-color-contrast: whitesmoke;
--theme-nav-color: #FFF;
--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(--theme-color);
--footer-font-color: var(--theme-color-contrast);
--cta-events-date-border-color: var(--theme-color);
}

/* ////////////////////////////////// NAVBAR /////////////////////////////////// */


.navbar{ 
background: #512d6d;
}

.navbar__logo {
    max-height: max(6.2vw, 60px);
}

.navbar .dropdown__menu {
background-color: #45605B;
top: 72%;
color: White;
    }

.navbar .dropdown__menu--show {
color: #white;
border: 1px solid var(--dropdown-menu-border-color, #00000010);
    }

.heroimage img {
    border-style: none;
    margin-bottom: -5px;
}

/* //////////////////////////////////  Aksjonsknapper /////////////////////////////////// */
.innhold {
    text-align: center;
    color: white;
        padding: 0 5rem 2rem 5rem;
}      

.innhold h1{
    color: white;
    font-size: 30px;
}

.helseknapp {
    background-color: #512d6d;
    width: 100%;
}

.helsekropp {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0 5rem 0;
}

.helsebtn {
    cursor: pointer;
    border: solid rgb(255, 255, 255) 2px;
    font-size: 18px;
    padding: 10px 30px;
    /* min-width: calc(9rem); */
    /* height: 10rem; */
    transition: .63s;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: .5rem;
    width: 20.5rem;
    height: 18.5rem;}

.helsebtn a {
    color: white;
    display: flex;
    justify-content: top;
    align-items: center;
}

.helsebtn:hover {
    background-color: #76449c;
}

#helsebtn1 {
    background: url("https://i.styreweb.com/v1/photoalbum/9382875/stafettsusi_(2).png") no-repeat center center;
    background-size: 80%;
    background-position: center 60px;
    text-decoration: none;
    color: white;
}

#helsebtn2 {
    background: url("https://i.styreweb.com/v1/photoalbum/9382897/yogasusi.png") no-repeat center center;
    background-size: 70%;
    background-position: bottom;
    text-decoration: none;
    color: white;
}

#helsebtn3 {
    background: url("https://i.styreweb.com/v1/photoalbum/9382872/bowlingsusi_(2).png") no-repeat center center;
    background-size: 95%;
    background-position: center 70px;
    text-decoration: none;
    color: white;
}

#helsebtn4 {
    background: url("https://i.styreweb.com/v1/photoalbum/9382874/golfsusi_(1).png") no-repeat center center;
    background-size: 80%;
    background-position: bottom;
    text-decoration: none;
    color: white;
}

#helsebtn5 {
    background: url("https://i.styreweb.com/v1/photoalbum/9382873/fjelltursusi_(1).png") no-repeat center center;
    background-size: 80%;
    background-position: bottom;
    text-decoration: none;
    color: white;
}

#helsebtn6 {
    background: url("https://i.styreweb.com/v1/photoalbum/10090297/sovesusi.png") no-repeat center center;
    background-size: 50%;
    background-position: bottom;
    text-decoration: none;
    color: white;
}


@media only screen and (max-width: 1250px) and (min-width: 701px) {
    .helsekropp {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: .5rem;
        justify-items: center;
    }
    .helsebtn {
        margin: .5rem;
    }
#helsebtn1 {
    background-size: 80%;
}

#helsebtn2 {
    background-size: 70%;
}

#helsebtn3 {
   
    background-size: 95%;
}

#helsebtn4 {
    background: url("https://i.styreweb.com/v1/photoalbum/9382874/golfsusi_(1).png") no-repeat center center;
    background-size: 80%;
    background-position: bottom;
    text-decoration: none;
    color: white;
}

#helsebtn5 {
    background-size: 80%;
}

#helsebtn6 {
    background-size: 50%;
}
}

@media only screen and (max-width: 700px) {
    .helsekropp {
        display: grid;
        justify-items: center;
        padding-top: .5rem;
    }
    .helsebtn {
        margin: .5rem;
    }
}
/* ////////////////////////////////// Nedtelling /////////////////////////////////// */
   ul#countdown {
  position: relative;
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  flex-wrap: nowrap;
  width: 70%;
  margin: 1rem auto;
  padding: 15px 0 20px 0;
  color: #522d6d;
  border: 1px solid #690061;
  border-width: 1px 0;
  overflow: hidden;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  list-style: none;
}

ul#countdown li {
  margin: 0;
  padding: 0;
  flex: 1; /* Distribute space evenly among items */
  text-align: center;
  font-size: 72px;
  font-size: 6vw;
}

ul#countdown li .label {
  color: #000000;
  font-size: 18px;
  font-size: 1.5vw;
  text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
  ul#countdown {
    width: 95%;
  }

  ul#countdown li {
    font-size: 6vw;
  }

  ul#countdown li .label {
    color: #522d6d;
    font-size: 3.5vw;
  }
}

/* ////////////////////////////////// DIV /////////////////////////////////// */

    #btn-template {
      display: flex;
      width: 100%;
    }
  
    #btn-template img {
      vertical-align: top;
    }
  
    #btn-template .btn-group button,
    #btn-template a {
      background-color: rgb(255 235 18 / 68%);
      border: 1px solid black;
      color: black;
      padding: 7px 15px 7px;
      cursor: pointer;
      font-weight: 500;
      font-size: 1.5rem;
      border-radius: 5px;
      letter-spacing: 2px;
      text-align: center;
  
      /* Endre meg for lengre knapp */
    }
  
    #btn-template .btn-group button:hover,
    #btn-template a:hover {
      background-color: rgb(255 235 18 / 11%);
      color: black;
      text-decoration: none;
    }
  
    @media only screen and (max-width: 700px) {
      #btn-template {
        flex-direction: column;
      }
    }
