/* CSS Document */

.tekstskygge {
  text-shadow: 2px 2px 10px #0f31f1;
  margin-top: 13px;
}

.paragraph_version {
  font-size: 0.6rem;
  text-transform: none;
  text-align: right;
  background-image: linear-gradient(
    89deg,
    #0cab05 0%,
    #b1ebaa 100%,
    white 100%,
    white 100%,
    white 100%,
    white 100%,
    white 100%,
    white 100%
  );
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

.bg-sucess {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#c74e4e),
    to(white)
  );
  background-image: linear-gradient(0deg, #c74e4e 0%, white 100%);
}

.bakgrunnsfarge {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5f9dfc),
    to(#96ccfc)
  );
  background-image: linear-gradient(180deg, #5f9dfc 0%, #96ccfc 100%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.wappler-temp {
}

.bak-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a9abf5),
    to(white)
  );
  background-image: linear-gradient(0deg, #a9abf5 0%, white 100%);
}

.toppmarg {
  margin-top: 70px;
}

.tekst_modal {
  font-size: 1rem;
  line-height: 1;
}

.gronn_bakgrunn {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#5bf55f),
    to(#6aba66)
  );
  background-image: linear-gradient(0deg, #5bf55f 0%, #6aba66 100%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.strindeks {
  height: 60px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.tabelltekst {
  font-size: 0.7rem;
  line-height: 1.1;
}

p.tekstskygge {
}
