@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-gray: #fafafa;
  --radclub-blau: #1e385e;
  --border-gray: #d0d5dd;
  --error-red: #f04438;
  --radclub-orange: #e5ad3e;
  --flowui-component-library--gray-400\<deleted\|variable-d727af8f\>: #b6b9ce;
  --flowui-component-library--white\<deleted\|variable-f397231a\>: white;
  --flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>: #160042;
  --flowui-component-library--success-base: #0ebc6e;
  --flowui-component-library--gray-500\<deleted\|variable-2268f126\>: #6b7094;
  --flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>: #642eff;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-700: #282556;
}

.form {
  min-height: 100vh;
  display: flex;
}

.form-nav {
  background-color: var(--bg-gray);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  height: 100vh;
  padding: 2em;
  display: flex;
  position: fixed;
}

.form-content {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-left: 450px;
  padding: 2em;
}

.progress-wrap {
  flex-flow: column;
  margin-top: 5em;
  margin-bottom: 2em;
  display: flex;
}

.progress-element {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  opacity: .5;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress-element.is-active {
  opacity: 1;
}

.progress-icon {
  border: 1px solid #e9eaeb;
  border-radius: .5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: .6em;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.progress-info {
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  display: flex;
}

.progress-element-heading {
  color: #414651;
  margin-bottom: 2px;
  font-weight: 600;
}

.progress-element-description {
  color: #535862;
  font-weight: 400;
  line-height: 1.5;
}

.body {
  font-family: Inter, Arial, sans-serif;
}

.code-embed-2 {
  width: 24px;
  height: 24px;
}

.element-spacer {
  border-right: 2px solid #e9eaeb;
  width: 22.5px;
  height: 23.4px;
  margin-top: .3em;
  margin-bottom: .3em;
}

.form-nav-top {
  padding-right: 2em;
}

.form-nav-footer {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: #535862;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 13px;
  display: flex;
}

.link-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #535862;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  color: #535862;
  text-decoration: none;
}

.form-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 9em;
  display: flex;
}

.form-element {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 80px;
  display: flex;
}

.form-element-heading {
  color: #181d27;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.selection-subheading {
  color: #535862;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.form-nav-logo {
  flex: none;
  height: 4em;
  display: block;
  overflow: visible;
}

