body {
  margin: 0;
  padding: 0;
  background: #f39200;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 300; }
  body h2 {
    font-size: 1.6em;
    font-weight: 700; }

#header {
  height: 135px;
  background: white; }
  @media (max-width: 450px) {
    #header {
      height: 80px; } }
  #header #logo {
    position: relative;
    top: 38px;
    width: 194px;
    height: 194px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 1000px;
    white-space: nowrap;
    background: url("../images/logo.svg"); }
    @media (max-width: 450px) {
      #header #logo {
        top: 20px;
        width: 100px;
        height: 100px; } }

#content {
  max-width: 460px;
  margin: 0 auto;
  padding: 140px 15px 0 15px; }
  @media (max-width: 450px) {
    #content {
      padding-top: 40px; } }
  #content .text {
    text-align: center;
    color: white; }
  #content > p {
    text-align: center;
    color: white;
    padding: 10px; }
    #content > p.success {
      background: #1c9c08; }
    #content > p.error {
      background: #c51216; }

form {
  margin: 30px 0 0 0;
  font-size: .75em; }
  form ul {
    margin: 0 0 20px 0;
    padding: 0; }
  form p {
    margin: 0;
    padding: 0; }
  form br {
    display: none; }
  form label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold; }
  form input {
    font-family: "Poppins";
    font-size: 1em;
    border-radius: 0; }
    form input[type=email], form input[type=text], form input[type=number] {
      box-sizing: border-box;
      width: 100%;
      padding: 14px;
      border: 0;
      margin: 0 0 15px 0;
      background: white; }
  form input[type=submit],
  form button {
    font-size: 1em;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
    margin-top: 30px;
    font-weight: 700;
    border: 0;
    color: white;
    font-family: "Poppins";
    text-align: center;
    text-transform: uppercase;
    background: black;
    cursor: pointer;
    transition: 200ms; }
    form input[type=submit]:hover,
    form button:hover {
      color: #f39200;
      background: white; }
  form #form_6_field_2 {
    margin-bottom: 20px !important; }
    form #form_6_field_2 li {
      margin-bottom: 10px; }
  form #form_6_field_3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px !important; }
    @media (max-width: 450px) {
      form #form_6_field_3 {
        display: block; } }
    form #form_6_field_3 li {
      width: 48%;
      overflow: hidden; }
      @media (max-width: 450px) {
        form #form_6_field_3 li {
          width: 100%; } }
      form #form_6_field_3 li label {
        border: 2px solid transparent;
        cursor: pointer;
        transition: 200ms;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid white; }
        form #form_6_field_3 li label:hover {
          background: rgba(255, 255, 255, 0.5); }
        form #form_6_field_3 li label.active {
          border-color: white;
          background: white; }
        form #form_6_field_3 li label::before {
          content: "";
          top: 0;
          left: 0;
          display: block;
          background: url("../images/ideal.svg") no-repeat center left;
          height: 40px;
          width: 100px;
          background-size: contain; }
      form #form_6_field_3 li#rfmp_pm_banktransfer_6 label::before {
        background-image: url("../images/sepa.svg");
        background-size: 80% auto; }
      form #form_6_field_3 li input {
        position: absolute;
        left: -50px; }
      form #form_6_field_3 li img {
        display: none !important; }
  form #rfmp_checkbox_6,
  form #form_6_field_2 label {
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 2px 0 2px 30px;
    cursor: pointer; }
    form #rfmp_checkbox_6 input,
    form #form_6_field_2 label input {
      position: absolute;
      left: -50px; }
    form #rfmp_checkbox_6::before,
    form #form_6_field_2 label::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background: white;
      border: 2px solid white;
      border-radius: 20px;
      margin-right: 5px; }
    form #rfmp_checkbox_6::after,
    form #form_6_field_2 label::after {
      position: absolute;
      left: 4px;
      top: 4px;
      content: "";
      display: none;
      width: 12px;
      height: 12px;
      background: black;
      border-radius: 20px;
      margin-right: 5px; }
    form #rfmp_checkbox_6.active::after,
    form #form_6_field_2 label.active::after {
      display: block; }
  form #rfmp_checkbox_6::before, form #rfmp_checkbox_6::after {
    border-radius: 0; }
  form #rfmp_open_amount_6 label input {
    margin-top: 5px;
    display: block; }

#sponsored_by {
  margin: 40px 0 0 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75em; }
  #sponsored_by .logo {
    display: block;
    margin: 15px auto 0 auto;
    width: 110px;
    height: 25px;
    background: url("../images/vivars-logo.svg"); }

footer {
  background: white;
  margin-top: 50px; }
  footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    padding: 15px 0; }
    footer ul li {
      line-height: 1.5;
      list-style: none;
      margin: 0 10px;
      white-space: nowrap; }

/*# sourceMappingURL=main.css.map */
