h2.custom-heading {
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #d60000;
  margin-bottom: -2rem;
  margin-top: 2rem;
  scroll-margin-top: 50px;
}

body {
  background: #f9f9f9;
}

.custom-factbox {
  font-family: "Roboto", sans serif;
  background: #fff;
  padding: 2rem 1rem 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 400;
  margin: 2rem 0 0;
}

@media screen and (max-width: 650px) {
  .custom-factbox.collapse {
    margin-top: 0;
    padding: 0 1rem;
  }
}

.custom-factbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.custom-factbox h3 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.custom-factbox p {
  margin: 0.5rem 0;
}
.custom-factbox .underline {
  text-decoration: underline;
}
.custom-factbox h4 {
  font-weight: 700;
  font-size: 18px;
  color: #d54d4d;
  margin: 0;
}
.custom-factbox ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.custom-factbox li {
  margin: 0.3rem 0;
}
.custom-factbox .intro {
  margin-bottom: 1.5rem;
}
.custom-factbox .intro p {
  font-weight: 700;
  line-height: 1.6;
}
.custom-factbox .tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.custom-factbox .tab label.tab-label {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

@media screen and (max-width: 650px) {
  .custom-factbox .tab label.tab-label {
    white-space: unset;
  }
  .custom-factbox .tab label.tab-label:after {
    white-space: nowrap;
  }
}

.custom-factbox .tab label.tab-label .pluss {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='pluss'%3E%3Ccircle id='Oval' fill='%23D54D4D' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cline x1='6.5' y1='12.5' x2='17.5' y2='12.5' id='Line' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'%3E%3C/line%3E%3Cline x1='12' y1='7' x2='12' y2='18' id='Line' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  margin-right: 0.5rem;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.custom-factbox .tab label.tab-label:hover {
  color: #b93232;
}
.custom-factbox .tab label.tab-label:hover .pluss {
  transform: rotate(45deg);
}
.custom-factbox .tab .tab-label,
.custom-factbox .tab .tab-title {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.2;
  font-weight: 900;
  font-size: 20px;
  color: #d54d4d;
}

.custom-factbox label.tab-label:after {
  content: "les mer";
  font-size: 12px;
  margin-left: 0.5rem;
  font-weight: 400;
  text-transform: uppercase;
  align-self: flex-end;
  padding-bottom: 0.2rem;
}
.custom-factbox .tab .tab-content {
  height: 0;
  transition: all 0.5s;
  background-color: #ececec;
  padding: 0 1rem;
  color: #4a4a4a;
}
.custom-factbox .tab input:checked ~ .tab-content {
  height: auto;
  padding: 0.5rem 1rem;
}
.custom-factbox .tab input:checked + .tab-label .pluss {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Ccircle fill='%23D54D4D' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cline x1='6.5' y1='12.5' x2='17.5' y2='12.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.more-info.vaksine {
  background: #d54d4d;
  color: #fff;
  padding: 1rem;
}

.more-info.vaksine h4 {
  color: #fff;
  font-size: 22px;
}

.more-info.vaksine .info-box {
  margin-bottom: 2rem;
}

.custom-factbox ul.no-bullets {
  list-style: none;
  padding: 0;
}
