/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html {
  color: #000;
  background: #ffffff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media all {
  .e-btn {
    display: block;
    padding: 4px 10px 4px 4px;
  }
  .e-btn.btn-navigation {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.1875em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 5px;
    background: #f3f3f3;
    -webkit-box-shadow: 1px 1px 1px 0 #bbb;
    -moz-box-shadow: 1px 1px 1px 0 #bbb;
    box-shadow: 1px 1px 1px 0 #bbb;
  }
  .e-btn.btn-navigation:hover {
    color: #cc0000;
    background: #ffffff;
  }
  .e-btn.btn-navigation.state-active,
  .e-btn.btn-navigation:focus,
  .e-btn.btn-navigation:active {
    margin-top: 1px;
    -webkit-box-shadow: -1px -1px 1px 0 #bbbbbb;
    -moz-box-shadow: -1px -1px 1px 0 #bbbbbb;
    box-shadow: -1px -1px 1px 0 #bbbbbb;
  }
  .e-btn.btn-standard {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.875em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background: #003388;
  }
  .e-btn.btn-standard:hover {
    background: #08153f;
  }
  .e-btn.btn-standard:focus,
  .e-btn.btn-standard:active {
    background: #08153f;
  }
  .e-btn.btn-standard .glyph-link {
    margin-left: 16px;
  }
  .e-btn.btn-standard .glyph-link:before {
    font-family: 'finma';
    font-size: 24px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60f';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 5px;
  }
  .e-btn.btn-standard .glyph-download {
    margin-left: 20px;
  }
  .e-btn.btn-standard .glyph-download:before {
    font-family: 'finma';
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60d';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .e-btn.btn-cta {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.875em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: none;
    outline: none;
    line-height: 1;
    background: #003388;
  }
  .e-btn.btn-cta:hover {
    background: #08153f;
  }
  .e-btn.btn-cta:focus,
  .e-btn.btn-cta:active {
    background: #08153f;
  }
  .e-btn.btn-cta .glyph-link {
    margin-left: 16px;
  }
  .e-btn.btn-cta .glyph-link:before {
    font-family: 'finma';
    font-size: 24px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60f';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 5px;
  }
  .e-btn.btn-secondary {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #a1b7b4;
    color: #003388;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    padding: 7px 12px 5px 30px;
    position: relative;
    background: #ffffff;
  }
  .e-btn.btn-secondary:hover {
    background: #f8f8f8;
    color: #cc0000;
  }
  .e-btn.btn-secondary:focus,
  .e-btn.btn-secondary:active {
    background: #f8f8f8;
    color: #cc0000;
  }
  .e-btn.btn-secondary:before {
    font-family: 'finma';
    font-size: 2em;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60f';
    position: absolute;
    top: 0;
    left: 3px;
  }
  .e-btn.btn-search {
    display: inline-block;
    border: 0;
    /* for use as button */
    overflow: visible;
    /* IE7 Fix */
    line-height: normal;
    /* normalize ff & webkit */
    cursor: pointer;
    text-decoration: none;
    padding: .3125em .375em;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #003388;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4080', endColorstr='#06346b',GradientType=0 );
  }
  .e-btn.btn-search:before {
    font-family: 'finma';
    font-size: 30px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e615';
    vertical-align: middle;
    position: relative;
  }
  .e-btn.btn-search:hover {
    background: #08153f;
  }
  .e-btn.btn-status {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.875em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 12px 7px 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: 1px solid #a1b7b4;
    background: #ffffff;
  }
  .e-btn.btn-status:hover {
    background: #dddddd;
  }
  .e-btn.btn-status:focus,
  .e-btn.btn-status:active {
    color: #003388;
    background: #dddddd;
  }
  .e-btn.btn-finma-public {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.125em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background: #003388;
  }
  .e-btn.btn-finma-public:hover {
    background: #08153f;
  }
  .e-btn.btn-finma-public:focus,
  .e-btn.btn-finma-public:active {
    background: #003388;
  }
  .e-btn.btn-finma-public.state-active {
    background: #003388;
    padding-bottom: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .e-btn.btn-navmain-mobile {
    display: none;
  }
  .e-btn.btn-search-mobile {
    display: none;
  }
  .e-btn.btn-icon {
    padding: 0;
  }
  .e-btn.btn-icon.icon-rss {
    position: absolute;
    right: 0;
    bottom: 1px;
    text-decoration: none;
  }
  .e-btn.btn-icon.icon-rss:after {
    font-family: 'finma';
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e613';
    font-size: 26px;
    display: inline-block;
  }
  .e-btn.btn-icon.icon-document.pdf:before {
    font-family: 'finma';
    font-size: 30px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e616';
  }
  .e-btn.btn-icon.icon-document.doc:before {
    font-family: 'finma';
    font-size: 30px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e618';
  }
  .e-btn.btn-icon.icon-document.xls:before {
    font-family: 'finma';
    font-size: 30px;
    font-weight: bold;
    color: #637a00;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e619';
  }
  .e-btn.btn-icon.icon-document.csv:before {
    font-family: 'finma';
    font-size: 30px;
    font-weight: bold;
    color: #637a00;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e900';
  }
  .e-btn.btn-icon.icon-document.ppt:before {
    font-family: 'finma';
    font-size: 30px;
    font-weight: bold;
    color: #c94600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e617';
  }
  .e-btn.btn-icon.icon-document.zip:before {
    font-family: 'finma';
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e61a';
  }
  .e-btn.btn-icon.icon-notification:before {
    font-family: 'finma';
    font-size: 32px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e61f';
  }
  .e-btn.btn-icon.icon-notification:hover:before {
    color: #cc0000;
  }
  .e-btn.btn-icon.icon-notification.state-active:before {
    color: #666666;
  }
  .e-btn.btn-icon.icon-delete:before {
    font-family: 'finma';
    font-size: 34px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e609';
  }
}
@media screen and (max-width: 47.9375em) {
  .e-btn.btn-status {
    width: 100%;
  }
  .e-btn.btn-finma-public {
    width: 100%;
    padding: 14px 16px 12px 14px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.125em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #0a3f80;
  }
  .e-btn.btn-finma-public:after {
    font-family: 'finma';
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: '\e600';
    display: inline-block;
    float: right;
    margin-top: -4px;
    margin-right: 4px;
    line-height: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .e-btn.btn-finma-public.state-active {
    padding-bottom: 10px;
  }
  .e-btn.btn-navmain-mobile {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    outline-style: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .e-btn.btn-navmain-mobile:before {
    font-family: 'finma';
    font-size: 34px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e610';
    display: inline-block;
    margin-top: 1px;
  }
  .e-btn.btn-navmain-mobile.state-active {
    background: transparent;
  }
  .e-btn.btn-navmain-mobile.state-active:before {
    font-family: 'finma';
    font-size: 34px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e61d';
    display: block;
    margin-top: 1px;
  }
  .e-btn.btn-search-mobile {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    right: 60px;
    top: 12px;
    cursor: pointer;
    outline-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
  }
  .e-btn.btn-search-mobile:before {
    font-family: 'finma';
    font-size: 34px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e615';
    display: inline-block;
    margin-top: 1px;
  }
  .e-btn.btn-icon {
    padding: 0;
  }
  .e-btn.btn-icon.icon-document.pdf:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-btn.btn-icon.icon-document.doc:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-btn.btn-icon.icon-document.xls:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: normal;
    color: #637a00;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-btn.btn-icon.icon-document.csv:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: normal;
    color: #637a00;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-btn.btn-icon.icon-document.ppt:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: normal;
    color: #c94600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-btn.btn-icon.icon-document.zip:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-btn.btn-icon.icon-notification:before {
    font-family: 'finma';
    font-size: 32px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e61f';
  }
}
@media all {
  .e-datepicker {
    position: relative;
    height: 32px;
    width: 100%;
  }
  .e-datepicker .title {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    cursor: pointer;
    background: #f8f8f8;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 8px;
  }
  .e-datepicker .title:after {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    position: absolute;
    right: 0;
    line-height: 30px;
  }
  .e-datepicker .title.open:after {
    content: '\e602';
  }
  .e-datepicker .flyout {
    position: absolute;
    top: 100%;
    padding: 8px;
    background: #f8f8f8;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 100;
  }
  .e-datepicker .flyout label {
    color: #111111;
    font-size: 13px;
    display: block;
  }
  .e-datepicker .flyout label:not(:first-child) {
    margin-top: 8px;
  }
  .e-datepicker .flyout input {
    width: 100%;
    font-size: 13px;
    height: 22px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 47.9375em) {
  .e-datepicker .flyout {
    width: 100%;
    padding-bottom: 12px;
  }
  .e-datepicker .flyout input {
    font-size: 12px;
    padding: 2px 5px;
  }
  .e-datepicker .flyout .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
  }
}
@media all {
  .e-dropdown,
  .e-dropdown div,
  .e-dropdown li,
  .e-dropdown div::after {
    -webkit-transition: all 150ms ease-in-out 0;
    -moz-transition: all 150ms ease-in-out 0;
    -ms-transition: all 150ms ease-in-out 0;
    -o-transition: all 150ms ease-in-out 0;
    transition: all 150ms ease-in-out 0;
  }
  .e-dropdown .selected::after,
  .e-dropdown.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
  }
  .e-dropdown {
    position: relative;
    width: 160px;
    border: 1px solid #cccccc;
    cursor: pointer;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .e-dropdown .carat {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -11px;
  }
  .e-dropdown .carat:after {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    vertical-align: middle;
    position: absolute;
    left: -15px;
  }
  .e-dropdown.open {
    z-index: 2;
  }
  .e-dropdown.open .carat:after {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e602';
    vertical-align: middle;
    position: absolute;
    left: -15px;
  }
  .e-dropdown:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .e-dropdown.focus {
    box-shadow: 0 0 5px rgba(51, 102, 248, 0.4);
  }
  .e-dropdown.disabled .carat {
    border-top-color: #a1a1a1;
  }
  .e-dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  .e-dropdown select {
    position: absolute;
    left: 0;
    top: 0;
  }
  .e-dropdown.touch .old {
    width: 100%;
    height: 100%;
  }
  .e-dropdown.touch select {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .e-dropdown .selected,
  .e-dropdown li {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
  }
  .e-dropdown.disabled .selected {
    color: #999;
  }
  .e-dropdown.selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    box-shadow: inset -55px 0 25px -20px #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .e-dropdown div {
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: 2px;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-top: 1px solid #dddddd;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    opacity: 0;
  }
  .e-dropdown.open div {
    opacity: 1;
    z-index: 2;
  }
  .e-dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: inset 0 -50px 30px -35px #ffffff;
  }
  .e-dropdown.scrollable.bottom div::after {
    opacity: 0;
  }
  .e-dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
  }
  .e-dropdown.scrollable.open ul {
    overflow-y: auto;
  }
  .e-dropdown li {
    list-style: none;
    padding: 8px 12px;
  }
  .e-dropdown li.focus {
    background: #ccc;
    position: relative;
    z-index: 3;
    color: #fff;
  }
  .e-dropdown li.active {
    font-weight: 700;
  }
}
@media all {
  .e-table {
    margin-bottom: 32px;
  }
  .e-table table.horizontal,
  table.horizontal.e-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #111111;
  }
  .e-table table.horizontal thead,
  table.horizontal.e-table thead {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #cccccc;
  }
  .e-table table.horizontal tbody,
  table.horizontal.e-table tbody {
    border-right: 1px solid #cccccc;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.horizontal th,
  table.horizontal.e-table th {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    color: #111111;
    background-color: #efefef;
  }
  .e-table table.horizontal th.last,
  table.horizontal.e-table th.last {
    border-right: none;
  }
  .e-table table.horizontal th[data-sort],
  table.horizontal.e-table th[data-sort] {
    cursor: pointer;
    color: #666666;
  }
  .e-table table.horizontal .table-sorting-arrow,
  table.horizontal.e-table .table-sorting-arrow {
    position: relative;
  }
  .e-table table.horizontal .table-sorting-arrow:after,
  table.horizontal.e-table .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.8em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
  }
  .e-table table.horizontal th.sorting-asc,
  table.horizontal.e-table th.sorting-asc {
    color: #333333;
  }
  .e-table table.horizontal th.sorting-asc .table-sorting-arrow:after,
  table.horizontal.e-table th.sorting-asc .table-sorting-arrow:after {
    color: #333333;
  }
  .e-table table.horizontal th.sorting-desc,
  table.horizontal.e-table th.sorting-desc {
    color: #333333;
  }
  .e-table table.horizontal th.sorting-desc .table-sorting-arrow:after,
  table.horizontal.e-table th.sorting-desc .table-sorting-arrow:after {
    color: #333333;
  }
  .e-table table.horizontal th,
  table.horizontal.e-table th,
  .e-table table.horizontal td,
  table.horizontal.e-table td {
    padding: 15px 15px;
    border-collapse: collapse;
  }
  .e-table table.horizontal tr,
  table.horizontal.e-table tr {
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
  }
  .e-table table.horizontal tr:nth-child(2n+2),
  table.horizontal.e-table tr:nth-child(2n+2) {
    background: #fdfdfd;
  }
  .e-table table.horizontal td,
  table.horizontal.e-table td {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-table table.neutral,
  table.neutral.e-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #111111;
  }
  .e-table table.neutral thead,
  table.neutral.e-table thead {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #cccccc;
  }
  .e-table table.neutral tbody,
  table.neutral.e-table tbody {
    border-right: 1px solid #cccccc;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.neutral tbody.accordion,
  table.neutral.e-table tbody.accordion {
    border: none;
  }
  .e-table table.neutral th,
  table.neutral.e-table th {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    color: #111111;
    background-color: #efefef;
  }
  .e-table table.neutral th.last,
  table.neutral.e-table th.last {
    border-right: none;
  }
  .e-table table.neutral th[data-sort],
  table.neutral.e-table th[data-sort] {
    cursor: pointer;
    color: #666666;
  }
  .e-table table.neutral .table-sorting-arrow,
  table.neutral.e-table .table-sorting-arrow {
    position: relative;
  }
  .e-table table.neutral .table-sorting-arrow:after,
  table.neutral.e-table .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.8em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
  }
  .e-table table.neutral th.sorting-asc,
  table.neutral.e-table th.sorting-asc {
    color: #333333;
  }
  .e-table table.neutral th.sorting-asc .table-sorting-arrow:after,
  table.neutral.e-table th.sorting-asc .table-sorting-arrow:after {
    color: #333333;
  }
  .e-table table.neutral th.sorting-desc,
  table.neutral.e-table th.sorting-desc {
    color: #333333;
  }
  .e-table table.neutral th.sorting-desc .table-sorting-arrow:after,
  table.neutral.e-table th.sorting-desc .table-sorting-arrow:after {
    color: #333333;
  }
  .e-table table.neutral th,
  table.neutral.e-table th,
  .e-table table.neutral td,
  table.neutral.e-table td {
    padding: 15px 15px;
    border-collapse: collapse;
  }
  .e-table table.neutral tr,
  table.neutral.e-table tr {
    background: #fcfcfc;
    border-bottom: 1px solid #cccccc;
  }
  .e-table table.neutral td,
  table.neutral.e-table td {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
  }
  .e-table table.grid,
  table.grid.e-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #111111;
  }
  .e-table table.grid thead,
  table.grid.e-table thead {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .e-table table.grid tbody,
  table.grid.e-table tbody {
    border-bottom: 1px solid #cccccc;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.grid th,
  table.grid.e-table th,
  .e-table table.grid td,
  table.grid.e-table td {
    padding: 15px 15px;
    border-collapse: collapse;
  }
  .e-table table.grid tr,
  table.grid.e-table tr {
    background: #ffffff;
  }
  .e-table table.grid tr:last-child,
  table.grid.e-table tr:last-child {
    background: #f8f8f8;
  }
  .e-table table.grid th,
  table.grid.e-table th {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    color: #111111;
    background: #efefef;
    border-right: 1px solid #babcbf;
  }
  .e-table table.grid td,
  table.grid.e-table td {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-right: 1px solid #babcbf;
    border-bottom: 1px solid #babcbf;
  }
  .e-table table.grid td strong,
  table.grid.e-table td strong {
    font-family: 'Frutiger LT W01_65 Bold';
    font-weight: normal;
  }
  .e-table table.vertical,
  .e-table.vertical {
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #111111;
  }
  .e-table table.vertical thead,
  .e-table.vertical thead {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #cccccc;
  }
  .e-table table.vertical tbody,
  .e-table.vertical tbody {
    border-right: 1px solid #cccccc;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.vertical tbody.accordion,
  .e-table.vertical tbody.accordion {
    border: none;
  }
  .e-table table.vertical th,
  .e-table.vertical th {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    color: #111111;
    background-color: #efefef;
  }
  .e-table table.vertical th.last,
  .e-table.vertical th.last {
    border-right: none;
  }
  .e-table table.vertical th,
  .e-table.vertical th,
  .e-table table.vertical td,
  .e-table.vertical td {
    padding: 15px 15px;
    border-collapse: collapse;
  }
  .e-table table.vertical tr,
  .e-table.vertical tr {
    background: #fcfcfc;
    border-bottom: 1px solid #cccccc;
  }
  .e-table table.vertical td,
  .e-table.vertical td {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
  }
  .e-table table.vertical-sorting,
  .e-table.vertical-sorting {
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #111111;
  }
  .e-table table.vertical-sorting thead,
  .e-table.vertical-sorting thead {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #cccccc;
  }
  .e-table table.vertical-sorting tbody,
  .e-table.vertical-sorting tbody {
    border-right: 1px solid #cccccc;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.vertical-sorting th,
  .e-table.vertical-sorting th {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    color: #111111;
    background-color: #efefef;
  }
  .e-table table.vertical-sorting th.last,
  .e-table.vertical-sorting th.last {
    border-right: none;
  }
  .e-table table.vertical-sorting th[data-sort],
  .e-table.vertical-sorting th[data-sort] {
    cursor: pointer;
    color: #666666;
  }
  .e-table table.vertical-sorting .table-sorting-arrow,
  .e-table.vertical-sorting .table-sorting-arrow {
    position: relative;
  }
  .e-table table.vertical-sorting .table-sorting-arrow:after,
  .e-table.vertical-sorting .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.8em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
  }
  .e-table table.vertical-sorting th.sorting-asc,
  .e-table.vertical-sorting th.sorting-asc {
    color: #333333;
  }
  .e-table table.vertical-sorting th.sorting-asc .table-sorting-arrow:after,
  .e-table.vertical-sorting th.sorting-asc .table-sorting-arrow:after {
    color: #333333;
  }
  .e-table table.vertical-sorting th.sorting-desc,
  .e-table.vertical-sorting th.sorting-desc {
    color: #333333;
  }
  .e-table table.vertical-sorting th.sorting-desc .table-sorting-arrow:after,
  .e-table.vertical-sorting th.sorting-desc .table-sorting-arrow:after {
    color: #333333;
  }
  .e-table table.vertical-sorting th,
  .e-table.vertical-sorting th,
  .e-table table.vertical-sorting td,
  .e-table.vertical-sorting td {
    padding: 15px 15px;
    border-collapse: collapse;
  }
  .e-table table.vertical-sorting tr,
  .e-table.vertical-sorting tr {
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
  }
  .e-table table.vertical-sorting tr:nth-child(2n+2),
  .e-table.vertical-sorting tr:nth-child(2n+2) {
    background: #fdfdfd;
  }
  .e-table table.vertical-sorting td,
  .e-table.vertical-sorting td {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
  }
}
@media screen and (max-width: 47.9375em) {
  .e-table {
    width: 100%;
  }
  .e-table table.horizontal,
  table.horizontal.e-table {
    display: block;
    /* sort out borders */
  }
  .e-table table.horizontal thead,
  table.horizontal.e-table thead {
    border-top: none;
    border-bottom: none;
  }
  .e-table table.horizontal thead.cf:after,
  table.horizontal.e-table thead.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .e-table table.horizontal * html .cf,
  table.horizontal.e-table * html .cf {
    zoom: 1;
  }
  .e-table table.horizontal *:first-child + html .cf,
  table.horizontal.e-table *:first-child + html .cf {
    zoom: 1;
  }
  .e-table table.horizontal table,
  table.horizontal.e-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .e-table table.horizontal th,
  table.horizontal.e-table th,
  .e-table table.horizontal td,
  table.horizontal.e-table td {
    margin: 0;
    vertical-align: top;
  }
  .e-table table.horizontal th,
  table.horizontal.e-table th {
    text-align: left;
    display: block;
  }
  .e-table table.horizontal table,
  table.horizontal.e-table table {
    display: block;
    position: relative;
    width: 100%;
  }
  .e-table table.horizontal thead,
  table.horizontal.e-table thead {
    display: block;
    float: left;
  }
  .e-table table.horizontal tbody,
  table.horizontal.e-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.horizontal tbody .text-link-std,
  table.horizontal.e-table tbody .text-link-std {
    margin-top: 0;
  }
  .e-table table.horizontal thead tr,
  table.horizontal.e-table thead tr {
    display: block;
  }
  .e-table table.horizontal .table-sorting-arrow,
  table.horizontal.e-table .table-sorting-arrow {
    margin-right: 10px;
  }
  .e-table table.horizontal .table-sorting-arrow:after,
  table.horizontal.e-table .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.75em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .e-table table.horizontal tbody tr,
  table.horizontal.e-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .e-table table.horizontal td,
  table.horizontal.e-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .e-table table.horizontal th,
  table.horizontal.e-table th {
    border-bottom: 0;
    border-left: 0;
  }
  .e-table table.horizontal td,
  table.horizontal.e-table td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .e-table table.horizontal tbody tr,
  table.horizontal.e-table tbody tr {
    border-left: 1px solid #babcbf;
    margin-left: -5px;
  }
  .e-table table.horizontal th:last-child,
  table.horizontal.e-table th:last-child,
  .e-table table.horizontal td:last-child,
  table.horizontal.e-table td:last-child {
    /*border-bottom: 1px solid #babcbf;*/
  }
  .e-table table.neutral,
  table.neutral.e-table {
    display: block;
    /* sort out borders */
  }
  .e-table table.neutral thead,
  table.neutral.e-table thead {
    border-top: none;
    border-bottom: none;
  }
  .e-table table.neutral thead.cf:after,
  table.neutral.e-table thead.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .e-table table.neutral * html .cf,
  table.neutral.e-table * html .cf {
    zoom: 1;
  }
  .e-table table.neutral *:first-child + html .cf,
  table.neutral.e-table *:first-child + html .cf {
    zoom: 1;
  }
  .e-table table.neutral table,
  table.neutral.e-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .e-table table.neutral th,
  table.neutral.e-table th,
  .e-table table.neutral td,
  table.neutral.e-table td {
    margin: 0;
    vertical-align: top;
  }
  .e-table table.neutral th,
  table.neutral.e-table th {
    text-align: left;
    display: block;
  }
  .e-table table.neutral table,
  table.neutral.e-table table {
    display: block;
    position: relative;
    width: 100%;
  }
  .e-table table.neutral thead,
  table.neutral.e-table thead {
    display: block;
    float: left;
  }
  .e-table table.neutral tbody,
  table.neutral.e-table tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .e-table table.neutral tbody .text-link-std,
  table.neutral.e-table tbody .text-link-std {
    margin-top: 0;
  }
  .e-table table.neutral thead tr,
  table.neutral.e-table thead tr {
    display: block;
  }
  .e-table table.neutral .table-sorting-arrow,
  table.neutral.e-table .table-sorting-arrow {
    margin-right: 10px;
  }
  .e-table table.neutral .table-sorting-arrow:after,
  table.neutral.e-table .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.75em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .e-table table.neutral tbody tr,
  table.neutral.e-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .e-table table.neutral tbody tr td,
  table.neutral.e-table tbody tr td {
    vertical-align: top;
  }
  .e-table table.neutral td,
  table.neutral.e-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .e-table table.neutral th,
  table.neutral.e-table th {
    border-bottom: 0;
    border-left: 0;
  }
  .e-table table.neutral td,
  table.neutral.e-table td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .e-table table.neutral tbody tr,
  table.neutral.e-table tbody tr {
    border-left: 1px solid #babcbf;
    margin-left: -5px;
  }
  .e-table table.neutral th:last-child,
  table.neutral.e-table th:last-child,
  .e-table table.neutral td:last-child,
  table.neutral.e-table td:last-child {
    /*border-bottom: 1px solid #babcbf;*/
  }
  .e-table table.grid,
  table.grid.e-table {
    display: block;
    /* sort out borders */
  }
  .e-table table.grid thead,
  table.grid.e-table thead {
    border-top: none;
    border-bottom: none;
  }
  .e-table table.grid thead.cf:after,
  table.grid.e-table thead.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .e-table table.grid * html .cf,
  table.grid.e-table * html .cf {
    zoom: 1;
  }
  .e-table table.grid *:first-child + html .cf,
  table.grid.e-table *:first-child + html .cf {
    zoom: 1;
  }
  .e-table table.grid table,
  table.grid.e-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  .e-table table.grid th,
  table.grid.e-table th,
  .e-table table.grid td,
  table.grid.e-table td {
    margin: 0;
    vertical-align: top;
  }
  .e-table table.grid th,
  table.grid.e-table th {
    text-align: left;
    display: block;
  }
  .e-table table.grid td,
  table.grid.e-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .e-table table.grid thead,
  table.grid.e-table thead {
    display: block;
    float: left;
    border-right: none;
  }
  .e-table table.grid tbody,
  table.grid.e-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: none;
  }
  .e-table table.grid thead tr,
  table.grid.e-table thead tr {
    display: block;
  }
  .e-table table.grid tbody tr,
  table.grid.e-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .e-table table.grid th,
  table.grid.e-table th {
    border-bottom: 0;
    border-left: 0;
  }
  .e-table table.grid td,
  table.grid.e-table td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .e-table table.grid tbody tr,
  table.grid.e-table tbody tr {
    border-left: 1px solid #babcbf;
    margin-left: -5px;
  }
  .e-table table.grid th:last-child,
  table.grid.e-table th:last-child,
  .e-table table.grid td:last-child,
  table.grid.e-table td:last-child {
    /*border-bottom: 1px solid #babcbf;*/
  }
  .e-table table.vertical table,
  .e-table.vertical table,
  .e-table table.vertical thead,
  .e-table.vertical thead,
  .e-table table.vertical tbody,
  .e-table.vertical tbody,
  .e-table table.vertical th,
  .e-table.vertical th,
  .e-table table.vertical td,
  .e-table.vertical td,
  .e-table table.vertical tr,
  .e-table.vertical tr {
    display: block;
  }
  .e-table table.vertical thead,
  .e-table.vertical thead {
    border: none;
  }
  .e-table table.vertical thead tr,
  .e-table.vertical thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .e-table table.vertical tr,
  .e-table.vertical tr {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
  }
  .e-table table.vertical tr:nth-child(2n+2),
  .e-table.vertical tr:nth-child(2n+2) {
    background: #fdfdfd;
  }
  .e-table table.vertical td,
  .e-table.vertical td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 15px;
    white-space: normal;
    text-align: left;
  }
  .e-table table.vertical td:before,
  .e-table.vertical td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .e-table table.vertical td:before,
  .e-table.vertical td:before {
    content: attr(data-title);
  }
  .e-table table.vertical-sorting table,
  .e-table.vertical-sorting table,
  .e-table table.vertical-sorting thead,
  .e-table.vertical-sorting thead,
  .e-table table.vertical-sorting tbody,
  .e-table.vertical-sorting tbody,
  .e-table table.vertical-sorting th,
  .e-table.vertical-sorting th,
  .e-table table.vertical-sorting td,
  .e-table.vertical-sorting td,
  .e-table table.vertical-sorting tr,
  .e-table.vertical-sorting tr {
    display: block;
  }
  .e-table table.vertical-sorting thead,
  .e-table.vertical-sorting thead {
    border: none;
  }
  .e-table table.vertical-sorting thead tr,
  .e-table.vertical-sorting thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .e-table table.vertical-sorting tr,
  .e-table.vertical-sorting tr {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
  }
  .e-table table.vertical-sorting tr:nth-child(2n+2),
  .e-table.vertical-sorting tr:nth-child(2n+2) {
    background: #fdfdfd;
  }
  .e-table table.vertical-sorting td,
  .e-table.vertical-sorting td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 15px 8px 50%;
    white-space: normal;
    text-align: left;
  }
  .e-table table.vertical-sorting td:before,
  .e-table.vertical-sorting td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .e-table table.vertical-sorting td:before,
  .e-table.vertical-sorting td:before {
    content: attr(data-title);
  }
}
@media all {
  .e-text h1,
  h1.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1.375em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 3px solid #003388;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 2px;
  }
  .e-text h2,
  h2.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1.375em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 26px;
  }
  .e-text h2 abbr,
  h2.e-text abbr,
  abbr.e-text h2,
  abbrh2.e-text {
    line-height: 16px;
  }
  .e-text h3,
  h3.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 20px;
  }
  .e-text .text-head-big,
  .text-head-big.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1.375em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 26px;
    display: block;
  }
  .e-text .text-heading-underline,
  .text-heading-underline.e-text {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 32px;
    position: relative;
  }
  .e-text .text-headline-big,
  .text-headline-big.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.875em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin-bottom: 24px;
    max-width: 90%;
    line-height: 34px;
  }
  .e-text .text-headline-sml,
  .text-headline-sml.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.25em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin-bottom: 4px;
    max-width: 90%;
    line-height: 28px;
  }
  .e-text .text-lead-intro,
  .text-lead-intro.e-text {
    font-family: 'Malabar LT W04 Regular';
    font-size: 1.25em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    max-width: 100%;
    line-height: 28px;
  }
  .e-text .text-lead-intro abbr,
  .text-lead-intro.e-text abbr,
  abbr.e-text .text-lead-intro,
  abbr.text-lead-intro.e-text {
    line-height: 16px;
  }
  .e-text .text-item,
  .text-item.e-text {
    margin-bottom: 30px;
  }
  .e-text .text-page,
  .text-page.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin-bottom: 20px;
    max-width: 90%;
    line-height: 22px;
  }
  .e-text .text-page span,
  .text-page.e-text span {
    display: block;
    margin-top: 3px;
  }
  .e-text .text-page span a:before,
  .text-page.e-text span a:before {
    margin-top: 3px;
  }
  .e-text p,
  p.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    max-width: 100%;
    line-height: 22px;
  }
  .e-text p span,
  p.e-text span {
    display: block;
  }
  .e-text abbr,
  abbr.e-text {
    border-bottom: 1px dotted #111111;
    cursor: help;
    line-height: 13px;
    display: inline-block;
    text-decoration: none;
  }
  .e-text .text-small-bold,
  .text-small-bold.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
  }
  .e-text .text-small-normal,
  .text-small-normal.e-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
  }
  .e-text .text-small-light,
  .text-small-light.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
  }
  .e-text .text-normal-bold,
  .text-normal-bold.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
  }
  .e-text .text-content-image,
  .text-content-image.e-text {
    margin-bottom: 30px;
  }
  .e-text .text-dark,
  .text-dark.e-text {
    color: #111111;
  }
  .e-text .text-red,
  .text-red.e-text {
    color: #cc0000;
  }
  .e-text .text-image,
  .text-image.e-text {
    clear: both;
    margin-bottom: 5px;
  }
  .e-text .text-image img,
  .text-image.e-text img {
    max-width: 100%;
    height: auto;
  }
  .e-text .text-image .caption,
  .text-image.e-text .caption {
    font-style: italic;
    font-size: 0.8125em;
  }
  .e-text .text-image.pull-left,
  .text-image.e-text.pull-left {
    float: left;
    margin-right: 12px;
  }
  .e-text .text-image.pull-right,
  .text-image.e-text.pull-right {
    float: right;
    margin-left: 12px;
  }
  .e-text .text-left {
    text-align: left;
  }
  .e-text .text-right {
    text-align: right;
  }
  .e-text .text-middle {
    text-align: center;
  }
  .e-text .text-iframe iframe,
  iframe.e-text .text-iframe {
    margin-bottom: 32px;
  }
  .e-text iframe,
  iframe.e-text {
    margin-bottom: 32px;
  }
  .e-text .text-rte--infobox,
  .text-rte--infobox.e-text {
    margin: 16px 0;
  }
  .e-text .text-rte--infobox .text-rte,
  .text-rte--infobox.e-text .text-rte {
    float: left;
  }
  .e-text .text-rte--infobox .text-infobox,
  .text-rte--infobox.e-text .text-infobox {
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    padding: 10px 0 4px 0;
  }
  .e-text .text-rte--infobox .text-infobox:empty,
  .text-rte--infobox.e-text .text-infobox:empty {
    border: none;
  }
  .e-text .text-rte--infobox .text-infobox ul,
  .text-rte--infobox.e-text .text-infobox ul {
    width: 100%;
    margin: 0;
    list-style-type: none;
  }
  .e-text .text-rte--infobox .text-infobox ul li,
  .text-rte--infobox.e-text .text-infobox ul li {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .e-text .text-rte--infobox .text-infobox ul li.separator-line,
  .text-rte--infobox.e-text .text-infobox ul li.separator-line {
    border-bottom: 1px solid darkgray;
    padding-bottom: 10px;
  }
  .e-text .text-link,
  .text-link.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
  .e-text .text-link:hover,
  .text-link.e-text:hover {
    text-decoration: none;
    color: #cc0000;
  }
  .e-text .text-link-std,
  .text-link-std.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
  }
  .e-text .text-link-std:before,
  .text-link-std.e-text:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60f';
    position: absolute;
    top: -3px;
    left: -25px;
  }
  .e-text .text-link-std:hover,
  .text-link-std.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-small,
  .text-link-small.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin: 5px 0 0 20px;
    display: inline-block;
  }
  .e-text .text-link-small:before,
  .text-link-small.e-text:before {
    font-family: 'finma';
    font-size: 26px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60f';
    position: absolute;
    left: -27px;
    top: -5px;
  }
  .e-text .text-link-small:hover,
  .text-link-small.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-small.normal,
  .text-link-small.e-text.normal {
    font-family: 'FrutigerLTW01-55Roman';
  }
  .e-text .text-link-small.bold,
  .text-link-small.e-text.bold {
    font-family: 'Frutiger LT W01_65 Bold';
  }
  .e-text .text-link-help,
  .text-link-help.e-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
  }
  .e-text .text-link-help:before,
  .text-link-help.e-text:before {
    font-family: 'finma';
    font-size: 24px;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e614';
    position: absolute;
    left: -25px;
    top: -5px;
  }
  .e-text .text-link-help:hover,
  .text-link-help.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-help.bold,
  .text-link-help.e-text.bold {
    font-family: 'Frutiger LT W01_65 Bold';
  }
  .e-text .text-link-external,
  .text-link-external.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
  }
  .e-text .text-link-external:before,
  .text-link-external.e-text:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60e';
    position: absolute;
    left: -25px;
    top: -5px;
  }
  .e-text .text-link-external:hover,
  .text-link-external.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-document,
  .text-link-document.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
    line-height: 1.4;
  }
  .e-text .text-link-document:before,
  .text-link-document.e-text:before {
    font-family: 'finma';
    font-size: 22px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60b';
    position: absolute;
    top: -5px;
    left: -25px;
  }
  .e-text .text-link-document:hover,
  .text-link-document.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-arrow,
  .text-link-arrow.e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    display: block;
  }
  .e-text .text-link-arrow:before,
  .text-link-arrow.e-text:before {
    font-family: 'finma';
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: '\e603';
    line-height: 1;
    vertical-align: middle;
  }
  .e-text .text-link-arrow:hover,
  .text-link-arrow.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-arrow:hover:before,
  .text-link-arrow.e-text:hover:before {
    color: #cc0000;
  }
  .e-text .text-link-cross,
  .text-link-cross.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin: 5px 0 0 15px;
    display: block;
  }
  .e-text .text-link-cross:before,
  .text-link-cross.e-text:before {
    font-family: 'finma';
    font-size: 26px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e609';
    position: absolute;
    left: -22px;
    top: -6px;
  }
  .e-text .text-link-cross:hover,
  .text-link-cross.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-cross.bold,
  .text-link-cross.e-text.bold {
    font-family: 'Frutiger LT W01_65 Bold';
  }
  .e-text .text-link-download,
  .text-link-download.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin: 5px 0 0 20px;
    display: inline-block;
  }
  .e-text .text-link-download:before,
  .text-link-download.e-text:before {
    font-family: 'finma';
    font-size: 2em;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60c';
    position: absolute;
    left: -25px;
    top: -5px;
  }
  .e-text .text-link-download:hover,
  .text-link-download.e-text:hover {
    color: #cc0000;
  }
  .e-text .text-link-delete,
  .text-link-delete.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    margin: 5px 0 0 20px;
    display: block;
  }
  .e-text .text-link-delete:after,
  .text-link-delete.e-text:after {
    font-family: 'finma';
    font-size: 34px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e609';
    position: absolute;
    right: -25px;
    margin-top: -4px;
  }
  .e-text .text-link-delete:hover,
  .text-link-delete.e-text:hover {
    color: #cc0000;
  }
  .e-text ul,
  .e-text ol {
    display: table;
  }
  .e-text li {
    margin-bottom: 8px;
    /*font-size: @font-size-s;*/
  }
  .e-text ul {
    list-style-type: none;
  }
  .e-text ol {
    list-style-type: decimal;
  }
  .e-text ul.bulletlist {
    margin: 10px 0;
    list-style-type: disc;
  }
  .e-text ul.bulletlist li {
    margin-left: 18px;
  }
  .e-text ul li {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-text ul li span {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #111111;
  }
  .e-text ol {
    margin: 10px 0;
  }
  .e-text ol li {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: 22px;
  }
  .e-text ol li span {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #111111;
  }
  .e-text .text-box-alert,
  .text-box-alert.e-text {
    padding: 12px;
    border: 2px solid #cc0000;
    margin: 24px 0;
  }
  .e-text .text-box-alert p,
  .text-box-alert.e-text p {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-text .text-box-alert strong,
  .text-box-alert.e-text strong {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .e-text .text-box-info,
  .text-box-info.e-text {
    padding: 16px;
    background: #f8f8f8;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    overflow: hidden;
    margin: 24px 0;
  }
  .e-text .text-box-info .btn-standard,
  .text-box-info.e-text .btn-standard {
    float: right;
  }
  .e-text .text-box-info .text-box-info-list,
  .text-box-info.e-text .text-box-info-list {
    margin-top: 20px;
  }
  .e-text .text-box-info .text-box-info-list li,
  .text-box-info.e-text .text-box-info-list li {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.875em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 2px;
  }
  .e-text .text-box-info .text-box-info-list li span,
  .text-box-info.e-text .text-box-info-list li span {
    font-family: 'Frutiger LT W01_65 Bold';
  }
  .e-text .text-box-info .text-box-info-list li div,
  .text-box-info.e-text .text-box-info-list li div {
    display: inline;
  }
}
@media screen and (max-width: 47.9375em) {
  .e-text h1,
  h1.e-text {
    font-size: 1.25em;
  }
  .e-text h2,
  h2.e-text {
    margin-bottom: 12px;
    font-size: 1.25em;
  }
  .e-text h3,
  h3.e-text {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 8px;
    line-height: 20px;
  }
  .e-text .text-head-big,
  .text-head-big.e-text {
    margin-bottom: 12px;
    font-size: 1.25em;
  }
  .e-text .text-heading-underline,
  .text-heading-underline.e-text {
    margin: 10px 0 20px;
  }
  .e-text .text-headline-big,
  .text-headline-big.e-text {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 26px;
  }
  .e-text .text-headline-sml,
  .text-headline-sml.e-text {
    max-width: 100%;
    font-size: 20px;
  }
  .e-text .text-lead-intro,
  .text-lead-intro.e-text {
    max-width: 100%;
    font-size: 1.125em;
    line-height: 28px;
  }
  .e-text .text-page,
  .text-page.e-text {
    max-width: 100%;
  }
  .e-text .text-link-std.bold,
  .text-link-std.e-text.bold {
    margin-top: 8px;
  }
  .e-text p,
  p.e-text {
    max-width: 100%;
  }
  .e-text img {
    width: 100%;
    height: auto;
  }
  .e-text .text-iframe {
    height: 0;
    padding-bottom: 62.25%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
  }
  .e-text iframe,
  iframe.e-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
  }
  .e-table .text-link-std.e-text.bold {
    margin-top: 0;
  }
}
@media print {
  .e-text .text-link-delete {
    display: none;
  }
}
@media screen {
  .e-tip.tooltip {
    font-family: 'FrutigerLTW01-55Roman';
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #fff;
    position: absolute;
    z-index: 1000;
    padding: 15px;
  }
  .e-tip.tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba(0, 0, 0, 0.7);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
  }
  .e-tip.tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba(0, 0, 0, 0.6);
    top: -20px;
    bottom: auto;
  }
  .e-tip.tooltip.left:after {
    left: 10px;
    margin: 0;
  }
  .e-tip.tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .e-tip.tooltip {
    display: block;
  }
  .e-tip.tooltip.onlink {
    display: none;
  }
  .e-tip.tooltip:before {
    font-family: 'finma';
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e609';
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print {
  .e-tip {
    display: none;
  }
}
body {
  font-family: Arial, sans-serif;
}
html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.icon-link {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #919191;
  font-weight: normal;
}
::-moz-placeholder {
  color: #919191;
  font-weight: normal;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #919191;
  font-weight: normal;
}
/* ie */
input:-moz-placeholder {
  color: #919191;
  font-weight: normal;
}
/* ie FCMS-215 remove x-icon in search input */
input[type=text]::-ms-clear {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scWebEditInput {
  display: block !important;
}
em {
  font-style: italic;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  border: 0;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
a[data-featherlight] {
  display: inline-block;
}
@font-face {
  font-family: "FrutigerLTW01-45Light";
  src: url('assets/font/722105/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot');
  src: url('assets/font/722105/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/font/722105/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff') format('woff'), /* Modern Browsers */ url('assets/font/722105/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/font/722105/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710') format('svg');
  font-style: normal;
  font-weight: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url('assets/font/722117/af97a512-f55a-4f61-b2ce-659c883930fc.eot');
  src: url('assets/font/722117/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/font/722117/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff') format('woff'), /* Modern Browsers */ url('assets/font/722117/076311f8-a01b-4389-a5eb-334a62e62d45.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/font/722117/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877') format('svg');
  font-style: normal;
  font-weight: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Frutiger LT W01_65 Bold";
  src: url('assets/font/722129/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot');
  src: url('assets/font/722129/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/font/722129/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff') format('woff'), /* Modern Browsers */ url('assets/font/722129/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/font/722129/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4') format('svg');
  font-style: normal;
  font-weight: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Malabar LT W04 Regular";
  src: url("assets/font/5619026/95eb22f5-f6a9-4d27-bf1e-0c12bbcd5de3.woff2") format("woff2"), url("assets/font/5619026/0d94f4c5-cef8-494e-ba6e-88e78868a9ba.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'finma';
  src: url('assets/font/finma/finma.eot');
  src: url('assets/font/finma/finma.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/font/finma/finma.woff') format('woff'), url('assets/font/finma/finma.ttf') format('truetype'), url('assets/font/finma/finma.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="glyph-"],
[class*=" glyph-"] {
  font-family: 'finma';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyph-lock-open:before {
  content: '\e61b';
}
.glyph-lock-closed:before {
  content: '\e61c';
}
.glyph-arw-m-down:before {
  content: '\e600';
}
.glyph-arw-m-down:before {
  content: '\e600';
}
.glyph-arw-m-left:before {
  content: '\e601';
}
.glyph-arw-m-up:before {
  content: '\e602';
}
.glyph-arw-s-right:before {
  content: '\e603';
}
.glyph-arw-s-down:before {
  content: '\e604';
}
.glyph-arw-s-left:before {
  content: '\e605';
}
.glyph-arw-m-right:before {
  content: '\e606';
}
.glyph-arw-s-up:before {
  content: '\e607';
}
.glyph-basket:before {
  content: '\e608';
}
.glyph-csv:before {
  content: '\e900';
}
.glyph-delete:before {
  content: '\e609';
}
.glyph-document:before {
  content: '\e60a';
}
.glyph-documents:before {
  content: '\e60b';
}
.glyph-download_simple:before {
  content: '\e60c';
}
.glyph-download:before {
  content: '\e60d';
}
.glyph-link-ext:before {
  content: '\e60e';
}
.glyph-link:before {
  content: '\e60f';
}
.glyph-menu:before {
  content: '\e610';
}
.glyph-news:before {
  content: '\e611';
}
.glyph-phone:before {
  content: '\e612';
}
.glyph-rss:before {
  content: '\e613';
}
.glyph-question:before {
  content: '\e614';
}
.glyph-search:before {
  content: '\e615';
}
.glyph-pdf:before {
  content: '\e616';
}
.glyph-ppt:before {
  content: '\e617';
}
.glyph-doc:before {
  content: '\e618';
}
.glyph-xls:before {
  content: '\e619';
}
.glyph-zip:before {
  content: '\e61a';
}
.glyph-folder-add:before {
  content: '\e61f';
}
.glyph-folder:before {
  content: '\e61e';
}
.glyph-arw-sort:before {
  content: '\e620';
}
@media all {
  .g-table {
    display: table;
  }
  .g-table .g-cell {
    display: table-cell;
    float: none;
    vertical-align: top;
    text-align: left;
  }
  .g-table .g-cell.middle {
    vertical-align: middle;
  }
  .g-row {
    *zoom: 1;
  }
  .g-row:before,
  .g-row:after {
    display: table;
    line-height: 0;
    content: '';
  }
  .g-row:after {
    clear: both;
  }
  .g-cell {
    float: left;
    min-height: 1px;
  }
  .g-cell.right {
    float: right;
    text-align: right;
  }
  .g-cell.center {
    text-align: center;
  }
  .g-cell.s-flex {
    width: 100%;
  }
  .g-cell.s-1of2 {
    width: 50%;
  }
  .g-cell.s-1of3 {
    width: 33.333333333%;
  }
  .g-cell.s-2of3 {
    width: 66.666666667%;
  }
  .g-cell.s-1of4 {
    width: 25%;
  }
  .g-cell.s-3of4 {
    width: 75%;
  }
  .g-cell.s-1of5 {
    width: 20%;
  }
  .g-cell.s-2of5 {
    width: 40%;
  }
  .g-cell.s-3of5 {
    width: 60%;
  }
  .g-cell.s-4of5 {
    width: 80%;
  }
  .g-cell.s-1of6 {
    width: 16.666666667%;
  }
  .g-cell.s-5of6 {
    width: 83.333333333%;
  }
  .g-col {
    padding: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .g-cell.s-2of5 {
    width: 100%;
  }
  .g-cell.s-3of5 {
    width: 100%;
  }
}
.h-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.h-left {
  float: left;
}
.h-right {
  float: right;
}
.h-hidden {
  display: none !important;
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.ms-choice {
  display: block;
  height: 32px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out 0;
  -moz-transition: all 150ms ease-in-out 0;
  -ms-transition: all 150ms ease-in-out 0;
  -o-transition: all 150ms ease-in-out 0;
  transition: all 150ms ease-in-out 0;
  width: 100% !important;
}
.ms-choice:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}
.ms-choice > span.placeholder {
  color: #666666;
}
.ms-choice > div {
  position: absolute;
  top: 5px;
  right: 25px;
}
.ms-choice > div:after {
  font-family: 'finma';
  font-size: 24px;
  font-weight: bold;
  color: #003388;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e600';
  vertical-align: middle;
  position: absolute;
}
.ms-choice > div.open:after {
  content: '\e602';
}
.ms-drop {
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #f8f8f8;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100% !important;
}
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 0.8125em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 0;
}
.ms-drop ul > li {
  padding: 0 8px;
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  font-size: 13px;
  line-height: 2;
  color: #111111;
  -webkit-transition: all 100ms ease-in-out 0;
  -moz-transition: all 100ms ease-in-out 0;
  -ms-transition: all 100ms ease-in-out 0;
  -o-transition: all 100ms ease-in-out 0;
  transition: all 100ms ease-in-out 0;
}
.ms-drop ul > li:hover {
  background: #ccc;
  color: #ffffff;
}
.ms-drop ul > li .disabled {
  opacity: .35;
  filter: alpha(opacity=35);
}
.ms-drop ul > li.multiple {
  display: block;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop input[type="checkbox"] {
  margin-top: -1px;
  vertical-align: middle;
}
.ms-drop .ms-no-results {
  display: none;
}
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Twitter Bootstrap theme

    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.Zebra_DatePicker {
  position: absolute;
  background: #FFF;
  border: 1px solid #999;
  z-index: 100;
  padding: 5px;
}
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none;
}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}
.Zebra_DatePicker td {
  cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px;
}
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible {
  display: block;
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
  color: #003388;
}
.Zebra_DatePicker .dp_header .dp_hover {
  background: #DEDEDE;
  color: #373737;
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold;
}
.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default;
}
.Zebra_DatePicker td.dp_selected {
  background: #039;
  color: #ffffff !important;
}
.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold;
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #3a87ad;
}
.Zebra_DatePicker td.dp_disabled_current {
  color: #3a87ad;
}
.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default;
}
.Zebra_DatePicker td.dp_hover {
  background: #dedede;
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('assets/img/content/calendar.png') no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top;
  left: inherit !important;
  top: 3px !important;
  right: 0 !important;
}
/*button.Zebra_DatePicker_Icon_Disabled       { background-image: url('calendar-disabled.png') }*/
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0;
}
@media all {
  .mod-content {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-content h2 {
    line-height: 22px;
  }
  .mod-content .text-headline-sml {
    max-width: 100%;
  }
  .mod-content .text-page h2:first-child,
  .mod-content .text-page h3:first-child {
    margin-top: 0;
  }
  .mod-content a {
    color: #003388;
    position: relative;
    text-decoration: none;
  }
  .mod-content a:visited {
    color: #003388;
  }
  .mod-content a:hover,
  .mod-content a:active {
    color: #cc0000;
  }
  .mod-content .text-rte--infobox {
    margin-bottom: 40px;
  }
  .mod-content .text-rte--infobox .text-page {
    margin-bottom: 0;
    max-width: 100%;
  }
  .mod-content .text-rte--infobox .text-page p {
    max-width: 100%;
  }
  .mod-content .text-rte--infobox a {
    display: inline-block;
  }
  .mod-content .text-rte--infobox .text-infobox {
    width: 40%;
    float: right;
    margin-left: 30px;
    margin-bottom: 12px;
  }
  .mod-content .text-rte--infobox .text-infobox > ul > li {
    margin-left: 0px;
    padding-left: 0px;
  }
  .mod-content .text-rte--infobox .text-infobox > ul > li:before {
    content: "";
  }
  .mod-content ul {
    margin: 10px 0;
  }
  .mod-content ul li:before {
    content: "•";
    color: #003388;
    position: absolute;
    top: 3px;
    left: -1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
  }
  .mod-content ul li {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin: 0 0 2px 1em;
    padding: 2px 8px;
    list-style: none;
  }
  .mod-content ol {
    margin-bottom: 10px;
    counter-reset: li;
  }
  .mod-content ol > li {
    position: relative;
    margin: 0 0 2px 1.5em;
    padding: 2px 8px;
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    list-style: none;
  }
  .mod-content ol > li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -1.8em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 4px;
    color: #003388;
    text-align: center;
  }
  .mod-content li ol,
  .mod-content li ul {
    margin-top: 6px;
  }
  .mod-content ol ol li:last-child {
    margin-bottom: 0;
  }
  .mod-content table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    color: #111111;
  }
  .mod-content table thead {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #cccccc;
  }
  .mod-content table tbody {
    border-right: 1px solid #cccccc;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mod-content table th {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    color: #111111;
    background-color: #efefef;
  }
  .mod-content table th.last {
    border-right: none;
  }
  .mod-content table th[data-sort] {
    cursor: pointer;
    color: #666666;
  }
  .mod-content table .table-sorting-arrow {
    position: relative;
  }
  .mod-content table .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.8em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
  }
  .mod-content table th.sorting-asc {
    color: #333333;
  }
  .mod-content table th.sorting-asc .table-sorting-arrow:after {
    color: #333333;
  }
  .mod-content table th.sorting-desc {
    color: #333333;
  }
  .mod-content table th.sorting-desc .table-sorting-arrow:after {
    color: #333333;
  }
  .mod-content table th,
  .mod-content table td {
    padding: 15px 15px;
    border-collapse: collapse;
  }
  .mod-content table tr {
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
  }
  .mod-content table tr:nth-child(2n+2) {
    background: #fdfdfd;
  }
  .mod-content table td {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-content strong {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-content {
    width: 100%;
  }
  .mod-content .text-rte--infobox .text-rte {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mod-content .text-rte--infobox .text-page {
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .mod-content .text-rte--infobox .text-infobox {
    width: 100%;
    float: none;
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin: 16px 0 3px 0;
  }
  .mod-content table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    margin: 8px 0 0 0;
  }
  .mod-content table thead {
    border-top: none;
    border-bottom: none;
  }
  .mod-content table thead.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    float: left;
  }
  .mod-content table * html .cf {
    zoom: 1;
  }
  .mod-content table *:first-child + html .cf {
    zoom: 1;
  }
  .mod-content table th,
  .mod-content table td {
    margin: 0;
    vertical-align: top;
  }
  .mod-content table th {
    text-align: left;
    display: block;
    border-bottom: 0;
    border-left: 0;
  }
  .mod-content table td {
    padding: 8px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .mod-content table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    vertical-align: top;
    border-left: none;
  }
  .mod-content table tbody .text-link-std {
    margin-top: 0;
  }
  .mod-content table thead tr {
    display: block;
  }
  .mod-content table .table-sorting-arrow {
    margin-right: 10px;
  }
  .mod-content table .table-sorting-arrow:after {
    font-family: 'finma';
    font-size: 1.75em;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e620';
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-content table th:last-child,
  .mod-content table td:last-child {
    /*border-bottom: 1px solid #babcbf;*/
  }
}
@media all {
  .mod-accordion {
    margin-bottom: 40px;
  }
  .mod-accordion:last-child {
    margin-bottom: 20px;
  }
  .mod-accordion .accordion {
    margin-bottom: 10px;
    padding: 8px 10px 8px 20px;
    background: #f8f8f8;
    position: relative;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  .mod-accordion .accordion dt {
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .mod-accordion .accordion dt h2 {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    display: block;
  }
  .mod-accordion .accordion dt h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
    color: #003388;
  }
  .mod-accordion .accordion dt h2:after {
    font-family: 'finma';
    font-size: 32px;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    float: right;
    margin-top: -3px;
    border-left: 1px solid #dddddd;
    padding-left: 6px;
  }
  .mod-accordion .accordion dt h2:hover a {
    color: #cc0000;
  }
  .mod-accordion .accordion dt h2:hover:after {
    color: #cc0000;
  }
  .mod-accordion .accordion dt.state-active h2 a {
    white-space: inherit;
    color: #cc0000;
  }
  .mod-accordion .accordion dt.state-active h2:after {
    font-family: 'finma';
    font-size: 32px;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e602';
    float: right;
    margin-top: -3px;
  }
  .mod-accordion .accordion dd {
    display: block;
    padding: 12px 0 8px 0;
  }
  .mod-accordion .accordion dd h1,
  .mod-accordion .accordion dd h2,
  .mod-accordion .accordion dd h3,
  .mod-accordion .accordion dd h4,
  .mod-accordion .accordion dd h5,
  .mod-accordion .accordion dd h6 {
    margin-top: 0;
  }
  .mod-accordion .accordion dd .e-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 94%;
    line-height: 22px;
  }
  .mod-accordion .accordion dd .e-text:only-child {
    display: block;
  }
  .mod-accordion .accordion dd .e-text abbr.e-text {
    display: inline-block;
  }
  .mod-accordion .accordion dd .e-text a abbr.e-text {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-accordion .accordion dt h2 {
    overflow: hidden;
    display: block;
  }
  .mod-accordion .accordion dt h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 82%;
    display: inline-block;
  }
  .mod-accordion .accordion dd .e-text {
    max-width: 86%;
  }
}
@media all {
  .mod-breadcrumb {
    margin-bottom: -20px;
  }
  .mod-breadcrumb .breadcrumb-list {
    display: inline-block;
    margin: 1.5625em 0 .5em 1.5625em;
    position: relative;
  }
  .mod-breadcrumb .breadcrumb-list:after {
    content: url(assets/img/content/line.png);
    position: absolute;
    top: 10px;
    left: 0;
  }
  .mod-breadcrumb .breadcrumb-list li {
    float: left;
  }
  .mod-breadcrumb .breadcrumb-list li:first-child a:before {
    content: '';
  }
  .mod-breadcrumb .breadcrumb-list li a {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #666666;
    display: block;
  }
  .mod-breadcrumb .breadcrumb-list li a:before {
    font-family: 'finma';
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: '\e603';
    line-height: 1;
    vertical-align: middle;
  }
  .mod-breadcrumb .breadcrumb-list li a:hover {
    color: #cc0000;
  }
  .mod-breadcrumb .breadcrumb-list li a:hover:before {
    color: #cc0000;
  }
  .mod-breadcrumb .breadcrumb-list li .state-extra {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 0 .25em;
    display: block;
    text-decoration: none;
  }
  .mod-breadcrumb .breadcrumb-list li .state-extra:before {
    font-family: 'finma';
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    vertical-align: middle;
  }
}
@media print {
  .mod-breadcrumb .breadcrumb-list {
    margin: 25px 0 8px 16px;
  }
  .mod-breadcrumb .breadcrumb-list:after {
    content: '';
  }
}
@media all {
  .mod-document-teaser .document-teaser-heading-line {
    border-bottom: 1px solid #cccccc;
    position: relative;
    line-height: 1.75em;
    margin-bottom: 20px;
  }
  .mod-document-teaser .document-teaser-heading-line .document-teaser-headline-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.375em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
  }
  .mod-document-teaser .document-teaser-heading-line .document-teaser-headline-title span {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 20px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-document-teaser .document-teaser-sort-label {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: 170px;
  }
  .mod-document-teaser .document-teaser-dropdown {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .mod-document-teaser .document-teaser-dropdown .e-dropdown {
    width: 115px;
  }
  .mod-document-teaser .document-teaser-dropdown .e-dropdown .selected,
  .mod-document-teaser .document-teaser-dropdown .e-dropdown li {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #000;
    padding: 6px 12px;
  }
  .mod-document-teaser .document-teaser-filter-fieldselect {
    width: 115px;
    float: right;
    margin-right: 25px;
    height: 22px;
    display: block;
  }
  .mod-document-teaser .document-teaser-info {
    display: block;
    margin: 30px 0 8px 0;
  }
  .mod-document-teaser .document-teaser-info .document-teaser-infodate,
  .mod-document-teaser .document-teaser-info .document-teaser-infodate-mobile {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 16px;
  }
  .mod-document-teaser .document-teaser-info .document-teaser-infodate-mobile {
    display: none;
  }
  .mod-document-teaser .document-teaser-info .document-teaser-tag-label {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #efefef;
    padding: 4px 10px 3px 10px;
  }
  .mod-document-teaser .document-teaser-box {
    padding: 4px 10px 8px 10px;
    background: #f8f8f8;
    position: relative;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .mod-document-teaser .document-teaser-box:first-child {
    margin-top: 10px;
  }
  .mod-document-teaser .document-teaser-box.nobackground {
    background: none;
    border-right: none;
    border-top: none;
  }
  .mod-document-teaser .document-teaser-box .icon-document {
    float: left;
    text-decoration: none;
    margin-top: 4px;
  }
  .mod-document-teaser .document-teaser-box .icon-notification {
    position: absolute;
    right: 10px;
    top: 0;
    text-decoration: none;
    display: block;
  }
  .mod-document-teaser .document-teaser-box .icon-notification span.notification-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
  }
  .mod-document-teaser .document-teaser-box .icon-delete {
    color: #cc0000;
    position: absolute;
    right: 10px;
    top: 5px;
    text-decoration: none;
    display: block;
  }
  .mod-document-teaser .document-teaser-box .icon-delete span.notification-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
  }
  .mod-document-teaser .document-teaser-box.box-bottom {
    background: #e5e5e5;
    padding: 16px 10px;
  }
  .mod-document-teaser .document-teaser-box.box-bottom .text-link-download {
    margin-top: 12px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content {
    width: 90%;
    margin-left: 48px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none;
    max-width: 94%;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-title:hover {
    color: #cc0000;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin-top: 2px;
    max-width: 90%;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-info {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-info span {
    display: inline-block;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-update {
    display: inline-block;
    margin-right: 20px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-size {
    display: inline-block;
    margin-right: 20px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list {
    display: inline-block;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list li {
    display: inline-block;
    margin-right: 10px;
    padding: 2px;
    padding-bottom: 0px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list li a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list li a:before {
    font-family: 'finma';
    font-size: 1.25em;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e606';
    position: absolute;
    left: -12px;
    top: 0;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list li a:hover {
    color: #cc0000;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list li a:hover:before {
    color: #cc0000;
  }
  .mod-document-teaser .document-teaser-box .teaser-nav-mobile {
    display: none;
  }
  .accordion .mod-document-teaser .document-teaser-box {
    border: 0;
  }
  .accordion .mod-document-teaser .document-teaser-box-info {
    line-height: normal;
  }
  .accordion .mod-document-teaser .document-teaser-language-list li {
    color: #666;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-document-teaser .document-teaser-heading-line {
    line-height: 1.75em;
  }
  .mod-document-teaser .document-teaser-heading-line .document-teaser-headline-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
  }
  .mod-document-teaser .document-teaser-heading-line .document-teaser-headline-title span {
    display: none;
  }
  .mod-document-teaser .document-teaser-sort-label {
    display: none;
  }
  .mod-document-teaser .document-teaser-dropdown {
    bottom: 5px;
  }
  .mod-document-teaser .document-teaser-box.nobackground {
    background: #f8f8f8;
    border-top: 1px solid #f8f8f8;
    border-right: 1px solid #dddddd;
  }
  .mod-document-teaser .document-teaser-box .icon-notification,
  .mod-document-teaser .document-teaser-box .icon-delete {
    display: none;
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
    right: 0;
    left: 0;
  }
  .mod-document-teaser .document-teaser-box .icon-notification span.notification-text,
  .mod-document-teaser .document-teaser-box .icon-delete span.notification-text {
    display: block;
    position: absolute;
    margin-left: 40px;
    margin-top: -24px;
  }
  .mod-document-teaser .document-teaser-box .icon-notification.state-open,
  .mod-document-teaser .document-teaser-box .icon-delete.state-open {
    display: block;
  }
  .mod-document-teaser .document-teaser-box .icon-delete {
    padding-left: 30px;
  }
  .mod-document-teaser .document-teaser-box .icon-delete span.notification-text {
    margin-top: -25px;
  }
  .mod-document-teaser .document-teaser-box.box-bottom {
    display: none;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content {
    margin-left: 40px;
    width: 80%;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-title {
    max-width: 90%;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-text {
    display: none;
    width: 90%;
    line-height: 1;
    margin-bottom: 10px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-text.state-open {
    display: block;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-info {
    display: none;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-info.state-open {
    display: block;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-info .document-teaser-box-info,
  .mod-document-teaser .document-teaser-box .document-teaser-box-info .document-teaser-box-update {
    display: block;
    margin: 4px 0 2px 0;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list {
    width: 100%;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-language-list .document-teaser-box-language-title {
    padding: 0;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-nav-mobile {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    padding-left: 2px;
    border-left: 1px solid #dddddd;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-nav-mobile:before {
    font-family: 'finma';
    font-size: 32px;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e604';
    padding-top: 6px;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-nav-mobile.state-active:before {
    font-family: 'finma';
    font-size: 32px;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e607';
    padding-top: 6px;
  }
}
@media print {
  .mod-document-teaser .document-teaser-box .icon-delete {
    display: none;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-box-content .document-teaser-box-text {
    display: block;
  }
  .mod-document-teaser .document-teaser-box .document-teaser-nav-mobile,
  .mod-document-teaser .document-teaser-box.box-bottom {
    display: none;
  }
}
@media all {
  .mod-filter {
    margin: 40px 0 60px 0;
  }
  .mod-filter.statenofilter {
    margin-bottom: 0;
  }
  .mod-filter .filter-search {
    margin-top: 8px;
    float: left;
    padding: 0 2px;
  }
  .mod-filter .filter-search input {
    color: #111111;
    font-size: 13px;
  }
  .mod-filter .filter-search select,
  .mod-filter .filter-search textarea {
    color: #111111;
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 13px;
  }
  .mod-filter .filter-search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 13px;
  }
  .mod-filter .filter-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-filter .filter-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-filter .filter-search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 13px;
  }
  .mod-filter .filter-search input {
    width: 100%;
    float: left;
    line-height: normal;
    height: 32px;
    padding: 0 6px 0 12px;
    border: 1px solid #cccccc;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .mod-filter .filter-search input.error {
    border: 1px solid #cc0000;
  }
  .mod-filter .filter-search input.error::-webkit-input-placeholder {
    color: #cc0000;
  }
  .mod-filter .filter-search input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #cc0000;
  }
  .mod-filter .filter-search input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #cc0000;
  }
  .mod-filter .filter-search input.error:-ms-input-placeholder {
    color: #cc0000;
  }
  .mod-filter .filter-search .btn-search {
    margin-left: -10px;
  }
  .mod-filter .filter-search .btn-search:before {
    font-size: 20px;
  }
  .mod-filter .filter-search-btn {
    text-decoration: none;
    background: none;
    display: inline-block;
    margin-left: -34px;
  }
  .mod-filter .filter-search-btn:after {
    font-family: 'finma';
    font-size: 32px;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e615';
    vertical-align: middle;
    position: relative;
  }
  .mod-filter .filter-search-btn:hover:after {
    color: #cc0000;
  }
  .mod-filter .filter-mobile-btn {
    display: none;
  }
  .mod-filter .filter-group {
    position: relative;
  }
  .mod-filter .filter-group .text-link-cross {
    line-height: 32px;
    margin-left: 44px;
    margin-top: 8px;
  }
  .mod-filter .filter-group .text-link-cross:before {
    top: 2px;
  }
  .mod-filter .filter-group-list .filter-group-item {
    float: left;
    margin-top: 8px;
    padding: 0 2px;
  }
  .mod-filter .filter-group-list .e-dropdown {
    width: 145px;
    height: 32px;
  }
  .l-sidebar .statenofilter {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-filter {
    margin: 30px 0;
  }
  .mod-filter .filter-search {
    float: left;
    margin-right: 8px;
    margin-top: 0;
    width: 65%;
    padding: 0;
  }
  .mod-filter .filter-search input {
    width: 100%;
  }
  .mod-filter .filter-mobile-btn {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.875em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 4px 2px 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    float: right;
    background: #F8F8F8;
    border: 1px solid #cccccc;
  }
  .mod-filter .filter-mobile-btn:after {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    vertical-align: middle;
    position: relative;
    margin-left: 6px;
  }
  .mod-filter .filter-mobile-btn.state-active {
    background: #e5e5e5;
    padding-bottom: 8px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e5e5e5;
  }
  .mod-filter .filter-mobile-btn.state-active:after {
    content: '\e602';
  }
  .mod-filter .filter-group {
    display: none;
    background: #e5e5e5;
    position: relative;
    float: left;
    padding: 12px 8px 16px 8px;
    width: 100%;
    margin-top: 8px;
    border-radius: 5px 0 5px 5px;
  }
  .mod-filter .filter-group .text-link-cross {
    display: block;
    position: absolute;
    bottom: 10px;
    left: -17px;
    top: inherit;
  }
  .mod-filter .filter-group.state-open {
    margin-top: 0;
    display: block;
  }
  .mod-filter .filter-group-list {
    width: 96%;
    float: left;
  }
  .mod-filter .filter-group-list .filter-group-item {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
  }
  .mod-filter .filter-group-list .filter-group-item:last-child {
    margin-bottom: 24px;
  }
  .mod-filter .filter-group-list .e-dropdown {
    width: 100%;
  }
  .mod-filter .filter-group-list .filter-reset {
    margin-top: 25px;
  }
}
@media print {
  .mod-filter {
    display: none;
  }
}
@media all {
  .mod-footer .footer-adress-list li {
    margin-bottom: 4px;
  }
  .mod-footer .footer-adress-list li:last-child {
    margin-top: -3px;
  }
  .mod-footer .footer-adress-list .footer-adress-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-footer .footer-adress-list .footer-adress-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-footer .footer-adress-list .footer-adress-text a {
    color: #003388;
    text-decoration: none;
  }
  .mod-footer .footer-adress-list .footer-adress-mail {
    position: relative;
    padding-left: 10px;
  }
  .mod-footer .footer-adress-list .footer-adress-mail a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
  .mod-footer .footer-adress-list .footer-adress-mail a:before {
    font-family: 'finma';
    font-size: 16px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: -5px;
  }
  .mod-footer .footer-adress-list .footer-adress-mail a:hover {
    border-bottom: 1px solid #003388;
  }
  .mod-footer .footer-linklist {
    padding-right: 0.5em;
    display: block;
  }
  .mod-footer .footer-linklist .footer-linklist-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1.625em;
  }
  .mod-footer .footer-linklist li {
    margin-left: 10px;
    margin-bottom: 5px;
    position: relative;
  }
  .mod-footer .footer-linklist li a {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    word-wrap: break-word;
  }
  .mod-footer .footer-linklist li a:before {
    font-family: 'finma';
    font-size: 16px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -15px;
    top: 2px;
  }
  .mod-footer .footer-linklist li a:hover {
    color: #003388;
    border-bottom: 1px solid #003388;
  }
  .mod-footer .footer-finmapublic-btn {
    margin: 32px 0 16px 0;
    display: block;
  }
  .mod-footer .footer-meta-links {
    display: inline-block;
    float: left;
  }
  .mod-footer .footer-meta-links li {
    float: left;
    margin-right: 1.125em;
  }
  .mod-footer .footer-meta-links .footer-copy {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-footer .footer-meta-links a {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
  .mod-footer .footer-meta-links a:hover {
    border-bottom: 1px solid #003388;
  }
  .mod-footer .footer-search .footer-search-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: .3125em;
  }
  .mod-footer .footer-search .footer-search-formline input,
  .mod-footer .footer-search .footer-search-formline select,
  .mod-footer .footer-search .footer-search-formline textarea {
    color: #111111;
    font-size: 13px;
  }
  .mod-footer .footer-search .footer-search-formline ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #073b82;
    font-size: 13px;
  }
  .mod-footer .footer-search .footer-search-formline :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #073b82;
    opacity: 1;
    font-size: 13px;
  }
  .mod-footer .footer-search .footer-search-formline ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #073b82;
    opacity: 1;
    font-size: 13px;
  }
  .mod-footer .footer-search .footer-search-formline :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #073b82;
    font-size: 13px;
  }
  .mod-footer .footer-search .footer-search-formline input {
    width: 80%;
    float: left;
    line-height: normal;
    height: 40px;
    padding: 0 6px 0 12px;
    border: none;
    background: #d0e5f1;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .mod-footer .footer-search .footer-search-formline input.error {
    border: 1px solid #cc0000;
  }
  .mod-footer .footer-search .footer-search-formline input.error::-webkit-input-placeholder {
    color: #cc0000;
  }
  .mod-footer .footer-search .footer-search-formline input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #cc0000;
  }
  .mod-footer .footer-search .footer-search-formline input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #cc0000;
  }
  .mod-footer .footer-search .footer-search-formline input.error:-ms-input-placeholder {
    color: #cc0000;
  }
  .mod-footer .footer-service-links {
    display: none !important;
    float: right;
  }
  .mod-footer .footer-service-links li {
    float: left;
    margin: 0 1.5625em;
    display: block;
  }
  .mod-footer .footer-service-links li a {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .mod-footer .footer-service-links li a:hover {
    border-bottom: 1px solid #003388;
  }
  .mod-footer .footer-service-links li .glyph-news,
  .mod-footer .footer-service-links li .glyph-question,
  .mod-footer .footer-service-links li .glyph-documents {
    font-size: 28px;
    position: absolute;
    left: -30px;
    top: -8px;
    color: #003388;
  }
  .mod-footer .footer-service-links li:last-child {
    margin-right: 0;
  }
  .mod-footer .footer-language-links {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-footer .footer-adress-list {
    padding-bottom: 8px;
  }
  .mod-footer .footer-adress-list .footer-adress-title {
    display: block;
    margin-bottom: 8px;
  }
  .mod-footer .footer-search,
  .mod-footer .footer-service-links {
    display: none;
  }
  .mod-footer .footer-meta-links {
    margin: 12px 0 0 10px;
  }
  .mod-footer .footer-meta-links .footer-copy {
    display: none;
  }
  .mod-footer .footer-meta-links li {
    margin-bottom: 0.75em;
    position: relative;
  }
  .mod-footer .footer-meta-links li a:before {
    font-family: 'finma';
    font-size: 16px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -15px;
    top: 2px;
  }
  .mod-footer .footer-meta-links li:first-child {
    margin-bottom: 0;
  }
  .mod-footer .footer-meta-links li:nth-child(2) {
    display: none;
  }
  .mod-footer .footer-language-links {
    display: inline-block;
    padding: 16px 0;
    border-top: 1px solid #12478d;
    border-bottom: 1px solid #12478d;
    width: 100%;
  }
  .mod-footer .footer-language-links li {
    float: left;
    display: block;
    margin-right: 12px;
  }
  .mod-footer .footer-language-links li a {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 8px 8px 8px;
    text-decoration: none;
  }
  .mod-footer .footer-language-links li a.state-active {
    background: #0A4080;
    background: -moz-linear-gradient(top, #0a4080 0%, #0a4080 50%, #06346b 51%, #06346b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a4080), color-stop(50%, #0a4080), color-stop(51%, #06346b), color-stop(100%, #06346b));
    background: -webkit-linear-gradient(top, #0a4080 0%, #0a4080 50%, #06346b 51%, #06346b 100%);
    background: -o-linear-gradient(top, #0a4080 0%, #0a4080 50%, #06346b 51%, #06346b 100%);
    background: -ms-linear-gradient(top, #0a4080 0%, #0a4080 50%, #06346b 51%, #06346b 100%);
    background: linear-gradient(to bottom, #0a4080 0%, #0a4080 50%, #06346b 51%, #06346b 100%);
    color: #ffffff;
  }
}
@media all {
  .mod-form {
    /* WFFM Module Default Stylesheet */
    /* Display Toggle */
    /* Form */
    /* Form Introduction*/
    /* Form Footer*/
    /* Submit Button*/
    /*Datepicker*/
    /* Error */
    /* Validation */
    /* Forms section*/
    /* Form fields */
    /* Checkbox */
    /* Captcha Field */
    /* End Captcha Field */
    /*
	.scWfmPassword {
		behavior: url(/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc?v=17072012)
	}*/
  }
  .mod-form .scfForm input,
  .mod-form .scfForm select,
  .mod-form .scfForm textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .mod-form .scChromeDataHolder {
    display: block;
  }
  .mod-form .scfForm textarea {
    resize: none;
  }
  .mod-form [data-toggle-target] {
    display: none;
  }
  .mod-form [data-toggle-target].is-active {
    display: block;
  }
  .mod-form .scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
  }
  .mod-form .form-title {
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1.375em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
    text-decoration: none;
  }
  .mod-form .form-introduction {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 30px;
  }
  .mod-form .form-submit-border {
    overflow: hidden;
    clear: left;
  }
  .mod-form .form-submit-border input[type="submit"] {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.875em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 16px 8px 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background: #003388;
  }
  .mod-form .form-submit-border input[type="submit"]:before {
    margin-left: 16px;
    font-family: 'finma';
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e60f';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .mod-form .form-submit-border .btn-standard,
  .mod-form .form-submit-border input[type="submit"] {
    float: right;
  }
  .mod-form .form-submit-border .text-link-cross {
    float: right;
    padding-right: 32px;
    margin-top: 10px;
  }
  .mod-form .hasDatepicker {
    display: none;
  }
  .mod-form .error-message {
    color: #c00;
  }
  .mod-form .form-validation-summary {
    margin-left: 0px;
  }
  .mod-form .scfValidatorRequired,
  .mod-form .field-required {
    display: none;
  }
  .mod-form .form-error-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
  }
  .mod-form .form-error-text.active {
    display: block;
  }
  .mod-form .form-error-text .bold {
    font-family: 'Frutiger LT W01_65 Bold';
  }
  .mod-form .field-error {
    margin: -7px 0 14px 0;
    display: block;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    float: left;
  }
  .mod-form .display-section-fieldset {
    padding: 0;
    border: 0px;
    border-top: none;
    margin: 0px;
  }
  .mod-form .display-section-legend {
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    margin-left: 0;
    border-top: 1px solid #cccccc;
    width: 100%;
    padding-top: 14px;
  }
  .mod-form .display-section-border {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .mod-form .display-section-content {
    width: 100%;
    float: left;
    border: none;
  }
  .mod-form legend,
  .mod-form legend > span {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    line-height: 22px;
  }
  .mod-form .display-section-info {
    width: 100%;
    /*padding: 5px 0px 0px 20px;*/
    vertical-align: top;
    display: inline;
  }
  .mod-form .checkbox-border {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    width: 100%;
  }
  .mod-form .checkbox-content {
    width: 90%;
    display: block;
    padding: 0px 0px;
    margin: 0px;
    margin-left: 50%;
  }
  .mod-form .checkbox-info {
    font-size: 0.9em;
    display: block;
    width: 90%;
    padding: 0px 3px;
  }
  .mod-form .field-border {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
  }
  .mod-form .field-border .e-text {
    border-top: 1px solid #cccccc;
    padding-top: 8px;
    margin-bottom: 20px;
  }
  .mod-form .field-content {
    display: block;
    overflow: hidden;
    padding-right: 10px;
    padding-top: 3px;
  }
  .mod-form .field-content .field-datepicker {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 3px 5px;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .mod-form .field-content input {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-form .field-content input,
  .mod-form textarea,
  .mod-form select {
    width: 80%;
  }
  .mod-form .list-content {
    margin: 0;
    width: 100%;
  }
  .mod-form .field-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 3px 0;
    width: 25%;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 12px;
  }
  .mod-form .field-title.error {
    color: #cc0000;
  }
  .mod-form .field-panel {
    /*margin: 0px 3px;*/
    padding: 0px 2px 0px 0px;
    width: 60%;
    display: block;
    float: left;
    position: relative;
  }
  .mod-form .field-panel .text-box.single-line {
    height: 32px;
  }
  .mod-form .field-panel .text-box.single-line,
  .mod-form .field-panel .text-box.multi-line {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 3px 5px;
    margin-bottom: 8px;
  }
  .mod-form .field-panel .text-box.single-line.error,
  .mod-form .field-panel .text-box.multi-line.error {
    border: 2px solid #cc0000;
    color: #cc0000;
  }
  .mod-form .field-info {
    padding-left: 3px;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 11px;
    font-weight: normal;
    color: #cccccc;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 15px;
    line-height: 22px;
  }
  .mod-form .field-datebox-content {
    width: 32%;
    margin: 0px;
  }
  .mod-form select {
    margin: 10px 0;
    border: 1px solid #cccccc;
    cursor: pointer;
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f8f8f8;
    height: 32px;
  }
  .mod-form .scfDateSelectorLabel {
    margin-top: 7px;
  }
  .mod-form .field-datebox-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0px 0px 1px 0px;
    margin: 0px;
    margin-top: 10px;
    display: block;
    float: left;
    line-height: 10px;
    width: 33%;
  }
  .mod-form ul {
    margin: 0px;
    padding: 0px;
  }
  .mod-form .field-captcha-image-container {
    background-color: #fff;
    float: left;
    border: 1px solid #c0c0c0;
    margin-bottom: 7px;
    /* display: none; */
  }
  .mod-form .field-captcha-audio {
    display: none;
    height: 0px;
    width: 0px;
    position: relative;
    /* display: none; */
  }
  .mod-form .field-captcha-audio embed {
    position: absolute;
    z-index: -1;
    /* display: none; */
  }
  .mod-form .field-captcha-controls {
    float: left;
    margin-left: 5px;
    /* display: none; */
  }
  .mod-form .field-captcha-controls input {
    width: auto;
    margin: 7px;
    display: block;
    /* display: none; */
  }
  .mod-form .scfCreditCardType {
    width: 100%;
  }
  .mod-form .scfShortDate {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    vertical-align: top;
    width: 60%;
  }
  .mod-form .scfShortText {
    margin: 0px;
    float: right;
    width: 40%;
  }
  .mod-form .scfShortDate .scfDateSelectorLabel {
    width: 50%;
    margin-top: 0px;
  }
  .mod-form .scfShortDate .scfDateSelectorGeneralPanel {
    width: 46%;
  }
  .mod-form .scfShortDate .scfDateSelectorDay,
  .mod-form .scfShortDate .scfDateSelectorShortLabelDay,
  .mod-form .scfShortDate .scfDateSelectorShortLabelMonth,
  .mod-form .scfShortDate .scfDateSelectorShortLabelYear {
    display: none;
  }
  .mod-form .scfShortDate .scfDateSelectorShortLabelMonth,
  .mod-form .scfShortDate .scfDateSelectorShortLabelYear,
  .mod-form .scfShortDate .scfDateSelectorMonth,
  .mod-form .scfShortDate .scfDateSelectorYear {
    width: 49%;
  }
  .mod-form .scfShortText .scfSingleLineTextLabel {
    width: 15%;
  }
  .mod-form .scfShortText .scfSingleLineTextGeneralPanel {
    width: 60%;
  }
  .mod-form .scfShortText .scfSingleLineTextTextBox {
    width: 100%;
    margin: 0px;
  }
  .mod-form .scfDatePickerGeneralPanel .ui-icon {
    float: right;
    position: relative;
    top: -20px;
    display: block;
  }
  .mod-form td {
    padding-left: 20px;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-form td:first-child {
    padding-left: 0px;
  }
  .mod-form td input {
    margin-top: 7px;
    margin-right: 6px;
  }
  .mod-form input[type="radio"] {
    margin-top: 7px;
    margin-right: 6px;
    width: 11px;
  }
  .mod-form label {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-form .form-submit-border {
    margin-top: 20px;
  }
  .mod-form .form-submit-border .btn-standard,
  .mod-form .form-submit-border input[type="submit"] {
    float: none;
  }
  .mod-form .form-submit-border .text-link-cross {
    margin-top: 20px;
    float: none;
    padding-right: 0px;
  }
  .mod-form .field-content .field-datepicker {
    padding: 6px 5px;
  }
  .mod-form .field-content input {
    padding-top: 1px;
  }
  .mod-form .field-datebox-content {
    margin-top: 7px;
  }
  .mod-form .field-error {
    display: none;
  }
  .mod-form .field-title {
    float: none;
    width: 100%;
    padding-top: 8px;
    margin-bottom: 3px;
  }
  .mod-form .field-panel {
    width: 100%;
  }
  .mod-form .field-panel .text-box.single-line,
  .mod-form .field-panel .text-box.multi-line {
    border: 1px solid #cccccc;
    padding: 6px 5px;
    width: 100%;
  }
  .mod-form .checkbox-content {
    margin-left: 0%;
  }
  .mod-form select {
    height: 32px;
  }
}
.mod-image-text-big {
  display: flex;
  flex-flow: column nowrap;
  margin: 40px 0;
}
.mod-image-text-big__item {
  flex-basis: 0;
  flex-grow: 1;
}
.mod-image-text-big__item + .mod-image-text-big__item {
  margin-top: 40px;
}
.mod-image-text-big__subline {
  font-family: 'Frutiger LT W01_65 Bold';
  font-size: 0.875em;
  font-weight: normal;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0 0 20px;
}
.mod-image-text-big__headline {
  font-family: 'FrutigerLTW01-45Light';
  font-size: 1.375em;
  font-weight: normal;
  color: #003388;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 20px;
}
.mod-image-text-big__subline + .mod-image-text-big__headline {
  margin-top: 20px;
}
.mod-image-text-big__image {
  display: block;
  max-width: 100%;
  margin: 0 0 20px;
}
.mod-image-text-big__content {
  margin: 15px 0 0;
}
.mod-image-text-big__link {
  margin-top: 15px;
}
@media (min-width: 47.9375em) {
  .mod-image-text-big {
    flex-flow: row nowrap;
  }
  .mod-image-text-big__item:first-child {
    padding-right: 20px;
  }
  .mod-image-text-big__item:last-child {
    padding-left: 20px;
  }
  .mod-image-text-big__item:only-child {
    padding: 0;
  }
  .mod-image-text-big__item + .mod-image-text-big__item {
    margin-top: 0;
  }
}
@media all {
  .mod-layout.l-layout--finma-public .l-body {
    border-top: none;
  }
  .mod-layout .l-page {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #f8f8f8;
    padding: 0;
  }
  .mod-layout .l-wrap {
    width: 60.9375em;
    margin: 0 auto;
    position: relative;
  }
  .mod-layout .l-head {
    padding-top: 4px;
    background: #ffffff;
    position: relative;
    z-index: 10;
  }
  .mod-layout .l-head .l-nav {
    position: relative;
  }
  .mod-layout .l-body {
    border-top: 1px solid #c5c5c5;
  }
  .mod-layout .l-body.l-sub {
    padding-top: 32px;
    border-top: 1px solid #c5c5c5;
  }
  .mod-layout .l-background-image-container {
    position: relative;
    width: 100%;
  }
  .mod-layout .l-background-image-container.state-background-image--fixed {
    position: fixed;
    bottom: 0;
  }
  .mod-layout .l-background-image-container .l-background-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .mod-layout .l-content-wrapper {
    background: #ffffff;
    position: relative;
    z-index: 3;
    margin-bottom: 55px;
  }
  .mod-layout .l-content-wrapper:before {
    content: '';
    height: 8px;
    display: block;
    background: #f6290e;
    background: -moz-linear-gradient(-45deg, #f6290e 0%, #f6290e 17%, #165aad 72%, #165aad 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f6290e), color-stop(17%, #f6290e), color-stop(72%, #165aad), color-stop(100%, #165aad));
    background: -webkit-linear-gradient(-45deg, #f6290e 0%, #f6290e 17%, #165aad 72%, #165aad 100%);
    background: -o-linear-gradient(-45deg, #f6290e 0%, #f6290e 17%, #165aad 72%, #165aad 100%);
    background: -ms-linear-gradient(-45deg, #f6290e 0%, #f6290e 17%, #165aad 72%, #165aad 100%);
    background: linear-gradient(135deg, #f6290e 0%, #f6290e 17%, #165aad 72%, #165aad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6290e', endColorstr='#165aad', GradientType=1);
  }
  .mod-layout .l-content {
    height: auto;
    width: 100%;
    padding: 2.625em 1.5625em 1.25em 1.5625em;
    display: inline-block;
  }
  .mod-layout .l-content.l-left--right .l-main {
    float: left;
  }
  .mod-layout .l-content.l-left--right .l-sidebar {
    float: right;
    margin-top: 10px;
  }
  .mod-layout .l-content.l-right--left .l-main {
    float: right;
  }
  .mod-layout .l-content.l-right--left .l-sidebar {
    float: left;
  }
  .mod-layout .l-content .l-main {
    width: 69.189189189%;
    min-height: 400px;
  }
  .mod-layout .l-content .l-sidebar {
    width: 28.108108108%;
    min-height: 400px;
  }
  .mod-layout .l-footer-wrapper {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-top: 1px solid #efefef;
  }
  .mod-layout .l-footer-wrapper .l-footer {
    display: block;
    padding: 2.5em 1.625em 1em 1.625em;
  }
  .mod-layout .l-footer-wrapper .l-footer .l-footer-list {
    padding: 3.125em 0;
  }
  .mod-layout .l-footer-wrapper .l-footer .l-footer-bottom {
    margin-toop: 20px;
    border-top: 1px solid #cccccc;
  }
  .mod-layout .l-footer-wrapper .footer-copy-extra {
    display: none;
  }
}
@media all and (min-width: 1800px) {
  .mod-layout .l-content-wrapper {
    min-height: 46em;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-layout.l-layout--finma-public .mod-stage {
    display: none;
  }
  .mod-layout.l-layout--finma-public .l-content-wrapper:before {
    display: none;
  }
  .mod-layout .l-head {
    padding: 0;
    z-index: 0;
    position: static;
  }
  .mod-layout .l-head .l-wrap {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .mod-layout .l-head .l-logo {
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    float: left;
  }
  .mod-layout .l-head .l-nav {
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: none;
  }
  .mod-layout .l-head .l-nav.state-open {
    display: block;
  }
  .mod-layout .l-head .l-service {
    -ms-flex-order: 3;
    /* TWEENER - IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    background: #e1e1e1;
    padding: 12px 16px 8px 16px;
    width: 100%;
    display: none;
  }
  .mod-layout .l-head .l-service.state-open {
    display: block;
  }
  .mod-layout .l-head .l-service .left,
  .mod-layout .l-head .l-service .right {
    float: left;
    width: 100%;
  }
  .mod-layout .l-body.l-sub {
    padding: 0;
    border-top: none;
  }
  .mod-layout .l-background-image-container {
    display: none;
  }
  .mod-layout .l-bread {
    display: none;
  }
  .mod-layout .l-content {
    padding: 1em;
  }
  .mod-layout .l-content .l-main {
    margin-bottom: 24px;
  }
  .mod-layout .l-content .l-main,
  .mod-layout .l-content .l-sidebar {
    width: 100%;
  }
  .mod-layout .l-content .l-sidebar {
    min-height: 100%;
  }
  .mod-layout .l-footer-wrapper {
    background: #f8f8f8;
  }
  .mod-layout .l-footer-wrapper .l-footer {
    padding: 1em 1em 0 1em;
    min-height: 100px;
  }
  .mod-layout .l-footer-wrapper .l-footer .l-footer-top .s-3of5 {
    width: 100%;
  }
  .mod-layout .l-footer-wrapper .l-footer .l-footer-list {
    display: none;
  }
  .mod-layout .l-footer-wrapper .l-footer .l-footer-bottom {
    width: 100%;
    display: inline-block;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #12478d;
  }
  .mod-layout .l-footer-wrapper .l-footer .l-footer-bottom .left {
    float: none;
  }
  .mod-layout .l-footer-wrapper:after {
    content: '';
    height: 1.75em;
    display: block;
  }
  .mod-layout .l-footer-wrapper .footer-copy-extra {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 12px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 6px;
    left: 16px;
    display: block;
  }
  .mod-layout .l-wrap {
    width: 100%;
    height: auto;
  }
}
@media print {
  .mod-layout .l-head .navmain-m-btn {
    display: none;
  }
  .mod-layout .l-content {
    float: left;
  }
  .mod-layout .l-content .l-main {
    width: 100%;
    float: left;
  }
  .mod-layout .l-content-wrapper {
    float: left;
    width: 100%;
  }
  .mod-layout .l-content-wrapper:before {
    background: none;
  }
  .mod-layout .l-content-wrapper .l-bread {
    display: block;
  }
  .mod-layout .l-background-image-container {
    display: none;
  }
  .mod-layout .l-body.l-sub {
    background: none;
    border-top: none;
  }
  .mod-layout .l-page {
    background: #ffffff;
  }
  .mod-layout .l-service,
  .mod-layout .l-nav,
  .mod-layout .l-background,
  .mod-layout .l-sidebar,
  .mod-layout .l-footer-wrapper {
    display: none;
  }
}
@media all {
  .mod-login {
    padding: 12px 18px 18px 18px;
    margin: 52px 0 0 0;
    background: #f8f8f8;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    overflow: hidden;
  }
  .mod-login .login-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
  }
  .mod-login .login-formline {
    overflow: hidden;
    padding-bottom: 24px;
    margin: 16px 0 8px 0;
    border-bottom: 1px solid #dddddd;
  }
  .mod-login .login-formline .text-link-arrow {
    margin-bottom: 16px;
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-login .login-formline .text-link-arrow:hover {
    color: #cc0000;
  }
  .mod-login .login-formline .forget-pw {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .mod-login .login-formline input,
  .mod-login .login-formline select,
  .mod-login .login-formline textarea {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 5px 10px 3px 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .mod-login .login-formline input {
    padding: 3px 10px;
    height: 32px;
  }
  .mod-login .login-formline select.teaser-filter-field-select {
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(51%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0);
    height: 32px;
    border: 1px solid #cccccc;
  }
  .mod-login .login-formline ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 13px;
  }
  .mod-login .login-formline :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-login .login-formline ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-login .login-formline :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 13px;
  }
  .mod-login .login-formline label {
    display: none;
  }
  .mod-login .text-link-small {
    display: block;
  }
  .mod-login .login-logged-box .email {
    margin-bottom: 15px;
  }
  .mod-login .login-logged-box .text-link-arrow {
    margin: 8px 0 4px 0;
  }
  .mod-login .login-logged-box .btn-secondary {
    float: right;
  }
  .mod-login .validation-summary-errors {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 5px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-login {
    margin: 16px 0 0 0;
  }
}
@media all {
  .mod-logo a {
    display: inline-block;
    margin: 2em 0 1.5em 0;
  }
  .mod-logo a img {
    width: 206px;
    height: 47px;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-logo a {
    margin: 16px 16px 14px 16px;
  }
  .mod-logo a img {
    width: 130px;
    height: auto;
  }
}
@media all {
  .mod-nav-finmapublic {
    position: relative;
  }
  .mod-nav-finmapublic .nav-finmapublic-mobile-btn {
    display: none;
  }
  .mod-nav-finmapublic .finmapublic-flyout {
    display: block;
    width: 100%;
    position: absolute;
    padding: 25px;
    left: 0;
    top: 0;
    z-index: 5;
    min-height: 115px;
    background-color: #003388;
  }
  .mod-nav-finmapublic .finmapublic-flyout.state-open {
    display: block;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist {
    float: left;
    margin: 0 30px 0 10px;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist li {
    display: block;
    margin-top: 10px;
    position: relative;
    padding-left: 8px;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist li a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist li a:before {
    font-family: 'finma';
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -14px;
    top: -1px;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist li a:hover {
    border-bottom: 1px solid #ffffff;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist li a.state-active {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #ffffff;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-linklist li a h3 {
    display: inline-block;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-buttonlist {
    bottom: 20px;
    position: absolute;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-buttonlist li {
    display: inline;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-buttonlist li .btn-status {
    margin-right: 10px;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-buttonlist .finma-public-buttonlist-title {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-nav-finmapublic {
    position: relative;
    height: 50px;
  }
  .mod-nav-finmapublic .nav-finmapublic-mobile-btn {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.125em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 14px 16px;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 50px;
    background-color: #003388;
  }
  .mod-nav-finmapublic .nav-finmapublic-mobile-btn:after {
    font-family: 'finma';
    font-size: 27px;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    display: inline-block;
    float: right;
    margin-right: 7px;
    margin-top: -4px;
    color: #ffffff;
    line-height: 27px;
    background: #003388;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .mod-nav-finmapublic .nav-finmapublic-mobile-btn.state-active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 7px;
  }
  .mod-nav-finmapublic .finmapublic-flyout {
    display: none;
    position: relative;
    padding: 8px 16px 16px 16px;
  }
  .mod-nav-finmapublic .finmapublic-flyout.state-open {
    display: block;
  }
  .mod-nav-finmapublic .finmapublic-flyout .s-1of2 {
    width: 100%;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-buttonlist {
    top: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .mod-nav-finmapublic .finmapublic-flyout .finma-public-buttonlist li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media all {
  .mod-nav-main .nav-main-list {
    width: auto;
    position: relative;
  }
  .mod-nav-main .nav-main-list .main-list-item {
    display: inline-block;
    margin-right: -5px;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: .5em .75em 7px .25em;
    display: inline-block;
    border-bottom: 5px solid #ffffff;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
    margin-right: 6px;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link:before {
    font-family: 'finma';
    font-size: 22px;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2px;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link.state-hover {
    color: #cc0000;
    border-bottom: 5px solid #1659ad;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link.state-active {
    color: #cc0000;
  }
  .mod-nav-main .nav-main-list .main-list-item:first-child a {
    padding-left: 0;
  }
  .mod-nav-main .nav-main-list .finma-public-item {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mod-nav-main .nav-main-list .main-flyout {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(66, 66, 66, 0.8);
    -moz-box-shadow: 0px 0px 8px 0px rgba(66, 66, 66, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(66, 66, 66, 0.8);
    border: 5px solid;
    border-image-source: linear-gradient(180deg, #165aad 0%, #165aad 70%, #cc0000 95%, #cc0000 100%);
    border-image-slice: 1;
    border-right: none;
    border-bottom: none;
    border-top: none;
  }
  .mod-nav-main .nav-main-list .main-flyout.state-open {
    display: block;
  }
  .mod-nav-main .nav-main-list .main-flyout li {
    display: block;
    float: none;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right {
    min-height: 225px;
    width: 33.333333333%;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left:before,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center:before,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right:before {
    content: '';
    display: block;
    height: 3px;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-left-title,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-left-title,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-left-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
    margin-left: 12px;
    position: relative;
    border-bottom: 1px solid transparent;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-left-title:before,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-left-title:before,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-left-title:before {
    font-family: 'finma';
    font-size: 20px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -18px;
    top: -2px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right {
    background-color: #ffffff;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-left-wrap {
    display: block;
    margin: 70px 20px 20px 36px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-text-box {
    display: block;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-text > span > p,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-text > p,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 23px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center {
    border-left: 1px solid #a1b7b4;
    border-right: 1px solid #a1b7b4;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-center-wrap {
    margin: 36px 0 36px 30px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-title {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 13px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-bottom: 15px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-list {
    padding: 0 30px 24px 0;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-list li {
    margin-bottom: 8px;
    margin-left: 10px;
    position: relative;
    line-height: 1.5em;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-list li a {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 5px 0 2px 0;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-list li a:before {
    font-family: 'finma';
    font-size: 16px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -15px;
    top: 4px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-list li a:hover {
    color: #003388;
    border-bottom: 1px solid #003388;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-right-wrap {
    display: block;
    margin: 70px 30px 20px 36px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-text > span > p,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-text > p,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 13px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-link {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
    margin-left: 12px;
    position: relative;
    border-bottom: 1px solid transparent;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-link:before {
    font-family: 'finma';
    font-size: 20px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -18px;
    top: -2px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-link:hover {
    border-bottom: 1px solid #003388;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-nav-main .nav-main-list {
    float: none;
    position: relative;
  }
  .mod-nav-main .nav-main-list .finma-public-item {
    position: relative;
    float: left;
    width: 100%;
    display: none;
  }
  .mod-nav-main .nav-main-list .main-list-item {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link {
    display: block;
    color: #003388;
    border-bottom: none;
    margin: 0 16px;
    padding: 14px 0 10px 0;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link:before {
    display: none;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link:after {
    font-family: 'finma';
    font-size: 26px;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    display: inline-block;
    float: right;
    margin-right: 7px;
    margin-top: -4px;
    color: #003388;
    line-height: 26px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link.state-hover {
    color: #003388;
    border-bottom: 2px solid #cccccc;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link.state-hover:after {
    font-family: 'finma';
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e602';
    display: inline-block;
    float: right;
    margin-right: 7px;
    margin-top: -4px;
    color: #003388;
    line-height: 26px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .mod-nav-main .nav-main-list .main-list-item .main-list-link.state-active {
    color: #003388;
  }
  .mod-nav-main .nav-main-list .main-flyout {
    display: none;
    position: relative;
    padding: 14px 16px 0 16px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    background-color: #ffffff;
    border: none;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right {
    min-height: 100%;
    width: 100%;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left:before,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center:before,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right:before {
    display: none;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left {
    border-bottom: 1px solid #cccccc;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-left-wrap {
    display: block;
    margin: 0;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-left-wrap .flyout-column-link {
    display: block;
    margin: 8px 0 16px 12px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-left-wrap .flyout-column-link:hover {
    border-bottom: 1px solid transparent;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-left .flyout-column-text-box {
    display: none;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center,
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right {
    background: none;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-center-wrap {
    margin: 0;
    border-top: 1px solid #cccccc;
    border-right: none;
    padding-top: 8px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-center-wrap .flyout-column-list {
    padding: 0;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-center .flyout-column-center-wrap .flyout-column-list li a:hover {
    border-bottom: 1px solid transparent;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-right-wrap {
    display: block;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #cccccc;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-right-wrap .flyout-column-link {
    display: block;
    margin: 8px 0 8px 12px;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-right-wrap .flyout-column-link:hover {
    border-bottom: 1px solid transparent;
  }
  .mod-nav-main .nav-main-list .main-flyout .flyout-column-right .flyout-column-right-wrap .flyout-column-text {
    display: none;
  }
}
@media all {
  .mod-nav-meta .nav-meta-list {
    margin-top: .5em;
  }
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item {
    float: left;
    margin-right: .75em;
  }
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 13px;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #003388;
    text-decoration: none;
    line-height: 1.1875em;
  }
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item a:hover,
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item a:focus,
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item a.state-active {
    color: #cc0000;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-nav-meta {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .mod-nav-meta .nav-meta-list {
    margin: 0;
  }
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item {
    width: 100%;
    margin: 0;
    display: block;
    border-bottom: 1px solid #b8b8b8;
  }
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item:first-child {
    display: none;
  }
  .mod-nav-meta .nav-meta-list li.nav-meta-list-item a {
    font-size: 1em;
    padding: 8px 0 6px 0;
    margin-left: 5px;
    display: block;
  }
}
@media all {
  .mod-nav-service {
    margin-top: .25em;
  }
  .mod-nav-service .nav-service-list li {
    float: left;
    display: inline-block;
  }
  .mod-nav-service .nav-service-list li .e-btn {
    margin-right: .375em;
  }
  .mod-nav-service .nav-service-list li a {
    text-decoration: none;
  }
  .mod-nav-service .nav-service-list .quick-btn-links .glyph-news,
  .mod-nav-service .nav-service-list .quick-btn-links .glyph-question,
  .mod-nav-service .nav-service-list .quick-btn-links .glyph-documents {
    display: inline-block;
    float: left;
    text-align: left;
    color: #cc0000;
    font-size: 26px;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding: 0 10px 0 26px;
    margin-top: 3px;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-login {
    position: relative;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-login:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e61c';
    position: absolute;
    margin-left: -22px;
    margin-top: -2px;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-login:hover,
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-login.state-active {
    color: #cc0000;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-logged {
    position: relative;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-logged:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e61b';
    position: absolute;
    margin-left: -22px;
    margin-top: -2px;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-logged.state-active {
    color: #cc0000;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-watchlist-item {
    padding: 0 10px 0 12px;
    margin: 0 10px 0 0;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-watchlist-item .service-icon-watchlist {
    font-size: 30px;
    color: #cc0000;
    position: relative;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-watchlist-item .service-icon-watchlist .glyph-folder {
    position: relative;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-watchlist-item .service-icon-watchlist .service-notification-circle {
    border-radius: 50%;
    top: 8px;
    left: 16px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    background: #003388;
    position: absolute;
    text-align: center;
    padding-left: 1px;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-watchlist-item .service-icon-watchlist .service-notification-number {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 9px;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-search-item {
    padding: 0 7px;
    margin-top: 3px;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-search-item .icon-magnifier .glyph-search {
    color: #cc0000;
    font-weight: bold;
    font-size: 20px;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language {
    border-left: 1px solid lightgray;
    margin-top: 3px;
    position: relative;
    height: 18px;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-item {
    padding: 0 10px 0 25px;
    position: relative;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: -5px;
    display: none;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-item:hover {
    color: #cc0000;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-item.active {
    display: inline;
    color: #cc0000;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-item.state-open {
    display: inline;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language:before {
    font-family: 'finma';
    font-size: 24px;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: -2px;
    left: 0;
    content: '\e604';
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language.state-active:before {
    top: -4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-list {
    margin-top: 0px;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-list li {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    display: block;
    text-align: left;
    margin: 2px 0;
    float: none;
  }
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-list li:hover,
  .mod-nav-service .nav-service-list .service-links .service-link-language .service-link-language-list li:focus {
    color: #cc0000;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-nav-service {
    margin: 0;
  }
  .mod-nav-service .nav-service-list li {
    width: 100%;
  }
  .mod-nav-service .nav-service-list .service-links-item {
    width: inherit;
  }
  .mod-nav-service .nav-service-list .service-links-item .service-links .service-links-watchlist-item {
    margin-right: 8px;
    padding-left: 0;
  }
  .mod-nav-service .quick-btn-links .glyph-news,
  .mod-nav-service .quick-btn-links .glyph-question,
  .mod-nav-service .quick-btn-links .glyph-documents {
    display: inline-block;
    float: left;
    text-align: left;
    color: #cc0000;
    font-size: 26px;
  }
  .mod-nav-service .quick-btn-links li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .mod-nav-service .quick-btn-links li .e-btn {
    margin: 0;
    font-size: 1em;
  }
  .mod-nav-service .quick-btn-links li a {
    padding: 8px 4px 6px 4px;
    text-align: left;
  }
  .mod-nav-service .nav-service-list .service-links {
    margin-top: 8px;
    display: inline-block;
    background: #e1e1e1;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item {
    width: inherit;
  }
  .mod-nav-service .nav-service-list .service-links .service-links-lock-item .icon-login {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
  }
  .mod-nav-service .nav-service-list .service-links-watchlist-item {
    width: inherit;
    margin-right: 8px;
  }
  .mod-nav-service .nav-service-list .service-link-search-item,
  .mod-nav-service .nav-service-list .service-link-language-item {
    display: none;
  }
}
@media print {
  display: none;
}
@media all {
  .mod-nav-sidebar {
    margin-top: 52px;
  }
  .mod-nav-sidebar .nav-sidebar-mobile-title {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li {
    margin-bottom: 4px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li:hover > a {
    color: #cc0000;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li.state-active > a {
    color: #cc0000;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none;
    padding: 4px 4px 4px 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 {
    margin: 4px 16px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 li {
    margin-bottom: 4px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 li a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none;
    padding: 4px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 li.state-active > a {
    color: #cc0000;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3,
  .mod-nav-sidebar .nav-sidebar-list-level-4,
  .mod-nav-sidebar .nav-sidebar-list-level-5 {
    margin: 4px 16px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li,
  .mod-nav-sidebar .nav-sidebar-list-level-4 li,
  .mod-nav-sidebar .nav-sidebar-list-level-5 li {
    margin: 0 0 4px 8px;
    position: relative;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li.state-active > a,
  .mod-nav-sidebar .nav-sidebar-list-level-4 li.state-active > a,
  .mod-nav-sidebar .nav-sidebar-list-level-5 li.state-active > a {
    color: #cc0000;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li.state-active > a:before,
  .mod-nav-sidebar .nav-sidebar-list-level-4 li.state-active > a:before,
  .mod-nav-sidebar .nav-sidebar-list-level-5 li.state-active > a:before {
    color: #cc0000;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li:hover > a:before,
  .mod-nav-sidebar .nav-sidebar-list-level-4 li:hover > a:before,
  .mod-nav-sidebar .nav-sidebar-list-level-5 li:hover > a:before {
    color: #cc0000;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li a,
  .mod-nav-sidebar .nav-sidebar-list-level-4 li a,
  .mod-nav-sidebar .nav-sidebar-list-level-5 li a {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: none;
    padding: 4px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li a:before,
  .mod-nav-sidebar .nav-sidebar-list-level-4 li a:before,
  .mod-nav-sidebar .nav-sidebar-list-level-5 li a:before {
    font-family: 'finma';
    font-size: 16px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    left: -12px;
    top: 3px;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-nav-sidebar {
    margin-top: 16px;
  }
  .mod-nav-sidebar .nav-sidebar-mobile-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 8px;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li.state-active {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1 li.state-active > a {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected li.state-active {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected li.state-active > a {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 {
    margin: 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li {
    margin: 0;
    display: block;
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li:first-child {
    border-top: 1px solid #cccccc;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li.state-active > a {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li.state-active > a:before {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li:hover > a {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li:hover > a:before {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li a {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 16px 8px 12px 12px;
    margin: 0;
    width: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li a:after {
    font-family: 'finma';
    font-size: 42px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: '\e606';
    right: 20px;
    position: absolute;
    margin: -12px -6px 0 0;
    line-height: 1;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li a:before {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li a:hover .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li a:after {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-1.state-selected .nav-sidebar-list-level-2 li.state-active > a {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 {
    margin: 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 li {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 li.state-active {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2 li.state-active > a {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected li.state-active {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected li.state-active > a {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 {
    margin: 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li {
    margin: 0;
    display: block;
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li:first-child {
    border-top: 1px solid #cccccc;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li.state-active > a {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li.state-active > a:before {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li:hover > a {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li:hover > a:before {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li a {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 16px 8px 12px 12px;
    margin: 0;
    width: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li a:after {
    font-family: 'finma';
    font-size: 42px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: '\e606';
    right: 20px;
    position: absolute;
    margin: -12px -6px 0 0;
    line-height: 1;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li a:before {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li a:hover .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li a:after {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-2.state-selected .nav-sidebar-list-level-3 li.state-active > a {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 {
    margin: 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li {
    display: none;
    margin: 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li.state-active {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3 li.state-active > a {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected li.state-active {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected li.state-active > a {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 {
    margin: 0;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li {
    margin: 0;
    display: block;
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li:first-child {
    border-top: 1px solid #cccccc;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li.state-active > a {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li.state-active > a:before {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li:hover > a {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li:hover > a:before {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li a {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 16px 8px 12px 12px;
    margin: 0;
    width: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li a:after {
    font-family: 'finma';
    font-size: 42px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: '\e606';
    right: 20px;
    position: absolute;
    margin: -12px -6px 0 0;
    line-height: 1;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li a:before {
    display: none;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li a:hover .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li a:after {
    color: #003388;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-3.state-selected .nav-sidebar-list-level-4 li.state-active > a {
    display: block;
  }
  .mod-nav-sidebar .nav-sidebar-list-level-5 {
    display: none;
  }
}
@media all {
  .mod-search {
    margin-bottom: 36px;
  }
  .mod-search .search-lens::after {
    font-family: finma;
    content: '\e615';
    font-size: 32px;
    color: #038;
    position: absolute;
    margin-left: -33px;
  }
  .mod-search .search-lens:hover::after {
    color: #cc0000;
  }
  .mod-search .search-formline input,
  .mod-search .search-formline select,
  .mod-search .search-formline textarea {
    color: #111111;
    font-size: 13px;
  }
  .mod-search .search-formline ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 13px;
  }
  .mod-search .search-formline :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-search .search-formline ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-search .search-formline :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 13px;
  }
  .mod-search .search-formline input {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 16px;
    color: #111111;
    width: 100%;
    float: left;
    line-height: normal;
    height: 32px;
    padding: 0 6px 0 12px;
    border: 1px solid #cccccc;
    background: #f8f8f8;
    border-radius: 6px;
  }
  .mod-search .search-formline input.error {
    border: 1px solid #cc0000;
  }
  .mod-search .search-formline input.error::-webkit-input-placeholder {
    color: #cc0000;
  }
  .mod-search .search-formline input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #cc0000;
  }
  .mod-search .search-formline input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #cc0000;
  }
  .mod-search .search-formline input.error:-ms-input-placeholder {
    color: #cc0000;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-search .search-formline input {
    width: 85%;
  }
  .mod-search .search-formline .btn-search {
    margin-left: -10px;
  }
}
@media all {
  .mod-sidebar-teaser {
    margin-bottom: 42px;
    display: block;
    /*
		h3 {
			padding-bottom: 5px;
			margin: -5px 0 0 0;
		}
		*/
  }
  .mod-sidebar-teaser:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .mod-sidebar-teaser .sidebar-teaser-headline-small {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    padding-bottom: 5px;
    margin: -25px 0 10px 0;
  }
  .mod-sidebar-teaser .sidebar-teaser-heading-line {
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin-bottom: 16px;
  }
  .mod-sidebar-teaser .sidebar-teaser-heading-sml {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: -5px 0 0 0;
    padding-bottom: 5px;
    line-height: 20px;
    display: block;
  }
  .mod-sidebar-teaser .sidebar-teaser-headline-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.375em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt {
    margin-bottom: 20px;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt p {
    margin-bottom: 16px;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt .btn-secondary {
    margin-bottom: 8px;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt .sidebar-teaser-img-txt-link {
    margin-left: 30px;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt .text-small-normal {
    margin: 16px 0;
  }
  .mod-sidebar-teaser h3.sidebar-teaser-img-txt-slogan {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1.375em;
    color: #003388;
    display: block;
    padding-right: 26px;
    margin-bottom: 16px;
  }
  .mod-sidebar-teaser h3.sidebar-teaser-img-txt-slogan.news {
    margin-bottom: 5px;
  }
  .mod-sidebar-teaser .sidebar-teaser-link-list {
    margin-bottom: 24px;
  }
  .mod-sidebar-teaser .sidebar-teaser-link-list li {
    padding-right: 26px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .mod-sidebar-teaser .sidebar-teaser-link-list li a {
    margin-left: 0;
  }
  .mod-sidebar-teaser .sidebar-teaser-phone-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 22px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    padding-left: 28px;
    display: block;
    margin: 12px 0 8px 0;
  }
  .mod-sidebar-teaser .sidebar-teaser-phone-text:before {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e612';
    position: absolute;
    margin-left: -30px;
  }
  .mod-sidebar-teaser .text-small-light {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-sidebar-teaser .sidebar-teaser-img-txt {
    margin-bottom: 16px;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt .text-link-small {
    width: 80%;
  }
  .mod-sidebar-teaser .sidebar-teaser-img-txt-slogan {
    font-size: 1.25em;
  }
}
@media all {
  .mod-sitemap {
    margin: 0 0 40px 0;
  }
  .mod-sitemap:last-child {
    margin-bottom: 0;
  }
  .mod-sitemap .sitemap-list-level-1 {
    margin-top: 40px;
  }
  .mod-sitemap .sitemap-list-level-1 h2 {
    margin-bottom: 0;
  }
  .mod-sitemap .sitemap-list-level-1 li {
    margin-bottom: 8px;
  }
  .mod-sitemap .sitemap-list-level-2 {
    margin: 0;
  }
  .mod-sitemap .sitemap-list-level-2 li {
    margin-bottom: 8px;
  }
  .mod-sitemap .sitemap-list-level-2 li:last-child {
    margin-bottom: 4px;
  }
  .mod-sitemap .sitemap-list-level-3 {
    margin: 0 0 0 20px;
  }
  .mod-sitemap .sitemap-list-level-3 li {
    margin-bottom: 4px;
  }
  .mod-sitemap .sitemap-list-level-4 {
    margin: 0 0 0 40px;
  }
  .mod-sitemap .sitemap-list-level-4 li {
    margin-bottom: 8px;
  }
  .mod-sitemap .sitemap-list-level-5 {
    margin: 0 0 0 60px;
  }
  .mod-sitemap .sitemap-list-level-5 li {
    margin-bottom: 8px;
  }
}
@media all {
  .mod-slider {
    margin: 0 0 32px 0;
    position: relative;
    z-index: 1;
  }
  .mod-slider .slider {
    display: none;
    position: relative;
  }
  .mod-slider .slider .slidesjs-container {
    height: 365px !important;
  }
  .mod-slider .slider .slider-item {
    background-color: #f8f8f8;
  }
  .mod-slider .slider .slider-item a:link {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mod-slider .slider .slider-item a:link:hover {
    outline: none;
  }
  .mod-slider .slider .slider-box {
    padding: 24px 22px 16px 22px;
    width: 100%;
    display: inline-block;
  }
  .mod-slider .slider .slider-box .slider-image {
    float: left;
    width: 40%;
  }
  .mod-slider .slider .slider-box .slider-image img {
    max-width: 220px;
    height: auto;
  }
  .mod-slider .slider .slider-box .slider-content {
    float: right;
    width: 60%;
  }
  .mod-slider .slider .slider-box .slider-content .slider-content-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.875em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 22px;
    line-height: 34px;
    display: inline-block;
  }
  .mod-slider .slider .slider-box .slider-content .slider-content-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    display: block;
    margin-bottom: 22px;
    max-width: 90%;
  }
  .mod-slider .slider .slider-box .slider-content .text-link-std:before {
    margin-top: 1px;
  }
  .mod-slider .slider .slidesjs-pagination {
    position: absolute;
    width: 240px;
    left: 50%;
    margin-left: -115px;
    bottom: 5px;
    z-index: 10;
    text-align: center;
  }
  .mod-slider .slider .slidesjs-pagination .slidesjs-pagination-item {
    display: inline-block;
    margin: 0 4px;
  }
  .mod-slider .slider .slidesjs-pagination .slidesjs-pagination-item a {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 4px 8px 3px 8px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .mod-slider .slider .slidesjs-pagination .slidesjs-pagination-item a.active {
    color: #ffffff;
    background: #003388;
  }
  .mod-slider .slider .slidesjs-pagination .slidesjs-pagination-item a.active:hover {
    color: #ffffff;
  }
  .mod-slider .slider .slidesjs-pagination .slidesjs-pagination-item a:hover {
    color: #cc0000;
  }
  .mod-slider .slider .slidesjs-navigation {
    position: absolute;
    top: -220px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .mod-slider .slider .slidesjs-navigation.state-hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .mod-slider .slider .slidesjs-previous {
    float: left;
    position: relative;
    color: transparent;
  }
  .mod-slider .slider .slidesjs-previous .icon-prev:before {
    font-family: 'finma';
    font-size: 60px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e601';
    position: absolute;
    left: -15px;
    z-index: 11;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
  }
  .mod-slider .slider .slidesjs-previous .icon-prev:hover:before {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .mod-slider .slider .slidesjs-next {
    float: right;
    position: relative;
    color: transparent;
  }
  .mod-slider .slider .slidesjs-next .icon-next:before {
    font-family: 'finma';
    font-size: 60px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e603';
    position: absolute;
    z-index: 11;
    right: -15px;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
  }
  .mod-slider .slider .slidesjs-next .icon-next:hover:before {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-slider {
    height: 100% !important;
  }
  .mod-slider .slider {
    padding-bottom: 1.875em;
  }
  .mod-slider .slider .slidesjs-container {
    height: 320px !important;
  }
  .mod-slider .slider .slider-box {
    padding: 24px 22px;
    overflow: hidden;
  }
  .mod-slider .slider .slider-box .slider-image img {
    max-width: 100%;
    height: auto;
  }
  .mod-slider .slider .slider-box .slider-content {
    display: block;
  }
  .mod-slider .slider .slider-box .slider-content .slider-content-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 24px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 16px;
    line-height: 30px;
  }
  .mod-slider .slidesjs-navigation {
    display: none;
  }
}
@media screen and (max-width: 31.25em) {
  .mod-slider .slider {
    padding-bottom: 2.5em;
  }
  .mod-slider .slider .slidesjs-container {
    height: 100% !important;
  }
  .mod-slider .slider .slider-box {
    padding: 20px 18px;
  }
  .mod-slider .slider .slider-box .slider-image img {
    max-width: 100%;
    height: auto;
  }
  .mod-slider .slider .slider-box .slider-content {
    padding: 0 10px;
  }
  .mod-slider .slider .slider-box .slider-content .slider-content-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
  }
  .mod-slider .slider .slider-box .slider-content .slider-content-text {
    display: none;
  }
  .mod-slider .slider .slidesjs-navigation {
    display: none;
  }
  .mod-slider .slider .slidesjs-pagination {
    z-index: 15;
  }
}
@media print {
  .mod-slider .slider .slider-item {
    background: #ffffff;
  }
}
@media all {
  .mod-stage {
    height: 150px;
  }
  .mod-stage .stage-claim {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    background-color: #f8f8f8;
  }
  .mod-stage .stage-claim-title {
    font-family: 'Malabar LT W04 Regular';
    font-size: 1.875em;
    font-weight: normal;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    margin: 2em 1em 1em .625em;
    display: block;
    line-height: 37px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #000000;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-stage {
    height: 130px;
  }
  .mod-stage .stage-claim-title {
    font-family: 'Malabar LT W04 Regular';
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
    margin: 1em .75em 1em;
    max-width: 90%;
  }
}
@media all {
  .mod-teaser {
    margin-bottom: 30px;
  }
  .mod-teaser h2.text-headline-big {
    margin-top: 0;
  }
  .mod-teaser h3 {
    margin-bottom: 0;
  }
  .mod-teaser .teaser-appointment-list {
    margin-bottom: 30px;
  }
  .mod-teaser .teaser-appointment-list dd {
    margin-bottom: 0;
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
  }
  .mod-teaser .teaser-appointment-list dd.list-item-screen {
    display: block;
  }
  .mod-teaser .teaser-appointment-list dd.list-item-mobile {
    display: none;
  }
  .mod-teaser .teaser-heading-line {
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .mod-teaser .teaser-heading-line .teaser-headline-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.375em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
  }
  .mod-teaser .teaser-heading-line .teaser-headline-title span {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 20px;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
  }
  .mod-teaser .teaser-heading-line .icon-rss {
    top: 0;
  }
  .mod-teaser .teaser-sort-label {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: 240px;
  }
  .mod-teaser .teaser-dropdown {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .mod-teaser .teaser-dropdown .e-dropdown {
    width: 115px;
  }
  .mod-teaser .teaser-dropdown .e-dropdown .selected,
  .mod-teaser .teaser-dropdown .e-dropdown li {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #000;
    padding: 6px 12px;
  }
  .mod-teaser .teaser-filter-field-select {
    width: 115px;
    float: right;
    margin-right: 25px;
    height: 22px;
    display: block;
  }
  .mod-teaser .teaser-info {
    display: block;
    margin: 30px 0 16px 0;
  }
  .mod-teaser .teaser-info .teaser-info-date,
  .mod-teaser .teaser-info .teaser-info-date-mobile {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.8125em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 16px;
  }
  .mod-teaser .teaser-info .teaser-info-date-mobile {
    display: none;
  }
  .mod-teaser .teaser-info .teaser-tag-label {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #cc0000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #a1b7b4;
    padding: 4px 10px 3px 10px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .mod-teaser .teaser-content {
    padding-bottom: 38px;
    border-bottom: 1px solid #cccccc;
  }
  .mod-teaser .teaser-content .teaser-content-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.375em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    max-width: 90%;
    text-decoration: none;
  }
  .mod-teaser .teaser-content .teaser-content-text {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    display: block;
    margin-bottom: 13px;
    max-width: 90%;
  }
  .mod-teaser .teaser-link-list {
    margin-bottom: 20px;
  }
  .mod-teaser .teaser-link-list li {
    margin-bottom: 10px;
  }
  .mod-teaser .teaser-image-text:last-child {
    padding-bottom: 26px;
    border-bottom: 1px solid #cccccc;
  }
  .mod-teaser .teaser-formline input,
  .mod-teaser .teaser-formline select,
  .mod-teaser .teaser-formline textarea {
    color: #111111;
    font-size: 13px;
  }
  .mod-teaser .teaser-formline ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #073b82;
    font-size: 13px;
  }
  .mod-teaser .teaser-formline :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #073b82;
    opacity: 1;
    font-size: 13px;
  }
  .mod-teaser .teaser-formline ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #073b82;
    opacity: 1;
    font-size: 13px;
  }
  .mod-teaser .teaser-formline :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #073b82;
    font-size: 13px;
  }
  .mod-teaser .teaser-formline input {
    width: 80%;
    float: left;
    line-height: normal;
    height: 30px;
    padding: 0 6px 0 12px;
    border: none;
    background: #d0e5f1;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .mod-teaser .teaser-formline input.error {
    border: 1px solid #cc0000;
  }
  .mod-teaser .teaser-formline input.error::-webkit-input-placeholder {
    color: #cc0000;
  }
  .mod-teaser .teaser-formline input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #cc0000;
  }
  .mod-teaser .teaser-formline input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #cc0000;
  }
  .mod-teaser .teaser-formline input.error:-ms-input-placeholder {
    color: #cc0000;
  }
  .mod-teaser .teaser-formline .btn-search {
    height: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-teaser .teaser-appointment-list {
    margin: 30px 0;
  }
  .mod-teaser .teaser-appointment-list li.list-item-screen {
    display: none;
  }
  .mod-teaser .teaser-appointment-list li.list-item-mobile {
    display: block;
  }
  .mod-teaser .teaser-heading-line {
    line-height: 1.75em;
  }
  .mod-teaser .teaser-heading-line .teaser-headline-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 55%;
  }
  .mod-teaser .teaser-heading-line .teaser-headline-title span {
    display: none;
  }
  .mod-teaser .teaser-heading-line .icon-rss {
    bottom: -5px;
    top: inherit;
  }
  .mod-teaser .teaser-sort-label {
    display: none;
  }
  .mod-teaser .teaser-dropdown {
    display: none;
  }
  .mod-teaser .teaser-filter-field-select {
    display: none;
  }
  .mod-teaser .teaser-info {
    margin: 22px 0 16px 0;
  }
  .mod-teaser .teaser-info .teaser-info-date {
    display: none;
  }
  .mod-teaser .teaser-info .teaser-info-date-mobile {
    display: inline-block;
    margin-right: 8px;
  }
  .mod-teaser .teaser-content {
    padding-bottom: 16px;
  }
  .mod-teaser .teaser-content .teaser-content-title {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 1.25em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .mod-teaser .teaser-content .teaser-content-text {
    max-width: 100%;
    display: none;
  }
}
.mod-video {
  margin-bottom: 40px;
}
.mod-video p {
  margin-bottom: 20px;
}
.mod-video .video__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.mod-video .video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media all {
  .mod-filter-config {
    margin: 40px 0 60px 0;
  }
  .mod-filter-config .text-link-cross.cancel {
    float: right;
    margin-right: 20px;
    margin-top: 11px;
  }
  .mod-filter-config .text-box-info {
    overflow: visible;
  }
  .mod-filter-config .text-box-info:after {
    content: "";
    display: table;
    clear: both;
  }
  .mod-filter-config .text-box-info .config-filter-group {
    margin-bottom: 12px;
  }
  .mod-filter-config .text-box-info .text-box-info-list li span {
    color: #666666;
  }
  .mod-filter-config .config-filter-group {
    display: none;
  }
  .mod-filter-config .config-filter-group.edit {
    display: block;
  }
  .mod-filter-config .config-filter-result {
    margin-bottom: 12px;
  }
  .mod-filter-config .config-filter-result.edit {
    display: none;
  }
  .mod-filter-config .filter-search {
    float: left;
  }
  .mod-filter-config .filter-search input,
  .mod-filter-config .filter-search select,
  .mod-filter-config .filter-search textarea {
    color: #111111;
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 13px;
  }
  .mod-filter-config .filter-search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 13px;
  }
  .mod-filter-config .filter-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-filter-config .filter-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1;
    font-size: 13px;
  }
  .mod-filter-config .filter-search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 13px;
  }
  .mod-filter-config .filter-search input {
    width: 165px;
    float: left;
    line-height: normal;
    height: 32px;
    padding: 0 6px 0 12px;
    border: 1px solid #cccccc;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .mod-filter-config .filter-search input.error {
    border: 1px solid #cc0000;
  }
  .mod-filter-config .filter-search input.error::-webkit-input-placeholder {
    color: #cc0000;
  }
  .mod-filter-config .filter-search input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #cc0000;
  }
  .mod-filter-config .filter-search input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #cc0000;
  }
  .mod-filter-config .filter-search input.error:-ms-input-placeholder {
    color: #cc0000;
  }
  .mod-filter-config .filter-search .btn-search {
    margin-left: -10px;
  }
  .mod-filter-config .filter-search .btn-search:before {
    font-size: 20px;
  }
  .mod-filter-config .filter-search-btn {
    text-decoration: none;
    background: none;
    display: inline-block;
    margin-left: -34px;
  }
  .mod-filter-config .filter-search-btn:after {
    font-family: 'finma';
    font-size: 32px;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e615';
    vertical-align: middle;
    position: relative;
  }
  .mod-filter-config .filter-search-btn:hover:after {
    color: #cc0000;
  }
  .mod-filter-config .filter-mobile-btn {
    display: none;
  }
  .mod-filter-config .filter-group {
    position: relative;
  }
  .mod-filter-config .filter-group .text-link-cross {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 44px;
  }
  .mod-filter-config .filter-group-list .filter-group-item {
    float: left;
    margin-left: 8px;
  }
  .mod-filter-config .filter-group-list .e-dropdown {
    width: 145px;
    height: 32px;
  }
  .mod-filter-config .ms-drop ul {
    display: block;
  }
  .mod-filter-config .e-text ul li span,
  .mod-filter-config .e-text ul li label {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    font-family: Arial, sans-serif;
  }
}
@media screen and (max-width: 47.9375em) {
  .mod-filter-config {
    margin: 30px 0;
  }
  .mod-filter-config .filter-search {
    float: left;
    margin-right: 8px;
    width: 68%;
  }
  .mod-filter-config .filter-search input {
    width: 100%;
  }
  .mod-filter-config .filter-mobile-btn {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 0.875em;
    font-weight: normal;
    color: #111111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 4px 2px 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    float: right;
    background: #F8F8F8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(51%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 51%, #f0f0f0 100%);
    border: 1px solid #cccccc;
  }
  .mod-filter-config .filter-mobile-btn:after {
    font-family: 'finma';
    font-size: 24px;
    font-weight: bold;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e600';
    vertical-align: middle;
    position: relative;
    margin-left: 6px;
  }
  .mod-filter-config .filter-mobile-btn.state-active {
    background: #e5e5e5;
    padding-bottom: 8px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e5e5e5;
  }
  .mod-filter-config .filter-mobile-btn.state-active:after {
    content: '\e602';
  }
  .mod-filter-config .filter-group {
    display: none;
    background: #e5e5e5;
    position: relative;
    float: left;
    padding: 12px 8px 16px 8px;
    width: 100%;
    margin-top: 8px;
    border-radius: 5px 0 5px 5px;
  }
  .mod-filter-config .filter-group .text-link-cross {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 16px;
    top: inherit;
  }
  .mod-filter-config .filter-group.state-open {
    margin-top: 0;
    display: block;
  }
  .mod-filter-config .filter-group-list {
    width: 96%;
    float: left;
  }
  .mod-filter-config .filter-group-list .filter-group-item {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .mod-filter-config .filter-group-list .filter-group-item:last-child {
    margin-bottom: 24px;
  }
  .mod-filter-config .filter-group-list .e-dropdown {
    width: 100%;
  }
}
.mod-filter-result .result-headline {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  line-height: 1.75em;
}
.mod-filter-result .result-headline .ms-choice > span {
  padding-top: 1px;
}
.mod-filter-result .result-headline .result-count {
  font-family: 'Frutiger LT W01_65 Bold';
  font-size: 1.375em;
  font-weight: normal;
  color: #111111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  .mod-filter-result .result-headline .result-count {
    display: block;
  }
}
.mod-filter-result .result-headline .result-count span:not(.js-count) {
  font-family: 'FrutigerLTW01-45Light';
  font-size: 20px;
  font-weight: normal;
  color: #111111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.mod-filter-result .result-headline .result-count.empty {
  visibility: hidden;
}
.mod-filter-result .result-headline .result-count.subheadline {
  font-size: 13px;
}
.mod-filter-result .result-headline .result-count.subheadline > span {
  font-size: 13px;
}
.mod-filter-result .result-headline .icon-rss {
  top: 0;
}
.mod-filter-result .result-headline .sort-label {
  font-family: 'Frutiger LT W01_65 Bold';
  font-size: 13px;
  font-weight: normal;
  color: #666666;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  float: right;
  margin-top: 4px;
  margin-right: 120px;
}
@media screen and (max-width: 47.9375em) {
  .mod-filter-result .result-headline .sort-label {
    margin: 0;
    float: none;
  }
}
.mod-filter-result .result-headline .sort-dropdown {
  display: inline-block;
  position: absolute;
  right: 0;
}
.mod-filter-result .result-headline .sort-dropdown .e-dropdown {
  width: 115px;
}
.mod-filter-result .result-headline .sort-dropdown .e-dropdown .selected,
.mod-filter-result .result-headline .sort-dropdown .e-dropdown li {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  padding: 6px 12px;
}
@media screen and (max-width: 47.9375em) {
  .mod-filter-result .result-headline .sort-dropdown {
    width: 100%;
    position: inherit;
  }
}
.mod-filter-result .show-more {
  text-align: center;
}
.l-sidebar .mod-filter-result .result-headline {
  display: none;
}
.l-sidebar .mod-filter-result .teaser-info .teaser-info-date {
  display: block;
}
.l-sidebar .mod-filter-result .teaser-info .teaser-tag-label {
  display: none;
  margin: 5px 0 0;
}
.l-sidebar .mod-filter-result .teaser-info .teaser-tag-label:first-of-type {
  display: inline-block;
}
.l-sidebar .mod-filter-result .teaser-content .teaser-content-title h2 {
  font-size: 0.8125em;
  line-height: normal;
}
.l-sidebar .mod-filter-result .teaser-content .teaser-content-text {
  display: none;
}
.l-sidebar .mod-filter-result .teaser-content .text-link-std {
  font-size: 0.8125em;
  line-height: normal;
}
.l-sidebar .mod-filter-result .teaser-content .text-link-std::before {
  line-height: 1;
  font-size: 20px;
}
.accordion .mod-filter-result .result-headline {
  display: none;
}
.accordion .mod-filter-result .teaser-info .teaser-tag-label {
  line-height: normal;
  margin: 0 5px 5px 0;
}
.accordion .mod-filter-result .teaser-content .teaser-content-title h2 {
  font-family: 'Frutiger LT W01_65 Bold';
  font-size: 100%;
  font-weight: 400;
}
.accordion .mod-filter-result .teaser-content .text-link-std {
  font-family: 'Frutiger LT W01_65 Bold';
  font-size: 1em;
  font-weight: normal;
  color: #003388;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-decoration: none;
  margin-left: 20px;
  display: inline-block;
}
.accordion .mod-filter-result .teaser-content .text-link-std:before {
  font-family: 'finma';
  font-size: 24px;
  font-weight: bold;
  color: #cc0000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e60f';
  position: absolute;
  top: -3px;
  left: -25px;
  line-height: normal;
}
.accordion .mod-filter-result .teaser-content .text-link-std:focus,
.accordion .mod-filter-result .teaser-content .text-link-std:hover {
  color: #cc0000;
}
@media screen and (max-width: 47.9375em) {
  .mod-filter-result .result-headline .result-count {
    font-size: 1em;
  }
  .mod-filter-result .result-headline .sort-dropdown,
  .mod-filter-result .result-headline .sort-label {
    display: none;
  }
  .l-sidebar .mod-filter-result .teaser-info .teaser-info-date {
    display: none;
  }
}
@media print {
  .mod-filter-result .show-more {
    display: none;
  }
  .mod-filter-result .result-headline .sort-dropdown,
  .mod-filter-result .result-headline .sort-label {
    display: none;
  }
}
@media all {
  .skin-nav-sidebar-myfinma .nav-sidebar-list-level-2 li a {
    font-size: 16px;
  }
}
@media all {
  .skin-search-footer .search-formline input,
  .skin-search-footer .search-formline select,
  .skin-search-footer .search-formline textarea {
    color: #003388;
    font-size: 13px;
  }
  .skin-search-footer .search-formline ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #073b82;
    font-size: 13px;
  }
  .skin-search-footer .search-formline :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #073b82;
    opacity: 1;
    font-size: 13px;
  }
  .skin-search-footer .search-formline ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #073b82;
    opacity: 1;
    font-size: 13px;
  }
  .skin-search-footer .search-formline :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #073b82;
    font-size: 13px;
  }
  .skin-search-footer .search-formline input {
    width: 80%;
    float: left;
    line-height: normal;
    height: 30px;
    padding: 0 6px 0 12px;
    border: 1px solid #cccccc;
    background: #f8f8f8;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .skin-search-footer .search-formline input.error {
    border: 1px solid #cc0000;
  }
  .skin-search-footer .search-formline input.error::-webkit-input-placeholder {
    color: #cc0000;
  }
  .skin-search-footer .search-formline input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #cc0000;
  }
  .skin-search-footer .search-formline input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #cc0000;
  }
  .skin-search-footer .search-formline input.error:-ms-input-placeholder {
    color: #cc0000;
  }
  .skin-search-footer .search-formline .btn-search {
    margin-left: -10px;
  }
  .skin-search-footer .search-formline .btn-search:before {
    font-size: 20px;
  }
}
@media all {
  .skin-teaser-news .teaser-news {
    margin-bottom: 30px;
  }
  .skin-teaser-news .teaser-dropdown.home {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .skin-teaser-news .teaser-dropdown.home .e-dropdown {
    width: 150px;
  }
}
@media screen and (max-width: 47.9375em) {
  .skin-teaser-news .teaser-news {
    margin-bottom: 22px;
  }
  .skin-teaser-news .teaser-dropdown {
    display: inline-block;
    bottom: 3px;
  }
  .skin-teaser-news .teaser-dropdown.home {
    display: none !important;
  }
}
@media all {
  .skin-document-teaser-watchlist .document-teaser-heading-line {
    overflow: auto;
  }
  .skin-document-teaser-watchlist .document-teaser-heading-line .text-link-delete {
    font-family: 'FrutigerLTW01-55Roman';
    left: -35px;
    padding-right: 8px;
    margin-top: 0px;
  }
  .skin-document-teaser-watchlist .document-teaser-box {
    margin-bottom: 0;
  }
  .skin-document-teaser-watchlist .document-teaser-box .document-teaser-box-content {
    margin-left: 80px;
  }
  .skin-document-teaser-watchlist .document-teaser-box .document-teaser-box-content .document-teaser-box-title {
    max-width: 90%;
  }
  .skin-document-teaser-watchlist .document-teaser-box .icon-document {
    float: left;
    text-decoration: none;
    margin-top: 2px;
    margin-left: 40px;
  }
  .skin-document-teaser-watchlist .document-teaser-box .icon-notification span.notification-text {
    font-family: 'FrutigerLTW01-55Roman';
    font-size: 0.8125em;
    font-weight: normal;
    color: #003388;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox {
    width: 22px;
    margin: 0;
    position: absolute;
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 5px;
    left: 5px;
    border: 3px solid #003388;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox label:hover::after {
    opacity: .5;
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
}
@media screen and (max-width: 47.9375em) {
  .skin-document-teaser-watchlist .document-teaser-heading-line .text-link-delete {
    left: -15px;
    padding-right: 8px;
  }
  .skin-document-teaser-watchlist .document-teaser-box .icon-document {
    margin-left: 0;
  }
  .skin-document-teaser-watchlist .document-teaser-box .document-teaser-box-content {
    margin-left: 40px;
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox {
    display: none;
  }
}
@media print {
  .skin-document-teaser-watchlist .document-teaser-box .icon-document {
    margin-left: 0;
  }
  .skin-document-teaser-watchlist .document-teaser-box .document-teaser-box-content {
    margin-left: 60px;
  }
  .skin-document-teaser-watchlist .document-teaser-checkbox {
    display: none;
  }
  .skin-document-teaser-watchlist .document-teaser-heading-line .text-link-delete {
    display: none;
  }
}
