@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
section.form {
  color: black;
}
section.form * {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
section.form hr {
  height: 1px;
  border-width: 0;
  color: #AC0518;
  background-color: #AC0518;
}
section.form h3 {
  font-size: 20px !important;
  color: black !important;
  font-family: "Open Sans", sans-serif;
}
section.form .frm_description p {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
}
section.form label {
  font-weight: 600;
  position: relative;
}
section.form .frm_primary_label {
  font-size: 20px !important;
  color: black !important;
  font-weight: 600;
}
section.form .with_frm_style .frm_radio input[type=radio], section.form .with_frm_style .frm_checkbox input[type=checkbox] {
  margin-right: 15px;
}
section.form input[type=radio] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 25px;
}
section.form #field_4gaax_label {
  padding-bottom: 25px;
}
section.form input[type=radio]:before {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  left: -1px;
  bottom: 7px;
  border: 1px solid #444 !important;
  content: "";
  background: #FFF;
  border-radius: 50px;
}
section.form input[type=radio]::after {
  position: absolute;
  display: block;
  left: 0px;
  border-radius: 50px;
  bottom: 7px;
  left: -1px;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-color: #0000;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
section.form input[type=radio]:checked:after {
  background-color: #AC0518;
}
section.form .radio {
  width: auto;
  float: left;
  margin-right: 20px;
}
section.form .radio input {
  margin-right: 10px;
}
section.form input[type=checkbox] {
  margin-right: 15px;
}
section.form option {
  font-size: 20px;
}
section.form select {
  font-size: 20px;
}
section.form button:hover {
  background: #ac0518b9 !important;
}
section.form button {
  padding-bottom: 12px;
  height: 60px !important;
  width: 200px !important;
}
section.form #frm_checkbox_17-0 > label > a {
  font-size: 20px;
}
section.form #frm_checkbox_17-0 > label {
  font-size: 20px;
}
section.form .frm_checkbox {
  padding-top: 25px;
}
section.form .with_frm_style .frm_form_field {
  padding-bottom: 12px;
}
section.form .frm_radio {
  height: 37px;
}

.annonser-page a img {
  border: 1px solid #D3D3D3;
}