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

table {
  width: 100%;
}

img,
picture,
video {
  max-width: 100%;
  display: block;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, table, ul, ol, dl, address, figure {
  margin: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0 none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-display: block;
  font-family: "Hind";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/hind-v17-latin-300.woff2?259b60f05342d59c7d8abfbc69ce58ac) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/hind-v17-latin-regular.woff2?594891761af517d4639e745ae52f57e9) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Hind";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/hind-v17-latin-500.woff2?587d8f3be46669fe81f2d321d109b61b) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Hind";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/hind-v17-latin-600.woff2?edb7bf2907eea71d19784985c9084b90) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/hind-v17-latin-700.woff2?3bdc51ecd234b1c4230922edc14d7342) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Kaisei Tokumin";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/kaisei-tokumin-v10-latin-regular.woff2?7c03788c5d6eae4248119a90ae7219de) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Kaisei Tokumin";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/kaisei-tokumin-v10-latin-500.woff2?0251046c3b4290006d2200f147da69d9) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Kaisei Tokumin";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/kaisei-tokumin-v10-latin-700.woff2?0472bbefb805d28426a4334e512aeba4) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Kaisei Tokumin";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/kaisei-tokumin-v10-latin-800.woff2?e2e6c92551fd018afa9309ddef2d544b) format("woff2");
}
:focus-visible {
  outline: none;
}

button:focus, a:focus, video:focus {
  outline: 0;
}
button:focus-visible, a:focus-visible, video:focus-visible {
  outline: 2px ridge #132c64;
  outline-offset: 2px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  outline: 2px ridge #132c64;
  outline-offset: 2px;
}

.u-button {
  display: inline-block;
  color: #132c64;
  padding: 13px 16px;
  white-space: nowrap;
  border-radius: 0.25rem;
  line-height: 1.27;
  border: 1px solid #132c64;
  background: transparent;
  transition: color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97), background-color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97), border-color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}
.u-button[disabled] {
  border-color: #aeaeae;
  cursor: not-allowed;
  color: #aeaeae;
}
.u-button:not([disabled]):active {
  color: #051530;
  background-color: #e0e9f3;
  border-color: #051530;
}

.u-button--with-icon {
  display: inline-flex;
  align-items: center;
}
.u-button--with-icon svg {
  margin-right: 10px;
}

.u-button--blank {
  background-color: transparent;
  border-color: transparent;
}
.u-button--blank[disabled] {
  color: #aeaeae;
  border-color: transparent;
}
.u-button--blank:not([disabled]):active {
  color: #051530;
  background-color: #e0e9f3;
  border-color: transparent;
}

