@charset "UTF-8";
@font-face {
  font-family: "GenosGFG";
  src: url(../fonts/GenosGFG-Regular.woff2);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GenosGFG";
  src: url(../fonts/GenosGFG-RegularItalic.woff2);
  font-weight: normal;
  font-style: italic; }

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

@font-face {
  font-family: "GenosGFG";
  src: url(../fonts/GenosGFG-BoldItalic.woff2);
  font-weight: bold;
  font-style: italic; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: "GenosGFG", "Open Sans", sans-serif;
  font-size: 106.25%;
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 3.875rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.36432638rem 0; }

h2 {
  font-size: 2.625rem;
  margin: 0.53781513rem 0; }

h3 {
  font-size: 2.5rem;
  margin: 0.56470588rem 0; }

h4 {
  font-size: 2.25rem;
  margin: 0.62745098rem 0; }

h5 {
  font-size: 1.675rem;
  margin: 0.8428446rem 0; }

h6 {
  font-size: 1rem;
  margin: 1.41176471rem 0; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.41176471rem 40px; }

dl,
ol,
ul {
  margin: 1.41176471rem 0; }

/**
       * Turn off margins on nested lists.
       */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

ol,
ul {
  padding: 0 0 0 40px; }

/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 0; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.41176471rem 0; }

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

/* 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 {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  cursor: pointer; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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; }

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

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

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

/**
     * 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.25rem; }

sup {
  top: -0.5rem; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: "GenosGFG", "Open Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.41176471rem;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem; }

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 1.41176471rem 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */ }
  menu menu,
  ol menu,
  ul menu {
    margin: 0; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 960px;
  position: relative; }
  .container::before, .container::after {
    content: " ";
    display: table; }
  .container::after {
    clear: both; }
  .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.container.full-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 960px;
  position: relative;
  width: 100%; }
  .container.full-width::before, .container.full-width::after {
    content: " ";
    display: table; }
  .container.full-width::after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::before, .row::after {
    content: " ";
    display: table; }
  .row::after {
    clear: both; }

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

@media (min-width: 768px) {
  body {
    overflow-x: hidden; } }

body .main-svg:first-child {
  position: absolute;
  width: 0px;
  height: 0px; }

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

p {
  line-height: 1.4; }

a {
  display: inline-block; }