.form-element-icon-wrap {
  border: 1px solid #e9eaeb;
  border-radius: .5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
  padding: .6em;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-element-selection-wrap {
  width: 100%;
  margin-bottom: 24px;
}

.form-element-button {
  background-color: var(--radclub-blau);
  -webkit-user-select: none;
  user-select: none;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 10px 16px;
  display: flex;
}

.textbox-heading {
  color: #414651;
  margin-bottom: 6px;
  font-weight: 500;
}

.textbox {
  border: 1px solid var(--border-gray);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px 14px;
  box-shadow: 0 1px 2px #1018280d;
}

.textbox.is-hidden {
  display: none;
}

.textbox.error-state {
  border-width: 2px;
  border-color: var(--error-red);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.textbox-embed {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.input-textbox-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.input-textbox-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.input-textbox-wrap.is-hidden {
  display: none;
}

.form-progress {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.form-progress-indicator {
  background-color: #e9eaeb;
  border-radius: 999%;
  width: 10px;
  height: 10px;
}

.form-progress-indicator.is-active {
  background-color: var(--radclub-orange);
}

.input-amount-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.input-amount {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.amount-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--border-gray);
  color: #181d27;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.amount-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.amount-selector {
  background-color: var(--radclub-blau);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  display: flex;
}

.amount-selector.locked {
  opacity: .6;
}

.amount-selector-icon {
  height: 100%;
}

.input-children-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.input-child {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  border: 1px solid var(--border-gray);
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.dropdown-toggle.error-state {
  border-width: 2px;
  border-color: var(--error-red);
}

.dropdown {
  width: 100%;
}

.dropdown-value {
  color: #9ca3af;
}

.icon {
  color: #717680;
}

.dropdown-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-top: 8px;
  padding: 10px 12px;
  display: flex;
  box-shadow: 0 2px 2px -1px #0a0d120a, 0 1px 2px #1018280d;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 8px;
  box-shadow: 0 1px 2px #1018320f;
}

.dropdown-list.is-hidden {
  display: none;
}

.dropdown-link {
  color: #181d27;
  text-decoration: none;
}

.child-heading {
  color: #414651;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.input-child-checkbox {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox {
  background-color: #f5f5f5;
  border-radius: 999%;
  width: 44px;
  height: 24px;
}

.checkbox-selector {
  background-color: #fff;
  border-radius: 999%;
  width: 20px;
  height: 100%;
}

.toggle-box {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.toggle-element {
  background-color: #e9ecf0;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 44px;
  height: 24px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px #494a7d4d, 17px 17px 24px -18px #38327c14;
}

.toggle-element.is-active {
  background-color: var(--radclub-blau);
  justify-content: flex-end;
  align-items: center;
}

.toggle-thumb {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 3px 3px 8px #494a7d3d;
}

.div-block-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.logo-addinfo {
  display: none;
}

.error-icon {
  color: var(--error-red);
  flex: 0 auto;
  width: 20px;
  height: 20px;
}

.amount-selected {
  -webkit-user-select: none;
  user-select: none;
}

.div-block-3 {
  max-height: 4em;
}

.logo-wrap {
  height: 4em;
  padding: 0;
  overflow: visible;
}

.div-block-4 {
  display: flex;
  overflow: visible;
}

.error-paragraph {
  color: #535862;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.error-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--error-red);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-text-copy {
  color: #535862;
  text-decoration: none;
}

.error-link {
  color: var(--error-red);
  text-decoration: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400\<deleted\|variable-d727af8f\>);
  background-color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

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

.section {
  padding: 4.5em 5%;
  font-family: Inter, Arial, sans-serif;
}

.section.is-secondary {
  padding-top: 10em;
  padding-bottom: 2.5em;
  font-family: Inter, Arial, sans-serif;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.container.full-height {
  height: 100%;
}

.impressum-subheading {
  color: #fffc;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}

.dschutz-subheading-line {
  background-color: #fff;
  width: 32ch;
  height: 3px;
}

.impressum-heading {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 500;
  line-height: 110%;
}

.code-embed {
  display: none;
}

.nav {
  width: 100%;
  height: 6em;
  padding-top: 1em;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
}

.image {
  height: 100%;
}

.body-2 {
  font-size: 15px;
}

.dschutz-subheading-line-2 {
  background-color: #fff;
  width: 25ch;
  height: 3px;
}

.checkbox-wrap {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.checkbox-item {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--border-gray);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--border-gray);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--border-gray);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--border-gray);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  width: 24px;
  height: 24px;
}

.checkbox-item.is-active {
  border-color: var(--radclub-blau);
  background-color: var(--radclub-blau);
  background-image: url('../images/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-link {
  color: var(--radclub-blau);
  text-decoration: underline;
}

.checkbox-text {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.fullpage-wrap {
  background-color: var(--bg-gray);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: fixed;
}

.selection-body {
  background-color: var(--bg-gray);
  justify-content: center;
  align-items: center;
  font-family: Inter, Arial, sans-serif;
  display: flex;
}

.selection-outer-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2em;
  display: flex;
}

.card {
  border: 1px solid #e9eaeb;
  border-radius: .5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .6em;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.selection-button {
  background-color: var(--radclub-blau);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.selection-date {
  color: #535862;
  letter-spacing: -.01em;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.25;
}

.f-modal-icon-success {
  color: var(--flowui-component-library--success-base);
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mb12 {
  margin-bottom: 12px;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.selection-card {
  border: 1px solid var(--border-gray);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-close {
  color: var(--flowui-component-library--gray-500\<deleted\|variable-2268f126\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.f-modal-close:hover {
  color: var(--flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>);
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-sub-heading-regular {
  color: #181d27;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.selection-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.selection-logo {
  flex: none;
  height: 65px;
  margin-bottom: 23px;
  display: block;
  overflow: visible;
}

.selection-heading {
  color: #181d27;
  text-align: center;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.selection-title {
  color: #181d27;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 991px) {
  .form-nav {
    width: 300px;
  }

  .form-content {
    margin-left: 300px;
  }

  .form-nav-footer {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-text, .footer-text-copy, .error-link {
    color: #535862;
    text-decoration: none;
  }

  .fullpage-wrap {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .form {
    flex-flow: column;
  }

  .form-nav {
    width: 100%;
    height: auto;
    position: static;
  }

  .form-content {
    margin-left: 0;
  }

  .progress-wrap {
    margin-top: 0;
    position: relative;
  }

  .form-nav-top {
    width: 100%;
    padding-right: 0;
  }

  .form-nav-footer.hidden-mobile {
    display: none;
  }

  .form-content-wrapper {
    padding-top: 0;
  }

  .form-nav-logo {
    position: absolute;
    inset: 1.5em 5% auto auto;
  }

  .fullpage-wrap {
    width: 100%;
    height: auto;
    position: static;
  }

  .selection-outer-wrap {
    width: 100%;
    padding-right: 0;
  }

  .selection-logo {
    position: absolute;
    inset: 1.5em 5% auto auto;
  }
}

@media screen and (max-width: 479px) {
  .form-nav {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .form-content {
    padding-top: 1em;
  }

  .progress-wrap {
    display: none;
  }

  .form-element-heading {
    text-align: center;
    font-size: 25px;
    line-height: 125%;
  }

  .form-nav-logo {
    position: static;
  }

  .form-progress-indicator {
    border-radius: 5px;
    width: 50px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
  }

  .logo-addinfo {
    display: block;
  }

  .impressum-heading {
    font-size: 38px;
  }

  .fullpage-wrap {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .selection-wrap {
    flex-flow: column;
  }

  .selection-logo {
    position: static;
  }

  .selection-heading {
    text-align: center;
    font-size: 25px;
    line-height: 125%;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}