.logo {
    max-width: fit-content;
    max-height: fit-content;
    width: 150px;
  }
  
  .smartOrgLogo {
    display: flex;
    justify-content: center;
    padding-top: 5px;
  }
  
  .h1 {
    margin-bottom:1px;
  }
  
  .orgtype {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Segoe UI';
    color: #000000;
  }
  
  .type {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: 'Segoe UI';
    color: #000000;
    margin: 5px;
  }
  
  .box {
    display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
    max-width: fit-content;
    max-height: fit-content;
    background-color: #ffffff;
    border-radius: 28px;
    box-shadow: #000000;
    margin: 10px;
    max-width: fit-content;
    font-size: 18px;
    color: #575757;
    box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.1);
  
  }
  
  
  input[type="number"] {
    width: 275px;
    height: 40px;
    border-radius: 28px;
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 1em;
    background-color: #8861940c;
    box-shadow: inset 0px 4px 7px rgba(86, 34, 102, 0.158);
    transition: 300ms ease-in-out;
    font-size: 20px;
    font-family: 'Segoe UI';
    text-align: center;
  
  }
  
  input[type="number"]:focus {
    background-color: white;
    transform: scale(1.0);
    box-shadow: 5px 5px 30px #3e283f2f, -5px -5px 30px #ffffff;
  
  }
  
  .medlemmer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    
    
  }
  .medlemmer:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    border-color: #8c4494;
  
  }
  
  .medlemmer ::placeholder {
    font-size: 20px;
    font-family: 'Segoe UI';
  }
  .radiobuttons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI';
  }
  
  .solid {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 20px;
  }
  
  .tillegg {
    text-align: center;
    font-size: 25px;
    color: #000000;
    position: relative;
    font-family: 'Segoe UI';
    margin: 10px;
  }
  
  .tilleggstjenester {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-family: 'Segoe UI';
    
  }
  
  .slider {
    background-color: #ffffff98;
    border-radius: 100px;
    padding: 1px;
    cursor: pointer;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    align-items: center;
    position: relative;
    display: inline-block;
    width: 51px;
    height: 29px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px inset, rgba(61, 61, 61, 0.226) 0px 0px 0px 24px inset,
    #8c4494 0px 0px 0px 0px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
  }
  
  .slider::after {
    content: "";
    display: flex;
    top: 2.3px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: #e3e3e3;
    border-radius: 200px;
    position: absolute;
    box-shadow: transparent 0px 0px 0px 2px, rgba(0, 0, 0, 0.103) 0px 6px 6px;
    transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    will-change: left, background-color;
  }
  
  .switch input[type="checkbox"]:checked+.slider {
    box-shadow: rgba(0, 0, 0, 0.185) 0px 0px 5px inset, #8c4494 0px 0px 0px 2px inset, #8c4494 0px 0px 0px 24px inset,
      rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
  }
  
  .switch input[type="checkbox"]:checked+.slider::after {
    left: 24px;
  }
  
  .switch input[type="checkbox"] {
    display: none;
  }
  
  .PLUSS {
    display: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: relative;
    font-size: 18px;
    bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #575757;
    font-weight: bolder;
  
  }
  .switch{
    max-width: fit-content;
  }
  .bottom {
    background-color: #8c4494;
    width: 100%;
    height: 100px;
    border-radius: 0px 0px 28px 28px;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .totaldiv {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
  }
  
  .totalpris {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-align: center;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 28px 28px 0px 0px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: #8c4494;
    border: #8c4494 1px solid;
    }
  
  th {
    color: #5f5f5f;
    text-align: left;
    padding: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background-color: #6b003e0c;
    
  }
  
  td {
    padding: 5px;
    border: #0000004b 1px solid;
	min-width: 200px;
  }
  
  #priceTable thead {
    display: none;
  }
  
  tr {
    background-color: #ffffff;
    border: #0000004b 1px solid;
  }
  
  .totalrad {
    background-color: #8c4494;
    color: #ffffff;
    font-size: 30px;
    height: 100px;
    text-align: center;
  
  }
  
  .totalrader {
    background-color: #8c4494;
    color: #ffffff;
    font-size: 30px;
    height: 100px;
    justify-content:left;
    vertical-align: baseline;

}
  
  .stiftdiv {
    justify-content: center;
    align-items: center;
  }
  
  .small-text {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 5px;
  }
  
  .small-text1 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-style: italic;
    max-width: 400px;
    margin: 5px;
    
  }
  
  .parent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: all 0.5s ease;
  }
  
  .pristabell{
    padding: 0;
    font-size: 18px;
    color: #575757;
    margin: none;
    max-width: 850px;
    
  }
  
  
  .skygge{
  box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.1);
  }
  .shadow{
    box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.1);
  border-radius: 28px;
  }
  
  input::placeholder {
    color: #999999
  }
  
  .radio-inputs {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .radio-inputs {
    margin: 6px;
  }
  
  .radio-input:checked+.radio-tile {
    border-color: #8c4494;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #8c4494;
    scale: 1.1;
  }
  
  .radio-input:checked+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #8c4494;
    border-color: #8c4494;
  }
  
  .radio-input:checked+.radio-tile .radio-icon svg {
    fill: #000000;
  }
  
  .radio-input:checked+.radio-tile .radio-label {
    color: #000000;
  }
  
  .radio-input:focus+.radio-tile {
    border-color: #8c4494;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 3px 3px #6b003e25;
  }
  
  .radio-input:focus+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 80px;
    border-radius: 0.5rem;
    border: 2px solid #7070703d;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.062);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    margin: 5px;
  }
  
  .radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid 707070;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
  }
  
  .radio-tile:hover {
    border-color: #8c4494;
  }
  
  .radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #707070;
  }
  
  .radio-label {
    color: #000000;
    transition: 0.375s ease;
    text-align: center;
    font-size: 15px;
  }
  
  .radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
  body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #8184a1;
    line-height: 1.3;
  }
  
  h4 {
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .radio-stift {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 30px;
    border-radius: 28px;
    border: 2px solid #7070703d;
    background-color: #fff;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    margin: 4px;
  box-shadow: #575757 0px 0px 0px 0px inset, rgba(0, 0, 0, 0.103) 0px 3px 6px;
  }
  
  .radio-stift:hover {
    border-color: #8c4494;
  }
  
  .radio-stift:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .radio-input2 {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
  
    white-space: nowrap;
    width: 1px;
  }
  
  .radio-input2:checked+.radio-tile {
    border-color: #8c4494;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #8c4494;
  }
  
  .radio-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  .radio-input2:checked+.radio-stift {
    border-color: #8c4494;
    color: #8c4494;
    scale:1.1;
  }
  
  .radio-input2:checked+.radio-stift .radio-label {
    color: #000000;
  }
  
  .radio-input2:focus+.radio-stift {
    border-color: #8c4494;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 3px 3px #8c44942d;
  }
  
  .radio-input2:focus+.radio-stift:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .stift123 {
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .stiftelsetekst {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 25px;
    color: #000000;
    margin: 10px;
  
  }
  
  .mndcelle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 20px;
    color: #000000;
  
  }
  
  .litentekst {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 15px;
    color: #000000;
    margin: 4px;
    
  }
  
  #boks {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    max-height: 0;
    text-align: center;
    padding: 10px;
    
  }
  
  #boks.vises {
    animation: merinfo 0.05s linear 0s  normal forwards;
    border: #7070703d solid 1px;
    border-radius: 28px;
    max-height: fit-content;
    color: #575757;
  }
  
  @keyframes merinfo {
      0% {
          opacity: 0;
          transform: translateY(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  .lesmerdiv {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }
  
  .lesmer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 30px;
    border-radius: 28px;
    border: 2px solid #7070703d;
    background-color: #fff;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    margin: 4px;
    color: #000000;
    
  }
  
  
  .lesmer:hover {
    border-color: #8c4494;
  }
  
  .skjult.vises{
    box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.1);
    border-radius: 28px;
  }
  .skjult {
    max-height: fit-content;
    display: flex;
    margin-top: 15px;  
    justify-content: center;
  }
  .tilleggsdiv {
    display: inline-block;
    text-align: center;
  }
  
  .tilleggscontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .skjult1,
  .skjult2 {
    margin-bottom: 10px;
    margin-top: 10px;
	max-width: 400px;
  }
  
  .skjult1 {
    line-height: 25px;
	max-width: 400px;
  
  }
  
  .skjult2 {
    margin-left: 10px;
    line-height: 25px;
  }
  
  
  
  .bestill {
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 450;
    color: #ffffff;
    background-color: rgb(136, 67, 153);
    border-radius: 28px;
    border: #00000042 2px solid;
    width: 200px;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   
  }
  
  .foretak {
    display: none;
    text-align: center;
    animation: slidein_foretak 0.07s linear 0s 1 normal forwards;
  }
  .foretaktekst {
    font-size: 20px;
    font-family: 'Segoe UI';
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  
  #foretak1 {
    display: flex;
    justify-content: center;
  }
  @keyframes slidein_foretak {
      0% {
          opacity: 1;
          transform: translateY(-15px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  .header{
    font-size: 18px;
  }
  
  
  .pris {
  margin: 10px;
  
  }
  .buttonRow{
    background-color: #8c4494;
    width: 100%;
    height: 100px;
    border-radius: 0px 0px 28px 28px;
    text-align: center;
  }
  .buttoncell {
    justify-content: center;
    align-items: center;
  }
  .bottom1 {
    background-color: #8c4494;
    width: 100%;
    height: 110px;
    border-radius: 0px 0px 28px 28px;
    justify-content: center;
    align-items: center;
    border-top: #0000004b 1px solid;
    display: none;
    text-align: center;
  }
  #lenke {
    text-decoration: none;
  }
  .ita{
    font-weight: 550;
  }
  .button1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 30px;
    border-radius: 28px;
    border: 2px solid #7070703d;
    background-color: #fff;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    margin: 4px;
    box-shadow: #575757 0px 0px 0px 0px inset, rgba(0, 0, 0, 0.103) 0px 6px 6px;
  }
  .plussTekst{
    display: none;
    font-size: 15px;
    font-family: 'Segoe UI';
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .entry-content table:not(.variations) {
      margin: none;
	  max-width: 850px;
      }
      
.sortering_b{
  display:flex;
  align-content: flex-start;
  flex-direction: column;

}
.prisinf{
  color: #ffffff;
  font-size: 15px;
	margin-bottom: 20px;
}
.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
    min-width: 300px;
}
.plussinklpro{
  display: none;
}

.mva{
    font-size: 13px;
    font-style: italic;
    margin-bottom: 2px;
    margin-top: 0;
    color: rgb(255, 255, 255);
}
.tabell1{
    box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.1);
    border-radius: 28px;
}


@media (max-width: 600px) {
  .header {
     font-size: 25px;
   }
   .pristabell {
    padding: 0;
  font-size: 22px;
  color: #575757;
  margin: none;
  max-width: 850px;
  }
    .litentekst {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';
      font-size: 20px;
      color: #000000;
      margin: 4px;
      
    }
    .small-text {
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      margin: 5px;
    }
  }