img {
  border: 0 none; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input:focus,
button:focus {
  outline: none; }

.bank-logo {
  display: inline-block; }

@media (max-width: 767px) {
  .responsive {
    overflow-x: auto; } }

.svg {
  position: relative;
  width: auto;
  height: auto; }

.button__svg-icon {
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.1875rem; }

.button-text__svg-icon {
  position: relative;
  top: 0.1875rem;
  height: 1rem;
  width: 1rem;
  margin-left: 0.1875rem; }

@media (max-width: 768px) {
  .geno section {
    padding-top: 0 !important;
    padding-bottom: 1.25rem !important; } }

.list-check ul {
  list-style-type: none;
  position: relative; }
  .list-check ul li {
    padding: 10px 0;
    min-height: 60px; }
    .list-check ul li:before {
      content: "";
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1'%3E%3Cg fill='%23fff'%3E%3Cpath d='M21.3938765,4.53273826 C21.6987473,4.21027879 22.2072989,4.19602033 22.5297584,4.5008911 C22.8083862,4.76432103 22.8607199,5.18603759 22.6463816,5.52890266 L22.6463816,5.52890266 L22.5616056,5.63677301 L10.2811652,18.6257003 C10.0007889,18.9222521 9.54462468,18.9601481 9.20201337,18.7055412 L9.20201337,18.7055412 L9.10762999,18.6194938 L2.49508517,11.4755838 C2.19364215,11.1499177 2.21327886,10.6415453 2.53894497,10.3401023 C2.82034353,10.0796342 3.24460891,10.055498 3.57244062,10.2921913 L3.57244062,10.2921913 L3.6744238,10.3839592 L9.703,16.896 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      left: -10px;
      padding: 8px; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important; }

a:focus-visible {
  outline: solid medium #ff6600; }

a:not(.button):hover {
  font-weight: 700; }

.button {
  border: 1px solid #001229;
  background-color: #FFFFFF;
  color: #001229;
  display: inline-block;
  margin: 0 0.625rem;
  padding: 0.875rem 1.125rem;
  font-weight: 500; }
  .button--flat {
    padding: 0.5rem 3.125rem; }
  .button:hover {
    color: #001229;
    background-color: #96bee6; }

.button-primary {
  border: 1px solid #0066b3;
  background-color: #0066b3;
  color: #FFFFFF;
  text-align: left !important; }
  .button-primary:hover {
    color: #FFFFFF;
    background-color: #002D67; }
  .button-primary svg {
    fill: #FFFFFF;
    color: #FFFFFF; }

.button-secondary {
  border: 1px solid #002D67;
  padding: 0.9375rem 0.9375rem 0.9375rem 5rem; }
  .button-secondary__text {
    color: #002D67;
    display: block;
    margin-top: 1.25rem; }

.etf.theme-psd h2 {
  color: #009966; }
  .etf.theme-psd h2:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-psd h3 {
  color: #009966; }
  .etf.theme-psd h3:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-psd h4 {
  color: #009966; }
  .etf.theme-psd h4:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-psd h5 {
  color: #009966; }
  .etf.theme-psd h5:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-psd h6 {
  color: #009966; }
  .etf.theme-psd h6:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-psd .headline__subtitle {
  text-align: center;
  color: #646464; }
  .etf.theme-psd .headline__subtitle + p,
  .etf.theme-psd .headline__subtitle + div {
    margin-top: 3.75rem; }

.etf.theme-spb h2 {
  color: #112747; }
  .etf.theme-spb h2:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-spb h3 {
  color: #112747; }
  .etf.theme-spb h3:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-spb h4 {
  color: #112747; }
  .etf.theme-spb h4:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-spb h5 {
  color: #112747; }
  .etf.theme-spb h5:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-spb h6 {
  color: #112747; }
  .etf.theme-spb h6:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-spb .headline__subtitle {
  text-align: center;
  color: #3374BC; }
  .etf.theme-spb .headline__subtitle + p,
  .etf.theme-spb .headline__subtitle + div {
    margin-top: 3.75rem; }

.etf.theme-vrb h2 {
  color: #353535; }
  .etf.theme-vrb h2:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-vrb h3 {
  color: #353535; }
  .etf.theme-vrb h3:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-vrb h4 {
  color: #353535; }
  .etf.theme-vrb h4:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-vrb h5 {
  color: #353535; }
  .etf.theme-vrb h5:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-vrb h6 {
  color: #353535; }
  .etf.theme-vrb h6:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-vrb .headline__subtitle {
  text-align: center;
  color: #353535; }
  .etf.theme-vrb .headline__subtitle + p,
  .etf.theme-vrb .headline__subtitle + div {
    margin-top: 3.75rem; }

.etf.theme-evgl h2 {
  color: #5A2872; }
  .etf.theme-evgl h2:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-evgl h3 {
  color: #5A2872; }
  .etf.theme-evgl h3:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-evgl h4 {
  color: #5A2872; }
  .etf.theme-evgl h4:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-evgl h5 {
  color: #5A2872; }
  .etf.theme-evgl h5:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-evgl h6 {
  color: #5A2872; }
  .etf.theme-evgl h6:not([class*="cmp"]) {
    text-align: center; }

.etf.theme-evgl .headline__subtitle {
  text-align: center;
  color: #5A2872; }
  .etf.theme-evgl .headline__subtitle + p,
  .etf.theme-evgl .headline__subtitle + div {
    margin-top: 3.75rem; }

.geno.theme-psd h2 {
  color: #009966;
  text-align: center;
  font-weight: 300; }

.geno.theme-psd h3 {
  color: #009966;
  text-align: center;
  font-weight: 300; }

.geno.theme-psd h4 {
  color: #009966;
  text-align: center;
  font-weight: 300; }

.geno.theme-psd h5 {
  color: #009966;
  text-align: center;
  font-weight: 300; }

.geno.theme-psd h6 {
  color: #009966;
  text-align: center;
  font-weight: 300; }

.geno.theme-psd .headline__subtitle {
  text-align: center;
  color: #646464; }
  .geno.theme-psd .headline__subtitle + p,
  .geno.theme-psd .headline__subtitle + div {
    margin-top: 3.75rem; }

.geno.theme-spb h2 {
  color: #112747;
  text-align: center;
  font-weight: 300; }

.geno.theme-spb h3 {
  color: #112747;
  text-align: center;
  font-weight: 300; }

.geno.theme-spb h4 {
  color: #112747;
  text-align: center;
  font-weight: 300; }

.geno.theme-spb h5 {
  color: #112747;
  text-align: center;
  font-weight: 300; }

.geno.theme-spb h6 {
  color: #112747;
  text-align: center;
  font-weight: 300; }

.geno.theme-spb .headline__subtitle {
  text-align: center;
  color: #3374BC; }
  .geno.theme-spb .headline__subtitle + p,
  .geno.theme-spb .headline__subtitle + div {
    margin-top: 3.75rem; }

.geno.theme-vrb h2 {
  color: #353535;
  text-align: center;
  font-weight: 300; }

.geno.theme-vrb h3 {
  color: #353535;
  text-align: center;
  font-weight: 300; }

.geno.theme-vrb h4 {
  color: #353535;
  text-align: center;
  font-weight: 300; }

.geno.theme-vrb h5 {
  color: #353535;
  text-align: center;
  font-weight: 300; }

.geno.theme-vrb h6 {
  color: #353535;
  text-align: center;
  font-weight: 300; }

.geno.theme-vrb .headline__subtitle {
  text-align: center;
  color: #353535; }
  .geno.theme-vrb .headline__subtitle + p,
  .geno.theme-vrb .headline__subtitle + div {
    margin-top: 3.75rem; }

.geno.theme-evgl h2 {
  color: #5A2872;
  text-align: center;
  font-weight: 300; }

.geno.theme-evgl h3 {
  color: #5A2872;
  text-align: center;
  font-weight: 300; }

.geno.theme-evgl h4 {
  color: #5A2872;
  text-align: center;
  font-weight: 300; }

.geno.theme-evgl h5 {
  color: #5A2872;
  text-align: center;
  font-weight: 300; }

.geno.theme-evgl h6 {
  color: #5A2872;
  text-align: center;
  font-weight: 300; }

.geno.theme-evgl .headline__subtitle {
  text-align: center;
  color: #5A2872; }
  .geno.theme-evgl .headline__subtitle + p,
  .geno.theme-evgl .headline__subtitle + div {
    margin-top: 3.75rem; }

.cmp-header__svg-icon {
  height: 5.25rem;
  width: 5.25rem;
  padding: 0.9375rem;
  color: #002D67;
  fill: #002D67;
  float: left;
  border: 1px solid #002D67;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .cmp-header__svg-icon {
      height: 3.125rem;
      width: 3.125rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.row.cmp-header {
  margin-bottom: 1.25rem; }
  @media (max-width: 767px) {
    .row.cmp-header {
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      width: 100%; } }

.cmp-header h2.cmp-header__title {
  margin-top: 1.4375rem;
  color: #353535;
  text-align: left;
  font-weight: 400;
  font-size: 32px; }
  @media (max-width: 767px) {
    .cmp-header h2.cmp-header__title {
      font-size: 1.5rem;
      margin-left: 1.25rem;
      margin-top: 0; } }

.pricetable__table {
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3rem 0 0;
  table-layout: fixed;
  width: 100%;
  min-width: 700px; }
  .pricetable__table-data {
    border: 1px solid #e1ebf5;
    padding: 1.5rem;
    vertical-align: top; }

.pricetable__category {
  color: #FFFFFF;
  font-weight: normal;
  padding-bottom: 1.25rem;
  vertical-align: top; }
  .pricetable__category-one {
    background: #333333; }
    .theme-spb .pricetable__category-one {
      background-color: #F49347; }
    .theme-psd .pricetable__category-one {
      background-color: #159867; }
    .theme-vrb .pricetable__category-one {
      background-color: #75AE9B; }
    .theme-evgl .pricetable__category-one {
      background-color: #CDBDD4; }
  .pricetable__category-two {
    background: #333333;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF; }
    .theme-spb .pricetable__category-two {
      background-color: #F49347; }
    .theme-psd .pricetable__category-two {
      background-color: #159867; }
    .theme-vrb .pricetable__category-two {
      background-color: #9CAFC2; }
    .theme-evgl .pricetable__category-two {
      background-color: #AC93B8; }
  .pricetable__category-three {
    background: #333333; }
    .theme-spb .pricetable__category-three {
      background-color: #F49347; }
    .theme-psd .pricetable__category-three {
      background-color: #159867; }
    .theme-vrb .pricetable__category-three {
      background-color: #F8963F; }
    .theme-evgl .pricetable__category-three {
      background-color: #8B679C; }
  .pricetable__category-title {
    color: #FFFFFF !important;
    margin: 1.5625rem 0 0.9375rem;
    word-break: normal;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .pricetable__category-info, .pricetable__category-price {
    display: block;
    word-break: normal;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .pricetable__category-info {
    font-weight: 300;
    margin: 0.3125rem; }

.pricetable__text-title {
  font-weight: bold;
  margin-bottom: 0.3125rem;
  word-break: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.pricetable__text-info {
  display: block;
  font-weight: normal;
  word-break: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.pricetable__additional--info {
  font-size: 0.75rem;
  padding: 0.9375rem;
  text-align: left; }

.pricetable__footnotes {
  list-style-type: decimal;
  font-size: 0.625rem;
  text-align: left; }

.pricetable__footnote {
  margin-bottom: 5px; }

.sticky-sidebar {
  position: fixed;
  right: -16.875rem;
  top: calc(50% - 1px);
  width: 22.875rem;
  z-index: 1; }
  @media (max-width: 767px) {
    .sticky-sidebar {
      display: none; } }
  .sticky-sidebar__item {
    position: absolute;
    left: -16.875rem;
    overflow: hidden;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF; }
    .sticky-sidebar__item:first-of-type {
      top: 0; }
    .sticky-sidebar__item:nth-of-type(2) {
      top: calc(50% + 6rem); }
    .sticky-sidebar__item.is-hidden {
      left: 0; }
  .sticky-sidebar__button {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 4.6875rem;
    padding: 0.625rem;
    text-align: center;
    width: 4.6875rem;
    background: #333333;
    fill: #FFFFFF; }
    .theme-spb .sticky-sidebar__button--contact {
      background-color: #4A6994; }
    .theme-psd .sticky-sidebar__button--contact {
      background-color: #006F4A; }
    .theme-vrb .sticky-sidebar__button--contact {
      background-color: #346085; }
    .theme-evgl .sticky-sidebar__button--contact {
      background-color: #5B2574; }
    .theme-spb .sticky-sidebar__button--login {
      background-color: #F49347; }
    .theme-psd .sticky-sidebar__button--login {
      background-color: #E4A125; }
    .theme-vrb .sticky-sidebar__button--login {
      background-color: #FC6621; }
    .theme-evgl .sticky-sidebar__button--login {
      background-color: #5B2574; }
  .sticky-sidebar__btn-svg-icon {
    display: block;
    height: 1.875rem;
    width: 1.875rem;
    margin: auto; }
  .sticky-sidebar__content {
    float: right;
    padding: 0.625rem;
    position: relative;
    width: 16.875rem; }
  .sticky-sidebar__svg-icon {
    height: 1.25rem;
    margin-right: 0.3125rem;
    width: 1.25rem; }
  .sticky-sidebar__content--text {
    font-size: 0.75rem;
    margin: 0 0 0.3125rem; }
    .sticky-sidebar__content--text--big {
      font-size: 1.25rem; }

@-webkit-keyframes slide {
  100% {
    right: 0; } }

@keyframes slide {
  100% {
    right: 0; } }

.accordion__faq-summary {
  background: #0066b3;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 0.625rem;
  padding: 0.875rem 1.25rem;
  position: relative;
  list-style-type: none; }
  @media (max-width: 767px) {
    .accordion__faq-summary {
      padding-right: 2.1875rem; } }
  .accordion__faq-summary:focus-visible {
    outline: solid medium #ff6600; }
  .accordion__faq-summary::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 15' style='enable-background:new 0 0 25 15; fill:%23fff' xml:space='preserve'%3E%3Cpath id='_' d='M12.5,15c0.215-0.008,0.419-0.101,0.571-0.258L24.749,2.734C24.903,2.574,24.992,2.36,25,2.136 c-0.008-0.222-0.098-0.432-0.251-0.588l-1.253-1.29C23.344,0.101,23.14,0.008,22.925,0c-0.218,0.008-0.426,0.101-0.581,0.258 L12.5,10.389L2.656,0.258C2.501,0.101,2.293,0.008,2.075,0C1.859,0.004,1.653,0.097,1.504,0.258l-1.253,1.29 C0.098,1.704,0.008,1.914,0,2.136C0.008,2.36,0.097,2.574,0.251,2.734l11.678,12.008C12.08,14.899,12.285,14.992,12.5,15z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    fill: #FFFFFF;
    content: '';
    width: 1.5625rem;
    height: 1.25rem;
    position: absolute;
    right: 16px;
    top: 16px; }

.accordion__faq-item {
  margin: 0; }
  .accordion__faq-item p {
    padding: 1.25rem; }
  .accordion__faq-item[open] summary:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 10px; }

.theme-spb .accordion__faq-dt {
  background: #EAEFF3;
  color: #112747;
  fill: #112747; }

.theme-psd .accordion__faq-dt {
  background: #F3F3F3;
  color: #646464;
  fill: #646464; }

.theme-vrb .accordion__faq-dt {
  background: #EAEFF3;
  color: #005BAA;
  fill: #005BAA; }

.theme-evgl .accordion__faq-dt {
  background: #DED4E2;
  color: #3E0060;
  fill: #3E0060; }

.accordion__faq-dd {
  border: 1px solid #333333; }
  .theme-spb .accordion__faq-dd {
    border: 1px solid #EAEFF3; }
  .theme-psd .accordion__faq-dd {
    border: 1px solid #F3F3F3; }
  .theme-vrb .accordion__faq-dd {
    border: 1px solid #EAEFF3; }
  .theme-evgl .accordion__faq-dd {
    border: 1px solid #DED4E2; }

.meta-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .meta-nav__list--item {
    display: inline-block; }

.meta-nav__link {
  display: inline-block;
  padding: 1.25rem 0.625rem; }

.meta-nav__svg-icon {
  height: 1.25rem;
  margin-right: 0.375rem;
  padding-top: 0.3125rem;
  width: 1.25rem; }

.theme-spb .meta-nav {
  background-color: #EAEFF3; }

.theme-psd .meta-nav {
  background-color: #EAEFF3; }

.theme-vrb .meta-nav {
  background-color: #EAEFF3; }

.theme-evgl .meta-nav {
  background-color: #EAEFF3; }

.theme-spb .meta-nav__link {
  color: #3374BC;
  fill: #3374BC; }

.theme-psd .meta-nav__link {
  color: #468C16;
  fill: #468C16; }

.theme-vrb .meta-nav__link {
  color: #346085;
  fill: #346085; }

.theme-evgl .meta-nav__link {
  color: #5B2574;
  fill: #5B2574; }

.mainnav {
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff !important; }
  .mainnav.desktop {
    height: 74px; }
    @media (max-width: 767px) {
      .mainnav.desktop {
        display: none; } }
  .mainnav.responsive {
    background-color: #eee !important;
    border-top: 1px solid #353535; }
    .mainnav.responsive.hidden {
      display: none; }
    @media (min-width: 768px) {
      .mainnav.responsive {
        display: none; } }
    .mainnav.responsive .mainnav__list-item {
      border-width: 1px 0 1px 0;
      border-top-color: #e1ebf5; }
      .mainnav.responsive .mainnav__list-item:first-of-type {
        border-top-width: 0; }
      .mainnav.responsive .mainnav__list-item:last-of-type {
        border-bottom-width: 0; }
  .mainnav__show {
    position: relative;
    margin: 0.8em;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0);
    display: none; }
    @media (max-width: 767px) {
      .mainnav__show {
        display: block; } }
    .mainnav__show:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.21em;
      bottom: 0.21em;
      width: 1.5em;
      background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, white), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, white), color-stop(60%, white), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, white), to(white));
      background: linear-gradient(to bottom, white, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 40%, white 40%, white 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 80%, white 80%, white 100%); }
  .mainnav input#show-menu[type=checkbox] {
    display: none; }
  .mainnav input#show-menu[type=checkbox]:checked ~ #mainnav {
    display: block; }
  .mainnav__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .mainnav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center; } }
    .mainnav__list-item:after {
      opacity: 0; }
    .mainnav__list-item--link {
      font-weight: bold; }
      .mainnav__list-item--link .mainnav__list-link {
        color: #002D67; }
    @media (min-width: 768px) {
      .mainnav__list-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .mainnav__list-text {
      display: block; }
      @media (min-width: 768px) {
        .mainnav__list-text {
          padding-top: 0.625rem; } }
    .mainnav__list-link {
      color: #353535;
      display: block;
      padding: 0.875rem; }
      @media (min-width: 768px) {
        .mainnav__list-link {
          padding: 0.875rem 0; } }
  .mainnav__svg-icon {
    height: 0.875rem;
    width: 0.875rem;
    fill: #FFFFFF; }

.mainnav__list-item.active,
.mainnav__list-item:hover {
  font-weight: bold; }
  .mainnav__list-item.active .mainnav__list-icon-wrapper .mainnav__svg-icon,
  .mainnav__list-item:hover .mainnav__list-icon-wrapper .mainnav__svg-icon {
    fill: #FFFFFF; }

@media (min-width: 768px) {
  .mainnav {
    width: 100%; }
    .mainnav.is-fixed {
      position: fixed;
      display: block;
      top: 0;
      background-color: #0066b3 !important; }
      .mainnav.is-fixed .mainnav__list-link {
        color: white; } }

.mainnav {
  background-color: #333333; }
  .theme-spb .mainnav {
    background-color: #4A6994; }
  .theme-psd .mainnav {
    background-color: #006F4A; }
  .theme-vrb .mainnav {
    background-color: #346085; }
  .theme-evgl .mainnav {
    background-color: #5B2574; }

@media (min-width: 768px) {
  .mainnav__svg-icon {
    fill: #333333; }
    .theme-spb .mainnav__svg-icon {
      fill: #F49347; }
    .theme-psd .mainnav__svg-icon {
      fill: #006F4A; }
    .theme-vrb .mainnav__svg-icon {
      fill: #FC6621; }
    .theme-evgl .mainnav__svg-icon {
      fill: #5B2574; } }

@media (max-width: 767px) {
  .mainnav__list-item {
    border-style: solid;
    border-width: 1px 0 1px; }
    .theme-spb .mainnav__list-item {
      border-bottom-color: #395172;
      border-top-color: #6182b0; }
      .theme-spb .mainnav__list-item:first-child {
        border-top-color: #4A6994; }
      .theme-spb .mainnav__list-item:last-child {
        border-bottom-color: #4A6994; }
    .theme-psd .mainnav__list-item {
      border-bottom-color: #005639;
      border-top-color: #00895b; }
      .theme-psd .mainnav__list-item:first-child {
        border-top-color: #006F4A; }
      .theme-psd .mainnav__list-item:last-child {
        border-bottom-color: #006F4A; }
    .theme-vrb .mainnav__list-item {
      border-bottom-color: #264660;
      border-top-color: #427aaa; }
      .theme-vrb .mainnav__list-item:first-child {
        border-top-color: #346085; }
      .theme-vrb .mainnav__list-item:last-child {
        border-bottom-color: #346085; }
    .theme-evgl .mainnav__list-item {
      border-bottom-color: #4c1f61;
      border-top-color: #6a2b87; }
      .theme-evgl .mainnav__list-item:first-child {
        border-top-color: #5B2574; }
      .theme-evgl .mainnav__list-item:last-child {
        border-bottom-color: #5B2574; } }

.mainnav__list-item.active .mainnav__list-icon-wrapper,
.mainnav__list-item:hover .mainnav__list-icon-wrapper {
  background-color: #333333; }

.theme-spb .mainnav__list-item.active .mainnav__list-icon-wrapper, .theme-spb
.mainnav__list-item:hover .mainnav__list-icon-wrapper {
  background-color: #ED621E; }

.theme-spb .mainnav__list-item.active .mainnav__list-text, .theme-spb
.mainnav__list-item:hover .mainnav__list-text {
  color: #ED621E; }

.theme-psd .mainnav__list-item.active .mainnav__list-icon-wrapper, .theme-psd
.mainnav__list-item:hover .mainnav__list-icon-wrapper {
  background-color: #006F4A; }

.theme-psd .mainnav__list-item.active .mainnav__list-text, .theme-psd
.mainnav__list-item:hover .mainnav__list-text {
  color: #006F4A; }

.theme-vrb .mainnav__list-item.active .mainnav__list-icon-wrapper, .theme-vrb
.mainnav__list-item:hover .mainnav__list-icon-wrapper {
  background-color: #FC6621; }

.theme-vrb .mainnav__list-item.active .mainnav__list-text, .theme-vrb
.mainnav__list-item:hover .mainnav__list-text {
  color: #FC6621; }

.theme-evgl .mainnav__list-item.active .mainnav__list-icon-wrapper, .theme-evgl
.mainnav__list-item:hover .mainnav__list-icon-wrapper {
  background-color: #5B2574; }

.theme-evgl .mainnav__list-item.active .mainnav__list-text, .theme-evgl
.mainnav__list-item:hover .mainnav__list-text {
  color: #5B2574; }

.header {
  background: #FFFFFF;
  padding: 0.625rem 0;
  position: relative;
  z-index: 100; }
  .etf .header {
    -webkit-box-shadow: 0 0 0.3125rem black;
            box-shadow: 0 0 0.3125rem black; }
  @media (min-width: 768px) {
    .header .container .row {
      padding-top: 15px; } }

.geno-broker__partner {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (min-width: 768px) {
    .geno-broker__partner {
      /*		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50%;*/
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      height: 50px; } }
  .geno-broker__partner .partner__logo {
    max-height: 4.375rem;
    width: auto;
    max-width: 100%; }
  @media (min-width: 768px) {
    .geno-broker__partner--link {
      float: left; } }

.geno-broker {
  display: none; }
  @media (min-width: 768px) {
    .geno-broker {
      display: block;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      margin: 0 auto; } }
  .geno-broker__link svg {
    height: 4.375rem;
    width: 100%; }

.menu-toogle {
  display: none;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .menu-toogle {
      display: block;
      float: right; } }

.geno-login {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #002D67; }
  @media (min-width: 768px) {
    .geno-login {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      text-align: right; } }
  @media (max-width: 767px) {
    .geno-login {
      display: none; } }
  .geno-login__button_primary {
    border: 1px solid #ff6600;
    background-color: #ff6600;
    color: #001229; }
    .geno-login__button_primary .geno-login__link__text {
      color: #001229 !important; }
  .geno-login__link__text {
    color: #002D67; }
  .geno-login__button {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
    position: relative;
    text-align: left; }
    .geno-login__button svg {
      width: 100%;
      fill: #FFFFFF;
      position: absolute;
      left: -60px;
      top: 12px; }
    .geno-login__button__text {
      color: #FFFFFF;
      display: block;
      margin-top: 1.25rem; }
    .geno-login__button .geno-login__link__text {
      color: #FFFFFF; }
  .geno-login__link {
    border: 1px solid #002D67;
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    min-width: 190px;
    text-align: left;
    white-space: normal; }
    .geno-login__link-icon.is-hidden {
      display: none; }
    .geno-login__link svg {
      height: 0.625rem;
      fill: #002D67;
      margin-left: 1.5rem; }

.geno-header-choose {
  right: 0px; }

.geno-login-layer {
  position: absolute;
  top: 4rem;
  right: 13.125rem;
  background-color: #fff;
  width: 14.6875rem;
  padding: 1.5625rem;
  border: 1px solid #002D67; }
  .geno-login-layer.is-hidden {
    display: none; }
  .geno-login-layer a {
    position: relative;
    padding-bottom: 5px; }
    .geno-login-layer a span {
      padding-left: 25px;
      display: block; }
  .geno-login-layer__title {
    width: 100% !important;
    font-weight: bold; }
  .geno-login-layer__svg-icon {
    height: 1.25rem;
    width: 1.25rem;
    position: absolute;
    fill: #002D67;
    top: 7px; }
  .geno-login-layer__link {
    color: #002D67; }
    .geno-login-layer__link.link-ebanking {
      color: #5A5A5A; }
      .geno-login-layer__link.link-ebanking svg {
        width: 1.4375rem;
        position: absolute;
        top: 5px; }
  .geno-login-layer__close {
    position: absolute;
    right: 0;
    cursor: pointer;
    right: 10px;
    top: 10px; }
  .geno-login-layer__seperator {
    width: 84%;
    border-bottom: 0px; }

.cmp-01-stage {
  padding: 0;
  text-align: center; }
  .cmp-01-stage .container {
    position: relative;
    height: 100%;
    min-height: 650px;
    padding-top: 4rem;
    padding-bottom: 6rem; }
    @media (max-width: 767px) {
      .cmp-01-stage .container {
        padding: 2.5rem !important;
        min-height: 0; } }
  .cmp-01-stage__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 6.25rem; }
  .cmp-01-stage__svg-icon {
    height: 6.25rem;
    width: 6.25rem; }
  .cmp-01-stage__content {
    margin: 100px auto 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4); }
    .cmp-01-stage__content--plain {
      background-color: inherit; }
  .cmp-01-stage__cta {
    position: absolute;
    bottom: 3.125rem;
    width: 100%; }
  .cmp-01-stage__title {
    margin-bottom: 1.5rem;
    min-height: 65.875px; }
    @media (max-width: 767px) {
      .cmp-01-stage__title {
        font-size: 2.875rem;
        min-height: 2.875rem; } }
  .cmp-01-stage__text {
    min-height: 28.475px; }
    @media (max-width: 767px) {
      .cmp-01-stage__text {
        font-size: 1.25rem;
        min-height: 1.25rem; } }
  .cmp-01-stage .slick-arrow {
    display: block !important; }
    @media (max-width: 767px) {
      .cmp-01-stage .slick-arrow {
        display: none !important; } }
  .cmp-01-stage .slick-dots {
    display: none !important; }
    @media (max-width: 767px) {
      .cmp-01-stage .slick-dots {
        display: block !important; } }
    .cmp-01-stage .slick-dots li,
    .cmp-01-stage .slick-dots li button {
      width: 1.25rem;
      height: 1.25rem; }
    .cmp-01-stage .slick-dots li button:before {
      width: 1.25rem;
      height: 1.25rem;
      line-height: 1.25rem;
      font-size: 1.25rem; }
  .cmp-01-stage .slick-dotted.slick-slider {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text; }
    @media (min-width: 769px) {
      .cmp-01-stage .slick-dotted.slick-slider {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .cmp-01-stage .button + .button {
      margin-top: 1.25rem; } }
  .theme-psd .cmp-01-stage .cmp-01-stage__text {
    color: #FFFFFF; }
  .theme-spb .cmp-01-stage .cmp-01-stage__text {
    color: #FFFFFF; }
  .theme-vrb .cmp-01-stage .cmp-01-stage__text {
    color: #FFFFFF; }
  .theme-evgl .cmp-01-stage .cmp-01-stage__text {
    color: #FFFFFF; }

.slide-one, .slide-two, .slide-three, .slide-four {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF; }

.slide-four {
  background-position: 0 20%; }
  @media (max-width: 767px) {
    .slide-four {
      background-position: 60% 0; } }

.slide-single-side {
  height: 580px;
  width: 100%;
  background: #002D67;
  position: relative;
  overflow: hidden; }
  .slide-single-side .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slide-single-side .slide-title-mobile {
    display: block;
    font-size: 45px;
    padding: 0 0 40px; }
  .slide-single-side:before {
    content: "";
    width: 500px;
    height: 500px;
    background: #e1ebf5;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -320px;
    top: -300px; }
  @media (max-width: 767px) {
    .slide-single-side {
      height: auto; } }
  @media (min-width: 768px) {
    .slide-single-side:before {
      content: "";
      width: 640px;
      height: 640px;
      background: #e1ebf5;
      border-radius: 320px / 320px;
      display: block;
      position: absolute;
      left: -270px;
      top: -5px; }
    .slide-single-side .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .slide-single-side.slide-single-side__double-box .mainArea {
      margin-left: 50px; }
    .slide-single-side .mainArea {
      margin-left: 150px; }
    .slide-single-side .slide-title-mobile {
      display: none; } }
  @media (max-width: 767px) {
    .slide-single-side .mainArea {
      display: none; } }
  @media (min-width: 960px) {
    .slide-single-side .background-smartphone {
      position: absolute;
      top: 50px;
      left: 50px;
      height: 500px;
      width: 300px;
      background-image: url("/resources/img/static/smartphone.png");
      background-size: 300px;
      background-repeat: no-repeat; } }
  .slide-single-side h2.slide-title {
    width: 408px;
    color: #fff;
    font-weight: 800;
    text-align: left;
    font-size: 3.25rem; }
    @media (max-width: 767px) {
      .slide-single-side h2.slide-title {
        font-size: 2.25rem;
        width: 100%; } }
  .slide-single-side .slide-text {
    width: 408px;
    color: #fff;
    text-align: left; }
  .slide-single-side .slide-box {
    background: #fff;
    color: #353535;
    width: 300px;
    padding: 1.875rem;
    text-align: left;
    height: 100%;
    position: relative;
    -webkit-box-shadow: -10px -10px 0 0 #e1ebf5;
    box-shadow: -10px -10px 0 0 #e1ebf5; }
    .slide-single-side .slide-box__meinDepot:after {
      content: "18-30 Jahre";
      width: 200px;
      height: 200px;
      background: #96bee6;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 193px;
      top: -83px;
      font-size: 42px;
      padding-top: 59px;
      padding-left: 48px;
      color: #001229; }
      @media (max-width: 767px) {
        .slide-single-side .slide-box__meinDepot:after {
          display: none; } }
    .slide-single-side .slide-box .slide-title {
      text-align: left;
      font-size: 32px;
      font-weight: 400;
      padding-bottom: 30px;
      color: #0066b3;
      min-height: 104px; }
      @media (max-width: 767px) {
        .slide-single-side .slide-box .slide-title {
          padding-bottom: 0;
          min-height: 0; } }
      .slide-single-side .slide-box .slide-title.slide-title__meinDepot {
        padding-bottom: 15px; }
    .slide-single-side .slide-box .slide-text {
      position: unset;
      -webkit-transform: none;
              transform: none;
      color: #353535; }
      .slide-single-side .slide-box .slide-text-orange {
        color: #002D67;
        font-size: 60px;
        font-weight: 800;
        padding-bottom: 10px; }
      .slide-single-side .slide-box .slide-text-smaller {
        font-size: 12px;
        padding-bottom: 20xp; }
    .slide-single-side .slide-box .button-primary {
      width: 100%;
      margin: 0.625rem 0;
      text-align: center; }
    .slide-single-side .slide-box__small {
      width: 250px;
      min-height: 420px;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .slide-single-side .slide-box__small {
          width: 80%;
          min-height: 0;
          margin-bottom: 20px; }
          .slide-single-side .slide-box__small:last-child {
            margin-bottom: 0; } }
  .slide-single-side .greyBackground {
    background-color: rgba(0, 0, 0, 0.4);
    width: 470px;
    padding: 0.9375rem; }
  .slide-single-side.slide-single-image {
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .slide-single-side.slide-single-image:before {
        display: none; } }
  .slide-single-side .slide__partner--genoplan-logo {
    width: 190px; }

.slide-double {
  height: 580px; }
  @media (max-width: 767px) {
    .slide-double {
      height: 700px; } }
  .slide-double .slide-double-side {
    height: 580px;
    text-align: left;
    overflow: hidden; }
    @media (max-width: 767px) {
      .slide-double .slide-double-side {
        padding: 1.25rem;
        height: 350px; }
        .slide-double .slide-double-side .slide-text {
          display: none; } }
    @media (min-width: 768px) {
      .slide-double .slide-double-side {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; } }
    .slide-double .slide-double-side h2.slide-title {
      font-size: 48px;
      position: relative;
      top: 150px;
      font-weight: 800;
      text-align: left; }
      @media (max-width: 767px) {
        .slide-double .slide-double-side h2.slide-title {
          z-index: 10;
          top: -5px;
          width: 312px; } }
      @media (min-width: 960px) {
        .slide-double .slide-double-side h2.slide-title {
          width: auto;
          max-width: 350px; } }
      @media (min-width: 1450px) {
        .slide-double .slide-double-side h2.slide-title {
          width: 380px; } }
    .slide-double .slide-double-side .slide-text {
      width: 380px;
      position: relative;
      top: 200px; }
      @media (min-width: 960px) {
        .slide-double .slide-double-side .slide-text {
          width: auto;
          max-width: 350px; } }
  .slide-double-responsive-img {
    height: 230px;
    position: relative;
    top: -88px; }
    .slide-double-responsive-img.slide-double-left-img {
      left: 61%;
      height: 200px;
      top: 0; }
    .slide-double-responsive-img.slide-double-right-img {
      height: 260px;
      z-index: 5;
      top: 0; }
    @media (min-width: 768px) {
      .slide-double-responsive-img {
        display: none !important; } }
  @media (min-width: 960px) {
    .slide-double .background-smartphone {
      position: absolute;
      top: 50px;
      right: 500px;
      height: 500px;
      width: 300px;
      background-image: url("/resources/img/static/smartphone.png");
      background-size: 300px;
      background-repeat: no-repeat; }
    .slide-double .background-woman {
      position: absolute;
      bottom: 0;
      left: 324px;
      height: 557px;
      width: 367px;
      background-image: url("/resources/img/static/woman.png");
      background-size: 367px;
      background-repeat: no-repeat;
      z-index: 5; } }
  @media (min-width: 1450px) {
    .slide-double .background-smartphone {
      right: auto;
      left: 10px; }
    .slide-double .background-woman {
      left: auto;
      right: 0; } }
  .slide-double .slide-double-left {
    background-color: #002D67;
    color: #fff !important; }
    @media (min-width: 768px) {
      .slide-double .slide-double-left:before {
        content: "";
        width: 465px;
        height: 465px;
        background: #e1ebf5;
        border-radius: 250px / 250px;
        display: block;
        position: absolute;
        top: -200px;
        left: -200px; } }
    .slide-double .slide-double-left h2.slide-title {
      color: #fff !important; }
    .slide-double .slide-double-left .slide-title, .slide-double .slide-double-left .slide-text {
      margin: 0 50px 0 auto; }
  .slide-double .slide-double-right {
    background-color: #fff;
    color: #353535; }
    .slide-double .slide-double-right .slide-title, .slide-double .slide-double-right .slide-text {
      margin: 0 auto 0 50px;
      z-index: 10; }
    @media (max-width: 767px) {
      .slide-double .slide-double-right {
        position: relative; }
        .slide-double .slide-double-right .slide-title {
          text-align: right !important;
          width: 300px !important; }
        .slide-double .slide-double-right:after {
          content: "";
          width: 465px;
          height: 465px;
          background: #e1ebf5;
          border-radius: 250px / 250px;
          display: block;
          position: absolute;
          bottom: -365px;
          left: -149px; } }
    @media (min-width: 768px) {
      .slide-double .slide-double-right:after {
        content: "";
        width: 600px;
        height: 600px;
        background: #e1ebf5;
        border-radius: 300px;
        display: block;
        position: absolute;
        bottom: -210px;
        right: -190px;
        z-index: 2; } }
    @media (min-width: 960px) {
      .slide-double .slide-double-right:after {
        right: -100px; } }

.theme-spb .cmp-01-stage__svg-icon:hover {
  fill: #F49347; }

.theme-psd .cmp-01-stage__svg-icon:hover {
  fill: #009966; }

.theme-vrb .cmp-01-stage__svg-icon:hover {
  fill: #FA9632; }

.theme-evgl .cmp-01-stage__svg-icon:hover {
  fill: #8440A3; }

.theme-spb .cmp-01-stage__svg-icon {
  fill: #ED621E; }

.theme-psd .cmp-01-stage__svg-icon {
  fill: #E4A125; }

.theme-vrb .cmp-01-stage__svg-icon {
  fill: #FC6621; }

.theme-evgl .cmp-01-stage__svg-icon {
  fill: #5B2574; }

.cmp-03-benefits .container {
  text-align: center; }

.cmp-03-benefits .row.cmpContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.cmp-03-benefits .row.showMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .cmp-03-benefits .row.showMore .showMoreIcon {
    width: 38px;
    height: 38px;
    border: 1px solid #0066b3;
    border-radius: 50%;
    margin: 10px auto; }
  .cmp-03-benefits .row.showMore svg {
    margin-top: 14px;
    margin-left: 1px;
    height: 10px;
    fill: #0066b3; }
  .cmp-03-benefits .row.showMore span.less svg {
    margin-top: 12px;
    margin-left: 2px; }
  .cmp-03-benefits .row.showMore .showMoreText {
    color: #0066b3; }
  .cmp-03-benefits .row.showMore span.less {
    display: none; }
  .cmp-03-benefits .row.showMore.less span.less {
    display: inline; }
  .cmp-03-benefits .row.showMore.less span.more {
    display: none; }

.cmp-03-benefits__column {
  width: 90%;
  margin-bottom: 30px; }

@media (min-width: 480px) and (max-width: 767px) {
  .cmp-03-benefits__column {
    width: 50%;
    /* 			&:nth-child(2n + 1) {
				clear: left;
			}
 */ } }
  @media (max-width: 767px) {
    .cmp-03-benefits__column {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .cmp-03-benefits__column {
      width: 33.33%;
      padding-bottom: 30px;
      margin-bottom: 0;
      height: 170px;
      /* 			&:nth-child(3n+1) {
				clear: left;
			} */ } }
  .cmp-03-benefits__column.hidden {
    display: none; }

.cmp-03-benefits__svg-icon {
  height: 5.625rem;
  width: 5.625rem;
  margin-bottom: 0.3125rem;
  margin-top: 1.875rem; }
  @media (max-width: 767px) {
    .cmp-03-benefits__svg-icon {
      height: 4.375rem;
      width: 4.375rem; } }

.cmp-03-benefits__text {
  font-size: 1.25rem;
  padding: 0.9375rem 0.9375rem;
  background-color: #e1ebf5;
  height: 100%;
  margin: 15px; }
  @media (max-width: 767px) {
    .cmp-03-benefits__text {
      font-size: 1rem; } }
  .cmp-03-benefits__text:hover {
    -webkit-box-shadow: -10px -10px 0 0 #0066b3;
    box-shadow: -10px -10px 0 0 #0066b3;
    background-color: #e1ebf5; }

.theme-spb .cmp-03-benefits__svg-icon {
  fill: #468C16; }

.theme-psd .cmp-03-benefits__svg-icon {
  fill: #009966; }

.theme-vrb .cmp-03-benefits__svg-icon {
  fill: #75AE9B; }

.theme-evgl .cmp-03-benefits__svg-icon {
  fill: #5B2574; }

.cmp-02-bubble-teaser .container {
  text-align: center; }

.cmp-02-bubble-teaser .row {
  margin-top: 3.125rem; }

.cmp-02-bubble-teaser__column {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (max-width: 767px) {
    .cmp-02-bubble-teaser__column {
      margin-bottom: 3.125rem; }
      .cmp-02-bubble-teaser__column:last-of-type {
        margin-bottom: 0; } }

@media (min-width: 480px) and (max-width: 767px) {
  .cmp-02-bubble-teaser__column {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
    .cmp-02-bubble-teaser__column:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 768px) {
    .cmp-02-bubble-teaser__column {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333333%;
      height: 19.375rem; }
      .cmp-02-bubble-teaser__column:nth-child(4n) {
        clear: left; } }

.cmp-02-bubble-teaser__svg-icon {
  height: 9rem;
  width: 9rem; }
  @media (max-width: 767px) {
    .cmp-02-bubble-teaser__svg-icon {
      height: 4.375rem;
      width: 4.375rem; } }

.cmp-02-bubble-teaser__text {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 0.625rem 0.9375rem 0.5rem; }

.theme-spb .cmp-02-bubble-teaser {
  background-color: #EAEFF3; }

.theme-psd .cmp-02-bubble-teaser {
  background-color: #F3F3F3; }

.theme-vrb .cmp-02-bubble-teaser {
  background-color: #F2F7F9; }

.theme-evgl .cmp-02-bubble-teaser {
  background-color: #F3EFF5; }

.theme-spb .cmp-02-bubble-teaser__text {
  color: #789DCA; }

.theme-psd .cmp-02-bubble-teaser__text {
  color: #646464; }

.theme-vrb .cmp-02-bubble-teaser__text {
  color: #346085; }

.theme-spb .cmp-02-bubble-teaser__svg-icon {
  fill: url("#spb"); }

.theme-psd .cmp-02-bubble-teaser__svg-icon {
  fill: url("#psd"); }

.theme-vrb .cmp-02-bubble-teaser__svg-icon {
  fill: url("#vrb"); }

.theme-evgl .cmp-02-bubble-teaser__svg-icon {
  fill: url("#evgl"); }

@-moz-document url-prefix() {
  .theme-spb .cmp-02-bubble-teaser__svg-icon {
    fill: #3984c0; }
  .theme-psd .cmp-02-bubble-teaser__svg-icon {
    fill: #006F4A; }
  .theme-vrb .cmp-02-bubble-teaser__svg-icon {
    fill: #3984c0; }
  .theme-evgl .cmp-02-bubble-teaser__svg-icon {
    fill: #5B2574; } }

.cmp-04-price-model {
  text-align: center; }
  .cmp-04-price-model__text {
    font-size: 1rem;
    text-align: left;
    margin: 0.625rem 5.25rem; }
    @media (max-width: 767px) {
      .cmp-04-price-model__text {
        font-size: 1.125rem;
        margin: 0;
        padding: 20px; } }
    .cmp-04-price-model__text--high {
      height: 110px; }
  .cmp-04-price-model__div {
    margin: 4.125rem 0; }
  .cmp-04-price-model__link {
    margin: 0.625rem 0;
    color: #353535; }
  .cmp-04-price-model__intro {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .cmp-04-price-model__intro {
        margin-top: 20px; } }
  .cmp-04-price-model.priceModelDouble .cmp-04-price-model__intro {
    margin-top: 0; }
  @media (min-width: 768px) {
    .cmp-04-price-model.priceModelDouble .container.full-width:before {
      top: 190px; } }
  .cmp-04-price-model .container.full-width {
    margin-top: 30px;
    background-color: #e1ebf5;
    overflow: hidden; }
    @media (min-width: 768px) {
      .cmp-04-price-model .container.full-width:before {
        content: "";
        width: 498px;
        height: 498px;
        background: #002D67;
        border-radius: 249px / 249px;
        display: block;
        position: absolute;
        top: -100px;
        left: calc(50% + 190px); } }
  .cmp-04-price-model .row.pricemodel-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    @media (max-width: 767px) {
      .cmp-04-price-model .row.pricemodel-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .cmp-04-price-model .row.pricemodel-intro--threesome {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cmp-04-price-model .row.pricemodel-intro--threesome .pricemodel-box {
        width: 290px;
        height: 600px; }
        .cmp-04-price-model .row.pricemodel-intro--threesome .pricemodel-box .box-title {
          min-height: 104px; }
          @media (max-width: 767px) {
            .cmp-04-price-model .row.pricemodel-intro--threesome .pricemodel-box .box-title {
              min-height: unset; } }
        .cmp-04-price-model .row.pricemodel-intro--threesome .pricemodel-box .box-text {
          min-height: 19px; }
        @media (max-width: 767px) {
          .cmp-04-price-model .row.pricemodel-intro--threesome .pricemodel-box {
            height: auto;
            width: 100%;
            padding: 1.5rem; } }
    .cmp-04-price-model .row.pricemodel-intro__double {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cmp-04-price-model .row.pricemodel-intro__double .pricemodel-left {
        margin: 0 auto;
        width: 80%;
        padding-top: 20px;
        padding-bottom: 20px; }
      .cmp-04-price-model .row.pricemodel-intro__double .pricemodel-box {
        width: 350px; }
        @media (max-width: 767px) {
          .cmp-04-price-model .row.pricemodel-intro__double .pricemodel-box {
            width: 80%; } }
  .cmp-04-price-model .button-primary {
    width: 100%;
    margin: 0.625rem 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px; }
    .cmp-04-price-model .button-primary svg {
      width: 20px;
      height: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -ms-flex-item-align: center;
          align-self: center; }
    .cmp-04-price-model .button-primary span {
      margin-left: 15px; }
  .cmp-04-price-model .container-priceTable {
    width: 1200px; }
  @media (max-width: 767px) {
    .cmp-04-price-model .pricetable.desktop {
      display: none; } }
  .cmp-04-price-model .pricetable.responsive {
    display: none; }
    @media (max-width: 767px) {
      .cmp-04-price-model .pricetable.responsive {
        display: block; } }
  .cmp-04-price-model .pricetable th, .cmp-04-price-model .pricetable td {
    border: 2px solid #e1ebf5;
    border-collapse: collapse;
    width: 210px;
    padding: 1.5rem; }
  .cmp-04-price-model .pricetable__category {
    font-size: 1.125rem;
    color: #353535;
    padding: 1.5rem; }
    .cmp-04-price-model .pricetable__category--title {
      color: #353535 !important;
      font-size: 1.125rem; }
  .cmp-04-price-model .pricetable__no-border {
    background-color: #e1ebf5;
    width: 210px; }
  .cmp-04-price-model .pricetable__row--small {
    font-size: 0.875rem; }
  .cmp-04-price-model .pricetable__row-footer--twocolumn .button-primary {
    width: 275px;
    margin: 1.25rem auto; }
  .cmp-04-price-model .pricetable__row-footer.genoplan .button-primary {
    width: 185px;
    margin: 1.25rem auto; }
    .cmp-04-price-model .pricetable__row-footer.genoplan .button-primary span {
      margin-left: 20px; }
  .cmp-04-price-model .pricetable__row-data {
    vertical-align: baseline; }
  .cmp-04-price-model .pricetable__header {
    text-align: left !important;
    padding: 1.5rem;
    vertical-align: middle;
    height: 100%; }
    .cmp-04-price-model .pricetable__header--title {
      font-size: 1.125rem;
      color: #353535;
      text-align: left !important; }
      @media (max-width: 767px) {
        .cmp-04-price-model .pricetable__header--title {
          font-size: 1rem; } }
  .cmp-04-price-model .pricetable__data--title {
    font-size: 2rem;
    color: #002D67;
    margin: 0.625rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .cmp-04-price-model .pricetable__data--title {
        font-size: 1.125rem;
        margin: 0.5rem; } }
  .cmp-04-price-model .pricetable__footnote {
    font-size: 0.875rem; }
  .cmp-04-price-model .pricetable__footnotes {
    list-style-type: none !important; }
  .cmp-04-price-model .pricetable__table-row--communication .pricetable__data--title {
    font-size: 1.75rem; }
  .cmp-04-price-model .pricemodel-left {
    text-align: left;
    font-size: 18px;
    color: #353535;
    padding-top: 80px;
    margin-right: 80px; }
    .cmp-04-price-model .pricemodel-left h5.title {
      text-align: left;
      font-size: 32px;
      color: #002D67; }
    @media (max-width: 767px) {
      .cmp-04-price-model .pricemodel-left {
        padding-top: 0; } }
    .cmp-04-price-model .pricemodel-left.list-check li:before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1'%3E%3Cg fill='%23353535'%3E%3Cpath d='M21.3938765,4.53273826 C21.6987473,4.21027879 22.2072989,4.19602033 22.5297584,4.5008911 C22.8083862,4.76432103 22.8607199,5.18603759 22.6463816,5.52890266 L22.6463816,5.52890266 L22.5616056,5.63677301 L10.2811652,18.6257003 C10.0007889,18.9222521 9.54462468,18.9601481 9.20201337,18.7055412 L9.20201337,18.7055412 L9.10762999,18.6194938 L2.49508517,11.4755838 C2.19364215,11.1499177 2.21327886,10.6415453 2.53894497,10.3401023 C2.82034353,10.0796342 3.24460891,10.055498 3.57244062,10.2921913 L3.57244062,10.2921913 L3.6744238,10.3839592 L9.703,16.896 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    @media (max-width: 767px) {
      .cmp-04-price-model .pricemodel-left.list-check .title {
        font-size: 1.25rem; } }
  .cmp-04-price-model .pricemodel-box {
    background: #fff;
    color: #353535;
    width: 500px;
    height: 520px;
    padding: 3.125rem;
    text-align: left;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .cmp-04-price-model .pricemodel-box {
        width: 100%; } }
    .cmp-04-price-model .pricemodel-box.online {
      -webkit-box-shadow: -10px -10px 0 0 #327dc8;
      box-shadow: -10px -10px 0 0 #327dc8; }
    .cmp-04-price-model .pricemodel-box.genoplan {
      -webkit-box-shadow: -10px -10px 0 0 #96bee6;
      box-shadow: -10px -10px 0 0 #96bee6; }
    .cmp-04-price-model .pricemodel-box.meinDepot {
      -webkit-box-shadow: -10px -10px 0 0 #649bd7;
      box-shadow: -10px -10px 0 0 #649bd7; }
    .cmp-04-price-model .pricemodel-box .box-title {
      text-align: left;
      font-size: 32px;
      font-weight: 400;
      padding-bottom: 30px;
      color: #002D67; }
    .cmp-04-price-model .pricemodel-box .box-text {
      position: unset;
      -webkit-transform: none;
              transform: none;
      color: #353535; }
      .cmp-04-price-model .pricemodel-box .box-text-orange {
        color: #002D67;
        font-size: 60px;
        font-weight: 800;
        padding-bottom: 10px; }
      .cmp-04-price-model .pricemodel-box .box-text-smaller {
        font-size: 12px;
        padding-bottom: 20px; }
  .cmp-04-price-model .showMoreIcon {
    width: 38px;
    height: 38px;
    padding: 0.5625rem;
    border: 1px solid #002D67;
    border-radius: 50%;
    color: #002D67;
    fill: #002D67;
    margin: 20px auto; }
  .cmp-04-price-model .showMoreText {
    color: #002D67;
    font-size: 2rem; }

/* .cmp-04-price-model {
  @include spb-bank {
    background-color: $spb-section-bg-color;
    &__link {
      color: $spb-link-txt-color;
      &:hover {
        color: $spb-link-txt-color-hover;
      }
    }
  }
  @include psd-bank {
    //background-color: $psd-section-bg-color;
    &__link {
      color: $psd-link-txt-color;
      &:hover {
        color: $psd-link-txt-color-hover;
      }
    }
  }
  @include vrb-bank {
    background-color: $vrb-section-bg-color;
    &__link {
      color: $vrb-link-txt-color;
      &:hover {
        color: $vrb-link-txt-color-hover;
      }
    }
  }
  @include evgl-bank {
    background-color: $evgl-section-bg-color-secondary;
    &__link {
      color: $evgl-link-txt-color;
      &:hover {
        color: $evgl-link-txt-color-hover;
      }
    }
  }
} */
.cmp-05-account {
  text-align: center; }
  .cmp-05-account .row {
    margin: 3.125rem 0; }
    @media (max-width: 767px) {
      .cmp-05-account .row {
        margin: 0; } }
  .cmp-05-account .row__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .cmp-05-account .row__account {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cmp-05-account__column {
    margin-bottom: 1.875rem;
    width: 260px;
    text-align: left; }
    @media (max-width: 767px) {
      .cmp-05-account__column {
        margin-left: auto;
        margin-right: auto; } }
    .cmp-05-account__column .cmp-05-account__title {
      width: 100%;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .cmp-05-account__column .cmp-05-account__title {
          font-size: 1.125rem; } }
  .cmp-05-account-step-icon {
    border: 1px solid #0066b3;
    background-color: #0066b3;
    border-radius: 50%;
    width: 142px;
    height: 142px;
    text-align: center;
    position: relative; }
    .cmp-05-account-step-icon:after {
      content: "";
      width: 64px;
      height: 64px;
      background-color: #649bd7;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1'%3E%3Cg fill='%23fff'%3E%3Cpath d='M21.3938765,4.53273826 C21.6987473,4.21027879 22.2072989,4.19602033 22.5297584,4.5008911 C22.8083862,4.76432103 22.8607199,5.18603759 22.6463816,5.52890266 L22.6463816,5.52890266 L22.5616056,5.63677301 L10.2811652,18.6257003 C10.0007889,18.9222521 9.54462468,18.9601481 9.20201337,18.7055412 L9.20201337,18.7055412 L9.10762999,18.6194938 L2.49508517,11.4755838 C2.19364215,11.1499177 2.21327886,10.6415453 2.53894497,10.3401023 C2.82034353,10.0796342 3.24460891,10.055498 3.57244062,10.2921913 L3.57244062,10.2921913 L3.6744238,10.3839592 L9.703,16.896 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      right: -35px;
      z-index: 2; }
    @media (max-width: 767px) {
      .cmp-05-account-step-icon {
        width: 120px;
        height: 120px; } }
  .cmp-05-account__svg-icon {
    height: 4.375rem;
    width: 4.375rem;
    fill: #fff;
    color: #fff;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .cmp-05-account__svg-icon {
        height: 3.125rem;
        width: 3.125rem; } }
  .cmp-05-account-open {
    padding: 30px;
    text-align: left; }
    .cmp-05-account-open a.button {
      margin-left: 0;
      margin-bottom: 30px; }
  .cmp-05-account__requirements {
    font-size: 14px;
    list-style: none;
    padding: 0 !important; }
    .cmp-05-account__requirements--title {
      font-weight: 600;
      margin-top: 50px; }
    .cmp-05-account__requirements li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cmp-05-account__requirements li p {
        padding-left: 20px; }
    .cmp-05-account__requirements-svg-icon {
      fill: #0066b3;
      color: #0066b3;
      width: 1.25rem;
      height: 1.25rem;
      padding-top: 9px;
      margin-top: 7px; }
    .cmp-05-account__requirements--noaccount {
      font-size: 14px; }
      .cmp-05-account__requirements--noaccount-svg-icon {
        width: 24px;
        height: 13px;
        fill: #0066b3;
        color: #0066b3; }
  .cmp-05-account-others {
    background-color: #e1ebf5;
    font-size: 18px;
    color: #002D67;
    text-align: left;
    padding: 30px;
    width: 500px; }
    @media (max-width: 767px) {
      .cmp-05-account-others {
        width: 100%; } }
    .cmp-05-account-others--headline {
      font-size: 24px;
      font-weight: 700 !important;
      color: #002D67 !important;
      text-align: left !important; }
    .cmp-05-account-others__pdf-icon {
      width: 48px;
      height: 48px;
      background-color: #fff;
      border-radius: 50%;
      padding: 10px;
      fill: #002D67; }
    .cmp-05-account-others--list {
      list-style: none;
      padding: 0; }
      .cmp-05-account-others--list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; }
        .cmp-05-account-others--list li a {
          padding-left: 20px;
          font-size: 14px;
          color: #000; }
  .cmp-05-account__notice {
    color: #FFFFFF;
    margin: 4.5rem 0;
    padding: 3.5rem 0 2.5rem;
    position: relative;
    text-align: center;
    z-index: 0; }
    .cmp-05-account__notice:before {
      background-color: #FFFFFF;
      content: "";
      height: 1.5625rem;
      left: 50%;
      margin-left: -0.75rem;
      position: absolute;
      top: -0.75rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      /* Prefixes... */
      width: 1.5625rem;
      z-index: 1; }
    .cmp-05-account__notice-header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cmp-05-account__notice-svg-icon {
      height: 3.25rem;
      margin-right: 1rem;
      width: 2.5rem;
      fill: #FFFFFF; }
    .cmp-05-account__notice-title {
      color: #FFFFFF;
      display: inline-block;
      font-family: "Kalam", cursive;
      font-size: 2.25rem;
      font-weight: 300;
      margin: 0;
      padding: 0.9375rem 0 0; }
    .cmp-05-account__notice-text {
      color: #FFFFFF;
      font-size: 1.125rem;
      margin: 1.625rem 0.625rem; }
  .cmp-05-account__requirements-svg-icon {
    height: 1.875rem;
    width: 1.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cmp-05-account__title-small {
    margin-bottom: 2.5rem; }
  .cmp-05-account__text {
    font-size: 1.25rem;
    margin: 0.75rem 0; }
    .cmp-05-account__text span {
      display: block; }
    @media (max-width: 767px) {
      .cmp-05-account__text {
        font-size: 1rem; } }
  .cmp-05-account__title {
    font-weight: bold; }
  .cmp-05-account__link {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1.25rem; }

.theme-psd .cmp-05-account {
  background-color: #F3F3F3; }

.theme-spb .cmp-05-account__svg-icon {
  fill: #F49347; }

.theme-psd .cmp-05-account__svg-icon {
  fill: #159867; }

.theme-vrb .cmp-05-account__svg-icon {
  fill: #F8963F; }

.theme-evgl .cmp-05-account__svg-icon {
  fill: #5B2574; }

.theme-spb .cmp-05-account__notice {
  background-color: #F49347;
  background-image: -webkit-gradient(linear, left top, right top, from(#F49347), to(#ED621E));
  background-image: linear-gradient(to right, #F49347, #ED621E); }

.theme-psd .cmp-05-account__notice {
  background-color: #009966;
  background-image: -webkit-gradient(linear, left top, right top, from(#009966), to(#006F4A));
  background-image: linear-gradient(to right, #009966, #006F4A); }

.theme-vrb .cmp-05-account__notice {
  background-color: #FA9632;
  background-image: -webkit-gradient(linear, left top, right top, from(#FA9632), to(#FC6621));
  background-image: linear-gradient(to right, #FA9632, #FC6621); }

.theme-evgl .cmp-05-account__notice {
  background-color: #8440A3;
  background-image: -webkit-gradient(linear, left top, right top, from(#8440A3), to(#5B2574));
  background-image: linear-gradient(to right, #8440A3, #5B2574); }

.theme-spb .cmp-05-account__requirements-svg-icon {
  fill: #F49347; }

.theme-psd .cmp-05-account__requirements-svg-icon {
  fill: #006F4A; }

.theme-vrb .cmp-05-account__requirements-svg-icon {
  fill: #F8963F; }

.theme-evgl .cmp-05-account__requirements-svg-icon {
  fill: #5B2574; }

.cmp-06-trading-tools {
  background-color: #fff !important;
  padding-bottom: 3.25rem;
  text-align: center; }
  .cmp-06-trading-tools__title {
    margin-bottom: 3.125rem; }
  .cmp-06-trading-tools .row__trading-tools.responsive {
    display: none; }
  .cmp-06-trading-tools .row__trading-tools.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1108px; }
    .cmp-06-trading-tools .row__trading-tools.desktop .profibroker {
      width: 300px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .cmp-06-trading-tools .row__trading-tools.desktop .app img {
      width: 192px;
      height: 320px; }
    .cmp-06-trading-tools .row__trading-tools.desktop .profitrader img {
      width: 408px;
      height: 408px; }
    .cmp-06-trading-tools .row__trading-tools.desktop .benachrichtigungsservice img {
      width: 200px;
      height: 320px; }
    .cmp-06-trading-tools .row__trading-tools.desktop .telefonbrokerage img {
      width: 408px;
      height: 320px; }
  @media (max-width: 767px) {
    .cmp-06-trading-tools .row__trading-tools.desktop {
      display: none; }
    .cmp-06-trading-tools .row__trading-tools.responsive {
      display: block; } }
  .cmp-06-trading-tools .row__trading-tools--left {
    width: 408px; }
  .cmp-06-trading-tools .row__trading-tools--right {
    width: 640px;
    margin-left: 20px; }
    @media (min-width: 1450px) {
      .cmp-06-trading-tools .row__trading-tools--right {
        width: 700px; } }
  .cmp-06-trading-tools .row__trading-tools-item {
    margin-bottom: 20px;
    text-align: left; }
    .cmp-06-trading-tools .row__trading-tools-item a {
      padding-bottom: 16px;
      color: #002D67; }
  .cmp-06-trading-tools .row__trading-tools h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #353535;
    text-align: left; }
  .cmp-06-trading-tools .row__trading-tools p {
    font-size: 1.125rem;
    text-align: left; }
    @media (max-width: 767px) {
      .cmp-06-trading-tools .row__trading-tools p {
        font-size: 1rem; } }
  .cmp-06-trading-tools .row__trading-tools--left, .cmp-06-trading-tools .row__trading-tools--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cmp-06-trading-tools .row__trading-tools--right img {
    float: left;
    margin-right: 16px; }
  .cmp-06-trading-tools__slider-slick .slick-arrow {
    display: block !important; }
    @media (max-width: 767px) {
      .cmp-06-trading-tools__slider-slick .slick-arrow {
        display: none !important; } }
  .cmp-06-trading-tools__slider-slick .slick-dots {
    display: block !important; }
    .cmp-06-trading-tools__slider-slick .slick-dots li,
    .cmp-06-trading-tools__slider-slick .slick-dots li button {
      width: 1.25rem;
      height: 1.25rem; }
    .cmp-06-trading-tools__slider-slick .slick-dots li button:before {
      width: 1.25rem;
      height: 1.25rem;
      line-height: 1.25rem;
      font-size: 1.25rem; }
  .cmp-06-trading-tools__slide {
    text-align: left;
    height: 500px; }
    .cmp-06-trading-tools__slide-img {
      max-width: 328px;
      max-height: 130px; }
    .cmp-06-trading-tools__slide h5, .cmp-06-trading-tools__slide p {
      width: 328px; }
  .cmp-06-trading-tools__tool {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e1ebf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.9375rem; }
  .cmp-06-trading-tools__einfachzins, .cmp-06-trading-tools__depotwechselservice, .cmp-06-trading-tools__profibroker, .cmp-06-trading-tools__profitrader, .cmp-06-trading-tools__brokerapp {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.25rem 0.625rem;
    width: 100%; }
    @media (min-width: 480px) {
      .cmp-06-trading-tools__einfachzins, .cmp-06-trading-tools__depotwechselservice, .cmp-06-trading-tools__profibroker, .cmp-06-trading-tools__profitrader, .cmp-06-trading-tools__brokerapp {
        padding: 3.25rem 1.875rem; } }
    @media (min-width: 768px) {
      .cmp-06-trading-tools__einfachzins, .cmp-06-trading-tools__depotwechselservice, .cmp-06-trading-tools__profibroker, .cmp-06-trading-tools__profitrader, .cmp-06-trading-tools__brokerapp {
        padding: 3.25rem 4.375rem; } }
    @media (min-width: 960px) {
      .cmp-06-trading-tools__einfachzins, .cmp-06-trading-tools__depotwechselservice, .cmp-06-trading-tools__profibroker, .cmp-06-trading-tools__profitrader, .cmp-06-trading-tools__brokerapp {
        padding: 3.25rem 10.75rem; } }
    @media (max-width: 767px) {
      .cmp-06-trading-tools__einfachzins, .cmp-06-trading-tools__depotwechselservice, .cmp-06-trading-tools__profibroker, .cmp-06-trading-tools__profitrader, .cmp-06-trading-tools__brokerapp {
        background-size: cover; } }
  .cmp-06-trading-tools__einfachzins {
    background-image: url(../img/assets/for_einfachzins.png);
    background-position: 50% 50%; }
  .cmp-06-trading-tools__depotwechselservice {
    background-image: url(../img/assets/depotwechselservice4.png);
    background-position: 50% 50%;
    color: #353535; }
  .cmp-06-trading-tools__profibroker {
    background-image: url(../img/assets/for_beginners.png);
    background-position: 50% 20%; }
    @media (max-width: 767px) {
      .cmp-06-trading-tools__profibroker {
        background-position: right top; } }
  .cmp-06-trading-tools__profitrader {
    background-image: url(../img/assets/for_profis.png);
    background-position: 50% 50%; }
  .cmp-06-trading-tools__brokerapp {
    background-image: url(../img/assets/broker_app.png);
    background-position: 50% 20%; }
  .cmp-06-trading-tools__tool-info {
    font-family: "Kalam", cursive;
    font-weight: normal;
    margin: 0 0 0.625rem; }
  .cmp-06-trading-tools__tool-name {
    margin: 0; }
  .cmp-06-trading-tools__tool-text {
    font-size: 1.125rem;
    margin: 0.625rem 0; }
  .cmp-06-trading-tools__tool-availability {
    font-size: 1.25rem;
    margin: 1.875rem 0; }

.theme-spb .cmp-06-trading-tools {
  background: #EAEFF3; }

.theme-psd .cmp-06-trading-tools {
  background: #F3F3F3; }

.theme-vrb .cmp-06-trading-tools {
  background: #F2F7F9; }

.theme-evgl .cmp-06-trading-tools {
  background: #F3EFF5; }

.theme-spb .cmp-06-trading-tools__tool-info {
  color: #ED621E; }

.theme-psd .cmp-06-trading-tools__tool-info {
  color: #E4A125; }

.theme-vrb .cmp-06-trading-tools__tool-info {
  color: #F8963F; }

.theme-evgl .cmp-06-trading-tools__tool-info {
  color: #8440A3; }

.cmp-08-our-partner .container {
  text-align: center;
  color: #353535; }

.cmp-08-our-partner__content {
  text-align: left;
  margin-left: -15px;
  margin-right: -15px; }
  .cmp-08-our-partner__content::before, .cmp-08-our-partner__content::after {
    content: " ";
    display: table; }
  .cmp-08-our-partner__content::after {
    clear: both; }
  @media (min-width: 768px) {
    .cmp-08-our-partner__content {
      margin-left: auto;
      margin-right: auto;
      margin-top: 3.75rem;
      width: 90%; } }

.cmp-08-our-partner__img-wrapper {
  float: right;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (min-width: 640px) {
    .cmp-08-our-partner__img-wrapper {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 41.66666667%; } }

.cmp-08-our-partner__img {
  width: 100%; }

.cmp-08-our-partner__text-wrapper {
  float: left;
  font-size: 1.125rem;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (min-width: 640px) {
    .cmp-08-our-partner__text-wrapper {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 58.33333333%; } }
  @media (max-width: 767px) {
    .cmp-08-our-partner__text-wrapper {
      font-size: 1rem; } }

@media (max-width: 768px) {
  .cmp-08-our-partner .button {
    margin-top: 1.25rem; } }

.cmp-07-securities-trading {
  color: #353535;
  position: relative; }
  .cmp-07-securities-trading:before {
    content: "";
    width: 100%;
    height: 43%;
    background: #e1ebf5;
    display: block;
    position: absolute;
    bottom: 7%;
    z-index: -2; }
  .cmp-07-securities-trading__title {
    margin-bottom: 1.875rem; }
  @media (max-width: 768px) {
    .cmp-07-securities-trading .row {
      background-color: #e1ebf5;
      padding-top: 20px; } }
  .cmp-07-securities-trading__column {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-bottom: 1.25rem; }
    @media (min-width: 640px) {
      .cmp-07-securities-trading__column {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333333%; } }
    .cmp-07-securities-trading__column .youtubeVideo {
      width: 290px; }
      @media (max-width: 639px) {
        .cmp-07-securities-trading__column .youtubeVideo {
          margin: 0 auto; } }
  .cmp-07-securities-trading__content {
    padding: 1.25rem;
    height: 290px;
    background-color: #fff; }
  .cmp-07-securities-trading__figcaption {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.25rem 0; }
  .cmp-07-securities-trading__figure-text {
    font-size: 1.125rem; }
  .cmp-07-securities-trading__img {
    display: block;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .cmp-07-securities-trading__img-brokerapp {
      height: 460px; }
  .cmp-07-securities-trading__text {
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
    text-align: center; }
  .cmp-07-securities-trading a.button-text {
    color: #002D67;
    fill: #002D67;
    font-size: 1.125rem; }

.cmp-09-faq .accordion__faq-dt {
  background-color: #eee !important;
  color: #0066b3; }
  .cmp-09-faq .accordion__faq-dt svg {
    color: #0066b3;
    fill: #0066b3; }

.cmp-09-faq .accordion__faq-dd {
  border: 1px solid #DED4E2;
  color: #5A5A5A; }

.cmp-10-contact {
  color: #FFFFFF;
  padding: 3.125rem 0 2.5rem;
  position: relative;
  text-align: left; }
  .cmp-10-contact__column {
    margin-bottom: 1.875rem; }
    .cmp-10-contact__column p {
      margin: 0; }
  .cmp-10-contact__text {
    line-height: 1.6;
    margin-bottom: 1.25rem;
    width: 50%; }
    .cmp-10-contact__text a {
      color: #fff;
      font-weight: bold; }
    @media (max-width: 767px) {
      .cmp-10-contact__text {
        width: 100%; } }
  .cmp-10-contact__title {
    margin: 1.25rem 0;
    width: auto !important; }
  .cmp-10-contact__title, .cmp-10-contact__text, .cmp-10-contact__link, .cmp-10-contact p {
    color: #FFFFFF !important;
    text-align: left !important; }
    .theme-evgl .cmp-10-contact__title, .theme-evgl .cmp-10-contact__text, .theme-evgl .cmp-10-contact__link, .theme-evgl .cmp-10-contact p {
      color: #5A2872 !important; }
  .cmp-10-contact__svg-icon {
    height: 1.875rem;
    margin-bottom: 10px;
    width: 1.875rem;
    fill: #FFFFFF; }
    .theme-evgl .cmp-10-contact__svg-icon {
      fill: #5A2872 !important; }
  .cmp-10-contact__entry {
    float: right;
    color: #353535;
    font-size: 1.125rem; }
    .cmp-10-contact__entry__link__text {
      color: #fff !important; }
    .cmp-10-contact__entry--phone {
      padding-top: 8px;
      padding-left: 20px; }
      .cmp-10-contact__entry--phone svg {
        fill: #356085;
        width: 16px; }
    @media (max-width: 767px) {
      .cmp-10-contact__entry {
        margin: 0 auto;
        padding: 0; } }
    .cmp-10-contact__entry .button .cmp-common__svg-icon {
      width: 20px;
      height: 21px;
      margin-right: 20px;
      position: relative;
      top: 3px;
      color: #001229;
      fill: #001229; }
  .cmp-10-contact__link {
    padding: 0.625rem 0;
    text-decoration: none;
    color: #353535 !important;
    font-size: 1.125rem; }
  .cmp-10-contact__time {
    font-weight: 300; }

.footernav {
  padding: 20px 0; }
  .footernav__geno-broker {
    margin-left: -15px;
    padding-left: 0; }
    @media (max-width: 767px) {
      .footernav__geno-broker {
        margin: 0 auto; } }

.footernav__list {
  float: right; }
  .footernav__list a.footernav__link {
    border: none;
    font-size: 14px;
    color: #fff; }

.cmp-10-contact {
  background-color: #002D67; }
  .theme-spb .cmp-10-contact {
    background-color: #4A6994; }
  .theme-psd .cmp-10-contact {
    background-color: #159867; }
  .theme-vrb .cmp-10-contact {
    background-color: #346085; }
  .theme-evgl .cmp-10-contact {
    background-color: #E1E1E1; }

.theme-spb .livechat__svg-icon {
  fill: #EA6621; }

.theme-psd .livechat__svg-icon {
  fill: #E4A125; }

.theme-vrb .livechat__svg-icon {
  fill: #FC6621; }

.theme-evgl .livechat__svg-icon {
  fill: #5B2574; }

.container--footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .container--footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .container--footer:before, .container--footer:after {
    content: none; }

.footernav__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footernav__list::after {
    clear: both;
    content: "";
    display: block; }
  .footernav__list-item {
    display: inline-block;
    float: left;
    padding: 0.625rem 0; }

.footernav__link {
  border-right: 1px solid #dfdedd;
  color: #333333;
  display: inline-block;
  padding: 0.25rem 1.25rem; }

.footernav__list-item:last-child .footernav__link {
  border-right: 0; }

.video {
  display: none;
  padding: 0; }
  .video.is-visible {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000; }

.video__overlay {
  height: 315px;
  max-width: 100%;
  width: 560px; }

.video__responsive {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }
  .video__responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.cmp-01-stage__close-button {
  display: inline-block;
  padding-bottom: 0.625rem;
  text-align: right;
  width: 100%;
  fill: #FFFFFF; }
  .cmp-01-stage__close-button--svg-icon {
    height: 1.125rem;
    width: 1.125rem; }
    .cmp-01-stage__close-button--svg-icon:hover {
      cursor: pointer; }

.cmp-broker-questions {
  display: none;
  background-color: #e1ebf5;
  position: relative; }
  @media (min-width: 768px) {
    .cmp-broker-questions {
      display: block; } }
  .cmp-broker-questions .row {
    padding: 30px; }
  .cmp-broker-questions__qa {
    width: 408px;
    color: #fff;
    position: relative;
    left: 40%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    text-align: left; }
  @media (min-width: 960px) {
    .cmp-broker-questions__image {
      position: absolute;
      bottom: 0;
      right: 1100px;
      height: 551px;
      width: 349px;
      background-image: url("/resources/img/static/man.png");
      background-size: 367px;
      background-repeat: no-repeat;
      z-index: 5; } }
  @media (min-width: 1450px) {
    .cmp-broker-questions__image {
      right: auto;
      left: 0; } }
  .cmp-broker-questions__question {
    color: #002D67;
    padding-bottom: 20px; }
    .cmp-broker-questions__question.active {
      font-weight: 700; }
    .cmp-broker-questions__question--text {
      margin: 50px 50px; }
  .cmp-broker-questions__answer {
    position: absolute;
    display: none;
    top: 0;
    left: 430px;
    width: 580px;
    height: 430px;
    color: #fff;
    background-image: url("/resources/img/static/sprechblase.png");
    background-size: 600px;
    background-repeat: no-repeat; }
    .cmp-broker-questions__answer--text {
      padding: 100px;
      margin-top: 50px; }
      .cmp-broker-questions__answer--text a.cmp-broker-questions__button {
        margin-top: 20px;
        padding: 0.625rem;
        display: block;
        text-align: center;
        width: 200px; }
      .cmp-broker-questions__answer--text_block {
        background-color: #002D67; }
    .cmp-broker-questions__answer.active {
      display: block; }
    @media (min-width: 960px) {
      .cmp-broker-questions__answer {
        left: auto;
        right: -500px; } }
    @media (min-width: 1450px) {
      .cmp-broker-questions__answer {
        left: 430px; } }

.cmp-broker-questions h2.cmp-broker-questions__headline {
  color: #002D67;
  text-align: left;
  size: 32px;
  padding-top: 50px;
  padding-bottom: 50px; }

.cmp-auszeichnung .container.full-width {
  background-color: #eee; }

.cmp-auszeichnung__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .cmp-auszeichnung__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cmp-auszeichnung__siegel {
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .cmp-auszeichnung__siegel {
      padding: 20px;
      margin: 0 auto; } }
  .cmp-auszeichnung__siegel img:first-of-type {
    margin-right: 20px; }

.cmp-auszeichnung__beschreibung {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .cmp-auszeichnung__beschreibung {
      padding: 20px; } }
  .cmp-auszeichnung__beschreibung h5 {
    text-align: left !important;
    font-size: 2rem !important;
    color: #0066b3 !important;
    margin: 0 !important; }

.cmp-auszeichnung__text {
  padding-top: 2rem;
  font-size: 1.125rem;
  color: #353535; }

.cmp-auszeichnung__img {
  width: 9.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.cmp-brokerage-banner .container.full-width {
  background-image: url("/resources/img/static/infolayer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dfdedd;
  height: 500px; }

.cmp-brokerage-banner .text {
  font-size: 48px;
  font-weight: 800;
  color: #001229;
  padding-top: 100px;
  width: 65%; }
  @media (max-width: 767px) {
    .cmp-brokerage-banner .text {
      font-size: 30px; } }

.cmp-brokerage-everywhere .row-everywhere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .cmp-brokerage-everywhere .row-everywhere {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.cmp-brokerage-everywhere .everywhere-left {
  width: 45%;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .cmp-brokerage-everywhere .everywhere-left {
      width: 100%; } }
  .cmp-brokerage-everywhere .everywhere-left .title {
    font-size: 18px;
    text-align: left; }
  @media (min-width: 768px) {
    .cmp-brokerage-everywhere .everywhere-left li:nth-child(2) {
      line-height: 37px; } }

.cmp-brokerage-everywhere .everywhere-right {
  position: relative;
  width: 45%; }
  @media (max-width: 767px) {
    .cmp-brokerage-everywhere .everywhere-right {
      width: 100%; } }
  .cmp-brokerage-everywhere .everywhere-right .img--desktop {
    height: 280px;
    position: absolute;
    top: 100px;
    right: -77px; }
    @media (max-width: 767px) {
      .cmp-brokerage-everywhere .everywhere-right .img--desktop {
        position: relative;
        top: unset;
        right: unset; } }
  .cmp-brokerage-everywhere .everywhere-right .img--app {
    max-height: 500px; }
    @media (max-width: 767px) {
      .cmp-brokerage-everywhere .everywhere-right .img--app {
        height: 17.5rem; } }
  .cmp-brokerage-everywhere .everywhere-right:after {
    content: "";
    width: 465px;
    height: 465px;
    background: #dfdedd;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    left: -27px;
    z-index: -2; }

@media (max-width: 767px) {
  .cmp-07-genoplan-products {
    margin: 0; } }

.cmp-07-genoplan-products .row__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.cmp-07-genoplan-products--title {
  font-size: 24px;
  font-weight: 700 !important;
  color: #002D67 !important;
  text-align: left !important;
  padding-top: 20px; }

.cmp-07-genoplan-products--subheader {
  font-size: 1.5rem;
  padding: 20px 0;
  font-weight: 700; }

.cmp-07-genoplan-products--subline {
  font-size: 1.25rem; }

.cmp-07-genoplan-products--bullet-points {
  list-style-type: none !important; }

.cmp-07-genoplan-products__intro {
  font-size: 18px;
  color: #002D67;
  text-align: left; }
  @media (max-width: 767px) {
    .cmp-07-genoplan-products__intro {
      padding: 0 20px; } }

.cmp-07-genoplan-products__moreLink {
  padding-bottom: 16px;
  color: #002D67; }

.cmp-07-genoplan-products__moreLinkProduct {
  color: #002D67;
  font-size: 14px; }
  .cmp-07-genoplan-products__moreLinkProduct svg {
    height: 10px; }

.cmp-07-genoplan-products__svg-icon {
  fill: #0066b3;
  color: #0066b3;
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 9px;
  margin-top: 7px;
  position: relative;
  top: 0.3125rem;
  margin-right: 0.625rem; }

.theme-psd .button {
  background-color: #E4A125;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .theme-psd .button:hover {
    background-color: #FFFFFF;
    color: #006F4A;
    fill: #006F4A; }

.theme-psd .button--inverse {
  background-color: #FFFFFF;
  color: #006F4A;
  fill: #006F4A; }
  .theme-psd .button--inverse:hover {
    background-color: #E4A125;
    color: #FFFFFF;
    fill: #FFFFFF; }

.button-text {
  color: #009966; }
  .theme-psd .button-text {
    color: #009966;
    fill: #009966; }
    .theme-psd .button-text:hover {
      color: #006F4A;
      fill: #006F4A;
      border-bottom: 1px solid #006F4A; }

.theme-spb .button {
  background-color: #ED621E;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .theme-spb .button:hover {
    background-color: #FFFFFF;
    color: #3374BC;
    fill: #3374BC; }

.theme-spb .button--inverse {
  background-color: #FFFFFF;
  color: #3374BC;
  fill: #3374BC; }
  .theme-spb .button--inverse:hover {
    background-color: #ED621E;
    color: #FFFFFF;
    fill: #FFFFFF; }

.button-text {
  color: #ED621E; }
  .theme-spb .button-text {
    color: #ED621E;
    fill: #ED621E; }
    .theme-spb .button-text:hover {
      color: #789DCA;
      fill: #789DCA;
      border-bottom: 1px solid #789DCA; }

.theme-vrb .button {
  background-color: #FC6621;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .theme-vrb .button:hover {
    background-color: #FFFFFF;
    color: #FC6621;
    fill: #FC6621; }

.theme-vrb .button--inverse {
  background-color: #FFFFFF;
  color: #FC6621;
  fill: #FC6621; }
  .theme-vrb .button--inverse:hover {
    background-color: #FC6621;
    color: #FFFFFF;
    fill: #FFFFFF; }

.button-text {
  color: #FC6621; }
  .theme-vrb .button-text {
    color: #FC6621;
    fill: #FC6621; }
    .theme-vrb .button-text:hover {
      color: #91BEDC;
      fill: #91BEDC;
      border-bottom: 1px solid #91BEDC; }

.theme-evgl .button {
  background-color: #5B2574;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .theme-evgl .button:hover {
    background-color: #FFFFFF;
    color: #8440A3;
    fill: #8440A3; }

.theme-evgl .button--inverse {
  background-color: #FFFFFF;
  color: #8440A3;
  fill: #8440A3; }
  .theme-evgl .button--inverse:hover {
    background-color: #5B2574;
    color: #FFFFFF;
    fill: #FFFFFF; }

.button-text {
  color: #5B2574; }
  .theme-evgl .button-text {
    color: #5B2574;
    fill: #5B2574; }
    .theme-evgl .button-text:hover {
      color: #8440A3;
      fill: #8440A3;
      border-bottom: 1px solid #8440A3; }

[class$="__title"],
[class$="__subtitle"] {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 640px) {
    [class$="__title"],
    [class$="__subtitle"] {
      width: 80%; } }

.etf section:not(.no-padding) {
  padding-top: 3.75rem;
  padding-bottom: 4.0625rem; }
  .etf.theme-psd .etf section:not(.no-padding).section--inverted {
    background: #F3F3F3; }
  .etf.theme-spb .etf section:not(.no-padding).section--inverted {
    background: #eff4fa; }
  .etf.theme-vrb .etf section:not(.no-padding).section--inverted {
    background: #e5eff7; }
  .etf.theme-evgl .etf section:not(.no-padding).section--inverted {
    background: #F3F3F3; }
  @media (min-width: 640px) {
    .etf section:not(.no-padding) {
      padding-bottom: 4.6875rem; } }

.geno section:not(.no-padding) {
  padding-bottom: 3.125rem;
  padding-top: 2.125rem; }
  @media (min-width: 640px) {
    .geno section:not(.no-padding) {
      padding-bottom: 4.6875rem; } }

.etf.theme-psd .section--inverted {
  background: #F3F3F3; }

.etf.theme-spb .section--inverted {
  background: #eff4fa; }

.etf.theme-vrb .section--inverted {
  background: #e5eff7; }

.etf.theme-evgl .section--inverted {
  background: #F3F3F3; }

body.theme-psd {
  color: #646464; }

body.theme-spb {
  color: #112747; }

body.theme-vrb {
  color: #5A5A5A; }

body.theme-evgl {
  color: #5A5A5A; }

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-arrow {
    border-radius: 50%;
    background-image: url("/resources/img/static/pixel-333.png");
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat; }
    .slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus, .slick-slider .slick-arrow:focus-visible {
      outline: solid medium #ff6600;
      background-image: url("/resources/img/static/pixel-333.png");
      background-size: 30px;
      background-position: center;
      background-repeat: no-repeat; }
    .slick-slider .slick-arrow::before {
      top: 4px;
      position: relative;
      left: -1px;
      opacity: 1; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .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 {
    border: 1px solid transparent;
    display: block;
    height: auto; }

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

/* Slider */
.slick-loading .slick-list {
  background: #FFFFFF url(../img/assets/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(fonts/f97e3bbf73254b0112091d0192f17aec.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 3.125rem;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 3.125rem;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent;
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    color: white;
    font-family: "slick";
    font-size: 3.125rem;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px; }
    .slick-dots li button {
      background: transparent;
      border: 0;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0px;
      height: 20px;
      line-height: 0px;
      outline: none;
      padding: 5px;
      width: 20px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        color: black;
        content: "\2022";
        font-family: "slick";
        font-size: 6px;
        height: 20px;
        left: 0;
        line-height: 20px;
        opacity: 0.25;
        position: absolute;
        text-align: center;
        top: 0;
        width: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slide-one, .slide-two, .slide-three {
  background-position: center center; }

/* Ethikbank */
body.partner-996 {
  /* GENERIC =-=-=-= */
  /* ELEMENTS =-=-=-= */
  /* HEADER =-=-=-= */
  /* CAMPAIGN =-=-=-= */
  /* BROKER-QUESTIONS =-=-=-= */
  /* BENEFITS =-=-=-= */
  /* PRICE-MODEL =-=-=-= */
  /* AUSZEICHNUNG =-=-=-= */
  /* ACCOUNT =-=-=-= */
  /* TRADING-TOOLS =-=-=-= */
  /* SECURITIES-TRADING =-=-=-= */
  /* FAQ =-=-=-= */
  /* CONTACT =-=-=-= */
  /* PRODUCTS =-=-=-= */
  /* BROKERAGE-EVERYWHERE =-=-=-= */
  /* BROKERAGE-BANNER =-=-=-= */ }
  body.partner-996 .list-check ul li:before {
    background-color: #025268; }
  body.partner-996 .button {
    background-color: #025268; }
  body.partner-996 .button-secondary {
    border-color: #fbba00;
    background-color: #fbba00; }
  body.partner-996 .cmp-header__svg-icon {
    border-color: #025268;
    color: #025268;
    fill: #025268; }
  @media (min-width: 768px) {
    body.partner-996 .mainnav.is-fixed {
      background-color: #025268 !important; } }
  body.partner-996 .geno-login__link {
    border-color: #025268; }
    body.partner-996 .geno-login__link__text {
      color: #025268; }
    body.partner-996 .geno-login__link svg {
      fill: #025268; }
  body.partner-996 .geno-login__button {
    border-color: #025268; }
    body.partner-996 .geno-login__button_primary {
      background-color: #025268; }
  body.partner-996 .slide-single-side {
    background-color: #fbba00; }
    body.partner-996 .slide-single-side::before {
      background-color: #025268; }
    body.partner-996 .slide-single-side h2.slide-title,
    body.partner-996 .slide-single-side .slide-text {
      color: #000; }
    body.partner-996 .slide-single-side h3.slide-title,
    body.partner-996 .slide-single-side .slide-text-orange {
      color: #025268; }
    body.partner-996 .slide-single-side .slide-box {
      -webkit-box-shadow: -10px -10px 0 0 #025268;
              box-shadow: -10px -10px 0 0 #025268; }
  body.partner-996 .slide-double .slide-double-left {
    background-color: #fbba00; }
    body.partner-996 .slide-double .slide-double-left::before {
      background-color: #025268; }
    body.partner-996 .slide-double .slide-double-left h2.slide-title,
    body.partner-996 .slide-double .slide-double-left .slide-text {
      color: #000 !important; }
  body.partner-996 .slide-double .slide-double-right::after {
    background-color: #fbba00; }
  body.partner-996 .slide-double .slide-double-right h2.slide-title,
  body.partner-996 .slide-double .slide-double-right .slide-text {
    color: #000 !important; }
  body.partner-996 .cmp-broker-questions__headline {
    color: #025268; }
  body.partner-996 .cmp-broker-questions__question {
    color: #000; }
  body.partner-996 .cmp-broker-questions__answer {
    background-image: url("/resources/img/static/sprechblase-ethik.png"); }
  body.partner-996 .cmp-broker-questions__answer--text .cmp-broker-questions__button {
    background-color: #fbba00; }
  body.partner-996 .cmp-03-benefits__text {
    background-color: #fbba00; }
    body.partner-996 .cmp-03-benefits__text:hover {
      -webkit-box-shadow: -10px -10px 0 0 #025268;
              box-shadow: -10px -10px 0 0 #025268;
      background-color: #fbba00; }
  body.partner-996 .cmp-03-benefits .row.showMore .showMoreIcon {
    border-color: #025268;
    background-color: #025268; }
  body.partner-996 .cmp-03-benefits .row.showMore svg {
    fill: #fff; }
  body.partner-996 .cmp-03-benefits .row.showMore .showMoreText {
    color: #025268; }
  body.partner-996 .cmp-04-price-model .container.full-width {
    background-color: #fbba00; }
    body.partner-996 .cmp-04-price-model .container.full-width::before {
      background-color: #025268; }
  body.partner-996 .cmp-04-price-model .pricemodel-left .title {
    color: #000; }
  body.partner-996 .cmp-04-price-model .pricemodel-box.genoplan, body.partner-996 .cmp-04-price-model .pricemodel-box.online {
    -webkit-box-shadow: -10px -10px 0 0 #025268;
            box-shadow: -10px -10px 0 0 #025268; }
  body.partner-996 .cmp-04-price-model .pricemodel-box .box-title {
    color: #000; }
  body.partner-996 .cmp-04-price-model .pricemodel-box .box-text-orange {
    color: #025268; }
  body.partner-996 .cmp-04-price-model .pricetable th,
  body.partner-996 .cmp-04-price-model .pricetable td {
    border-color: #fbba00; }
  body.partner-996 .cmp-04-price-model .pricetable__no-border {
    background-color: #fbba00; }
  body.partner-996 .cmp-04-price-model .pricetable__data--title {
    color: #025268; }
  body.partner-996 .cmp-04-price-model .showMoreIcon {
    border-color: #025268;
    background-color: #025268; }
    body.partner-996 .cmp-04-price-model .showMoreIcon svg {
      fill: #fff; }
  body.partner-996 .cmp-04-price-model .showMoreText {
    color: #025268; }
  body.partner-996 .cmp-auszeichnung__title {
    color: #000 !important; }
  body.partner-996 .cmp-05-account-step-icon {
    border-color: #025268;
    background-color: #025268; }
    body.partner-996 .cmp-05-account-step-icon::after {
      background-color: #fbba00;
      background-image: url("/resources/img/static/chevron_down_ethik.svg"); }
  body.partner-996 .cmp-05-account__requirements--noaccount-svg-icon, body.partner-996 .cmp-05-account__requirements-svg-icon {
    color: #025268;
    fill: #025268; }
  body.partner-996 .cmp-05-account-others {
    color: #025268;
    background-color: #fbba00; }
    body.partner-996 .cmp-05-account-others--headline {
      color: #025268 !important; }
    body.partner-996 .cmp-05-account-others__pdf-icon {
      fill: #025268;
      background-color: #fbba00; }
  body.partner-996 .cmp-06-trading-tools .row__trading-tools-item a {
    color: #025268; }
  body.partner-996 .cmp-07-securities-trading::before {
    background-color: #fbba00; }
  body.partner-996 .cmp-07-securities-trading .button-text {
    color: #025268;
    fill: #025268; }
  body.partner-996 .cmp-09-faq .accordion__faq-dt {
    color: #025268; }
    body.partner-996 .cmp-09-faq .accordion__faq-dt svg {
      color: #025268;
      fill: #025268; }
  body.partner-996 .cmp-10-contact {
    background-color: #025268; }
    body.partner-996 .cmp-10-contact__entry .button-contact {
      border-color: #025268 !important;
      background-color: #025268 !important; }
      body.partner-996 .cmp-10-contact__entry .button-contact .cmp-common__svg-icon {
        fill: #fff; }
    body.partner-996 .cmp-10-contact__entry--phone svg {
      fill: #025268; }
  body.partner-996 .cmp-07-genoplan-products--title {
    color: #000 !important; }
  body.partner-996 .cmp-07-genoplan-products__intro {
    color: #000; }
  body.partner-996 .cmp-07-genoplan-products__moreLinkProduct, body.partner-996 .cmp-07-genoplan-products__moreLink {
    color: #025268; }
  body.partner-996 .cmp-07-genoplan-products-others {
    color: #025268;
    background-color: #fbba00; }
    body.partner-996 .cmp-07-genoplan-products-others h5 {
      color: #025268 !important; }
  body.partner-996 .cmp-brokerage-everywhere .everywhere-right::after {
    background-color: #025268; }
  body.partner-996 .cmp-brokerage-banner .container.full-width {
    background-image: url("/resources/img/static/infolayer-ethik.png");
    background-color: #025268; }

/*# sourceMappingURL=geno.bundle2.css.map*/