.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: #f7f7f7;
  background-color: #1b0f26;
  font-family: Satoshi variable, sans-serif;
}

.section {
  justify-content: center;
  margin-left: 0;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block {
  width: 600px;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-2 {
  justify-content: center;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 42px;
  line-height: 54px;
  display: block;
}

.heading.none {
  display: none;
}

.label-font {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.label-font.erg-nzung {
  margin-top: 20px;
  font-weight: 300;
  display: none;
}

.label-font.erg-nzung.implantat, .label-font.erg-nzung.fremdk-rper, .label-font.erg-nzung.sorgenleistung, .label-font.erg-nzung.bessereleistung, .label-font.erg-nzung.medikamente {
  display: none;
}

.label-font.no-margin {
  margin-top: 0;
}

.form-field {
  color: #f7f7f7;
  background-color: rgba(247, 247, 247, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ccc9c9;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.form-field:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e9b90c;
  border-bottom-width: 1px;
}

.form-field.implantat, .form-field.fremdk-rper, .form-field.ops, .form-field.tatoo, .form-field.schmuck, .form-field.epilepsie, .form-field.tinnitus, .form-field.sorgenleistung, .form-field.medikamente {
  display: none;
}

.radio-button-field {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.radio-button {
  border: 1px solid #f7f7f7;
}

.radio-button.w--redirected-checked {
  border-color: #e9b90c;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.div-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.div-block-4, .div-block-5 {
  flex: 1;
}

.div-block-6 {
  display: flex;
}

.checkbox {
  border-color: #f7f7f7;
}

.checkbox.w--redirected-checked {
  background-color: #e9a30c;
  border-color: #e9b90c;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.submit-button {
  color: #1b0f26;
  background-color: #e9b90c;
  border-radius: 40px;
  margin-left: 0;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #e9a30c;
}

.div-block-7 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3, .checkbox-label {
  font-size: 16px;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.success-text {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.success-text.text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 34px;
}

.image {
  width: 50%;
}

.error-message {
  color: #f7f7f7;
  background-color: rgba(255, 222, 222, 0);
  font-size: 20px;
  font-weight: 600;
}

.text-block {
  text-align: center;
  line-height: 24px;
}

.body-2 {
  color: #f7f7f7;
  background-color: #1b0f26;
  font-family: Satoshi variable, sans-serif;
}

.paragraph {
  direction: ltr;
  margin-bottom: 120px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.checkbox-field {
  margin-top: 60px;
}

.body-3 {
  color: #f7f7f7;
  background-color: #1b0f26;
  font-family: Satoshi variable, sans-serif;
}

.section-2 {
  justify-content: center;
  padding-top: 100px;
  display: flex;
}

.div-block-8 {
  width: 600px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.div-block-9 {
  padding-bottom: 100px;
  padding-left: 220px;
  padding-right: 220px;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 100px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.image-2 {
  width: 40%;
}

.div-block-10 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.select-field {
  color: #f7f7f7;
  -webkit-text-stroke-width: 0px;
  background-color: #1b0f26;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}

.select-field:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #e9b90c;
}

.select-field.bessereleistung {
  display: none;
}

.dropdown {
  color: #f7f7f7;
}

.dropdown-toggle {
  width: auto;
  border: 1px solid #f7f7f7;
  flex-direction: column;
  align-items: stretch;
  display: inline-block;
}

.text-block-4, .icon {
  color: #f7f7f7;
}

.form {
  flex-direction: column;
  display: block;
}

.checkbox-field-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.text-block-5 {
  color: #bebebe;
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.section-3 {
  margin: 0;
}

.text-block-6 {
  color: #bebebe;
  text-decoration: none;
}

.text-block-7 {
  color: #bebebe;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.text-block-8, .icon-2 {
  color: #f7f7f7;
}

.dropdown-toggle-2 {
  border: 1px solid #f7f7f7;
}

.text-block-9 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.paragraph2 {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-2 {
  margin-bottom: 20px;
}

.paragraph3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.list {
  margin-bottom: 80px;
  padding-left: 17px;
}

.liste1 {
  font-size: 18px;
  line-height: 26px;
}

.div-block-13, .div-block-14 {
  margin-bottom: 0;
}

.link, .link-2 {
  color: #f7f7f7;
  text-decoration: none;
}

.link-3 {
  color: #f7f7f7;
  font-weight: 700;
  text-decoration: none;
}

.div-block-15, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.html-embed {
  display: none;
}

.html-embed-2 {
  text-align: center;
  margin-bottom: 100px;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  display: block;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  width: 150px;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 400px;
  }

  .div-block-2 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .div-block-8 {
    width: 400px;
  }

  .div-block-9 {
    padding-bottom: 100px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 80px;
  }

  .div-block {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    justify-content: center;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading {
    margin-bottom: 80px;
    font-size: 34px;
    line-height: 36px;
  }

  .div-block-3 {
    display: block;
  }

  .success-text {
    font-size: 34px;
    line-height: 34px;
  }

  .success-text.text {
    font-size: 26px;
    line-height: 29px;
  }

  .div-block-8 {
    width: 300px;
  }

  .div-block-9 {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .paragraph2 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph3 {
    font-size: 16px;
    line-height: 22px;
  }

  .liste1 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-3, .image-4, .image-5, .image-6 {
    width: 120px;
  }
}


@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}