@charset "UTF-8";

.paragraph--type--fact-box-and-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .paragraph--type--fact-box-and-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .paragraph--type--fact-box-and-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.paragraph--type--fact-box-and-form .field--name-field-innhold {
  background-color: #fff;
  border: 2px solid #000;
  -webkit-box-shadow: 12px 12px;
  box-shadow: 12px 12px;
  margin-right: 12px;
  margin-bottom: 0.8rem;
  width: 96%;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1rem;
}

@media (min-width: 576px) {
  .paragraph--type--fact-box-and-form .field--name-field-innhold {
    width: 360px;
  }
}

@media (min-width: 768px) {
  .paragraph--type--fact-box-and-form .field--name-field-innhold {
    font-size: calc(1.125rem + 0.1vw);
    line-height: 1.4625em;
    padding: 1.625em;
  }
}

.paragraph--type--fact-box-and-form .field--name-field-innhold p:last-child {
  margin-bottom: 0;
}

.paragraph--type--fact-box-and-form .field--name-field-innhold ul {
  list-style: none;
}

.paragraph--type--fact-box-and-form .field--name-field-innhold ul li {
  padding: 0.25rem 0;
}

.paragraph--type--fact-box-and-form .field--name-field-innhold ul li::before {
  content: "•";
  font-size: 32px;
  color: #ff0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  position: relative;
  top: 4px;
}

@media (min-width: 768px) {
  .paragraph--type--fact-box-and-form .field--name-field-innhold {
    width: 270px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--fact-box-and-form .field--name-field-innhold {
    width: 360px;
  }
}

.next-gen-yellow-style {
  margin-top: 40px !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .next-gen-yellow-style {
    margin-top: -200px !important;
    width: 348px !important;
  }
}

.next-gen-yellow-style .form-submit {
  width: 120px !important;
  background-color: #e5e5e5 !important;
  padding: 9px !important;
  margin: 0 !important;
}

.next-gen-yellow-style .form-item-belop-radios label,
.next-gen-yellow-style .form-item-velg-belop-radios label {
  z-index: 0 !important;
}

.next-gen-yellow-style .form-item-belop-radios label:before,
.next-gen-yellow-style .form-item-velg-belop-radios label:before {
  background: white;
}

.next-gen-yellow-style .form-item-belop-radios label .orgsys-option-choose-button,
.next-gen-yellow-style .form-item-velg-belop-radios label .orgsys-option-choose-button {
  z-index: -1 !important;
}

.next-gen-yellow-style .orgsys-radio-other .form-radio[value=_other_] + label:before {
  background: unset !important;
}

.next-gen-yellow-style .webform-button--next,
.next-gen-yellow-style .webform-button--submit {
  border: 2px solid black;
}

.next-gen-yellow-style .amnesty-form-radio .form-item {
  position: relative;
  height: 37px;
}

.next-gen-yellow-style .amnesty-form-radio .form-radio:checked + label {
  background: black !important;
}

.next-gen-yellow-style .amnesty-form-radio label {
  background: white !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px !important;
}

.next-gen-yellow-style .webform-actions {
  text-align: center !important;
  width: 100% !important;
}

.ingress .amnesty-form-wrapper.next-gen-yellow-style {
  margin-bottom: 0;
}

.ingress .amnesty-form-wrapper.next-gen-yellow-style .amnesty-form-wrapper {
  margin-bottom: 0;
}

.field--name-field-form,
.next-gen-yellow-style {
  -webkit-box-shadow: 0.71px 0.71px 28px rgba(36, 36, 36, 0.18);
  box-shadow: 0.71px 0.71px 28px rgba(36, 36, 36, 0.18);
  background-color: #ff0;
  border-radius: 100px;
  width: 100%;
  padding: 29px;
}

@media (min-width: 768px) {
  .field--name-field-form,
  .next-gen-yellow-style {
    width: 348px;
    margin: 0 0 30px;
  }
}

@media (min-width: 992px) {
  .field--name-field-form,
  .next-gen-yellow-style {
    width: 512px;
    padding: 32px 60px;
    margin: 0 0 4px 6rem;
  }
}

.field--name-field-form .form-item-heading,
.next-gen-yellow-style .form-item-heading {
  margin-top: 20px !important;
}

.field--name-field-form form,
.next-gen-yellow-style form {
  background-color: #ff0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}

.field--name-field-form form #edit-personvernerklaering p,
.next-gen-yellow-style form #edit-personvernerklaering p {
  font-size: 14px;
}

.field--name-field-form form.webform-submission-wf-paragraph-kort-form .webform-button--submit,
.next-gen-yellow-style form.webform-submission-wf-paragraph-kort-form .webform-button--submit {
  background-color: #e5e5e5;
  border: 2px solid black;
  padding: 9px;
}

.field--name-field-form form .form-item,
.next-gen-yellow-style form .form-item {
  text-align: center;
}

.field--name-field-form form .form-item h2,
.next-gen-yellow-style form .form-item h2 {
  margin-top: 20px;
  width: 100%;
}

.field--name-field-form form .form-item#edit-processed-text p,
.next-gen-yellow-style form .form-item#edit-processed-text p {
  margin: 15px 0 21px;
}

.field--name-field-form form .form-item-velg-belop,
.next-gen-yellow-style form .form-item-velg-belop {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}

.field--name-field-form form .form-item-velg-belop input,
.next-gen-yellow-style form .form-item-velg-belop input {
  width: 72px;
  height: 36px;
}

@media (min-width: 576px) {
  .field--name-field-form form .form-item-velg-belop input,
  .next-gen-yellow-style form .form-item-velg-belop input {
    margin: 0 12px;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .field--name-field-form form .form-item-velg-belop input,
  .next-gen-yellow-style form .form-item-velg-belop input {
    height: 36px;
    margin: 0 12px 0 0;
  }
}

@media (min-width: 992px) {
  .field--name-field-form form .form-item-velg-belop input,
  .next-gen-yellow-style form .form-item-velg-belop input {
    width: 125px;
    height: 44px;
  }
}

.field--name-field-form form .form-item-velg-belop label,
.next-gen-yellow-style form .form-item-velg-belop label {
  display: none;
}

.field--name-field-form form > .form-actions,
.next-gen-yellow-style form > .form-actions {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}

.field--name-field-form form > .form-actions input,
.next-gen-yellow-style form > .form-actions input {
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 44px;
  margin: 0 auto !important;
}

@media (min-width: 576px) {
  .field--name-field-form form > .form-actions input,
  .next-gen-yellow-style form > .form-actions input {
    width: 225px;
    height: 44px;
  }
}

@media (min-width: 768px) {
  .field--name-field-form form > .form-actions input,
  .next-gen-yellow-style form > .form-actions input {
    width: 200px;
    height: 44px;
  }
}

@media (min-width: 992px) {
  .field--name-field-form form > .form-actions input,
  .next-gen-yellow-style form > .form-actions input {
    width: 250px;
    height: 44px;
  }
}

.field--name-field-form form input,
.next-gen-yellow-style form input {
  max-width: 250px;
}

.field--name-field-form form p,
.next-gen-yellow-style form p {
  font-size: 18px;
}

.field--name-field-form form .form-item-personvernerklaering p,
.next-gen-yellow-style form .form-item-personvernerklaering p {
  font-size: 14px;
}

.factbox-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.factbox-reverse .field--type-orgsys-webform-reference {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .factbox-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}