/*! v5.1.3 */
html {
  box-sizing: border-box;
  color: #4b4b4b;
  font-family: Arial, Helvetica, sans-serif; }

* {
  border: 0;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

*::before,
*::after {
  box-sizing: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em; }

i {
  font-style: normal; }

[tabindex="-1"]:focus {
  outline: none; }

.we_content {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 10px 10px 0px 10px; }

.we_icon {
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1em;
  margin: 0 3px;
  position: relative;
  width: 1em; }
  .we_icon svg {
    bottom: -0.1em;
    fill: currentColor;
    /* sld23o Optimierung fuer einheitliche Groesse der Info-I's */
    height: 1em;
    position: absolute;
    width: 1em; }

.we_icon-rotate-90 {
  transform: rotate(90deg);
  transform-origin: 50% 60%; }

.we_icon-rotate-180 {
  transform: rotate(180deg);
  transform-origin: 45% 65%; }

.we_icon-rotate-270 {
  transform: rotate(270deg);
  transform-origin: 45% 60%; }

.we_icon-xx-small {
  height: 0.5em;
  width: 0.5em; }
  .we_icon-xx-small svg {
    height: 0.5em;
    width: 0.5em; }

.we_icon-x-small {
  height: 1em;
  width: 1em; }
  .we_icon-x-small svg {
    height: 1em;
    width: 1em; }

.we_icon-small {
  height: 1.5em;
  width: 1.5em; }
  .we_icon-small svg {
    height: 1.5em;
    width: 1.5em; }

.we_icon-medium {
  height: 2em;
  width: 2em; }
  .we_icon-medium svg {
    height: 2em;
    width: 2em; }

.we_icon-large {
  height: 3em;
  width: 3em; }
  .we_icon-large svg {
    height: 3em;
    width: 3em; }

.we_icon-x-large {
  height: 4em;
  width: 4em; }
  .we_icon-x-large svg {
    height: 4em;
    width: 4em; }

.we_icon-xx-large {
  height: 5em;
  width: 5em; }
  .we_icon-xx-large svg {
    height: 5em;
    width: 5em; }

.we_illustration .we_illustration-main {
  fill: #0a2f73; }

.we_illustration .we_illustration-highlight {
  fill: #147cb3; }

.we_illustration-alt .we_illustration-main {
  fill: #ffffff; }

.we_illustration-alt .we_illustration-highlight {
  fill: #ffbb00; }

.we_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px; }

.we_grid1,
.we_grid2,
.we_grid3,
.we_grid4,
.we_grid5,
.we_grid6,
.we_grid7,
.we_grid8,
.we_grid9,
.we_grid10,
.we_grid11,
.we_grid12 {
  /* sld23o Optimierung Abstaende
  min-height: 1px; */
  padding: 0 8px;
  position: relative;
  width: 100%; }

.we_grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* sld23o Vermeidung Nicht-Anzeige rechte Spalte auf alten Browsern
  overflow: hidden; */ }

.we_overlay {
  background-color: rgba(193, 193, 193, 0.75);
  bottom: 0;
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  /* sld23o - um Fehler mit langsamen Scrollen bei iPad zu vermeiden */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .we_overlay .we_overlay-close {
    position: absolute;
    right: 20px;
    top: 10px; }

.we_overlay-content {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 8px #c1c1c1;
  margin: 0 auto;
  max-width: 800px;
  padding: 70px 20px 20px 20px;
  position: relative;
  text-align: left; }

/* sld23o Optimierung wg. u.a. reflow der Fondsauswahl */
@media (max-width: 840px) {
  .we_overlay-content {
    max-width: 100%; } }

.we_overlay-show {
  display: block; }

.we_overlay-inline-block {
  display: inline-block; }

.we_overlay-block {
  display: block; }

.we_side-tabs {
  background-color: #e9f2f9;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 #c1c1c1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-order: 1;
      order: 1;
  overflow: hidden;
  width: 100%; }
  .we_side-tabs ul {
    list-style: none;
    padding: 0; }
  .we_side-tabs .we_side-tabs--show {
    display: block; }
    .we_side-tabs .we_side-tabs--show:focus {
      outline: none; }
    .we_side-tabs .we_side-tabs--show .we_side-tabs-button {
      display: block; }
  .we_side-tabs .we_side-tabs--hide {
    display: none; }
  .we_side-tabs .we_side-tabs-options--show {
    display: block; }
    .we_side-tabs .we_side-tabs-options--show .we_side-tabs-button {
      display: block; }
  .we_side-tabs .we_side-tabs--selected {
    background-color: #147cb3;
    border-radius: 0;
    color: #ffffff;
    outline: 0; }
    .we_side-tabs .we_side-tabs--selected::before, .we_side-tabs .we_side-tabs--selected::after {
      content: "";
      height: 52%;
      left: 100%;
      position: absolute;
      width: 35px; }
    .we_side-tabs .we_side-tabs--selected::before {
      background: linear-gradient(to right top, #147cb3 48%, transparent 50%);
      top: 0; }
    .we_side-tabs .we_side-tabs--selected::after {
      background: linear-gradient(to right bottom, #147cb3 48%, transparent 50%);
      top: 50%; }
    .we_side-tabs .we_side-tabs--selected:focus {
      background-color: #ffbb00;
      color: #0a2f73; }
      .we_side-tabs .we_side-tabs--selected:focus::before {
        background: linear-gradient(to right top, #ffbb00 48%, transparent 50%); }
      .we_side-tabs .we_side-tabs--selected:focus::after {
        background: linear-gradient(to right bottom, #ffbb00 48%, transparent 50%); }

.we_side-tabs-list {
  background-color: #ffffff;
  box-sizing: border-box;
  display: none;
  float: left;
  padding: 20px;
  width: 33.33%; }
  @supports (display: flex) {
    .we_side-tabs-list { 
      width: 100%; } }
  .we_side-tabs-list li {
    border-bottom: 1px solid #c1c1c1;
    line-height: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .we_side-tabs-list li:last-of-type {
      border-bottom: none; }
  .we_side-tabs-list:first-of-type {
    display: block; }
    .we_side-tabs-list:first-of-type .we_side-tabs-button {
      display: block; }
  .we_side-tabs-list:not(:first-of-type) {
    border-left: 1px dashed #c1c1c1; }

.we_side-tabs-intro {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  width: 66.67%; }
  @supports (display: flex) {
    .we_side-tabs-intro { 
      width: 100%; } }

.we_side-tabs-content {
  display: none; }

.we_side-tabs-button {
  background: none;
  border: none;
  color: #147cb3;
  cursor: pointer;
  display: none;
  font-family: standardlifelight, Arial, sans-serif;
  padding: 15px;
  text-align: left;
  width: 100%;
  font-size: 1rem; }
  .we_side-tabs-button:hover:not(.we_side-tabs--selected) {
    color: #0a2f73;
    text-decoration: underline; }
  .we_side-tabs-button:focus {
    outline: none; }
  .we_side-tabs-button.we_side-tabs-button--back {
    display: block;
    padding: 15px; }
    .we_side-tabs-button.we_side-tabs-button--back::before {
      color: currentColor;
      content: "<";
      display: inline-block;
      margin-right: 8px; }

.we_table {
  border-collapse: collapse;
  /* sld23o Abstand ergaenzt */
  margin-bottom: 10px;
  width: 100%; }
  .we_table caption {
    font-weight: bold;
    padding: 20px 0;
    text-align: left; }
    .we_table caption:empty {
      display: none; }
/* cod08s - Primefaces Table Styles setzen inkl. Trennung/Restrukturierung td/th */
  .we_table th, .we_table .ui-state-default, .ui-datatable thead th, .ui-datatable tfoot th {
    font-size: 14px;
    /* cod08s - padding reduziert */
    padding: 10px;
    /* cod08s - Entscheidung in Meeting vom 19.11.2018. Ueberschriften und inhalt, gleich ausrichten. */
    text-align: left;
    background: #e9f2f9;
    color: #0a2f73; }
  .we_table td, .ui-datatable tbody td, .ui-datatable tfoot td {
    font-size: 14px;
    /* cod08s - padding reduziert */
    padding: 10px;
    /* cod08s - Auskommentiert, Entscheidung in Meeting vom 19.11.2018.
    text-align: center; */ }
  /* sld900 - font-size für Icons an Styie angepasst */
  .we_table td a span.we_icon {
    font-size: 16px;}
  /* sld23o Optimierung Groesse fuer Mobile - imporatant wg. Unterscheidung zu Icon hinter Link/Text */
  .we_table td .we_table-icon-button span.we_icon,
  .we_table td .we_table-icon-button img.we_icon {
    font-size: 1.5em;}
  .we_table thead tr {
    border-bottom: 1px solid #0a2f73; }
  .we_table thead button {
    background: none; }
  .we_table tbody tr {
    border-bottom: 1px solid #c1c1c1; }
    .we_table tbody tr:last-child {
      border-bottom: 2px solid #0a2f73; }
    /*cod08s Kein border-bottom bei interne Tabellen*/
    .we_table table tbody tr:last-child {
        border-bottom: none;
    }
  .we_table tfoot td {
    color: #0a2f73;
    font-weight: bold; }
  .we_table button {
    border: none;
    cursor: pointer;
    font-size: 1rem; }
    .we_table button:disabled {
      color: #c1c1c1;
      cursor: default; }
  .we_table .we_table-icon-button {
    background: none;
    /* sld23o Layout Fix */
    text-decoration: none;
    color: #147cb3; }
    .we_table .we_table-icon-button:hover {
      color: #0a2f73; 
      /* sld900 - Ergaenzung inkl. iOS Hover Fix */ 
    text-decoration: none; 
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
    }
  .we_table .we_table-button {
    background: none;
    background-image: linear-gradient(#ffffff, #e9f2f9);
    border: 1px solid #bac3c3;
    border-radius: 12px;
    color: #147cb3;
    padding: 2px 15px 3px;
    white-space: nowrap;
    font-size: 0.875rem; }
    .we_table .we_table-button:hover {
      background: #ffffff;
      color: #0a2f73; 
    /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
    }

.we_table__align-left th,
.we_table__align-left td {
  text-align: left; }

.we_table__align-right th,
.we_table__align-right td {
  text-align: right; }

.we_table-sort-asc .fa-sort-desc {
  fill: #d00f00; }

.we_table-sort-desc .fa-sort-asc {
  fill: #d00f00; }

.we_table-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.we_table-summary {
  padding: 12px 18px; }

.we_table-pagination {
  padding: 12px 9px 6px 18px; }
  .we_table-pagination > * {
    padding: 0 9px 6px; }
  .we_table-pagination button {
    background: none;
    color: #147cb3;
    text-decoration: underline; }
    .we_table-pagination button:not([disabled]):hover {
      color: #0a2f73;
      text-decoration: none; }
  .we_table-pagination svg {
    fill: currentColor; }

.we_table__alternative th {
  background: #ebeeef; }

.we_tabs {
  margin: 20px;
  max-width: 1200px; }

.we_tabs-content, 
/* sld23o Primefaces tabs */
.ui-tabs .ui-tabs-panel {
  border: 1px solid #c1c1c1;
  border-top: none;
  padding: 10px 20px; }

.we_tabs-content__no-border {
  border: none; }

/*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
.we_tabs-list, .ui-tabs.ui-tabs-top > .ui-tabs-nav  {
  border-bottom: 1px solid #c1c1c1;
  display: block;
  margin: 0;
  padding: 0; }

/*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
.we_tabs-item, .ui-tabs .ui-tabs-nav li {
  display: block;
  margin: 0; }
  /*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
  .we_tabs-item.we_tabs-item--active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    /*cod08s background-color für ausgewählten Tabreiter.*/
    background-color: #fff8e6;
    border-top-color: #ffbb00;
    color: #0a2f73;
    cursor: default;
    font-family: standardliferegular, Arial, sans-serif;
    text-decoration: none; }
    /*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
    .we_tabs-item.we_tabs-item--active a:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
      color: #0a2f73; 
    /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
    }
    /*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
    .we_tabs-item.we_tabs-item--active a:focus, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:focus {
      border-top-color: #0a2f73; }

/*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
.we_tabs-link, .ui-tabs .ui-tabs-nav li a {
  /*cod08s background-color für normalen Tabreiter.*/
  background-color: #e8f5fc;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-top: 6px solid #147cb3;
  box-sizing: border-box;
  color: #147cb3;
  display: inline-block;
  font-family: standardlifelight, Arial, sans-serif;
  padding: 10px 15px 11px;
  text-decoration: underline;
  width: 100%;
  font-size: 0.875rem; }
  /*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
  .we_tabs-link:hover, .ui-tabs .ui-tabs-nav li a:hover {
    color: #0a2f73;
    text-decoration: none; 
  /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
  }

.we_cta {
  color: #147cb3;
  display: block;
  margin: 0 15px 5px 0;
  padding: 5px 0;
  text-decoration: none; }
  .we_cta::after {
    content: '>';
    margin-left: 5px; }
  .we_cta.we_cta__regular, .we_cta.we_cta__medium, .we_cta.we_cta__large {
    font-family: standardlifelight, Arial, sans-serif; }
  .we_cta.we_cta__regular {
    font-size: 1rem; }
  .we_cta.we_cta__medium {
    font-size: 1.125rem; }
  .we_cta.we_cta__large {
    font-size: 1.25rem; }
  .we_cta.we_cta__super {
    font-family: standardliferegular, Arial, sans-serif;
    font-size: 1.5rem; }

@font-face {
  font-display: swap;
  font-family: standardlifelight;
  /* sld23o - Anpassung wg. Zugriff auf JSF Resourcen */
  src: url("/slcontroller/javax.faces.resource/fonts/standardlifelight-webfont.woff2.xhtml") format("woff2"), url("/slcontroller/javax.faces.resource/fonts/standardlifelight-webfont.woff.xhtml") format("woff"); }

@font-face {
  font-display: swap;
  font-family: standardliferegular;
  /* sld23o - Anpassung wg. Zugriff auf JSF Resourcen */
  src: url("/slcontroller/javax.faces.resource/fonts/standardliferegular-webfont.woff2.xhtml") format("woff2"), url("/slcontroller/javax.faces.resource/fonts/standardliferegular-webfont.woff.xhtml") format("woff"); }

  @supports (-webkit-background-clip: text) { 
  .we_text-gradient {
    background: linear-gradient(to right, #0a2f73 20%, #147cb3);
    -webkit-background-clip: text;
    /* stylelint-disable-line property-no-vendor-prefix */
    display: inline-block;
    -webkit-text-fill-color: transparent; } }

h1 {
  font-family: standardliferegular, Arial, sans-serif;
  /* sld23o - Standard auf "Secure" geaendert und Abstand angepasst */
  margin: 10px 0px 10px 0px;
  color: #0a2f73;
  font-weight: normal;
  font-size: 2rem; }

h2 {
  font-family: standardliferegular, Arial, sans-serif;
  /* sld23o - Standard auf "Secure" geaendert und Abstand angepasst */
  margin: 10px 0px 10px 0px;
  color: #0a2f73;
  font-weight: normal;
  font-size: 1.5rem; }

h3 {
  font-family: standardliferegular, Arial, sans-serif;
  /* sld23o - Staerkere Unterscheidung h2/h3 in Abstimmung mit Julia/Michael und Abstand angepasst */
  margin: 10px 0px 10px 0px;
  color: #0a2f73;
  font-weight: normal;
  font-size: 1.25rem; }

h4 {
  /* sld23o - Staerkere Unterscheidung h2/h3 in Abstimmung mit Julia/Michael und Abstand angepasst */
  margin: 10px 0px 10px 0px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #0a2f73;
  font-size: 1rem; }

h5 {
  /* sld23o - Staerkere Unterscheidung h2/h3 in Abstimmung mit Julia/Michael und Abstand angepasst */
  margin: 10px 0px 10px 0px;
  color: #4b4b4b;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem; }

h6 {
  color: #4b4b4b;
  font-family: Arial, sans-serif;
  /* sld23o - Staerkere Unterscheidung h2/h3 in Abstimmung mit Julia/Michael und Abstand angepasst */
  font-weight: normal;
  margin: 10px 0px 10px 0px; 
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  /* sld23o - Staerkere Unterscheidung h2/h3 in Abstimmung mit Julia/Michael und Abstand angepasst
  color: #0a2f73;
  font-weight: normal; */ }

/* sld23o Abstaende oben bei Schriftgroessen definiert 
h1,
h3 {
  margin: 0 0 15px; }

h2 {
  margin: 8px 0 16px; }*/

h1.we_heading-landing {
  font-family: standardliferegular, Arial, sans-serif;
  font-size: 3.125rem; }

h2.we_heading-landing {
  font-family: standardliferegular, Arial, sans-serif;
  font-size: 2.1875rem; }

h3.we_heading-landing {
  font-family: standardliferegular, Arial, sans-serif;
  font-size: 1.75rem; }

h4.we_heading-landing {
  font-family: standardliferegular, Arial, sans-serif;
  font-size: 1.25rem; }

h1.we_heading-secure {
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 2rem; }

h2.we_heading-secure {
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 1.5rem; }

h3.we_heading-secure {
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 1.375rem; }

h4.we_heading-secure {
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 1.25rem; }

h5.we_heading-secure {
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 1.125rem; }

.we_heading-secure:not(:first-of-type) {
  margin-top: 1.65em; }

.we_line-through {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .we_line-through::before, .we_line-through::after {
    background: #ffbb00;
    content: "";
    -ms-flex: 1;
        flex: 1;
    height: 0.1em;
    margin: 0.1em 1em 0; }

.we_line-under::after {
  background: #ffbb00;
  content: "";
  display: block;
  height: 2px;
  margin: 10px 0;
  width: 100%; }

.we_line-under.we_line-under__centered {
  text-align: center; }
  .we_line-under.we_line-under__centered::after {
    width: 100%; }

a {
  color: #147cb3;
  text-decoration: none;  
  /* sld23o Ruecksetzen wg. bold fuer Label erste Spalte */
  font-weight: normal !important; }
  a:hover {
    color: #0a2f73;
    text-decoration: underline; 
    /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
    }

a:focus,
button:focus {
  /* stylelint-disable declaration-no-important */
  background: #ffbb00 !important;
  border-radius: 0 !important;
  color: #0a2f73 !important;
  outline: 2px solid #0a2f73 !important;
  /* stylelint-enable declaration-no-important */ }
/* sld23o Optimierung um Abschneiden insbesondere rechts am Rand zu vermeiden */
.we_align-right > .we_button {
  margin-right: 2px; }

p a,
li a,
span a {
  text-decoration: underline; }
  p a:hover,
  li a:hover,
  span a:hover {
    text-decoration: none; }

ol,
ul {
  margin: 0 0 15px;
  padding: 0; }

li {
  line-height: 145%;
  margin: 0 0 7px 20px;
  padding: 0;
  font-size: 1rem; }

.we_list-unordered .we_list-item.we_icon {
  -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit;
  display: inherit;
  height: inherit;
  margin: 0 0 20px 38px;
  position: relative;
  width: inherit; }

.we_list-unordered .we_list-item svg {
  color: #0a2f73;
  font-size: 2em;
  left: -36px;
  position: absolute;
  top: 0; }

.we_list-unordered .we_list-item__green svg {
  color: #008616; }

.we_list-unordered .we_list-item__grey svg {
  color: #4b4b4b; }

.we_list-ordered {
  list-style: none; }
  .we_list-ordered li {
    counter-increment: step-counter;
    margin: 0 0 16px 36px;
    position: relative; }
    .we_list-ordered li::before {
      border-radius: 50%;
      color: #0a2f73;
      content: counter(step-counter);
      font-family: standardliferegular, Arial, sans-serif;
      height: 1.5em;
      left: -32px;
      padding: 0 7px;
      position: absolute;
      text-align: center;
      top: -1px;
      width: 1.5em; }
    .we_list-ordered li.we_list-item::before {
      background-color: #0a2f73;
      color: #ffffff; }
    .we_list-ordered li.we_list-item__green::before {
      background-color: #008616; }
    .we_list-ordered li.we_list-item__grey::before {
      background-color: #4b4b4b; }

.we_subtitle {
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 1.5rem; }

p {
  line-height: 150%;
  margin: 0 0 16px;
  font-size: 1rem; }

strong {
  font-weight: bold;
  font-size: 1rem; }

b {
  /* sld23o - bewusst angepasst, da wir entschieden haben weiterhin mit b statt mit strong zu arbeiten 
  font-weight: normal;
  font-size: 1rem; */ }

.we_checkbox {
  font-family: standardlifelight, Arial, sans-serif;
  padding: 2px;
  position: relative; }
  .we_checkbox input[type="checkbox"] {
    cursor: pointer;
    height: inherit;
    opacity: 0.011;
    position: absolute;
    z-index: -9; }
  /* sld??? - Ergaenzung??? TODO testen nach Update 5.1.3 */
  .we_checkbox input[type="checkbox"] ~ label svg {
    fill: #0a2f73;
    left: 16px;
    position: absolute;
    visibility: hidden; }
  /* sld900 - Ergaenzung TODO testen nach Update 5.1.3 */
  .we_checkbox input[type="checkbox"] ~ label .we_tooltip svg {
    fill: #0a2f73;
    left: 16px;
    position: absolute;
    visibility: visible; }
  .we_checkbox input[type="checkbox"] + label {
    color: #147cb3; }
  .we_checkbox input[type="checkbox"]:disabled + label {
    color: #4b4b4b; }
  .we_checkbox input[type="checkbox"]:checked + label {
    color: #147cb3; }
  .we_checkbox input[type="checkbox"]:disabled:checked + label {
    color: #4b4b4b; }
  .we_checkbox input[type="checkbox"]:hover + label,
  /* sld23o Fix Hover nur am Rand */
  .we_checkbox input[type="checkbox"] + label:hover {
    color: #0a2f73;
    text-decoration: underline; }
  .we_checkbox input[type="checkbox"]:disabled:hover + label,
  /* sld23o Fix Hover nur am Rand */
  .we_checkbox input[type="checkbox"]:disabled + label:hover {
    color: #4b4b4b;
    text-decoration: none; }
  .we_checkbox input[type="checkbox"] + label .we_checkbox-check::before {
    background: #ffffff; }
  .we_checkbox input[type="checkbox"]:disabled + label .we_checkbox-check::before {
    border-color: #4b4b4b; }
  .we_checkbox input[type="checkbox"]:hover + label .we_checkbox-check::before {
    border-color: #0a2f73; }
  .we_checkbox input[type="checkbox"]:disabled:hover + label .we_checkbox-check::before {
    border-color: #4b4b4b; }
  .we_checkbox input[type="checkbox"]:checked + label .we_checkbox-check::before {
    background: #147cb3 url("data:image/svg+xml,%3Csvg%20fill='%23fff'%20width='18'%20height='18'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Etick%3C/title%3E%3Cpath%20d='M20.001%204.994c0%20.344-.12.636-.361.877L8.542%2016.97c-.24.24-.533.361-.877.361s-.637-.12-.877-.361L.36%2010.542A1.195%201.195%200%200%201%200%209.665c0-.344.12-.637.361-.877l1.755-1.755c.241-.241.534-.362.878-.362s.636.12.877.362l3.794%203.806%208.465-8.478c.24-.24.533-.361.878-.361.344%200%20.636.12.877.361l1.755%201.755c.24.241.361.534.361.878z'%20fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E") center center/16px 16px no-repeat;
    border-color: #147cb3; }
  .we_checkbox input[type="checkbox"]:disabled:checked + label .we_checkbox-check::before {
    background: #ffffff url("data:image/svg+xml,%3Csvg%20fill='%234b4b4b'%20width='18'%20height='18'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Etick%3C/title%3E%3Cpath%20d='M20.001%204.994c0%20.344-.12.636-.361.877L8.542%2016.97c-.24.24-.533.361-.877.361s-.637-.12-.877-.361L.36%2010.542A1.195%201.195%200%200%201%200%209.665c0-.344.12-.637.361-.877l1.755-1.755c.241-.241.534-.362.878-.362s.636.12.877.362l3.794%203.806%208.465-8.478c.24-.24.533-.361.878-.361.344%200%20.636.12.877.361l1.755%201.755c.24.241.361.534.361.878z'%20fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E") center center/16px 16px no-repeat;
    border-color: #4b4b4b; }
  .we_checkbox input[type="checkbox"]:not(:disabled):checked:hover + label .we_checkbox-check::before {
    background-color: #0a2f73;
    border-color: #0a2f73; }
  .we_checkbox label {
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 90; }
  .we_checkbox input:valid ~ label,
  .we_checkbox input:disabled ~ label {
    border: none;
    cursor: pointer;
    /* sld23o Layout-Optimierung */
    display: inline-block;
    left: 0;
    /* sld23o gleiche Ausrichtung mit Radio-Groups */
    padding: 12px 18px 12px 38px;
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    /* sld23o lt. StyleGuide kann Schriftgroesse 1rem verwendet werden, wenn Label nicht gleichzeitig als Ueberschrift dient */        
    font-size: 1rem; }
  .we_checkbox input[type="checkbox"]:focus + label {
    background-color: #ffbb00;
    color: #0a2f73;
    outline: 2px solid #0a2f73;
    text-decoration: underline; }
  
  /* sld900 - background in background-color geaendert */        
  .we_checkbox input[type="checkbox"]:checked:focus + label .we_checkbox-check::before {
    background-color: #0a2f73; }

.we_checkbox-check::before {
  border-style: solid;
  border-width: 1px;
  content: ' ';
  height: 20px;
  /* sld23o gleiche Ausrichtung mit Radio-Groups */
  left: 10px;
  position: absolute;
  width: 20px; }

.we_checkbox__block {
  margin: 10px 0;
  width: 90%; }
  .we_checkbox__block input:valid ~ label {
    border: 2px solid #147cb3;
    padding: 12px 15px 12px 45px; }
  .we_checkbox__block input:disabled ~ label {
    border: 2px dashed #4b4b4b; }
  .we_checkbox__block input[type="checkbox"]:hover + label {
    background-color: #e9f2f9;
    border-color: #0a2f73; }
  .we_checkbox__block input[type="checkbox"]:disabled:hover + label {
    background-color: #ffffff; }
  .we_checkbox__block input[type="checkbox"]:checked + label {
    background-color: #147cb3;
    color: #ffffff; }
  .we_checkbox__block input[type="checkbox"]:checked:disabled + label {
    background-color: #ffffff;
    color: #4b4b4b; }
  .we_checkbox__block input[type="checkbox"]:checked:hover + label {
    background-color: #0a2f73; }
  .we_checkbox__block input[type="checkbox"]:checked:disabled:hover + label {
    background-color: #ffffff; }
  .we_checkbox__block input[type="checkbox"]:focus ~ label,
  .we_checkbox__block input[type="checkbox"]:checked:focus ~ label {
    background-color: #ffbb00;
    border-color: #0a2f73;
    color: #0a2f73;
    outline: none; }

.we_date-field-group {
  display: inline-block;
  font-family: standardlifelight, Arial, sans-serif;
  margin: 5px 15px 10px 0;
  position: relative; }

.we_date-field {
  border: none;
  border-bottom: 1px solid #4b4b4b;
  color: #4b4b4b;
  margin-top: 34px;
  padding: 8px 6px;
  width: 3.125rem;
  font-size: 1.25rem; }
  .we_date-field:-ms-input-placeholder {
    color: #c1c1c1; }
  .we_date-field::placeholder {
    color: #c1c1c1; }
  .we_date-field:focus {
    border-color: #147cb3;
    outline: none; }
  .we_date-field:focus + label {
    color: #147cb3; }

.we_date-field__wide {
  width: 4.6875rem; }

.we_date-field-label {
  display: block;
  margin-bottom: 4px;
  position: absolute;
  top: 0; }

.we_date-field-bar {
  display: block;
  position: relative;
  width: 100%; }

.we_date-field-bar::before,
.we_date-field-bar::after {
  background: #147cb3;
  bottom: 1px;
  content: '';
  height: 3px;
  position: absolute;
  transition: 0.2s ease-in-out all;
  width: 0; }

.we_date-field-bar::before {
  left: 50%; }

.we_date-field-bar::after {
  right: 50%; }

.we_date-field:focus ~ .we_date-field-bar::before,
.we_date-field:focus ~ .we_date-field-bar::after {
  width: 50%; }

.we_date-field-group__block .we_date-field {
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  margin-top: 36px;
  padding: 8px; }
  .we_date-field-group__block .we_date-field:focus {
    border-color: #147cb3; }

.we_date-picker-button {
  font-size: 1.125rem; }

.we_date-picker {
  background: #ffffff;
  box-shadow: 0 0 8px #c1c1c1;
  display: none;
  margin: 5px;
  padding: 0;
  position: absolute;
  width: 17.5rem; }
  .we_date-picker table {
    float: left;
    padding: 5px; }
  .we_date-picker th,
  .we_date-picker td {
    font-weight: normal;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    height: 2rem;
    width: 2rem; }
  .we_date-picker td .we_date-picker-day {
    background: #e9f2f9;
    height: 100%;
    width: 100%; }
  .we_date-picker td:not(.we_date-picker-day--disabled):hover button {
    background: #147cb3;
    color: #ffffff; }
  .we_date-picker td.we_date-picker-today button {
    color: #0a2f73;
    font-weight: bold; }
  .we_date-picker td:not(.we_date-picker-day--disabled).we_date-picker-day--selected button {
    background: #147cb3;
    color: #ffffff; }
  .we_date-picker td.we_date-picker-day--disabled {
    background-color: #ffffff;
    color: #c1c1c1; }
    .we_date-picker td.we_date-picker-day--disabled button {
      background: transparent;
      cursor: default;
      opacity: 0.5; }
  .we_date-picker button {
    background: none;
    border: none;
    color: #4b4b4b;
    cursor: pointer;
    padding: 5px;
    font-size: 1rem; }
    .we_date-picker button[disabled] {
      opacity: 0.3; }

.we_date-picker-title {
  background: #e9f2f9;
  font-weight: bold;
  padding: 8px 10px 10px;
  position: relative;
  text-align: center; }
  .we_date-picker-title .we_date-picker-current {
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0 0; }
    .we_date-picker-title .we_date-picker-current span {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .we_date-picker-title button {
    background: #0a2f73;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 7px;
    height: 1.375rem;
    width: 1.375rem; }
    .we_date-picker-title button::after {
      bottom: 0;
      font-family: standardlifelight, Arial, sans-serif;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 1rem; }

.we_date-picker-previous {
  left: 6px; }
  .we_date-picker-previous::after {
    content: '<'; }

.we_date-picker-next {
  right: 6px; }
  .we_date-picker-next::after {
    content: '>'; }

.we_date-picker-close {
  color: #147cb3;
  float: right;
  margin: 10px;
  text-decoration: underline;
  font-size: 0.875rem; }
  .we_date-picker-close:hover {
    color: #0a2f73;
    text-decoration: none; 
  /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;}

.we_date-picker-show {
  display: inline-block; }

.we_date-picker.we_date-picker__inline {
  box-shadow: none;
  position: relative;
  width: inherit; }
  .we_date-picker.we_date-picker__inline .we_date-picker-content {
    border: 1px solid #c1c1c1;
    overflow: hidden; }
  .we_date-picker.we_date-picker__inline .we_date-picker-months-2 {
    width: 560px; }

.we_fieldset {
  border: 2px solid #147cb3;
  margin: 12px 0;
  padding: 5px; }
  .we_fieldset legend {
    color: #147cb3;
    font-family: standardlifelight, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 0 5px;
    font-size: 1.125rem; }
  .we_fieldset label {
    padding-top: 10px; }

.we_fieldset__no-border {
  border: none; }
  .we_fieldset__no-border legend {
    color: #4b4b4b;
    padding: 0; }

.we_form {
  background-color: #ffffff;
  /* sld23o Border ist mit Upgrade auf 5.1.3 entfallen / geloescht wurden, wir haben entschieden dies bewusst drin zulassen */
  border-radius: 3px;
  box-shadow: 0 0 8px #c1c1c1;
  margin: 0px 0px 10px 0px;
  /* sld23o Vereinheitlichung Ausrichtung mit Info-Boxen und Sidebar u.a. fuer Broker Homepage
  max-width: 800px; */
  padding: 15px 25px 15px 25px; }
/* sld23o Vereinheitlichung Abstaende */
.we_form p {
  line-height: normal;
}

.we_form-group {
  box-sizing: border-box;
  font-family: standardlifelight, Arial, sans-serif;
  margin-top: 40px;
  position: relative; }

.we_form-success-message {
  display: none; }

.we_radio-button {
  display: inline-block;
  font-family: standardlifelight, Arial, sans-serif;
  margin: 2px 10px 2px 0;
  position: relative; }
  .we_radio-button label {
    background-color: #ffffff;
    color: #147cb3;
    display: inline-block;
    /* sld23o padding-top und font-size angepasst wg. Einheitlichkeit mit Labeln bei Checkboxen */
    padding: 10px 12px 8px 40px;
    font-size: 1rem; }
  .we_radio-button input[type="radio"] {
    margin: 2px;
    position: absolute;
    z-index: -9; }
    .we_radio-button input[type="radio"] + label::before {
      background-color: #ffffff;
      border-radius: 15px;
      border-style: solid;
      border-width: 2px;
      content: ' ';
      height: 22px;
      left: 9px;
      position: absolute;
      top: 9px;
      width: 22px; }
    .we_radio-button input[type="radio"]:hover + label {
      color: #0a2f73;
      cursor: pointer;
      text-decoration: underline; }
    .we_radio-button input[type="radio"]:checked:hover + label {
      color: #0a2f73;
      cursor: pointer;
      text-decoration: underline; }
      .we_radio-button input[type="radio"]:checked:hover + label::after {
        background-color: #0a2f73; }
    .we_radio-button input[type="radio"]:checked + label {
      background-color: #ffffff;
      color: #147cb3; }
      .we_radio-button input[type="radio"]:checked + label::after {
        background-color: #147cb3;
        border-radius: 15px;
        border-style: solid;
        border-width: 7px;
        content: ' ';
        height: 14px;
        left: 13px;
        position: absolute;
        top: 13px;
        width: 14px; }
    .we_radio-button input[type="radio"]:focus ~ label {
      background-color: #ffbb00;
      color: #0a2f73;
      outline: 2px solid #0a2f73;
      text-decoration: underline; }

    /* sld900 - Style fuer disabled  */
    .we_radio-button input[type="radio"]:disabled ~ label {
      color: #4b4b4b;
      text-decoration: none; }

    /* sld900 - Style fuer disabled  */
    .we_radio-button input[type="radio"]:disabled:hover + label {
      color: #4b4b4b;
      text-decoration: none; }
      
.we_radio-button-radio::before {
  border-style: solid;
  border-width: 1px;
  content: ' ';
  height: 20px;
  left: 12px;
  position: absolute;
  top: 14px;
  width: 20px; }

.we_radio-button__block {
  display: inline-block;
  height: 43px;
  margin: 2px 10px 2px 0;
  position: relative;
  width: 150px; }
  .we_radio-button__block label {
    background-color: #ffffff;
    border: 2px solid #147cb3;
    border-radius: 3px;
    display: inline-block;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 150px;
    font-size: 1.125rem; }
  .we_radio-button__block input[type="radio"] + label::before,
  .we_radio-button__block input[type="radio"] + label::after {
    display: none; }
  .we_radio-button__block input[type="radio"]:hover + label {
    background-color: #e9f2f9;
    border-color: #0a2f73;
    cursor: pointer;
    text-decoration: underline; }
  .we_radio-button__block input[type="radio"]:checked + label {
    background-color: #147cb3;
    color: #ffffff; }
  .we_radio-button__block input[type="radio"]:checked:hover + label {
    background-color: #0a2f73;
    color: #ffffff; }
  .we_radio-button__block input[type="radio"]:disabled ~ label {
    border: 2px dashed #4b4b4b;
    color: #4b4b4b; }
  .we_radio-button__block input[type="radio"]:disabled:hover ~ label {
    background-color: #ffffff;
    border-color: #4b4b4b;
    color: #4b4b4b;
    cursor: default;
    text-decoration: none; }
  .we_radio-button__block input[type="radio"]:focus ~ label {
    background-color: #ffbb00;
    border-color: #0a2f73;
    color: #0a2f73;
    outline: none; }

.we_radio-button__column label {
  padding: 40px 16px 8px; }

.we_select-group {
  /* sld900/sld23o - Anpassung fuer Responsive u.a. wg. mehrzeilig 
  display: inline-block;
  margin: 40px 0 0; */
  /* sld23o wg. Standardausrichtigung/Floating 2. Spalte rechts */
  text-align: left !important;
  width: 100%; }

.we_select {
  /* sld900 - Anpassung fuer Responsive u.a. wg. mehrzeilig 
  display: inline-block; */
  width: 100%;
  max-width: 100%;
  position: relative; }
  .we_select select {
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* stylelint-enable property-no-vendor-prefix */
    background: transparent;
    border: none;
    border-bottom: 1px solid #4b4b4b;
    border-radius: 0;
    color: #4b4b4b;
    font-family: standardlifelight, Arial, sans-serif;
    /* sld900 - Anpassung fuer Responsive u.a. wg. mehrzeilig
    height: 45px; */
    margin: 0;
    /* sld900 - Ergaenzung fuer Responsive */
    width: 100%;
    max-width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 1.25rem; }
    .we_select select::-ms-expand {
      display: none; }
    .we_select select:focus {
      border-bottom: 1px solid #147cb3;
      outline: none; }
  .we_select::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #147cb3;
    content: ' ';
    height: 0;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 0; }
  .we_select select:focus ~ .we_select-label,
  /* sld23o Anpassung wg. mehrzeiligen labels - und parallel geaenderter Reihenfolge im HTML */
  .we_select-group:focus-within .we_select-label {
    color: #147cb3; }
  .we_select select:focus ~ .we_select-label,
  .we_select select:valid ~ .we_select-label {
    left: 10px;
    top: -22px;
    /* sld23o Anpassung wg. mehrzeiligen labels */
    bottom: auto;
    font-size: 1rem; }
  .we_select select:focus ~ .we_select-bar::before,
  .we_select select:focus ~ .we_select-bar::after {
    /* sld23o Optimierung fuer weniger flackern/wackeln */
    padding-bottom: 0px;
    width: 50%;}

/*sld900 Position display, top, left und width angepasst - statt top bottom wg. mehrzeiligen texten */
.we_select-label {
  color: #4b4b4b;
  font-family: standardlifelight, Arial, sans-serif;
  pointer-events: none;
  left: 10px;
  position: absolute;
  /* sld23o Anpassung wg. mehrzeiligen labels
  top: 10px; */
  bottom: 10px;
  display: inline-block;
  width: 100%;
  transition: 0.2s ease-in-out top, 0.2s ease-in-out left;
  font-size: 1.25rem; }

/* sld900 - Ergaenzung */
.we_select select:disabled ~ .we_select-label {
    left: 10px;
    top: -22px;
    bottom: auto;
    font-size: 1rem; }
/* sld23o - Ergaenzung */
.we_select select:disabled {
    background-color: #f5f6f7; }

/*sld900 Position angepasst*/
.we_select-tooltip {
  float: right;
  margin-right: 20px; }

.we_select-bar {
  display: block;
  position: relative;
  width: 100%; }

.we_select-bar::before,
.we_select-bar::after {
  background: #147cb3;
  bottom: 1px;
  content: '';
  height: 2px;
  /* sld23o Optimierung fuer weniger flackern/wackeln */
  padding-bottom: 3px;
  position: absolute;
  transition: 0.2s ease-in-out all;
  width: 0; }

.we_select-bar::before {
  left: 50%; }

.we_select-bar::after {
  right: 50%; }

.we_select__block select {
  border: 1px solid #4b4b4b;
  border-radius: 3px; }
  .we_select__block select:focus {
    border-bottom: 1px solid #147cb3; }

.we_select__block select:invalid ~ .we_select-label {
  left: 10px; }

.we_star-rating {
  display: inline-block;
  position: relative; }

.we_star-rating input {
  opacity: 0;
  position: absolute; }

.we_star-rating input:checked ~ label,
.we_star-rating input:focus ~ label,
.we_star-rating input:hover ~ label {
  background-position: 0 0; }

.we_star-rating input:checked + label,
.we_star-rating input:focus + label,
.we_star-rating input:hover + label {
  background-position: 0 0; }

.we_star-rating input:checked + label::before,
.we_star-rating input:hover + label::before {
  opacity: 1; }

.we_star-rating input:focus + label::after {
  border-bottom: 0.2rem dashed #147cb3;
  bottom: -5px;
  content: '';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90%; }

.we_star-rating-no-rating-focus {
  border-bottom: 0.2rem dashed #147cb3;
  bottom: 12px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 65%;
  height: 3.125rem; }

.we_star-rating-input-no-rating:focus ~ .we_star-rating-no-rating-focus {
  opacity: 1; }

.we_star-rating label {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 32'%3E%3Cpath fill='%23147cb3' d='M20.304 17.929l5.464-5.304-7.536-1.107-3.375-6.821-3.375 6.821-7.536 1.107 5.464 5.304-1.304 7.518 6.75-3.554 6.732 3.554zM29.714 11.554q0 0.393-0.464 0.857l-6.482 6.321 1.536 8.929q0.018 0.125 0.018 0.357 0 0.893-0.732 0.893-0.339 0-0.714-0.214l-8.018-4.214-8.018 4.214q-0.393 0.214-0.714 0.214-0.375 0-0.563-0.259t-0.188-0.634q0-0.107 0.036-0.357l1.536-8.929-6.5-6.321q-0.446-0.482-0.446-0.857 0-0.661 1-0.821l8.964-1.304 4.018-8.125q0.339-0.732 0.875-0.732t0.875 0.732l4.018 8.125 8.964 1.304q1 0.161 1 0.821z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3.125rem 3.125rem;
  color: transparent;
  cursor: pointer;
  float: left;
  position: relative;
  height: 3.125rem;
  width: 3.125rem; }

.we_star-rating label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  width='30' height='30' viewBox='0 0 30 32'%3E%3Cpath fill='%23147cb3' d='M29.714 11.554q0 0.393-0.464 0.857l-6.482 6.321 1.536 8.929q0.018 0.125 0.018 0.357 0 0.375-0.188 0.634t-0.545 0.259q-0.339 0-0.714-0.214l-8.018-4.214-8.018 4.214q-0.393 0.214-0.714 0.214-0.375 0-0.563-0.259t-0.188-0.634q0-0.107 0.036-0.357l1.536-8.929-6.5-6.321q-0.446-0.482-0.446-0.857 0-0.661 1-0.821l8.964-1.304 4.018-8.125q0.339-0.732 0.875-0.732t0.875 0.732l4.018 8.125 8.964 1.304q1 0.161 1 0.821z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 0 0;
  background-size: 3.125rem 3.125rem;
  content: '';
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 3.125rem; }

.we_star-rating label:nth-of-type(5)::before {
  left: -12.5rem;
  width: 15.625rem; }

.we_star-rating label:nth-of-type(4)::before {
  left: -9.375rem;
  width: 12.5rem; }

.we_star-rating label:nth-of-type(3)::before {
  left: -6.25rem;
  width: 9.375rem; }

.we_star-rating label:nth-of-type(2)::before {
  left: -3.125rem;
  width: 6.25rem; }

.we_star-rating label:nth-of-type(1)::before {
  left: 0;
  width: 3.125rem; }

.we_star-rating label span {
  display: none; }

.we_text-field-group {
  box-sizing: border-box;
  font-family: standardlifelight, Arial, sans-serif;
  /* sld23o Anpassung wg. mehrzeiligen labels
  margin-top: 40px; */
  position: relative;
  /* sld23o wg. Standardausrichtigung/Floating 2. Spalte rechts */
  text-align: left !important; }

.we_text-field {
  border: none;
  border-bottom: 1px solid #4b4b4b;
  box-sizing: border-box;
  color: #4b4b4b;
  display: block;
  font-family: standardlifelight, Arial, sans-serif;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
  resize: none;
  width: 100%;
  /* sld23o wg. Feldern in Tabellen */
  background-color: #ffffff !important;
  font-size: 1.25rem; }
  .we_text-field:focus {
    border-bottom: 1px solid #147cb3;
    outline: none; }

.we_text-field-currency {
  color: #4b4b4b;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  font-size: 1.25rem; }

.we_text-field-currency ~ .we_text-field-label {
  left: 1.875rem; }

.we_text-field-currency ~ .we_text-field {
  padding-left: 1.875rem; }

.we_text-field-label {
  color: #4b4b4b;
  left: 10px;
  pointer-events: none;
  position: absolute;
  /* sld23o Anpassung wg. mehrzeiligen labels
  top: 10px; */
  bottom: 10px;
  transition: 0.2s ease-in-out top, 0.2s ease-in-out left;
  /* sld900 - Anpassung wg. Info-I */
  width: 100%;
  font-size: 1.25rem; }

.we_text-field:focus ~ .we_text-field-label,
/* sld23o Sonderloesung fuer Primefaces AutoComplete */
.ui-autocomplete:focus-within ~ .we_text-field-label,
/* sld23o Anpassung wg. mehrzeiligen labels - und parallel geaenderter Reihenfolge im HTML */
.we_text-field-group:focus-within .we_text-field-label {
  color: #147cb3; }

.we_text-field:focus ~ .we_text-field-label,
.we_text-field:valid ~ .we_text-field-label,
/* sld23o Sonderloesung fuer Primefaces AutoComplete */
.ui-autocomplete ~ .we_text-field-label {
  left: 10px;
  top: -22px;
  /* sld23o Anpassung wg. mehrzeiligen labels */
  bottom: auto;
  font-size: 1rem; }

/* sld900 - Ergaenzung */
.we_text-field:disabled ~ .we_text-field-label {
    left: 10px;
    top: -22px;
    bottom: auto;
    font-size: 1rem; }
/* sld23o - Ergaenzung */
.we_text-field:disabled {
    background-color: #f5f6f7 !important; }
/* sld900 - Ergaenzung */
.we_text-field-tooltip {    
    float: right;
    margin-right: 20px; }

/* sld900 - Ergaenzung */
.we_checkbox-tooltip {
    margin-right: 10px;
    margin-top: -35px;}

.we_text-field-bar {
  display: block;
  position: relative;
  width: 100%; }

.we_text-field-bar::before,
.we_text-field-bar::after {
  background: #147cb3;
  bottom: 1px;
  content: '';
  /* sld23o Optimierung fuer weniger flackern/wackeln */
  height: 2px;
  padding-bottom: 3px;
  position: absolute;
  transition: 0.2s ease-in-out all;
  width: 0; }

.we_text-field-bar::before {
  left: 50%; }

.we_text-field-bar::after {
  right: 50%; }

.we_text-field:focus ~ .we_text-field-bar::before,
.we_text-field:focus ~ .we_text-field-bar::after {
  /* sld23o Optimierung fuer weniger flackern/wackeln */
  padding-bottom: 0px;
  width: 50%; }

.we_text-field__block {
  border: 1px solid #4b4b4b;
  border-radius: 3px; }
  .we_text-field__block:focus {
    border: 1px solid #147cb3; }

.we_toggle {
  box-sizing: border-box;
  display: table;
  margin: 12px 0; }
  .we_toggle span {
    color: #4b4b4b;
    display: table-cell;
    font-family: standardlifelight, Arial, sans-serif;
    padding-right: 10px;
    vertical-align: middle; }
  .we_toggle .we_toggle-text {
    display: none; }
    .we_toggle .we_toggle-text.we_toggle-text--selected {
      display: table-cell; }
  .we_toggle .we_toggle-input {
    opacity: 0;
    position: absolute; }
  .we_toggle .we_toggle-input:focus + label {
    background-color: #ffbb00;
    color: #ffbb00;
    outline: 2px solid #0a2f73; }
  .we_toggle .we_toggle-input:focus + label::before {
    border: 1px solid #0a2f73; }

.we_toggle-input + label {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  outline: none;
  padding: 8px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 52px; }

.we_toggle-input + label::before,
.we_toggle-input + label::after {
  bottom: 1px;
  content: "";
  display: block;
  height: 18px;
  left: 1px;
  position: absolute;
  top: 7px;
  visibility: visible;
  width: 45px; }

.we_toggle-input + label::before {
  border-radius: 30px;
  right: 1px;
  transition: background 0.4s; }

.we_toggle-input + label::after {
  border: 3px solid;
  border-radius: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  height: 25px;
  margin-top: -4px;
  transition: margin 0.4s;
  width: 25px; }

.we_toggle-input:checked + label::after {
  margin-left: 20px; }

.we_toggle__switch .we_toggle-input + label::before {
  background-color: #bac3c3; }

.we_toggle__switch .we_toggle-input + label::after {
  background-color: #0a2f73; }

.we_toggle__switch .we_toggle-input + label::after {
  border-color: #0a2f73; }

.we_toggle__onoff .we_toggle-input + label::before {
  background-color: #bac3c3; }

.we_toggle__onoff .we_toggle-input:checked + label::before {
  background-color: #147cb3; }

.we_toggle__onoff .we_toggle-input + label::after {
  background-color: #ffffff; }

.we_toggle__onoff .we_toggle-input + label::after {
  border-color: #147cb3; }

.we_toggle__onoff .we_toggle-input:checked + label::after {
  background-color: #0a2f73; }

.we_toggle__onoff .we_toggle-input:checked + label::after {
  border-color: #0a2f73; }

.we_toggle--disabled .we_toggle-input + label::before {
  background-color: #bac3c3; }

.we_toggle--disabled .we_toggle-input:checked + label::before {
  background-color: #bac3c3; }

.we_toggle--disabled .we_toggle-input + label::after {
  background-color: #4b4b4b; }

.we_toggle--disabled .we_toggle-input + label::after {
  border-color: #4b4b4b; }

.we_toggle--disabled .we_toggle-input:checked + label::after {
  background-color: #4b4b4b; }

.we_toggle--disabled .we_toggle-input:checked + label::after {
  border-color: #4b4b4b; }

.we_tooltip {
  cursor: pointer;
  display: inline-block;
  position: relative; }

.we_tooltip-button {
  background: none;
  border: none;
  color: #147cb3;
  cursor: pointer;
  position: relative;
  /* sld900 - Ergaenzung fuer Info-I bei On-Klick */
  pointer-events: auto;
  font-size: 1.5rem; }
  .we_tooltip-button svg {
    fill: currentColor; 
}
.we_tooltip-button:hover {
    color: #0a2f73; 
    /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
}    
.we_tooltip-button:hover::after {
    border-bottom: 3px dashed #0a2f73;
    bottom: -2px;
    content: '';
    left: 2px;
    margin: 0 auto;
    position: absolute;
    width: 75%; 
}
  .we_tooltip-button .we_icon {
    margin: 0 0 0 4px; }

.we_tooltip-text {
  display: none; }

.we_tooltip-popup {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  cursor: default;
  display: none;
  padding: 8px;
  position: absolute;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 280px;
  z-index: 999; }

.we_tooltip-content {
  color: #4b4b4b;
  font-weight: normal;
  font-size: 1rem; }

.we_tooltip-content--visable {
  display: block; }

.we_tooltip-text__left {
  right: calc(24px + 6px);
  top: 0; }

.we_tooltip-text__right {
  left: calc(24px + 6px);
  top: 0; }

.we_tooltip-text__top {
  bottom: calc(24px + 6px); }

.we_tooltip-text__bottom {
  top: calc(24px + 6px); }

.we_tooltip-text__bottom-left {
  left: 0;
  top: calc(24px + 6px); }

.we_tooltip-text__bottom-right {
  right: 0;
  top: calc(24px + 6px); }

.we_tooltip-text__top-left {
  bottom: calc(24px + 6px);
  left: 0; }

.we_tooltip-text__top-right {
  bottom: calc(24px + 6px);
  right: 0; }

.we_validator .we_validator-error-summary {
  display: none; }

.we_validator .we_validator-error-summary--show {
  display: block; }

.we_validator-error-message {
  color: #d00f00;
  display: none;
  font-size: 1rem; }

.we_form-group--invalid .we_text-field + label::before,
.we_form-group--invalid > .we_checkbox > label::before,
.we_form-group--invalid select + label::before,
.we_form-group--invalid textarea + label::before,
.we_form-group--invalid legend::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cg%20stroke='none'%20stroke-width='1'%20fill='%23d00f00'%20fill-rule='evenodd'%3E%3Cpath%20d='M5.714%204.571q0%201.286-1.143%201.964v22.607q0%200.232-0.17%200.402t-0.402%200.17h-1.143q-0.232%200-0.402-0.17t-0.17-0.402v-22.607q-1.143-0.679-1.143-1.964%200-0.946%200.67-1.616t1.616-0.67%201.616%200.67%200.67%201.616zM32%205.714v13.625q0%200.446-0.223%200.688t-0.705%200.491q-3.839%202.071-6.589%202.071-1.089%200-2.205-0.393t-1.938-0.857-2.063-0.857-2.545-0.393q-3.429%200-8.286%202.607-0.304%200.161-0.589%200.161-0.464%200-0.804-0.339t-0.339-0.804v-13.25q0-0.571%200.554-0.982%200.375-0.25%201.411-0.768%204.214-2.143%207.518-2.143%201.911%200%203.571%200.518t3.911%201.571q0.679%200.339%201.571%200.339%200.964%200%202.098-0.375t1.964-0.839%201.571-0.839%200.973-0.375q0.464%200%200.804%200.339t0.339%200.804z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  content: '';
  left: -1.55em;
  position: absolute;
  top: 3px;
  height: 1rem;
  width: 1rem; }

.we_form-group--invalid .we_text-field-currency ~ .we_text-field:not(:focus) + label::before {
  left: -2.55em; }

.we_form-group--invalid > .we_checkbox > label::before {
  left: -1.15em;
  top: 14px; }

.we_form-group--invalid legend::before {
  left: -1.15em; }

.we_form-group--invalid .we_text-field ~ .we_text-field-label,
.we_form-group--invalid .we_select select ~ .we_select-label,
.we_form-group--invalid .we_date-field ~ .we_date-field-label,
.we_form-group--invalid > .we_checkbox > label,
.we_form-group--invalid legend,
.we_form-group--invalid select ~ label,
.we_form-group--invalid *::before,
.we_form-group--invalid *::after {
  color: #d00f00; }

.we_form-group--invalid input,
.we_form-group--invalid textarea,
.we_form-group--invalid select,
.we_form-group--invalid input ~ label,
.we_form-group--invalid input:valid ~ label {
  border-color: #d00f00; }
  .we_form-group--invalid input:focus,
  .we_form-group--invalid textarea:focus,
  .we_form-group--invalid select:focus,
  .we_form-group--invalid input ~ label:focus,
  .we_form-group--invalid input:valid ~ label:focus {
    border-color: #d00f00; }

.we_form-group--invalid .we_text-field-bar::before,
.we_form-group--invalid .we_text-field-bar::after,
.we_form-group--invalid .we_select-bar::before,
.we_form-group--invalid .we_select-bar::after,
.we_form-group--invalid .we_date-field-bar::before,
.we_form-group--invalid .we_date-field-bar::after {
  background-color: #d00f00; }

.we_form-group--invalid .we_validator-error-message {
  display: block; }

.we_validator-error-summary:focus {
  outline: none; }

.we_breadcrumb {
  border-top: 7px solid #147cb3;
  /* sld28g - immer anzeigen
  display: none;  */
  /* Keine feste Höhe, wegen Breadcrumb Umbruch
  height: 40px;
  */
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 2; }

.we_breadcrumb-content {
  margin: 0 auto;
  position: relative;
  /* sld23o Keine feste Breite, wegen Breadcrumb Umbruch & aber max-width wg. Ausrichtung bei grossen Screens */
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
  }
  .we_breadcrumb-content::before {
    background-color: #147cb3;
    bottom: 0;
    content: '';
    height: 100%;
    left: -100vw;
    position: absolute;
    top: 0;
    width: 100vw; }

.we_breadcrumb-list {
  background: #147cb3;
  display: inline-block;
  margin: 0;
  padding: 3px 20px;
  position: relative; }
  .we_breadcrumb-list:empty {
    display: none; }
  .we_breadcrumb-list::after {
    background: linear-gradient(to right bottom, #147cb3 48%, transparent 50%);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 32px; }

.we_breadcrumb-item {
  color: #ffffff;
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0 0 6px 3px;
  font-size: 0.875rem; }
  .we_breadcrumb-item:first-child {
    padding: 0 0 6px; }
  .we_breadcrumb-item:not(:first-child)::before {
    color: #ffffff;
    content: "/ ";
    font-weight: 500;
    padding: 0 5px; }

.we_breadcrumb-link {
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.875rem; }
  .we_breadcrumb-link:hover {
    color: #ffffff;
    text-decoration: none; }

.we_breadcrumb__secure {
  border-top-color: #ffffff; }
  .we_breadcrumb__secure .we_breadcrumb-content::before {
    background-color: #ffffff; }
  .we_breadcrumb__secure .we_breadcrumb-list {
    background: #ffffff; }
  .we_breadcrumb__secure .we_breadcrumb-list::after {
    background: linear-gradient(to right bottom, #ffffff 48%, transparent 50%); }
  .we_breadcrumb__secure .we_breadcrumb-item {
    color: #147cb3; }
  .we_breadcrumb__secure .we_breadcrumb-item:not(:first-child)::before {
    color: #147cb3; }
  .we_breadcrumb__secure .we_breadcrumb-link {
    color: #147cb3; }
  .we_breadcrumb__secure .we_breadcrumb-link:hover {
    color: #0a2f73; }
  .we_breadcrumb__secure .we_breadcrumb-item--active {
    color: #4b4b4b; }
  .we_breadcrumb__secure .we_icon {
    margin: 0 6px 0 0; }
    .we_breadcrumb__secure .we_icon svg {
      bottom: -0.3em;
      height: 1.2em;
      width: 1.2em; }

.we_confirmation-box {
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 80px;
  padding: 15px 20px; }
  .we_confirmation-box span {
    font-size: 1rem; }
  .we_confirmation-box i,
  .we_confirmation-box svg {
    height: 1.5em;
    margin-right: 0.5em;
    width: 1.5em; }
  .we_confirmation-box h2 {
    color: #0a2f73;
    font-family: standardlifelight, Arial, sans-serif;
    margin: 0;
    padding-bottom: 5px;
    font-size: 1.25rem; }
    .we_confirmation-box h2 svg {
      bottom: -0.3em; }

.we_confirmation-box__success {
  background-color: #e6f3e7; }
  .we_confirmation-box__success i {
    color: #008616; }

.we_confirmation-box__failure {
  background-color: #f5f6f7; }
  .we_confirmation-box__failure i {
    color: #d00f00; }

.we_footer-wrapper {
  background-color: #ffffff;
  clear: both;
  overflow: hidden;
  text-align: left; }
  .we_footer-wrapper .we_footer-hidden {
    display: none; }

.we_footer {
  font-family: standardlifelight, Arial, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  /* sld900 - Anpassung */
  padding: 60px 20px 0px 20px;
  position: relative;
  font-size: 0.875rem; }
  .we_footer ul {
    list-style-type: none;
    margin: 0;
    padding-bottom: 10px; }
  .we_footer li {
    margin: 0 0 8px; }
  .we_footer a,
  .we_footer button {
    color: #147cb3;
    text-decoration: none;
    font-size: 0.875rem; }
    .we_footer a:hover,
    .we_footer button:hover {
      text-decoration: underline; }
    .we_footer a:focus,
    .we_footer button:focus {
      color: #0a2f73; }
      .we_footer a:focus svg,
      .we_footer button:focus svg {
        color: #0a2f73; }
  .we_footer button {
    font-family: standardlifelight, Arial, sans-serif; }
  .we_footer .we_footer-link {
    color: #0a2f73;
    font-family: standardliferegular, Arial, sans-serif;
    margin-bottom: 12px;
    padding: 6px 0; }
    .we_footer .we_footer-link a {
      color: #0a2f73; }
      .we_footer .we_footer-link a::after {
        color: #147cb3;
        content: ">";
        display: inline;
        padding: 0 6px;
        font-size: 1rem; }
  .we_footer .we_footer-link--inactive {
    margin-bottom: 9px; }
  .we_footer .we_footer-z-clause {
    border-color: #ffbb00;
    margin: 7px 0 5px;
    max-width: 800px; }
    .we_footer .we_footer-z-clause > svg {
      color: #ffbb00;
      margin-right: 5px; }
    .we_footer .we_footer-z-clause .we_accordion-content {
      border-color: #ffbb00; }
    .we_footer .we_footer-z-clause p {
      font-size: 0.875rem; }
      .we_footer .we_footer-z-clause p:last-child {
        margin-bottom: 0; }

.we_footer-spacer {
  padding-right: 0; }

.we_footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .we_footer-row:first-of-type:not(ul) {
  /* sld900 - Anpassung */
    min-height: 40px; }
  .we_footer-row li {
    list-style-type: none;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1rem; }
  .we_footer-row p {
    font-family: standardlifelight, Arial, sans-serif;
    margin: 7px 0 5px;
    padding: 0;
    font-size: 0.875rem; }
  .we_footer-row .we_footer-inline {
    display: inline;
    padding-right: 20px; }
  .we_footer-row .we_footer-icons {
    display: inline;
    padding-right: 1em; }
    .we_footer-row .we_footer-icons i,
    .we_footer-row .we_footer-icons svg {
      height: 1.5em;
      margin: 3px 0 0;
      width: 1.5em; }
    .we_footer-row .we_footer-icons a {
      display: inline-block; }
  .we_footer-row.we_footer-divider,
  .we_footer-row .we_footer-divider {
    border-bottom: 1px solid #bac3c3;
    margin: 0 0 10px; }

.we_footer-col-3,
.we_footer-col-4,
.we_footer-col-6 {
  width: 100%; }

.we_footer-title {
  color: #0a2f73;
  font-family: standardliferegular, Arial, sans-serif; }

.we_footer-copyright {
  font-family: standardlifelight, Arial, sans-serif;
  margin: 0 0 5px;
  padding: 0;
  font-size: 0.875rem; }

.we_footer-golden-thread {
  display: none; }

.we_footer-strapline {
  color: #0a2f73;
  display: none;
  font-family: standardliferegular, Arial, sans-serif;
  position: absolute;
  font-size: 1rem; }

@supports (-webkit-background-clip: text) {
  .we_footer-strapline {
    background: linear-gradient(to right, #0a2f73 20%, #147cb3);
    -webkit-background-clip: text;
    /* stylelint-disable-line property-no-vendor-prefix */
    -webkit-text-fill-color: transparent; } }

.we_header {
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(150, 150, 150, 0.3);
  font-family: standardlifelight, Arial, sans-serif;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 99; }
  .we_header .we_header-item-hide {
    display: none; }
  .we_header a {
    color: #147cb3;
    font-size: 1rem; }
    .we_header a:hover {
      color: #0a2f73; }

.we_header-content {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative; }
  .we_header-content.we_show-menu .we_header-menu {
    display: table; }

.we_header-logo {
  display: table;
  height: 100%;
  max-width: 200px;
  min-width: 100px;
  padding: 0 0 0 20px;
  position: relative;
  table-layout: fixed;
  width: 40%; }
  .we_header-logo a {
    display: table-cell;
    padding-bottom: 0px;
    vertical-align: middle; }

/* sld900 - Ergaenzung evtl. spaeter bereinigen ? */
.we_header-logo a:hover {
    text-decoration: none; }

  .we_header-logo svg {
    max-height: 60px; }

.we_header-tiles {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* sld900 - Ergaenzung fuer Scrollen */
.we_header-tiles-nav-show {
    font-size: 0;
    left: 0;
    right: 0;
    top: 80px; }

/* sld900 - Ergaenzung fuer Logout bei geoeffnetem Menue */
.we_header-login-nav-show {
    font-size: 0;
    position: absolute !important;    
    right: 0;
    top: -80px; 
}

.we_header-visible {
  overflow: visible; }
  .we_header-visible .we_header-tile {
    visibility: visible; }

.we_header-tile {
  display: inline-block;
  height: 80px;
  min-width: 80px;
  position: relative;
  text-align: center;
  vertical-align: top;
  visibility: hidden; }
  .we_header-tile a {
    color: #147cb3;
    display: inline-block;
    padding: 30px 20px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    z-index: 1; }
    .we_header-tile a:hover {
      text-decoration: underline; }

.we_header-tile__left {
  border-right: 1px solid #c1c1c1; }

.we_header-tile__right {
  border-left: 1px solid #c1c1c1; }

.we_header-login {
  background: #147cb3;
  text-align: left; }
  .we_header-login a {
    display: block;
    text-decoration: none; }
  .we_header-login a,
  .we_header-login a:link,
  .we_header-login a:hover,
  .we_header-login a:visited,
  .we_header-login a:link:hover,
  .we_header-login a:visited:hover {
    color: #ffffff; }
  .we_header-login svg {
    /* sld900 - Ergaenzung !important fuer Logout */      
    display: none !important;
    fill: currentColor;
    height: 1rem;
    width: 1rem; 
  }

  /* sld900 - Ergaenzung fuer Logout */
  .we_header-login .we_icon{
      display: none;
  }

.we_header-register {
  background: #e9f2f9; }
  .we_header-register a {
    text-align: center; }
  .we_header-register a,
  .we_header-register a:link,
  .we_header-register a:hover,
  .we_header-register a:visited,
  .we_header-register a:link:hover,
  .we_header-register a:visited:hover {
    color: #0a2f73; }

.we_header-menu {
  display: none;
  float: left;
  min-width: 60px; }
  .we_header-menu button {
    background: none;
    border: none;
    height: 80px;
    text-align: center;
    width: 100%; }
    .we_header-menu button:focus .we_header-menu-icon span {
      background: #0a2f73; }

.we_header-menu-icon {
  cursor: pointer;
  display: table;
  height: 20px;
  margin: 5px auto 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 30px; }
  .we_header-menu-icon span {
    background: #147cb3;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%; }
    .we_header-menu-icon span:nth-child(1) {
      top: 0; }
    .we_header-menu-icon span:nth-child(2), .we_header-menu-icon span:nth-child(3) {
      top: 6px; }
    .we_header-menu-icon span:nth-child(4) {
      top: 12px; }

.we_header-menu-open .we_header-menu-icon span:nth-child(1) {
  left: 50%;
  top: 6px;
  width: 0%; }

.we_header-menu-open .we_header-menu-icon span:nth-child(2) {
  transform: rotate(45deg); }

.we_header-menu-open .we_header-menu-icon span:nth-child(3) {
  transform: rotate(-45deg); }

.we_header-menu-open .we_header-menu-icon span:nth-child(4) {
  left: 50%;
  top: 6px;
  width: 0%; }

.we_header-visible .we_header-nav {
  opacity: 1;
  visibility: visible; }

.we_header-tile .we_icon {
  margin: 0 8px 0 0; }
  .we_header-tile .we_icon svg {
    height: 1.2em;
    width: 1.2em; }

.we_header-nav {
  display: inline-block;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .we_header-nav a {
    display: table-cell;
    min-width: 0;
    padding: 0 26px;
    text-decoration: none;
    vertical-align: middle; }
    .we_header-nav a:hover {
      text-decoration: underline; }
  .we_header-nav a,
  .we_header-nav a:link,
  .we_header-nav a:visited {
    color: #147cb3; }
  .we_header-nav ul {
    margin: 0;
    padding: 0; }
  .we_header-nav li {
    border-left: #c1c1c1 1px solid;
    box-sizing: border-box;
    display: table-cell;
    height: 80px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background-color 0.1s ease;
    vertical-align: middle; }
    .we_header-nav li:hover {
      background-color: #147cb3; }
      .we_header-nav li:hover > a,
      .we_header-nav li:hover > a:link,
      .we_header-nav li:hover > a:visited {
        color: #ffffff; }
        .we_header-nav li:hover > a.we_header-nav-active,
        .we_header-nav li:hover > a:link.we_header-nav-active,
        .we_header-nav li:hover > a:visited.we_header-nav-active {
          color: #ffffff; }
    .we_header-nav li .we_header-nav-active {
      background-color: #147cb3;
      color: #ffffff; }
      .we_header-nav li .we_header-nav-active ~ .we_header-submenu {
        display: block;
        visibility: visible; }
  .we_header-nav .we_header-mobile-menu {
    display: none;
    padding: 20px; }
  .we_header-nav.we_header-item-hide {
    position: absolute; }
    .we_header-nav.we_header-item-hide.we_header-nav-show {
      display: block;
      left: 0;
      margin-top: 1px;
      /* sld900 - Anpassung top und Auskommentiert 
      position: fixed; */
      top: 0px;
      width: 100%;
      z-index: 999; }
      .we_header-nav.we_header-item-hide.we_header-nav-show ul {
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(150, 150, 150, 0.3);
        padding: 0;
        width: 100%; }
      .we_header-nav.we_header-item-hide.we_header-nav-show li {
        border-bottom: #c1c1c1 1px solid;
        border-left: none;
        display: block;
        height: inherit;
        padding: 0; }
        .we_header-nav.we_header-item-hide.we_header-nav-show li > .we_header-submenu {
          transition: all 0.8s; }
        .we_header-nav.we_header-item-hide.we_header-nav-show li .we_header-nav-item-show.we_header-submenu {
          max-height: 1000px;
          transition-delay: 0s; }
      .we_header-nav.we_header-item-hide.we_header-nav-show span {
        display: none; }
      .we_header-nav.we_header-item-hide.we_header-nav-show a {
        display: block;
        padding: 20px; }
      .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-tile {
        height: auto; }
      .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-nav-title-links {
        font-family: standardliferegular, Arial, sans-serif;
        text-align: left; }
      .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-nav-title-active {
        background-color: #147cb3;
        color: #ffffff; }
      .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-submenu {
        box-shadow: none;
        display: block;
        height: auto;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition-delay: 0s;
        visibility: visible; }
        .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-submenu div {
          border: none;
          display: block;
          float: left;
          min-width: 320px;
          padding: 10px 20px; }
        .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-submenu a {
          padding: 15px 0 5px; }
        .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-submenu .we_header-submenu-highlight {
          background: none;
          margin-top: 0;
          text-align: left; }
      .we_header-nav.we_header-item-hide.we_header-nav-show .we_header-mobile-menu {
        background: #e9f2f9;
        display: block; }

.we_header i[data-notification]:not([data-notification="0"]) {
  position: relative; }
  .we_header i[data-notification]:not([data-notification="0"])::after {
    background-color: #d00f00;
    border-radius: 50%;
    color: #ffffff;
    content: attr(data-notification);
    font-family: standardlifelight, Arial, sans-serif;
    height: 1.5em;
    line-height: 150%;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -11px;
    width: 1.5em;
    font-size: 0.75rem; }

.we_header-submenu {
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(193, 193, 193, 0.3);
  /* sld23o Fix Ausrichtungsproblem
  display: inline-block; */
  margin: 0;
  position: absolute;
  text-align: left; 
  visibility: hidden;
  z-index: 999; }
  .we_header-submenu .we_header-submenu-item {
    color: #0a2f73;
    display: block;
    font-family: standardlifelight, Arial, sans-serif;
    padding: 5px 22px 10px 30px;
    text-decoration: none; }
    .we_header-submenu .we_header-submenu-item:hover {
      text-decoration: underline; }
  .we_header-submenu .we_header-submenu-promoted {
    font-family: standardliferegular, Arial, sans-serif;
    padding: 15px 20px 10px; }
    .we_header-submenu .we_header-submenu-promoted::after {
      color: #ffbb00;
      content: ">";
      display: inline-block;
      padding: 0 10px;
      font-size: 1.25rem; }
  .we_header-submenu .we_header-submenu-highlight {
    background: #e9f2f9;
    margin-top: 10px;
    padding-top: 12px; }
    .we_header-submenu .we_header-submenu-highlight:link, .we_header-submenu .we_header-submenu-highlight:visited {
      color: #0a2f73; }
  .we_header-submenu .we_header-submenu-spacer {
    visibility: hidden; }
  .we_header-submenu .we_header-nav-double {
    margin-top: 24%; }
  .we_header-submenu .we_header-submenu-icon {
    height: 14px;
    width: 24px; }

.we_header-submenu-section {
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  color: #0a2f73;
  display: table-cell;
  height: auto; }

.we_header-no-border-left {
  border-left-color: #ffffff; }

.we_header-no-border-right {
  border-right-color: #ffffff; }

.we_header-search a {
  height: 100%;
  text-align: center;
  width: 100%; }

.we_header-search svg {
  fill: currentColor; }

.we_header-submenu-search {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.we_header-search-box {
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 #c1c1c1;
  color: #0a2f73;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 540px; }
  .we_header-search-box h3 {
    margin: 5px 0 15px;
    padding: 0; }
  .we_header-search-box ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .we_header-search-box li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .we_header-search-box li a {
      padding: 3px 0;
      text-align: left; }
  .we_header-search-box > a {
    display: block;
    padding: 0 10px;
    text-align: right; }
  .we_header-search-box:first-child {
    border-bottom: none; }

.we_header-search-form {
  position: relative;
  width: 92%; }
  .we_header-search-form label {
    display: none; }
  .we_header-search-form input {
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    font-size: 1rem; }

.we_header-mobile-menu .we_header-search-form {
  margin: 20px 10px; }

.we_header-search-form-button {
  background: #ffffff;
  border: none;
  color: #0a2f73;
  cursor: pointer;
  padding: 8px 15px 6px;
  position: absolute;
  right: 1px;
  top: 2px; }
  .we_header-search-form-button svg {
    fill: currentColor; }

.we_search-box-close-button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 2px 0;
  padding: 4px 5px;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 36px; }
  .we_search-box-close-button svg {
    fill: currentColor; }

.we_search-box-show {
  display: block;
  visibility: visible; }

.we_header .gn-menu-main,
.we_header .gn-menu-main ul {
  background: transparent;
  color: #5f6f81;
  font-family: standardlifelight, Arial, sans-serif;
  font-weight: 300;
  line-height: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none; }

.we_header .gn-menu-main li {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 10px 20px; }

.we_header .gn-menu-main {
  float: left; }

.we_header .gn-menu-main a {
  color: #147cb3;
  cursor: pointer;
  display: block;
  list-style-type: none;
  text-decoration: none; }

.we_header .gn-menu-main a:hover {
  color: #0a2f73;
  text-decoration: underline; }

.we_header .gn-menu-main a i {
  padding-right: 40px; }

.we_header .gn-menu-main > li {
  background: #ffffff;
  border-right: 1px solid #c6d0da;
  display: block;
  float: left;
  text-align: right; }

.we_header .gn-menu-main li.gn-trigger {
  padding: 0; }

.we_header .gn-menu-main > li:last-child {
  border-left: 0;
  border-right: 1px solid #c6d0da; }

.we_header .gn-menu-main > li > a {
  padding: 20px 15px 22px 14px; }

.we_header .gn-menu-main::after {
  clear: both;
  content: "";
  display: table; }

.we_header .gn-menu-wrapper {
  background: #ffffff;
  border-right: 1px solid #c6d0da;
  border-top: 1px solid #c6d0da;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 80px;
  transform: translateX(-60px);
  transition: transform 0.3s, width 0.3s;
  width: 60px;
  will-change: transform; }

.we_header .gn-scroller {
  height: 100%;
  overflow-y: scroll;
  /* sld23o - um Fehler mit langsamen Scrollen bei iPad zu vermeiden */
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 370px; }

.we_header .gn-menu {
  border-bottom: 1px solid #c6d0da;
  font-size: 18px;
  text-align: left; }

.we_header .gn-menu li:not(:first-child),
.we_header .gn-menu li li {
  box-shadow: inset 0 1px #c6d0da; }

.we_header .gn-menu .gn-submenu li {
  height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: height 0.3s; }

.we_header .gn-menu .gn-submenu li:not(:first-child) {
  background: #e9f2f9;
  box-shadow: inset 0 1px #ffffff; }

.we_header .gn-menu .gn-submenu li a {
  color: #0a2f73; }

.we_header .gn-menu .gn-submenu .gn-submenu-heading {
  background-color: #147cb3;
  color: #ffffff; }

.we_header .gn-icon::before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  width: 60px; }

.we_header .gn-icon span {
  display: block;
  height: 0;
  overflow: hidden;
  width: 0; }

.we_header .gn-icon-menu::before {
  background: #147cb3;
  box-shadow: 0 3px #ffffff, 0 -6px #147cb3, 0 -9px #ffffff, 0 -12px #147cb3;
  content: '';
  height: 3px;
  margin: 25px 0 4px;
  width: 30px; }

.we_header .gn-icon-menu.gn-selected::before {
  background: #0a2f73;
  box-shadow: 0 3px #ffffff, 0 -6px #0a2f73, 0 -9px #ffffff, 0 -12px #0a2f73; }

.we_header .gn-menu-wrapper.gn-open-all,
.we_header .gn-menu-wrapper.gn-open-part {
  transform: translateX(0);
  z-index: 999; }

.we_header .gn-menu-wrapper.gn-open-all {
  width: 340px; }

.we_header .gn-menu-wrapper .gn-submenu li:first-child {
  padding: 5px 10px 0 20px; }

.we_header .gn-menu-wrapper .gn-submenu li {
  padding: 0 10px 0 20px; }

.we_header .gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 45px;
  padding: 10px 10px 10px 20px; }

.we_progress-bar-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.we_progress-bar-item {
  -ms-flex: 1;
      flex: 1;
  list-style-type: none;
  margin: 10px 0;
  padding: 36px 0 0;
  position: relative;
  text-align: center;
  text-indent: -9999px;
  font-size: 0.75rem; }
  .we_progress-bar-item a {
    color: #4b4b4b;
    text-decoration: none; }
    .we_progress-bar-item a:hover {
      text-decoration: underline; }
    .we_progress-bar-item a::after {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
  .we_progress-bar-item.we_icon {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    display: list-item;
    height: auto;
    width: auto; }
    .we_progress-bar-item.we_icon svg {
      color: #147cb3;
      height: 1em;
      left: 0;
      margin: 0 auto;
      right: 0;
      top: 8px;
      width: 1em;
      z-index: 2; }
  .we_progress-bar-item::after {
    background-color: #ffffff;
    border: solid 1px #147cb3;
    border-radius: 50%;
    color: #147cb3;
    content: '';
    height: 30px;
    left: 0;
    line-height: 150%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1; }
  .we_progress-bar-item:not(:first-child)::before {
    background-color: #f5f6f7;
    content: '';
    height: 3px;
    left: -40%;
    padding: 0;
    position: absolute;
    top: 14px;
    width: 80%; }
  .we_progress-bar-item[data-step]::after {
    content: attr(data-step);
    font-family: standardlifelight, Arial, sans-serif;
    padding-top: 2px;
    text-indent: 0;
    font-size: 1rem; }
  .we_progress-bar-item.we_progress-bar-item__complete.we_icon svg {
    color: #ffffff; }
  .we_progress-bar-item.we_progress-bar-item__complete::after {
    background-color: #147cb3; }
  .we_progress-bar-item.we_progress-bar-item__complete:not(:last-child)::before {
    background-color: #c1c1c1; }
  .we_progress-bar-item.we_progress-bar-item__current {
    color: #0a2f73;
    font-weight: bold;
    text-indent: 0; }
    .we_progress-bar-item.we_progress-bar-item__current.we_icon svg {
      color: #ffffff; }
    .we_progress-bar-item.we_progress-bar-item__current::after {
      background-color: #0a2f73; }
    .we_progress-bar-item.we_progress-bar-item__current:not(:last-child)::before {
      background-color: #c1c1c1; }
  .we_progress-bar-item:not(.we_progress-bar-item__current):not(.we_progress-bar-item--disabled):hover::after {
    background-color: #ffffff;
    color: #147cb3; }
  .we_progress-bar-item:not(.we_progress-bar-item__current):not(.we_progress-bar-item--disabled):hover.we_icon svg {
    color: #147cb3; }

.we_progress-box {
  background-color: #e9f2f9;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 20px; }
  .we_progress-box span {
    font-size: 1rem; }
  .we_progress-box h2 {
    color: #0a2f73;
    font-family: standardlifelight, Arial, sans-serif;
    margin: 2px 0 0;
    font-size: 1.25rem; }

.we_sidebar {
  /* sld23o Ergaenzung wg. Broker Homepage */
  width: 100%;
  /* sld23o Ergaenzung wg. einheitlichen Abstaenden */
  margin-bottom: 10px;
  /* sld900 Ergaenzung wg. Responsive */
  min-width: 230px;
  /* sld23o Auskommentiert wg. Ausrichtung u.a. fuer Broker Homepage
  display: -ms-flexbox;
  display: flex; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.we_sidebar-item {
  border: 3px solid #e9f2f9;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 10px; }

.we_sidebar-heading {
  background: #e9f2f9;
  color: #0a2f73;
  font-family: standardliferegular, Arial, sans-serif;
  margin: 0;
  padding: 16px 14px 14px;
  font-size: 1.25rem; }

.we_sidebar-content {
  overflow: auto;
  /* sld23o Border ist mit Upgrade auf 5.1.3 entfallen / geloescht wurden, wir haben entschieden dies bewusst drin zulassen */
  border: 3px solid #e9f2f9;
  /* sld23o Anpassung Ausrichtung mit Ueberschrift */
  padding: 15px 14px 0; }
  .we_sidebar-content:not(:last-child) {
    border-bottom: none; }
  .we_sidebar-content ul {
    list-style: none; }
  .we_sidebar-content li {
    margin-left: 0; }
  .we_sidebar-content a {
    text-decoration: none; }
    .we_sidebar-content a:hover {
      text-decoration: underline; }
  .we_sidebar-content i {
    margin-left: 0; }
  /*cod08s Liste in Liste einrücken*/
  .we_sidebar-content ul li ul {
      padding: 7px 0 0 20px;
  }

.we_sidebar-button {
  background: #0a2f73;
  background-image: linear-gradient(#147cb3, #0a2f73);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: standardlifelight, Arial, sans-serif;
  margin: -3px;
  padding: 18px 18px 20px;
  text-align: center;
  font-size: 1rem; }
  .we_sidebar-button:hover {
    background: #147cb3;
    color: #ffffff; }

.we_skip-links {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 999; }
  .we_skip-links li {
    display: block; }
  .we_skip-links a {
    background: #ffffff;
    color: #147cb3;
    height: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0; }
    .we_skip-links a:focus {
      height: auto;
      overflow: auto;
      padding: 10px; }

.we_tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: Arial, sans-serif;
  list-style: none; }
  .we_tile h2,
  .we_tile h3 {
    color: #147cb3;
    font-family: standardlifelight, Arial, sans-serif;
    margin: 10px 0 2px;
    font-size: 1.5rem; }
  .we_tile p {
    color: #147cb3;
    margin: 0;
    font-size: 0.875rem; }
  .we_tile a {
    color: #147cb3;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 100%; }

.we_tile-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  margin: 12px 10px;
  min-height: 140px; }
  .we_tile-item a:hover, .we_tile-item a:focus {
    color: #0a2f73;
    text-decoration: underline; }
  .we_tile-item a:hover h2,
  .we_tile-item a:hover h3 {
    color: #0a2f73; }
  .we_tile-item a:hover p {
    color: #0a2f73; }
  .we_tile-item a:hover .we_tile-item-content {
    border-color: #0a2f73; }
  .we_tile-item a:focus h2,
  .we_tile-item a:focus h3,
  .we_tile-item a:focus p {
    color: #0a2f73; }

.we_tile-item-content {
  border: 1px solid #147cb3;
  -ms-flex: 1;
      flex: 1;
  padding: 20px 16px; }

.we_tile-icon {
  margin: 0 0 20px; }

.we_tile__account {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .we_tile__account .we_tile-item {
    -ms-flex: 0;
        flex: 0;
    margin: 5px;
    min-height: 112px;
    min-width: 175px; }
    .we_tile__account .we_tile-item a:focus .we_tile-item-content {
      background-color: #ffbb00;
      border-color: #ffbb00; }
  .we_tile__account .we_tile-item-content {
    background-color: #ffffff;
    border: 2px solid #c1c1c1;
    padding: 10px;
    text-align: center; }
    .we_tile__account .we_tile-item-content h2 {
      font-size: 1rem; }

.we_tile__secondary .we_tile-item-content {
  background-color: #e9f2f9;
  border: none; }

.we_tile__secondary h2 {
  color: #0a2f73; }

.we_tile__secondary p {
  color: #0a2f73; }

.we_tile__secondary .we_tile-item a {
  color: #0a2f73; }
  .we_tile__secondary .we_tile-item a:hover {
    text-decoration: underline; }
    .we_tile__secondary .we_tile-item a:hover .we_tile-item-content {
      background-color: #f5f6f7;
      border: none; }
  .we_tile__secondary .we_tile-item a:focus .we_tile-item-content {
    background-color: #ffbb00;
    border: none; }

.we_accordion {
  font-size: 1rem; }
  .we_accordion .we_icon {
    margin: 0 5px 0 0; }
  .we_accordion svg {
    color: currentColor; }
  .we_accordion.we_accordion-show button svg {
    transform: rotate(-180deg); }

.we_accordion-content {
  border-left: 1px solid #ffbb00;
  margin: 10px 0 0 7px;
  max-height: 0;
  overflow: hidden;
  padding: 0 22px 0 17px;
  transition: max-height 0.6s; }
  .we_accordion-content > p:last-child {
    padding: 0; }

.we_accordion-link {
  background: none;
  border: none;
  color: #147cb3;
  cursor: pointer;
  font-family: standardlifelight, Arial, sans-serif;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 1rem; }
  .we_accordion-link:hover > * {
    color: #0a2f73;
    text-decoration: underline; }
  .we_accordion-link:focus > * {
    color: #0a2f73; }
  .we_accordion-link h2,
  .we_accordion-link h3,
  .we_accordion-link h4,
  .we_accordion-link h5,
  .we_accordion-link h6 {
    color: #147cb3;
    display: inherit;
    font-family: standardlifelight, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 20px;
    margin: 0;
    font-size: 1rem; }
    .we_accordion-link h2:hover,
    .we_accordion-link h3:hover,
    .we_accordion-link h4:hover,
    .we_accordion-link h5:hover,
    .we_accordion-link h6:hover {
      color: #0a2f73; }

.we_accordion__block {
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 3px;
  overflow: hidden;
  padding: 2px;
  position: relative; }
  .we_accordion__block > * {
    padding-left: 10px; }
  .we_accordion__block svg {
    color: currentColor; }
  .we_accordion__block .we_accordion-content {
    background-color: #ffffff;
    border-color: #ffbb00;
    border-width: 2px;
    margin: 15px 20px -15px;
    padding: 0 20px;
    transition: max-height 0.7s, margin 0.3s; }
    .we_accordion__block .we_accordion-content > p:last-child {
      margin-bottom: 0; }
  .we_accordion__block .we_accordion-link {
    color: #147cb3;
    font-family: standardlifelight, Arial, sans-serif;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 1.25rem; }
    .we_accordion__block .we_accordion-link:hover {
      color: #0a2f73; }
    .we_accordion__block .we_accordion-link .we_icon {
      position: absolute;
      right: 5px;
      top: 10px; }
    .we_accordion__block .we_accordion-link h2,
    .we_accordion__block .we_accordion-link h3,
    .we_accordion__block .we_accordion-link h4,
    .we_accordion__block .we_accordion-link h5,
    .we_accordion__block .we_accordion-link h6 {
      line-height: 1em;
      font-size: 1.25rem; }
      .we_accordion__block .we_accordion-link h2:hover,
      .we_accordion__block .we_accordion-link h3:hover,
      .we_accordion__block .we_accordion-link h4:hover,
      .we_accordion__block .we_accordion-link h5:hover,
      .we_accordion__block .we_accordion-link h6:hover {
        color: #0a2f73; }
  .we_accordion__block.we_accordion-show .we_accordion-content {
    margin-bottom: 20px; }

.we_alert {
  box-sizing: border-box;
  display: table;
  font-family: Arial, sans-serif;
  margin: 15px 0;
  width: 100%; }
  .we_alert p {
    margin: 0;
    padding: 0; }
  .we_alert.we_alert--hidden {
    display: none; }

.we_alert-icon {
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-top: 2px solid;
  box-sizing: border-box;
  display: block;
  height: 50px;
  padding: 10px 10px 5px;
  width: 50px; }
  .we_alert-icon svg {
    bottom: inherit;
    height: 26px;
    width: 26px; }

.we_alert-text {
  box-sizing: border-box;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  width: 97%; }

.we_alert-icon__general {
  background: #e6f3e7;
  border-color: #008616; }
  .we_alert-icon__general + .we_alert-text {
    background: #ffffff;
    border: 2px solid #008616;
    color: #4b4b4b; }
  .we_alert-icon__general svg {
    fill: #008616; }

.we_alert-icon__call-us {
  background: #e9f2f9;
  border-color: #147cb3; }
  .we_alert-icon__call-us + .we_alert-text {
    background: #ffffff;
    border: 2px solid #147cb3;
    color: #4b4b4b; }
  .we_alert-icon__call-us svg {
    fill: #147cb3; }

.we_alert-icon__tools {
  background: #fef8e7;
  border-color: #ffbb00; }
  .we_alert-icon__tools + .we_alert-text {
    background: #ffffff;
    border: 2px solid #ffbb00;
    color: #4b4b4b; }
  .we_alert-icon__tools svg {
    fill: #ffbb00; }

.we_alert-icon__tips {
  background: #e6eced;
  border-color: #4b4b4b; }
  .we_alert-icon__tips + .we_alert-text {
    background: #ffffff;
    border: 2px solid #4b4b4b;
    color: #4b4b4b; }
  .we_alert-icon__tips svg {
    fill: #4b4b4b; }

.we_alert-icon__warning {
  background: #fcedec;
  border-color: #d00f00; }
  .we_alert-icon__warning + .we_alert-text {
    background: #ffffff;
    border: 2px solid #d00f00;
    color: #4b4b4b; }
  .we_alert-icon__warning svg {
    fill: #d00f00; }

.we_alert-icon__error {
  background: #d00f00;
  border-color: #d00f00; }
  .we_alert-icon__error + .we_alert-text {
    background: #ffffff;
    border: 2px solid #d00f00;
    color: #4b4b4b; }
  .we_alert-icon__error svg {
    fill: #ffffff; }

.we_alert__accordion .we_alert-text {
  padding-top: 12px; }

.we_alert__accordion .we_accordion {
  font-family: Arial, sans-serif;
  line-height: 20px;
  margin: 0 auto; }

.we_alert__accordion .we_accordion-link {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
  text-align: left;
  width: 100%; }
  .we_alert__accordion .we_accordion-link svg,
  .we_alert__accordion .we_accordion-link i {
    margin-right: 0;
    padding-top: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all 0.4s; }

.we_alert__accordion .we_accordion-content {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.we_alert__accordion .we_accordion-content-inner {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 30px 10px 0; }

.we_cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 10px; }

.we_card {
  background-color: #ffffff;
  box-shadow: 0 0 8px #c1c1c1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 10px;
  min-width: 280px;
  padding: 20px;
  width: 100%; }

.we_card p:last-of-type {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.we_cards__gradient .we_card {
  background: linear-gradient(to top right, #0a2f73 20%, #147cb3); }
  .we_cards__gradient .we_card > * {
    color: #ffffff; }
  .we_cards__gradient .we_card .we_cta::after {
    color: #ffbb00; }
  .we_cards__gradient .we_card .we_cta:focus::after {
    color: #0a2f73; }

.we_ribbon {
  background: #ffbb00;
  color: #0a2f73;
  display: inline-block;
  font-family: standardliferegular, Arial, sans-serif;
  left: -30px;
  padding: 8px 6px 10px 20px;
  position: relative;
  font-size: 1.125rem; }
  .we_ribbon::before {
    background: linear-gradient(to left top, #ff8a00 48%, transparent 50%);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 10px; }
  .we_ribbon::after {
    background: linear-gradient(to right bottom, #ffbb00 48%, transparent 50%), linear-gradient(to right top, #ffbb00 48%, transparent 50%);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 25px; }

.we_ribbon__right {
  float: right;
  left: inherit;
  padding: 8px 20px 10px 6px;
  right: -30px; }
  .we_ribbon__right::before {
    background: linear-gradient(to left bottom, #ffbb00 48%, transparent 50%), linear-gradient(to left top, #ffbb00 48%, transparent 50%);
    height: 100%;
    left: -25px;
    top: 0;
    width: 25px; }
  .we_ribbon__right::after {
    background: linear-gradient(to right top, #ff8a00 48%, transparent 50%);
    height: 6px;
    left: inherit;
    right: 0;
    top: -6px;
    width: 10px; }

.we_ribbon__large {
  min-width: 170px; }

.we_ribbon__adviser {
  background: #087c89;
  color: #ffffff; }
  .we_ribbon__adviser::before {
    background: linear-gradient(to left top, #0a5560 48%, transparent 50%); }
  .we_ribbon__adviser::after {
    background: linear-gradient(to right bottom, #087c89 48%, transparent 50%), linear-gradient(to right top, #087c89 48%, transparent 50%); }
  .we_ribbon__adviser.we_ribbon__right::before {
    background: linear-gradient(to left bottom, #087c89 48%, transparent 50%), linear-gradient(to left top, #087c89 48%, transparent 50%); }
  .we_ribbon__adviser.we_ribbon__right::after {
    background: linear-gradient(to right top, #0a5560 48%, transparent 50%); }

.we_ribbon__customer {
  background: #147cb3;
  color: #ffffff; }
  .we_ribbon__customer::before {
    background: linear-gradient(to left top, #0a2f73 48%, transparent 50%); }
  .we_ribbon__customer::after {
    background: linear-gradient(to right bottom, #147cb3 48%, transparent 50%), linear-gradient(to right top, #147cb3 48%, transparent 50%); }
  .we_ribbon__customer.we_ribbon__right::before {
    background: linear-gradient(to left bottom, #147cb3 48%, transparent 50%), linear-gradient(to left top, #147cb3 48%, transparent 50%); }
  .we_ribbon__customer.we_ribbon__right::after {
    background: linear-gradient(to right top, #0a2f73 48%, transparent 50%); }

.we_ribbon__off-platform {
  background: #4b4b4b;
  color: #ffffff; }
  .we_ribbon__off-platform::before {
    background: linear-gradient(to left top, #000000 48%, transparent 50%); }
  .we_ribbon__off-platform::after {
    background: linear-gradient(to right bottom, #4b4b4b 48%, transparent 50%), linear-gradient(to right top, #4b4b4b 48%, transparent 50%); }
  .we_ribbon__off-platform.we_ribbon__right::before {
    background: linear-gradient(to left bottom, #4b4b4b 48%, transparent 50%), linear-gradient(to left top, #4b4b4b 48%, transparent 50%); }
  .we_ribbon__off-platform.we_ribbon__right::after {
    background: linear-gradient(to right top, #000000 48%, transparent 50%); }

.we_ribbon__workplace {
  background: #6e3694;
  color: #ffffff; }
  .we_ribbon__workplace::before {
    background: linear-gradient(to left top, #56246a 48%, transparent 50%); }
  .we_ribbon__workplace::after {
    background: linear-gradient(to right bottom, #6e3694 48%, transparent 50%), linear-gradient(to right top, #6e3694 48%, transparent 50%); }
  .we_ribbon__workplace.we_ribbon__right::before {
    background: linear-gradient(to left bottom, #6e3694 48%, transparent 50%), linear-gradient(to left top, #6e3694 48%, transparent 50%); }
  .we_ribbon__workplace.we_ribbon__right::after {
    background: linear-gradient(to right top, #56246a 48%, transparent 50%); }

.we_button {
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(193, 193, 193, 0.3);
  cursor: pointer;
  display: inline-block;
  font-family: standardliferegular, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* sld23o Vereinheitlichung mit restlichen Komponenten/Layout */
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 12px;
  text-decoration: none;
  /* sld23o - Ergaenzung um bei uns bei a statt button Umbrueche zu vermeiden */
  white-space: nowrap;
  font-size: 1rem; }

.we_button:hover {
    text-decoration: underline; 
    /* sld900 - Ergaenzung fuer iOS Hover Fix */  
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
}
.we_button-chevron::after {
  content: '>';
  font-size: 1.2em;
  line-height: 1em;
  padding-left: 10px; }

.we_button-chevron-back::before {
  content: '<';
  font-size: 1.2em;
  line-height: 1em;
  padding-right: 10px; }

.we_button--inactive,
.we_button:disabled,
.we_button[disabled] {
  cursor: default;
  opacity: 0.3; }
  .we_button--inactive:hover,
  .we_button:disabled:hover,
  .we_button[disabled]:hover {
    text-decoration: none; }

.we_button__primary {
  background: #0a2f73;
  background-image: linear-gradient(#147cb3, #0a2f73);
  color: #ffffff; }
  .we_button__primary:hover, .we_button__primary:focus {
    background: #147cb3;
    color: #ffffff; }
  .we_button__primary.we_button--inactive, .we_button__primary.we_button:disabled, .we_button__primary.we_button[disabled] {
    background: #147cb3; }

.we_button__secondary {
  background-image: linear-gradient(#ffffff, #e9f2f9);
  color: #147cb3;
  border: 1px solid #bac3c3; }
  .we_button__secondary:hover, .we_button__secondary:focus {
    background: #ffffff;
    color: #0a2f73; }
  .we_button__secondary.we_button--inactive, .we_button__secondary.we_button:disabled, .we_button__secondary.we_button[disabled] {
    background: #ffffff; }

.we_button__super-cta {
  background: #cb4f00;
  background-image: linear-gradient(#cb4f00, #8d4301);
  color: #ffffff; }
  .we_button__super-cta:hover, .we_button__super-cta:focus {
    background: #cb4f00;
    color: #ffffff; }
  .we_button__super-cta.we_button--inactive, .we_button__super-cta.we_button:disabled, .we_button__super-cta.we_button[disabled] {
    background: #cb4f00; }

.we_button__ghost {
  background: transparent;
  background-image: none;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .we_button__ghost:hover, .we_button__ghost:focus {
    background: #ffffff;
    color: #147cb3;
    border-color: inherit; }
  .we_button__ghost.we_button--inactive, .we_button__ghost.we_button:disabled, .we_button__ghost.we_button[disabled] {
    background: #ffffff; }

.we_button__icon {
  border-radius: 50%;
  box-shadow: none;
  font-family: standardlifelight, Arial, sans-serif;
  /* sld23o Anpassung u.a. wg. x bei Popup */
  padding: 5px;
  position: relative;
  font-size: 1.375rem; }
  .we_button__icon::before {
    color: #147cb3;
    content: attr(data-label-before);
    position: absolute;
    right: 42px; }
  .we_button__icon::after {
    color: #147cb3;
    content: attr(data-label-after);
    left: 42px;
    position: absolute; }
  .we_button__icon:hover::before, .we_button__icon:hover::after {
    text-decoration: underline; }

.we_cookie-overlay {
  background: #4b4b4b;
  bottom: 0;
  display: none;
  font-family: standardlifelight, Arial, sans-serif;
  height: auto;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 10000; }

.we_cookie-overlay-text {
  box-sizing: border-box;
  color: #ffffff;
  float: left;
  margin: 0;
  padding: 13px 20px;
  width: 85%; }
  .we_cookie-overlay-text a {
    color: #ffbb00; }
    .we_cookie-overlay-text a::after {
      color: #ffbb00;
      content: ' >';
      display: inline-block;
      margin-left: 5px; }
    .we_cookie-overlay-text a:hover, .we_cookie-overlay-text a:focus {
      background: none;
      color: #ffffff; }

.we_cookie-overlay-button {
  background-color: #ffbb00;
  border: none;
  box-sizing: border-box;
  color: #0a2f73;
  cursor: pointer;
  font-family: standardlifelight, Arial, sans-serif;
  height: 100%;
  position: absolute;
  right: 0;
  width: 15%;
  font-size: 1rem; }
  .we_cookie-overlay-button:hover {
    color: #0a2f73;
    text-decoration: underline; }
  .we_cookie-overlay-button:focus {
    outline-offset: -2px;
    text-decoration: underline; }

.we_cookie-overlay--active {
  animation-delay: 0.2s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
  display: block;
  animation-name: cookieOverlayShow; }

@keyframes cookieOverlayShow {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

.we_hero {
  background: linear-gradient(to right, #0a2f73 20%, #147cb3);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  font-family: standardlifelight, Arial, sans-serif;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .we_hero[data-src]::after {
    opacity: 1; }
  .we_hero:not([data-src])[style]::after {
    opacity: 0; }
  .we_hero::after {
    background: linear-gradient(to right, #0a2f73 20%, #147cb3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 1s;
    width: 100%; }
  .we_hero h1 {
    color: #ffffff;
    font-family: standardliferegular, Arial, sans-serif;
    margin: 0;
    padding-bottom: 10px;
    font-size: 3.125rem; }
  .we_hero p {
    color: #ffffff;
    line-height: 140%;
    font-size: 1.5rem; }

.we_hero-content {
  background: linear-gradient(to right, #0a2f73 20%, #147cb3);
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.we_hero-intro {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 40px 0;
  width: 100%; }
  .we_hero-intro > * {
    padding: 0 20px; }

.we_hero--full .we_hero-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.we_hero .we_search-input {
  margin-top: 18px; }

.we_hero .we_video {
  position: relative; }
  .we_hero .we_video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }
  .we_hero .we_video .we_image,
  .we_hero .we_video span {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
  .we_hero .we_video span:empty {
    z-index: -1; }
  .we_hero .we_video a:focus .we_image {
    border: 2px solid #83bffc;
    border-bottom-width: 4px; }

.we_hero .we_accordion {
  position: relative; }
  .we_hero .we_accordion i {
    position: absolute;
    top: 0; }
  .we_hero .we_accordion button {
    color: #ffffff;
    font-family: standardlifelight, Arial, sans-serif;
    margin-left: 25px; }
  .we_hero .we_accordion p {
    font-family: Arial, sans-serif;
    font-size: 1rem; }
  .we_hero .we_accordion svg {
    color: #ffbb00; }
  .we_hero .we_accordion .we_accordion-content {
    border-color: #ffbb00; }

.we_image {
  animation-delay: 0.5s;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-name: imageShow;
  max-width: 100%; }

.we_image__pad {
  height: 0;
  position: relative; }
  .we_image__pad img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.we_image__pad-16-9 {
  padding-bottom: 56.25%; }

.we_image__full-width img {
  width: 100%; }

.we_image__hidden {
  opacity: 0; }

@keyframes imageShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.we_info-box {
  border-radius: 3px;
  /* sld900 Ergaenzung wg. Responsive */
  min-width: 230px;
  padding: 15px 20px; }
  .we_info-box > * {
    overflow: hidden; }
  .we_info-box h2,
  .we_info-box h3 {
    margin-top: 0; }
  .we_info-box p:last-child {
    margin-bottom: 2px; }

.we_info-box-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.we_info-box__blue {
  background: #e9f2f9;
  color: #4b4b4b; }

.we_info-box__aqua {
  background: #e7f2f4;
  color: #4b4b4b; }

.we_info-box__purple {
  background: #e8dff4;
  color: #4b4b4b; }

.we_info-box__yellow {
  background: #fef8e7;
  color: #4b4b4b; }

.we_info-box__grey {
  background: #f5f6f7;
  color: #4b4b4b; }

.we_info-box__blue.we_info-box--important {
  border-radius: 0; }
  .we_info-box__blue.we_info-box--important > * {
    border-left: 8px solid #147cb3;
    padding-left: 20px; }

.we_info-box__aqua.we_info-box--important {
  border-radius: 0; }
  .we_info-box__aqua.we_info-box--important > * {
    border-left: 8px solid #087c89;
    padding-left: 20px; }

.we_info-box__purple.we_info-box--important {
  border-radius: 0; }
  .we_info-box__purple.we_info-box--important > * {
    border-left: 8px solid #0a2f73;
    padding-left: 20px; }

.we_info-box__yellow.we_info-box--important {
  border-radius: 0; }
  .we_info-box__yellow.we_info-box--important > * {
    border-left: 8px solid #ffbb00;
    padding-left: 20px; }

.we_info-box__grey.we_info-box--important {
  border-radius: 0; }
  .we_info-box__grey.we_info-box--important > * {
    border-left: 8px solid #4b4b4b;
    padding-left: 20px; }

.we_info-box__checkbox .we_checkbox label {
  background: inherit; }

.we_info-box__checkbox .we_checkbox input[type="checkbox"] + label {
  color: inherit; }

/* sld23o - Optimierung Layout / Ausrichtung
.we_info-box__checkbox .we_checkbox-check::before {
  top: 20px; } */

.we_info-box__checkbox .we_checkbox-check svg {
  margin-top: 6px; }

.we_checkbox input[type="checkbox"] ~ label.empty svg {
	left: 7px;
}

.we_checkbox label.empty {
	background-color: inherit;
	padding: 2px 1px 2px 0px !important;
	width: 26px;
	height: 24px;
}
/* ***** ***** cod08s - CHECKBOX ohne Label ***** ***** ***** ***** */

.we_notify {
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px; }

.we_notify-content {
  background-color: #6e3694;
  border-radius: 50%;
  color: #ffffff;
  font-family: standardlifelight, Arial, sans-serif;
  height: 3em;
  line-height: 150%;
  padding: 10px 0;
  position: absolute;
  right: 12px;
  text-align: center;
  top: -8px;
  width: 3em;
  font-size: 0.8125rem; }

.we_notify__important .we_notify-content {
  background-color: #d00f00; }

.we_notify__ribbon {
  overflow: hidden; }
  .we_notify__ribbon .we_notify-content {
    border-radius: 0;
    overflow: hidden;
    padding: 10px 0;
    right: -45px;
    top: 8px;
    transform: rotate(45deg);
    width: 150px; }

.we_option-box {
  /* sld23o Optimierung fuer Option-Box in we_form */
  border: 5px solid #e9f2f9;
  border-radius: 3px;
  box-shadow: 0 0 8px #c1c1c1;
  /* sld23o Optimierung fuer Option-Box in we_form */
  padding: 0px 10px;
  margin: 0px 0px 10px 0px; }

.we_option-box__editable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.we_option-box-heading {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.we_option-box-edit-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.we_option-box-cancel-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: none;
  border: none;
  color: #147cb3;
  cursor: pointer;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-family: standardlifelight, Arial, sans-serif;
  font-size: 16px;
  margin: 10px;
  padding: 10px 10px 12px;
  text-decoration: underline; }
  .we_option-box-cancel-button svg {
    background: #147cb3;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.1em;
    margin: 0;
    padding: 1px 1px 2px; }
  .we_option-box-cancel-button:hover {
    color: #0a2f73;
    text-decoration: none; }
    .we_option-box-cancel-button:hover svg {
      background: #0a2f73; }

.we_option-box-content,
.we_option-box-summary,
.we_option-box-edit {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%; }

.we_option-box-edit {
  display: none; }

.we_option-box-summary--hidden {
  display: none; }

.we_option-box-edit--visible {
  display: block; }

.we_search-bar {
  background-color: #147cb3;
  padding: 20px; }

.we_search-input {
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }
  .we_search-input label {
    display: none; }
  .we_search-input input {
    border: none;
    box-sizing: border-box;
    line-height: normal;
    padding: 10px;
    width: 100%;
    font-size: 1.25rem; }
  .we_search-input button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px; }

.we_search-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px; }

.we_search-results a {
  text-decoration: none; }
  .we_search-results a:hover {
    text-decoration: underline; }

.we_search-results p {
  padding-bottom: 20px; }

@keyframes we_search_fade_in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1; } }

.we_search-result {
  animation: we_search_fade_in 0.8s ease;
  border-bottom: 1px solid #c1c1c1;
  margin: 0 0 30px; }
  .we_search-result > * {
    max-width: 600px; }
  .we_search-result .we_search-result-title {
    color: #147cb3;
    font-family: standardlifelight, Arial, sans-serif;
    margin: 0 0 5px;
    font-size: 1.375rem; }
  .we_search-result a:focus .we_search-result-title {
    background: #ffbb00;
    color: #0a2f73;
    outline: 2px solid #0a2f73; }

.we_search-more {
  background-color: #147cb3;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
  font-size: 1rem; }
  .we_search-more[disabled] {
    display: none; }

/* stylelint-disable declaration-no-important */
.we_align-left {
  text-align: left !important; }

.we_align-center {
  text-align: center !important; }

.we_align-right {
  text-align: right !important; }

.we_justify-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.we_justify-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.we_justify-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.we_justify-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.we_justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.we_align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.we_align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.we_align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.we_align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.we_align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.we_align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.we_align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.we_align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.we_align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.we_align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.we_align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.we_align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.we_align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.we_align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.we_align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

.we_align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.we_align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_border-radius {
  border-radius: 3px; }

.we_box-shadow {
  box-shadow: 0 0 8px #c1c1c1; }

.we_border-pale-blue {
  border: 10px solid #e9f2f9; }

.we_border-none {
  border: none !important; }

.we_border-all {
  border: 1px solid #c1c1c1 !important; }

.we_border-top {
  border-top: 1px solid #c1c1c1 !important; }

.we_border-bottom {
  border-bottom: 1px solid #c1c1c1 !important; }

.we_border-left {
  border-left: 1px solid #c1c1c1 !important; }

.we_border-right {
  border-right: 1px solid #c1c1c1 !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_color-blue {
  color: #0a2f73 !important; }

.we_color-blue-alt {
  color: #147cb3 !important; }

.we_color-blue-dark {
  color: #121f47 !important; }

.we_color-aqua {
  color: #087c89 !important; }

.we_color-aqua-alt {
  color: #4fbba3 !important; }

.we_color-aqua-dark {
  color: #0a5560 !important; }

.we_color-purple {
  color: #6e3694 !important; }

.we_color-purple-alt {
  color: #855196 !important; }

.we_color-purple-dark {
  color: #56246a !important; }

.we_color-yellow {
  color: #ffbb00 !important; }

.we_color-yellow-alt {
  color: #ffdd00 !important; }

.we_color-yellow-dark {
  color: #ff8a00 !important; }

.we_color-grey {
  color: #4b4b4b !important; }

.we_color-grey-alt {
  color: #c1c1c1 !important; }

.we_color-ux-red {
  color: #d00f00 !important; }

.we_color-ux-green {
  color: #008616 !important; }

.we_color-ux-orange {
  color: #cb4f00 !important; }

.we_color-ux-magenta {
  color: #a20067 !important; }

.we_color-white {
  color: #ffffff !important; }

.we_background-color-blue {
  background-color: #0a2f73 !important; }

.we_background-color-blue-pale {
  background-color: #e9f2f9 !important; }

.we_background-color-aqua {
  background-color: #087c89 !important; }

.we_background-color-aqua-pale {
  background-color: #e7f2f4 !important; }

.we_background-color-purple {
  background-color: #6e3694 !important; }

.we_background-color-purple-pale {
  background-color: #e8dff4 !important; }

.we_background-color-yellow-pale {
  background-color: #fef8e7 !important; }

.we_background-color-grey-pale {
  background-color: #f5f6f7 !important; }

.we_background-color-ux-green-pale {
  background-color: #e6f3e7 !important; }

.we_background-color-white {
  background-color: #ffffff !important; }

.we_gradient-background-blue {
  background: linear-gradient(to right, #0a2f73 20%, #147cb3) !important; }

.we_gradient-background-aqua {
  background: linear-gradient(to right, #0a2f73 20%, #087c89) !important; }

.we_gradient-background-purple {
  background: linear-gradient(to right, #0a2f73 20%, #6e3694) !important; }

.we_gradient-background-yellow {
  background: linear-gradient(to right, #ff8a00 20%, #ffdd00) !important; }

.we_gradient-background-blue__angle {
  background: linear-gradient(to top right, #0a2f73 20%, #147cb3) !important; }

.we_gradient-background-aqua__angle {
  background: linear-gradient(to top right, #0a2f73 20%, #087c89) !important; }

.we_gradient-background-purple__angle {
  background: linear-gradient(to top right, #0a2f73 20%, #6e3694) !important; }

.we_gradient-background-yellow__angle {
  background: linear-gradient(to top right, #ff8a00 20%, #ffdd00) !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_font-size-smaller {
  font-size: 0.875rem !important; }

.we_font-size-larger {
  font-size: 1.125rem !important; }

.we_font-size-h1 {
  /* sld23o - Standard auf "Secure" geaendert */  
  font-size: 2rem !important; }

.we_font-size-h2 {
  /* sld23o - Standard auf "Secure" geaendert */
  font-size: 1.5rem !important; }

.we_font-size-h3 {
  font-size: 1.375rem !important; }

.we_font-size-h4 {
  font-size: 1.25rem !important; }

.we_font-size-h5 {
  font-size: 1.125rem !important; }

.we_font-size-h6 {
  font-size: 1rem !important; }

.we_font-size-landing-h1 {
  font-size: 3.125rem !important; }

.we_font-size-landing-h2 {
  font-size: 2.1875rem !important; }

.we_font-size-landing-h3 {
  font-size: 1.75rem !important; }

.we_font-size-landing-h4 {
  font-size: 1.25rem !important; }

.we_font-size-secure-h1 {
  font-size: 2rem !important; }

.we_font-size-secure-h2 {
  font-size: 1.5rem !important; }

.we_font-size-secure-h3 {
  font-size: 1.375rem !important; }

.we_font-size-secure-h4 {
  font-size: 1.25rem !important; }

.we_font-size-secure-h5 {
  font-size: 1.125rem !important; }

.we_font-type-light {
  font-family: standardlifelight, Arial, sans-serif !important; }

.we_font-type-regular {
  font-family: standardliferegular, Arial, sans-serif !important; }

.we_font-type-default {
  font-family: Arial, sans-serif !important; }

.we_font-weight-light {
  font-weight: 100 !important; }

.we_font-weight-regular {
  font-weight: 300 !important; }

.we_font-weight-bold {
  font-weight: 600 !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_margin-none {
  margin: 0 !important; }

.we_margin-all,
.we_margin-all-x2,
.we_margin-all-x4 {
  margin: 20px !important; }

.we_margin-top,
.we_margin-top-x2,
.we_margin-top-x4 {
  margin-top: 20px !important; }

.we_margin-bottom,
.we_margin-bottom-x2,
.we_margin-bottom-x4 {
  margin-bottom: 20px !important; }

.we_margin-left,
.we_margin-left-x2,
.we_margin-left-x4 {
  margin-left: 20px !important; }

.we_margin-right,
.we_margin-right-x2,
.we_margin-right-x4 {
  margin-right: 20px !important; }

.we_margin-all-half {
  margin: 10px !important; }

.we_margin-top-half {
  margin-top: 10px !important; }

.we_margin-bottom-half {
  margin-bottom: 10px !important; }

.we_margin-left-half {
  margin-left: 10px !important; }

.we_margin-right-half {
  margin-right: 10px !important; }

/* stylelint-enable declaration-no-important */
.we_group::after {
  clear: both;
  content: "";
  display: table; }

.we_visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.we_visually-hidden-focusable:active,
.we_visually-hidden-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

/* stylelint-disable declaration-no-important */
.we_padding-none {
  padding: 0 !important; }

.we_padding-all,
.we_padding-all-x2,
.we_padding-all-x4 {
  padding: 20px !important; }

.we_padding-top,
.we_padding-top-x2,
.we_padding-top-x4 {
  padding-top: 20px !important; }

.we_padding-bottom,
.we_padding-bottom-x2,
.we_padding-bottom-x4 {
  padding-bottom: 20px !important; }

.we_padding-left,
.we_padding-left-x2,
.we_padding-left-x4 {
  padding-left: 20px !important; }

.we_padding-right,
.we_padding-right-x2,
.we_padding-right-x4 {
  padding-right: 20px !important; }

.we_padding-all-half {
  padding: 10px !important; }

.we_padding-top-half {
  padding-top: 10px !important; }

.we_padding-bottom-half {
  padding-bottom: 10px !important; }

.we_padding-left-half {
  padding-left: 10px !important; }

.we_padding-right-half {
  padding-right: 10px !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_display-block {
  display: block !important; }

.we_display-inline {
  display: inline !important; }

.we_display-inline-block {
  display: inline-block !important; }

.we_position-relative {
  position: relative !important; }

.we_position-absolute {
  position: absolute !important; }

.we_position-top {
  top: 0 !important; }

.we_position-bottom {
  bottom: 0 !important; }

.we_position-left {
  left: 0 !important; }

.we_position-right {
  right: 0 !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_width-small {
  max-width: 300px !important; }

.we_width-medium {
  max-width: 600px !important; }

.we_width-large {
  max-width: 900px !important; }

.we_width-full {
  width: 100% !important; }

.we_width-secure {
  width: 980px !important; }

/* stylelint-enable declaration-no-important */
/* stylelint-disable declaration-no-important */
.we_visible {
  visibility: visible !important; }

.we_invisible {
  visibility: hidden !important; }

.we_hidden {
  display: none !important; }

/* stylelint-enable declaration-no-important */

@media (min-width: 320px) {

  .we_grid4-min {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid6-min {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid8-min {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; } }

@media (min-width: 480px) {

  .we_grid3-smaller {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 25%;
    max-width: 25%; }

  .we_grid4-smaller {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid6-smaller {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid8-smaller {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; }

  .we_grid9-smaller {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 75%;
    max-width: 75%; }

  .we_tabs-list {
    display: -ms-flexbox;
    display: flex; }

  /*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
  .we_tabs-item, .ui-tabs .ui-tabs-nav li {
    display: inline-block;
    margin: 0 8px -1px 0; }

  .we_tabs-item:first-of-type {
    margin-left: 10px; }

  .we_tabs-item a {
    width: auto; }

  /*cod08s Primefaces Klassen fuer Tabreiter zugeordnet.*/
  .we_tabs-item.we_tabs-item--active, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    border-bottom: 1px solid #ffffff; }

  .we_star-rating label span {
    color: #0a2f73;
    display: block;
    font-family: standardlifelight, Arial, sans-serif;
    opacity: 0;
    position: absolute;
    top: 15%;
    font-size: 1.75rem; }

  .we_star-rating input:checked + label span {
    opacity: 1; }

  .we_star-rating-inputs:hover input + label span {
    opacity: 0; }

  .we_star-rating input:hover + label span {
    opacity: 1; }

  .we_star-rating label:nth-of-type(5) span {
    left: 4.375rem; }

  .we_star-rating label:nth-of-type(4) span {
    left: 7.5rem; }

  .we_star-rating label:nth-of-type(3) span {
    left: 10.625rem; }

  .we_star-rating label:nth-of-type(2) span {
    left: 13.75rem; }

  .we_star-rating label:nth-of-type(1) span {
    left: 16.875rem; }

  .we_footer-col-4,
  .we_footer-col-6 {
    width: 50%; }

  .we_footer-spacer:nth-child(odd) {
    padding-right: 20px; }

  .we_footer-wrapper {
    padding: 50px 0 0; }

  .we_footer-strapline {
    display: block;
    right: 6%;
    top: -35px; }

  .we_footer-golden-thread {
    display: block;
    margin-bottom: -40px; }

  .we_footer-golden-thread svg {
    height: 70px; }

  .we_footer-golden-thread-svg {
    stroke-width: 6px; }

  /* sld23o Optimierung Layout Option-Box in we_form
  .we_option-box {
    padding: 10px 30px; }*/

  .we_margin-all-x4 {
    margin: 40px !important; }

  .we_margin-top-x4 {
    margin-top: 40px !important; }

  .we_margin-bottom-x4 {
    margin-bottom: 40px !important; }

  .we_margin-left-x4 {
    margin-left: 40px !important; }

  .we_margin-right-x4 {
    margin-right: 40px !important; }

  .we_padding-all-x4 {
    padding: 40px !important; }

  .we_padding-top-x4 {
    padding-top: 40px !important; }

  .we_padding-bottom-x4 {
    padding-bottom: 40px !important; }

  .we_padding-left-x4 {
    padding-left: 40px !important; }

  .we_padding-right-x4 {
    padding-right: 40px !important; } }

@media (min-width: 667px) {

  .we_grid1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 8.333333%;
    max-width: 8.333333%; }

  .we_grid2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 16.666666%;
    max-width: 16.666666%; }

  .we_grid3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 25%;
    max-width: 25%; }

  .we_grid4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid5 {
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 41.666666%;
    max-width: 41.666666%; }

  .we_grid6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 58.333333%;
    max-width: 58.333333%; }

  .we_grid8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; }

  .we_grid9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 75%;
    max-width: 75%; }

  .we_grid10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 83.333333%;
    max-width: 83.333333%; }

  .we_grid11 {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 91.666666%;
    max-width: 91.666666%; }

  .we_line-under::after {
    width: 80px; }

  .we_footer-col-3:not(:last-child) {
    width: 33.333333%; }

  .we_footer-col-4 {
    width: 25%; }

  .we_footer-col-6 {
    width: 33.333333%; }

  .we_footer-spacer {
    padding-right: 20px; }

  .we_footer-spacer:nth-child(3) {
    padding-right: 0; }

  .we_footer-copyright {
    float: right;
    padding-bottom: 15px; }

  .we_footer-strapline {
    right: 8%;
    top: -25px; }

  .we_footer-golden-thread-svg {
    stroke-width: 7px; }

  .we_header-tile {
    min-width: 100px; }

  /* sld900 - Anpassung fuer Logout */
  .we_header-login svg {
    display: inline-block !important; } 

  /* sld900 - Ergaenzung fuer Logout */
  .we_header-login .we_icon {
      display: inline-flex; }  
   
  .we_header-menu {
    min-width: 60px; } }

@media (min-width: 768px) {

  .we_content {
    padding: 10px 60px 0 20px; }

  .we_grid {
    padding: 0 20px; }

  .we_grid1,
    .we_grid2,
    .we_grid3,
    .we_grid4,
    .we_grid5,
    .we_grid6,
    .we_grid7,
    .we_grid8,
    .we_grid9,
    .we_grid10,
    .we_grid11,
    .we_grid12 {
    padding-left: 15px;
    padding-right: 15px; }

  .we_grid1-medium {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 8.333333%;
    max-width: 8.333333%; }

  .we_grid2-medium {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 16.666666%;
    max-width: 16.666666%; }

  .we_grid3-medium {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 25%;
    max-width: 25%; }

  .we_grid4-medium {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid5-medium {
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 41.666666%;
    max-width: 41.666666%; }

  .we_grid6-medium {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid7-medium {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 58.333333%;
    max-width: 58.333333%; }

  .we_grid8-medium {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; }

  .we_grid9-medium {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 75%;
    max-width: 75%; }

  .we_grid10-medium {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 83.333333%;
    max-width: 83.333333%; }

  .we_grid11-medium {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 91.666666%;
    max-width: 91.666666%; }

  .we_overlay {
    padding: 80px 20px; }

  .we_tabs-item a {
    font-size: 1.125rem; }

  /* sld900 - Ergaenzung / Ueberschreibung */
  .we_footer {
    padding-bottom: 0px; }

  .we_footer-strapline {
    right: 8%;
    top: -30px;
    font-size: 1.25rem; }

  .we_footer-golden-thread {
    margin-bottom: -60px; }

  .we_footer-golden-thread svg {
    height: 100px; }

  .we_footer-golden-thread-svg {
    stroke-width: 6px; }

  .we_progress-bar-item {
    margin: 10px 20px;
    padding: 72px 0 0;
    text-indent: 0;
    font-size: 1rem; }

  .we_progress-bar-item.we_icon svg {
    height: 2em;
    top: 12px;
    width: 2em; }

  .we_progress-bar-item::after {
    height: 60px;
    width: 60px; }

  .we_progress-bar-item:not(:first-child)::before {
    height: 5px;
    left: -60%;
    top: 28px;
    width: 115%; }

  .we_progress-bar-item[data-step]::after {
    padding-top: 6px;
    font-size: 1.875rem; }

  .we_sidebar-item {
    max-width: 280px; }

  .we_tile {
    -ms-flex-direction: row;
    flex-direction: row; }

  .we_hero {
    margin-bottom: -20px;
    top: -40px; }

  .we_hero[data-src] .we_hero-intro, .we_hero[style] .we_hero-intro {
    min-height: 280px; }

  .we_hero:not([data-src])[style] .we_hero-content {
    background: linear-gradient(to right, #0a2f73 15%, #147cb3 50%, rgba(20, 124, 179, 0) 80%); }

  .we_hero-intro {
    min-height: 230px;
    padding: 70px 0 25px; }

  .we_hero-intro > * {
    padding: 0 50% 0 20px; }

  .we_hero--full .we_hero-intro > * {
    padding: 40px; }

  .we_margin-all-x2 {
    margin: 40px !important; }

  .we_margin-top-x2 {
    margin-top: 40px !important; }

  .we_margin-bottom-x2 {
    margin-bottom: 40px !important; }

  .we_margin-left-x2 {
    margin-left: 40px !important; }

  .we_margin-right-x2 {
    margin-right: 40px !important; }

  .we_margin-all-x4 {
    margin: 80px !important; }

  .we_margin-top-x4 {
    margin-top: 80px !important; }

  .we_margin-bottom-x4 {
    margin-bottom: 80px !important; }

  .we_margin-left-x4 {
    margin-left: 80px !important; }

  .we_margin-right-x4 {
    margin-right: 80px !important; }

  .we_padding-all-x2 {
    padding: 40px !important; }

  .we_padding-top-x2 {
    padding-top: 40px !important; }

  .we_padding-bottom-x2 {
    padding-bottom: 40px !important; }

  .we_padding-left-x2 {
    padding-left: 40px !important; }

  .we_padding-right-x2 {
    padding-right: 40px !important; }

  .we_padding-all-x4 {
    padding: 80px !important; }

  .we_padding-top-x4 {
    padding-top: 80px !important; }

  .we_padding-bottom-x4 {
    padding-bottom: 80px !important; }

  .we_padding-left-x4 {
    padding-left: 80px !important; }

  .we_padding-right-x4 {
    padding-right: 80px !important; } }

/* sld23o Anpassung wg. deutschem Floating Toolbar */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .we_content {
    padding-right: 20px; } }

@media (min-width: 1024px) {

  .we_grid1-large {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 8.333333%;
    max-width: 8.333333%; }

  .we_grid2-large {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 16.666666%;
    max-width: 16.666666%; }

  .we_grid3-large {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 25%;
    max-width: 25%; }

  .we_grid4-large {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid5-large {
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 41.666666%;
    max-width: 41.666666%; }

  .we_grid6-large {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid7-large {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 58.333333%;
    max-width: 58.333333%; }

  .we_grid8-large {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; }

  .we_grid9-large {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 75%;
    max-width: 75%; }

  .we_grid10-large {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 83.333333%;
    max-width: 83.333333%; }

  .we_grid11-large {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 91.666666%;
    max-width: 91.666666%; }

  /* sld900 - Ergaenzung / Ueberschreibung */
  .we_footer {
    padding-bottom: 5px; }   

  .we_footer-col-3 {
    width: 33.333333%; }

  .we_footer-col-3:not(:last-child) {
    width: 16.666666%; }

  .we_footer-col-6 {
    width: 16.666666%; }

  .we_footer-spacer:nth-child(3) {
    padding-right: 20px; }

  .we_footer-spacer:last-child {
    padding-right: 0; }

  .we_hero[data-src] .we_hero-intro, .we_hero[style] .we_hero-intro {
    min-height: 350px; } }

@media (min-width: 1280px) {

  .we_grid1-larger {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 8.333333%;
    max-width: 8.333333%; }

  .we_grid2-larger {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 16.666666%;
    max-width: 16.666666%; }

  .we_grid3-larger {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 25%;
    max-width: 25%; }

  .we_grid4-larger {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid5-larger {
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 41.666666%;
    max-width: 41.666666%; }

  .we_grid6-larger {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid7-larger {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 58.333333%;
    max-width: 58.333333%; }

  .we_grid8-larger {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; }

  .we_grid9-larger {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 75%;
    max-width: 75%; }

  .we_grid10-larger {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 83.333333%;
    max-width: 83.333333%; }

  .we_grid11-larger {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 91.666666%;
    max-width: 91.666666%; }

  .we_footer-strapline {
    right: 9%; }

  .we_footer-golden-thread svg {
    height: 141px; }

  .we_footer-golden-thread {
    margin-bottom: -90px; }

  .we_hero[data-src] .we_hero-intro, .we_hero[style] .we_hero-intro {
    min-height: 425px; } }

@media (min-width: 1600px) {

  .we_grid1-full {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 8.333333%;
    max-width: 8.333333%; }

  .we_grid2-full {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 16.666666%;
    max-width: 16.666666%; }

  .we_grid3-full {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 25%;
    max-width: 25%; }

  .we_grid4-full {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 33.333333%;
    max-width: 33.333333%; }

  .we_grid5-full {
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 41.666666%;
    max-width: 41.666666%; }

  .we_grid6-full {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 50%;
    max-width: 50%; }

  .we_grid7-full {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 58.333333%;
    max-width: 58.333333%; }

  .we_grid8-full {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 66.666666%;
    max-width: 66.666666%; }

  .we_grid9-full {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 75%;
    max-width: 75%; }

  .we_grid10-full {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 83.333333%;
    max-width: 83.333333%; }

  .we_grid11-full {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    /* sld23o "Stabiler" bei Veraenderung der Screen-Groesse bzw. des Inhalts */
    width: 91.666666%;
    max-width: 91.666666%; }

  .we_hero[data-src] .we_hero-intro, .we_hero[style] .we_hero-intro {
    min-height: 525px; }

  .we_hero-intro {
    padding: 75px 0 50px; } }

@media (min-width: 2200px) {

  .we_hero h1 {
    font-size: 2.4vw; }

  .we_hero[data-src] .we_hero-intro, .we_hero[style] .we_hero-intro {
    min-height: 600px; } }

@media (max-width: 1600px) {

  .we_show-full {
    display: none !important; } }

@media screen and (prefers-reduced-motion: reduce) {

  .we_cookie-overlay--active {
    /* stylelint-disable-line media-feature-name-no-unknown */
    animation-name: none; } }

@media (max-width: 768px) {

  .we_side-tabs {
    -ms-flex-direction: column;
    flex-direction: column; }

  .we_side-tabs .we_side-tabs--selected {
    background-color: #ffffff;
    color: #147cb3; }

  .we_side-tabs .we_side-tabs--selected::before {
    background: none; }

  .we_side-tabs .we_side-tabs--selected::after {
    background: none; }

  .we_side-tabs .we_side-tabs-list {
    border: none; }

  .we_side-tabs-intro {
    -ms-flex-order: -1;
    order: -1;
    padding: 10px 30px 5px;
    width: 100%; }

  .we_side-tabs-intro h2 {
    font-size: 1.125rem; }

  .we_side-tabs-list {
    padding: 0 30px;
    width: 100%; }

  .we_side-tabs-list h3 {
    margin: 15px 0 0; }

  .we_side-tabs-button {
    padding: 15px 0; }

  .we_show-medium {
    display: none !important; } }

@media (max-width: 320px) {

  .we_show-min {
    display: none !important; } }

@media (max-width: 480px) {
  /*cod08s linie unter letzten Tabreiter*/
  .ui-tabs .ui-tabs-nav li:last-child a {
      border-bottom: 1px solid #c1c1c1;
  }
   
  .we_show-smaller {
    display: none !important; } }

@media (max-width: 667px) {

  .we_show-small {
    display: none !important; } }

@media (max-width: 1024px) {

  .we_show-large {
    display: none !important; } }

@media (max-width: 1280px) {

  .we_show-larger {
    display: none !important; } }

@media screen and (max-width: 400px) {

  .we_header .gn-menu-wrapper.gn-open-all {
    transform: translateX(0);
    width: 100%;
    z-index: 999; }

  .we_header .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%;
    z-index: 999; } }
