@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #707172;
  font-size: 13px;
}
@media screen {
  a {
    color: #707172;
    text-decoration: none;
  }
  a:hover,
  a:focus,
  a:active {
    color: #f08200;
  }
  .link {
    color: #f08200;
  }
  .link:hover,
  .link:focus,
  .link:active {
    text-decoration: underline;
  }
  .rte_int_link::before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
  }
  .rte_ext_link::before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
  }
  .rte_ext_link,
  .rte_int_link {
    color: #f08200;
    margin: 0;
    text-decoration: none;
  }
  .rte_ext_link::before,
  .rte_int_link::before {
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    padding: 0 3px 0 0;
    position: relative;
    text-decoration: none;
    top: 1px;
  }
  .rte_ext_link:hover,
  .rte_int_link:hover,
  .rte_ext_link:focus,
  .rte_int_link:focus,
  .rte_ext_link:active,
  .rte_int_link:active {
    text-decoration: underline;
  }
  .rte_ext_link:hover::before,
  .rte_int_link:hover::before,
  .rte_ext_link:focus::before,
  .rte_int_link:focus::before,
  .rte_ext_link:active::before,
  .rte_int_link:active::before {
    text-decoration: none;
  }
  .main-sidebar .rte_ext_link,
  .main-sidebar .rte_int_link {
    margin: 0 3px;
  }
  .main-sidebar .rte_ext_link::before,
  .main-sidebar .rte_int_link::before {
    left: -3px;
    padding: 0;
  }
}
@media screen {
  .btn {
    border: 0 none;
    display: block;
    overflow: hidden;
    zoom: 1;
  }
  .btn .btn-icon,
  .btn .btn-value {
    display: block;
  }
  .btn .btn-icon {
    float: left;
    text-align: center;
  }
  .btn .btn-value {
    overflow: hidden;
  }
  .btn--primary {
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
  }
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active {
    color: #ffffff;
  }
  .btn--primary:hover .btn-icon,
  .btn--primary:focus .btn-icon,
  .btn--primary:active .btn-icon {
    background: #de6d11;
  }
  .btn--primary:hover .btn-value,
  .btn--primary:focus .btn-value,
  .btn--primary:active .btn-value {
    background: #192d46;
  }
  .btn--primary .btn-icon,
  .btn--primary .btn-value {
    display: inline-block;
  }
  .btn--primary .btn-icon {
    background: #f08200;
    float: right;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
  }
  .btn--primary .btn-value {
    background: #0e3c8a;
    font-size: 13px;
    line-height: 30px;
    padding: 0 25px 0 10px;
  }
  .btn--secondary {
    background: #f08200;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
  }
  .btn--secondary:hover,
  .btn--secondary:focus,
  .btn--secondary:active {
    background: #de6d11;
  }
  .btn--secondary:disabled {
    background: rgba(240, 130, 0, 0.5);
  }
  .btn--link {
    background: none;
    border: 0 none;
    color: #f08200;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    outline: 0 none;
    padding: 0;
  }
  .btn--link:hover,
  .btn--link:focus,
  .btn--link:active {
    color: #f08200;
  }
  .btn--link:hover .btn-value {
    text-decoration: underline;
  }
  .btn--link .btn-icon {
    left: 0;
    padding: 0 5px 0 0;
    position: relative;
    top: 2px;
  }
  .btn--linklist {
    color: #f08200;
    cursor: pointer;
    line-height: 21px;
  }
  .btn--linklist:hover,
  .btn--linklist:focus,
  .btn--linklist:active {
    color: #f08200;
  }
  .btn--linklist .btn-icon {
    color: #f08200;
    left: 0;
    padding: 0 5px 0 0;
    position: relative;
    top: 3px;
  }
  .btn--linklist .btn-value {
    font-size: 15px;
    padding: 0;
  }
  .btn--linklist .btn-value:hover,
  .btn--linklist .btn-value:focus,
  .btn--linklist .btn-value:active {
    color: #f08200;
    text-decoration: underline;
  }
  .btn--more {
    color: #f08200;
    cursor: pointer;
    margin: 0 0 0 5px;
  }
  .btn--more:hover .btn-value,
  .btn--more:focus .btn-value,
  .btn--more:active .btn-value {
    text-decoration: underline;
  }
  .btn--more .btn-icon {
    font-size: 12px;
  }
  .btn--plain {
    background: none;
    border: 0 none;
    margin: 0;
    padding: 0;
  }
  .btn--inline {
    display: inline-block;
  }
  .btn--inline .btn-icon,
  .btn--inline .btn-value {
    display: inline-block;
  }
}
@media screen {
  figure {
    border: 0 none;
    display: block;
    margin: 0;
    width: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url('base/fonts/icomoon.eot');
  src: url('base/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('base/fonts/icomoon.woff') format('woff'), url('base/fonts/icomoon.ttf') format('truetype'), url('base/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger Next W01 Light";
  src: url('base/fonts/frutiger-next-w01-light.eot?#iefix');
  src: url('base/fonts/frutiger-next-w01-light.eot?#iefix') format('eot'), url('base/fonts/frutiger-next-w01-light.woff') format('woff'), url('base/fonts/frutiger-next-w01-light.ttf') format('truetype'), url('base/fonts/frutiger-next-w01-light.svg#Frutiger Next W01 Light') format('svg');
  font-weight: 200;
  font-style: normal;
}
@media screen {
  fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
  }
  legend {
    border: 0 none;
    display: block;
    line-height: inherit;
    padding: 0;
    width: 100%;
  }
  label,
  .label-control {
    cursor: pointer;
    font-size: 15px;
    display: block;
    margin: 0 0 5px 0;
    vertical-align: middle;
  }
  label.inline,
  .label-control.inline {
    display: inline-block;
  }
  label.inline.last,
  .label-control.inline.last {
    margin: 0 0 0 10px;
  }
  .form-groups:before,
  .form-groups:after {
    content: " ";
    display: table;
  }
  .form-groups:after {
    clear: both;
  }
  .form-groups:before,
  .form-groups:after {
    content: " ";
    display: table;
  }
  .form-groups:after {
    clear: both;
  }
  .form-group {
    margin: 5px 0 10px 0;
  }
  .form-group:before,
  .form-group:after {
    content: " ";
    display: table;
  }
  .form-group:after {
    clear: both;
  }
  .form-group:before,
  .form-group:after {
    content: " ";
    display: table;
  }
  .form-group:after {
    clear: both;
  }
  .form-group.inline {
    display: inline-block;
  }
  .form-group.fl {
    float: left;
  }
  .form-group.fr {
    float: right;
  }
  .form-group.single {
    width: 100%;
  }
  .form-group.double {
    width: 49%;
  }
  .form-group.w50 {
    width: 50%;
  }
  .form-group.media {
    overflow: hidden;
  }
  .form-group.media input[type="radio"],
  .form-group.media .input-radio,
  .form-group.media input[type="checkbox"],
  .form-group.media .input-checkbox {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
  }
  .form-group.media label,
  .form-group.media .label-control {
    display: block;
    overflow: hidden;
  }
  .form-group--action {
    margin: 20px 0 0 0;
  }
  .form-group--action .btn {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .form-group--action .btn:last-child {
    margin: 0;
  }
  .form-control {
    border: 1px solid #dfdedd;
    border-radius: 0 !important;
    color: #707172;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px !important;
    padding: 0 5px;
    width: 100%;
  }
  .form-control.inline {
    display: inline-block;
    width: auto;
  }
  .form-control.w25 {
    width: 25%;
  }
  .form-control.error {
    border-color: #f08200;
  }
  .form-control.error + .error {
    color: #f08200;
    margin: 3px 0 0 0;
  }
  .fieldset-headline {
    font-size: 21px;
    line-height: 25px;
  }
  .fieldset-group {
    border-bottom: 1px solid #dfdedd;
    margin: 0;
    padding: 20px 0;
  }
  .fieldset-group.is-last {
    border: 0 none;
  }
  .fieldset-group--actions {
    border: 0 none;
    text-align: right;
  }
  input[type="radio"],
  .input-radio {
    border: 0 none;
    display: inline-block;
    left: 1px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  input[type="checkbox"],
  .input-checkbox {
    border: 0 none;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
  }
  .textarea-control {
    padding: 0 5px;
    resize: none;
    width: 100%;
  }
  .textarea-control.error {
    border-color: #f08200;
  }
  .textarea-control.error + .error {
    color: #f08200;
    margin: 3px 0 0 0;
  }
  select,
  .select-control {
    border: 1px solid #dfdedd;
    color: #707172;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px !important;
  }
  select.inline,
  .select-control.inline {
    display: inline-block;
  }
  select.w25,
  .select-control.w25 {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .form-group--action .btn {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media screen {
  .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-transform: none;
  }
  .h1 {
    color: #f08200;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
  }
  .h2 {
    font-size: 21px;
    line-height: 25px;
  }
  .h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
hr {
  border-top: solid 1px #dfdedd;
  color: #dfdedd;
  margin: 10px 0;
}
i {
  font-style: italic;
}
@media screen {
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-alert-broken:before {
    content: "\e900";
  }
  .icon-alert:before {
    content: "\e901";
  }
  .icon-anwendungen:before {
    content: "\e902";
  }
  .icon-arrow-default-down:before {
    content: "\e903";
  }
  .icon-arrow-default-left:before {
    content: "\e904";
  }
  .icon-arrow-default-right:before {
    content: "\e905";
  }
  .icon-arrow-default-up:before {
    content: "\e906";
  }
  .icon-arrow-jumpmark:before {
    content: "\e907";
  }
  .icon-arrow-light-down:before {
    content: "\e908";
  }
  .icon-arrow-light-left:before {
    content: "\e909";
  }
  .icon-arrow-light-right:before {
    content: "\e90a";
  }
  .icon-arrow-light-up:before {
    content: "\e90b";
  }
  .icon-arrow-small-down:before {
    content: "\e90c";
  }
  .icon-arrow-small-up-down:before {
    content: "\e90d";
  }
  .icon-arrow-small-up:before {
    content: "\e90e";
  }
  .icon-auftrag:before {
    content: "\e90f";
  }
  .icon-bookmark-broken:before {
    content: "\e910";
  }
  .icon-bookmark:before {
    content: "\e911";
  }
  .icon-bullet:before {
    content: "\e912";
  }
  .icon-calender:before {
    content: "\e913";
  }
  .icon-checkbox-blank:before {
    content: "\e914";
  }
  .icon-checkbox-checked:before {
    content: "\e915";
  }
  .icon-checkbox-disabled:before {
    content: "\e916";
  }
  .icon-checkmark:before {
    content: "\e917";
  }
  .icon-close:before {
    content: "\e918";
  }
  .icon-delete:before {
    content: "\e919";
  }
  .icon-download:before {
    content: "\e91a";
  }
  .icon-edit-file:before {
    content: "\e91b";
  }
  .icon-ext-link:before {
    content: "\e91c";
  }
  .icon-facebook:before {
    content: "\e91d";
  }
  .icon-file-abo:before {
    content: "\e91e";
  }
  .icon-file-access:before {
    content: "\e91f";
  }
  .icon-file-csv:before {
    content: "\e920";
  }
  .icon-file-document:before {
    content: "\e921";
  }
  .icon-file-edit:before {
    content: "\e922";
  }
  .icon-file-excel:before {
    content: "\e923";
  }
  .icon-file-pdf:before {
    content: "\e924";
  }
  .icon-file-word:before {
    content: "\e925";
  }
  .icon-file-zip:before {
    content: "\e926";
  }
  .icon-folder-minus:before {
    content: "\e927";
  }
  .icon-folder-plus:before {
    content: "\e928";
  }
  .icon-glassdoor:before {
    content: "\e929";
  }
  .icon-home:before {
    content: "\e92a";
  }
  .icon-info:before {
    content: "\e92b";
  }
  .icon-instagram:before {
    content: "\e92c";
  }
  .icon-kununu:before {
    content: "\e92d";
  }
  .icon-linkedin:before {
    content: "\e92e";
  }
  .icon-mail:before {
    content: "\e92f";
  }
  .icon-maximize:before {
    content: "\e930";
  }
  .icon-media:before {
    content: "\e931";
  }
  .icon-menu:before {
    content: "\e932";
  }
  .icon-minus:before {
    content: "\e933";
  }
  .icon-news:before {
    content: "\e934";
  }
  .icon-newsletter:before {
    content: "\e935";
  }
  .icon-plus:before {
    content: "\e936";
  }
  .icon-print:before {
    content: "\e937";
  }
  .icon-profile:before {
    content: "\e938";
  }
  .icon-question:before {
    content: "\e939";
  }
  .icon-quickcode:before {
    content: "\e93a";
  }
  .icon-recommend-1:before {
    content: "\e93b";
  }
  .icon-recommend-2:before {
    content: "\e93c";
  }
  .icon-retweet:before {
    content: "\e93d";
  }
  .icon-save:before {
    content: "\e93e";
  }
  .icon-search:before {
    content: "\e93f";
  }
  .icon-speaker:before {
    content: "\e940";
  }
  .icon-star:before {
    content: "\e941";
  }
  .icon-stock-exchange-data:before {
    content: "\e942";
  }
  .icon-stock-exchange-list:before {
    content: "\e943";
  }
  .icon-topics:before {
    content: "\e944";
  }
  .icon-twitter:before {
    content: "\e945";
  }
  .icon-update:before {
    content: "\e946";
  }
  .icon-warning:before {
    content: "\e947";
  }
  .icon-xing:before {
    content: "\e948";
  }
  .icon-youtube:before {
    content: "\e949";
  }
}
@media screen {
  iframe {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
  }
}
@media screen {
  img {
    border: 0 none;
    display: block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle;
  }
}
@media screen {
  .message {
    margin: 20px 0 10px;
    padding: 10px;
  }
  .message p {
    margin: 0;
    padding: 0;
  }
  .message--error {
    border: 3px solid #e6460f;
    color: #e6460f;
  }
  .message--info {
    border: 3px solid #f08200;
  }
}
@media screen {
  ol {
    list-style: decimal outside;
    margin: 0;
    padding: 0;
  }
  ol li {
    list-style: decimal outside;
  }
  ol ol {
    margin: 0;
  }
  .rte ol {
    margin: 0 0 10px 15px;
  }
  .rte li {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen {
  p,
  .rte p {
    font-size: 15px;
    line-height: 21px;
  }
  .rte p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px !important;
    padding: 0;
  }
  .rte b a b,
  .rte a b {
    font-weight: normal !important;
  }
}
@media screen {
  .table-container {
    width: 100%;
  }
  table,
  .table {
    border-collapse: collapse;
    font-size: 15px;
    height: auto;
    width: 100%;
  }
  table th,
  .table th,
  table td,
  .table td {
    border-bottom: solid 1px #dfdedd;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
    width: auto;
  }
  table td,
  .table td {
    text-overflow: ellipsis;
  }
  .rte table {
    border-collapse: collapse;
    font-size: 15px;
    height: auto;
    width: 100%;
  }
  .rte table th,
  .rte table td {
    border-bottom: solid 1px #dfdedd;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
    width: auto;
  }
}
u {
  text-decoration: underline;
}
@media screen {
  ul {
    background: transparent;
    border: none;
    font-size: 100%;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
  }
  ul ul {
    list-style-type: none;
  }
  ul ul ul {
    list-style-type: none;
  }
  .rte ul {
    list-style: square outside;
    margin: 0 0 10px;
  }
  .rte li {
    font-size: 15px;
    left: 20px;
    line-height: 21px;
    padding-right: 20px;
    position: relative;
  }
  .no-placeholder .rte ul {
    overflow: hidden;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.accordion-close {
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
}
.accordion-open {
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  max-height: 2000px;
}
.eea {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes eem {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes eem {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.eem {
  -webkit-animation-name: eem;
  animation-name: eem;
}
@-webkit-keyframes eef {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes eef {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.eef {
  -webkit-animation-name: eef;
  animation-name: eef;
}
@-webkit-keyframes eee {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes eee {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.eee {
  -webkit-animation-name: eee;
  animation-name: eee;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 12px rgba(14, 60, 138, 0.3);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 12px rgba(14, 60, 138, 0.3);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 12px rgba(14, 60, 138, 0.3);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 12px rgba(14, 60, 138, 0.3);
  }
}
.cubic-bezier {
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.font-frutigernext {
  font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
}
.font-arial {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-justify {
  text-align: justify;
}
.l-w5 {
  width: 5%;
}
.l-w10 {
  width: 10%;
}
.l-w15 {
  width: 15%;
}
.l-w20,
.l-w1of5 {
  width: 20%;
}
.l-w25,
.l-w1of4 {
  width: 25%;
}
.l-w30 {
  width: 30%;
}
.l-w33,
.l-w1of3 {
  width: 33.333%;
}
.l-w35 {
  width: 35%;
}
.l-w40 {
  width: 40%;
}
.l-w49 {
  width: 49%;
}
.l-w50,
.l-w1of2 {
  width: 50%;
}
.l-w60 {
  width: 60%;
}
.l-w66,
.l-w2of3 {
  width: 66.666%;
}
.l-w70 {
  width: 70%;
}
.l-w75,
.l-w3of4 {
  width: 75%;
}
.l-w80,
.l-w4of5 {
  width: 80%;
}
.l-w90 {
  width: 90%;
}
@media screen {
  .mod {
    margin: 10px;
  }
  .hd,
  .bd,
  .ft {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
  }
  .container {
    margin: 0 auto;
    min-width: 320px;
    position: relative;
    width: 100%;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .l {
    clear: both;
  }
  .l:before,
  .l:after {
    content: " ";
    display: table;
  }
  .l:after {
    clear: both;
  }
  .l:before,
  .l:after {
    content: " ";
    display: table;
  }
  .l:after {
    clear: both;
  }
  .u,
  .u-l,
  .u-r,
  .u-c {
    position: relative;
  }
  .u-c {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .u {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .u,
  .u-l {
    float: left;
  }
  .u-r {
    float: right;
  }
  .s-1-1 {
    width: 100%;
  }
  .s-1-3 {
    width: 33.333333%;
  }
  .s-2-3 {
    width: 66.666666%;
  }
  .s-1-2 {
    width: 50%;
  }
  .s-1-4 {
    width: 25%;
  }
  .s-3-4 {
    width: 75%;
  }
  [class^="push-"],
  [class*=" push-"] {
    position: relative;
  }
  .push-1-2 {
    left: 50%;
  }
  .push-1-3 {
    left: 33.333333%;
  }
  .push-2-3 {
    left: 66.666666%;
  }
  [class^="pull-"],
  [class*=" pull-"] {
    position: relative;
  }
  .pull-1-2 {
    left: -50%;
  }
  .pull-1-3 {
    left: -33.333333%;
  }
  .pull-2-3 {
    left: -66.666666%;
  }
}
@media screen {
  .media {
    display: block;
    overflow: hidden;
    zoom: 1;
  }
  .media__object img {
    display: block;
  }
  .media__body {
    overflow: hidden;
  }
  .media__object--left {
    display: block;
    float: left;
    margin: 0 15px 0 0;
  }
  .media__object--right {
    display: block;
    float: right;
    margin: 0 0 0 15px;
  }
}
@media screen {
  .container,
  .container__block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 641px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .container,
  .container__block {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .container__block {
    width: 960px;
  }
}
@media screen and (min-width: 1281px) {
  .container {
    width: 1280px;
  }
  .container__block {
    width: 1140px;
  }
}
@media screen {
  .page-sub .main-content {
    margin: 0 10px 0 0;
  }
  .page-home .main-content {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    margin: 0;
  }
  .page-sub .main-content {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .main-header {
    position: relative;
  }
}
@media screen {
  .page-sub .main-sidebar {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .main-sidebar {
    margin: 0;
  }
  .page-sub .main-sidebar {
    margin: 0;
  }
}
@media screen {
  .modal {
    bottom: 0;
    display: none;
    left: 0;
    padding-right: 0 !important;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .modal-dialog {
    position: relative;
  }
  .modal-content {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    outline: 0;
    position: relative;
  }
  .modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
  }
  .modal-backdrop.fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    zoom: 1;
  }
  .modal-backdrop.in {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
  }
  .modal-header {
    background: #f08200;
    padding: 10px 20px;
    position: relative;
  }
  .modal-header .btn {
    color: #ffffff;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 3px;
  }
  .modal-header .btn:hover,
  .modal-header .btn:focus,
  .modal-header .btn:active {
    color: #ffffff;
  }
  .modal-header .btn-icon {
    font-size: 20px;
  }
  .modal-header .kurslisten__link {
    left: 10px;
  }
  .modal-title {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    padding: 0 25px 0 0;
    text-transform: uppercase;
  }
  .modal-body {
    position: relative;
    padding: 20px;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal-dialog {
    margin: 20px auto;
    width: 95%;
  }
  .modal.modal--big .modal-dialog {
    height: 500px;
  }
  .modal.modal--big .modal-dialog .modal-body {
    height: 500px;
  }
  .modal.modal--big .modal-dialog .modal-body iframe {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .modal .modal-dialog {
    margin: 60px auto;
    width: 600px;
  }
  .modal.modal--big .modal-dialog {
    height: 500px;
    width: 800px;
  }
  .modal.modal--big .modal-dialog .modal-body {
    height: 500px;
  }
  .modal.modal--big .modal-dialog .modal-body iframe {
    height: 100%;
  }
}
@media screen {
  @keyframes spin {
    to {
      transform: rotate(1turn);
    }
  }
  .progress {
    animation: spin 1s infinite steps(8);
    display: block;
    font-size: 12px;
    height: 5em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-indent: 999em;
    width: 5em;
  }
  .small.progress {
    font-size: 6px;
  }
  .large.progress {
    font-size: 24px;
  }
  .progress:before,
  .progress:after,
  .progress > div:before,
  .progress > div:after {
    background: #f0f0f0;
    border-radius: .2em;
    box-shadow: 0 3.5em #f0f0f0;
    content: "";
    height: 1.5em;
    left: 2.25em;
    position: absolute;
    top: 0;
    transform-origin: 50% 2.5em;
    width: .5em;
  }
  .progress:before {
    background: #ffffff;
  }
  .progress:after {
    transform: rotate(-45deg);
    background: #f0ca24;
  }
  .progress > div:before {
    background: #f08200;
    transform: rotate(-90deg);
  }
  .progress > div:after {
    background: #de6d11;
    transform: rotate(-135deg);
  }
}
@media screen {
  .tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tabs-list:before,
  .tabs-list:after {
    content: " ";
    display: table;
  }
  .tabs-list:after {
    clear: both;
  }
  .tabs-list:before,
  .tabs-list:after {
    content: " ";
    display: table;
  }
  .tabs-list:after {
    clear: both;
  }
  .tabs-list-item {
    background: #dfdedd;
    float: left;
    display: block;
  }
  .tabs-list-item.is-active {
    background: #f0f0f0;
  }
  .tabs-list-item:hover,
  .tabs-list-item:focus,
  .tabs-list-item:active {
    background: #707172;
  }
  .tabs-list-item:hover .tabs-link:hover,
  .tabs-list-item:focus .tabs-link:hover,
  .tabs-list-item:active .tabs-link:hover,
  .tabs-list-item:hover .tabs-link:focus,
  .tabs-list-item:focus .tabs-link:focus,
  .tabs-list-item:active .tabs-link:focus,
  .tabs-list-item:hover .tabs-link:focus,
  .tabs-list-item:focus .tabs-link:focus,
  .tabs-list-item:active .tabs-link:focus {
    color: #ffffff !important;
    outline: 0 none;
  }
  .tabs-link {
    color: #707172 !important;
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    outline: 0 none;
    padding: 8px 10px;
  }
  .tabs-link b {
    font-weight: normal;
  }
  .tabs-body {
    background: #f0f0f0;
    display: none;
  }
  .tabs-body > .tabs-body-inner {
    padding: 10px 20px;
  }
  .tabs-body.is-active {
    display: block;
  }
  .tabs-headline {
    background: #dfdedd;
    display: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .tabs-headline.is-active {
    background: #f0f0f0;
  }
  .tabs-headline:hover,
  .tabs-headline:focus,
  .tabs-headline:active {
    background: #707172;
  }
  .tabs-headline:hover .tabs-link:hover,
  .tabs-headline:focus .tabs-link:hover,
  .tabs-headline:active .tabs-link:hover,
  .tabs-headline:hover .tabs-link:focus,
  .tabs-headline:focus .tabs-link:focus,
  .tabs-headline:active .tabs-link:focus,
  .tabs-headline:hover .tabs-link:focus,
  .tabs-headline:focus .tabs-link:focus,
  .tabs-headline:active .tabs-link:focus {
    color: #ffffff !important;
    outline: 0 none;
  }
}
@media screen and (max-width: 640px) {
  .tabs-list {
    display: none;
  }
  .tabs-headline {
    display: block;
    margin: 0 0 2px 0;
  }
  .tabs-link {
    padding: 10px 15px;
  }
  .tabs-body {
    background: #f0f0f0;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    position: relative;
    display: block;
  }
  .tabs-body > .tabs-body-inner {
    padding: 15px;
  }
  .tabs-headline ~ .tabs-body {
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  }
  .tabs-headline.is-active ~ .tabs-body.is-active {
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    max-height: 2000px;
  }
}
@media screen and (min-width: 641px) {
  .tabs-list-item {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .tabs-list-item:first-child {
    border-left: 0 none;
  }
  .tabs-list-item:last-child {
    border-right: 0 none;
  }
}
@media print {
  .tabs-list {
    display: none;
  }
}
@media screen {
  .datepicker-inline {
    width: 220px;
  }
  .datepicker-dropdown {
    left: 0;
    padding: 5px;
    top: 10px;
  }
  .datepicker > div {
    display: none;
  }
  .datepicker table {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  .datepicker table tr td,
  .datepicker table tr th {
    border: 0 none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
  }
  .datepicker table tr th {
    font-weight: normal;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr th.dow {
    font-weight: bold;
  }
  .datepicker table tr td.old.day,
  .datepicker table tr td.new.day {
    color: #cbcbcb;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.focused {
    background: #ffffff;
    color: #707172;
    cursor: pointer;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #dfdedd;
    cursor: default;
  }
  .datepicker table tr td.today {
    background: #192d46;
    color: #ffffff;
  }
  .datepicker table tr td.today:hover {
    background: #192d46;
    color: #ffffff;
  }
  .datepicker table tr td.range {
    background: #ffffff;
    color: #707172;
  }
  .datepicker table tr td.range.highlighted {
    background: #ffffff;
    color: #707172;
  }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected.highlighted {
    background: #0e3c8a;
    color: #ffffff;
  }
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.highlighted:hover {
    background: #0e3c8a;
    color: #ffffff;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active.highlighted {
    background: #f08200;
    color: #ffffff;
  }
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.highlighted:hover {
    background: #f08200;
    color: #ffffff;
  }
  .datepicker table tr td span {
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 1%;
    width: 23%;
  }
  .datepicker table tr td span:hover {
    background: #ffffff;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #dfdedd;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    background: #f08200;
    color: #ffffff;
  }
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #707172;
  }
  .datepicker table tr td span.old.disabled,
  .datepicker table tr td span.new.disabled {
    color: #dfdedd;
  }
  .datepicker .datepicker-switch {
    width: 145px;
  }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #ffffff;
  }
  .datepicker .cw {
    font-size: 10px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
    width: 12px;
  }
  .datepicker.dropdown-menu {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #f0f0f0;
    display: none;
    float: left;
    left: 0;
    list-style: none;
    min-width: 160px;
    position: absolute;
    top: 100%;
    z-index: 1000;
  }
  .datepicker.dropdown-menu th,
  .datepicker.datepicker-inline th,
  .datepicker.dropdown-menu td,
  .datepicker.datepicker-inline td {
    padding: 0 5px;
  }
}
@media screen {
  .Captcha__img {
    height: 25px;
    margin: 0 auto;
    position: relative;
    top: -4px;
    vertical-align: top;
  }
  .Captcha__bar {
    border: 1px solid #dfdedd;
    position: relative;
  }
  .Captcha__bar-value {
    background-color: #dfdedd;
    height: 6px;
  }
  .Captcha__block {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 100px;
  }
  .Captcha__block:first-of-type {
    width: 70px;
  }
  .Captcha__block:last-child {
    margin: 0;
    width: auto;
  }
  .Captcha__block .form-control {
    width: 100%;
  }
  .Captcha__refresh-btn {
    position: relative;
    top: -3px;
  }
  .Captcha__refresh-btn .btn-icon {
    font-size: 20px;
    margin: 0 5px 0 0;
    position: relative;
    top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .Captcha__refresh-btn .btn-value {
    display: none;
  }
}
@media screen {
  .CLF__modal .modal-header {
    background: #f08200;
    padding: 10px 20px;
    position: relative;
  }
  .CLF__modal .modal-header .btn {
    color: #ffffff;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 3px;
  }
  .CLF__modal .modal-header .btn:hover,
  .CLF__modal .modal-header .btn:focus,
  .CLF__modal .modal-header .btn:active {
    color: #ffffff;
  }
  .CLF__modal .modal-header .btn-icon {
    font-size: 20px;
  }
  .CLF__modal .modal-title {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    padding: 0 25px 0 0;
    text-transform: uppercase;
  }
  .CLF__modal .modal-body {
    padding: 0;
  }
  .CLF__media-object {
    max-width: 25%;
  }
  .CLF__media__body p {
    margin: 0 0 5px 0;
  }
  .CLF__image {
    max-width: 100%;
  }
  .CLF__image img {
    width: 100%;
  }
  .CLF__headline {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .CLF__media {
    background: #f0f0f0;
    padding: 20px;
  }
  .CLF__body p {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .CLF__form-inner {
    padding: 0 20px 0 20px;
  }
  .CLF__form .label-control {
    font-size: 13px;
  }
  .CLF__form .label-control a {
    color: #f08200;
    text-decoration: none;
  }
  .CLF__form .label-control a:hover,
  .CLF__form .label-control a:focus,
  .CLF__form .label-control a:active {
    text-decoration: underline;
  }
  .CLF__form .form-control {
    border: 1px solid #dfdedd;
    font-size: 13px;
    height: 25px;
    line-height: 25px !important;
  }
  .CLF__form .textarea-control {
    border: 1px solid #dfdedd;
  }
  .CLF__form .form-group .error {
    display: block;
    font-size: 13px;
  }
  .CLF__form p {
    margin: 0;
  }
  .CLF__group {
    border-bottom: 1px solid #dfdedd;
    margin: 0;
    padding: 10px 0;
  }
  .CLF__group:last-child {
    border: 0 none;
  }
  .CLF__group--contact-details .form-group--salutation .form-group:first-child {
    margin-right: 20px;
  }
  .CLF__group--contact-details .form-group--salutation .label-control {
    margin: 0 0 0 10px;
  }
  .CLF__group--privacy .label-control p {
    font-size: 13px;
  }
  .CLF__group--privacy .error + .error {
    display: none !important;
  }
  .CLF__group--privacy .error + .error + .label-control {
    color: #f08200;
  }
  .CLF__group--privacy .valid + .error {
    display: none !important;
  }
  .CLF__group--captcha .form-control {
    text-align: center;
  }
  .CLF__group--captcha .error {
    border-color: #f08200;
  }
  .CLF__group--captcha .error + .error {
    position: absolute;
  }
  .CLF__group--captcha .valid + .error {
    display: none !important;
  }
  .CLF__group-headline {
    font-size: 21px;
    line-height: 25px;
  }
  .CLF__hint {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .CLF__media {
    padding: 10px 20px;
  }
  .CLF__media-object,
  .CLF__media__body p {
    display: none;
  }
  .CLF__headline {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .CLF__hint {
    margin: 0 0 10px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .CLF__modal .form-group--double:before,
  .CLF__modal .form-group--double:after {
    content: " ";
    display: table;
  }
  .CLF__modal .form-group--double:after {
    clear: both;
  }
  .CLF__modal .form-group--double:before,
  .CLF__modal .form-group--double:after {
    content: " ";
    display: table;
  }
  .CLF__modal .form-group--double:after {
    clear: both;
  }
  .CLF__modal .form-group--double .form-group {
    float: left;
    width: 49%;
  }
  .CLF__modal .form-group--double .form-group + .form-group {
    float: right;
  }
  .CLF__modal .form-group--submit:before,
  .CLF__modal .form-group--submit:after {
    content: " ";
    display: table;
  }
  .CLF__modal .form-group--submit:after {
    clear: both;
  }
  .CLF__modal .form-group--submit:before,
  .CLF__modal .form-group--submit:after {
    content: " ";
    display: table;
  }
  .CLF__modal .form-group--submit:after {
    clear: both;
  }
  .CLF__modal .form-group--submit .block-a {
    float: left;
    width: 70%;
  }
  .CLF__modal .form-group--submit .block-b {
    float: right;
    text-align: right;
    width: 30%;
  }
}
@media screen {
  .CLF__modal-success {
    padding: 20px;
  }
}
@media print {
  .CLF__modal,
  .CLF__modal-success {
    display: none;
  }
}
@media screen {
  .comp {
    margin: 20px 0 10px;
  }
  .main-content .comp {
    margin-top: 30px;
  }
  .main-content .comp:first-child {
    margin-top: 20px;
  }
}
@media screen {
  .CAlternatingTeaser {
    width: 100%;
  }
  .CAlternatingTeaser:before,
  .CAlternatingTeaser:after {
    content: " ";
    display: table;
  }
  .CAlternatingTeaser:after {
    clear: both;
  }
  .CAlternatingTeaser:before,
  .CAlternatingTeaser:after {
    content: " ";
    display: table;
  }
  .CAlternatingTeaser:after {
    clear: both;
  }
  .CAT__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px 0;
  }
  .CAT__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .CAT__body {
    margin: 0 0 20px 0;
  }
  .CAT__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .CAT__slide {
    position: relative;
    z-index: 10;
  }
  .CAT__slide-link {
    display: block;
    position: relative;
  }
  .CAT__slide-link:hover,
  .CAT__slide-link:focus,
  .CAT__slide-link:active {
    color: inherit;
  }
  .CAT__slide-link:hover .CAT__slide-textbox,
  .CAT__slide-link:focus .CAT__slide-textbox,
  .CAT__slide-link:active .CAT__slide-textbox {
    background: #ffffff;
  }
  .CAT__slide-link:hover .CAT__slide-image,
  .CAT__slide-link:focus .CAT__slide-image,
  .CAT__slide-link:active .CAT__slide-image {
    background: rgba(0, 0, 0, 0.8);
  }
  .CAT__slide-link:hover .CAT__slide-image img,
  .CAT__slide-link:focus .CAT__slide-image img,
  .CAT__slide-link:active .CAT__slide-image img {
    opacity: 0.8;
  }
  .CAT__slide-link .btn {
    bottom: 5px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 0;
  }
  .CAT__slide-link .btn-value {
    background: none;
    display: none;
    float: none;
    line-height: 1;
    padding: 0;
  }
  .CAT__slide-link .btn-icon {
    background: none !important;
    color: #f08200;
    float: none;
    line-height: 1 !important;
    padding: 0;
    text-align: right;
  }
  .CAT__slide-image img {
    display: block;
    opacity: 1;
    width: 100%;
  }
  .CAT__slide-textbox {
    background: rgba(255, 255, 255, 0.9);
    bottom: 10px;
    left: 10px;
    padding: 10px;
    position: absolute;
    right: 10px;
    display: block;
  }
  .CAT__slide-textbox .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #f08200;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .CAT__slide-textbox p {
    margin: 0;
    width: 98%;
  }
  .CAlternatingTeaser .bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .CAlternatingTeaser .bx-wrapper:hover .bx-prev,
  .CAlternatingTeaser .bx-wrapper:hover .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
  }
  .CAlternatingTeaser .bx-controls {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .CAlternatingTeaser .bx-prev,
  .CAlternatingTeaser .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    display: block;
    height: 100%;
    margin: 0;
    outline: 0 none;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 100;
  }
  .CAlternatingTeaser .bx-prev:hover,
  .CAlternatingTeaser .bx-next:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .CAlternatingTeaser .bx-prev .icon,
  .CAlternatingTeaser .bx-next .icon {
    color: #ffffff;
    display: block;
    font-size: 30px;
    position: relative;
    text-align: center;
    top: 41%;
    width: 50px;
  }
  .CAlternatingTeaser .bx-prev.disabled,
  .CAlternatingTeaser .bx-next.disabled {
    display: none;
  }
  .CAlternatingTeaser .bx-prev {
    left: 0;
  }
  .CAlternatingTeaser .bx-next {
    right: 0;
  }
  .CAlternatingTeaser .bx-pager {
    bottom: -20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
  }
  .CAlternatingTeaser .bx-pager-item {
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .CAlternatingTeaser .bx-pager-link {
    background: #dfdedd;
    display: block;
    height: 9px;
    margin: 0 8px;
    outline: 0;
    width: 9px;
  }
  .CAlternatingTeaser .bx-pager-link:hover,
  .CAlternatingTeaser .bx-pager-link:focus {
    background: #707172;
  }
  .CAlternatingTeaser .bx-pager-link:active,
  .CAlternatingTeaser .bx-pager-link.active {
    background: #f08200;
  }
}
@media screen and (min-width: 1280px) {
  .CAT__slide-textbox .hd {
    font-size: 19px;
    line-height: 21px;
  }
  .CAT__slide-textbox p {
    font-size: 13px;
    line-height: 1.25;
  }
}
@media screen {
  .CLatestNews {
    margin-bottom: 40px;
    width: 100%;
  }
  .CLN__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
    width: 100%;
  }
  .CLN__header:before,
  .CLN__header:after {
    content: " ";
    display: table;
  }
  .CLN__header:after {
    clear: both;
  }
  .CLN__header:before,
  .CLN__header:after {
    content: " ";
    display: table;
  }
  .CLN__header:after {
    clear: both;
  }
  .CLN__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .CLN__body:before,
  .CLN__body:after {
    content: " ";
    display: table;
  }
  .CLN__body:after {
    clear: both;
  }
  .CLN__body:before,
  .CLN__body:after {
    content: " ";
    display: table;
  }
  .CLN__body:after {
    clear: both;
  }
  .CLN__date-month {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #f08200;
    font-size: 55px;
    line-height: 1;
    margin: 0 0 5px;
    text-align: center;
  }
  .CLN__date-complete {
    font-size: 13px;
    line-height: 1;
    margin: 0;
  }
  .CLN__item {
    z-index: 10;
  }
  .CLN__item-header {
    margin: 0 0 10px;
  }
  .CLN__item-header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #f08200;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .CLN__item-text p {
    margin: 0;
  }
  .CLN__item-link {
    display: block;
  }
  .CLN__item-link:hover .CLN__date-complete,
  .CLN__item-link:focus .CLN__date-complete,
  .CLN__item-link:active .CLN__date-complete,
  .CLN__item-link:hover .CLN__item-text,
  .CLN__item-link:focus .CLN__item-text,
  .CLN__item-link:active .CLN__item-text {
    color: #707172;
  }
  .CLN__item-link-icon {
    color: #f08200;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
  }
  .CLatestNews .bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .CLatestNews .bx-wrapper:hover .bx-prev,
  .CLatestNews .bx-wrapper:hover .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
  }
  .CLatestNews .bx-controls {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .CLatestNews .bx-prev,
  .CLatestNews .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.1);
    bottom: 3px;
    display: block;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 100;
  }
  .CLatestNews .bx-prev:hover,
  .CLatestNews .bx-next:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .CLatestNews .bx-prev .icon,
  .CLatestNews .bx-next .icon {
    color: #ffffff;
    display: block;
    font-size: 30px;
    position: relative;
    text-align: center;
    top: 45%;
    width: 50px;
  }
  .CLatestNews .bx-prev.disabled,
  .CLatestNews .bx-next.disabled {
    display: none;
  }
  .CLatestNews .bx-prev {
    left: 0;
  }
  .CLatestNews .bx-next {
    right: 0;
  }
  .CLatestNews .bx-pager {
    bottom: -20px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .CLatestNews .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }
  .CLatestNews .bx-pager-link {
    background: #dfdedd;
    display: block;
    height: 9px;
    margin: 0 8px;
    outline: 0;
    width: 9px;
  }
  .CLatestNews .bx-pager-link:hover,
  .CLatestNews .bx-pager-link:focus {
    background: #707172;
  }
  .CLatestNews .bx-pager-link:active,
  .CLatestNews .bx-pager-link.active {
    background: #f08200;
  }
  .CLatestNews .bx-pager-item,
  .CLatestNews .bx-controls-auto-item {
    display: inline-block;
  }
}
@media screen {
  .CMainTeaser2Cols {
    width: 100%;
  }
  .CMainTeaser2Cols .MMT__headline .hd {
    text-transform: uppercase;
  }
  .CMainTeaser2Cols .MMT__text {
    margin: 10px 0 0 0;
  }
  .CMT2C__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
  }
  .CMT2C__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .CMT2C__body:before,
  .CMT2C__body:after {
    content: " ";
    display: table;
  }
  .CMT2C__body:after {
    clear: both;
  }
  .CMT2C__body:before,
  .CMT2C__body:after {
    content: " ";
    display: table;
  }
  .CMT2C__body:after {
    clear: both;
  }
  .CMT2C__block {
    display: block;
    float: left;
    vertical-align: top;
    width: 49%;
  }
  .CMT2C__block img {
    display: block;
    height: auto;
    width: 100%;
  }
  .CMT2C__block-alpha {
    margin: 0 1% 0 0;
  }
  .CMT2C__block-beta {
    margin: 0 0 0 1%;
  }
}
@media screen and (max-width: 640px) {
  .CMT2C__block {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen {
  .CMainTeaser3Cols {
    width: 100%;
  }
  .CMainTeaser3Cols .MMT__headline .hd {
    text-transform: uppercase;
  }
  .CMainTeaser3Cols .MMT__text {
    margin: 5px 0 0 0;
  }
  .CMT3C__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
  }
  .CMT3C__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .CMT3C__body:before,
  .CMT3C__body:after {
    content: " ";
    display: table;
  }
  .CMT3C__body:after {
    clear: both;
  }
  .CMT3C__body:before,
  .CMT3C__body:after {
    content: " ";
    display: table;
  }
  .CMT3C__body:after {
    clear: both;
  }
  .CMT3C__block {
    display: block;
    float: left;
    vertical-align: top;
    width: 32%;
  }
  .CMT3C__block img {
    display: block;
    height: auto;
    width: 100%;
  }
  .CMT3C__block-alpha {
    margin: 0 1% 0 0;
  }
  .CMT3C__block-beta {
    margin: 0 1%;
  }
  .CMT3C__block-gamma {
    margin: 0 0 0 1%;
  }
}
@media screen and (max-width: 640px) {
  .CMT3C__block {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .CMT3C__block {
    margin: 0 1% 2% 0;
    width: 49%;
  }
  .CMT3C__block-beta {
    margin-left: 1% !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 640px) {
  .page-sub .CMT3C__block {
    margin: 0 1% 2% 0;
    width: 49%;
  }
  .page-sub .CMT3C__block-beta {
    margin-left: 1% !important;
    margin-right: 0 !important;
  }
}
@media screen {
  .CMainTeaserBig {
    position: relative;
    width: 100%;
  }
  .CMTB__image {
    position: relative;
  }
  .CMTB__image img {
    display: block;
    height: auto;
    vertical-align: middle;
    width: 100%;
  }
  .CMTB__header {
    margin: 0 0 15px;
  }
  .CMTB__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #f08200;
    text-transform: uppercase;
  }
  .CMTB__body p {
    margin: 0;
  }
  .CMTB__linklist li {
    margin: 0 0 10px 0;
  }
  .CMTB__linklist li:last-child {
    margin: 0;
  }
  .CMTB__linklist .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  .CMainTeaserBig {
    background: #f0f0f0;
  }
  .CMTB__textcontainer,
  .CMTB__footer {
    margin: 10px 0;
    padding: 10px;
  }
}
@media screen and (min-width: 961px) {
  .CMainTeaserBig.text-left .CMTB__textcontainer {
    left: 20px;
    top: 40px;
  }
  .CMainTeaserBig.text-left .CMTB__footer {
    bottom: 25px;
    left: 20px;
  }
  .CMainTeaserBig.text-right .CMTB__textcontainer {
    right: 20px;
    top: 40px;
  }
  .CMainTeaserBig.text-right .CMTB__footer {
    bottom: 25px;
    right: 20px;
  }
  .CMTB__textcontainer,
  .CMTB__footer {
    position: absolute;
    width: 40%;
  }
  .CMTB--nightmode .CMTB__header .hd,
  .CMTB--nightmode .CMTB__body p {
    color: #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .CMTB__header .hd {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1281px) {
  .CMTB__header .hd {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .CMTB__header .hd {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen {
  .CTeaserNews {
    position: relative;
  }
  .CTN__header {
    background: #f08200;
    padding: 10px 20px;
  }
  .CTN__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .CTN__inner {
    background: #f0f0f0;
    padding: 20px;
  }
  .CTN__date {
    color: #f08200;
    margin: 0;
  }
  .CTN__entry {
    margin: 5px 0 15px 0;
  }
  .CTN__entries-list li {
    border-top: 1px solid #dfdedd;
    font-size: 15px;
    line-height: 21px;
    padding: 5px 0;
  }
  .CTN__entries-list li:last-child {
    border-bottom: 1px solid #dfdedd;
  }
  .CTN__entry-link:hover .CTN__entry-link-headline,
  .CTN__entry-link:focus .CTN__entry-link-headline,
  .CTN__entry-link:active .CTN__entry-link-headline {
    text-decoration: underline;
  }
  .CTN__entry-link .media__object--left {
    margin: 0 5px 0 0;
  }
  .CTN__entry-link-icon {
    color: #f08200;
    font-size: 12px;
    margin: 0 2px 0 0;
  }
  .CTN__entry-link-date {
    color: #f08200;
  }
  .CTN__entry-link-headline {
    display: block;
  }
  .CTN__link {
    margin: 10px 0 0;
  }
}
@media screen {
  .CVideoTeaser .comp {
    margin: 0 !important;
  }
  .CVT__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
  }
  .CVT__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .CVT__media-body .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #f08200;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .CVideoTeaser.video-center {
    width: 100%;
  }
  .CVideoTeaser.video-center .CVT__media-body {
    margin: 10px 0 0 0;
  }
  .CVideoTeaser .modal-header {
    background: none;
    padding: 20px;
    text-align: right;
  }
  .CVideoTeaser .modal-header .btn {
    color: inherit;
    padding: 10px;
  }
  .CVideoTeaser .modal-header .btn:hover,
  .CVideoTeaser .modal-header .btn:focus,
  .CVideoTeaser .modal-header .btn:active {
    color: #f08200;
  }
  .CVideoTeaser .modal-header .btn-icon {
    font-size: 20px;
  }
  .CVideoTeaser .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .CVideoTeaser .CVT__media-body {
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 641px) {
  .CVideoTeaser.video-left .CVT__media-video {
    float: left;
    margin: 0 2% 0 0;
    width: 49%;
  }
  .CVideoTeaser.video-right .CVT__media-video {
    float: right;
    width: 49%;
    margin: 0 0 0 2%;
  }
}
@media screen {
  .disclaimer {
    position: relative;
  }
  .disclaimer .hd {
    margin: 0 0 10px;
  }
  .disclaimer label,
  .disclaimer .label-control {
    font-size: 15px;
  }
  .disclaimer select {
    font-size: 15px;
  }
}
@media screen {
  .printButton {
    border-top: 1px solid #dfdedd;
    padding: 10px 0 0 0;
  }
  .printButton .btn-icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .printButton {
    display: none;
  }
}
@media print {
  .printButton {
    display: none;
  }
}
@media screen {
  .MAccordion .comp {
    margin-top: 0;
  }
  .MAccordion .comp:first-child {
    margin-top: 0;
  }
  .MA__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
  }
  .MA__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MAccordionItem.comp {
    margin: 1px 0 0;
  }
  .MAI__link {
    color: #707172 !important;
    display: table;
    width: 100%;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    outline: 0 none;
    padding: 8px 10px 8px 20px;
  }
  .MAI__body {
    background: #f0f0f0;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    position: relative;
    display: block;
  }
  .MAI__body > .MAI__body-inner {
    padding: 15px;
  }
  .MAI__headline {
    background: #dfdedd;
    font-weight: normal;
    margin: 0 0 2px 0;
    padding: 0;
  }
  .MAI__headline.is-active {
    background: #f0f0f0;
  }
  .MAI__headline:hover,
  .MAI__headline:focus,
  .MAI__headline:active {
    background: #707172;
  }
  .MAI__headline:hover .MAI__link:hover,
  .MAI__headline:focus .MAI__link:hover,
  .MAI__headline:active .MAI__link:hover,
  .MAI__headline:hover .MAI__link:focus,
  .MAI__headline:focus .MAI__link:focus,
  .MAI__headline:active .MAI__link:focus,
  .MAI__headline:hover .MAI__link:focus,
  .MAI__headline:focus .MAI__link:focus,
  .MAI__headline:active .MAI__link:focus {
    color: #ffffff !important;
    outline: 0 none;
  }
  .MAI__headline-text {
    display: table-cell;
    padding-right: 10px;
  }
  .MAI__headline-icon {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  .MAI__headline ~ .MAI__body {
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
  }
  .MAI__headline.is-active ~ .MAI__body {
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    max-height: 2000px;
  }
}
@media screen {
  .MAS__list li {
    margin: 0 0 5px 0;
  }
  .MAS__list li.is-selected {
    font-weight: bold;
  }
  .MAS__list li.is-selected ul {
    margin: 5px 0 0 20px;
  }
  .MAS__list li.is-selected ul li {
    font-weight: normal;
  }
  .MAS__list a.is-active {
    font-weight: bold;
  }
  .MAS__list a .btn-value:hover,
  .MAS__list a .btn-value:focus,
  .MAS__list a .btn-value:active {
    text-decoration: underline;
  }
  .MAS__headline {
    margin: 0 0 10px 0;
  }
  .MAS__path {
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 15px 0;
  }
  .MAS__list--backlinks {
    border-bottom: 1px solid #cbcbcb;
    padding: 5px 0 15px 0;
  }
  .MAS__list--navlinks {
    padding: 15px 0 0 0;
  }
  .MAS__list--navlinks,
  .MAS__list--backlinks {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .MAfterSearch {
    margin: 0 10px 0 0;
  }
}
@media screen {
  .MAnchorBox {
    background: #f0f0f0;
    padding: 20px;
  }
  .MAB__body {
    margin: 10px 0 0;
  }
  .MAB__body .comp {
    margin: 0 !important;
  }
  .MAB__body .MLinkList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 8px;
    width: 50%;
  }
  .MAB__body .MLinkList .btn--linklist {
    line-height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .MAB__body .MLinkList li {
    width: 100%;
  }
}
@media screen {
  .MBanner {
    background: #f0f0f0;
    padding: 20px;
    position: relative;
  }
  .MB__link {
    display: block;
  }
  .MB__image {
    max-width: 100%;
  }
}
@media screen {
  .MContactConnect {
    background: #f0f0f0;
    padding: 20px;
    position: relative;
  }
  .MCC__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .MCC__figure {
    margin: 0 0 10px 0;
  }
  .MCC__figure img {
    max-width: 100%;
  }
  .MCC__entry {
    margin: 0 0 10px 0;
  }
  .MCC__entry-field {
    line-height: 1.25;
    margin: 0 0 5px 0;
    padding: 0;
  }
}
@media screen {
  .MCP__image {
    max-width: 100%;
  }
  .MCP__image img {
    width: 100%;
  }
  .MCP__headline {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MCP__field {
    margin: 0 0 10px;
  }
  .MCP__cv {
    margin: 10px 0 10px 0;
  }
  .MCP__cv-header {
    border-bottom: 1px solid #dfdedd;
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
  .MCP__cv-text {
    overflow: hidden;
  }
}
@media screen {
  .MContentHeader .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .MContentHeader h2 {
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MCH__headline {
    color: #f08200;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }
  .MCH__lead {
    margin: 0;
  }
}
@media screen {
  .MContentTable {
    overflow: auto;
    width: 100%;
  }
  .MContentTable table {
    border-collapse: collapse;
    font-size: 15px;
    height: auto;
    width: 100%;
  }
  .MContentTable table p {
    margin: 0 !important;
  }
  .MContentTable th,
  .MContentTable td {
    border-bottom: solid 1px #dfdedd;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
    width: auto;
  }
  .MContentTable th ul,
  .MContentTable td ul {
    background: transparent;
    border: none;
    font-size: 100%;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0px;
    text-decoration: none;
    list-style: inside disc;
  }
  .MContentTable th ol,
  .MContentTable td ol {
    list-style: decimal;
    margin: 0;
    padding: 12px;
  }
  .MContentTable th ol li,
  .MContentTable td ol li {
    list-style: inside decimal;
  }
  .MContentTable .td-last {
    border: 0 none;
  }
  .MContentTable.table-overflow {
    border-right: 2px dashed #ababab;
  }
  .MContentTable.table-overflow table {
    margin: 10px 0;
  }
}
@media print {
  .MContentTable a {
    color: #000000 !important;
  }
  .MContentTable table {
    width: auto;
  }
}
@media screen {
  .MContextBox {
    background: #f0f0f0;
    padding: 20px;
  }
  .MContextBox .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .MContextBox p {
    margin: 0 0 10px !important;
  }
  .MContextBox img {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .MCookieQuestionBox {
    background-color: #f0f0f0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  .MCQB__textbox p {
    margin: 0;
  }
  .MCQB__textbox a {
    color: #f08200;
  }
  .MCQB__textbox a:hover,
  .MCQB__textbox a:focus,
  .MCQB__textbox a:active {
    text-decoration: underline;
  }
}
@media screen and (max-width: 639px) {
  .MCQB__textbox p {
    font-size: 13px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .MCookieQuestionBox {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .MCookieQuestionBox {
    width: 100%;
  }
}
@media screen and (min-width: 1281px) {
  .MCookieQuestionBox {
    width: 1280px;
  }
}
@media print {
  .MCookieQuestionBox {
    display: none;
  }
}
@media screen {
  .MCopyText {
    position: relative;
  }
  .MCopyText .hd {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .MDirekteinstieg {
    margin: 0 !important;
  }
  .MDE__group {
    margin: 0 0 15px 0;
  }
  .MDE__group:last-child {
    margin: 0;
  }
  .MDE__group-headline {
    color: #cbcbcb;
    font-size: 24px;
    margin: 5px 0 10px 0;
    overflow: visible;
  }
  .MDE__list .btn {
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
  }
  .MDE__list .btn:hover,
  .MDE__list .btn:focus,
  .MDE__list .btn:active {
    color: #ababab;
  }
  .MDE__list .btn .btn-icon {
    font-size: 13px;
    left: 0;
    line-height: 21px;
    padding: 0 5px 0 0;
    position: relative;
    top: 0;
  }
}
@media print {
  .MDirekteinstieg {
    display: none;
  }
}
@media screen {
  .MDisclButtonGrp.comp {
    margin-top: 20px;
  }
}
@media screen {
  .MDisclCheckBox.comp {
    margin-top: 20px;
  }
  .MDisclCheckBox .message--error {
    display: none;
  }
}
@media screen {
  .MDisclCountryBox.comp {
    margin-top: 20px;
  }
  .MDisclCountryBox label {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .MDisclLogin {
    position: relative;
  }
  .MDisclLogin .form-control {
    margin: 5px 0 0 0;
    padding: 0 10px;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .MDisclLogin .form-control {
    width: 100%;
  }
}
@media print {
  .MDisclLogin {
    display: none;
  }
}
@media screen {
  .MDisclRadioButton.comp {
    margin-top: 20px;
  }
  .MDisclRadioButton .message--error {
    display: none;
  }
}
@media screen {
  .MDisclSelectBox.comp {
    margin-top: 20px;
  }
  .MDisclSelectBox label {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .MExtendedSearch .label-control.inline {
    margin: 0 0 0 10px;
  }
  .MExtendedSearch .label-control.first {
    margin: 0 10px 0 0;
  }
  .MExtendedSearch .label-control.last {
    margin: 0;
  }
  .MExtendedSearch input[type="radio"] {
    top: 0;
  }
  .MES__group {
    border-bottom: 1px solid #dfdedd;
    margin: 0;
    padding: 20px 0;
  }
  .MES__group-headline {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  .MES__group-daterange .form-group {
    margin-right: 10px;
  }
  .MES__group-daterange .form-group:last-child {
    margin-right: 0;
  }
  .MES__group-daterange .input-group {
    display: inline-block;
  }
  .MES__group-daterange .form-control {
    margin: 0 -10px 0 0;
  }
  .MES__group-daterange .input-group-addon {
    position: relative;
    right: 15px;
  }
  .MES__start-date,
  .MES__end-date {
    text-align: left;
    padding: 0 10px;
    width: 30%;
  }
  .MES__icon {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
  .MES__icon:hover {
    color: #f08200;
  }
  .MES__group-search {
    background: #f0f0f0;
    border: 0 none;
    padding: 20px;
  }
  .MES__group-actions {
    border: 0 none;
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .MES__group-daterange .form-group {
    display: block;
  }
  .MES__group-daterange .input-group {
    display: block;
    margin: 0 0 10px 0;
  }
  .MES__group-daterange .input-group:last-child {
    margin: 0;
  }
  .MES__start-date,
  .MES__end-date {
    width: 50%;
  }
}
@media print {
  .MExtendedSearch {
    display: none;
  }
}
@media screen {
  .MFacebook__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 10px;
    width: 100%;
  }
  .MFacebook__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
}
@media screen {
  .MFilteredDamLinkList .hd {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .MFilteredDownloadLinkList .hd {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .MFocusThreeCols {
    color: #707172;
  }
  .MFocusThreeCols.comp {
    margin-bottom: 50px;
  }
  .MFTC__header {
    background: #f08200;
    padding: 10px 20px;
  }
  .MFTC__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .MFTC__inner {
    background: #f0f0f0;
  }
  .MFTC__body {
    height: 100%;
    position: relative;
  }
  .MFTC__footer {
    margin: 15px 0 0 0;
  }
  .MFTC--textmode .MFTC__inner {
    padding: 20px;
  }
  .MFTC__teaser {
    padding: 20px;
  }
  .MFTC__teaser-body {
    margin: 10px 0 0 0;
  }
  .MFTC__teaser-body p {
    margin: 0;
  }
  .MFTC__teaser-footer {
    margin: 15px 0 0 0;
  }
  .MFocusThreeCols .bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .MFocusThreeCols .bx-wrapper:hover .bx-prev,
  .MFocusThreeCols .bx-wrapper:hover .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
  }
  .MFocusThreeCols .bx-prev,
  .MFocusThreeCols .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.1);
    bottom: 3px;
    display: block;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 10;
  }
  .MFocusThreeCols .bx-prev:hover,
  .MFocusThreeCols .bx-next:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .MFocusThreeCols .bx-prev .icon,
  .MFocusThreeCols .bx-next .icon {
    color: #ffffff;
    display: block;
    font-size: 30px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50px;
  }
  .MFocusThreeCols .bx-prev.disabled,
  .MFocusThreeCols .bx-next.disabled {
    display: none;
  }
  .MFocusThreeCols .bx-prev {
    left: 0;
  }
  .MFocusThreeCols .bx-next {
    right: 0;
  }
  .MFocusThreeCols .bx-pager {
    height: 0;
    position: relative;
    text-align: center;
    top: 5px;
    width: 100%;
  }
  .MFocusThreeCols .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }
  .MFocusThreeCols .bx-pager-link {
    background: #dfdedd;
    display: block;
    height: 9px;
    margin: 0 8px;
    outline: 0;
    width: 9px;
  }
  .MFocusThreeCols .bx-pager-link:hover,
  .MFocusThreeCols .bx-pager-link:focus {
    background: #707172;
  }
  .MFocusThreeCols .bx-pager-link:active,
  .MFocusThreeCols .bx-pager-link.active {
    background: #f08200;
  }
  .MFocusThreeCols .bx-pager-item,
  .MFocusThreeCols .bx-controls-auto-item {
    display: inline-block;
  }
}
@media screen {
  .MFooterMetaNavigation {
    margin-bottom: 0;
  }
  .MFN__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
    width: 100%;
  }
  .MFN__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MFN__bank-search {
    float: right;
    margin: 0 0 0 20px;
  }
  .MFN__companies {
    float: right;
  }
  .MFN__dropdown {
    background: #dfdedd;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    margin: 0 auto;
    min-width: 225px;
    outline: 0 none;
    padding: 0 10px;
    position: relative;
    width: auto;
  }
  .MFN__dropdown.MFN__dropdown--active {
    background: #707172;
    color: #ffffff;
  }
  .MFN__dropdown.MFN__dropdown--active .MFN__dd-list {
    color: #ffffff;
    pointer-events: auto;
    z-index: 9000;
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    max-height: 2000px;
  }
  .MFN__dropdown.MFN__dropdown--active .MFN__dd-link:hover,
  .MFN__dropdown.MFN__dropdown--active .MFN__dd-link:focus,
  .MFN__dropdown.MFN__dropdown--active .MFN__dd-link:active {
    color: #ababab;
  }
  .MFN__dropdown:hover {
    background: #707172;
    color: #ffffff;
  }
  .MFN__dd-list {
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
    border-bottom: 1px solid #ffffff;
    background: #707172;
    bottom: 100%;
    display: block;
    max-height: 0;
    overflow: hidden;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  .MFN__dd-list > ul {
    list-style: none;
    padding: 10px 10px 5px 10px;
  }
  .MFN__dd-list li {
    line-height: 2;
  }
  .MFN__dd-headline:before,
  .MFN__dd-headline:after {
    content: " ";
    display: table;
  }
  .MFN__dd-headline:after {
    clear: both;
  }
  .MFN__dd-headline:before,
  .MFN__dd-headline:after {
    content: " ";
    display: table;
  }
  .MFN__dd-headline:after {
    clear: both;
  }
  .MFN__dd-headline-label {
    float: left;
  }
  .MFN__dd-headline-icon {
    border-left: 1px solid #ffffff;
    font-size: 15px;
    float: right;
    margin: 0 0 0 20px;
    padding: 3px 0 3px 10px;
    position: relative;
    top: 5px;
  }
  .MFN__dd-link {
    display: block;
    color: #ffffff;
  }
  .MFN__dd-link .icon {
    position: relative;
    left: -3px;
  }
  .MFN--invert {
    background: #707172;
    color: #ffffff;
    margin: 15px 0 0 0;
    padding: 10px 10px 80px;
  }
  .MFN__copyright {
    float: left;
  }
  .MFN__nav {
    float: right;
    position: relative;
    top: 3px;
  }
  .MFN__nav-list:before,
  .MFN__nav-list:after {
    content: " ";
    display: table;
  }
  .MFN__nav-list:after {
    clear: both;
  }
  .MFN__nav-list:before,
  .MFN__nav-list:after {
    content: " ";
    display: table;
  }
  .MFN__nav-list:after {
    clear: both;
  }
  .MFN__nav-list > li {
    border-right: 1px solid #dfdedd;
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
  }
  .MFN__nav-list > li:first-child {
    padding-left: 0;
  }
  .MFN__nav-list > li:last-child {
    border: 0 none;
    padding-right: 0;
  }
  .MFN__nav-list a {
    color: #dfdedd;
  }
  .MFN__nav-list a:hover,
  .MFN__nav-list a:focus,
  .MFN__nav-list a:active {
    color: #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .MFN--invert {
    font-size: 13px;
    margin: 15px -10px -20px;
    padding: 10px 10px 80px;
  }
  .MFN__bank-search,
  .MFN__companies,
  .MFN__copyright,
  .MFN__nav {
    float: none;
  }
  .MFN__bank-search {
    margin: 0 0 15px 0;
  }
  .MFN__bank-search .btn {
    display: inline-block;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .MFN--invert {
    margin: 20px -20px -20px;
    padding: 10px 20px 80px;
  }
}
@media print {
  .MFooterMetaNavigation {
    display: none;
  }
}
@media screen {
  .MFXR__group {
    border-bottom: 1px solid #dfdedd;
    margin: 0;
    padding: 20px 0;
  }
  .MFXR__group-headline {
    margin: 0 0 10px;
  }
  .MFXR__group-daterange .label-control.inline {
    margin: 0 0 0 10px;
  }
  .MFXR__group-daterange .label-control.first {
    margin: 0 10px 0 0;
  }
  .MFXR__group-daterange .label-control.last {
    margin: 0;
  }
  .MFXR__group-daterange .input-group {
    display: inline-block;
  }
  .MFXR__group-daterange .input-group-addon {
    position: relative;
    right: 15px;
  }
  .MFXR__group-daterange .form-control {
    margin: 0 -5px 0 0;
  }
  .MFXR__from-date,
  .MFXR__to-date {
    padding: 0 10px;
  }
  .MFXR__group-currencies {
    border: 0 none;
  }
  .MFXR__alpha {
    display: inline-block;
    width: 48%;
  }
  .MFXR__beta {
    display: inline-block;
    margin: 135px 0 0;
    text-align: center;
    vertical-align: top;
    width: 4%;
  }
  .MFXR__icon-exchange {
    font-size: 17px;
  }
  .MFXR__gamma {
    display: inline-block;
    width: 48%;
  }
  .MFXR__currencies-left {
    height: 215px;
    margin: 5px 0 0;
    width: 100%;
  }
  .MFXR__currencies-right {
    height: 250px;
    width: 100%;
  }
  .MFXR__wgzfix_select {
    height: 2em!important;
  }
  .MFXR__errorbox {
    border: 1px solid #f08200;
    margin: 20px 0 0;
    padding: 10px;
  }
  .MFXR__errorbox.is-not-visible {
    display: none;
  }
  .MFXR__errorbox span {
    color: #f08200;
    font-weight: bold;
  }
  .MFXR__group-submit {
    border: 0 none;
    padding: 0 0 20px;
    text-align: right;
  }
  .MFXR__group-submit .form-group {
    margin: 0 0 10px;
  }
  .MFXR__results-container {
    border-top: 1px solid #dfdedd;
  }
  .MFXR__results-header {
    margin: 20px 0 0;
  }
  .MFXR__results-headline-container {
    display: inline-block;
    width: 50%;
  }
  .MFXR__results-headline {
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .MFXR__exportbutton-container {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 50%;
  }
  .MFXR__exportbutton-container .btn-icon {
    margin: 0 5px 0 0;
  }
  .MFXR__searchresults {
    overflow: auto;
  }
  .MFXR__searchresults.table-overflow {
    border-right: 2px dashed #ababab;
  }
  .MFXR__searchresults table.MFXR__wgzfix_table {
    table-layout: fixed;
  }
  .MFXR__searchresults table {
    margin: 20px 0 0;
  }
  .MFXR__searchresults th {
    text-align: right;
  }
  .MFXR__searchresults th.first-column {
    text-align: left;
  }
  .MFXR__searchresults th.highlight {
    background-color: #ffcc99;
  }
  .MFXR__searchresults td {
    text-align: right;
  }
  .MFXR__searchresults td.first-column {
    text-align: left;
    width: 140px;
  }
  .MFXR__results-description {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .MFXR__group-daterange .label-control.first {
    margin: 0;
  }
  .MFXR__group-daterange .label-control.last {
    margin: 7px 0 0;
    position: absolute;
  }
  .MFXR__group-daterange .input-group {
    margin: 5px 0 0;
  }
  .MFXR__group-daterange .MFXR__date-label {
    margin: 0;
    width: 10%;
  }
  .MFXR__group-daterange .MFXR__from-date,
  .MFXR__group-daterange .MFXR__to-date {
    width: 90%;
  }
  .input-group {
    width: 100%;
  }
  .MFXR__alpha {
    margin: 10px 0 0;
  }
  .MFXR__currencies-left {
    height: 120px;
  }
  .MFXR__beta {
    display: none;
  }
  .MFXR__gamma {
    margin: 20px 0 0;
  }
  .MFXR__currencies-right {
    height: 120px;
  }
  .MFXR__submit-button {
    width: 100%;
  }
  .MFXR__results-headline-container {
    width: 100%;
  }
  .MFXR__exportbutton-container {
    margin: 20px 0;
    text-align: left;
    width: 100%;
  }
}
@media print {
  html {
    margin: 1px;
  }
  .MFXR__form,
  .MFXR__exportbutton-container {
    display: none;
  }
  .MFXR__searchresults table {
    margin: 30px 0;
  }
  .MFXR__searchresults th {
    border: 1px solid;
    padding: 5px;
  }
  .MFXR__searchresults th.highlight {
    background-color: #f0f0f0;
  }
  .MFXR__searchresults td {
    border: 1px solid;
    padding: 5px;
    text-align: right;
  }
  .MFXR__searchresults td.first-column {
    text-align: left;
  }
  .MFXR__results-description {
    margin: 30px 0 0;
  }
}
@media screen {
  .MLogoVerbund {
    float: left;
    margin: 0 !important;
  }
  .MLV__link {
    display: inline-block;
    line-height: 30px;
  }
  .MLV__image {
    display: inline-block;
    height: 27px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .MLogoVerbund {
    float: none;
    margin: 0 0 15px 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .MLV__image {
    height: 33px;
  }
}
@media print {
  .MLV__image {
    height: 33px;
  }
}
@media screen {
  .MHeaderMetaNav {
    float: right;
    margin: 0;
    text-align: right;
  }
  .MHMN__list {
    display: inline-block;
  }
  .MHMN__list-item {
    border-left: 1px solid #192d46;
    display: inline-block;
    padding: 0 10px;
  }
  .MHMN__list-item:first-child {
    border: 0 none;
  }
  .MHMN__list-item:last-child {
    padding-right: 0;
  }
  .MHMN__list-item > a {
    display: block;
    color: #0e3c8a;
    font-size: 12px;
    line-height: 1;
  }
  .MHMN__list-item > a:hover,
  .MHMN__list-item > a:focus,
  .MHMN__list-item > a:active {
    color: #192d46;
    text-decoration: underline;
  }
}
@media screen and (max-width: 480px) {
  .MHeaderMetaNav {
    margin: 15px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .MHeaderMetaNav {
    margin: 20px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .MHeaderMetaNav {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .MHeaderMetaNav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .MHeaderMetaNav {
    margin: 25px 0 20px;
  }
}
@media print {
  .MHeaderMetaNav {
    display: none;
  }
}
@media screen {
  .MImage .MI__figure {
    margin: 0 0 10px 0;
  }
  .MImage .MI__figcaption {
    font-size: 11px;
    line-height: 1.25;
    margin: 5px 0 0 0;
    max-width: 100%;
    padding: 5px 0 10px;
    text-align: left;
  }
  .MImage .MI__figcaption p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
  }
}
@media screen {
  .MImageText:before,
  .MImageText:after {
    content: " ";
    display: table;
  }
  .MImageText:after {
    clear: both;
  }
  .MImageText:before,
  .MImageText:after {
    content: " ";
    display: table;
  }
  .MImageText:after {
    clear: both;
  }
  .MIT__figure {
    float: left;
    display: inline-block;
    margin: 0 15px 10px 0;
    width: auto;
  }
  .MIT__figure img {
    margin: 0 auto;
    max-width: 100%;
  }
  .MIT__figcaption {
    font-size: 11px;
    line-height: 1.25;
    margin: 5px 0 0 0;
    max-width: 100%;
    padding: 5px 0 10px;
    text-align: left;
  }
  .MIT__figcaption p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
  }
  .MImageText.MIT--media {
    display: block;
    overflow: hidden;
    zoom: 1;
  }
  .MImageText.MIT--media .MIT__figure {
    display: block;
  }
  .MImageText.MIT--media .MIT__body {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .MIT__figure {
    display: block;
    float: none;
    margin-right: 0;
  }
  .MIT__figure img {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  .MIT__figure {
    max-width: 32%;
  }
}
@media screen and (min-width: 1441px) {
  .MIT__figure {
    max-width: 50%;
  }
}
@media screen {
  .MLogoMain {
    float: left;
    margin: 0;
    z-index: 1;
  }
  .MLogoMain .logo-link {
    display: block;
  }
  .MLogoMain .logo-image {
    display: block;
    margin: 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .MLogoMain {
    margin: 15px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .MLogoMain {
    margin: 20px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .MLogoMain {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .MLogoMain {
    margin: 25px 0 20px;
  }
}
@media screen {
  .MKeyVisual img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .MKeyVisual {
    margin: 0 -10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .MKeyVisual {
    margin: 0 -20px;
  }
}
@media print {
  .MKeyVisual img {
    height: auto;
    width: 100%;
  }
}
@media screen {
  .MLocationMap {
    margin: 30px 0 0;
    position: relative;
    width: 100%;
  }
  .MLM__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
  }
  .MLM__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MLM__map-container {
    position: relative;
  }
  .MLM__image {
    display: block;
    width: 100%;
  }
  .MLM__wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .btn-pulse {
    -webkit-box-shadow: 0 0 0 0 #dfdedd, 0 0 0 0 rgba(14, 60, 138, 0.7);
    -moz-box-shadow: 0 0 0 0 #dfdedd, 0 0 0 0 rgba(14, 60, 138, 0.7);
    box-shadow: 0 0 0 0 #dfdedd, 0 0 0 0 rgba(14, 60, 138, 0.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #0e3c8a;
    border-radius: 100%;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: absolute;
  }
  .btn-pulse:hover {
    animation-play-state: paused;
    background: #192d46;
    color: #ffffff;
  }
  .btn-pulse:focus {
    outline: none;
  }
  .MLocationMap .btn-pulse .MLM__btn-value {
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .MLocationMap .usa {
    animation-delay: 1.5s;
    left: 11%;
    top: 43%;
  }
  .MLocationMap .europe-west {
    animation-delay: 0.5s;
    left: 42%;
    top: 28%;
  }
  .MLocationMap .europe-east {
    animation-delay: 1s;
    left: 52%;
    top: 20%;
  }
  .MLocationMap .germany {
    animation-delay: 0s;
    left: 45.9%;
    top: 19%;
  }
  .MLocationMap .asia {
    animation-delay: 2s;
    left: 90%;
    top: 58%;
  }
  .MLM__xs-wrapper {
    display: none;
  }
  #MLM__tooltip {
    background: rgba(14, 60, 138, 0.8);
    color: #ffffff;
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
  }
}
@media screen and (max-width: 640px) {
  .MLocationMap .MLM__btn-value {
    font-size: 10px;
  }
  .MLocationMap .usa,
  .MLocationMap .europe-west,
  .MLocationMap .europe-east,
  .MLocationMap .germany,
  .MLocationMap .asia {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .MLM__xs-wrapper {
    display: block;
    margin-top: 10px;
  }
  .MLM__list .btn {
    color: inherit;
    display: inline-block;
  }
  .MLM__list .btn:hover,
  .MLM__list .btn:focus,
  .MLM__list .btn:active {
    color: inherit;
  }
  .MLM__list .btn:hover .btn-icon,
  .MLM__list .btn:focus .btn-icon,
  .MLM__list .btn:active .btn-icon,
  .MLM__list .btn:hover .btn-value,
  .MLM__list .btn:focus .btn-value,
  .MLM__list .btn:active .btn-value {
    background: none;
  }
  .MLM__list .btn-value {
    background: none;
    float: right;
    padding: 0;
  }
  .MLM__list .btn-value:hover,
  .MLM__list .btn-value:focus,
  .MLM__list .btn-value:active {
    color: #f08200;
    text-decoration: underline;
  }
  .MLM__list .btn-icon {
    background: none;
    color: #f08200;
    float: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .MLocationMap .usa,
  .MLocationMap .europe-west,
  .MLocationMap .europe-east,
  .MLocationMap .germany,
  .MLocationMap .asia {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 769px) {
  .MLocationMap .usa {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .MLocationMap .europe-west {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .MLocationMap .europe-east {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .MLocationMap .germany {
    height: 70px;
    line-height: 70px;
    width: 70px;
  }
  .MLocationMap .asia {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}
@media screen {
  .MLogin {
    position: relative;
  }
  .MLogin .form-control {
    margin: 5px 0 0 0;
    padding: 0 10px;
    width: 50%;
  }
  .ML__header {
    background: #f08200;
    padding: 10px 20px;
  }
  .ML__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .ML__inner {
    background: #f0f0f0;
    padding: 20px;
  }
  .ML__body {
    font-size: 15px;
    height: 100%;
    position: relative;
  }
  .ML__body p {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ML__footer {
    margin: 15px 0 0;
  }
  .ML__error {
    color: #f08200;
    margin: 3px 0 0 0;
    display: none;
  }
  .ML__error.active {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .MLogin .form-control {
    width: 100%;
  }
}
@media print {
  .MLogin {
    display: none;
  }
}
@media screen {
  .MMailConnect {
    background: #f0f0f0;
    padding: 20px;
    position: relative;
  }
  .MMC__headline {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px;
  }
}
.nav-open-close-transition {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen {
  .MMainNavHP {
    width: 100%;
  }
  .MMNHP__lvl1-item {
    cursor: default;
  }
  .MMNHP__lvl1-container {
    background: #707172;
    color: #ffffff;
    z-index: 9999;
  }
  .MMNHP__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .MMNHP__list li {
    list-style: none;
  }
  .MMNHP__lvl1-hd .icon-value-back,
  .MMNHP__lvl1-hd .value-back {
    display: none;
  }
  .MMNHP__link {
    color: #ffffff;
    text-decoration: none;
  }
  .MMNHP__link:before,
  .MMNHP__link:after {
    content: " ";
    display: table;
  }
  .MMNHP__link:after {
    clear: both;
  }
  .MMNHP__link:before,
  .MMNHP__link:after {
    content: " ";
    display: table;
  }
  .MMNHP__link:after {
    clear: both;
  }
  .MMNHP__link:hover,
  .MMNHP__link:focus,
  .MMNHP__link:active {
    color: #ababab;
  }
  .MMNHP__link .btn-icon {
    float: right;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 480px) {
  .MMNHP__menu-trigger {
    top: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .MMainNavHP.is-visible {
    width: 100% !important;
  }
  .MMNHP__menu-trigger {
    right: 10px !important;
    top: 15px;
  }
}
@media screen and (min-width: 641px) {
  .MMainNavHP.is-visible {
    width: 40% !important;
  }
  .MMNHP__menu-trigger {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .MMainNavHP {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: #707172;
    color: #ffffff;
    margin: 0;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 9000;
  }
  .MMainNavHP.is-visible {
    -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    right: 0;
  }
  .MMNHP__menu-trigger {
    display: block;
    position: absolute;
  }
  .MMNHP__menu-trigger .btn-icon {
    font-size: 25px;
    position: relative;
  }
  .MMNHP__menu-trigger--outside {
    right: 10px;
  }
  .MMNHP__menu-trigger--outside .btn-icon {
    color: #f08200;
  }
  .MMNHP__menu-trigger--outside:hover .btn-icon {
    color: #de6d11;
  }
  .MMNHP__menu-trigger--inside {
    right: 10px;
  }
  .MMNHP__menu-trigger--inside .btn-icon {
    color: #ffffff;
  }
  .MMNHP__menu-trigger--inside:hover .btn-icon {
    color: #ababab;
  }
  .MMNHP__menu {
    background: #707172;
    margin: 0;
    padding: 90px 0 20px;
  }
  .MMNHP__menu.is-active {
    padding-top: 49px;
  }
  .MMNHP__lvl1-item.is-mobnav .MMNHP__lvl1-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    right: -100%;
    position: relative;
    width: 100%;
  }
  .MMNHP__lvl1-item.is-mobnav .MMNHP__lvl1-container.is-active {
    right: 0;
  }
  .MMNHP__lvl1-item.is-mobnav .MMNHP__lvl1-container.is-not-active {
    display: none;
  }
  .MMNHP__lvl1-item:first-child .MMNHP__lvl1-hd {
    border-top: 1px solid #dfdedd;
  }
  .no-touchevents .MMNHP__lvl1-hd:hover {
    color: #ababab;
  }
  .MMNHP__lvl1-hd {
    border-bottom: 1px solid #ababab;
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    padding: 10px;
    text-transform: uppercase;
  }
  .MMNHP__lvl1-hd:before,
  .MMNHP__lvl1-hd:after {
    content: " ";
    display: table;
  }
  .MMNHP__lvl1-hd:after {
    clear: both;
  }
  .MMNHP__lvl1-hd:before,
  .MMNHP__lvl1-hd:after {
    content: " ";
    display: table;
  }
  .MMNHP__lvl1-hd:after {
    clear: both;
  }
  .MMNHP__lvl1-hd .value,
  .MMNHP__lvl1-hd .icon {
    display: inline-block;
  }
  .MMNHP__lvl1-hd .value {
    float: left;
  }
  .MMNHP__lvl1-hd .icon {
    float: right;
    font-size: 15px;
  }
  .MMNHP__lvl1-hd.is-not-visible {
    display: none;
  }
  .MMNHP__lvl1-hd.is-back-trigger {
    border-bottom: 1px solid #dfdedd;
    border-top: 0 none !important;
  }
  .MMNHP__lvl1-hd.is-back-trigger .value {
    display: none;
  }
  .MMNHP__lvl1-hd.is-back-trigger .value-back {
    display: inline-block;
    float: left;
  }
  .MMNHP__lvl1-hd.is-back-trigger .icon {
    float: left;
    position: relative;
    left: -4px;
    top: 2px;
  }
  .MMNHP__lvl1-container.is-active {
    display: block;
    overflow-x: hidden;
  }
  .MMNHP__lvl2-container {
    display: none;
  }
  .MMNHP__lvl2-container.is-active {
    display: block;
  }
  .MMNHP__lvl2-container.is-not-active {
    display: none;
  }
  .MMNHP__lvl2-hd {
    border-bottom: 1px solid #ababab;
    font-size: 15px;
    line-height: 21px;
  }
  .MMNHP__lvl2-hd:before,
  .MMNHP__lvl2-hd:after {
    content: " ";
    display: table;
  }
  .MMNHP__lvl2-hd:after {
    clear: both;
  }
  .MMNHP__lvl2-hd:before,
  .MMNHP__lvl2-hd:after {
    content: " ";
    display: table;
  }
  .MMNHP__lvl2-hd:after {
    clear: both;
  }
  .MMNHP__lvl2-link {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 10px;
  }
  .MMNHP__lvl3-list {
    display: none;
  }
  .MMNHP__lvl3-list.is-active {
    display: block;
  }
  .MMNHP__lvl1-item--search {
    border: 0 none;
  }
  .MMNHP__lvl1-item--search .MMNHP__lvl1-hd {
    display: none !important;
  }
  .MMNHP__lvl1-item--search .MMNHP__lvl1-container {
    display: block;
    margin: 20px 10px;
  }
  .MMNHP__lvl1-item--search .extended-search-group {
    display: none;
  }
  .MMNHP__lvl1-item--search .MSearchField .form-control {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }
  .MMNHP__lvl1-item--search .MSearchField .btn--search {
    height: 35px;
  }
  .MMNHP__lvl1-item--direct {
    display: none;
  }
  .MMNHP__lvl1-item--meta {
    border: 0 none;
    display: none;
  }
  .MMNHP__lvl1-item--meta.is-active {
    display: block;
  }
  .MMNHP__lvl1-item--meta .MMNHP__lvl2-list {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .MMainNavHP:before,
  .MMainNavHP:after {
    content: " ";
    display: table;
  }
  .MMainNavHP:after {
    clear: both;
  }
  .MMainNavHP:before,
  .MMainNavHP:after {
    content: " ";
    display: table;
  }
  .MMainNavHP:after {
    clear: both;
  }
  .MMNHP__menu-trigger {
    display: none;
  }
  .MMNHP__menu {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .MMNHP__lvl1-list {
    margin: 0;
    float: right;
  }
  .MMNHP__lvl1-list:before,
  .MMNHP__lvl1-list:after {
    content: " ";
    display: table;
  }
  .MMNHP__lvl1-list:after {
    clear: both;
  }
  .MMNHP__lvl1-list:before,
  .MMNHP__lvl1-list:after {
    content: " ";
    display: table;
  }
  .MMNHP__lvl1-list:after {
    clear: both;
  }
  .MMNHP__lvl1-container {
    padding: 25px;
    position: absolute;
    opacity: 0;
    right: 0;
    visibility: hidden;
    width: 100%;
  }
  .MMNHP__lvl1-item {
    background: #dfdedd;
    float: left;
    margin: 0 0 0 3px;
  }
  .MMNHP__lvl1-item.is-desktop-active {
    background: #707172;
    color: #ffffff;
  }
  .MMNHP__lvl1-item.is-desktop-active .MMNHP__lvl1-container {
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .MMNHP__lvl1-item.is-desktop-active .MMNHP__lvl1-container.is-desktop-active {
    opacity: 1;
    visibility: visible;
  }
  .MMNHP__lvl1-item.is-desktop-active .MMNHP__lvl1-hd {
    border-color: #707172;
  }
  .MMNHP__lvl1-hd {
    border-bottom: 3px solid #ffffff;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
  }
  .MMNHP__lvl2-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    text-align: left;
  }
  .MMNHP__lvl2-list li {
    font-size: 13px;
  }
  .MMNHP__lvl2-item {
    cursor: default;
    display: inline-block;
    width: 100%;
  }
  .no-csscolumns .MMNHP__lvl2-item {
    cursor: default;
    display: block;
    float: left;
    margin: 0 1%;
    width: 31%;
  }
  .MMNHP__lvl2-container {
    margin: 0 0 30px 0;
  }
  .MMNHP__lvl2-hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border-bottom: 1px solid #ababab;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-transform: none;
  }
  .MMNHP__lvl2-link {
    font-size: 26px;
    padding: 7px 5px;
    display: block;
  }
  .MMNHP__lvl2-link .btn-icon {
    font-size: 20px;
    top: 6px;
  }
  .MMNHP__lvl3-item {
    border-bottom: 1px solid #ababab;
  }
  .MMNHP__lvl3-link {
    display: block;
    padding: 7px 5px;
  }
  .MMNHP__lvl1-item--search .MMNHP__lvl1-hd,
  .MMNHP__lvl1-item--direct .MMNHP__lvl1-hd {
    padding: 0 10px;
  }
  .MMNHP__lvl1-item--search .MMNHP__lvl1-hd .icon,
  .MMNHP__lvl1-item--direct .MMNHP__lvl1-hd .icon {
    color: #f08200;
    font-size: 20px;
    position: relative;
    top: 5px;
  }
  .MMNHP__lvl1-item--search .MMNHP__lvl1-container,
  .MMNHP__lvl1-item--direct .MMNHP__lvl1-container {
    max-width: 320px;
  }
  .MMNHP__lvl1-item--search.is-desktop-active .icon,
  .MMNHP__lvl1-item--direct.is-desktop-active .icon {
    color: #ffffff;
  }
  .MMNHP__lvl1-item--meta {
    display: none;
  }
}
@media print {
  .MMainNavHP,
  .MMNHP__menu-trigger {
    display: none;
  }
}
@media screen {
  .MMainTeaser {
    position: relative;
  }
  .MMT__textbox p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin: 0;
  }
  .MMT__headline .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #f08200;
    font-size: 21px;
    line-height: 25px;
  }
  .MMainTeaser--text-mode .MMT__textbox {
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .MMainTeaser--text-mode .MMT__link {
    margin: 10px 0 0 0;
  }
  .MMainTeaser--text-mode .MMT__link .btn {
    display: inline-block;
  }
  .MMainTeaser--text-mode.MMainTeaser--linklist-mode .MMT__link {
    margin: 10px 0 0 0;
    position: relative;
  }
  .MMainTeaser--text-mode.MMainTeaser--linklist-mode .MMT__link .btn {
    display: block;
  }
  .MMainTeaser--text-mode.MMainTeaser--image-mode .MMT__textbox {
    background: rgba(255, 255, 255, 0.9);
    left: 10px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
  }
  .MMainTeaser--text-mode.MMainTeaser--image-mode .MMT__link {
    bottom: 0;
    margin: 10px 0 10px 10px;
    position: absolute;
  }
  .MMainTeaser--text-mode.MMainTeaser--image-mode .MMT__link .btn {
    display: block;
  }
  .MMainTeaser--linklist-mode .MMT__textbox {
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .MMainTeaser--linklist-mode .MMT__link {
    margin: 0;
  }
  .MMainTeaser--linklist-mode .MMT__linklist li {
    margin: 0 0 5px 0;
  }
  .MMainTeaser--linklist-mode .MMT__linklist .btn--linklist {
    color: #707172;
  }
  .MMainTeaser--image-mode.MMainTeaser--linklist-mode.MMainTeaser--text-mode .MMT__textbox {
    background: rgba(255, 255, 255, 0.9);
    left: 10px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
  }
  .MMainTeaser--image-mode.MMainTeaser--linklist-mode.MMainTeaser--text-mode .MMT__link {
    margin: 10px 0 0 0;
    position: relative;
  }
}
@media screen {
  .MNecessity {
    color: #707172;
  }
  .MN__header {
    background: #f08200;
    padding: 10px 20px;
  }
  .MN__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .MN__inner {
    background: #f0f0f0;
    padding: 20px;
  }
  .MN__body {
    font-size: 15px;
    height: 100%;
    position: relative;
  }
  .MN__body p {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .MN__footer {
    margin: 15px 0 0;
  }
  .MN__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .MN__list:before,
  .MN__list:after {
    content: " ";
    display: table;
  }
  .MN__list:after {
    clear: both;
  }
  .MN__list:before,
  .MN__list:after {
    content: " ";
    display: table;
  }
  .MN__list:after {
    clear: both;
  }
  .MN__list.MN__list.hide {
    display: none;
  }
  .MN__list li {
    float: left;
    font-size: 15px;
    height: 40px;
    margin: 5px 0;
    padding: 0;
    width: 50%;
  }
  .MN__link {
    overflow: hidden;
    text-decoration: none;
  }
  .MN__link-icon {
    color: #f08200;
    font-weight: bold;
    float: left;
    display: block;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
  }
  .MN__link-value {
    color: #707172;
    display: block;
    overflow: hidden;
  }
  .MN__link-value:hover,
  .MN__link-value:focus,
  .MN__link-value:active {
    color: #f08200;
    text-decoration: underline;
  }
  .MN__answer {
    display: none;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .MN__answer.active {
    background-color: #f0f0f0;
    display: block;
    padding: 0 30px 0 0;
  }
  .MN__answer-headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .MN__answer-body {
    font-size: 15px;
  }
  .MN__answer-body p {
    margin: 0;
    padding: 0;
  }
  .MN__answer-body b a b,
  .MN__answer-body a b {
    font-weight: normal;
  }
  .MN__answer-footer {
    margin: 15px 0 0;
  }
  .MN__answer-back {
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .MN__list li {
    float: none;
    height: auto;
    margin: 0;
    padding: 5px 0;
    width: 100%;
  }
}
@media screen {
  .MNewsAbstract .rte {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px !important;
    padding: 0;
  }
}
@media screen {
  .MNP__body-inner:first-child .MNP__entry {
    margin-top: 20px;
  }
  .MNP__entry {
    margin: 10px 0 0 0;
  }
  .MNP__entry-date {
    display: block;
    margin: 5px 0 0 0;
  }
  .MNP__entry-body {
    margin: 10px 0;
  }
  .MNP__entry-body p {
    margin: 0;
    padding: 0;
  }
  .MNP__entry-footer {
    border-bottom: 1px solid #dfdedd;
    padding: 0 0 20px 0;
  }
  .MNP__entry--last .MNP__entry-footer {
    margin: 10px 0 0 0;
    border: 0 none;
  }
}
@media screen {
  .MRA__pager-container {
    margin: 10px 0 0 0;
  }
  td.MRA__last-row {
    text-align: right;
    width: 100px;
  }
  td.MRA__last-row .btn--link {
    margin: 0 0 5px 0;
  }
  .MRA__footer {
    text-align: right;
  }
  .MRA__pagination {
    margin: 20px 0;
  }
  .MRA__pager-link:first-child {
    margin: 0 10px 0 0;
  }
  .MRA__pager-link:first-child .btn-icon {
    padding: 0 5px 0 0;
  }
  .MRA__pager-link:last-child {
    margin: 0 0 0 10px;
  }
  .MRA__pager-link:last-child .btn-icon {
    padding: 0 0 0 5px;
  }
  .tablesorter-default .header,
  .tablesorter-default .tablesorter-header {
    cursor: pointer;
  }
  .tablesorter-default .header::after,
  .tablesorter-default .tablesorter-header::after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f08200;
    font-size: 13px;
    position: relative;
  }
  .tablesorter-default .tablesorter-header-inner {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .tablesorter-default thead .headerSortUp::after,
  .tablesorter-default thead .tablesorter-headerSortUp::after,
  .tablesorter-default thead .tablesorter-headerAsc::after {
    content: "\e90b";
  }
  .tablesorter-default thead .headerSortDown::after,
  .tablesorter-default thead .tablesorter-headerSortDown::after,
  .tablesorter-default thead .tablesorter-headerDesc::after {
    content: "\e908";
  }
  .tablesorter-default thead .sorter-false {
    cursor: default;
  }
  .tablesorter-default tbody tr.filtered {
    display: none;
  }
  .MRA__pager-link.disabled {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
    cursor: default;
  }
}
@media print {
  .MRA__form {
    display: none;
  }
}
@media screen {
  .MRS__headline {
    margin: 0 0 7px;
  }
}
@media print {
  .MRiscaServ {
    display: none;
  }
}
@media screen {
  .MSearchField {
    margin: 0 !important;
  }
  .MSearchField .search-group {
    position: relative;
  }
  .MSearchField .form-control {
    background: #ababab;
    border: 1px solid transparent;
    border-right: 20px solid transparent;
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    width: 100%;
  }
  .MSearchField .form-control::-ms-clear {
    display: none;
  }
  .MSearchField ::-webkit-input-placeholder {
    color: #ffffff;
  }
  .MSearchField input:-moz-placeholder,
  .MSearchField textarea:-moz-placeholder {
    color: #ffffff;
  }
  .MSearchField input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .MSearchField input:focus:-moz-placeholder {
    color: transparent;
  }
  .MSearchField input:focus::-moz-placeholder {
    color: transparent;
  }
  .MSearchField input:focus:-ms-input-placeholder {
    color: transparent;
  }
  .MSearchField .btn--search {
    background: transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 18px;
    float: none;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
  }
  .MSearchField .form-group ~ .form-group {
    margin: 10px 0 0 0;
  }
  .MSearchField .btn--link {
    color: #ffffff;
    font-size: 13px;
  }
  .MSearchField .btn--link .btn-icon {
    font-size: 12px;
    top: 0;
  }
  .MSearchField .btn--link:hover,
  .MSearchField .btn--link:focus,
  .MSearchField .btn--link:active {
    color: #ababab;
  }
  .MSearchField .btn--link:hover .btn-value,
  .MSearchField .btn--link:focus .btn-value,
  .MSearchField .btn--link:active .btn-value {
    text-decoration: none;
  }
}
@media print {
  .MSearchField {
    display: none;
  }
}
@media screen {
  .MSearchResults .find-keyword {
    font-weight: bold;
  }
  .MSearchResults .label-control {
    margin: 0 10px 0 0;
  }
  .MSearchResults .label-control + .select-control {
    margin: 0 10px 0 0;
  }
  .MSR__headline {
    color: #f08200;
    line-height: 1;
    margin: 0 0 15px 0;
    text-transform: uppercase;
  }
  .MSR__subheadline {
    margin: 0 0 10px 0;
  }
  .MSR__header {
    background: #f0f0f0;
    border: 0 none;
    padding: 20px;
  }
  .MSR__header--top p {
    margin: 0;
  }
  .MSR__header--bottom {
    margin: 10px 0 0 0;
  }
  .MSR__header--bottom:before,
  .MSR__header--bottom:after {
    content: " ";
    display: table;
  }
  .MSR__header--bottom:after {
    clear: both;
  }
  .MSR__header--bottom:before,
  .MSR__header--bottom:after {
    content: " ";
    display: table;
  }
  .MSR__header--bottom:after {
    clear: both;
  }
  .MSR__searchresult {
    border-bottom: 1px solid #cbcbcb;
    padding: 15px 0;
  }
  .MSR__searchresult:last-child {
    border: 0 none;
  }
  .MSR__searchresult .btn--link {
    position: relative;
    top: 5px;
  }
  .MSR__searchresult .btn-icon {
    top: 0;
  }
  .MSR__resultpage {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .MSR__rating-group {
    margin: 0 0 10px 0;
  }
  .MSR__search-date {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .MSR__rank {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .MSR__rank .rank {
    border: 1px solid #cbcbcb;
    display: inline-block;
    margin: 0 3px 0 0;
    height: 10px;
    width: 10px;
  }
  .MSR__rank .rank:last-child {
    margin: 0;
  }
  .MSR__rank .rank.on {
    background: #cbcbcb;
  }
  .MSR__rank .rank.off {
    background: #ffffff;
  }
  .MSR__resultpage--no {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .MSR__excerpt {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .MSR__breadcrumb {
    margin: 10px 0 0 0;
  }
  .MSR__breadcrumb .icon-arrow-light-right {
    display: inline-block;
    font-size: 10px;
    margin: 0 5px;
  }
  .MSR__breadcrumb-hd {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .MSR__breadcrumb-sep {
    line-height: 1;
    margin: 0 5px;
  }
  .MSR__breadcrumb-links {
    margin: 0;
    padding: 0;
  }
  .MSR__paging {
    background: #f0f0f0;
    border: 0 none;
    padding: 30px 0;
    text-align: center;
  }
  .MSR__paging li {
    display: inline-block;
  }
  .MSR__paging .page__link {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    margin: 0 5px;
  }
  .MSR__paging .page__next,
  .MSR__paging .page__prev {
    background: #dfdedd;
    color: inherit;
    width: 30px;
  }
  .MSR__paging .page__next:hover,
  .MSR__paging .page__prev:hover,
  .MSR__paging .page__next:focus,
  .MSR__paging .page__prev:focus,
  .MSR__paging .page__next:active,
  .MSR__paging .page__prev:active {
    color: #f08200;
    text-decoration: none;
  }
  .MSR__paging .page__next.is-disabled,
  .MSR__paging .page__prev.is-disabled {
    background: rgba(223, 222, 221, 0.5);
    color: rgba(112, 113, 114, 0.5);
  }
  .MSR__paging .page__next.is-disabled:hover,
  .MSR__paging .page__prev.is-disabled:hover,
  .MSR__paging .page__next.is-disabled:focus,
  .MSR__paging .page__prev.is-disabled:focus,
  .MSR__paging .page__next.is-disabled:active,
  .MSR__paging .page__prev.is-disabled:active {
    color: rgba(112, 113, 114, 0.5);
  }
  .MSR__paging .page__next .icon,
  .MSR__paging .page__prev .icon {
    font-size: 22px;
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 640px) {
  .MSR__header {
    padding: 10px;
  }
  .MSR__entriesperpagelist {
    display: none !important;
  }
  .MSR__breadcrumb {
    display: none;
  }
  .MSR__extendedsearch-link {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .MSR__extendedsearch-link {
    float: right;
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .MSR__paging {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .MSR__main {
    margin: 0 0 0 10px;
  }
}
@media print {
  .MSearchResults {
    display: none;
  }
}
@media screen {
  .MSignature .rte p {
    font-size: 13px;
  }
  .MSignature .rte .rte_ext_link:before,
  .MSignature .rte .rte_int_link:before {
    top: 1px;
  }
}
@media screen {
  .MSitemap .opened .btn--trigger + .btn--linklist .icon-arrow-light-right,
  .MSitemap .closed .btn--trigger + .btn--linklist .icon-arrow-light-right {
    display: none;
  }
  .MSitemap .btn--linklist .btn-icon {
    top: 0;
  }
  .MSitemap .btn--linklist .btn-value {
    color: #707172;
  }
  .MSitemap .btn--linklist .btn-value:hover,
  .MSitemap .btn--linklist .btn-value:focus,
  .MSitemap .btn--linklist .btn-value:active {
    color: #f08200;
  }
  .MS__group {
    margin: 10px 0;
    border-top: 1px solid #dfdedd;
    padding: 10px 0 0;
  }
  .MS__sub-group {
    margin: 0 0 0 20px;
  }
  .MS__sub-list {
    margin: 0 0 0 20px;
  }
}
@media print {
  .MSitemap {
    display: none;
  }
}
@media screen {
  .MSocialMedia {
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
  }
  .MSM__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .MSM__list:before,
  .MSM__list:after {
    content: " ";
    display: table;
  }
  .MSM__list:after {
    clear: both;
  }
  .MSM__list:before,
  .MSM__list:after {
    content: " ";
    display: table;
  }
  .MSM__list:after {
    clear: both;
  }
  .MSM__item {
    float: left;
    margin: 0 10px 10px 0;
  }
  .MSM__item:last-child {
    margin: 0;
  }
  .MSM__link {
    background: #ffffff;
    display: block;
    font-size: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
  }
  .MSM__link:hover,
  .MSM__link:focus,
  .MSM__link:active {
    color: #de6d11;
  }
  .MSM__link-icon {
    position: relative;
    top: 2px;
  }
  .MSM__link-icon.icon-twitter {
    font-size: 22px;
  }
  .MSocialMedia--sidebar {
    background: #f0f0f0;
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .MSocialMedia {
    margin: 30px 0 10px;
  }
  .MSM__item {
    margin: 0 10px 10px 0;
  }
  .MSM__link {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media print {
  .MSocialMedia {
    display: none;
  }
}
@media screen {
  .MStage {
    margin-top: 0 !important;
  }
  .MStage__slide {
    position: relative;
  }
  .MStage__image {
    max-width: 100%;
  }
  .MStage__content-container {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .MStage__content {
    position: relative;
  }
  .MStage__content-header {
    width: 100%;
  }
  .MStage__content-header .hd {
    line-height: 1.25;
    margin: 10px 0 0 0;
  }
  .MStage__content-headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #f08200;
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
  }
  .MStage__content-body {
    margin: 10px 0 0;
    width: 75%;
  }
  .MStage__content-body .MStage__signature {
    margin: 10px 0 0;
  }
  .MStage__content-body p {
    margin: 0;
    padding: 0;
  }
  .MStage__content-footer {
    margin: 20px 0 0;
  }
  .MStage__content-footer .btn {
    display: inline-block;
  }
  .MStage .bx-wrapper {
    position: relative;
  }
  .MStage .bx-wrapper:hover .bx-prev,
  .MStage .bx-wrapper:hover .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
  }
  .MStage .bx-viewport {
    border: 0 none !important;
    box-shadow: none !important;
    left: 0 !important;
  }
  .MStage .bx-pager {
    bottom: 20px;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50%;
  }
  .MStage .bx-pager-item {
    display: inline-block;
    font-size: 0;
    width: 25px;
  }
  .MStage .bx-controls-auto {
    bottom: 20px;
  }
  .MStage .bx-pager-link {
    -webkit-box-shadow: 1px 1px 0 0 rgba(112, 113, 114, 0.6);
    -moz-box-shadow: 1px 1px 0 0 rgba(112, 113, 114, 0.6);
    box-shadow: 1px 1px 0 0 rgba(112, 113, 114, 0.6);
    background: #dfdedd;
    display: block;
    height: 10px;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 10px;
  }
  .MStage .bx-pager-link:hover,
  .MStage .bx-pager-link:focus {
    background: #707172;
  }
  .MStage .bx-pager-link:active,
  .MStage .bx-pager-link.active {
    background: #f08200;
  }
  .MStage .bx-controls-direction {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .MStage .bx-prev,
  .MStage .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: none;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 10;
  }
  .MStage .bx-prev .icon,
  .MStage .bx-next .icon {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    top: 40%;
    width: 40px;
  }
  .MStage .bx-prev:hover .icon,
  .MStage .bx-next:hover .icon {
    background: rgba(0, 0, 0, 0.3);
  }
  .MStage .bx-prev {
    left: 0;
  }
  .MStage .bx-next {
    right: -10px;
  }
  .MStage .bx-next.disabled,
  .MStage .bx-prev.disabled {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .MStage {
    margin: 0 -10px !important;
  }
  .MStage__content-container {
    margin: 20px 10px 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .MStage {
    background: #f0f0f0;
    margin: 0 -20px;
    padding: 0 0 65px;
  }
  .MStage__content-container {
    margin: 20px 20px 0;
    position: relative;
  }
  .MStage__content--pos-tr .MStage__content,
  .MStage__content--pos-br .MStage__content {
    left: 0;
  }
  .MStage__content-body {
    margin: 10px 0 0;
    width: 100%;
  }
  .MStage .bx-pager {
    bottom: -40px;
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .MStage__content {
    width: 50%;
  }
  .MStage__content--pos-tl {
    top: 30px;
  }
  .MStage__content--pos-tl .MStage__content {
    left: 0;
  }
  .MStage__content--pos-tr {
    top: 30px;
  }
  .MStage__content--pos-tr .MStage__content {
    left: 50%;
  }
  .MStage__content--pos-bl {
    bottom: 50px;
  }
  .MStage__content--pos-bl .MStage__content {
    left: 0;
  }
  .MStage__content--pos-br {
    bottom: 50px;
  }
  .MStage__content--pos-br .MStage__content {
    left: 50%;
  }
  .MStage__content--nightmode .MStage__content-header .hd,
  .MStage__content--nightmode .MStage__content-headline,
  .MStage__content--nightmode .MStage__content-body {
    color: #ffffff;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .MStage {
    margin: 0 -20px;
  }
  .MStage__content-container {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .MStage__content-headline {
    font-size: 31px;
    line-height: 31px;
  }
  .bx-controls-direction {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .MStage__content-container {
    width: 960px;
  }
}
@media screen and (min-width: 1281px) {
  .MStage__content-container {
    width: 1140px;
  }
  .MStage__content--pos-tl {
    top: 50px;
  }
  .MStage__content--pos-tr {
    top: 50px;
  }
}
@media screen {
  .MSubNav {
    font-size: 12px;
    margin: 20px 0 0;
  }
  .MSubNav li {
    display: block;
    position: relative;
  }
  .MSN__link {
    display: block;
  }
  .MSN__lvl2-link:before,
  .MSN__lvl2-link:after {
    content: " ";
    display: table;
  }
  .MSN__lvl2-link:after {
    clear: both;
  }
  .MSN__lvl2-link:before,
  .MSN__lvl2-link:after {
    content: " ";
    display: table;
  }
  .MSN__lvl2-link:after {
    clear: both;
  }
  .MSN__lvl2-link .btn-icon {
    float: right;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 640px) {
  .MSubNav {
    margin: 0 -10px !important;
  }
  .MSN__link {
    padding: 7px 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .MSubNav {
    background: #f0f0f0;
    margin: 0 -20px;
  }
  .MSN__lvl1-list {
    display: block;
  }
  .MSN__lvl1-block {
    position: relative;
  }
  .MSN__lvl1-item.is-not-active {
    display: none;
  }
  .MSN__lvl1-item.is-last .MSN__lvl-block-hd--last {
    display: none;
  }
  .MSN__lvl1-link {
    font-size: 15px !important;
  }
  .MSN__lvl1-item--home {
    display: none !important;
  }
  .MSN__lvl1-block-hd .MSN__link .value {
    display: none;
  }
  .MSN__lvl1-block-hd .MSN__link .value-title {
    display: inline-block;
  }
  .MSN__link {
    font-size: 13px;
    line-height: 21px;
    padding: 7px 20px;
  }
  .MSN__link:before,
  .MSN__link:after {
    content: " ";
    display: table;
  }
  .MSN__link:after {
    clear: both;
  }
  .MSN__link:before,
  .MSN__link:after {
    content: " ";
    display: table;
  }
  .MSN__link:after {
    clear: both;
  }
  .MSN__link .icon {
    float: right;
    font-size: 20px;
    position: relative;
  }
  .MSN__link .icon.icon-arrow-light-up {
    top: 2px;
  }
  .MSN__lvl2-block {
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: #f0f0f0;
    display: block;
    max-height: 0;
    overflow: hidden;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .MSN__lvl2-block.is-mob-active {
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    border-top: 1px solid #707172;
    max-height: 1000px;
    pointer-events: auto;
    z-index: 100;
  }
  .MSN__lvl2-block.is-mob-not-active {
    border-top: 1px solid #f0f0f0;
  }
  .MSN__lvl2-list li {
    border-bottom: 1px solid #dfdedd;
  }
  .MSN__lvl2-link {
    font-size: 15px !important;
  }
  .MSN__link--active {
    color: #f08200;
  }
}
@media screen and (min-width: 769px) {
  .MSN__lvl1-list {
    display: inline-block;
  }
  .MSN__lvl1-list:before,
  .MSN__lvl1-list:after {
    content: " ";
    display: table;
  }
  .MSN__lvl1-list:after {
    clear: both;
  }
  .MSN__lvl1-list:before,
  .MSN__lvl1-list:after {
    content: " ";
    display: table;
  }
  .MSN__lvl1-list:after {
    clear: both;
  }
  .MSN__lvl1-list li {
    float: left;
    margin: 0 2px 0 0;
  }
  .MSN__lvl1-item:hover .MSN__link--arrow,
  .MSN__lvl1-item:focus .MSN__link--arrow,
  .MSN__lvl1-item:active .MSN__link--arrow {
    background: #f08200;
    color: #ffffff;
  }
  .MSN__lvl1-item:hover .MSN__link--arrow:after,
  .MSN__lvl1-item:focus .MSN__link--arrow:after,
  .MSN__lvl1-item:active .MSN__link--arrow:after {
    border-color: transparent transparent transparent #f08200;
  }
  .MSN__lvl1-block-hd .MSN__link .value-title {
    display: none;
  }
  .MSN__link--arrow {
    background: #f0f0f0;
    height: 34px;
    padding: 10px;
    text-indent: 15px;
  }
  .MSN__link--arrow .icon {
    margin: 0 0 0 10px;
  }
  .MSN__link--arrow:hover,
  .MSN__link--arrow:focus,
  .MSN__link--arrow:active {
    background: #f08200;
    color: #ffffff;
  }
  .MSN__link--arrow:hover:after,
  .MSN__link--arrow:focus:after,
  .MSN__link--arrow:active:after {
    border-color: transparent transparent transparent #f08200;
  }
  .MSN__link--arrow:before {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
  }
  .MSN__link--arrow:after {
    border-color: transparent transparent transparent #f0f0f0;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    content: " ";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    z-index: 1;
  }
  .MSN__link--home {
    background: #dfdedd;
    font-size: 14px;
    text-indent: 5px;
  }
  .MSN__link--home:before {
    border-color: transparent;
  }
  .MSN__link--home:after {
    border-color: transparent transparent transparent #dfdedd;
  }
  .MSN__link--active {
    background: #f08200;
    color: #ffffff;
  }
  .MSN__link--active:after {
    border-color: transparent transparent transparent #f08200;
  }
  .MSN__link--last {
    padding-right: 15px;
  }
  .MSN__link--last:after {
    border: 0 none;
    right: 0;
  }
  .MSN__lvl1-block {
    position: relative;
  }
  .MSN__lvl2-block {
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: #dfdedd;
    border-top: 2px solid #ffffff;
    left: 0;
    max-height: 0;
    min-width: 250px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
  }
  .MSN__lvl2-block.is-active {
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    max-height: 1000px;
    pointer-events: auto;
    z-index: 100;
  }
  .MSN__lvl2-list li {
    border-bottom: 1px solid #cbcbcb;
    float: none;
  }
  .MSN__lvl2-list li:last-child {
    border-bottom: 0 none;
  }
  .MSN__lvl2-list a {
    display: block;
    padding: 10px 30px;
  }
}
@media print {
  .MSubNav {
    display: none;
  }
}
@media screen {
  .MTabTitle.comp {
    margin: 0;
  }
}
@media screen {
  .MTeaserImportedData {
    background: #f0f0f0;
    position: relative;
  }
  .MTID__list {
    width: 100%;
  }
  .MTID__list-item {
    background: #dfdedd;
    display: inline-block;
    width: 25%;
    text-align: center;
  }
  .MTID__list-item.active {
    background: #f0f0f0;
  }
  .MTID__list-item:hover,
  .MTID__list-item:focus,
  .MTID__list-item:active {
    background: #707172;
  }
  .MTID__list-item:hover .MTID__li-value:hover,
  .MTID__list-item:focus .MTID__li-value:hover,
  .MTID__list-item:active .MTID__li-value:hover,
  .MTID__list-item:hover .MTID__li-value:focus,
  .MTID__list-item:focus .MTID__li-value:focus,
  .MTID__list-item:active .MTID__li-value:focus,
  .MTID__list-item:hover .MTID__li-value:focus,
  .MTID__list-item:focus .MTID__li-value:focus,
  .MTID__list-item:active .MTID__li-value:focus {
    color: #ffffff !important;
    outline: 0 none;
  }
  .MTID__li-value {
    color: #707172 !important;
    cursor: pointer;
    display: block;
    outline: 0 none;
    padding: 8px 10px;
  }
  .MTID__content {
    margin: 10px 0 0 0;
    padding: 20px;
  }
  .MTID__link {
    display: block;
  }
  .MTID__image {
    margin: 0 auto;
  }
  .MTID__date {
    padding: 0;
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .MTID__li-value {
    font-size: 10px;
    padding: 8px 6px;
  }
}
@media screen {
  .MTestimonialsDefaultSlide {
    background: no-repeat 50% 80px;
    background-size: cover;
    margin: 0;
    position: relative;
  }
  .MTDS__content-wrapper {
    height: 100%;
    padding: 70px 70px 70px 50px;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--tl {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50QmxhY2tUb0JvdHRvbVJpZ2h0IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzcHJlYWRNZXRob2Q9InBhZCI+DQogICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgIDwvbGluZWFyR3JhZGllbnQ+DQogIDwvZGVmcz4NCiAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNsaW5lYXJHcmFkaWVudEJsYWNrVG9Cb3R0b21SaWdodCk7Ii8+DQo8L3N2Zz4=");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--tl--inverted {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50V2hpdGVUb0JvdHRvbVJpZ2h0IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzcHJlYWRNZXRob2Q9InBhZCI+DQogICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgIDwvbGluZWFyR3JhZGllbnQ+DQogIDwvZGVmcz4NCiAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNsaW5lYXJHcmFkaWVudFdoaXRlVG9Cb3R0b21SaWdodCk7Ii8+DQo8L3N2Zz4=");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--tr {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50QmxhY2tUb0JvdHRvbUxlZnQiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50QmxhY2tUb0JvdHRvbUxlZnQpOyIvPg0KPC9zdmc+");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--tr--inverted {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50V2hpdGVUb0JvdHRvbUxlZnQiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50V2hpdGVUb0JvdHRvbUxlZnQpOyIvPg0KPC9zdmc+");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--bl {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50QmxhY2tUb1RvcFJpZ2h0IiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMTAwJSIgeTI9IjAlIiBzcHJlYWRNZXRob2Q9InBhZCI+DQogICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgIDwvbGluZWFyR3JhZGllbnQ+DQogIDwvZGVmcz4NCiAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNsaW5lYXJHcmFkaWVudEJsYWNrVG9Ub3BSaWdodCk7Ii8+DQo8L3N2Zz4=");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--bl--inverted {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50V2hpdGVUb1RvcFJpZ2h0IiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMTAwJSIgeTI9IjAlIiBzcHJlYWRNZXRob2Q9InBhZCI+DQogICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgIDwvbGluZWFyR3JhZGllbnQ+DQogIDwvZGVmcz4NCiAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNsaW5lYXJHcmFkaWVudFdoaXRlVG9Ub3BSaWdodCk7Ii8+DQo8L3N2Zz4=");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--br {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50QmxhY2tUb1RvcExlZnQiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50QmxhY2tUb1RvcExlZnQpOyIvPg0KPC9zdmc+");
  }
  .MTDS__content-wrapper.MTDS__content-wrapper--br--inverted {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50V2hpdGVUb1RvcExlZnQiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50V2hpdGVUb1RvcExlZnQpOyIvPg0KPC9zdmc+");
  }
  .MTDS__content {
    position: absolute;
    width: 45%;
  }
  .MTDS__content.MTDS__content--tr {
    right: 70px;
  }
  .MTDS__content.MTDS__content--bl {
    bottom: 70px;
  }
  .MTDS__content.MTDS__content--br {
    bottom: 70px;
    right: 70px;
  }
  .MTDS__content--inverted .MTDS__content-subheadline,
  .MTDS__content--inverted .MTDS__content-body {
    color: #707172;
  }
  .MTDS__content-headline {
    color: #f08200;
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
  }
  .MTDS__content-subheadline {
    color: #ffffff;
    font-size: 25px;
    margin: 10px 0 0;
  }
  .MTDS__content-body {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0 0;
  }
  .MTDS__content-footer {
    margin: 20px 0 0;
  }
  .MTDS__content-footer .btn {
    display: inline-block;
  }
  .MTDS__arrow-wrapper {
    display: block;
    width: 100%;
    height: 44px;
    position: absolute;
    cursor: pointer;
    z-index: 21;
    bottom: 0;
  }
  .MTDS__arrow-wrapper .icon {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    font-size: 44px;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 80px;
  }
  .MTDS__arrow-wrapper:hover .icon {
    background: rgba(0, 0, 0, 0.3);
  }
  .MTDS__Container .MFooterMetaNavigation {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
  }
  .MTDS__Container .MFooterMetaNavigation .MFN--invert {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .MTDS__arrow-wrapper {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .MTDS__content-wrapper {
    background: rgba(255, 255, 255, 0.9) !important;
    height: auto;
    min-height: 34%;
    padding: 0;
    position: relative;
    top: 66%;
  }
  .MTDS__content-headline {
    color: #f08200;
  }
  .MTDS__content-subheadline {
    color: #707172;
    font-size: 22px;
  }
  .MTDS__content-body {
    color: #707172;
    font-size: 15px;
    line-height: 19px;
  }
  .MTDS__content {
    bottom: 0 !important;
    padding: 20px 50px 20px 10px;
    position: relative !important;
    right: 0 !important;
    width: 100%;
  }
}
@media screen {
  .MTestimonialsFinalSlide {
    margin: 0;
  }
  .MTFS__block {
    display: inline-block;
    vertical-align: top;
  }
  .MTFS__block .comp {
    margin-top: 0 !important;
  }
  .MTFS__block-linklist {
    margin: 0 3% 0 0;
    width: 32%;
  }
  .MTFS__block-linklist li {
    margin: 0 0 15px;
  }
  .MTFS__block-linklist li:last-child {
    margin: 0;
  }
  .MTFS__block-linklist .MLinkList .btn {
    display: inline-block;
    position: relative;
  }
  .MTFS__linklist-subheadline {
    color: #f08200;
    font-size: 21px;
    hyphens: auto;
    line-height: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .MTFS__linklist-body {
    background: #f0f0f0;
    padding: 15px;
  }
  .MTFS__block-testimonials {
    width: 65%;
  }
  .MTFS__header {
    border-bottom: 1px solid #ababab;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
  }
  .MTFS__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MTFS__headline {
    display: inline-block;
  }
  .MTFS__header-link-container {
    float: right;
    height: 25px;
    margin: 0 0 10px;
  }
  .MTFS__content-wrapper {
    padding: 20px 70px 20px 50px;
  }
  .TTestimonials__fullpage-wrapper {
    display: none;
  }
  .MTFS__footer {
    padding: 0 70px 0 50px;
  }
  .MTFS__footer.MTFS__footer--fullscreen {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  #fp-nav li {
    margin: 15px 10px !important;
  }
  #fp-nav li a.active span {
    background: #f08200 !important;
  }
  #fp-nav li a span {
    background: #dfdedd !important;
    border-radius: 0 !important;
    height: 12px !important;
    margin: -6px 0 0 -6px !important;
    width: 12px !important;
  }
  #fp-nav li a span:hover,
  #fp-nav li a span:focus {
    background: #707172 !important;
  }
  #fp-nav li .fp-tooltip {
    background: rgba(0, 0, 0, 0.4);
    max-width: none !important;
    padding: 7px 10px;
    top: -10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .MTFS__content-wrapper {
    padding: 20px;
  }
  .MTFS__footer {
    padding: 0 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .MTFS__block-linklist .MLinkList .btn {
    width: 100%;
  }
  .MTFS__block-linklist .MLinkList .btn .btn-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .MTFS__block-linklist .MLinkList .btn .btn-icon {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .MTFS__content-wrapper {
    padding: 20px 10px;
  }
  .MTFS__block {
    width: 100%;
  }
  .MTFS__block-testimonials {
    margin: 15px 0 0;
  }
  .MTFS__footer {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .MTFS__block-linklist .MLinkList .btn {
    width: 100%;
  }
  .MTFS__block-linklist .MLinkList .btn .btn-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .MTFS__block-linklist .MLinkList .btn .btn-icon {
    position: absolute;
    right: 0;
  }
}
@media screen {
  .MTestimonialsHeader {
    background: #ffffff;
    color: #707172;
    display: block;
    height: 95px;
    margin: 0;
    padding: 20px 70px 25px 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .MTestimonialsHeader.MTH__edit-mode {
    position: relative;
  }
  .MTestimonialsHeader .MLogoMain {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .MTH__backlink-container {
    bottom: 32px;
    display: inline-block;
    position: absolute;
    right: 70px;
  }
  .MTH__backlink {
    cursor: pointer;
  }
  .MTH__backlink .icon {
    bottom: -1px;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .MTestimonialsHeader {
    padding: 25px 20px;
  }
  .MTestimonialsHeader .MLogoMain {
    margin: 3px 0 0;
  }
  .MTH__backlink-container {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .MTestimonialsHeader .MLogoMain {
    margin: 7px 0 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .MTestimonialsHeader {
    padding: 20px 10px;
  }
  .MTestimonialsHeader .MLogoMain {
    margin: 12px 0 0 !important;
  }
  .MTH__backlink-container {
    right: 10px;
  }
}
@media screen {
  .MTestimonialsReference.comp {
    margin-top: 20px;
  }
  .MTR__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
  }
  .MTR__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MTR__body-wrapper {
    display: table;
  }
  .MTR__body {
    display: table-row;
    width: 100%;
  }
  .MTR__block {
    display: table-cell;
  }
  .MTR__image-wrapper {
    padding: 0 2% 0 0;
    width: 51%;
  }
  .MTR__image-wrapper img {
    width: 100%;
  }
  .MTR__text-wrapper {
    background: #f0f0f0;
    padding: 15px;
    vertical-align: top;
    width: 49%;
  }
  .MTR__text-wrapper .hd {
    line-height: 21px;
  }
  .MTR__block-headline {
    color: #f08200;
    font-size: 21px;
    hyphens: auto;
    line-height: 25px;
    text-transform: uppercase;
  }
  .MTR__text {
    margin: 10px 0 0;
  }
  .MTR__link-wrapper {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .MTR__body-wrapper {
    display: block;
  }
  .MTR__body {
    display: block;
  }
  .MTR__block {
    display: block;
  }
  .MTR__image-wrapper {
    padding: 0;
    width: 100%;
  }
  .MTR__text-wrapper {
    width: 100%;
  }
}
@media screen {
  .MTestimonialsReferenceSlider {
    margin-bottom: 40px;
  }
  .MTestimonialsReferenceSlider .comp {
    margin: 0 !important;
  }
  .MTestimonialsReferenceSlider .bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .MTestimonialsReferenceSlider .bx-wrapper:hover .bx-prev,
  .MTestimonialsReferenceSlider .bx-wrapper:hover .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
  }
  .MTestimonialsReferenceSlider .bx-prev,
  .MTestimonialsReferenceSlider .bx-next {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    display: block;
    height: 100%;
    margin: 0;
    outline: 0 none;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 100;
  }
  .MTestimonialsReferenceSlider .bx-prev:hover,
  .MTestimonialsReferenceSlider .bx-next:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .MTestimonialsReferenceSlider .bx-prev .icon,
  .MTestimonialsReferenceSlider .bx-next .icon {
    color: #ffffff;
    display: block;
    font-size: 30px;
    position: relative;
    text-align: center;
    top: 41%;
    width: 50px;
  }
  .MTestimonialsReferenceSlider .bx-prev.disabled,
  .MTestimonialsReferenceSlider .bx-next.disabled {
    display: none;
  }
  .MTestimonialsReferenceSlider .bx-prev {
    left: 0;
  }
  .MTestimonialsReferenceSlider .bx-next {
    right: 0;
  }
  .MTestimonialsReferenceSlider .bx-pager {
    bottom: -20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
  }
  .MTestimonialsReferenceSlider .bx-pager-item {
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .MTestimonialsReferenceSlider .bx-pager-link {
    background: #dfdedd;
    display: block;
    height: 9px;
    margin: 0 8px;
    outline: 0;
    width: 9px;
  }
  .MTestimonialsReferenceSlider .bx-pager-link:hover,
  .MTestimonialsReferenceSlider .bx-pager-link:focus {
    background: #707172;
  }
  .MTestimonialsReferenceSlider .bx-pager-link:active,
  .MTestimonialsReferenceSlider .bx-pager-link.active {
    background: #f08200;
  }
  .MTRS__header {
    border-bottom: 1px solid #ababab;
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
  }
  .MTRS__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MTRS__headline {
    display: inline-block;
  }
  .MTRS__header-link-container {
    float: right;
    height: 25px;
    margin: 0 0 7px;
  }
  .MTRS__body {
    margin: 0 0 20px;
  }
}
@media screen {
  .MTwitter__header {
    border-bottom: 1px solid #ababab;
    margin: 0 0 15px;
    width: 100%;
  }
  .MTwitter__header:before,
  .MTwitter__header:after {
    content: " ";
    display: table;
  }
  .MTwitter__header:after {
    clear: both;
  }
  .MTwitter__header:before,
  .MTwitter__header:after {
    content: " ";
    display: table;
  }
  .MTwitter__header:after {
    clear: both;
  }
  .MTwitter__header .hd {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ababab;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 7px;
  }
  .MTwitter__body {
    margin: 15px 0 0 0;
  }
  .MTwitter__body:before,
  .MTwitter__body:after {
    content: " ";
    display: table;
  }
  .MTwitter__body:after {
    clear: both;
  }
  .MTwitter__body:before,
  .MTwitter__body:after {
    content: " ";
    display: table;
  }
  .MTwitter__body:after {
    clear: both;
  }
  .MTwitter__block {
    background: #e6ecf0;
    color: #000000;
    display: block;
    padding: 15px;
    position: relative;
  }
  .MTwitter__block p {
    font-size: 13px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
  }
  .MTwitter__username {
    color: #000000;
    display: block;
  }
  .MTwitter__screenname {
    color: #f08200;
    display: block;
  }
  .MTwitter__date {
    color: #000000;
    display: block;
  }
  .MTwitter__media .MTwitter__media-object {
    width: 30%;
  }
  .MTwitter__media-body .MTwitter__screenname:hover,
  .MTwitter__media-body .MTwitter__screenname:focus,
  .MTwitter__media-body .MTwitter__screenname:active {
    text-decoration: underline;
  }
  .MTwitter__text {
    margin: 10px 0 0 0;
    overflow: hidden;
  }
  .MTwitter__text a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    color: #f08200;
  }
  .MTwitter__text a:hover,
  .MTwitter__text a:focus,
  .MTwitter__text a:active {
    text-decoration: underline;
  }
  .MTwitter__retweet {
    color: #ababab;
  }
  .MTwitter__retweet .btn-icon {
    font-size: 25px;
    margin: 0 5px 0 0;
    position: relative;
    top: -4px;
  }
  .MTwitter__footer-block {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .MTwitter__follow-link {
    border: 0 none;
    background: #dfdedd;
    color: #707172;
    display: block;
    height: 30px;
    line-height: 30px;
  }
  .MTwitter__follow-link:hover,
  .MTwitter__follow-link:focus,
  .MTwitter__follow-link:active {
    background: #707172;
    color: #ffffff;
  }
  .MTwitter__follow-link .btn-icon,
  .MTwitter__follow-link .btn-value {
    display: inline-block;
  }
  .MTwitter__follow-link .btn-icon {
    float: left;
    font-size: 17px;
    line-height: 1;
    overflow: hidden;
    padding: 0 5px 0 20px;
    position: relative;
    top: 7px;
  }
  .MTwitter__follow-link .btn-value {
    font-size: 13px;
    line-height: 30px;
    padding: 0 20px 0 5px;
  }
  .MTwitter__follow-link--plain {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .MTwitter__media .MTwitter__media-object {
    width: 18%;
  }
}
@media screen and (max-width: 640px) {
  .MTwitter__block {
    margin: 0 0 20px;
    width: 100%;
  }
  .MTwitter__block:last-child {
    margin: 0;
  }
  .MTwitter__retweet {
    margin: 10px 0 0 0 !important;
    position: relative;
  }
}
@media screen and (min-width: 640px) {
  .MTwitter__text {
    padding: 0 0 40px 0;
  }
  .MTwitter__retweet {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .MTwitter__block {
    float: left;
    margin: 0 1% 2% 1%;
    width: 49%;
  }
  .MTwitter__block:first-child {
    margin: 0 1% 2% 0;
  }
  .MTwitter__block + .MTwitter__block {
    margin: 0 0 2% 1%;
  }
  .MTwitter__block:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .MTwitter__block {
    float: left;
    margin: 0 1%;
    width: 32%;
  }
  .MTwitter__block:first-child {
    margin: 0 1% 0 0;
  }
  .MTwitter__block:last-child {
    margin: 0 0 0 1%;
  }
}
@media print {
  .MTwitter {
    display: none;
  }
}
@media screen {
  .MWideContentTeaser {
    position: relative;
    width: 100%;
  }
  .MWideContentTeaser:before,
  .MWideContentTeaser:after {
    content: " ";
    display: table;
  }
  .MWideContentTeaser:after {
    clear: both;
  }
  .MWideContentTeaser:before,
  .MWideContentTeaser:after {
    content: " ";
    display: table;
  }
  .MWideContentTeaser:after {
    clear: both;
  }
  .MWCT__header {
    margin: 0 0 10px;
  }
  .MWCT__headline {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    font-size: 21px;
    line-height: 25px;
  }
  .MWCT__media .media__object {
    display: block;
    margin: 0;
  }
  .MWCT__image {
    display: block;
    height: auto;
    vertical-align: middle;
    width: 100%;
  }
  .MWCT__body-content:before,
  .MWCT__body-content:after {
    content: " ";
    display: table;
  }
  .MWCT__body-content:after {
    clear: both;
  }
  .MWCT__body-content:before,
  .MWCT__body-content:after {
    content: " ";
    display: table;
  }
  .MWCT__body-content:after {
    clear: both;
  }
  .MWCT__body-text {
    font-size: 15px;
  }
  .MWCT__body-footer {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 639px) {
  .MWCT__body-text {
    margin: 0 0 10px 0;
  }
  .MWCT__body-footer {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .MWCT__media .media__body {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 640px) {
  .MWCT__media .media__object {
    float: left;
    margin: 0 2% 0 0;
    vertical-align: top;
    width: 32%;
  }
  .MWCT__media .media__body {
    margin: 0;
  }
  .MWCT__body-text {
    float: left;
    width: 48.5%;
  }
  .MWCT__body-text + .MWCT__body-text {
    float: right;
  }
}
@media screen {
  .NoClientFunctionality {
    background-color: #f0f0f0;
    margin-top: 0;
    padding: 10px;
    position: relative;
  }
  .NoClientFunctionality p {
    color: #e6460f;
    margin: 0;
    padding: 0;
  }
  .NCF__modal .modal-header {
    background: #f08200;
    padding: 10px 20px;
    position: relative;
  }
  .NCF__modal .modal-header .btn {
    color: #ffffff;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 3px;
  }
  .NCF__modal .modal-header .btn:hover,
  .NCF__modal .modal-header .btn:focus,
  .NCF__modal .modal-header .btn:active {
    color: #ffffff;
  }
  .NCF__modal .modal-header .btn-icon {
    font-size: 20px;
  }
  .NCF__modal .modal-title {
    font-family: "Frutiger Next W01 Light", Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    padding: 0 25px 0 0;
    text-transform: uppercase;
  }
  .NCF__modal .modal-body {
    padding: 20px;
  }
}
@media print {
  .NoClientFunctionality,
  .NCF__modal {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .MLogoMain .logo-image {
    height: 32px;
    width: 129px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .MLogoMain .logo-image {
    height: 32px;
    width: 129px;
  }
}
@media screen and (min-width: 768px) {
  .MLogoMain .logo-image {
    height: 48px;
    width: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .MLogoMain .logo-image {
    height: 57px;
    width: 228px;
  }
}
@media print {
  .MLogoMain .logo-image {
    height: 57px;
    width: 228px;
  }
}