.u-button--blank-white {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.u-button--blank-white[disabled] {
  color: #aeaeae;
  border-color: transparent;
}
.u-button--blank-white:not([disabled]):active {
  color: #051530;
  background-color: #e0e9f3;
  border-color: transparent;
}

.u-button--white {
  background-color: #ffffff;
  border-color: transparent;
}
.u-button--white .u-button__icon path {
  fill: #132c64;
}
.u-button--white[disabled] {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: transparent;
}
.u-button--white:not([disabled]):active {
  color: #051530;
  background-color: #e0e9f3;
  border-color: transparent;
}

.u-button--green {
  color: #ffffff;
  background-color: #25880e;
  border-color: transparent;
}
.u-button--green .u-button__icon path {
  fill: #ffffff;
}
.u-button--green[disabled] {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: transparent;
}
.u-button--green:not([disabled]):active {
  color: #ffffff;
  background-color: #215725;
  border-color: transparent;
}

.u-button--blue {
  color: #ffffff;
  background-color: #132c64;
  border: transparent;
}
.u-button--blue .u-button__icon path {
  fill: #ffffff;
}
.u-button--blue[disabled] {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: transparent;
}
.u-button--blue:not([disabled]):active {
  color: #e0e9f3;
  background-color: #051530;
}

.u-button--gold {
  color: #132c64;
  background-color: #c89712;
  border: transparent;
}
.u-button--gold .u-button__icon path {
  fill: #132c64;
}
.u-button--gold[disabled] {
  color: #132c64;
  background-color: #aeaeae;
  border-color: transparent;
}
.u-button--gold:not([disabled]):active {
  color: #e0e9f3;
  background-color: #ab812e;
}

.u-auto-spaced a:not([class]),
.u-link {
  text-decoration: underline;
  color: #132c64;
}

.u-icon-link {
  font-weight: 600;
  color: #2d9d00;
  position: relative;
  padding-right: 30px;
}
.u-icon-link svg {
  position: relative;
  top: 0.3em;
  margin-left: 0.5em;
}
.u-icon-link path {
  fill: #2d9d00;
}

@media screen and (width <= 40.625rem) {
  .u-button {
    width: 100%;
    text-align: center;
  }

  .u-button--with-icon {
    justify-content: center;
  }
}
@media (hover: hover) {
  a:hover .u-button,
.u-button:hover,
button:not([disabled]):not(:active).u-button:hover {
    color: #466daf;
    background-color: #ecf0f9;
  }

  a:hover .u-button--blank,
.u-button--blank:hover,
button:not([disabled]):not(:active).u-button--blank:hover {
    color: #466daf;
    background: #ecf0f9;
  }

  a:hover .u-button--blank-white,
.u-button--blank-white:hover,
button:not([disabled]):not(:active).u-button--blank-white:hover {
    color: #466daf;
    background: #ecf0f9;
  }

  a:hover .u-button--white,
.u-button--white:hover,
button:not([disabled]):not(:active).u-button--white:hover {
    color: #466daf;
    background-color: #ecf0f9;
  }
  a:hover .u-button--white .u-button__icon path,
.u-button--white:hover .u-button__icon path,
button:not([disabled]):not(:active).u-button--white:hover .u-button__icon path {
    fill: #ecf0f9;
  }

  a:hover .u-button--green,
.u-button--green:hover,
button:not([disabled]):not(:active).u-button--green:hover {
    color: #ffffff;
    background-color: #367b28;
  }

  a:hover .u-button--blue,
.u-button--blue:hover,
button:not([disabled]):not(:active).u-button--blue:hover {
    color: #ecf0f9;
    background-color: #466daf;
  }
  a:hover .u-button--blue .u-button__icon path,
.u-button--blue:hover .u-button__icon path,
button:not([disabled]):not(:active).u-button--blue:hover .u-button__icon path {
    fill: #ffffff;
  }

  a:hover .u-button--gold,
.u-button--gold:hover,
button:not([disabled]):not(:active).u-button--gold:hover {
    color: #132c64;
    background-color: #d6ad31;
  }

  .u-auto-spaced a:not([class]):hover,
.u-link:hover {
    color: #466daf;
  }
}
h1, h2, h3, h4, h5, h6, p, blockquote, table, ul, ol, dl, address {
  margin: 0;
}

.auto-spaced * + h1,
.auto-spaced * + h2,
.auto-spaced * + h3,
.auto-spaced * + h4,
.auto-spaced * + h5,
.auto-spaced * + h6,
.auto-spaced * + p,
.auto-spaced * + blockquote,
.auto-spaced * + table,
.auto-spaced * + ul,
.auto-spaced * + ol,
.auto-spaced * + dl,
.auto-spaced * + address {
  margin-top: 1em;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

.u-brandform {
  position: relative;
  z-index: 0;
  padding: 15% 40px 20%;
}
@media screen and (width <= 48rem) {
  .u-brandform {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-brandform:before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  transform: skewY(-11deg);
  border-radius: 0 84px;
}
@media screen and (width <= 64rem) {
  .u-brandform:before {
    border-radius: 0 72px;
  }
}
@media screen and (width <= 48rem) {
  .u-brandform:before {
    border-radius: 0 60px;
  }
}

.u-brandform--blue:before {
  background: #132c64;
}

.u-brandform--blue-translucent:before {
  background: rgba(19, 44, 100, 0.85);
}

.u-brandform--white-translucent:before {
  background: rgba(255, 255, 255, 0.851);
}

.u-brandform-image {
  border-radius: 0 84px;
  overflow: hidden;
  transform: skewY(-11deg);
  position: relative;
}
@media screen and (width <= 64rem) {
  .u-brandform-image {
    border-radius: 0 72px;
  }
}
@media screen and (width <= 48rem) {
  .u-brandform-image {
    border-radius: 0 60px;
  }
}

.u-brandform-image__image {
  display: block;
  transform: translateY(-50%) skewY(11deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  background-color: #000000;
  scrollbar-gutter: stable;
}

html,
button,
input,
select,
textarea {
  color: #181818;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

body {
  font-size: 1rem;
}

h1, .as-h1 {
  font-size: 2.4375rem;
  line-height: 1.2;
  font-weight: 500;
  color: #132c64;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (width <= 48rem) {
  h1, .as-h1 {
    font-size: 2rem;
  }
}

h2, .as-h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #132c64;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (width <= 48rem) {
  h2, .as-h2 {
    font-size: 1.5rem;
  }
}

h3, .as-h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #132c64;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (width <= 48rem) {
  h3, .as-h3 {
    font-size: 1.25rem;
  }
}

h4, .as-h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #132c64;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (width <= 48rem) {
  h4, .as-h4 {
    font-size: 1.125rem;
  }
}

h5, .as-h5 {
  font-size: 1rem;
  color: #181818;
  font-family: "Hind", sans-serif;
  font-weight: 600;
}

h6, .as-h6 {
  font-size: 1rem;
  color: #181818;
  font-family: "Hind", sans-serif;
  font-weight: 600;
}

.text-small {
  font-size: 0.875rem;
}

.weight-normal {
  font-weight: 400;
}

.color-text {
  color: #515151;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #2d9d00;
}

.color-gold {
  color: #c89712;
}

.color-blue {
  color: #132c64;
}

@media screen and (width <= 40.625rem) {
  p, li {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
em {
  font-style: normal;
  font-weight: 600;
  color: #2d9d00;
}

a {
  text-decoration: none;
  color: inherit;
}

b, strong, .u-text-bold {
  font-weight: 600;
}

hr {
  border: 0;
  border-top: 1px solid #c3c3c3;
}

ul, ol {
  padding-left: 1em;
}

.u-list-dots {
  list-style: none;
  padding-left: 0;
}
.u-list-dots li {
  padding-left: 15px;
  position: relative;
}
.u-list-dots li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #515151;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.u-list-dots li + li {
  margin-top: 10px;
}

.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width < 81.25rem) {
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (width <= 48rem) {
  .container {
    margin-left: 25px;
    margin-right: 25px;
  }
}

body.hidden {
  opacity: 0;
}

body.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.logo__container {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media screen and (width <= 40.625rem) {
  .logo__container {
    gap: normal;
    justify-content: space-between;
  }
}

.logo-ui {
  width: 172px;
  display: block;
}
@media screen and (width <= 48rem) {
  .logo-ui {
    width: 153px;
  }
}
@media screen and (max-width: 31.25rem) {
  .logo-ui {
    width: 130px;
  }
}

.logo-bank {
  max-width: 206.4px;
  max-height: 46.9044px;
  margin-top: 9.976px;
  display: block;
}
@media screen and (width <= 48rem) {
  .logo-bank {
    max-width: 183.6px;
    max-height: 41.7231px;
    margin-top: 8.874px;
  }
}
@media screen and (max-width: 31.25rem) {
  .logo-bank {
    max-width: 156px;
    max-height: 35.451px;
    margin-top: 7.54px;
  }
}

.risks {
  background: #ffffff;
}
.risks h2 + * {
  margin-top: 2em;
}
.risks li + li {
  margin-top: 0.75em;
}
@media screen and (max-width: 34.375rem) {
  .risks a {
    word-break: break-all;
  }
}

.risks__first {
  background: #dadada;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (width <= 48rem) {
  .risks__first {
    padding-top: 50px;
  }
}
@media screen and (width <= 48rem) {
  .risks__first {
    padding-bottom: 50px;
  }
}

.risks__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 100px;
}
@media screen and (width <= 64rem) {
  .risks__grid {
    gap: 50px 50px;
  }
}
@media screen and (width <= 48rem) {
  .risks__grid {
    grid-template-columns: 1fr;
  }
}

.risks__grid-el * + ul {
  margin-top: 10px;
}

.risks__grid-el ul + * {
  margin-top: 30px;
}

.risks__second {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (width <= 48rem) {
  .risks__second {
    padding-top: 50px;
  }
}
@media screen and (width <= 48rem) {
  .risks__second {
    padding-bottom: 50px;
  }
}

.risks__second-wrap {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width <= 56.25rem) {
  .risks__second-wrap {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (width <= 48rem) {
  .risks__second-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.footer {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(to right, #ffffff 50%, #132c64 50%);
  padding-top: 30svh;
  padding-bottom: 20svh;
}
@media screen and (max-width: 34.375rem) {
  .footer a {
    word-break: break-all;
  }
}

.footer__first {
  margin-left: auto;
  margin-right: 200px;
}

.footer__second {
  margin-left: 200px;
}
.footer__second button:focus-visible, .footer__second a:focus-visible, .footer__second video:focus-visible {
  outline-color: #ffffff;
}

@media screen and (max-width: 87.5rem) {
  .footer__first,
.footer__second {
    margin: 0 auto;
    padding: 50px;
  }
}
@media screen and (width <= 48rem) {
  .footer {
    min-height: 0;
    padding: 0;
    display: block;
    background: transparent none;
  }

  .footer__first {
    padding: 0 25px 50px;
    background: #ffffff;
  }

  .footer__second {
    padding: 50px 25px;
    background: #132c64;
  }
}
.footer__first p {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (width <= 48rem) {
  .footer__first p {
    font-size: 1.125rem;
  }
}

.footer__logo-bank {
  max-width: 276px;
  max-height: 62.721px;
  margin-top: 13.34px;
  margin-bottom: 50px;
  display: block;
}
@media screen and (width <= 48rem) {
  .footer__logo-bank {
    max-width: 240px;
    max-height: 54.54px;
    margin-top: 0;
  }
}

.footer__icon-list {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  max-width: 23.125rem;
}
.footer__icon-list li {
  display: flex;
  align-items: center;
}
.footer__icon-list li + li {
  margin-top: 25px;
}
.footer__icon-list svg {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__icon-list a {
  font-weight: 600;
}

.footer__icon-list-icon {
  margin-right: 20px;
}

.footer__second {
  color: #ffffff;
}

.footer__logo-ui {
  display: block;
  margin-bottom: 60px;
  width: 230px;
}
@media screen and (width <= 48rem) {
  .footer__logo-ui {
    width: 200px;
  }
}

.footer__list {
  padding-left: 0;
  list-style: none;
}
.footer__list li {
  margin-top: 20px;
}

.footer__link {
  color: #ffffff;
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none;
}

:where(input[type="text"]),
:where(input[type="password"]),
:where(input[type="email"]),
:where(input[type="number"]),
:where(input[type="date"]),
:where(input[type="datetime"]),
:where(input[type="datetime-local"]),
:where(textarea) {
  padding: 3px 5px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=submit]:focus,
textarea:focus {
  outline: 2px ridge #132c64;
}

input[type=submit] {
  outline-offset: 2px;
  cursor: pointer;
}

textarea {
  height: 7.5em;
}

label.radio {
  cursor: pointer;
}

label.error {
  color: #cc1937;
}

em.req {
  font-style: normal;
}

input.checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0 none;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin-top: 1.5em;
}

label.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 65px;
  transition: color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}

label.checkbox:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1.5px solid #181818;
  border-radius: 12px;
  transition: transform 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97), background-color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97), border-color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}

label.checkbox:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #181818;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97), background-color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}

input.checkbox:checked + label.checkbox:before {
  border-color: #c89712;
  background-color: #c89712;
}

input.checkbox:checked + label.checkbox:after {
  transform: translate(25px, -50%);
  background-color: #ffffff;
}

input.checkbox:focus-visible + label.checkbox:before {
  outline: 2px ridge #132c64;
  outline-offset: 2px;
}

input.checkbox:disabled + label.checkbox {
  color: #aeaeae;
}
input.checkbox:disabled + label.checkbox:before {
  border-color: #aeaeae;
  background: transparent;
}
input.checkbox:disabled + label.checkbox:after {
  background-color: #aeaeae;
}

input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

label.radio {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

label.radio:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: calc((1.4em - 17px) / 2);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #181818;
}

label.radio:after {
  content: "";
  display: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc((1.4em - 17px) / 2 + 3.5px);
  left: 3.5px;
  background: #c89712;
}

input[type=radio]:checked + label.radio:after {
  display: block;
}

input[type=radio]:checked + label.radio:before {
  border-color: #c89712;
}

input[type=radio]:focus-visible + label.radio:before {
  outline: 2px ridge #132c64;
  outline-offset: 2px;
}

html:has(.input) {
  background: #ffffff;
}

.input {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input .wertvoll-markenform {
  pointer-events: none;
}

.input__content {
  position: relative;
  max-width: 675px;
  padding: 30px 50px;
}
@media screen and (min-height: 50rem) {
  .input__content {
    min-height: 560px;
  }
}
@media screen and (width <= 48rem) {
  .input__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.input__logo {
  display: block;
  width: 172px;
}

.input__form {
  margin-top: 15px;
}

.input__brandform-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(231px, -347px);
  width: 127px;
  height: 123px;
}

.input__brandform-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-444px, 79px);
  width: 92px;
  height: 100px;
}

.input__brandform-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-384px, 88px);
  width: 270px;
  height: 264px;
}

@media screen and (height < 50rem) {
  .input__brandform-1 {
    transform: translate(231px, -247px);
  }

  .input__brandform-2 {
    transform: translate(-444px, 179px);
  }

  .input__brandform-3 {
    transform: translate(-384px, 188px);
  }
}
.input__content-wrap {
  margin-top: 50px;
  position: relative;
}

.input__brandform-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.input__brandform-mobile-small {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 118px;
  height: 108px;
  display: none;
  margin-bottom: 15%;
  transform: translateY(82%);
}

@media screen and (width <= 48rem) {
  .input__brandform-1,
.input__brandform-2,
.input__brandform-3 {
    display: none;
  }

  .input__brandform-mobile,
.input__brandform-mobile-small {
    display: block;
  }

  .input__content-wrap {
    padding: 19.44% 20px;
  }
}
@media screen and (width <= 48rem) and (max-height: 39.375rem) {
  .input__content-wrap {
    margin-top: 20px;
  }

  .input__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 39.375rem) {
  .input__content-wrap {
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 48.0625rem) and (min-height: 38.75rem) and (height < 50rem) {
  .input__content {
    margin-top: -20vh;
  }
}
.form__input {
  border: 1px solid #132c64;
  padding: 11px 17px;
  border-radius: 4px;
}
.form__input[type=password], .form__input[type=text] {
  border-color: #515151;
}

.form__input-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 5px;
}

.form__input-wrap-inner {
  flex: 0 0 275px;
  position: relative;
}

.form__input-error-icon {
  width: 22px;
  position: absolute;
  right: 15px;
  top: 12px;
  display: none;
}

.form__label-error {
  color: #cc1937;
  font-size: 0.875rem;
  display: none;
}
@media screen and (width > 48rem) {
  .form__label-error {
    bottom: 0;
    position: absolute;
    translate: 0 calc(100% + 8px);
  }
}

.form__input-wrap.is-error .form__input[type=password] {
  border-color: #cc1937;
}
.form__input-wrap.is-error .form__input-error-icon {
  display: block;
}
.form__input-wrap.is-error .form__label-error {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  pointer-events: none;
}
@media screen and (width <= 48rem) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (width > 57.5rem) and (width <= 75rem) and (aspect-ratio > 1.2), screen and (width > 57.5rem) and (height <= 53.125rem) {
  .header:has(+ main > .start.is-intro) .logo__container {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (width <= 57.5rem) and (width > 48rem) {
  .header:has(+ main > .start.is-intro) {
    padding-top: 5px;
  }
}
@media screen and (width > 48rem) {
  .c-quick-links {
    position: fixed;
    top: 15svh;
    right: 0;
    z-index: 45;
  }

  .c-quick-links__link {
    display: block;
    min-width: 85px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #c89712;
  }
  .c-quick-links__link:focus-visible {
    border: 2px solid #ffffff;
  }

  .c-quick-links__icon {
    width: 28px;
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .c-quick-links__icon path {
    fill: #132c64;
  }

  .c-quick-links__link-text {
    margin-top: 7px;
    line-height: 0.9;
    font-size: 0.875rem;
    color: #132c64;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }
}
@media screen and (width <= 48rem) {
  .c-quick-links {
    display: none;
  }
}
.start__group button:focus-visible, .start__group a:focus-visible, .start__group video:focus-visible,
.start__nav button:focus-visible,
.start__nav a:focus-visible,
.start__nav video:focus-visible,
.start__video-config button:focus-visible,
.start__video-config a:focus-visible,
.start__video-config video:focus-visible {
  outline-color: #ffffff;
}

.start__close:focus-visible {
  outline-color: #ffffff;
}

.start {
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  display: flex;
  overflow-x: hidden;
}

.start__intro {
  margin-top: 11vh;
  margin-left: calc(50vw + 100px);
  margin-right: 50px;
  max-width: 30rem;
  position: relative;
  z-index: 15;
}
@media screen and (width > 48rem) and (width <= 68.75rem) {
  .start__intro {
    margin-left: 50vw;
  }
}
.start__intro:before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: -69px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 70px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
.start__intro h1 {
  margin-bottom: 1.1em;
}
.start__intro p {
  margin-bottom: 2em;
  color: #132c64;
}

.start__intro-skip {
  margin-top: 20px;
  color: #132c64;
}

.start__intro-inner {
  padding: 35px;
  background: #ffffff;
}

.start__skip-tab {
  position: absolute;
  z-index: 15;
  right: 20px;
  top: -9999px;
  max-width: calc(100% - 40px);
}
.start__skip-tab:focus {
  top: auto;
  bottom: 20px;
}

@media screen and (width <= 48rem) {
  .start__intro {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .start__intro:before {
    top: -29px;
    left: 30px;
    border-width: 0 28px 30px 28px;
    border-color: transparent transparent #ffffff transparent;
  }
}
@media screen and (width <= 40.625rem) {
  .start__intro h1 {
    margin-bottom: 0.5em;
  }
  .start__intro p {
    margin-bottom: 1em;
  }

  .start__intro-inner {
    padding: 20px;
  }
}
.start__nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding-left: 0;
  list-style: none;
}

.start__nav-item {
  height: 30px;
  font-size: 10px;
}

.start__nav-button {
  height: 30px;
  width: 100%;
  position: relative;
}

.start__nav-button-content {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.start__nav-button:before, .start__nav-button:after,
.start__group-progress:before,
.start__group-progress:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  background: #f6f6f6;
  border-radius: 2px;
}
.start__nav-button:before,
.start__group-progress:before {
  opacity: 0.6;
  width: 100%;
}
.start__nav-button:after,
.start__group-progress:after {
  width: var(--progress, 0%);
}

.start__nav[data-active-group-id="1"] li:nth-child(1) .start__nav-button:after,
.start__nav[data-active-group-id="2"] li:nth-child(1) .start__nav-button:after,
.start__nav[data-active-group-id="3"] li:nth-child(1) .start__nav-button:after,
.start__nav[data-active-group-id="4"] li:nth-child(1) .start__nav-button:after,
.start__nav[data-active-group-id="5"] li:nth-child(1) .start__nav-button:after {
  width: 100% !important;
}

.start__nav[data-active-group-id="2"] li:nth-child(2) .start__nav-button:after,
.start__nav[data-active-group-id="3"] li:nth-child(2) .start__nav-button:after,
.start__nav[data-active-group-id="4"] li:nth-child(2) .start__nav-button:after,
.start__nav[data-active-group-id="5"] li:nth-child(2) .start__nav-button:after {
  width: 100% !important;
}

.start__nav[data-active-group-id="3"] li:nth-child(3) .start__nav-button:after,
.start__nav[data-active-group-id="4"] li:nth-child(3) .start__nav-button:after,
.start__nav[data-active-group-id="5"] li:nth-child(3) .start__nav-button:after {
  width: 100% !important;
}

.start__nav[data-active-group-id="4"] li:nth-child(4) .start__nav-button:after,
.start__nav[data-active-group-id="5"] li:nth-child(4) .start__nav-button:after {
  width: 100% !important;
}

.start__nav[data-active-group-id="5"] li:nth-child(5) .start__nav-button:after {
  width: 100% !important;
}

.start__group-progress {
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

.start__close {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: calc((100vw - 75rem) / 2 - 35px);
  padding: 0 35px 20px;
}
@media screen and (width <= 81.25rem) {
  .start__close {
    right: 15px;
  }
}
@media screen and (width <= 48rem) {
  .start__close {
    padding-right: 25px;
    right: 0;
  }
}
.start__close svg {
  transition: transform 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}
.start__close:hover svg {
  transform: scale(1.2);
}

.start__video-config {
  list-style: none;
  padding-left: 0;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: calc((100vw - 75rem) / 2 - 10px);
  display: flex;
}
@media screen and (width <= 81.25rem) {
  .start__video-config {
    left: 40px;
  }
}
@media screen and (width <= 48rem) {
  .start__video-config {
    left: 15px;
  }
}

.start__video-config-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}

.start__video-config-button--sound svg {
  margin-top: 2px;
}

.start__video-config-button--sound-is-off {
  visibility: hidden;
}

.start__video-config-button--sound.is-off .start__video-config-button--sound-is-off {
  visibility: visible;
}
.start__video-config-button--sound.is-off .start__video-config-button--sound-is-on {
  visibility: hidden;
}

.start__video-config-button--cc svg {
  margin-top: 2.5px;
}

.start__video-config-button--cc.is-active:after,
.start__video-config-button--ad.is-active:after {
  position: absolute;
  display: block;
  content: "";
  width: 20.5px;
  height: 2px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}

.start__prev,
.start__play-pause,
.start__end {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 33.3333333333%;
  z-index: 5;
  color: #ffffff;
  text-shadow: 0 0 3px #000, -1px 2px 4px rgba(0, 0, 0, 0.9);
  font-size: 1.25rem;
}
@media screen and (width <= 48rem) {
  .start__prev,
.start__play-pause,
.start__end {
    font-size: 1.125rem;
  }
}
.start__prev br,
.start__play-pause br,
.start__end br {
  display: none;
}
.start__prev:focus-visible,
.start__play-pause:focus-visible,
.start__end:focus-visible {
  text-indent: 0;
}
.start__prev:focus-visible br,
.start__play-pause:focus-visible br,
.start__end:focus-visible br {
  display: inline;
}

.start__prev {
  left: 0;
}

.start__play-pause {
  left: 33.3333333333%;
}

.start__end {
  left: 66.6666666667%;
}

.start__group {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.start__stillframe,
.start__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.start__stillframe {
  z-index: 5;
  pointer-events: none;
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}
@media screen and (max-aspect-ratio: 4/5) and (width < 48rem) {
  .start__stillframe {
    -o-object-position: 50% 33%;
       object-position: 50% 33%;
  }
}
@media screen and (width >= 48rem) and (width <= 68.75rem) {
  .start__stillframe {
    width: calc(100% + 300px);
    max-width: none;
    margin-left: -150px;
    -o-object-position: calc(50% - 100px) 15%;
       object-position: calc(50% - 100px) 15%;
  }
}
@media screen and (max-aspect-ratio: 0.8) and (min-aspect-ratio: 0.6) {
  .start__stillframe {
    -o-object-position: 50% 33%;
       object-position: 50% 33%;
  }
}
@media screen and (max-aspect-ratio: 0.8) and (min-aspect-ratio: 0.6) and (width >= 48rem) and (width <= 68.75rem) {
  .start__stillframe {
    width: calc(100% + 300px);
    max-width: none;
    margin-left: -150px;
    -o-object-position: calc(50% - 100px) 15%;
       object-position: calc(50% - 100px) 15%;
  }
}

@media screen and (max-aspect-ratio: 0.8) and (min-aspect-ratio: 0.6) {
  .start__video {
    -o-object-position: 50% 33%;
       object-position: 50% 33%;
  }
}

.start__more-wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  flex-grow: 1;
}

.start__more-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.start__more-appointment {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.start__more {
  background: #ffffff;
  padding: 20px;
}

.start__more-label {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #132c64;
}
@media screen and (width <= 48rem) {
  .start__more-label {
    font-size: 1.125rem;
  }
}

.start__more-list {
  padding-left: 0;
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.start__more-button:after {
  content: "";
  display: inline;
  padding-left: 25px;
  background: url("/images/wertanlage-endkunden-2025/icons/check.svg") 100% 50%/auto no-repeat;
  opacity: 0;
}
.start__more-button.is-viewed:after {
  opacity: 1;
}

@media screen and (width > 40.625rem) {
  .start__more-wrap {
    max-width: 23.4375rem;
    margin-bottom: 20vh;
    margin-left: auto;
    margin-right: auto;
  }
}
::cue {
  font-weight: 600;
}

.read {
  color: #ffffff;
}
.read h2,
.read h3 {
  color: #ffffff;
}
.read .u-link {
  color: #ffffff;
}

.read__stillframe-wrap {
  position: sticky;
  top: 0;
  left: 0;
}

.read__stillframe {
  height: 100lvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 33% 50%;
     object-position: 33% 50%;
  z-index: -1;
  pointer-events: none;
}

.read__container {
  margin-top: -67svh;
  max-width: 40.625rem;
  margin-left: 50%;
  padding-bottom: 50px;
  padding-right: 50px;
  margin-right: 0;
}

@media screen and (max-aspect-ratio: 115/100) {
  .read__stillframe {
    margin-left: -25%;
    width: 125%;
    max-width: none;
  }

  .read__container {
    margin-left: calc(90px + 13vh + 13vw);
  }
}
.read__accordion-headline {
  clear: left;
}

.accordion__link {
  color: #ffffff;
}

.accordion__arrow path {
  fill: #ffffff;
}

@media screen and (aspect-ratio > 4/5), screen and (width > 75rem) {
  .read button:focus-visible, .read a:focus-visible, .read video:focus-visible {
    outline-color: #ffffff;
  }

  .open-config--desktop {
    display: none;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) {
  .read {
    padding-top: 125vw;
    background: #dadada;
  }

  .read::after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #dadada, rgba(218, 218, 218, 0.9) 59%, transparent);
    top: calc(125vw - 10px);
    height: calc(10vw + 20px);
  }

  .read__stillframe-wrap {
    position: static;
    top: auto;
    left: auto;
  }

  .read__stillframe {
    height: 135vw;
    position: absolute;
    top: 0;
    margin-left: 0;
    width: 100%;
    -o-object-position: 50%;
       object-position: 50%;
  }

  .read__container {
    margin-top: 0;
    padding-right: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) and (width < 81.25rem) {
  .read__container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) and (width <= 48rem) {
  .read__container {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) {
  .read {
    color: #181818;
  }
  .read h2,
.read h3 {
    color: #132c64;
  }
  .read .u-link {
    color: #132c64;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) {
  .read__to-intro path {
    fill: #132c64;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) {
  .open-config--mobile {
    display: none;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) {
  .accordion__link {
    color: #132c64;
  }
}
@media screen and (aspect-ratio <= 4/5) and (width <= 75rem) {
  .accordion__arrow path {
    fill: #132c64;
  }
}
.read {
  position: relative;
  z-index: 5;
}
.read .auto-spaced * + h2 {
  margin-top: 1.5em;
}
.read .auto-spaced .accordion + * {
  margin-top: 2.5em;
}
.read .auto-spaced .read__ctas {
  margin-top: 2em;
}
.read .auto-spaced .read__main-headline {
  margin-top: 0;
}

.read__to-intro {
  padding: 10px 30px 10px 10px;
  margin-left: -10px;
}

.read__ctas {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (width > 40.625rem) {
  .read__ctas .u-button {
    width: -moz-max-content;
    width: max-content;
    min-width: 248px;
    text-align: center;
  }
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #f6f6f6;
}

.accordion__element {
  border-top: 1px solid #f6f6f6;
}

.accordion__link {
  transition: background 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97), color 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
  font-weight: 600;
  padding: 14px 50px 14px 16px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}

.accordion__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: scale(-1, -1);
  transition: transform 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}
.accordion__arrow path {
  transition: fill 0.2s cubic-bezier(0.4, 0.03, 0.4, 0.97);
}

.accordion__detail {
  padding: 0 16px 20px;
}

.accordion__element:not(.active) .accordion__arrow {
  transform: scale(1, 1);
}

@media screen and (width <= 48rem) {
  .accordion__detail {
    padding-bottom: 10px;
  }
}
.config {
  position: relative;
  background-color: #000000;
  z-index: 15;
  width: 100%;
}

.config__artwork {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.config__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.125rem;
  padding: 15px 25px;
  height: 100lvh;
  display: flex;
  flex-direction: column;
}

.config__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.config__header {
  display: flex;
  margin-bottom: auto;
  gap: 10px;
}

.config__close {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: -17px;
  width: auto;
}
.config__close svg {
  display: block;
}
.config__close:hover {
  background-color: transparent !important;
}

.config__appointment {
  flex-grow: 1;
  text-align: center;
}

.config__content {
  margin-top: 15px;
  padding: 20px 20px 10px;
  background: #ffffff;
}
.config__content h2 + *,
.config__content h3 + p,
.config__content p + p {
  margin-top: 15px;
}
.config__content * + h3 {
  margin-top: 10px;
}
.config__content .config__content-cta {
  margin-top: 30px;
}

.config__group-overflow {
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: calc(100svh - 180px);
}
.config__group-overflow p:last-of-type {
  padding-bottom: 0.2em;
}

@media screen and (max-width: 25rem) {
  .config__content-cta-long {
    display: none;
  }
}
.config__finish {
  margin-top: 30px;
  color: #132c64;
  font-weight: 600;
  text-align: left;
  width: calc(100% + 10px);
}

.config__finish-highlight {
  margin-top: 30px;
  font-weight: 600;
  color: #132c64;
}

.config__finished-back {
  padding: 10px 30px 10px 10px;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.config__nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.config__nav-state {
  display: block;
  padding-bottom: 10px;
  width: 50px;
  text-align: center;
  font-weight: 600;
  color: #132c64;
  position: relative;
  top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.config__nav-button {
  position: relative;
  top: 10px;
  height: 45px;
  padding-bottom: 10px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.config__nav-button:disabled path {
  fill: #aeaeae;
}

.config__nav-finish {
  position: absolute;
  color: #132c64;
  font-weight: 600;
  top: 5px;
  right: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.config__nav-down {
  padding: 20px 40px;
  margin: 0 auto;
}

@media screen and (width <= 48rem) {
  .config__wrap {
    margin-bottom: calc(100lvh - 100svh);
  }
}
@media screen and (min-width: 56.25rem) {
  .config {
    background: url("/images/wertanlage-endkunden-2025/config/bg_desktop.jpg") 50%/cover no-repeat;
    overflow: hidden;
  }

  .config__form {
    margin-left: calc(50vw + 50px);
  }

  .config__artwork {
    transform: translateX(-100%);
    width: 43%;
    left: 48.8%;
  }
}
@media screen and (min-width: 56.25rem) and (max-aspect-ratio: 2000/1125) {
  .config__artwork {
    width: auto;
    height: 108%;
  }
}
@media screen and (width > 48rem) {
  .config__appointment {
    display: none;
  }

  .config__header {
    position: relative;
    z-index: 1;
    top: 60px;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .config__close {
    margin-right: 5px;
  }
  .config__close path {
    fill: #132c64;
  }

  .config__wrap {
    height: auto;
    min-height: 70%;
    margin-top: auto;
  }

  .config__content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .config__content h2 {
    margin-right: 40px;
  }
}
.config__form fieldset {
  border: 0;
  padding: 0;
}
.config__form legend {
  font-weight: 600;
  margin-bottom: 20px;
}
.config__form label.radio + input[type=radio] + label.radio {
  margin-top: 15px;
}
.config__form label.checkbox + input[type=checkbox] + label.checkbox {
  margin-top: 30px;
}

.contact {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #132c64;
  color: #ffffff;
}
@media screen and (width <= 48rem) {
  .contact {
    padding-top: 50px;
  }
}
@media screen and (width <= 48rem) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact h2,
.contact h3,
.contact h4,
.contact .u-link {
  color: #ffffff;
}
.contact button:focus-visible, .contact a:focus-visible, .contact video:focus-visible {
  outline-color: #ffffff;
}

.contact__logos {
  margin-bottom: 50px;
}

@media screen and (min-height: 50rem) and (width > 48rem) {
  .contact {
    padding-top: 70px;
  }

  .contact__logos {
    margin-bottom: 150px;
  }
}
.contact__grid {
  position: relative;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 60px 100px;
}
@media screen and (width <= 64rem) {
  .contact__grid {
    gap: 60px 40px;
  }
}

.contact__intro h2 + p,
.contact__intro p + .u-button {
  margin-top: 35px;
}
.contact__intro p + p {
  margin-top: 1.2em;
}

.contact__data h3 {
  margin-bottom: 20px;
}
.contact__data h4 {
  font-weight: 700;
  margin-top: -0.2em;
}

.contact__counselor {
  float: left;
  max-width: 35%;
  max-height: 300px;
  margin-right: 30px;
}

.contact__data-details {
  display: flex;
  flex-direction: column;
}
.contact__data-details :where(h4 + p) {
  margin-top: 0.5em;
}
.contact__data-details :where(p + p) {
  margin-top: 2em;
}

.contact__phone-note {
  margin-top: 0.75em;
  max-width: 270px;
}

@media screen and (max-width: 53.125rem) {
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .contact__intro * + * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 31.25rem) {
  .contact__counselor {
    max-width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }

  .contact__phone-note {
    max-width: none;
  }
}
html:has(.imprint) {
  background: #ffffff;
}
html:has(.imprint) .risks__first {
  background: #ffffff;
}

.imprint {
  padding-top: 150px;
}
@media screen and (width <= 48rem) {
  .imprint {
    padding-top: 50px;
  }
}

.hero__logos--imprint g {
  fill: #132c64 !important;
}

.imprint__content {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (width <= 48rem) {
  .imprint__content {
    margin-top: 50px;
  }
}

.imprint__headline {
  margin-bottom: 1em;
}

.imprint__brandform-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -350px;
  top: 200px;
}

.imprint__brandform-2 {
  width: 215px;
  height: 215px;
  position: absolute;
  left: -290px;
  top: 220px;
}

@media screen and (max-width: 103.125rem) {
  .imprint__brandform-1 {
    left: -150px;
  }

  .imprint__brandform-2 {
    display: none;
  }
}
@media screen and (max-width: 87.5rem) {
  .imprint__brandform-1 {
    display: none;
  }
}
.imprint__license {
  margin-top: 50px;
}

.imprint__license + .imprint__license {
  margin-top: 20px;
}

.imprint__license-show-hide-arrow {
  height: 0.5em;
  margin-left: 0.5em;
  display: inline;
}

.imprint__license-license {
  font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace;
  font-size: 0.75rem;
  word-break: break-word;
  max-width: 600px;
  margin-top: 0.75em;
}

.imprint__license-show-hide:not(.is-active) + .imprint__license-license {
  overflow-x: auto;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.imprint__license-show-hide.is-active .imprint__license-show-hide-arrow {
  transform: rotate(180deg);
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
