/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: FrutigerLTStd;
  src: url("../fonts/FrutigerLTStd-Light.woff") format("woff");
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: FrutigerLTStd;
  src: url("../fonts/FrutigerLTStd-Roman.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: FrutigerLTStd;
  src: url("../fonts/FrutigerLTStd-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "FrutigerLTStd", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

p,
li {
  margin-top: 0; }
  p:last-child,
  li:last-child {
    margin-bottom: 0; }

fieldset {
  border: 0 none;
  margin: 0;
  min-width: 0;
  padding: 0 0 0; }

img {
  border: 0 none; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

:active,
:visited {
  color: inherit; }

.depot-header {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .depot-header__inner {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1100px) {
      .depot-header__inner {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto; } }
  .depot-header__contact {
    margin-left: auto; }

.footer {
  clear: both;
  position: relative;
  z-index: 1;
  padding: 12px 15px; }
  .footer.-full {
    margin-left: -15px;
    margin-right: -15px;
    background: white; }
    .footer.-full::before, .footer.-full::after {
      content: " ";
      display: table; }
    .footer.-full::after {
      clear: both; }
  @media (min-width: 870px) {
    .footer .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 1100px) {
    .footer .container {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 869px) {
    .footer__logo {
      display: block;
      margin-top: 28px;
      text-align: center; } }
  @media (max-width: 869px) {
    .footer-menu {
      margin-top: 17px;
      padding-left: 0; } }
  @media (min-width: 870px) {
    .footer-menu {
      margin-left: auto; } }
  .footer-menu__item {
    display: inline-block;
    border-right: 1px solid #c7c7c7; }
    @media (max-width: 869px) {
      .footer-menu__item {
        padding: 4px 15px; } }
    @media (min-width: 870px) {
      .footer-menu__item {
        padding: 12px 15px; } }
    .footer-menu__item:last-child {
      border-right: 0 none;
      padding-right: 0; }
  .footer-menu a {
    color: #554461;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none; }
    .footer-menu a:hover, .footer-menu a:focus {
      opacity: .5; }

.form {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .form::before, .form::after {
    content: " ";
    display: table; }
  .form::after {
    clear: both; }
  .form__step {
    margin-left: -15px;
    margin-right: -15px; }
    .form__step::before, .form__step::after {
      content: " ";
      display: table; }
    .form__step::after {
      clear: both; }
  .form__group:before, .form__group:after {
    content: ' ';
    display: table; }
  .form__group:after {
    clear: both; }
  .no-js .form__group,
  .is-open .form__group,
  .is-next .form__group {
    width: 100%; }
  .is-summary .form__group {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 870px) {
      .is-summary .form__group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
  @media (max-width: 869px) {
    .form__group-headline {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; } }
  @media (min-width: 870px) {
    .form__group-headline {
      margin-left: 16.66667%;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 66.66667%; } }
  @media (max-width: 869px) {
    .form__actions, .form__step-info {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; } }
  @media (min-width: 870px) {
    .form__actions, .form__step-info {
      margin-left: 8.33333%;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 83.33333%; } }
  .form__checkbox-wrapper {
    position: relative; }
    .is-open .form__checkbox-wrapper:before, .is-open .form__checkbox-wrapper:after,
    .is-next .form__checkbox-wrapper:before,
    .is-next .form__checkbox-wrapper:after {
      content: ' ';
      display: table; }
    .is-open .form__checkbox-wrapper:after,
    .is-next .form__checkbox-wrapper:after {
      clear: both; }
    @media (min-width: 870px) {
      .is-summary .form__checkbox-wrapper {
        margin-left: 0;
        width: 25%; } }
  @media (max-width: 869px) {
    .is-open .form__checkbox,
    .is-next .form__checkbox {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 91.66667%; } }
  @media (min-width: 870px) {
    .is-open .form__checkbox,
    .is-next .form__checkbox {
      margin-left: 8.33333%;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 83.33333%; } }
  @media (min-width: 870px) {
    .form__prompt .form__checkbox {
      float: none;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      width: auto; } }
  .form__actions {
    text-align: center; }
    @media (max-width: 869px) {
      .form__actions {
        margin-top: 8px; } }
    @media (min-width: 870px) {
      .form__actions {
        margin-top: 12px; } }
    .form__prompt .form__actions {
      float: none; }
  @media (max-width: 869px) {
    :is(.is-open, .is-next) .form__prompt {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 91.66667%; } }
  @media (min-width: 870px) {
    :is(.is-open, .is-next) .form__prompt {
      margin-left: 8.33333%;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 83.33333%; } }

:is(.no-js, .is-open, .is-next) :is(
.form__field,
.form__select,
.form__switch
):before, :is(.no-js, .is-open, .is-next) :is(
.form__field,
.form__select,
.form__switch
):after {
  content: ' ';
  display: table; }

:is(.no-js, .is-open, .is-next) :is(
.form__field,
.form__select,
.form__switch
):after {
  clear: both; }

:is(.no-js, .is-open, .is-next) :is(
.form__field,
.form__radios,
.form__select,
.form__switch,
.form__prompt,
.form__checkbox-wrapper
) {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 869px) {
  .input-checkbox__groups .form__checkbox-wrapper {
    padding-left: 0; } }

.is-summary :is(
.form__field,
.form__radios,
.form__select,
.form__switch,
.form__prompt,
.form__checkbox-wrapper
) {
  border-bottom: 1px solid #dfdedd; }
  @media (max-width: 869px) {
    .is-summary :is(
    .form__field,
    .form__radios,
    .form__select,
    .form__switch,
    .form__prompt,
    .form__checkbox-wrapper
) {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 870px) {
    .is-summary :is(
    .form__field,
    .form__radios,
    .form__select,
    .form__switch,
    .form__prompt,
    .form__checkbox-wrapper
) {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%; } }

@media (max-width: 869px) {
  :is(
  .no-js,
  .is-open,
  .is-next
) :is(
  .field__inner,
  .radios__inner,
  .select__inner,
  .switch__inner
) {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; } }

@media (min-width: 870px) {
  :is(
  .no-js,
  .is-open,
  .is-next
) :is(
  .field__inner,
  .radios__inner,
  .select__inner,
  .switch__inner
) {
    margin-left: 25%;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; } }

.is-summary :is(.form__field,
.form__radios,
.form__select,
.form__switch,
.form__checkbox-wrapper
).is-empty {
  display: none; }

.is-summary .form__group::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #fff;
  content: ""; }

@media (min-width: 870px) {
  .is-summary .form__group .form__group {
    width: 75%; }
    .is-summary .form__group .form__group::after {
      content: none; }
    .is-summary .form__group .form__group .form__radios {
      width: 33.33333%; } }

@media (max-width: 869px) {
  .switch__inner + .input-text__help {
    margin-top: 110px; } }

.view__header, .view__content, .view__footer {
  max-width: 1100px;
  margin: 0 auto; }

.view__depot-index {
  color: #3e3f40; }

.view__depot-index.-full {
  min-height: calc(100vh - 72px - 72px); }

.view__header {
  position: relative;
  z-index: 1; }
  @media (max-width: 869px) {
    .view__header {
      margin-top: 42px; } }
  @media (min-width: 870px) {
    .view__header .depot-form__partner {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 230px;
      height: 92px;
      background-image: url("");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; } }

.view__headline {
  position: relative;
  color: #002D67;
  transition: margin 0.4s ease;
  z-index: 1; }
  @media (max-width: 869px) {
    .view__headline {
      margin: 1.5em 0em;
      text-align: center; } }
  @media (min-width: 870px) {
    .view__headline {
      margin: 3em 0em; } }

@media (max-width: 869px) {
  .view__headline-text {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.26667em; } }

@media (min-width: 870px) {
  .view__headline-text {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.08em; } }

@media (min-width: 870px) {
  .depot-stage,
  .depot-section {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; } }

.-hidden {
  display: none !important; }

.-show-gemeinschaftsdepot {
  display: none; }
  .is-gemeinschaftsdepot .-show-gemeinschaftsdepot {
    display: inline-block; }

.-hide-gemeinschaftsdepot {
  display: inline-block; }
  .is-gemeinschaftsdepot .-hide-gemeinschaftsdepot {
    display: none; }

form:not(.is-gemeinschaftsdepot) .is-gemeinschaftsdepot {
  display: none; }

form:not(.is-minderjaehrigendepot) .is-minderjaehrigendepot {
  display: none !important; }

form.is-minderjaehrigendepot .not-minderjaehrigendepot {
  display: none !important; }

form.is-minderjaehrigendepot .is-minderjaehrigendepot {
  display: block; }

form.is-minderjaehrigendepot .form__info-group--requirements .is-minderjaehrigendepot {
  display: list-item; }
  form.is-minderjaehrigendepot .form__info-group--requirements .is-minderjaehrigendepot.list--no-icon {
    list-style: none;
    padding-left: 0;
    margin-left: -1.2em; }

.geno-depot-entry__icon {
  float: left;
  top: 2px;
  position: relative; }

.depot-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #5a5a5a;
  width: 100%;
  height: 72px;
  background-color: #fff; }
  .depot-header__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff; }
    @media (min-width: 1100px) {
      .depot-header__inner {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        height: 100%; } }

@media (min-width: 1100px) and (min-width: 481px) and (max-width: 869px) {
  .depot-header__inner {
    width: 481px; } }

@media (min-width: 1100px) and (min-width: 870px) and (max-width: 1099px) {
  .depot-header__inner {
    width: 870px; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    .depot-header__inner {
      width: 1100px; } }
    @media (min-width: 1100px) {
        .depot-header__inner::before, .depot-header__inner::after {
          content: " ";
          display: table; }
        .depot-header__inner::after {
          clear: both; } }
  .depot-header__home-link {
    display: block;
    margin-top: 10px; }
    .depot-header__home-link img {
      height: 56px;
      margin-left: -13px; }

.meta-nav__phone {
  margin-left: auto;
  border: 0;
  padding: 0;
  text-decoration: none;
  color: #004986;
  background-color: #fff;
  cursor: pointer; }
  .meta-nav__phone .meta-nav__item-icon::before {
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f095';
    display: block;
    font-size: 24px;
    text-align: center; }

.meta-nav__item-caption {
  font-size: 11px; }

.layer {
  z-index: 1;
  padding: 10px;
  min-width: 300px;
  color: #fff; }
  .layer--hidden {
    bottom: 0 !important;
    visibility: hidden; }
  .layer__headline {
    color: #f07f04; }
  .layer--meta {
    position: absolute;
    bottom: -215px;
    right: 1em;
    z-index: -1;
    background-color: #004986;
    transition: .5s; }
  .layer .icon {
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-size: 16px; }
  .layer__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: 0;
    cursor: pointer;
    background-color: #f07f04;
    color: #fff; }
    .layer__close .button__icon::before {
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f00d';
      font-size: 16px; }
    .layer__close .button__text {
      position: absolute;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      white-space: nowrap; }
  .layer__number {
    font-size: 16px; }
  .layer p {
    font-size: 12px; }
  .layer__btn {
    border: 0 none;
    padding: .4em .4em .2em;
    background-color: #f07f04;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    margin-left: 1em; }

.space-group {
  margin-top: 1em; }

.icon-phone-sm:before {
  content: '\f095'; }

.icon-fax-sm:before {
  content: '\f02f'; }

.icon-cross-sm:before {
  content: '\f00d'; }

.no-mp {
  padding: 0;
  margin: 0.5em; }

.depot-lightbox {
  display: none; }
  .depot-lightbox:target {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 110; }
  .depot-lightbox__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 110; }
  .depot-lightbox #depotmigration {
    margin: 100px auto 0;
    max-width: 550px;
    padding: 40px 20px;
    background: #fff;
    text-align: center; }
    .depot-lightbox #depotmigration .field__inner {
      margin: 0;
      width: 100%; }
  .depot-lightbox__form {
    position: relative; }
  .depot-lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .depot-lightbox__close::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f00d';
      font-size: 40px; }
  .depot-lightbox__content {
    margin: 30px;
    padding: 30px;
    background-color: #fff; }
    .depot-lightbox__content .richtext {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.35714em; }
      .depot-lightbox__content .richtext ul {
        list-style-position: outside; }
  .depot-lightbox__headline {
    color: #002D67;
    font-weight: normal;
    text-align: center;
    margin-top: 0; }
    @media (max-width: 869px) {
      .depot-lightbox__headline {
        margin-top: 1.25em;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    @media (min-width: 870px) {
      .depot-lightbox__headline {
        margin-top: 0;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    .is-summary .depot-lightbox__headline {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.23077em; }
  .depot-lightbox__message {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714em;
    color: #cb5555; }
  .depot-lightbox__label {
    font-weight: 100;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 10px;
    float: left; }

@media (max-width: 869px) {
  .depot-navigation {
    background-color: #fff; } }

@media (min-width: 870px) {
  .depot-navigation {
    margin-left: -15px;
    margin-right: -15px;
    background-color: rgba(0, 0, 0, 0.5); } }

.depot-navigation__list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none inside; }
  .depot-navigation__list:before, .depot-navigation__list:after {
    content: ' ';
    display: table; }
  .depot-navigation__list:after {
    clear: both; }
  @media (max-width: 869px) {
    .depot-navigation__list {
      padding-left: 0; } }
  @media (min-width: 1100px) {
    .depot-navigation__list {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1100px) and (min-width: 481px) and (max-width: 869px) {
  .depot-navigation__list {
    width: 481px; } }

@media (min-width: 1100px) and (min-width: 870px) and (max-width: 1099px) {
  .depot-navigation__list {
    width: 870px; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    .depot-navigation__list {
      width: 1100px; } }
  @media (min-width: 1100px) {
      .depot-navigation__list::before, .depot-navigation__list::after {
        content: " ";
        display: table; }
      .depot-navigation__list::after {
        clear: both; } }

@media (max-width: 869px) {
  .depot-navigation__item {
    padding-top: 1.2em;
    padding-bottom: 1.7em;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    border-bottom: 4px solid #fff;
    background-color: #8795a2; }
    .depot-navigation__item:nth-child(odd) {
      border-right: 2px solid #fff; }
    .depot-navigation__item:nth-child(even) {
      border-left: 2px solid #fff; } }

@media (min-width: 870px) {
  .depot-navigation__item {
    margin-right: 2.7em;
    padding-top: 2.6em;
    padding-bottom: 2.3em;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .depot-navigation__item:first-child {
      padding-left: 0; }
    .depot-navigation__item:last-child {
      padding-right: 0; } }

.depot-navigation__link {
  display: block;
  color: #fff;
  text-decoration: none; }
  .depot-navigation__link::after, .depot-navigation__link::before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    color: #004986;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    text-align: center; }
  @media (max-width: 869px) {
    .depot-navigation__link {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.46667em;
      text-align: center; }
      .depot-navigation__link::after {
        position: relative;
        left: 50%;
        display: block;
        margin-left: -14px;
        content: '\f078'; } }
  @media (min-width: 870px) {
    .depot-navigation__link {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.44444em; }
      .depot-navigation__link::before {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        content: '\f078'; } }

.depot-section {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  @media (max-width: 869px) {
    .depot-section {
      padding-top: 34px;
      padding-bottom: 40px; } }
  @media (min-width: 870px) {
    .depot-section {
      padding-top: 60px;
      padding-bottom: 45px; } }
  .depot-section:nth-child(even) {
    background-color: #dce6e9; }
  .depot-section__error {
    margin-top: 5em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.16667em; }
  @media (max-width: 1099px) {
    .depot-section__content {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px; }
      .depot-section__content::before, .depot-section__content::after {
        content: " ";
        display: table; }
      .depot-section__content::after {
        clear: both; } }
  @media (min-width: 1100px) {
    .depot-section__content {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1100px) and (min-width: 481px) and (max-width: 869px) {
  .depot-section__content {
    width: 481px; } }

@media (min-width: 1100px) and (min-width: 870px) and (max-width: 1099px) {
  .depot-section__content {
    width: 870px; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    .depot-section__content {
      width: 1100px; } }
  @media (min-width: 1100px) {
      .depot-section__content::before, .depot-section__content::after {
        content: " ";
        display: table; }
      .depot-section__content::after {
        clear: both; } }
  @media (max-width: 869px) {
    .depot-section__header {
      margin-bottom: 3em; } }
  @media (min-width: 870px) {
    .depot-section__header {
      margin-bottom: 3.4em; } }
  .depot-section__headline, .depot-section__sub-headline {
    display: block;
    text-align: center; }
    @media (min-width: 870px) {
      .depot-section__headline, .depot-section__sub-headline {
        padding-left: 16.66667%;
        padding-right: 16.66667%; } }
  .depot-section__headline {
    color: #004986;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
    @media (max-width: 869px) {
      .depot-section__headline {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.16667em; } }
    @media (min-width: 870px) {
      .depot-section__headline {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.08em; } }
  .depot-section__sub-headline {
    font-weight: 400; }
    @media (min-width: 870px) {
      .depot-section__sub-headline {
        margin-top: 0.91667em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.16667em; } }
    @media (max-width: 869px) {
      .depot-section__sub-headline {
        display: none; } }
  .depot-section__teasers {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    counter-reset: teasers; }
    .depot-section__teasers::before, .depot-section__teasers::after {
      content: " ";
      display: table; }
    .depot-section__teasers::after {
      clear: both; }
    @media (max-width: 869px) {
      .depot-section__teasers {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (min-width: 870px) {
      .depot-section__teasers {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .depot-section__actions {
    text-align: center; }
    @media (max-width: 869px) {
      .depot-section__actions {
        margin-top: 33px; } }
    @media (min-width: 870px) {
      .depot-section__actions {
        margin-top: 53px; } }
  .depot-section__list {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.16667em;
    list-style-type: hyphen; }
    @media (min-width: 870px) {
      .depot-section__list {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.16667em; } }
    .depot-section__list li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33333em; }
      @media (min-width: 870px) {
        .depot-section__list li {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.86667em; } }
    .depot-section__list--links {
      list-style: none;
      width: 300px;
      margin: auto;
      padding: 0;
      cursor: pointer; }
      .depot-section__list--links li {
        width: 100%;
        margin: 15px 0; }
        .depot-section__list--links li a {
          width: 100%; }
  .depot-section__number {
    display: block;
    color: #ec6607; }
  .depot-section--result, .depot-section--retry {
    margin-top: 72px; }
  .depot-section__headline--error, .depot-section__headline--result {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
  .depot-section__headline--result:before {
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    color: #ec6607;
    font-size: 5.5rem;
    padding-bottom: 5.5rem; }
  .depot-section__sub-headline--result {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    text-align: left; }
    @media (max-width: 869px) {
      .depot-section__sub-headline--result {
        display: block; } }
  .depot-section__notifications {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.16667em;
    padding-left: 16.66667%;
    padding-right: 16.66667%;
    font-weight: 300;
    margin-top: 0.91667em;
    margin-bottom: 1.83333em; }
    @media (min-width: 870px) {
      .depot-section__notifications {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.16667em;
        padding-left: 0;
        padding-right: 0; } }
  .depot-section__notifications--result {
    padding-left: 0;
    padding-right: 0; }
  .depot-section .cta {
    display: inline-block; }
  .depot-section .is-hidden {
    display: none; }

.depot-stage {
  margin-top: 72px;
  background-repeat: no-repeat;
  background-position-x: right; }
  @media (max-width: 869px) {
    .depot-stage {
      background-image: url("../img/depot-index/stage-01_small.jpg");
      background-size: contain; } }
  @media (min-width: 870px) {
    .depot-stage {
      background-image: url("../img/depot-index/stage-01.png");
      background-size: cover; } }
  .depot-stage--blurry {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    filter: blur(5px) brightness(40%);
    z-index: -1; }
  .depot-stage__content {
    position: relative; }
    @media (max-width: 869px) {
      .depot-stage__content {
        padding-top: 33.33333%; } }
    @media (max-width: 1099px) {
      .depot-stage__content {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .depot-stage__content::before, .depot-stage__content::after {
          content: " ";
          display: table; }
        .depot-stage__content::after {
          clear: both; } }
    @media (min-width: 870px) {
      .depot-stage__content {
        min-height: 573px; } }
    @media (min-width: 1100px) {
      .depot-stage__content {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px; } }

@media (min-width: 1100px) and (min-width: 481px) and (max-width: 869px) {
  .depot-stage__content {
    width: 481px; } }

@media (min-width: 1100px) and (min-width: 870px) and (max-width: 1099px) {
  .depot-stage__content {
    width: 870px; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    .depot-stage__content {
      width: 1100px; } }
    @media (min-width: 1100px) {
        .depot-stage__content::before, .depot-stage__content::after {
          content: " ";
          display: table; }
        .depot-stage__content::after {
          clear: both; } }
  .depot-stage__teaser {
    margin-left: -15px;
    margin-right: -15px; }
    .depot-stage__teaser::before, .depot-stage__teaser::after {
      content: " ";
      display: table; }
    .depot-stage__teaser::after {
      clear: both; }
    @media (max-width: 869px) {
      .depot-stage__teaser {
        position: relative;
        background-color: #fff;
        padding-top: 2.8em;
        padding-bottom: 4em;
        text-align: center; } }
    @media (min-width: 870px) {
      .depot-stage__teaser {
        padding-top: 87px; } }
  .depot-stage__header {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 869px) {
      .depot-stage__header {
        width: 100%;
        color: #002D67; } }
    @media (min-width: 870px) {
      .depot-stage__header {
        width: 50%;
        color: #002D67;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22); } }
  .depot-stage__headline, .depot-stage__sub-headline {
    display: block; }
  @media (max-width: 869px) {
    .depot-stage__headline {
      padding-bottom: 0.93333em;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.16667em; } }
  @media (min-width: 870px) {
    .depot-stage__headline {
      font-size: 65px;
      font-size: 6.5rem;
      line-height: 1em; } }
  @media (max-width: 869px) {
    .depot-stage__sub-headline {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.375em; } }
  @media (min-width: 870px) {
    .depot-stage__sub-headline {
      margin-top: 11px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.44444em; } }
  .depot-stage .cta {
    display: inline-block;
    margin-left: 15px; }
    @media (max-width: 869px) {
      .depot-stage .cta {
        margin-top: 40px; } }
    @media (min-width: 870px) {
      .depot-stage .cta {
        margin-top: 66px; } }
  .depot-stage__eye-catcher {
    position: absolute;
    top: 0;
    background-image: url("../img/depot-index/eye-catcher.png"); }
    @media (max-width: 869px) {
      .depot-stage__eye-catcher {
        left: 30px;
        width: 91px;
        height: 81px;
        background-size: contain; } }
    @media (min-width: 870px) {
      .depot-stage__eye-catcher {
        left: 40%;
        width: 182px;
        height: 162px; } }
  .depot-stage__partner {
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto; }
    @media (max-width: 869px) {
      .depot-stage__partner {
        bottom: 100%;
        width: 115px;
        height: 46px;
        background-size: contain; } }
    @media (min-width: 870px) {
      .depot-stage__partner {
        bottom: 24px;
        width: 230px;
        height: 92px; } }

.depot-teaser__figure {
  position: relative;
  left: 50%;
  margin-top: 45px;
  margin-bottom: 20px;
  border: 20px solid #dfdedd;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 869px) {
    .depot-teaser__figure {
      width: 220px;
      height: 220px;
      margin-bottom: 4px;
      margin-left: -110px; } }
  @media (min-width: 870px) {
    .depot-teaser__figure {
      width: 300px;
      height: 300px;
      margin-left: -150px; } }

.depot-teaser__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.depot-teaser__headline {
  color: #004986;
  font-weight: bold;
  text-align: center; }

@media (min-width: 870px) {
  .depot-teaser {
    margin-right: 15px; }
    .depot-teaser:last-child {
      margin-right: auto; } }

.depot-teaser--advantages {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375em; }
  @media (max-width: 869px) {
    .depot-teaser--advantages {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
      width: 49.8%;
      margin-bottom: 25px; }
      .depot-teaser--advantages:last-child {
        margin-bottom: auto; } }
  @media (min-width: 870px) {
    .depot-teaser--advantages {
      width: 20%;
      text-align: center; } }
  .depot-teaser--advantages .depot-teaser__headline {
    font-weight: 400; }
    @media (max-width: 869px) {
      .depot-teaser--advantages .depot-teaser__headline {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em; } }
    @media (min-width: 870px) {
      .depot-teaser--advantages .depot-teaser__headline {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em; } }
    .depot-teaser--advantages .depot-teaser__headline::before {
      position: relative;
      left: 50%;
      display: block;
      width: 44px;
      height: 44px;
      margin-bottom: 11px;
      margin-left: -22px;
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f00c';
      border-radius: 50%;
      background-color: #002D67;
      color: #fff;
      font-size: 34px;
      line-height: 44px;
      text-align: center; }

@media (max-width: 869px) {
  .depot-teaser--how-to, .depot-teaser--solutions {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

.depot-teaser--how-to .depot-teaser__headline, .depot-teaser--solutions .depot-teaser__headline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16667em;
  margin-bottom: 0.91667em; }

.depot-teaser--how-to .richtext,
.depot-teaser--how-to .small-print, .depot-teaser--solutions .richtext,
.depot-teaser--solutions .small-print {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35714em;
  text-align: center; }

@media (max-width: 869px) {
  .depot-teaser--how-to {
    margin-bottom: 40px; }
    .depot-teaser--how-to:last-child {
      margin-bottom: auto; } }

@media (min-width: 870px) {
  .depot-teaser--how-to {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }
    .depot-teaser--how-to::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -15px;
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f105';
      color: #667889;
      font-size: 80px; }
    .depot-teaser--how-to:last-child::after {
      content: none; } }

.depot-teaser--how-to::before {
  display: block;
  position: relative;
  left: 50%;
  width: 67px;
  height: 67px;
  margin-left: -33.5px;
  margin-bottom: 25px;
  padding-top: 1px;
  border-radius: 50%;
  border: 2px solid #004986;
  background-color: #fff;
  color: #004986;
  content: attr(data-count);
  font-size: 36px;
  line-height: 67px;
  text-align: center;
  vertical-align: middle; }

@media (min-width: 870px) {
  .depot-teaser--solutions {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

.depot-teaser--solutions .depot-teaser__headline {
  font-weight: 400; }
  @media (max-width: 869px) {
    .depot-teaser--solutions .depot-teaser__headline {
      margin-top: 0.66667em;
      margin-bottom: 0.20833em; } }

@media (max-width: 869px) {
  .depot-teaser--solutions .richtext,
  .depot-teaser--solutions .small-print {
    line-height: 1.35714em; } }

.depot-teaser--solutions .small-print {
  margin-top: auto;
  padding-top: 21px;
  color: #f39200; }
  .depot-teaser--solutions .small-print::before {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f005'; }
    @media (max-width: 869px) {
      .depot-teaser--solutions .small-print::before {
        margin-top: -3px; } }

@media (max-width: 869px) {
  .depot-teaser--solutions .slick-prev,
  .depot-teaser--solutions .slick-next {
    top: 68px; } }

@media (max-width: 869px) {
  .depot-teaser--requirements {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center; }
    .depot-teaser--requirements:last-child {
      margin-bottom: auto; } }

.depot-teaser--requirements .depot-teaser__headline {
  color: #f39200;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1875em; }
  .depot-teaser--requirements .depot-teaser__headline::before {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f071'; }
    @media (max-width: 869px) {
      .depot-teaser--requirements .depot-teaser__headline::before {
        margin-bottom: 0.29167em; } }
    @media (min-width: 870px) {
      .depot-teaser--requirements .depot-teaser__headline::before {
        margin-top: 1.08333em;
        margin-bottom: 0.41667em; } }

.depot-teaser--requirements .richtext {
  margin-top: 5px;
  color: #667889;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100; }

.depot-teaser--requirements a {
  color: inherit;
  text-decoration: none; }
  .depot-teaser--requirements a::before {
    display: inline-block;
    margin-right: 5px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f054'; }

@media (min-width: 870px) {
  .depot-teaser--requirements {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 14%;
    padding-right: 14%; }
    .depot-teaser--requirements:first-child::before, .depot-teaser--requirements:first-child::after {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      display: block;
      width: 30%;
      margin-left: 35%;
      border-top: 6px dotted #667889;
      content: ""; }
    .depot-teaser--requirements:first-child::before {
      transform: rotate(30deg); }
    .depot-teaser--requirements:first-child::after {
      transform: rotate(-30deg); }
    .depot-teaser--requirements:nth-last-child(2)::before, .depot-teaser--requirements:nth-last-child(2)::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #667889; }
    .depot-teaser--requirements:nth-last-child(2)::before {
      width: 74px;
      height: 74px;
      overflow: hidden;
      margin-top: 2px;
      background-color: #fff;
      border-radius: 50%;
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f007';
      font-size: 80px;
      text-align: center; }
    .depot-teaser--requirements:nth-last-child(2)::after {
      width: 80px;
      height: 80px;
      border: 6px solid #667889;
      border-radius: 50%;
      content: ""; }
    .depot-teaser--requirements:nth-child(odd) {
      text-align: right; }
    .depot-teaser--requirements:nth-child(even) {
      text-align: left; }
    .depot-teaser--requirements .depot-teaser__headline {
      text-align: inherit; } }

.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.c-genoplan button {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #002D67;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin: 1rem; }
  a.c-genoplan button {
    text-decoration: none; }
  button.c-genoplan button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .c-genoplan button:disabled {
    opacity: 0.3;
    cursor: default; }

.c-genoplan__control-area {
  clear: both; }

.c-genoplan__form-group.hidden {
  display: none; }

.c-genoplan__form-group .input-text__readonly {
  opacity: 0.5; }

.c-genoplan__button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center; }

.c-genoplan__selected {
  padding: 10px;
  overflow: auto; }
  .c-genoplan__selected p {
    font-size: 16px;
    font-weight: bold; }

.c-genoplan__table {
  width: 100%; }
  .c-genoplan__table th,
  .c-genoplan__table td {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
    padding: 10px; }
  .c-genoplan__table tbody tr {
    cursor: pointer;
    transition: all 0.4s; }
    .c-genoplan__table tbody tr td {
      transition: all 0.4s; }
    .c-genoplan__table tbody tr td:last-child {
      padding-right: 30px;
      position: relative; }
      .c-genoplan__table tbody tr td:last-child:after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='close'%3E%3Cpath id='x' d='M18.717 6.697l-1.414-1.414-5.303 5.303-5.303-5.303-1.414 1.414 5.303 5.303-5.303 5.303 1.414 1.414 5.303-5.303 5.303 5.303 1.414-1.414-5.303-5.303z'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        content: "";
        width: 22px;
        height: 20px;
        display: block;
        position: absolute;
        right: 8px;
        top: 7px;
        opacity: 0; }
    .c-genoplan__table tbody tr:hover td {
      background: #f6f6f6; }
    .c-genoplan__table tbody tr:hover td:last-child:after {
      opacity: 0.4; }
  .c-genoplan__table th {
    background-color: #0066b3;
    color: #fff; }

.is-summary .c-genoplan__button-wrapper {
  display: none; }

.is-summary .c-genoplan__selected {
  width: 100%; }

.is-summary .c-genoplan__table tr:hover {
  cursor: default; }
  .is-summary .c-genoplan__table tr:hover td {
    background: #fff; }
    .is-summary .c-genoplan__table tr:hover td:last-child:after {
      opacity: 0; }

.is-summary .genoplan-hidden {
  display: block !important; }

.is-summary .c-genoplan__kenntnisse .form__radios-horizontal,
.is-summary .genoplan-verkaufsunterlagen .form__checkbox-wrapper {
  width: auto; }

.is-summary .genoplan-verkaufsunterlagen .form__radios {
  padding-left: 0;
  border-bottom: none;
  width: auto; }
  .is-summary .genoplan-verkaufsunterlagen .form__radios .radios__inner {
    padding-left: 0;
    width: auto;
    margin-left: 0 !important; }

.genoplan-text {
  font-size: 1.3rem !important; }

.c-genoplan__kenntnisse h3.input-radio__group-label {
  color: #3e3f40 !important; }

.is-summary .form__group-hidden {
  display: none !important; }

.autocomplete {
  list-style: none; }
  @media (max-width: 869px) {
    .autocomplete__item {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 870px) {
    .autocomplete__item {
      font-size: 18px;
      font-size: 1.8rem; } }

.check__list {
  padding-left: 0;
  list-style: inside none; }

.check__item::before {
  display: inline-block;
  margin-right: 8px;
  color: #002D67;
  speak: none;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c'; }

.cta--advance {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #002D67;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease; }
  a.cta--advance {
    text-decoration: none; }
  button.cta--advance {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .cta--advance .cta__icon::before {
    display: inline-block;
    margin-top: -1px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f103';
    font-size: 23px;
    vertical-align: middle; }
  .cta--advance:focus-visible {
    outline: 2px dotted #002D67;
    outline-offset: 2px; }
  .no-js .cta--advance {
    display: none; }
  @media (max-width: 869px) {
    .cta--advance {
      min-width: 50%; } }

.cta--finish, .cta--identify {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #002D67;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease; }
  a.cta--finish, .cta--identify {
    text-decoration: none; }
  button.cta--finish, .cta--identify {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .cta--finish .cta__icon::before, .cta--identify .cta__icon::before {
    display: inline-block;
    margin-right: 8px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f046'; }
  .cta--finish:focus-visible, .cta--identify:focus-visible {
    outline: 2px dotted currentColor;
    outline-offset: -2px; }

.cta--identify-postident {
  margin-top: 10px; }

.cta--depot-stage {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #002D67;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease; }
  a.cta--depot-stage {
    text-decoration: none; }
  button.cta--depot-stage {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .cta--depot-stage .cta__icon::before {
    display: inline-block;
    margin-top: -1px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f103';
    font-size: 23px;
    vertical-align: middle; }
  .cta--depot-stage:focus-visible {
    outline: 2px dotted #002D67;
    outline-offset: 2px; }
  .cta--depot-stage .cta__icon::before {
    display: inline-block;
    margin-right: 4px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f201'; }
  @supports (background-image: linear-gradient(to bottom, #f39200 0%, #e9540d 100%)) {
    .cta--depot-stage {
      background-image: linear-gradient(to bottom, #f39200 0%, #e9540d 100%); } }

.cta--open-depot {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #002D67;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease; }
  a.cta--open-depot {
    text-decoration: none; }
  button.cta--open-depot {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .cta--open-depot .cta__icon::before {
    display: inline-block;
    margin-top: -1px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f103';
    font-size: 23px;
    vertical-align: middle; }
  .cta--open-depot:focus-visible {
    outline: 2px dotted #002D67;
    outline-offset: 2px; }
  .cta--open-depot .cta__icon::before {
    display: inline-block;
    margin-right: 4px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f201'; }

.cta--close {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #dfdedd;
  color: #3e3f40;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease; }
  a.cta--close {
    text-decoration: none; }
  button.cta--close {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.button--edit {
  padding: 0.875em 1em;
  border: 0 none;
  border-radius: 0;
  background-color: #fff;
  color: #002D67;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  transition: background-color 0.2s ease, color 0.2s ease; }
  a.button--edit {
    text-decoration: none; }
  button.button--edit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .button--edit .cta__icon::before {
    display: inline-block;
    margin-right: 8px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f040'; }
  .is-edit .button--edit .cta__icon::before {
    content: '\f00c'; }

.slick-next,
.slick-prev {
  position: absolute;
  top: 20%;
  display: block;
  width: 40px;
  height: 80px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 80px;
    color: #8795a2;
    cursor: pointer;
    z-index: 1; }

.slick-next {
  right: 7px; }
  .slick-next::before {
    content: '\f105'; }

.slick-prev {
  left: 7px; }
  .slick-prev::before {
    content: '\f104'; }

.spinner {
  margin: 10px 20px 30px;
  text-align: center; }
  .spinner span {
    display: block;
    margin-bottom: 20px;
    color: #667889;
    font-size: 25px;
    font-size: 2.5rem; }
  .spinner > div {
    width: 40px;
    height: 40px;
    background-color: default;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background-color: #667889; }
  .spinner .bounce1 {
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

@media (max-width: 869px) {
  .show-more.is-open {
    height: auto;
    -webkit-line-clamp: unset; } }

@media (max-width: 869px) {
  .show-more {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    text-overflow: ellipsis;
    transition: all 0.5s; } }

.show-more__button {
  display: none; }
  @media (max-width: 869px) {
    .show-more__button {
      display: -ms-flexbox;
      display: flex;
      padding: 0.875em 1em;
      border: 0 none;
      border-radius: 0;
      background-color: #002D67;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5em;
      transition: background-color 0.2s ease, color 0.2s ease;
      font-size: 12px;
      padding: 5px;
      margin: 10px auto 1rem;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      gap: 5px;
      background-color: #004986; }
      a.show-more__button {
        text-decoration: none; }
      button.show-more__button {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
      .show-more__button .cta__icon::before {
        display: inline-block;
        margin-top: -1px;
        speak: none;
        font-family: FontAwesome !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f103';
        font-size: 23px;
        vertical-align: middle; }
      .show-more__button:focus-visible {
        outline: 2px dotted #002D67;
        outline-offset: 2px; } }

input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0; }

input:focus {
  outline: none; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  select::-ms-expand {
    display: none; }
  select:focus {
    outline: none; }

.is-summary .download {
  display: none; }

.download__list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none inside; }
  @media (min-width: 870px) {
    .download__list {
      width: 66.66667%; } }

.download__item {
  border-bottom: 2px solid #002D67;
  padding: 1.4em 0; }
  .download__item--meinDepot {
    display: none; }
    form.depot-meinDepot .download__item--meinDepot {
      display: list-item; }

.download__link {
  position: relative;
  display: block;
  padding-left: 60px;
  color: #002D67;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375em; }
  .download__link::before {
    position: absolute;
    top: 0;
    left: 15px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f019';
    font-size: 34px;
    font-size: 3.4rem;
    vertical-align: middle; }

.download__meta {
  display: block; }

.form__alert {
  margin-bottom: 24px;
  border-bottom: 2px solid #dfdedd;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #004986;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.21429em; }
  @media (min-width: 870px) {
    .form__alert {
      position: relative; } }
  .is-summary .form__alert {
    display: none; }
  .form__alert::before {
    display: inline-block;
    margin-bottom: 15px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    font-size: 20px;
    font-size: 2rem; }

.ident-error {
  position: relative;
  margin-top: 12px;
  margin-bottom: 30px; }
  @media (max-width: 869px) {
    .ident-error {
      padding-left: 15px;
      padding-right: 15px; } }
  .ident-error__inner {
    display: -ms-flexbox;
    display: flex;
    border: 2px solid currentColor;
    border-radius: 8px;
    padding: 25px 30px 30px;
    color: #bc4646; }
    @media (max-width: 869px) {
      .ident-error__inner {
        width: 91.66667%; } }
    @media (min-width: 870px) {
      .ident-error__inner {
        margin-left: 8.33333%;
        width: 83.33333%; } }
    .ident-error__inner:before {
      margin-right: 15px;
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f071';
      font-size: 32px;
      font-size: 3.2rem; }
  .ident-error__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571em; }
  .ident-error::before, .ident-error::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-bottom: -2px;
    border: solid transparent;
    content: " ";
    pointer-events: none; }
  .ident-error::before {
    border-color: rgba(223, 222, 221, 0);
    border-bottom-color: #bc4646;
    border-width: 14px;
    margin-left: -9px; }
  .ident-error::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -5px; }

.is-minderjaehrigendepot .form__field.has-error .info-text__error--max-age {
  display: block; }

.is-meinDepot .form__field.has-error .info-text__error--mein-depot {
  display: block; }

.is-einzeldepot .form__field.has-error .info-text__error--min-age, .is-gemeinschaftsdepot .form__field.has-error .info-text__error--min-age {
  display: block; }

.form__group {
  clear: both;
  color: #3e3f40; }
  .is-summary .form__group .form__group {
    padding-left: 0;
    padding-right: 0; }
  .form__group.is-disabled {
    opacity: 0.3; }
  .form__group-hidden {
    display: none; }
  .form__group-introtext {
    width: 50%;
    margin: 0 auto;
    font-size: 1.3rem; }
    @media (max-width: 869px) {
      .form__group-introtext {
        width: auto;
        margin: 10px 20px;
        font-size: 16px; } }

.form__field-inner--result {
  margin-right: 8.33333%;
  border-radius: 8px;
  border: 2px solid #dfdedd;
  padding: 15px !important; }
  @media (max-width: 869px) {
    .form__field-inner--result {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 91.66667%; } }
  @media (min-width: 870px) {
    .form__field-inner--result {
      margin-left: 8.33333%;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 83.33333%; } }
  .form__field-inner--result label.input-file__label {
    font-size: 1.4rem;
    display: block; }
  .form__field-inner--result input.input-file {
    padding-top: 10px;
    font-size: 1.4rem; }
  .form__field-inner--result input.input-file::file-selector-button {
    font-size: 1.4rem;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background-color: #667889;
    color: white;
    cursor: pointer; }
    .form__field-inner--result input.input-file::file-selector-button:hover {
      background-color: #002d53; }
  .form__field-inner--result-upload label {
    font-weight: 600; }
  .form__field-inner--result-upload_additional {
    margin-top: 20px; }
  .form__field-inner--result-success {
    font-size: 1.4rem;
    font-weight: bolder; }
  .form__field-inner--result-error {
    font-size: 1.4rem;
    font-weight: bolder;
    color: #bc4646; }
  .form__field-inner--result button {
    display: block;
    margin: 15px auto 0; }

.form__field, .form__radios, .form__select, .form__switch, .form__checkbox-wrapper, .form__prompt {
  transition: margin 0.4s ease; }
  .form__field :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .contentbox__inner,
  .field__inner
) .form-field-state-icon::after, .form__radios :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .contentbox__inner,
  .field__inner
) .form-field-state-icon::after, .form__select :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .contentbox__inner,
  .field__inner
) .form-field-state-icon::after, .form__switch :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .contentbox__inner,
  .field__inner
) .form-field-state-icon::after, .form__checkbox-wrapper :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .contentbox__inner,
  .field__inner
) .form-field-state-icon::after, .form__prompt :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .contentbox__inner,
  .field__inner
) .form-field-state-icon::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 869px) {
      .form__field :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__radios :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__select :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__switch :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__checkbox-wrapper :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__prompt :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after {
        right: 0.6em;
        font-size: 20px; } }
    @media (min-width: 870px) {
      .form__field :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__radios :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__select :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__switch :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__checkbox-wrapper :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after, .form__prompt :is(
      .radios__inner,
      .select__inner,
      .switch__inner,
      .checkbox__inner,
      .contentbox__inner,
      .field__inner
) .form-field-state-icon::after {
        right: 0.4em;
        font-size: 30px; } }
  .form__field .asterisk-symbol, .form__radios .asterisk-symbol, .form__select .asterisk-symbol, .form__switch .asterisk-symbol, .form__checkbox-wrapper .asterisk-symbol, .form__prompt .asterisk-symbol {
    color: #004986; }
  .form__prompt .form__field .checkbox__inner, .form__prompt .form__radios .checkbox__inner, .form__prompt .form__select .checkbox__inner, .form__prompt .form__switch .checkbox__inner, .form__prompt .form__checkbox-wrapper .checkbox__inner, .form__prompt .form__prompt .checkbox__inner {
    border: 0 none; }
  :is(
  .no-js,
  .is-open,
  .is-next
) .form__field, :is(
  .no-js,
  .is-open,
  .is-next
) .form__radios, :is(
  .no-js,
  .is-open,
  .is-next
) .form__select, :is(
  .no-js,
  .is-open,
  .is-next
) .form__switch, :is(
  .no-js,
  .is-open,
  .is-next
) .form__checkbox-wrapper, :is(
  .no-js,
  .is-open,
  .is-next
) .form__prompt {
    clear: both; }
    @media (max-width: 869px) {
      :is(
      .no-js,
      .is-open,
      .is-next
) .form__field, :is(
      .no-js,
      .is-open,
      .is-next
) .form__radios, :is(
      .no-js,
      .is-open,
      .is-next
) .form__select, :is(
      .no-js,
      .is-open,
      .is-next
) .form__switch, :is(
      .no-js,
      .is-open,
      .is-next
) .form__checkbox-wrapper, :is(
      .no-js,
      .is-open,
      .is-next
) .form__prompt {
        padding-top: 5px;
        padding-bottom: 9px; } }
    @media (min-width: 870px) {
      :is(
      .no-js,
      .is-open,
      .is-next
) .form__field, :is(
      .no-js,
      .is-open,
      .is-next
) .form__radios, :is(
      .no-js,
      .is-open,
      .is-next
) .form__select, :is(
      .no-js,
      .is-open,
      .is-next
) .form__switch, :is(
      .no-js,
      .is-open,
      .is-next
) .form__checkbox-wrapper, :is(
      .no-js,
      .is-open,
      .is-next
) .form__prompt {
        padding-top: 12px;
        padding-bottom: 12px; } }
  .form__field :is(
  .field__inner,
  .select__inner
), .form__radios :is(
  .field__inner,
  .select__inner
), .form__select :is(
  .field__inner,
  .select__inner
), .form__switch :is(
  .field__inner,
  .select__inner
), .form__checkbox-wrapper :is(
  .field__inner,
  .select__inner
), .form__prompt :is(
  .field__inner,
  .select__inner
) {
    border: 2px solid #dfdedd;
    border-radius: 8px;
    background-color: #fff; }
    .is-summary .form__field :is(
    .field__inner,
    .select__inner
), .is-summary .form__radios :is(
    .field__inner,
    .select__inner
), .is-summary .form__select :is(
    .field__inner,
    .select__inner
), .is-summary .form__switch :is(
    .field__inner,
    .select__inner
), .is-summary .form__checkbox-wrapper :is(
    .field__inner,
    .select__inner
), .is-summary .form__prompt :is(
    .field__inner,
    .select__inner
) {
      border: 0 none;
      background-color: transparent; }
  :is(
  .no-js,
  .is-open,
  .is-next
) .form__field :is(
  .radios__inner,
  .switch__inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__radios :is(
  .radios__inner,
  .switch__inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__select :is(
  .radios__inner,
  .switch__inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__switch :is(
  .radios__inner,
  .switch__inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__checkbox-wrapper :is(
  .radios__inner,
  .switch__inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__prompt :is(
  .radios__inner,
  .switch__inner
) {
    border: 2px solid #dfdedd;
    border-radius: 8px;
    padding: 0 15px 18px; }
  .is-summary .form__field :is(
  .radios__inner,
  .switch__inner
), .is-summary .form__radios :is(
  .radios__inner,
  .switch__inner
), .is-summary .form__select :is(
  .radios__inner,
  .switch__inner
), .is-summary .form__switch :is(
  .radios__inner,
  .switch__inner
), .is-summary .form__checkbox-wrapper :is(
  .radios__inner,
  .switch__inner
), .is-summary .form__prompt :is(
  .radios__inner,
  .switch__inner
) {
    margin-bottom: 10px; }
  .form__field .checkbox__inner, .form__radios .checkbox__inner, .form__select .checkbox__inner, .form__switch .checkbox__inner, .form__checkbox-wrapper .checkbox__inner, .form__prompt .checkbox__inner {
    position: relative; }
  .form__field :is(
  .radios__inner,
  .switch__inner,
  .contentbox_inner,
  .checkbox__inner
), .form__radios :is(
  .radios__inner,
  .switch__inner,
  .contentbox_inner,
  .checkbox__inner
), .form__select :is(
  .radios__inner,
  .switch__inner,
  .contentbox_inner,
  .checkbox__inner
), .form__switch :is(
  .radios__inner,
  .switch__inner,
  .contentbox_inner,
  .checkbox__inner
), .form__checkbox-wrapper :is(
  .radios__inner,
  .switch__inner,
  .contentbox_inner,
  .checkbox__inner
), .form__prompt :is(
  .radios__inner,
  .switch__inner,
  .contentbox_inner,
  .checkbox__inner
) {
    background-color: #fff; }
    .is-summary .form__field :is(
    .radios__inner,
    .switch__inner,
    .contentbox_inner,
    .checkbox__inner
), .is-summary .form__radios :is(
    .radios__inner,
    .switch__inner,
    .contentbox_inner,
    .checkbox__inner
), .is-summary .form__select :is(
    .radios__inner,
    .switch__inner,
    .contentbox_inner,
    .checkbox__inner
), .is-summary .form__switch :is(
    .radios__inner,
    .switch__inner,
    .contentbox_inner,
    .checkbox__inner
), .is-summary .form__checkbox-wrapper :is(
    .radios__inner,
    .switch__inner,
    .contentbox_inner,
    .checkbox__inner
), .is-summary .form__prompt :is(
    .radios__inner,
    .switch__inner,
    .contentbox_inner,
    .checkbox__inner
) {
      background-color: transparent; }
  :is(
  .no-js,
  .is-open,
  .is-next
) .form__field :is(
  .checkbox__inner,
  .contentbox_inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__radios :is(
  .checkbox__inner,
  .contentbox_inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__select :is(
  .checkbox__inner,
  .contentbox_inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__switch :is(
  .checkbox__inner,
  .contentbox_inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__checkbox-wrapper :is(
  .checkbox__inner,
  .contentbox_inner
), :is(
  .no-js,
  .is-open,
  .is-next
) .form__prompt :is(
  .checkbox__inner,
  .contentbox_inner
) {
    border: 2px solid #dfdedd;
    border-radius: 8px;
    padding: 20px 60px 20px 15px; }
    @media (max-width: 869px) {
      :is(
      .no-js,
      .is-open,
      .is-next
) .form__field :is(
      .checkbox__inner,
      .contentbox_inner
), :is(
      .no-js,
      .is-open,
      .is-next
) .form__radios :is(
      .checkbox__inner,
      .contentbox_inner
), :is(
      .no-js,
      .is-open,
      .is-next
) .form__select :is(
      .checkbox__inner,
      .contentbox_inner
), :is(
      .no-js,
      .is-open,
      .is-next
) .form__switch :is(
      .checkbox__inner,
      .contentbox_inner
), :is(
      .no-js,
      .is-open,
      .is-next
) .form__checkbox-wrapper :is(
      .checkbox__inner,
      .contentbox_inner
), :is(
      .no-js,
      .is-open,
      .is-next
) .form__prompt :is(
      .checkbox__inner,
      .contentbox_inner
) {
        padding: 20px 40px 20px 15px; } }
  .form__field :is(
  .checkbox__inner,
  .contentbox_inner
)::after, .form__radios :is(
  .checkbox__inner,
  .contentbox_inner
)::after, .form__select :is(
  .checkbox__inner,
  .contentbox_inner
)::after, .form__switch :is(
  .checkbox__inner,
  .contentbox_inner
)::after, .form__checkbox-wrapper :is(
  .checkbox__inner,
  .contentbox_inner
)::after, .form__prompt :is(
  .checkbox__inner,
  .contentbox_inner
)::after {
    top: auto;
    right: 30px; }
    @media (max-width: 869px) {
      .form__field :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__radios :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__select :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__switch :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__checkbox-wrapper :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__prompt :is(
      .checkbox__inner,
      .contentbox_inner
)::after {
        bottom: 56px; } }
    @media (min-width: 870px) {
      .form__field :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__radios :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__select :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__switch :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__checkbox-wrapper :is(
      .checkbox__inner,
      .contentbox_inner
)::after, .form__prompt :is(
      .checkbox__inner,
      .contentbox_inner
)::after {
        bottom: 36px; } }

.form__radios-horizontal .input-radio__label {
  height: auto !important;
  border-radius: 8px !important;
  margin-right: 40px;
  width: 92%;
  margin-top: 5px; }
  .form__radios-horizontal .input-radio__label:first-of-type {
    margin-top: 0; }
  .form__radios-horizontal .input-radio__label:last-of-type {
    padding-right: 1.55556em !important;
    padding-left: 3.22222em !important; }
    .form__radios-horizontal .input-radio__label:last-of-type::before {
      right: unset !important;
      left: 1.5em !important; }
    .form__radios-horizontal .input-radio__label:last-of-type::after {
      margin-left: 0.6em !important;
      left: 1.5em !important;
      right: auto !important; }

.form__radios-horizontal .radios__inner {
  margin-left: 8.33333% !important;
  margin-right: 8.33333% !important;
  padding-top: 15px !important; }
  @media (max-width: 869px) {
    .form__radios-horizontal .radios__inner {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 91.66667%; } }
  @media (min-width: 870px) {
    .form__radios-horizontal .radios__inner {
      margin-left: 8.33333%;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 83.33333%; } }

.form__radios-horizontal .radios__inner::after {
  top: 10% !important; }

.form__checkbox em {
  border-bottom: 1px solid currentColor;
  font-style: normal;
  font-weight: bold; }

.form__checkbox.checkbox--small {
  margin-left: 25%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 50%; }

.form__info-group {
  margin: 50px 10%;
  border: 2px solid #dfdedd;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px 15px; }
  .form__info-group--requirements {
    margin-top: 0;
    margin-bottom: 0; }
  @media (max-width: 869px) {
    .form__info-group {
      margin: 25px 5% 0; } }

.info-group__text {
  text-align: left; }

.error-message {
  color: #bc4646; }
  @media (max-width: 869px) {
    .error-message div {
      margin-top: 45px;
      padding: 10px; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .error-message {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; } }
  @media (min-width: 1400px) {
    .error-message {
      position: absolute;
      left: 66.66667%;
      width: 50%;
      padding-left: 33.33333%; } }
  @media (max-width: 1399px) {
    .form__checkbox + .error-message {
      margin-top: 20px; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .form__checkbox + .error-message {
    margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .form__checkbox + .error-message {
      top: 1.8em;
      margin-left: 0; } }
  @media (min-width: 1400px) {
    .error-message::after {
      position: absolute;
      top: 32px;
      right: 33.33333%;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 10px;
      content: " ";
      pointer-events: none; } }
  .is-summary .error-message {
    display: none; }

@media (min-width: 870px) and (max-width: 1399px) {
  .error-message {
    left: 15px; } }
  @media (min-width: 1400px) {
    .error-message::after {
      border-right-color: #bc4646; } }
  @media (min-width: 1400px) {
    .error-message::before {
      position: absolute;
      top: 24px;
      right: 33.33333%;
      width: 0;
      height: 0;
      border: solid transparent;
      border-right-color: #fff;
      border-width: 18px;
      content: " ";
      pointer-events: none;
      margin-right: -2px; } }
  .error-message .error {
    font-size: 14px;
    font-size: 1.4rem; }
    @media (max-width: 869px) {
      .error-message .error {
        float: left;
        padding-top: 0em;
        padding-bottom: 0em; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .error-message .error {
    padding-left: 15px; } }
    @media (min-width: 1400px) {
      .error-message .error {
        margin-left: 1px;
        padding: 0.85714em 2.5em;
        font-size: 14px;
        font-size: 1.4rem;
        background-color: #fff;
        line-height: 1.28571em;
        transition: background-color 0.2s ease;
        min-height: 8rem; } }

.is-open .has-error,
.is-next .has-error {
  background-color: #faeeee; }
  .is-open .has-error :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .field__inner
),
  .is-next .has-error :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .field__inner
) {
    border-color: #bc4646; }
  .is-open .has-error :is(
  label:not(.input-radio__label):not(.input-checkbox__label),
  .input-radio__group-label,
  .input-switch__group-label
),
  .is-next .has-error :is(
  label:not(.input-radio__label):not(.input-checkbox__label),
  .input-radio__group-label,
  .input-switch__group-label
) {
    color: #bc4646; }
  .is-open .has-error :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .field__inner
) .form-field-state-icon::after,
  .is-next .has-error :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .field__inner
) .form-field-state-icon::after {
    content: '\f071';
    color: #bc4646; }
  .is-open .has-error .asterisk-symbol,
  .is-next .has-error .asterisk-symbol {
    color: inherit; }

.is-open .is-valid :is(
.radios__inner,
.select__inner,
.switch__inner,
.checkbox__inner,
.field__inner
),
.is-next .is-valid :is(
.radios__inner,
.select__inner,
.switch__inner,
.checkbox__inner,
.field__inner
) {
  border-color: #002D67; }

.is-open .is-valid :is(
.radios__inner,
.select__inner,
.switch__inner,
.checkbox__inner,
.field__inner
) .form-field-state-icon:after,
.is-next .is-valid :is(
.radios__inner,
.select__inner,
.switch__inner,
.checkbox__inner,
.field__inner
) .form-field-state-icon:after {
  content: '\f00c';
  color: #002D67; }

.is-open .is-valid :is(
label:not(.input-radio__label):not(.input-checkbox__label),
.input-radio__group-label,
.input-switch__group-label
),
.is-next .is-valid :is(
label:not(.input-radio__label):not(.input-checkbox__label),
.input-radio__group-label,
.input-switch__group-label
) {
  color: #002D67; }

.is-open .is-valid .asterisk-symbol,
.is-next .is-valid .asterisk-symbol {
  color: inherit; }

.is-open .has-focus,
.is-next .has-focus {
  background-color: #f2f7f9; }
  .is-open .has-focus :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .field__inner
),
  .is-next .has-focus :is(
  .radios__inner,
  .select__inner,
  .switch__inner,
  .checkbox__inner,
  .field__inner
) {
    border-color: #004986; }
  .is-open .has-focus :is(
  label:not(.input-radio__label):not(.input-checkbox__label),
  .input-radio__group-label,
  .input-switch__group-label
),
  .is-next .has-focus :is(
  label:not(.input-radio__label):not(.input-checkbox__label),
  .input-radio__group-label,
  .input-switch__group-label
) {
    color: #004986; }
  .is-open .has-focus .asterisk-symbol,
  .is-next .has-focus .asterisk-symbol {
    color: inherit; }

.form__headline-text {
  font-weight: normal; }
  @media (max-width: 869px) {
    .form__headline-text {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3em; } }
  @media (min-width: 870px) {
    .form__headline-text {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.26667em; } }
  .is-summary .form__headline-text::before {
    display: inline-block;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c'; }
    @media (max-width: 869px) {
      .is-summary .form__headline-text::before {
        margin-right: 18px; } }
    @media (min-width: 870px) {
      .is-summary .form__headline-text::before {
        margin-right: 24px; } }

.form__headline-personalized {
  padding-left: 2rem;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em; }
  @media (max-width: 869px) {
    .form__headline-personalized {
      display: block;
      margin-left: 1.75rem; } }

.form__group-headline {
  color: #002D67;
  font-weight: normal;
  text-align: center;
  margin-top: 0; }
  @media (max-width: 869px) {
    .form__group-headline {
      margin-top: 1.25em;
      margin-bottom: 0.83333em;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1em; } }
  @media (min-width: 870px) {
    .form__group-headline {
      margin-top: 0;
      margin-bottom: 0.83333em;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1em; } }
  .is-summary .form__group-headline {
    color: #3e3f40;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.23077em; }
  .form__group-headline p,
  .form__group-headline span {
    margin-top: 1.81818em;
    display: block; }
  .form__group-headline p:first-child {
    margin-top: 0; }

.form__group-headline-info {
  position: unset;
  float: none; }

.form__prompt {
  margin-top: 20px;
  border: 2px solid #dfdedd;
  border-radius: 8px; }
  @media (max-width: 869px) {
    .form__prompt {
      margin-left: 15px; } }
  .form__prompt::before, .form__prompt::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none; }
  .form__prompt::before {
    border-color: rgba(223, 222, 221, 0);
    border-bottom-color: #dfdedd;
    border-width: 22px;
    margin-left: -12px; }
  .form__prompt::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -10px; }
  .form__prompt .richtext {
    color: #707172;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.21429em; }
    .form__prompt .richtext--important {
      position: relative;
      margin: 1rem auto;
      padding-left: 3rem;
      color: #ec6607; }
      .form__prompt .richtext--important::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        speak: none;
        font-family: FontAwesome !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f05a';
        font-size: 20px;
        font-size: 2rem; }
  .form__prompt .is-hidden, .form__prompt.is-hidden {
    display: none; }

@media (min-width: 870px) {
  .prompt__inner {
    max-width: 66.66667%; } }

#videoIdentActions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 869px) {
    #videoIdentActions {
      display: block; } }
  #videoIdentActions button {
    margin-right: 2rem; }
    @media (max-width: 869px) {
      #videoIdentActions button {
        width: 90%;
        margin-right: 10%;
        margin-bottom: 2rem; } }

.form__secure {
  padding-left: 34px;
  color: #ababab; }
  @media (max-width: 869px) {
    .form__secure {
      display: none; } }
  @media (min-width: 870px) {
    .form__secure {
      position: absolute;
      bottom: 24px;
      left: 24px; } }
  .form__secure::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 30px;
    background-image: url("../img/depot-form/ssl-icon.png");
    background-repeat: no-repeat;
    content: ""; }
  :is(.is-summary, .is-next) .form__secure {
    display: none; }
  .form__secure-text {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.27273em;
    color: #3e3f40; }
    .form__secure-text:last-child {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.07692em; }

.form__step {
  position: relative;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #002D67; }
  @media (max-width: 869px) {
    .form__step {
      margin-bottom: 8px;
      padding-bottom: 18px; } }
  @media (min-width: 870px) {
    .form__step {
      margin-bottom: 12px;
      padding-bottom: 24px; } }
  .form:last-child .form__step {
    margin-bottom: 0; }
  @media (min-width: 870px) {
    .form__step {
      border: 2px solid currentColor; } }
  .form__step--intro h3 {
    color: #002D67;
    font-weight: normal;
    text-align: center;
    margin-top: 0; }
    @media (max-width: 869px) {
      .form__step--intro h3 {
        margin-top: 1.25em;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    @media (min-width: 870px) {
      .form__step--intro h3 {
        margin-top: 0;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    .is-summary .form__step--intro h3 {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.23077em; }
  .form__step--intro .form__disclaimer {
    padding: 16px;
    font-size: 14px;
    color: #3e3f40; }
    @media (max-width: 869px) {
      .form__step--intro .form__disclaimer {
        padding: 0; } }
  .form__step--intro .disclaimer__withbank,
  .form__step--intro .disclaimer__withbank--note,
  .form__step--intro .disclaimer__nobank {
    display: none; }
    .form__step--intro .disclaimer__withbank.show,
    .form__step--intro .disclaimer__withbank--note.show,
    .form__step--intro .disclaimer__nobank.show {
      display: list-item; }
  .form__step--intro .disclaimer__bank_has_name {
    display: none; }

.form.depot-meinDepot .form__step--intro .meinDepot {
  display: list-item; }

.form.depot-meinDepot .form__step--intro .notMeinDepot {
  display: none; }

.form.depot-meinDepot.is-meinDepot .form__group-existing-customer {
  display: none; }

.form.depot-online .form__step--intro .meinDepot, .form.depot-genoplan .form__step--intro .meinDepot {
  display: none; }

.form.depot-online .form__step--intro .notMeinDepot, .form.depot-genoplan .form__step--intro .notMeinDepot {
  display: list-item; }

.form__headline {
  transition: margin 0.4s ease;
  background-color: currentColor; }
  @media (max-width: 869px) {
    .form__headline {
      padding: 20px 15px 16px; } }
  @media (min-width: 870px) {
    .form__headline {
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 20px 15px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 100%; } }
  .form__headline .progress, .form__headline-text {
    color: #fff; }
  @media (min-width: 870px) {
    .form__headline .step__actions {
      margin-left: auto; } }
  @media (max-width: 869px) {
    .form__headline .step__actions {
      position: absolute;
      top: 0;
      right: 0; }
      .form__headline .step__actions .button--edit {
        width: 40px;
        height: 40px;
        padding: 10px; }
        .form__headline .step__actions .button--edit::before {
          margin: 0; }
      .form__headline .step__actions .button__text {
        opacity: 0;
        width: 0;
        text-indent: -9999rem;
        position: absolute; } }
  @media (max-width: 869px) {
    .no-js .form__headline,
    .is-open .form__headline {
      margin: 0 0 18px; }
    .is-summary .form__headline {
      margin: 0 0 10px; } }
  @media (min-width: 870px) {
    .no-js .form__headline,
    .is-open .form__headline {
      margin: 0 0 40px; }
    .is-summary .form__headline {
      margin: 0 0 10px; } }

.form .changeDepotType {
  margin: 15px -15px;
  background-color: #cb5555;
  padding: 15px;
  position: relative;
  font-size: 20px;
  text-align: center;
  display: none;
  color: white;
  border: 2px solid black; }

.is-next {
  padding-bottom: 0;
  color: #dfdedd; }
  .is-next .form__actions,
  .is-next .form__group,
  .is-next .form__step-info {
    height: 0;
    margin: 0;
    border: 0 none;
    padding: 0;
    overflow: hidden; }
  .is-next .form__actions .cta {
    display: none; }
  .is-next .form__headline-text, .is-next .form__headline-personalized {
    color: #3e3f40; }
  .is-next .form__headline .progress {
    color: #3e3f40; }

.is-summary {
  padding-bottom: 0;
  color: #002D67; }
  .is-summary h3,
  .is-summary input,
  .is-summary label {
    font-size: 13px;
    font-size: 1.3rem; }
  .is-summary h3 {
    font-weight: normal; }
  .is-summary .asterisk-symbol,
  .is-summary .legal-text,
  .is-summary .form__actions .cta {
    display: none; }
  .is-summary .form-summary--multiline label, .is-summary .form-summary--multiline legend {
    white-space: normal;
    overflow: visible; }

.to-top {
  border: 1px solid #002D67;
  padding: 3px; }
  .to-top .to-top__icon:before {
    display: inline-block;
    margin-top: -1px;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f062';
    font-size: 23px;
    vertical-align: middle;
    color: #002D67; }
  @media (max-width: 869px) {
    .to-top {
      float: right;
      margin-top: -15px; } }
  @media (min-width: 870px) {
    .to-top {
      position: absolute;
      right: 0;
      bottom: 40px; } }

.input-radio {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  white-space: nowrap; }
  .input-radio:checked + label {
    background-color: #667889;
    color: #fff; }
    .input-radio:checked + label::after {
      background-color: inherit; }
  .is-summary .input-radio:not(:checked) + label {
    display: none; }
  .is-summary .input-radio:checked + label {
    background-color: transparent;
    color: #3e3f40; }
  .input-radio__group-label {
    margin-top: 0.64286em;
    padding-top: 0.64286em;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .no-js .input-radio__group-label,
    .is-open .input-radio__group-label,
    .is-next .input-radio__group-label {
      font-size: 14px;
      font-size: 1.4rem; }
    .is-summary .input-radio__group-label {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      z-index: 1;
      padding-top: 0; }
      .is-summary .input-radio__group-label::after {
        content: ":";
        margin-left: -2px; }
  .input-radio__group-hint {
    margin-top: 8px;
    font-size: 1.5rem; }
  .input-radio__group-hint.is-hidden {
    display: none; }
  .input-radio__group-error {
    margin-top: 8px;
    color: #bc4646;
    font-size: 1.8rem; }
  .input-radio__group-error.is-hidden {
    display: none; }
  .no-js .input-radio__label,
  .is-open .input-radio__label,
  .is-next .input-radio__label {
    position: relative;
    display: inline-block;
    min-width: 44%;
    height: 4.5rem;
    background-color: #dfdedd;
    color: #3e3f40;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.77778em 1.55556em 0.77778em 3.22222em;
    text-align: center;
    transition: background-color 0.2s ease; }
    @media (max-width: 1099px) {
      .no-js .input-radio__label,
      .is-open .input-radio__label,
      .is-next .input-radio__label {
        display: block;
        margin-right: 2.22222em;
        margin-bottom: 10px;
        border-radius: 8px;
        text-align: left; }
        .no-js .input-radio__label:last-child,
        .is-open .input-radio__label:last-child,
        .is-next .input-radio__label:last-child {
          margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .no-js .input-radio__label:first-of-type,
      .is-open .input-radio__label:first-of-type,
      .is-next .input-radio__label:first-of-type {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .no-js .input-radio__label:last-of-type,
      .is-open .input-radio__label:last-of-type,
      .is-next .input-radio__label:last-of-type {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; } }
    .no-js .input-radio__label::before, .no-js .input-radio__label::after,
    .is-open .input-radio__label::before,
    .is-open .input-radio__label::after,
    .is-next .input-radio__label::before,
    .is-next .input-radio__label::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: auto;
      left: 1.5em;
      display: inline-block;
      border-radius: 50%;
      content: "";
      font-size: 1rem; }
    .no-js .input-radio__label::before,
    .is-open .input-radio__label::before,
    .is-next .input-radio__label::before {
      width: 3em;
      height: 3em;
      border: 2px solid #dfdedd;
      background-color: #fff; }
    .no-js .input-radio__label::after,
    .is-open .input-radio__label::after,
    .is-next .input-radio__label::after {
      width: 1.8em;
      height: 1.8em;
      margin-left: 0.6em; }
    @media (min-width: 1100px) {
      .no-js .input-radio__label:last-of-type,
      .is-open .input-radio__label:last-of-type,
      .is-next .input-radio__label:last-of-type {
        padding-left: 1.55556em;
        padding-right: 3.22222em; }
        .no-js .input-radio__label:last-of-type::before, .no-js .input-radio__label:last-of-type::after,
        .is-open .input-radio__label:last-of-type::before,
        .is-open .input-radio__label:last-of-type::after,
        .is-next .input-radio__label:last-of-type::before,
        .is-next .input-radio__label:last-of-type::after {
          left: auto;
          right: 1.5em; }
        .no-js .input-radio__label:last-of-type::after,
        .is-open .input-radio__label:last-of-type::after,
        .is-next .input-radio__label:last-of-type::after {
          margin-left: 0;
          margin-right: 0.6em; } }

.input-checkbox {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  white-space: nowrap; }
  .is-open .input-checkbox:checked + label,
  .is-current .input-checkbox:checked + label {
    background-color: #667889;
    color: #fff; }
    .is-open .input-checkbox:checked + label::after,
    .is-current .input-checkbox:checked + label::after {
      speak: none;
      font-family: FontAwesome !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f00c';
      color: #667889; }
  .is-summary .input-checkbox + label::before {
    display: block; }
  .is-summary .input-checkbox:not(:checked) + label::before {
    content: "Nein"; }
  .is-summary .input-checkbox:checked + label::before {
    content: "Ja"; }
  .input-checkbox__groups {
    margin: 50px 10%;
    border: 2px solid #dfdedd;
    border-radius: 8px;
    background-color: #fff; }
    @media (max-width: 869px) {
      .input-checkbox__groups {
        margin: 0;
        border: none; } }
    .is-summary .input-checkbox__groups {
      margin: 0;
      border: none; }
      .is-summary .input-checkbox__groups .form__checkbox-wrapper--group {
        display: block !important;
        width: auto;
        border-bottom: none;
        padding-left: 0; }
      .is-summary .input-checkbox__groups .input-checkbox__headline {
        display: none; }
      .is-summary .input-checkbox__groups label {
        white-space: normal;
        color: black !important; }
        .is-summary .input-checkbox__groups label:before {
          display: none; }
      .is-summary .input-checkbox__groups input.is-empty + label {
        display: none; }
    @media (min-width: 1400px) {
      .input-checkbox__groups .error-message {
        left: calc(10% + 20px + 66.66667%); } }

@media (min-width: 870px) and (max-width: 1399px) {
  .input-checkbox__groups .error-message {
    left: calc(10% + 15px); } }
    @media (max-width: 869px) {
      .input-checkbox__groups .error-message .error {
        padding: 10px 20px !important; } }
    .is-summary .input-checkbox__groups .input-checkbox__subline {
      text-align: left; }
  .input-checkbox__group .input-checkbox__label {
    margin-bottom: 5px; }
  .input-checkbox__group .input-text__help.is-visible {
    padding: 5px 10px 10px;
    font-size: 1.3em; }
    .input-checkbox__group .input-text__help.is-visible a {
      color: #002D67; }
  .input-checkbox__groups-legal-text {
    padding: 0 50px;
    text-align: center; }
  .input-checkbox__label {
    display: block;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    position: relative;
    z-index: 2; }
    .no-js .input-checkbox__label,
    .is-open .input-checkbox__label,
    .is-next .input-checkbox__label {
      position: relative;
      min-height: 2.14286em;
      padding: 15px 15px 15px 60px;
      border-radius: 8px;
      background-color: #dfdedd;
      box-sizing: content-box;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.28571em; }
      .no-js .input-checkbox__label::before, .no-js .input-checkbox__label::after,
      .is-open .input-checkbox__label::before,
      .is-open .input-checkbox__label::after,
      .is-next .input-checkbox__label::before,
      .is-next .input-checkbox__label::after {
        position: absolute;
        top: 13px;
        right: auto;
        bottom: auto;
        left: 15px;
        content: ""; }
      .no-js .input-checkbox__label::before,
      .is-open .input-checkbox__label::before,
      .is-next .input-checkbox__label::before {
        width: 3em;
        height: 3em;
        border: 2px solid #dfdedd;
        border-radius: 8px;
        background-color: #fff;
        font-size: 1rem; }
      .no-js .input-checkbox__label::after,
      .is-open .input-checkbox__label::after,
      .is-next .input-checkbox__label::after {
        width: 1.5em;
        height: 1.5em;
        margin-top: 0.25em;
        margin-left: 0.3em;
        color: transparent;
        font-size: 20px;
        font-size: 2rem;
        transition: color 0.2s ease; }
    .is-summary .input-checkbox__label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: transparent; }
      .is-summary .input-checkbox__label::before {
        color: #3e3f40; }
  .no-js .input-checkbox__headline.input-checkbox__headline--group,
  .is-open .input-checkbox__headline.input-checkbox__headline--group,
  .is-next .input-checkbox__headline.input-checkbox__headline--group {
    color: #002D67;
    font-weight: normal;
    text-align: center;
    margin-top: 0; }
    @media (max-width: 869px) {
      .no-js .input-checkbox__headline.input-checkbox__headline--group,
      .is-open .input-checkbox__headline.input-checkbox__headline--group,
      .is-next .input-checkbox__headline.input-checkbox__headline--group {
        margin-top: 1.25em;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    @media (min-width: 870px) {
      .no-js .input-checkbox__headline.input-checkbox__headline--group,
      .is-open .input-checkbox__headline.input-checkbox__headline--group,
      .is-next .input-checkbox__headline.input-checkbox__headline--group {
        margin-top: 0;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    .is-summary .no-js .input-checkbox__headline.input-checkbox__headline--group, .is-summary
    .is-open .input-checkbox__headline.input-checkbox__headline--group, .is-summary
    .is-next .input-checkbox__headline.input-checkbox__headline--group {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.23077em; }
  .no-js .input-checkbox__headline,
  .is-open .input-checkbox__headline,
  .is-next .input-checkbox__headline {
    margin-bottom: 0.42857em;
    color: #707172;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.28571em; }
  .has-error .input-checkbox__headline {
    color: #bc4646; }
  .is-valid .input-checkbox__headline {
    color: #002D67; }
  .has-focus .input-checkbox__headline {
    color: #004986; }
  .is-summary .input-checkbox__headline {
    margin-top: 8px;
    color: #3e3f40;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    .is-summary .input-checkbox__headline::after {
      content: ":";
      margin-left: -2px; }
  .input-checkbox__subline {
    color: #002D67;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    color: #002D67; }
    @media (max-width: 869px) {
      .input-checkbox__subline {
        margin-top: 1.25em;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    @media (min-width: 870px) {
      .input-checkbox__subline {
        margin-top: 0;
        margin-bottom: 0.83333em;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    .is-summary .input-checkbox__subline {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.23077em; }
  @media (max-width: 869px) {
    .input-checkbox__description {
      font-size: 14px !important;
      margin-right: -25px; } }

.input-switch {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  white-space: nowrap; }
  .input-switch__description {
    display: none;
    min-height: 2.14286em;
    margin-top: 20px;
    padding-left: 5.35714em;
    padding-right: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571em; }
  .is-open .input-switch:checked + label,
  .is-next .input-switch:checked + label {
    pointer-events: none; }
  .is-open .input-switch:checked + label::after,
  .is-next .input-switch:checked + label::after {
    background-color: #fff; }
  .is-open .input-switch:checked + label + .input-switch__description,
  .is-next .input-switch:checked + label + .input-switch__description {
    display: block; }
  .is-open .input-switch:last-of-type:checked + label::before,
  .is-next .input-switch:last-of-type:checked + label::before {
    background-color: #667889; }
  .is-summary .input-switch:not(:checked) + label {
    display: none; }
  .input-switch__group-label {
    margin-top: 0.64286em;
    padding-top: 0.64286em;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .no-js .input-switch__group-label,
    .is-open .input-switch__group-label,
    .is-next .input-switch__group-label {
      font-size: 14px;
      font-size: 1.4rem; }
    .is-summary .input-switch__group-label {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      z-index: 1;
      padding-top: 0; }
      .is-summary .input-switch__group-label::after {
        content: ":";
        margin-left: -2px; }
    .input-switch__group-label--multiline {
      text-overflow: auto;
      white-space: normal;
      overflow: auto; }
  .input-switch__description.not-choosable {
    padding-left: 0; }
  .no-js .input-switch__label,
  .is-open .input-switch__label,
  .is-next .input-switch__label {
    position: absolute;
    top: 4.3em; }
    .no-js .input-switch__label-text,
    .is-open .input-switch__label-text,
    .is-next .input-switch__label-text {
      position: absolute;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      white-space: nowrap; }
    .no-js .input-switch__label:first-of-type::before, .no-js .input-switch__label:last-of-type::before, .no-js .input-switch__label::after,
    .is-open .input-switch__label:first-of-type::before,
    .is-open .input-switch__label:last-of-type::before,
    .is-open .input-switch__label::after,
    .is-next .input-switch__label:first-of-type::before,
    .is-next .input-switch__label:last-of-type::before,
    .is-next .input-switch__label::after {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      content: "";
      font-size: 1rem; }
    .no-js .input-switch__label:first-of-type::before, .no-js .input-switch__label:last-of-type::before,
    .is-open .input-switch__label:first-of-type::before,
    .is-open .input-switch__label:last-of-type::before,
    .is-next .input-switch__label:first-of-type::before,
    .is-next .input-switch__label:last-of-type::before {
      width: 6em;
      height: 3em;
      border-radius: 1.5em;
      transition: background-color 0.2s ease; }
    .no-js .input-switch__label:first-of-type::before,
    .is-open .input-switch__label:first-of-type::before,
    .is-next .input-switch__label:first-of-type::before {
      background-color: #dfdedd; }
    .no-js .input-switch__label:last-of-type::before,
    .is-open .input-switch__label:last-of-type::before,
    .is-next .input-switch__label:last-of-type::before {
      background-color: transparent; }
    .no-js .input-switch__label::after,
    .is-open .input-switch__label::after,
    .is-next .input-switch__label::after {
      top: 2px;
      width: 2.6em;
      height: 2.6em;
      border-radius: 50%;
      background-color: transparent;
      z-index: 1; }
    .no-js .input-switch__label:first-of-type::after,
    .is-open .input-switch__label:first-of-type::after,
    .is-next .input-switch__label:first-of-type::after {
      left: 2px; }
    .no-js .input-switch__label:last-of-type::after,
    .is-open .input-switch__label:last-of-type::after,
    .is-next .input-switch__label:last-of-type::after {
      left: 3.2em; }
  .no-js .input-switch__label--multiline,
  .is-open .input-switch__label--multiline,
  .is-next .input-switch__label--multiline {
    position: absolute;
    top: 50%; }
    @media (max-width: 870px) {
      .no-js .input-switch__label--multiline,
      .is-open .input-switch__label--multiline,
      .is-next .input-switch__label--multiline {
        top: 49%; } }
    .no-js .input-switch__label--multiline-text,
    .is-open .input-switch__label--multiline-text,
    .is-next .input-switch__label--multiline-text {
      position: absolute;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      white-space: nowrap; }
    .no-js .input-switch__label--multiline:first-of-type::before, .no-js .input-switch__label--multiline:last-of-type::before, .no-js .input-switch__label--multiline::after,
    .is-open .input-switch__label--multiline:first-of-type::before,
    .is-open .input-switch__label--multiline:last-of-type::before,
    .is-open .input-switch__label--multiline::after,
    .is-next .input-switch__label--multiline:first-of-type::before,
    .is-next .input-switch__label--multiline:last-of-type::before,
    .is-next .input-switch__label--multiline::after {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      content: "";
      font-size: 1rem; }
    .no-js .input-switch__label--multiline:first-of-type::before, .no-js .input-switch__label--multiline:last-of-type::before,
    .is-open .input-switch__label--multiline:first-of-type::before,
    .is-open .input-switch__label--multiline:last-of-type::before,
    .is-next .input-switch__label--multiline:first-of-type::before,
    .is-next .input-switch__label--multiline:last-of-type::before {
      width: 6em;
      height: 3em;
      border-radius: 1.5em;
      transition: background-color 0.2s ease; }
    .no-js .input-switch__label--multiline:first-of-type::before,
    .is-open .input-switch__label--multiline:first-of-type::before,
    .is-next .input-switch__label--multiline:first-of-type::before {
      background-color: #dfdedd; }
    .no-js .input-switch__label--multiline:last-of-type::before,
    .is-open .input-switch__label--multiline:last-of-type::before,
    .is-next .input-switch__label--multiline:last-of-type::before {
      background-color: transparent; }
    .no-js .input-switch__label--multiline::after,
    .is-open .input-switch__label--multiline::after,
    .is-next .input-switch__label--multiline::after {
      top: 2px;
      width: 2.6em;
      height: 2.6em;
      border-radius: 50%;
      background-color: transparent;
      z-index: 1; }
    .no-js .input-switch__label--multiline:first-of-type::after,
    .is-open .input-switch__label--multiline:first-of-type::after,
    .is-next .input-switch__label--multiline:first-of-type::after {
      left: 2px; }
    .no-js .input-switch__label--multiline:last-of-type::after,
    .is-open .input-switch__label--multiline:last-of-type::after,
    .is-next .input-switch__label--multiline:last-of-type::after {
      left: 3.2em; }

.is-summary .input-switch__group-label {
  overflow: visible; }

.form-submit-request {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.input-text {
  width: 100%;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3e3f40;
  transition: border-color 0.2s ease; }
  @media (max-width: 869px) {
    .input-text {
      padding: 0.75em 0em; } }
  @media (min-width: 870px) {
    .input-text {
      padding: 0.66667em 0em; } }
  .no-js .input-text,
  .is-open .input-text,
  .is-next .input-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff; }
    @media (max-width: 869px) {
      .no-js .input-text,
      .is-open .input-text,
      .is-next .input-text {
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 2.5em; } }
    @media (min-width: 870px) {
      .no-js .input-text,
      .is-open .input-text,
      .is-next .input-text {
        font-size: 18px;
        font-size: 1.8rem;
        padding-right: 2.22222em; } }
  .is-summary .input-text {
    margin-top: 8px;
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.23077em;
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .input-text:focus {
    border-color: #004986; }
  @media (max-width: 869px) {
    .input-text {
      padding-top: 1.5em; } }
  @media (min-width: 870px) {
    .input-text {
      padding-top: 1.33333em; } }
  .is-summary .input-text {
    padding-top: 1.23077em; }
  .input-text__label {
    margin-top: 0.64286em;
    padding-top: 0.64286em;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: auto;
    bottom: auto;
    color: #707172;
    font-size: 14px;
    font-size: 1.4rem; }
    .no-js .input-text__label,
    .is-open .input-text__label,
    .is-next .input-text__label {
      font-size: 14px;
      font-size: 1.4rem; }
    .is-summary .input-text__label {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      z-index: 1;
      padding-top: 0; }
      .is-summary .input-text__label::after {
        content: ":";
        margin-left: -2px; }
    .is-open .input-text__label,
    .is-next .input-text__label {
      transition: color 0.4s ease, font-size 0.4s ease, padding 0.4s ease; }
      @media (max-width: 869px) {
        .is-open .input-text__label,
        .is-next .input-text__label {
          top: 0;
          left: 0.70588em;
          padding-top: 0.41176em;
          font-size: 17px;
          font-size: 1.7rem; } }
      @media (min-width: 870px) {
        .is-open .input-text__label,
        .is-next .input-text__label {
          top: 0;
          left: 13px;
          padding-top: 0.35em;
          font-size: 20px;
          font-size: 2rem; } }
    .no-js .input-text__label,
    .is-open .is-filled .input-text__label,
    .is-open .has-focus .input-text__label {
      font-size: 14px;
      font-size: 1.4rem; }
      @media (max-width: 869px) {
        .no-js .input-text__label,
        .is-open .is-filled .input-text__label,
        .is-open .has-focus .input-text__label {
          top: 0;
          left: 0.85714em;
          padding-top: 0; } }
      @media (min-width: 870px) {
        .no-js .input-text__label,
        .is-open .is-filled .input-text__label,
        .is-open .has-focus .input-text__label {
          top: 0;
          left: 0;
          padding-top: 0;
          padding-left: 0.85714em; } }
    .is-summary .input-text__label {
      top: 0; }
      @media (max-width: 869px) {
        .is-summary .input-text__label {
          left: 0; } }
      @media (min-width: 870px) {
        .is-summary .input-text__label {
          left: 15px; } }
  @media (max-width: 869px) {
    .input-text__help div {
      margin-top: 45px;
      padding: 10px; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .input-text__help {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; } }
  @media (min-width: 1400px) {
    .input-text__help {
      position: absolute;
      left: 66.66667%;
      width: 50%;
      padding-left: 33.33333%; } }
  @media (max-width: 1399px) {
    .form__checkbox + .input-text__help {
      margin-top: 20px; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .form__checkbox + .input-text__help {
    margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .form__checkbox + .input-text__help {
      top: 1.8em;
      margin-left: 0; } }
  @media (min-width: 1400px) {
    .input-text__help::after {
      position: absolute;
      top: 32px;
      right: 33.33333%;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 10px;
      content: " ";
      pointer-events: none; } }
  .is-summary .input-text__help {
    display: none; }

@media (min-width: 870px) and (max-width: 1399px) {
  .input-text__help {
    position: absolute;
    left: auto;
    right: 0; } }
  @media (min-width: 1400px) {
    .input-text__help {
      z-index: 1;
      left: 75%;
      width: 42%;
      padding-left: 24.92%; } }
  .form__checkbox .input-text__help {
    position: static;
    float: none;
    width: 100%;
    height: 0;
    overflow: hidden; }
    @media (max-width: 869px) {
      .form__checkbox .input-text__help {
        margin-top: 0; } }
    @media (min-width: 870px) {
      .form__checkbox .input-text__help {
        padding-left: 0; } }
    .form__checkbox .input-text__help.is-visible {
      height: auto; }
    .form__checkbox .input-text__help::after {
      content: none; }
  @media (max-width: 869px) {
    .form__radios .input-text__help {
      margin-top: 170px; } }
  .input-text__help button {
    border: 0;
    background-color: #fff;
    padding: 0; }
    .input-text__help button:active::before, .input-text__help button:focus::before, .input-text__help button:focus-visible::before {
      outline: 2px dotted currentColor;
      padding: 3px; }
  .input-text__help .input-text__help-icon::before {
    position: absolute;
    right: auto;
    bottom: auto;
    padding-top: 2px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 869px) {
      .input-text__help .input-text__help-icon::before {
        top: 20px;
        left: 91.66667%;
        margin-top: -12; } }
    @media (min-width: 870px) {
      .input-text__help .input-text__help-icon::before {
        top: 0.4em; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .input-text__help .input-text__help-icon::before {
    left: 0; } }
    @media (min-width: 1400px) {
      .input-text__help .input-text__help-icon::before {
        left: 0;
        margin-left: 15px; } }
    .form__checkbox .input-text__help .input-text__help-icon::before {
      top: 20px;
      text-align: right; }
      @media (max-width: 869px) {
        .form__checkbox .input-text__help .input-text__help-icon::before {
          right: -20px; } }
      @media (min-width: 870px) {
        .form__checkbox .input-text__help .input-text__help-icon::before {
          right: 30px; } }
  .input-text__help .input-text__help-icon::before {
    display: inline-block;
    color: #002D67;
    speak: none;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f059';
    transition: color 0.2s ease;
    z-index: 1; }
    @media (max-width: 869px) {
      .input-text__help .input-text__help-icon::before {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1em; } }
    @media (min-width: 870px) {
      .input-text__help .input-text__help-icon::before {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1em; } }
    .is-visible .input-text__help .input-text__help-icon::before {
      color: #004986; }
  @media (min-width: 1400px) {
    .input-text__help::after {
      right: 42%; } }
  .no-js .input-text__help:hover .input-text__help-icon::before, .input-text__help.is-visible .input-text__help-icon::before {
    color: #004986; }
  @media (min-width: 1400px) {
    .no-js .input-text__help:hover::after, .input-text__help.is-visible::after {
      border-right-color: #004986; } }
  .no-js .input-text__help:hover p, .input-text__help.is-visible p {
    height: auto; }
  .no-js .input-text__help:hover div, .input-text__help.is-visible div {
    display: block; }
  .input-text__help div {
    display: none; }
  .input-text__help p {
    color: #3e3f40;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571em;
    transition: opacity 0.2s ease; }
    @media (max-width: 869px) {
      .input-text__help p {
        float: left;
        height: 0; } }

@media (min-width: 870px) and (max-width: 1399px) {
  .input-text__help p {
    position: relative;
    margin-left: 30px;
    padding: 15px;
    border: 1px solid #667889;
    background-color: #fff;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    z-index: 1; } }
    @media (min-width: 1400px) {
      .input-text__help p {
        margin-bottom: 0;
        margin-left: 1px;
        padding: 0.85714em 2.5em;
        background-color: #fff;
        line-height: 1.28571em;
        transition: background-color 0.2s ease;
        border-top: 1px solid #667889;
        border-right: 1px solid #667889;
        border-bottom: 1px solid #667889; } }
    .form__checkbox .input-text__help p {
      margin-top: 20px; }
      @media (min-width: 870px) {
        .form__checkbox .input-text__help p {
          margin-left: 0; } }
  .input-text__help p {
    margin: 0; }
  .input-text__legal-text {
    padding-top: 10px;
    color: #707172;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.27273em; }
    .input-text__legal-text a {
      color: #002D67;
      text-decoration: none; }
    @media (max-width: 869px) {
      .input-text__legal-text {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.16667em; } }

.date-fields {
  width: 100%;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3e3f40;
  transition: border-color 0.2s ease; }
  @media (max-width: 869px) {
    .date-fields {
      padding: 0.75em 0em; } }
  @media (min-width: 870px) {
    .date-fields {
      padding: 0.66667em 0em; } }
  .no-js .date-fields,
  .is-open .date-fields,
  .is-next .date-fields {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff; }
    @media (max-width: 869px) {
      .no-js .date-fields,
      .is-open .date-fields,
      .is-next .date-fields {
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 2.5em; } }
    @media (min-width: 870px) {
      .no-js .date-fields,
      .is-open .date-fields,
      .is-next .date-fields {
        font-size: 18px;
        font-size: 1.8rem;
        padding-right: 2.22222em; } }
  .is-summary .date-fields {
    margin-top: 8px;
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.23077em;
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .date-fields:focus {
    border-color: #004986; }
  @media (max-width: 869px) {
    .date-fields {
      padding-top: 1.5em; } }
  @media (min-width: 870px) {
    .date-fields {
      padding-top: 1.33333em; } }
  .is-summary .date-fields {
    padding-top: 1.23077em; }
  .is-open .date-fields + .input-text__label,
  .is-next .date-fields + .input-text__label {
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 1.14286em;
    font-size: 14px;
    font-size: 1.4rem; }
  .is-summary .date-fields {
    margin-top: 0;
    padding-top: 0; }
  legend + .date-fields {
    padding-top: 4px; }

.input-date {
  border: 0 none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #3e3f40;
  transition: border-color 0.2s ease; }
  @media (max-width: 869px) {
    .input-date {
      padding: 0; } }
  .no-js .input-date,
  .is-open .input-date,
  .is-next .input-date {
    width: 4ch;
    border-bottom: 2px solid #dfdedd; }
    .no-js .input-date:last-child,
    .is-open .input-date:last-child,
    .is-next .input-date:last-child {
      width: 6ch; }
  .is-summary .input-date {
    width: 3ch;
    margin-right: -4px; }
    .is-summary .input-date:last-child {
      width: 6ch; }
  .input-date:focus {
    outline: none; }

:is(
.is-open,
.is-current
) .select__inner::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3em;
  speak: none;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  content: '\f107';
  color: #004986; }

:is(
.has-error,
.is-valid
) .select__inner::before {
  right: 1.3em;
  padding-right: 8px;
  border-right: 1px solid #dfdedd; }

.input-select {
  width: 100%;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3e3f40;
  transition: border-color 0.2s ease;
  position: relative;
  z-index: 1; }
  @media (max-width: 869px) {
    .input-select {
      padding: 0.75em 0em; } }
  @media (min-width: 870px) {
    .input-select {
      padding: 0.66667em 0em; } }
  .no-js .input-select,
  .is-open .input-select,
  .is-next .input-select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff; }
    @media (max-width: 869px) {
      .no-js .input-select,
      .is-open .input-select,
      .is-next .input-select {
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 2.5em; } }
    @media (min-width: 870px) {
      .no-js .input-select,
      .is-open .input-select,
      .is-next .input-select {
        font-size: 18px;
        font-size: 1.8rem;
        padding-right: 2.22222em; } }
  .is-summary .input-select {
    margin-top: 8px;
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.23077em;
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .input-select:focus {
    border-color: #004986; }
  @media (max-width: 869px) {
    .input-select {
      padding-top: 1.5em; } }
  @media (min-width: 870px) {
    .input-select {
      padding-top: 1.33333em; } }
  .is-summary .input-select {
    padding-top: 1.23077em; }
  :is(
  .is-open,
  .is-next,
  .no-js
) .input-select {
    background-color: transparent; }
  .is-summary .input-select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .input-select__label {
    margin-top: 0.64286em;
    padding-top: 0.64286em;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    padding-top: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 1; }
    .no-js .input-select__label,
    .is-open .input-select__label,
    .is-next .input-select__label {
      font-size: 14px;
      font-size: 1.4rem; }
    .is-summary .input-select__label {
      color: #3e3f40;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      z-index: 1;
      padding-top: 0; }
      .is-summary .input-select__label::after {
        content: ":";
        margin-left: -2px; }
    @media (max-width: 869px) {
      .input-select__label {
        top: 0;
        left: 0.85714em;
        padding-top: 0; } }
    @media (min-width: 870px) {
      .input-select__label {
        top: 0;
        left: 0;
        padding-top: 0;
        padding-left: 0.85714em; } }
    .is-summary .input-select__label {
      top: 0;
      left: 4px;
      margin-left: 0; }
      @media (max-width: 869px) {
        .is-summary .input-select__label {
          left: 0; } }

.info-text {
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 1.09091em;
  color: #707172;
  width: auto;
  float: none; }
  .info-text a {
    color: #ec6607;
    text-decoration: none; }
  .info-text .text_inner {
    margin: 0 auto;
    width: 50%; }
    @media (max-width: 869px) {
      .info-text .text_inner {
        width: 100%; } }
  @media (max-width: 869px) {
    .info-text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.16667em; } }
  .form__step.is-summary .info-text {
    display: none; }
  .info-text__error {
    color: #bc4646;
    display: none; }
  .info-text__list {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    clear: both;
    padding-left: 33px; }
  .info-text__paragraph {
    margin-left: 8.33%;
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (max-width: 869px) {
      .info-text__paragraph {
        margin-left: 0; } }
  .info-text__intro {
    margin-top: 1.09091em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.legal-text {
  margin-bottom: 1.81818em;
  color: #707172;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.27273em; }
  .legal-text a {
    color: #002D67;
    text-decoration: none; }
  @media (max-width: 869px) {
    .legal-text {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.16667em; } }
  .legal-text .is-minderjaehrig--bold {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 1rem; }

.legend {
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 869px) {
    .legend {
      display: none; } }
  @media (min-width: 870px) {
    .legend {
      position: absolute;
      top: 120px;
      right: 15px;
      bottom: auto;
      left: auto;
      color: #004986; } }
  :is(.is-next, .is-summary) .legend {
    display: none; }

.progress {
  font-size: 1rem; }
  @media (max-width: 869px) {
    .progress {
      padding-right: 1em; } }
  @media (min-width: 870px) {
    .progress {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-left: 0.9em;
      margin-right: 2.4em;
      border-right: 2px solid currentColor;
      padding-left: 0.2em;
      padding-right: 2.4em; } }
  .progress__now, .progress__end {
    text-align: center; }
  @media (max-width: 869px) {
    .progress__now {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3em; } }
  @media (min-width: 870px) {
    .progress__now {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1; } }
  @media (max-width: 869px) {
    .progress__end {
      position: absolute;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      white-space: nowrap; } }
  @media (min-width: 870px) {
    .progress__end {
      font-size: 15px;
      font-size: 1.5rem; } }
  .is-summary .progress {
    display: none; }

.js [data-situational="false"] {
  display: none !important; }

.js [data-situational="true"] {
  display: block; }

.is-open .form__field[data-situational],
.is-next .form__field[data-situational] {
  position: relative;
  margin-top: 10px; }
  .is-open .form__field[data-situational].focus::before,
  .is-next .form__field[data-situational].focus::before {
    border-bottom-color: #004986; }
  .is-open .form__field[data-situational].valid::before,
  .is-next .form__field[data-situational].valid::before {
    border-bottom-color: #002D67; }
  .is-open .form__field[data-situational]::before, .is-open .form__field[data-situational]::after,
  .is-next .form__field[data-situational]::before,
  .is-next .form__field[data-situational]::after {
    position: absolute;
    width: 0;
    height: 0;
    margin-bottom: -2px;
    border: solid transparent;
    content: " ";
    pointer-events: none; }
    @media (min-width: 870px) {
      .is-open .form__field[data-situational]::before, .is-open .form__field[data-situational]::after,
      .is-next .form__field[data-situational]::before,
      .is-next .form__field[data-situational]::after {
        bottom: 100%;
        left: 25%; } }
  .is-open .form__field[data-situational]::before,
  .is-next .form__field[data-situational]::before {
    border-color: rgba(223, 222, 221, 0);
    border-bottom-color: #dfdedd;
    border-width: 23px;
    transition: border-color 0.2s ease; }
    @media (max-width: 869px) {
      .is-open .form__field[data-situational]::before,
      .is-next .form__field[data-situational]::before {
        top: -36px;
        margin-left: 17px; } }
    @media (min-width: 870px) {
      .is-open .form__field[data-situational]::before,
      .is-next .form__field[data-situational]::before {
        top: -32px;
        margin-left: 37px; } }
  .is-open .form__field[data-situational].is-valid::before,
  .is-next .form__field[data-situational].is-valid::before {
    border-bottom-color: #002D67; }
  .is-open .form__field[data-situational].has-error::before,
  .is-next .form__field[data-situational].has-error::before {
    border-bottom-color: #bc4646; }
  .is-open .form__field[data-situational].has-focus::before,
  .is-next .form__field[data-situational].has-focus::before {
    border-bottom-color: #004986; }
  .is-open .form__field[data-situational]::after,
  .is-next .form__field[data-situational]::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 20px; }
    @media (max-width: 869px) {
      .is-open .form__field[data-situational]::after,
      .is-next .form__field[data-situational]::after {
        top: -30px;
        margin-left: 20px; } }
    @media (min-width: 870px) {
      .is-open .form__field[data-situational]::after,
      .is-next .form__field[data-situational]::after {
        top: -26px;
        margin-left: 40px; } }

.is-open .form__switch + [data-situational],
.is-next .form__switch + [data-situational] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #dfdedd;
  border-radius: 8px; }
  @media (max-width: 869px) {
    .is-open .form__switch + [data-situational],
    .is-next .form__switch + [data-situational] {
      margin-left: 15px;
      width: 91.66667%; } }
  @media (min-width: 870px) {
    .is-open .form__switch + [data-situational],
    .is-next .form__switch + [data-situational] {
      margin-left: 25%;
      width: 50%; } }
  .is-open .form__switch + [data-situational]::before, .is-open .form__switch + [data-situational]::after,
  .is-next .form__switch + [data-situational]::before,
  .is-next .form__switch + [data-situational]::after {
    position: absolute;
    width: 0;
    height: 0;
    margin-bottom: -2px;
    border: solid transparent;
    content: " ";
    pointer-events: none; }
    @media (min-width: 870px) {
      .is-open .form__switch + [data-situational]::before, .is-open .form__switch + [data-situational]::after,
      .is-next .form__switch + [data-situational]::before,
      .is-next .form__switch + [data-situational]::after {
        bottom: 100%;
        left: 25%; } }
  .is-open .form__switch + [data-situational]::before,
  .is-next .form__switch + [data-situational]::before {
    border-color: rgba(223, 222, 221, 0);
    border-bottom-color: #dfdedd;
    border-width: 23px;
    transition: border-color 0.2s ease; }
    @media (max-width: 869px) {
      .is-open .form__switch + [data-situational]::before,
      .is-next .form__switch + [data-situational]::before {
        top: -36px;
        margin-left: 17px; } }
  .is-open .form__switch + [data-situational]::after,
  .is-next .form__switch + [data-situational]::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: 3px; }
    @media (max-width: 869px) {
      .is-open .form__switch + [data-situational]::after,
      .is-next .form__switch + [data-situational]::after {
        top: -30px;
        margin-left: 20px; } }
  .is-open .form__switch + [data-situational] .radios__inner,
  .is-next .form__switch + [data-situational] .radios__inner {
    border: 0 none;
    margin-left: 0; }
    @media (min-width: 870px) {
      .is-open .form__switch + [data-situational] .radios__inner,
      .is-next .form__switch + [data-situational] .radios__inner {
        width: 100%; } }
  .is-open .form__switch + [data-situational] .form__radios,
  .is-next .form__switch + [data-situational] .form__radios {
    padding: 0; }

.form__postident {
  display: inline !important;
  margin: 10px; }

.form__legend {
  float: left;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%; }

@keyframes acc-hide {
  0% {
    display: block;
    max-height: 5000px; }
  99% {
    display: block;
    max-height: 0; }
  100% {
    display: none;
    max-height: 0; } }

@keyframes acc-show {
  0% {
    display: none;
    max-height: 0; }
  1% {
    display: block;
    max-height: 0; }
  100% {
    display: block;
    max-height: 5000px; } }

.c-accordion {
  margin: 20px; }
  .c-accordion__title {
    border-bottom: 1px solid #fff; }
  .c-accordion__btn {
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    padding: 10px;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #004986;
    cursor: pointer; }
    .c-accordion__btn:focus-visible {
      outline: 2px dotted currentColor;
      outline-offset: -2px; }
    @media (max-width: 869px) {
      .c-accordion__btn {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal; } }
    @media (min-width: 870px) {
      .c-accordion__btn {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal; } }
  .c-accordion__icon::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 25px; }
  .c-accordion__content {
    display: none;
    max-height: 0;
    overflow: hidden;
    animation: acc-hide 0.25s ease-out forwards; }
  .c-accordion__title.-active .c-accordion__icon::after {
    content: "-";
    right: 23px;
    font-size: 30px; }
  .c-accordion__title.-active + .c-accordion__content {
    display: block;
    padding: 20px;
    max-height: 5000px;
    animation: acc-show 0.25s ease-in forwards; }
  .is-summary .c-accordion {
    display: none; }

.c-table {
  margin-bottom: 20px;
  width: 100%; }
  .c-table__category:first-child, .c-table__entry:first-child {
    width: 60%; }
  .c-table__category:nth-child(2), .c-table__entry:nth-child(2) {
    width: 20%; }
  .c-table__category:last-child, .c-table__entry:last-child {
    width: 20%;
    line-break: anywhere; }
  .c-table__categories {
    color: #fff;
    background-color: #004986; }
  .c-table__category {
    padding: 5px 0;
    text-align: center; }
    @media (max-width: 869px) {
      .c-table__category {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal; } }
    @media (min-width: 870px) {
      .c-table__category {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal; } }
  .c-table__entries:nth-child(odd) {
    background-color: #fff; }
  .c-table__entries:nth-child(odd) {
    background-color: #dfdedd; }
  .c-table__entry {
    padding: 5px 15px;
    cursor: pointer; }
    @media (max-width: 869px) {
      .c-table__entry {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal; } }
    @media (min-width: 870px) {
      .c-table__entry {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal; } }
    .c-table__entry:not(:first-child) {
      text-align: center; }
    .c-table__entry--cta {
      margin: 0;
      padding: 0;
      border-color: transparent;
      font-size: inherit;
      color: inherit;
      background-color: transparent;
      cursor: pointer; }
      .c-table__entry--cta:focus-visible {
        outline: 2px dotted currentColor;
        outline-offset: -2px; }
    .c-table__entry__icons {
      float: right;
      cursor: default; }

.geno-depot-header__image {
  width: 300px;
  max-width: 90%;
  height: auto;
  margin: 20px 0; }
  @media (max-width: 869px) {
    .geno-depot-header__image {
      width: 200px;
      margin: 10px 0; } }

.sparplan-intro-text {
  margin-bottom: 1em; }

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  white-space: nowrap; }

.hidden {
  display: none; }

.hidden-force {
  display: none !important; }

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }
