@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
Usage:
fluid-type($min-vw, $max-vw, $min-value, $max-value, $cssProperty)
*/
.bg-dark-blue {
  background-color: #1e3b63; }

.bg-red {
  background-color: #a92429; }

.bg-green {
  background-color: #969237; }

.bg-dark-green {
  background-color: #1b6832; }

.bg-light-blue {
  background-color: #328ecd; }

.bg-grey {
  background-color: #707d85; }

.bg-orange {
  background-color: #ec8000; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&phonex=40em&medium=40em&sizeIpad=48em&largerThanXLandspace=50.8125em&large=64em&largeup=64.0625em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "corporate", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #515D6A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.0375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.0375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.frame-type-menu_pages .title,
.frame-type-menu_subpages .title,
h3,
.imageOverlays > * div .headline,
.frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.3;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2,
.frame-type-menu_pages .title,
.frame-type-menu_subpages .title, .h2,
h3,
.imageOverlays > * div .headline,
.frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "corporate", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small,
  .frame-type-menu_pages .title small,
  .frame-type-menu_subpages .title small, .h2 small,
  h3 small,
  .imageOverlays > * div .headline small,
  .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h2,
.frame-type-menu_pages .title,
.frame-type-menu_subpages .title, .h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h3,
.imageOverlays > * div .headline,
.frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  
  h2,
  .frame-type-menu_pages .title,
  .frame-type-menu_subpages .title, .h2 {
    font-size: 2.5rem; }
  
  h3,
  .imageOverlays > * div .headline,
  .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #003963;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #003155; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.3; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.3;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.3; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  .frame-type-menu_pages .title,
  .frame-type-menu_subpages .title,
  h3,
  .imageOverlays > * div .headline,
  .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a {
    orphans: 3;
    widows: 3; }
  
  h2,
  .frame-type-menu_pages .title,
  .frame-type-menu_subpages .title,
  h3,
  .imageOverlays > * div .headline,
  .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 64.06125em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 64.0625em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #003963; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #003963; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #004578; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #003963; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #003155; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #003963; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #003963 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #003963; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #003963 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #003963; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003963 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #003963 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #003963; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003963 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #003963 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #003963; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #003963 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #003963; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

/*********************************************************/
/*********************************************************/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../Fonts/FontAwesome/fa-solid-900.eot");
  src: url("../Fonts/FontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("../Fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("../Fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("../Fonts/FontAwesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/FontAwesome/fa-brands-400.eot");
  src: url("../Fonts/FontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../Fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("../Fonts/FontAwesome/fa-brands-400.woff") format("woff"), url("../Fonts/FontAwesome/fa-brands-400.ttf") format("truetype"), url("../Fonts/FontAwesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*********************************************************/
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

p, div, li {
  font-size: 1.125rem; }
  @media (max-width: 1470px) {
    p, div, li {
      font-size: calc(1.025rem + 0.1088435374vw) ; } }

h1,
h2,
.frame-type-menu_pages .title,
.frame-type-menu_subpages .title,
h3,
.imageOverlays > * div .headline,
.frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, h4 {
  width: 100%; }

h1 {
  font-style: normal;
  font-family: "corporate-bold", Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #003963; }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 56px;
      line-height: 60px; } }
  h1.big {
    font-family: "corporate-bold", Arial, sans-serif; }


h2,
.frame-type-menu_pages .title,
.frame-type-menu_subpages .title {
  font-family: "corporate-bold", Arial, sans-serif;
  color: #003963;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    
    h2,
    .frame-type-menu_pages .title,
    .frame-type-menu_subpages .title {
      font-size: 42px;
      line-height: 48px; } }

h2.big, .frame-type-menu_pages .big.title, .frame-type-menu_subpages .big.title {
  font-family: "corporate-bold", Arial, sans-serif; }


h3,
.imageOverlays > * div .headline,
.frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  color: #003963; }
  h3.big, .imageOverlays > * div .big.headline, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.big {
    font-family: "corporate-bold", Arial, sans-serif; }
  h3.bottomBorder, .imageOverlays > * div .bottomBorder.headline, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.bottomBorder {
    font-size: 1.6875rem;
    border-bottom: 1px #033662 solid;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media (max-width: 1470px) {
      h3.bottomBorder, .imageOverlays > * div .bottomBorder.headline, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.bottomBorder {
        font-size: calc(1.1375rem + 0.5986394558vw) ; } }
  h3.subheader, .imageOverlays > * div .subheader.headline, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.subheader {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #003963; }
    @media print, screen and (min-width: 64em) {
      h3.subheader, .imageOverlays > * div .subheader.headline, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.subheader {
        margin-bottom: 20px;
        margin-top: 20px; } }

h4 {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #003963; }
  h4.big {
    font-family: "corporate-bold", Arial, sans-serif; }

h5 {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #003963; }

p {
  margin-top: 0;
  line-height: 24px; }
  p:last-of-type {
    margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:not(:empty):focus-visible {
    outline: 2px solid #003963;
    outline-offset: 2px; }
  #pageMain a:not(:empty):not(:has(*)):not([class]) {
    text-decoration: underline; }
    #pageMain a:not(:empty):not(:has(*)):not([class])::before {
      content: "\2192";
      display: inline-block;
      margin-right: .25em;
      text-decoration: none; }
  a #pageMain .section-gray a, a #pageMain .specsteaser a {
    text-decoration: none; }

:focus-visible:not(:empty) {
  outline: 2px solid #003963;
  outline-offset: 2px; }

sub,
sup {
  top: -0.4em;
  position: inherit !important;
  vertical-align: revert !important; }

.stage-title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3; }
  @media (max-width: 1470px) {
    .stage-title {
      font-size: calc(1.4rem + 1.7414965986vw) ; } }

.stage-subtitle {
  line-height: 1.3;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 0; }
  @media (max-width: 1470px) {
    .stage-subtitle {
      font-size: calc(1.1rem + 0.4353741497vw) ; } }
  .stage-subtitle.bottomBorder {
    border-bottom: 1px #033662 solid;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 20px; }

.sectionheader h2, .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .sectionheader .title, .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .sectionheader .title {
  font-size: 2.25rem;
  line-height: 1.2; }
  @media (max-width: 1470px) {
    .sectionheader h2, .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .sectionheader .title, .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .sectionheader .title {
      font-size: calc(1.25rem + 1.0884353741vw) ; } }

.frame-type-menu_pages h2.headline-h2, .frame-type-menu_subpages h2.headline-h2, .frame-type-menu_pages h2.big, .frame-type-menu_subpages h2.big, .frame-type-menu_pages .big.title, .frame-type-menu_subpages .big.title, .frame-type-menu_pages .headline-h2.title, .frame-type-menu_subpages .headline-h2.title {
  margin-bottom: 20px; }

.articleheader {
  text-align: center;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media screen and (min-width: 64em) {
    .articleheader {
      width: calc(66.6666666667% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .articleheader h2, .articleheader .frame-type-menu_pages .title, .frame-type-menu_pages .articleheader .title, .articleheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .articleheader .title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media (max-width: 1470px) {
      .articleheader h2, .articleheader .frame-type-menu_pages .title, .frame-type-menu_pages .articleheader .title, .articleheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .articleheader .title {
        font-size: calc(1.4rem + 1.7414965986vw) ; } }
  .articleheader p {
    font-size: 1.375rem;
    margin-bottom: 1.875rem; }
    @media (max-width: 1470px) {
      .articleheader p {
        font-size: calc(1.075rem + 0.3265306122vw) ; } }

h4.sub {
  margin-top: -20px;
  font-weight: normal;
  font-size: 1.5rem; }
  @media (max-width: 1470px) {
    h4.sub {
      font-size: calc(1.1rem + 0.4353741497vw) ; } }

figcaption {
  padding: 2.1875rem 0 0 0;
  text-align: center;
  padding-top: 5px; }
  figcaption time {
    font-size: 0.875rem;
    text-align: center; }

figure {
  margin: 0;
  padding: 0; }

button, .button, .gradient-teaser a, .section-gray a, .specsteaser a,
.section-gray td a.internal-link,
.specsteaser td a.internal-link, .specsteaser a.button, .specsteaser .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .specsteaser input.powermail_submit, .specsteaser .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .specsteaser button.powermail_submit, .specsteaser .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .specsteaser .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "corporate", Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }

button,
a.button,
.gradient-teaser a,
.section-gray a,
.specsteaser a,
.section-gray td a.internal-link,
.specsteaser td a.internal-link,
.specsteaser a.button,
.tx-mtu-newsroom .list #newsroom-show-more a.button,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
.tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
.powermail_fieldwrap input.powermail_submit,
.powermail_fieldwrap button.powermail_submit,
.tx-bgmrss .button-wrap .buttonelement,
.maincontents a.button,
.maincontents .gradient-teaser a,
.gradient-teaser .maincontents a,
.maincontents .section-gray a,
.section-gray .maincontents a,
.maincontents .specsteaser a,
.specsteaser .maincontents a,
.maincontents .section-gray td a.internal-link,
.section-gray td .maincontents a.internal-link,
.maincontents .specsteaser td a.internal-link,
.specsteaser td .maincontents a.internal-link,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more a.button,
.tx-mtu-newsroom .list #newsroom-show-more .maincontents a.button,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.powermail_submit,
.maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.powermail_submit,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.powermail_submit,
.maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.powermail_submit,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
.tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .buttonelement,
.maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
.tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .buttonelement,
.maincontents .powermail_fieldwrap input.powermail_submit,
.powermail_fieldwrap .maincontents input.powermail_submit,
.maincontents .powermail_fieldwrap button.powermail_submit,
.powermail_fieldwrap .maincontents button.powermail_submit,
.maincontents .tx-bgmrss .button-wrap .buttonelement,
.tx-bgmrss .button-wrap .maincontents .buttonelement {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 10px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 96px;
  background: #003963;
  border: 2px solid #003963;
  position: relative;
  color: #fff;
  outline: none; }
  button:hover, button:focus,
  a.button:hover,
  .gradient-teaser a:hover,
  .section-gray a:hover,
  .specsteaser a:hover,
  .section-gray td a.internal-link:hover,
  .specsteaser td a.internal-link:hover,
  .tx-mtu-newsroom .list #newsroom-show-more a.button:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover,
  .powermail_fieldwrap input.powermail_submit:hover,
  .powermail_fieldwrap button.powermail_submit:hover,
  .tx-bgmrss .button-wrap .buttonelement:hover,
  a.button:focus,
  .gradient-teaser a:focus,
  .section-gray a:focus,
  .specsteaser a:focus,
  .section-gray td a.internal-link:focus,
  .specsteaser td a.internal-link:focus,
  .tx-mtu-newsroom .list #newsroom-show-more a.button:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:focus,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:focus,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:focus,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:focus,
  .powermail_fieldwrap input.powermail_submit:focus,
  .powermail_fieldwrap button.powermail_submit:focus,
  .tx-bgmrss .button-wrap .buttonelement:focus,
  .maincontents a.button:hover,
  .maincontents .gradient-teaser a:hover,
  .gradient-teaser .maincontents a:hover,
  .maincontents .section-gray a:hover,
  .section-gray .maincontents a:hover,
  .maincontents .specsteaser a:hover,
  .specsteaser .maincontents a:hover,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.button:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.button:hover,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.powermail_submit:hover,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.powermail_submit:hover,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.powermail_submit:hover,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.powermail_submit:hover,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .buttonelement:hover,
  .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .buttonelement:hover,
  .maincontents .powermail_fieldwrap input.powermail_submit:hover,
  .powermail_fieldwrap .maincontents input.powermail_submit:hover,
  .maincontents .powermail_fieldwrap button.powermail_submit:hover,
  .powermail_fieldwrap .maincontents button.powermail_submit:hover,
  .maincontents .tx-bgmrss .button-wrap .buttonelement:hover,
  .tx-bgmrss .button-wrap .maincontents .buttonelement:hover,
  .maincontents a.button:focus,
  .maincontents .gradient-teaser a:focus,
  .gradient-teaser .maincontents a:focus,
  .maincontents .section-gray a:focus,
  .section-gray .maincontents a:focus,
  .maincontents .specsteaser a:focus,
  .specsteaser .maincontents a:focus,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.button:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.button:focus,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.powermail_submit:focus,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:focus,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.powermail_submit:focus,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.powermail_submit:focus,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:focus,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.powermail_submit:focus,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .buttonelement:focus,
  .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:focus,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .buttonelement:focus,
  .maincontents .powermail_fieldwrap input.powermail_submit:focus,
  .powermail_fieldwrap .maincontents input.powermail_submit:focus,
  .maincontents .powermail_fieldwrap button.powermail_submit:focus,
  .powermail_fieldwrap .maincontents button.powermail_submit:focus,
  .maincontents .tx-bgmrss .button-wrap .buttonelement:focus,
  .tx-bgmrss .button-wrap .maincontents .buttonelement:focus {
    background: #7d9db1;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid #7d9db1; }
  button:active,
  a.button:active,
  .gradient-teaser a:active,
  .section-gray a:active,
  .specsteaser a:active,
  .section-gray td a.internal-link:active,
  .specsteaser td a.internal-link:active,
  .tx-mtu-newsroom .list #newsroom-show-more a.button:active,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:active,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:active,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:active,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:active,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:active,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:active,
  .powermail_fieldwrap input.powermail_submit:active,
  .powermail_fieldwrap button.powermail_submit:active,
  .tx-bgmrss .button-wrap .buttonelement:active,
  .maincontents a.button:active,
  .maincontents .gradient-teaser a:active,
  .gradient-teaser .maincontents a:active,
  .maincontents .section-gray a:active,
  .section-gray .maincontents a:active,
  .maincontents .specsteaser a:active,
  .specsteaser .maincontents a:active,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.button:active,
  .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.button:active,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:active,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.powermail_submit:active,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:active,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.powermail_submit:active,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:active,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.powermail_submit:active,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:active,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.powermail_submit:active,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:active,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .buttonelement:active,
  .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:active,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .buttonelement:active,
  .maincontents .powermail_fieldwrap input.powermail_submit:active,
  .powermail_fieldwrap .maincontents input.powermail_submit:active,
  .maincontents .powermail_fieldwrap button.powermail_submit:active,
  .powermail_fieldwrap .maincontents button.powermail_submit:active,
  .maincontents .tx-bgmrss .button-wrap .buttonelement:active,
  .tx-bgmrss .button-wrap .maincontents .buttonelement:active {
    background: #003963;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    outline: none;
    border: 2px solid #003963; }
  button.more_link:after,
  a.button.more_link:after,
  .gradient-teaser a.more_link:after,
  .section-gray a.more_link:after,
  .specsteaser a.more_link:after,
  .tx-mtu-newsroom .list #newsroom-show-more a.more_link.button:after,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.more_link.powermail_submit:after,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.more_link.powermail_submit:after,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.more_link.powermail_submit:after,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.more_link.powermail_submit:after,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .more_link.buttonelement:after,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .more_link.buttonelement:after,
  .powermail_fieldwrap input.more_link.powermail_submit:after,
  .powermail_fieldwrap button.more_link.powermail_submit:after,
  .tx-bgmrss .button-wrap .more_link.buttonelement:after,
  .maincontents a.button.more_link:after,
  .maincontents .gradient-teaser a.more_link:after,
  .gradient-teaser .maincontents a.more_link:after,
  .maincontents .section-gray a.more_link:after,
  .section-gray .maincontents a.more_link:after,
  .maincontents .specsteaser a.more_link:after,
  .specsteaser .maincontents a.more_link:after,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.more_link.button:after,
  .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.more_link.button:after,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.more_link.powermail_submit:after,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.more_link.powermail_submit:after,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.more_link.powermail_submit:after,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.more_link.powermail_submit:after,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.more_link.powermail_submit:after,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.more_link.powermail_submit:after,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.more_link.powermail_submit:after,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.more_link.powermail_submit:after,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .more_link.buttonelement:after,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .more_link.buttonelement:after,
  .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .more_link.buttonelement:after,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .more_link.buttonelement:after,
  .maincontents .powermail_fieldwrap input.more_link.powermail_submit:after,
  .powermail_fieldwrap .maincontents input.more_link.powermail_submit:after,
  .maincontents .powermail_fieldwrap button.more_link.powermail_submit:after,
  .powermail_fieldwrap .maincontents button.more_link.powermail_submit:after,
  .maincontents .tx-bgmrss .button-wrap .more_link.buttonelement:after,
  .tx-bgmrss .button-wrap .maincontents .more_link.buttonelement:after {
    content: '\f061';
    display: inline-block;
    padding: 0 0 0 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 80% center;
        -ms-transform-origin: 80% center;
            transform-origin: 80% center; }
  button.iconplus,
  a.button.iconplus,
  .gradient-teaser a.iconplus,
  .section-gray a.iconplus,
  .specsteaser a.iconplus,
  .section-gray td a.iconplus.internal-link,
  .specsteaser td a.iconplus.internal-link,
  .tx-mtu-newsroom .list #newsroom-show-more a.iconplus.button,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.iconplus.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.iconplus.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.iconplus.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.iconplus.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .iconplus.buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .iconplus.buttonelement,
  .powermail_fieldwrap input.iconplus.powermail_submit,
  .powermail_fieldwrap button.iconplus.powermail_submit,
  .tx-bgmrss .button-wrap .iconplus.buttonelement,
  .maincontents a.button.iconplus,
  .maincontents .gradient-teaser a.iconplus,
  .gradient-teaser .maincontents a.iconplus,
  .maincontents .section-gray a.iconplus,
  .section-gray .maincontents a.iconplus,
  .maincontents .specsteaser a.iconplus,
  .specsteaser .maincontents a.iconplus,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.iconplus.button,
  .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.iconplus.button,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.iconplus.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.iconplus.powermail_submit,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.iconplus.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.iconplus.powermail_submit,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.iconplus.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.iconplus.powermail_submit,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.iconplus.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.iconplus.powermail_submit,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .iconplus.buttonelement,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .iconplus.buttonelement,
  .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .iconplus.buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .iconplus.buttonelement,
  .maincontents .powermail_fieldwrap input.iconplus.powermail_submit,
  .powermail_fieldwrap .maincontents input.iconplus.powermail_submit,
  .maincontents .powermail_fieldwrap button.iconplus.powermail_submit,
  .powermail_fieldwrap .maincontents button.iconplus.powermail_submit,
  .maincontents .tx-bgmrss .button-wrap .iconplus.buttonelement,
  .tx-bgmrss .button-wrap .maincontents .iconplus.buttonelement {
    padding-right: 55px; }
    button.iconplus:after,
    a.button.iconplus:after,
    .gradient-teaser a.iconplus:after,
    .section-gray a.iconplus:after,
    .specsteaser a.iconplus:after,
    .tx-mtu-newsroom .list #newsroom-show-more a.iconplus.button:after,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.iconplus.powermail_submit:after,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.iconplus.powermail_submit:after,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.iconplus.powermail_submit:after,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.iconplus.powermail_submit:after,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .iconplus.buttonelement:after,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .iconplus.buttonelement:after,
    .powermail_fieldwrap input.iconplus.powermail_submit:after,
    .powermail_fieldwrap button.iconplus.powermail_submit:after,
    .tx-bgmrss .button-wrap .iconplus.buttonelement:after,
    .maincontents a.button.iconplus:after,
    .maincontents .gradient-teaser a.iconplus:after,
    .gradient-teaser .maincontents a.iconplus:after,
    .maincontents .section-gray a.iconplus:after,
    .section-gray .maincontents a.iconplus:after,
    .maincontents .specsteaser a.iconplus:after,
    .specsteaser .maincontents a.iconplus:after,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.iconplus.button:after,
    .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.iconplus.button:after,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.iconplus.powermail_submit:after,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.iconplus.powermail_submit:after,
    .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.iconplus.powermail_submit:after,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.iconplus.powermail_submit:after,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.iconplus.powermail_submit:after,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.iconplus.powermail_submit:after,
    .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.iconplus.powermail_submit:after,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.iconplus.powermail_submit:after,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .iconplus.buttonelement:after,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .iconplus.buttonelement:after,
    .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .iconplus.buttonelement:after,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .iconplus.buttonelement:after,
    .maincontents .powermail_fieldwrap input.iconplus.powermail_submit:after,
    .powermail_fieldwrap .maincontents input.iconplus.powermail_submit:after,
    .maincontents .powermail_fieldwrap button.iconplus.powermail_submit:after,
    .powermail_fieldwrap .maincontents button.iconplus.powermail_submit:after,
    .maincontents .tx-bgmrss .button-wrap .iconplus.buttonelement:after,
    .tx-bgmrss .button-wrap .maincontents .iconplus.buttonelement:after {
      content: '';
      display: inline-block;
      background-image: url("../Images/css-icons/plus.svg");
      background-size: 16px 16px;
      height: 16px;
      width: 16px;
      position: absolute;
      right: 29px;
      top: 13px; }
  button.secondary,
  a.button.secondary,
  .gradient-teaser a.secondary,
  .section-gray a.secondary,
  .specsteaser a.secondary,
  .section-gray td a.secondary.internal-link,
  .specsteaser td a.secondary.internal-link,
  .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement,
  .powermail_fieldwrap input.secondary.powermail_submit,
  .powermail_fieldwrap button.secondary.powermail_submit,
  .tx-bgmrss .button-wrap .secondary.buttonelement,
  .maincontents a.button.secondary,
  .maincontents .gradient-teaser a.secondary,
  .gradient-teaser .maincontents a.secondary,
  .maincontents .section-gray a.secondary,
  .section-gray .maincontents a.secondary,
  .maincontents .specsteaser a.secondary,
  .specsteaser .maincontents a.secondary,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button,
  .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.secondary.button,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.secondary.powermail_submit,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.secondary.powermail_submit,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.secondary.powermail_submit,
  .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.secondary.powermail_submit,
  .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .secondary.buttonelement,
  .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .secondary.buttonelement,
  .maincontents .powermail_fieldwrap input.secondary.powermail_submit,
  .powermail_fieldwrap .maincontents input.secondary.powermail_submit,
  .maincontents .powermail_fieldwrap button.secondary.powermail_submit,
  .powermail_fieldwrap .maincontents button.secondary.powermail_submit,
  .maincontents .tx-bgmrss .button-wrap .secondary.buttonelement,
  .tx-bgmrss .button-wrap .maincontents .secondary.buttonelement {
    background: #fff;
    color: #003963 !important;
    border: 2px solid #003963; }
    button.secondary:hover,
    a.button.secondary:hover,
    .gradient-teaser a.secondary:hover,
    .section-gray a.secondary:hover,
    .specsteaser a.secondary:hover,
    .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover,
    .powermail_fieldwrap input.secondary.powermail_submit:hover,
    .powermail_fieldwrap button.secondary.powermail_submit:hover,
    .tx-bgmrss .button-wrap .secondary.buttonelement:hover,
    .maincontents a.button.secondary:hover,
    .maincontents .gradient-teaser a.secondary:hover,
    .gradient-teaser .maincontents a.secondary:hover,
    .maincontents .section-gray a.secondary:hover,
    .section-gray .maincontents a.secondary:hover,
    .maincontents .specsteaser a.secondary:hover,
    .specsteaser .maincontents a.secondary:hover,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.secondary.button:hover,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.secondary.powermail_submit:hover,
    .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.secondary.powermail_submit:hover,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.secondary.powermail_submit:hover,
    .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.secondary.powermail_submit:hover,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .secondary.buttonelement:hover,
    .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .secondary.buttonelement:hover,
    .maincontents .powermail_fieldwrap input.secondary.powermail_submit:hover,
    .powermail_fieldwrap .maincontents input.secondary.powermail_submit:hover,
    .maincontents .powermail_fieldwrap button.secondary.powermail_submit:hover,
    .powermail_fieldwrap .maincontents button.secondary.powermail_submit:hover,
    .maincontents .tx-bgmrss .button-wrap .secondary.buttonelement:hover,
    .tx-bgmrss .button-wrap .maincontents .secondary.buttonelement:hover {
      background: #7d9db1;
      border: 2px solid #7d9db1;
      color: #fff !important; }
    button.secondary-iconplus,
    a.button.secondary-iconplus,
    .gradient-teaser a.secondary-iconplus,
    .section-gray a.secondary-iconplus,
    .specsteaser a.secondary-iconplus,
    .section-gray td a.secondary-iconplus.internal-link,
    .specsteaser td a.secondary-iconplus.internal-link,
    .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement,
    .powermail_fieldwrap input.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap button.secondary-iconplus.powermail_submit,
    .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement,
    .maincontents a.button.secondary-iconplus,
    .maincontents .gradient-teaser a.secondary-iconplus,
    .gradient-teaser .maincontents a.secondary-iconplus,
    .maincontents .section-gray a.secondary-iconplus,
    .section-gray .maincontents a.secondary-iconplus,
    .maincontents .specsteaser a.secondary-iconplus,
    .specsteaser .maincontents a.secondary-iconplus,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button,
    .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.secondary-iconplus.button,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit,
    .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.secondary-iconplus.powermail_submit,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit,
    .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.secondary-iconplus.powermail_submit,
    .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement,
    .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .secondary-iconplus.buttonelement,
    .maincontents .powermail_fieldwrap input.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit,
    .maincontents .powermail_fieldwrap button.secondary-iconplus.powermail_submit,
    .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit,
    .maincontents .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement,
    .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement {
      padding-right: 55px;
      background: #fff;
      color: #003963; }
      button.secondary-iconplus:after,
      a.button.secondary-iconplus:after,
      .gradient-teaser a.secondary-iconplus:after,
      .section-gray a.secondary-iconplus:after,
      .specsteaser a.secondary-iconplus:after,
      .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:after,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:after,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:after,
      .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after,
      .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:after,
      .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after,
      .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after,
      .maincontents a.button.secondary-iconplus:after,
      .maincontents .gradient-teaser a.secondary-iconplus:after,
      .gradient-teaser .maincontents a.secondary-iconplus:after,
      .maincontents .section-gray a.secondary-iconplus:after,
      .section-gray .maincontents a.secondary-iconplus:after,
      .maincontents .specsteaser a.secondary-iconplus:after,
      .specsteaser .maincontents a.secondary-iconplus:after,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:after,
      .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.secondary-iconplus.button:after,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit:after,
      .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.secondary-iconplus.powermail_submit:after,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit:after,
      .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.secondary-iconplus.powermail_submit:after,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after,
      .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement:after,
      .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:after,
      .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .secondary-iconplus.buttonelement:after,
      .maincontents .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit:after,
      .maincontents .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after,
      .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit:after,
      .maincontents .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after,
      .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement:after {
        content: '';
        display: inline-block;
        background-image: url("../Images/css-icons/plus-blue.svg");
        background-size: 16px 16px;
        height: 16px;
        width: 16px;
        position: absolute;
        right: 29px;
        top: 13px; }
      button.secondary-iconplus:hover,
      a.button.secondary-iconplus:hover,
      .gradient-teaser a.secondary-iconplus:hover,
      .section-gray a.secondary-iconplus:hover,
      .specsteaser a.secondary-iconplus:hover,
      .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover,
      .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover,
      .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover,
      .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover,
      .maincontents a.button.secondary-iconplus:hover,
      .maincontents .gradient-teaser a.secondary-iconplus:hover,
      .gradient-teaser .maincontents a.secondary-iconplus:hover,
      .maincontents .section-gray a.secondary-iconplus:hover,
      .section-gray .maincontents a.secondary-iconplus:hover,
      .maincontents .specsteaser a.secondary-iconplus:hover,
      .specsteaser .maincontents a.secondary-iconplus:hover,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.secondary-iconplus.button:hover,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit:hover,
      .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.secondary-iconplus.powermail_submit:hover,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit:hover,
      .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.secondary-iconplus.powermail_submit:hover,
      .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover,
      .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement:hover,
      .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover,
      .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .secondary-iconplus.buttonelement:hover,
      .maincontents .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit:hover,
      .maincontents .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover,
      .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit:hover,
      .maincontents .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover,
      .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement:hover {
        background: #7d9db1;
        border: 2px solid #7d9db1;
        color: #fff; }
        button.secondary-iconplus:hover:after,
        a.button.secondary-iconplus:hover:after,
        .gradient-teaser a.secondary-iconplus:hover:after,
        .section-gray a.secondary-iconplus:hover:after,
        .specsteaser a.secondary-iconplus:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after,
        .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after,
        .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after,
        .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after,
        .maincontents a.button.secondary-iconplus:hover:after,
        .maincontents .gradient-teaser a.secondary-iconplus:hover:after,
        .gradient-teaser .maincontents a.secondary-iconplus:hover:after,
        .maincontents .section-gray a.secondary-iconplus:hover:after,
        .section-gray .maincontents a.secondary-iconplus:hover:after,
        .maincontents .specsteaser a.secondary-iconplus:hover:after,
        .specsteaser .maincontents a.secondary-iconplus:hover:after,
        .maincontents .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .maincontents a.secondary-iconplus.button:hover:after,
        .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit:hover:after,
        .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.secondary-iconplus.powermail_submit:hover:after,
        .maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit:hover:after,
        .maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.secondary-iconplus.powermail_submit:hover:after,
        .maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after,
        .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement:hover:after,
        .maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after,
        .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .secondary-iconplus.buttonelement:hover:after,
        .maincontents .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap .maincontents input.secondary-iconplus.powermail_submit:hover:after,
        .maincontents .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after,
        .powermail_fieldwrap .maincontents button.secondary-iconplus.powermail_submit:hover:after,
        .maincontents .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after,
        .tx-bgmrss .button-wrap .maincontents .secondary-iconplus.buttonelement:hover:after {
          background-image: url("../Images/css-icons/plus.svg"); }

a.text-teaser {
  display: block;
  width: 100%;
  font-size: 1.875rem;
  border-bottom: 1px solid #515D6A;
  position: relative;
  padding: 15px 50px 15px 0;
  color: #515D6A; }
  @media (max-width: 1470px) {
    a.text-teaser {
      font-size: calc(1.175rem + 0.7619047619vw) ; } }
  a.text-teaser.small {
    max-width: 29.375rem; }
  a.text-teaser:hover {
    opacity: 0.85; }
    a.text-teaser:hover:after {
      right: 0; }
  a.text-teaser:after {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    right: 10px;
    position: absolute;
    background-image: url(../Images/right.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    bottom: 24px; }

.maincontents a {
  color: #003963; }
  .maincontents a:hover {
    color: #000; }

a.internal-link,
a.internal-link-new-window,
a.external-link-new-window,
a.external-link {
  color: #003963; }
  a.internal-link:hover,
  a.internal-link-new-window:hover,
  a.external-link-new-window:hover,
  a.external-link:hover {
    color: #7d9db1; }
  a.internal-link:before,
  a.internal-link-new-window:before,
  a.external-link-new-window:before,
  a.external-link:before {
    content: "\e606";
    display: inline-block;
    font-family: 'iconfont';
    color: #318ecb;
    font-size: 9px;
    height: 10px;
    padding-top: 3px;
    width: 15px; }

a.download,
p a.download {
  text-decoration: none;
  padding-right: 0;
  color: #003963;
  position: relative;
  padding-left: 32px;
  display: inline-block;
  background-image: none;
  overflow: hidden; }
  a.download:hover,
  p a.download:hover {
    opacity: 0.7; }
  a.download:after,
  p a.download:after {
    display: block;
    content: '';
    left: 1px;
    position: absolute;
    background-image: url(../Images/icon-download.svg);
    background-size: 20px 92px;
    width: 115px;
    height: 100px;
    bottom: -39px;
    background-repeat: no-repeat; }
  a.download:hover,
  p a.download:hover {
    color: #7d9db1; }

a.iconlink, a.iconlink-bold, #mainnav .subheader-teaser a.internal-link, .navigations .footernav-main .subheader-teaser a.internal-link,
#mainnav .subheader-teaser a.external-link,
.navigations .footernav-main .subheader-teaser a.external-link, a.contentlink {
  color: #003963;
  padding-right: 26px;
  font-size: 18px;
  line-height: 24px;
  position: relative; }
  a.iconlink:hover, a.iconlink-bold:hover, #mainnav .subheader-teaser a.internal-link:hover, .navigations .footernav-main .subheader-teaser a.internal-link:hover,
  #mainnav .subheader-teaser a.external-link:hover,
  .navigations .footernav-main .subheader-teaser a.external-link:hover, a.contentlink:hover {
    color: #7d9db1; }
    a.iconlink:hover:after, a.iconlink-bold:hover:after, #mainnav .subheader-teaser a.internal-link:hover:after, .navigations .footernav-main .subheader-teaser a.internal-link:hover:after,
    #mainnav .subheader-teaser a.external-link:hover:after,
    .navigations .footernav-main .subheader-teaser a.external-link:hover:after, a.contentlink:hover:after {
      background-image: url(../Images/css-icons/arrowrightlight-hover.svg); }
    a.iconlink:hover svg, a.iconlink-bold:hover svg, #mainnav .subheader-teaser a.internal-link:hover svg, .navigations .footernav-main .subheader-teaser a.internal-link:hover svg, #mainnav .subheader-teaser a.external-link:hover svg, .navigations .footernav-main .subheader-teaser a.external-link:hover svg, a.contentlink:hover svg {
      color: #7d9db1; }
  a.iconlink svg, a.iconlink-bold svg, #mainnav .subheader-teaser a.internal-link svg, .navigations .footernav-main .subheader-teaser a.internal-link svg, #mainnav .subheader-teaser a.external-link svg, .navigations .footernav-main .subheader-teaser a.external-link svg, a.contentlink svg {
    color: #003963;
    margin-left: 4px; }
  a.iconlink:after, a.iconlink-bold:after, #mainnav .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser a.internal-link:after,
  #mainnav .subheader-teaser a.external-link:after,
  .navigations .footernav-main .subheader-teaser a.external-link:after, a.contentlink:after {
    content: '';
    display: inline-block;
    background-image: url(../Images/css-icons/arrowrightlight.svg);
    background-size: 15px 9px;
    height: 9px;
    width: 15px;
    position: absolute;
    right: 4px;
    top: 6px; }

a.iconlink.storylink, a.storylink.iconlink-bold, #mainnav .subheader-teaser a.storylink.internal-link, .navigations .footernav-main .subheader-teaser a.storylink.internal-link,
#mainnav .subheader-teaser a.storylink.external-link,
.navigations .footernav-main .subheader-teaser a.storylink.external-link, a.storylink.contentlink {
  padding-left: 65px;
  height: 65px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  a.iconlink.storylink:before, a.storylink.iconlink-bold:before, #mainnav .subheader-teaser a.storylink.internal-link:before, .navigations .footernav-main .subheader-teaser a.storylink.internal-link:before,
  #mainnav .subheader-teaser a.storylink.external-link:before,
  .navigations .footernav-main .subheader-teaser a.storylink.external-link:before, a.storylink.contentlink:before {
    content: '';
    display: inline-block;
    background-image: url(../Images/css-icons/storytelling.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 55px;
    width: 55px;
    position: absolute;
    left: 0;
    top: auto; }
  a.iconlink.storylink:after, a.storylink.iconlink-bold:after, #mainnav .subheader-teaser a.storylink.internal-link:after, .navigations .footernav-main .subheader-teaser a.storylink.internal-link:after,
  #mainnav .subheader-teaser a.storylink.external-link:after,
  .navigations .footernav-main .subheader-teaser a.storylink.external-link:after, a.storylink.contentlink:after {
    top: auto; }

.bgColor-darkblue a.iconlink.storylink:before, .bgColor-darkblue a.storylink.iconlink-bold:before, .bgColor-darkblue #mainnav .subheader-teaser a.storylink.internal-link:before, #mainnav .subheader-teaser .bgColor-darkblue a.storylink.internal-link:before, .bgColor-darkblue .navigations .footernav-main .subheader-teaser a.storylink.internal-link:before, .navigations .footernav-main .subheader-teaser .bgColor-darkblue a.storylink.internal-link:before,
.bgColor-darkblue #mainnav .subheader-teaser a.storylink.external-link:before, #mainnav .subheader-teaser .bgColor-darkblue a.storylink.external-link:before,
.bgColor-darkblue .navigations .footernav-main .subheader-teaser a.storylink.external-link:before, .navigations .footernav-main .subheader-teaser .bgColor-darkblue a.storylink.external-link:before, .bgColor-darkblue a.storylink.contentlink:before {
  background-image: url(../Images/css-icons/storytelling-white.svg); }

a.iconlink-bold, #mainnav .subheader-teaser a.internal-link, .navigations .footernav-main .subheader-teaser a.internal-link,
#mainnav .subheader-teaser a.external-link,
.navigations .footernav-main .subheader-teaser a.external-link {
  font-family: "corporate-bold", Arial, sans-serif; }
  a.iconlink-bold:after, #mainnav .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser a.internal-link:after,
  #mainnav .subheader-teaser a.external-link:after,
  .navigations .footernav-main .subheader-teaser a.external-link:after {
    background-image: url(../Images/css-icons/arrowright.svg); }
  a.iconlink-bold:hover:after, #mainnav .subheader-teaser a.internal-link:hover:after, .navigations .footernav-main .subheader-teaser a.internal-link:hover:after,
  #mainnav .subheader-teaser a.external-link:hover:after,
  .navigations .footernav-main .subheader-teaser a.external-link:hover:after {
    background-image: url(../Images/css-icons/arrowright-hover.svg); }

a.contentlink {
  display: inline-block;
  line-height: 24px;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 1px #003963 solid; }
  a.contentlink:after {
    top: auto;
    bottom: 12px;
    right: 0; }
  a.contentlink:hover {
    border-left: 1px #7d9db1 solid; }

ul.square,
ul.contentList,
ul.li_border-bottom,
table ul {
  margin-left: 0;
  margin-bottom: 1.25rem;
  list-style-type: none; }
  ul.square li,
  ul.contentList li,
  ul.li_border-bottom li,
  table ul li {
    padding: 3px 0 3px 17px;
    margin-left: 1px;
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    background-image: url(../Images/square.png);
    background-repeat: no-repeat;
    background-position: 0 11px; }

ul.square li, ul.contentList li,
ul.li_border-bottom li {
  font-size: 1.125rem;
  background-position: 0 14px; }

ul {
  padding-left: 20px;
  margin-top: 0; }
  ul:last-child {
    margin-bottom: 0; }

dl dt {
  text-transform: uppercase;
  float: left;
  clear: left;
  min-width: 60%; }

dl dd {
  text-transform: uppercase;
  padding-left: 20px; }

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

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

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

span.color-blue,
.color-blue {
  color: #003963; }

.caption h3, .caption .imageOverlays > * div .headline, .imageOverlays > * div .caption .headline, .caption .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .caption a {
  text-transform: uppercase;
  font-size: 1.375rem;
  margin-bottom: 0;
  margin-top: 20px; }
  @media (max-width: 1470px) {
    .caption h3, .caption .imageOverlays > * div .headline, .imageOverlays > * div .caption .headline, .caption .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .caption a {
      font-size: calc(1.075rem + 0.3265306122vw) ; } }

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-top-0 {
  padding-top: 0 !important; }

@media only screen and (max-width: 768px) {
  .news .article .section-gray h2, .news .article .specsteaser h2, .news .article .section-gray .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .section-gray .title, .news .article .specsteaser .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .specsteaser .title, .news .article .section-gray .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .section-gray .title, .news .article .specsteaser .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .specsteaser .title,
  .news .article .sectionheader h2,
  .news .article .sectionheader .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article .sectionheader .title,
  .news .article .sectionheader .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article .sectionheader .title,
  .news .article-archive .section-gray h2,
  .news .article-archive .specsteaser h2,
  .news .article-archive .section-gray .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .section-gray .title,
  .news .article-archive .specsteaser .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .specsteaser .title,
  .news .article-archive .section-gray .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .section-gray .title,
  .news .article-archive .specsteaser .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .specsteaser .title,
  .news .article-archive .sectionheader h2,
  .news .article-archive .sectionheader .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .sectionheader .title,
  .news .article-archive .sectionheader .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .sectionheader .title {
    font-size: calc(1.1rem + 0.4353741497vw); } }

.outer-lightGreyBG h1, .outer-lightGreyBG h2, .outer-lightGreyBG .frame-type-menu_pages .title, .frame-type-menu_pages .outer-lightGreyBG .title, .outer-lightGreyBG .frame-type-menu_subpages .title, .frame-type-menu_subpages .outer-lightGreyBG .title, .outer-lightGreyBG h3, .outer-lightGreyBG .imageOverlays > * div .headline, .imageOverlays > * div .outer-lightGreyBG .headline, .outer-lightGreyBG .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .outer-lightGreyBG a, .outer-lightGreyBG h4 {
  color: #fff; }

.outer-lightGreyBG a.button, .outer-lightGreyBG .gradient-teaser a, .gradient-teaser .outer-lightGreyBG a, .outer-lightGreyBG .section-gray a, .section-gray .outer-lightGreyBG a, .outer-lightGreyBG .specsteaser a, .specsteaser .outer-lightGreyBG a,
.outer-lightGreyBG .section-gray td a.internal-link, .section-gray td .outer-lightGreyBG a.internal-link,
.outer-lightGreyBG .specsteaser td a.internal-link, .specsteaser td .outer-lightGreyBG a.internal-link, .outer-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .outer-lightGreyBG a.button, .outer-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .outer-lightGreyBG input.powermail_submit, .outer-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .outer-lightGreyBG input.powermail_submit, .outer-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .outer-lightGreyBG button.powermail_submit, .outer-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .outer-lightGreyBG button.powermail_submit, .outer-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .outer-lightGreyBG .buttonelement, .outer-lightGreyBG .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .outer-lightGreyBG .buttonelement, .outer-lightGreyBG .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .outer-lightGreyBG input.powermail_submit, .outer-lightGreyBG .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .outer-lightGreyBG button.powermail_submit, .outer-lightGreyBG .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .outer-lightGreyBG .buttonelement {
  border-color: #fff; }

/* icons for header*/
#pageMain header {
  position: relative; }
  #pageMain header svg.icon {
    height: auto;
    position: absolute;
    top: -2px;
    max-height: 44px;
    display: none;
    right: -130px;
    right: clamp(-130px, -150px + 6.25vw, -75px); }
    @media print, screen and (min-width: 40em) {
      #pageMain header svg.icon {
        max-height: 54px;
        display: block; } }
    @media print, screen and (min-width: 64em) {
      #pageMain header svg.icon {
        top: -45px;
        max-height: 90px; } }
  #pageMain header h2.bottomBorder, #pageMain header .frame-type-menu_pages .bottomBorder.title, .frame-type-menu_pages #pageMain header .bottomBorder.title, #pageMain header .frame-type-menu_subpages .bottomBorder.title, .frame-type-menu_subpages #pageMain header .bottomBorder.title {
    border-bottom: 1px #003963 solid; }
  @media print, screen and (min-width: 64em) {
    #pageMain header h3 svg.icon, #pageMain header .imageOverlays > * div .headline svg.icon, .imageOverlays > * div #pageMain header .headline svg.icon, #pageMain header .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.icon, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date #pageMain header a svg.icon {
      top: -42px;
      max-height: 66px; } }

#pageMain header.hasBottomHeader h2.bottomBorder, #pageMain header.hasBottomHeader .frame-type-menu_pages .bottomBorder.title, .frame-type-menu_pages #pageMain header.hasBottomHeader .bottomBorder.title, #pageMain header.hasBottomHeader .frame-type-menu_subpages .bottomBorder.title, .frame-type-menu_subpages #pageMain header.hasBottomHeader .bottomBorder.title {
  padding-bottom: 30px; }

#pageMain header.hasBottomHeader svg.icon {
  top: 0; }
  @media print, screen and (min-width: 64em) {
    #pageMain header.hasBottomHeader svg.icon {
      top: -30px; } }

/* icons for header*/
.bgColor-darkblue h1, .bgColor-darkblue h2, .bgColor-darkblue .frame-type-menu_pages .title, .frame-type-menu_pages .bgColor-darkblue .title, .bgColor-darkblue .frame-type-menu_subpages .title, .frame-type-menu_subpages .bgColor-darkblue .title, .bgColor-darkblue h3, .bgColor-darkblue .imageOverlays > * div .headline, .imageOverlays > * div .bgColor-darkblue .headline, .bgColor-darkblue .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .bgColor-darkblue a, .bgColor-darkblue h4, .bgColor-darkblue h5 {
  color: #fff; }
  .bgColor-darkblue h1.bottomBorder, .bgColor-darkblue h2.bottomBorder, .bgColor-darkblue .frame-type-menu_pages .bottomBorder.title, .frame-type-menu_pages .bgColor-darkblue .bottomBorder.title, .bgColor-darkblue .frame-type-menu_subpages .bottomBorder.title, .frame-type-menu_subpages .bgColor-darkblue .bottomBorder.title, .bgColor-darkblue h3.bottomBorder, .bgColor-darkblue .imageOverlays > * div .bottomBorder.headline, .imageOverlays > * div .bgColor-darkblue .bottomBorder.headline, .bgColor-darkblue .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.bottomBorder, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .bgColor-darkblue a.bottomBorder, .bgColor-darkblue h4.bottomBorder, .bgColor-darkblue h5.bottomBorder {
    border-color: #fff !important; }

.bgColor-darkblue a.download:after {
  background-image: url(../Images/icon-download-white.svg); }

section.section-container.bgColor-darkblue .frame-layout-0 a.button.secondary, section.section-container.bgColor-darkblue .frame-layout-0 .gradient-teaser a.secondary, .gradient-teaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary, section.section-container.bgColor-darkblue .frame-layout-0 .section-gray a.secondary, .section-gray section.section-container.bgColor-darkblue .frame-layout-0 a.secondary, section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser a.secondary, .specsteaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button, .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 a.secondary.button, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 input.secondary.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 button.secondary.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary.buttonelement, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 .secondary.buttonelement, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap input.secondary.powermail_submit, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap button.secondary.powermail_submit, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary.buttonelement {
  background: #fff;
  color: #003963 !important;
  border: 2px solid #fff; }
  section.section-container.bgColor-darkblue .frame-layout-0 a.button.secondary:hover, section.section-container.bgColor-darkblue .frame-layout-0 .gradient-teaser a.secondary:hover, .gradient-teaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary:hover, section.section-container.bgColor-darkblue .frame-layout-0 .section-gray a.secondary:hover, .section-gray section.section-container.bgColor-darkblue .frame-layout-0 a.secondary:hover, section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser a.secondary:hover, .specsteaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover, .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 a.secondary.button:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 input.secondary.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 button.secondary.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary.buttonelement:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 .secondary.buttonelement:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap input.secondary.powermail_submit:hover, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap button.secondary.powermail_submit:hover, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary.buttonelement:hover {
    background: #7d9db1;
    border: 2px solid #7d9db1;
    color: #fff !important; }

section.section-container.bgColor-darkblue .frame-layout-0 a.button.button.secondary-iconplus, section.section-container.bgColor-darkblue .frame-layout-0 .gradient-teaser a.secondary-iconplus, .gradient-teaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus, section.section-container.bgColor-darkblue .frame-layout-0 .section-gray a.secondary-iconplus, .section-gray section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus, section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser a.secondary-iconplus, .specsteaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus,
section.section-container.bgColor-darkblue .frame-layout-0 .section-gray td a.secondary-iconplus.internal-link, .section-gray td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link,
section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser td a.secondary-iconplus.internal-link, .specsteaser td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button, .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.button, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement {
  background: #fff;
  color: #003963 !important;
  border: 2px solid #fff; }
  section.section-container.bgColor-darkblue .frame-layout-0 a.button.button.secondary-iconplus:hover, section.section-container.bgColor-darkblue .frame-layout-0 .gradient-teaser a.secondary-iconplus:hover, .gradient-teaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:hover, section.section-container.bgColor-darkblue .frame-layout-0 .section-gray a.secondary-iconplus:hover, .section-gray section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:hover, section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser a.secondary-iconplus:hover, .specsteaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:hover,
  section.section-container.bgColor-darkblue .frame-layout-0 .section-gray td a.secondary-iconplus.internal-link:hover, .section-gray td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link:hover,
  section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser td a.secondary-iconplus.internal-link:hover, .specsteaser td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover, .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.button:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:hover, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:hover {
    background: #7d9db1;
    border: 2px solid #7d9db1;
    color: #fff !important; }
    section.section-container.bgColor-darkblue .frame-layout-0 a.button.button.secondary-iconplus:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .gradient-teaser a.secondary-iconplus:hover:after, .gradient-teaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .section-gray a.secondary-iconplus:hover:after, .section-gray section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser a.secondary-iconplus:hover:after, .specsteaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:hover:after,
    section.section-container.bgColor-darkblue .frame-layout-0 .section-gray td a.secondary-iconplus.internal-link:hover:after, .section-gray td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link:hover:after,
    section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser td a.secondary-iconplus.internal-link:hover:after, .specsteaser td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after, .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.button:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:hover:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:hover:after {
      background-image: url("../Images/css-icons/plus.svg"); }
  section.section-container.bgColor-darkblue .frame-layout-0 a.button.button.secondary-iconplus:after, section.section-container.bgColor-darkblue .frame-layout-0 .gradient-teaser a.secondary-iconplus:after, .gradient-teaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:after, section.section-container.bgColor-darkblue .frame-layout-0 .section-gray a.secondary-iconplus:after, .section-gray section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:after, section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser a.secondary-iconplus:after, .specsteaser section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus:after,
  section.section-container.bgColor-darkblue .frame-layout-0 .section-gray td a.secondary-iconplus.internal-link:after, .section-gray td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link:after,
  section.section-container.bgColor-darkblue .frame-layout-0 .specsteaser td a.secondary-iconplus.internal-link:after, .specsteaser td section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.internal-link:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:after, .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 a.secondary-iconplus.button:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 input.secondary-iconplus.powermail_submit:after, section.section-container.bgColor-darkblue .frame-layout-0 .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap section.section-container.bgColor-darkblue .frame-layout-0 button.secondary-iconplus.powermail_submit:after, section.section-container.bgColor-darkblue .frame-layout-0 .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after, .tx-bgmrss .button-wrap section.section-container.bgColor-darkblue .frame-layout-0 .secondary-iconplus.buttonelement:after {
    background-image: url("../Images/css-icons/plus-blue.svg"); }

.bgColor-transparent .button.secondary-iconplus, .bgColor-transparent .gradient-teaser a.secondary-iconplus, .gradient-teaser .bgColor-transparent a.secondary-iconplus, .bgColor-transparent .section-gray a.secondary-iconplus, .section-gray .bgColor-transparent a.secondary-iconplus, .bgColor-transparent .specsteaser a.secondary-iconplus, .specsteaser .bgColor-transparent a.secondary-iconplus, .bgColor-transparent .specsteaser .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .specsteaser .powermail_fieldwrap .bgColor-transparent input.secondary-iconplus.powermail_submit, .bgColor-transparent .powermail_fieldwrap .specsteaser input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .specsteaser .bgColor-transparent input.secondary-iconplus.powermail_submit, .bgColor-transparent .specsteaser .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .specsteaser .powermail_fieldwrap .bgColor-transparent button.secondary-iconplus.powermail_submit, .bgColor-transparent .powermail_fieldwrap .specsteaser button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .specsteaser .bgColor-transparent button.secondary-iconplus.powermail_submit, .bgColor-transparent .specsteaser .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .specsteaser .tx-bgmrss .button-wrap .bgColor-transparent .secondary-iconplus.buttonelement, .bgColor-transparent .tx-bgmrss .button-wrap .specsteaser .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .specsteaser .bgColor-transparent .secondary-iconplus.buttonelement, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button, .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent a.secondary-iconplus.button, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-transparent input.secondary-iconplus.powermail_submit, .bgColor-transparent .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent input.secondary-iconplus.powermail_submit, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-transparent button.secondary-iconplus.powermail_submit, .bgColor-transparent .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent button.secondary-iconplus.powermail_submit, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-transparent .secondary-iconplus.buttonelement, .bgColor-transparent .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent .secondary-iconplus.buttonelement,
.bgColor-grey .button.secondary-iconplus,
.bgColor-grey .gradient-teaser a.secondary-iconplus,
.gradient-teaser .bgColor-grey a.secondary-iconplus,
.bgColor-grey .section-gray a.secondary-iconplus,
.section-gray .bgColor-grey a.secondary-iconplus,
.bgColor-grey .specsteaser a.secondary-iconplus,
.specsteaser .bgColor-grey a.secondary-iconplus,
.bgColor-grey .specsteaser .powermail_fieldwrap input.secondary-iconplus.powermail_submit,
.specsteaser .powermail_fieldwrap .bgColor-grey input.secondary-iconplus.powermail_submit,
.bgColor-grey .powermail_fieldwrap .specsteaser input.secondary-iconplus.powermail_submit,
.powermail_fieldwrap .specsteaser .bgColor-grey input.secondary-iconplus.powermail_submit,
.bgColor-grey .specsteaser .powermail_fieldwrap button.secondary-iconplus.powermail_submit,
.specsteaser .powermail_fieldwrap .bgColor-grey button.secondary-iconplus.powermail_submit,
.bgColor-grey .powermail_fieldwrap .specsteaser button.secondary-iconplus.powermail_submit,
.powermail_fieldwrap .specsteaser .bgColor-grey button.secondary-iconplus.powermail_submit,
.bgColor-grey .specsteaser .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement,
.specsteaser .tx-bgmrss .button-wrap .bgColor-grey .secondary-iconplus.buttonelement,
.bgColor-grey .tx-bgmrss .button-wrap .specsteaser .secondary-iconplus.buttonelement,
.tx-bgmrss .button-wrap .specsteaser .bgColor-grey .secondary-iconplus.buttonelement,
.bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button,
.tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey a.secondary-iconplus.button,
.bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-grey input.secondary-iconplus.powermail_submit,
.bgColor-grey .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey input.secondary-iconplus.powermail_submit,
.bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-grey button.secondary-iconplus.powermail_submit,
.bgColor-grey .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey button.secondary-iconplus.powermail_submit,
.bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement,
.tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-grey .secondary-iconplus.buttonelement,
.bgColor-grey .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement,
.tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey .secondary-iconplus.buttonelement {
  color: #003963; }
  .bgColor-transparent .button.secondary-iconplus:hover, .bgColor-transparent .gradient-teaser a.secondary-iconplus:hover, .gradient-teaser .bgColor-transparent a.secondary-iconplus:hover, .bgColor-transparent .section-gray a.secondary-iconplus:hover, .section-gray .bgColor-transparent a.secondary-iconplus:hover, .bgColor-transparent .specsteaser a.secondary-iconplus:hover, .specsteaser .bgColor-transparent a.secondary-iconplus:hover, .bgColor-transparent .specsteaser .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .specsteaser .powermail_fieldwrap .bgColor-transparent input.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .powermail_fieldwrap .specsteaser input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .specsteaser .bgColor-transparent input.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .specsteaser .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .specsteaser .powermail_fieldwrap .bgColor-transparent button.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .powermail_fieldwrap .specsteaser button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .specsteaser .bgColor-transparent button.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .specsteaser .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .specsteaser .tx-bgmrss .button-wrap .bgColor-transparent .secondary-iconplus.buttonelement:hover, .bgColor-transparent .tx-bgmrss .button-wrap .specsteaser .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .specsteaser .bgColor-transparent .secondary-iconplus.buttonelement:hover, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent a.secondary-iconplus.button:hover, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-transparent input.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent input.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-transparent button.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent button.secondary-iconplus.powermail_submit:hover, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-transparent .secondary-iconplus.buttonelement:hover, .bgColor-transparent .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent .secondary-iconplus.buttonelement:hover,
  .bgColor-grey .button.secondary-iconplus:hover,
  .bgColor-grey .gradient-teaser a.secondary-iconplus:hover,
  .gradient-teaser .bgColor-grey a.secondary-iconplus:hover,
  .bgColor-grey .section-gray a.secondary-iconplus:hover,
  .section-gray .bgColor-grey a.secondary-iconplus:hover,
  .bgColor-grey .specsteaser a.secondary-iconplus:hover,
  .specsteaser .bgColor-grey a.secondary-iconplus:hover,
  .bgColor-grey .specsteaser .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover,
  .specsteaser .powermail_fieldwrap .bgColor-grey input.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .powermail_fieldwrap .specsteaser input.secondary-iconplus.powermail_submit:hover,
  .powermail_fieldwrap .specsteaser .bgColor-grey input.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .specsteaser .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover,
  .specsteaser .powermail_fieldwrap .bgColor-grey button.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .powermail_fieldwrap .specsteaser button.secondary-iconplus.powermail_submit:hover,
  .powermail_fieldwrap .specsteaser .bgColor-grey button.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .specsteaser .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover,
  .specsteaser .tx-bgmrss .button-wrap .bgColor-grey .secondary-iconplus.buttonelement:hover,
  .bgColor-grey .tx-bgmrss .button-wrap .specsteaser .secondary-iconplus.buttonelement:hover,
  .tx-bgmrss .button-wrap .specsteaser .bgColor-grey .secondary-iconplus.buttonelement:hover,
  .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey a.secondary-iconplus.button:hover,
  .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-grey input.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey input.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-grey button.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey button.secondary-iconplus.powermail_submit:hover,
  .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-grey .secondary-iconplus.buttonelement:hover,
  .bgColor-grey .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey .secondary-iconplus.buttonelement:hover {
    background: #7d9db1;
    color: #fff !important; }
    .bgColor-transparent .button.secondary-iconplus:hover:after, .bgColor-transparent .gradient-teaser a.secondary-iconplus:hover:after, .gradient-teaser .bgColor-transparent a.secondary-iconplus:hover:after, .bgColor-transparent .section-gray a.secondary-iconplus:hover:after, .section-gray .bgColor-transparent a.secondary-iconplus:hover:after, .bgColor-transparent .specsteaser a.secondary-iconplus:hover:after, .specsteaser .bgColor-transparent a.secondary-iconplus:hover:after, .bgColor-transparent .specsteaser .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .specsteaser .powermail_fieldwrap .bgColor-transparent input.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .powermail_fieldwrap .specsteaser input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .specsteaser .bgColor-transparent input.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .specsteaser .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .specsteaser .powermail_fieldwrap .bgColor-transparent button.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .powermail_fieldwrap .specsteaser button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .specsteaser .bgColor-transparent button.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .specsteaser .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .specsteaser .tx-bgmrss .button-wrap .bgColor-transparent .secondary-iconplus.buttonelement:hover:after, .bgColor-transparent .tx-bgmrss .button-wrap .specsteaser .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .specsteaser .bgColor-transparent .secondary-iconplus.buttonelement:hover:after, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent a.secondary-iconplus.button:hover:after, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-transparent input.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent input.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-transparent button.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent button.secondary-iconplus.powermail_submit:hover:after, .bgColor-transparent .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-transparent .secondary-iconplus.buttonelement:hover:after, .bgColor-transparent .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-transparent .secondary-iconplus.buttonelement:hover:after,
    .bgColor-grey .button.secondary-iconplus:hover:after,
    .bgColor-grey .gradient-teaser a.secondary-iconplus:hover:after,
    .gradient-teaser .bgColor-grey a.secondary-iconplus:hover:after,
    .bgColor-grey .section-gray a.secondary-iconplus:hover:after,
    .section-gray .bgColor-grey a.secondary-iconplus:hover:after,
    .bgColor-grey .specsteaser a.secondary-iconplus:hover:after,
    .specsteaser .bgColor-grey a.secondary-iconplus:hover:after,
    .bgColor-grey .specsteaser .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after,
    .specsteaser .powermail_fieldwrap .bgColor-grey input.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .powermail_fieldwrap .specsteaser input.secondary-iconplus.powermail_submit:hover:after,
    .powermail_fieldwrap .specsteaser .bgColor-grey input.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .specsteaser .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after,
    .specsteaser .powermail_fieldwrap .bgColor-grey button.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .powermail_fieldwrap .specsteaser button.secondary-iconplus.powermail_submit:hover:after,
    .powermail_fieldwrap .specsteaser .bgColor-grey button.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .specsteaser .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after,
    .specsteaser .tx-bgmrss .button-wrap .bgColor-grey .secondary-iconplus.buttonelement:hover:after,
    .bgColor-grey .tx-bgmrss .button-wrap .specsteaser .secondary-iconplus.buttonelement:hover:after,
    .tx-bgmrss .button-wrap .specsteaser .bgColor-grey .secondary-iconplus.buttonelement:hover:after,
    .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after,
    .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey a.secondary-iconplus.button:hover:after,
    .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-grey input.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey input.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after,
    .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-grey button.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after,
    .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey button.secondary-iconplus.powermail_submit:hover:after,
    .bgColor-grey .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after,
    .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-grey .secondary-iconplus.buttonelement:hover:after,
    .bgColor-grey .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after,
    .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-grey .secondary-iconplus.buttonelement:hover:after {
      background-image: url("../Images/css-icons/plus.svg"); }

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

.ce-darksite-header {
  color: #fff; }

.text-text p,
.ce-bodytext p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.text-center,
p.align-center {
  text-align: left; }

.color-blue {
  color: #003963; }

.color-lightblue {
  color: #0095d1; }

.text-uppercase {
  text-transform: uppercase; }

figcaption.image-caption {
  display: block;
  margin-top: 5px;
  padding-top: 0;
  font-size: 0.9rem;
  max-width: 87%;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery {
  margin-bottom: 0; }

.ce-textpic.ce-left.ce-intext .ce-gallery {
  margin-right: 30px; }

.ce-textpic.ce-right.ce-intext .ce-gallery {
  margin-left: 30px; }

.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  margin-right: 0; }

.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  padding-left: 30px; }

.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  padding-left: 30px; }

/*.ce-textpic .video video {
    width: 100%;
    height: auto;
}*/
.ce-textpic:not(.ce-right):not(.ce-intext) .video video {
  width: 100%;
  height: auto; }

.ce-above .ce-gallery {
  margin-bottom: 20px; }

.ce-gallery .ce-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.ce-image .ce-row {
  margin-bottom: 5px; }
  .ce-image .ce-row .ce-column {
    display: inline-block;
    margin-right: 5px; }

/* bsg-ae.de */
.buttonelement {
  width: 100%;
  padding: 6px 20px;
  display: block;
  text-align: center;
  font-family: "corporate", Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.2em; }
  .buttonelement a {
    color: #ffffff; }
  .buttonelement.bg-light-blue {
    background-color: #328ecd;
    border-color: #2872a4;
    color: #fff; }

.mfp-wrap.mfp-textmedia .mfp-title {
  color: #fff;
  background-color: #515D6A;
  min-height: 31px;
  padding: 6px;
  text-align: center;
  font-size: 16px;
  display: none; }

.mfp-wrap.mfp-textmedia .mfp-counter {
  display: none; }

.mfp-wrap.mfp-textmedia img.mfp-img {
  padding: 40px 0 36px; }

.mfp-wrap.mfp-textmedia .mfp-container {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-wrap.mfp-textmedia .mfp-arrow-right:after {
  right: 40px;
  left: auto; }

.mfp-wrap.mfp-textmedia .mfp-arrow-right:before {
  right: 40px;
  left: auto; }

/* buttons */
/*arrows for Links in colored Boxes must be white*/
.frame.frame-lightGreyBG a.internal-link:hover,
.frame.frame-lightGreyBG a.internal-link-new-window:hover,
.frame.frame-lightGreyBG a.external-link-new-window:hover,
.frame.frame-lightGreyBG a.external-link:hover,
.frame.frame-darkGreyBG a.internal-link:hover,
.frame.frame-darkGreyBG a.internal-link-new-window:hover,
.frame.frame-darkGreyBG a.external-link-new-window:hover,
.frame.frame-darkGreyBG a.external-link:hover {
  opacity: 0.7; }

.frame.frame-lightGreyBG a.internal-link:before,
.frame.frame-lightGreyBG a.internal-link-new-window:before,
.frame.frame-lightGreyBG a.external-link-new-window:before,
.frame.frame-lightGreyBG a.external-link:before,
.frame.frame-darkGreyBG a.internal-link:before,
.frame.frame-darkGreyBG a.internal-link-new-window:before,
.frame.frame-darkGreyBG a.external-link-new-window:before,
.frame.frame-darkGreyBG a.external-link:before {
  content: "\e606";
  display: inline-block;
  font-family: 'iconfont';
  width: 18px;
  color: #fff;
  font-size: 9px;
  height: 10px;
  padding-top: 3px;
  width: 15px; }

.frame.frame-lightGreyBG a.contentlink,
.frame.frame-darkGreyBG a.contentlink {
  border-left-color: #fff; }
  .frame.frame-lightGreyBG a.contentlink:hover,
  .frame.frame-darkGreyBG a.contentlink:hover {
    border-left-color: #fff; }

.frame.frame-lightGreyBG a.iconlink:after, .frame.frame-lightGreyBG a.iconlink-bold:after, .frame.frame-lightGreyBG #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .frame.frame-lightGreyBG a.internal-link:after, .frame.frame-lightGreyBG .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .frame.frame-lightGreyBG a.internal-link:after,
.frame.frame-lightGreyBG #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .frame.frame-lightGreyBG a.external-link:after,
.frame.frame-lightGreyBG .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .frame.frame-lightGreyBG a.external-link:after, .frame.frame-lightGreyBG a.contentlink:after,
.frame.frame-darkGreyBG a.iconlink:after,
.frame.frame-darkGreyBG a.iconlink-bold:after,
.frame.frame-darkGreyBG #mainnav .subheader-teaser a.internal-link:after,
#mainnav .subheader-teaser .frame.frame-darkGreyBG a.internal-link:after,
.frame.frame-darkGreyBG .navigations .footernav-main .subheader-teaser a.internal-link:after,
.navigations .footernav-main .subheader-teaser .frame.frame-darkGreyBG a.internal-link:after,
.frame.frame-darkGreyBG #mainnav .subheader-teaser a.external-link:after,
#mainnav .subheader-teaser .frame.frame-darkGreyBG a.external-link:after,
.frame.frame-darkGreyBG .navigations .footernav-main .subheader-teaser a.external-link:after,
.navigations .footernav-main .subheader-teaser .frame.frame-darkGreyBG a.external-link:after,
.frame.frame-darkGreyBG a.contentlink:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L15.3536 4.64645C15.5488 4.84171 15.5488 5.15829 15.3536 5.35355L11.3536 9.35355C11.1583 9.54882 10.8417 9.54882 10.6464 9.35355C10.4512 9.15829 10.4512 8.84171 10.6464 8.64645L13.7929 5.5H1C0.723858 5.5 0.5 5.27614 0.5 5C0.5 4.72386 0.723858 4.5 1 4.5H13.7929L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }

.frame.frame-lightGreyBG a.iconlink-bold:after, .frame.frame-lightGreyBG #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .frame.frame-lightGreyBG a.internal-link:after, .frame.frame-lightGreyBG .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .frame.frame-lightGreyBG a.internal-link:after,
.frame.frame-lightGreyBG #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .frame.frame-lightGreyBG a.external-link:after,
.frame.frame-lightGreyBG .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .frame.frame-lightGreyBG a.external-link:after,
.frame.frame-darkGreyBG a.iconlink-bold:after,
.frame.frame-darkGreyBG #mainnav .subheader-teaser a.internal-link:after,
#mainnav .subheader-teaser .frame.frame-darkGreyBG a.internal-link:after,
.frame.frame-darkGreyBG .navigations .footernav-main .subheader-teaser a.internal-link:after,
.navigations .footernav-main .subheader-teaser .frame.frame-darkGreyBG a.internal-link:after,
.frame.frame-darkGreyBG #mainnav .subheader-teaser a.external-link:after,
#mainnav .subheader-teaser .frame.frame-darkGreyBG a.external-link:after,
.frame.frame-darkGreyBG .navigations .footernav-main .subheader-teaser a.external-link:after,
.navigations .footernav-main .subheader-teaser .frame.frame-darkGreyBG a.external-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.7071 9.70711C11.3166 10.0976 10.6834 10.0976 10.2929 9.70711C9.90237 9.31658 9.90237 8.68342 10.2929 8.29289L12.5858 6H1C0.447715 6 0 5.55228 0 5C0 4.44772 0.447715 4 1 4H12.5858L10.2929 1.70711C9.90237 1.31658 9.90237 0.683417 10.2929 0.292893Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }

.frame.frame-lightGreyBG a.button:hover, .frame.frame-lightGreyBG .gradient-teaser a:hover, .gradient-teaser .frame.frame-lightGreyBG a:hover, .frame.frame-lightGreyBG .section-gray a:hover, .section-gray .frame.frame-lightGreyBG a:hover, .frame.frame-lightGreyBG .specsteaser a:hover, .specsteaser .frame.frame-lightGreyBG a:hover, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG a.button:hover, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-lightGreyBG input.powermail_submit:hover, .frame.frame-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG input.powermail_submit:hover, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-lightGreyBG button.powermail_submit:hover, .frame.frame-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG button.powermail_submit:hover, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-lightGreyBG .buttonelement:hover, .frame.frame-lightGreyBG .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG .buttonelement:hover, .frame.frame-lightGreyBG .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .frame.frame-lightGreyBG input.powermail_submit:hover, .frame.frame-lightGreyBG .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .frame.frame-lightGreyBG button.powermail_submit:hover, .frame.frame-lightGreyBG .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .frame.frame-lightGreyBG .buttonelement:hover,
.frame.frame-darkGreyBG a.button:hover,
.frame.frame-darkGreyBG .gradient-teaser a:hover,
.gradient-teaser .frame.frame-darkGreyBG a:hover,
.frame.frame-darkGreyBG .section-gray a:hover,
.section-gray .frame.frame-darkGreyBG a:hover,
.frame.frame-darkGreyBG .specsteaser a:hover,
.specsteaser .frame.frame-darkGreyBG a:hover,
.frame.frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more a.button:hover,
.tx-mtu-newsroom .list #newsroom-show-more .frame.frame-darkGreyBG a.button:hover,
.frame.frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-darkGreyBG input.powermail_submit:hover,
.frame.frame-darkGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-darkGreyBG input.powermail_submit:hover,
.frame.frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-darkGreyBG button.powermail_submit:hover,
.frame.frame-darkGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-darkGreyBG button.powermail_submit:hover,
.frame.frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover,
.tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-darkGreyBG .buttonelement:hover,
.frame.frame-darkGreyBG .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover,
.tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-darkGreyBG .buttonelement:hover,
.frame.frame-darkGreyBG .powermail_fieldwrap input.powermail_submit:hover,
.powermail_fieldwrap .frame.frame-darkGreyBG input.powermail_submit:hover,
.frame.frame-darkGreyBG .powermail_fieldwrap button.powermail_submit:hover,
.powermail_fieldwrap .frame.frame-darkGreyBG button.powermail_submit:hover,
.frame.frame-darkGreyBG .tx-bgmrss .button-wrap .buttonelement:hover,
.tx-bgmrss .button-wrap .frame.frame-darkGreyBG .buttonelement:hover {
  border-color: #7d9db1 !important; }

.frame.frame-lightGreyBG a.contentlink,
.frame.frame-darkGreyBG a.contentlink {
  border-left-color: #fff; }

.maincontents .frame.frame-smallContent p {
  font-size: 21px;
  line-height: 28px; }

ul.contentList {
  margin-bottom: 5px; }

.containerHeader h3, .containerHeader .imageOverlays > * div .headline, .imageOverlays > * div .containerHeader .headline, .containerHeader .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .containerHeader a {
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 1.5rem; }

.maincontents .frame-type-gridelement:first-child {
  padding-top: 0; }

.video_container div.ce-center img {
  margin: 0 auto;
  width: 100%; }

.pagesMenuSwiper a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1; }

.accordeon-container .video_container {
  width: 50vw; }

img.powermail_captchaimage {
  width: auto !important; }

.frame-type-powermail_pi1 {
  max-width: 1080px; }

.monthViewNavigation .monthname {
  text-align: center;
  padding-top: 5px;
  height: 4px; }

.monthViewNavigation .monthname h2, .monthViewNavigation .monthname .frame-type-menu_pages .title, .frame-type-menu_pages .monthViewNavigation .monthname .title, .monthViewNavigation .monthname .frame-type-menu_subpages .title, .frame-type-menu_subpages .monthViewNavigation .monthname .title {
  padding-top: 0px;
  line-height: 1.4;
  font-size: 1.5rem; }

.frame-type-mtuevents_plugin {
  max-width: 69rem; }

.video_container {
  max-width: 1160px !important;
  width: 100vw; }

.video_container div.ce-center img {
  margin: 0 auto;
  width: 100%; }

.pagesMenuSwiper a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1; }

.accordeon-container .video_container {
  width: 50vw; }

img.powermail_captchaimage {
  width: auto !important; }

.frame-type-powermail_pi1 {
  max-width: 1080px; }

.grid2Col_66_33 .cell.accordionGrid {
  width: 100%; }

/* frame */
.external-web {
  max-width: 90rem;
  margin: 0 auto; }

.tx-bgm-doorkeeper {
  text-align: center; }

h4 {
  margin-bottom: 1.5rem; }

#tx-solr-search {
  min-height: 150px; }
  #tx-solr-search .orbit-container {
    margin-bottom: 100px; }
  #tx-solr-search .results-list li {
    min-height: 120px; }
  #tx-solr-search .orbit-bullets-container {
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 10px; }

#tx-solr-facets-in-use .facets-remove-all {
  margin-bottom: 10px; }

.tx-solr-relevance-bar {
  margin-top: 4px; }

#tx-solr-sorting img {
  width: auto; }

.result-content div.resulticon {
  margin-right: 10px !important; }

.tx-solr-relevance-bar {
  margin-top: 4px;
  margin-left: 2px; }

.relevance-bar {
  margin-right: 6px;
  padding-top: 1px; }

.relevance-label, .relevance-percent, .lastmodified {
  font-size: 0.875rem; }

.lastmodified {
  clear: both;
  padding-top: 0;
  height: auto; }

#embedded-iframe-chart {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px; }
  #embedded-iframe-chart iframe {
    border: none;
    height: 100%;
    width: 100%;
    margin: 0 auto; }
  @media print, screen and (min-width: 64em) {
    #embedded-iframe-chart {
      margin-bottom: 60px; } }

/*tb moved */
a#searchFormTrigger {
  height: 20px;
  width: 48px;
  margin-top: -2px; }

#pageHeader img.search {
  width: 27px; }

/*tb moved */
/* Section frames  */
@media (min-width: 769px) {
  hr.ce-div {
    height: 50px;
    margin: 0; } }

/* Admin Panel Preview Info */
.preview-info, .workspace-warning {
  position: absolute;
  top: 115px;
  right: 20px;
  border: 2px solid #000;
  padding: 15px 15px;
  background: #f00;
  font: 1em Verdana;
  color: #000;
  font-weight: bold;
  z-index: 10001; }

.preview-info .small, .workspace-warning .small {
  font: 0.7em Verdana; }

.ce-headline-center {
  text-align: left !important; }

.frame-type-bgmdvinci_widget {
  max-width: 1160px !important; }

.mfp-textmedia .mfp-image-holder .mfp-close,
.mfp-textmedia .mfp-iframe-holder .mfp-close {
  top: 38px !important;
  width: 40px;
  line-height: 1;
  border: 2px transparent;
  right: 2px;
  margin-bottom: 0; }
  .mfp-textmedia .mfp-image-holder .mfp-close:hover,
  .mfp-textmedia .mfp-iframe-holder .mfp-close:hover {
    border: none; }

.mfp-wrap.mfp-textmedia img.mfp-img {
  padding: 40px 0 36px;
  cursor: default; }

@media (max-width: 860px) {
  .ce-left.ce-intext .ce-gallery, .ce-column,
  .ce-right.ce-intext .ce-gallery, .ce-column {
    margin-bottom: 20px;
    float: none; }
  .ce-left.ce-intext .ce-gallery .ce-column {
    padding-left: 28px; } }

/* power.mtu.de */
.sitelabel {
  position: relative;
  top: 28px;
  left: 25px;
  font-size: 1.4em;
  height: 0;
  z-index: 9999;
  margin: 0 auto;
  max-width: 960px; }

@media only screen and (max-width: 960px) {
  .sitelabel {
    top: -22px;
    left: 0;
    width: 100%;
    text-align: center;
    height: auto;
    color: #ffffff;
    display: none; } }

.aerosolutions .sitelabel, .aerosolutions .top-bar-section ul li .mainmenuActive, .power .top-bar-section ul li .mainmenuActive {
  color: #EC8000; }

.aerosolutions h2.bottomborder.orange, .aerosolutions .frame-type-menu_pages .bottomborder.orange.title, .frame-type-menu_pages .aerosolutions .bottomborder.orange.title, .aerosolutions .frame-type-menu_subpages .bottomborder.orange.title, .frame-type-menu_subpages .aerosolutions .bottomborder.orange.title, .power h2.bottomborder.orange, .power .frame-type-menu_pages .bottomborder.orange.title, .frame-type-menu_pages .power .bottomborder.orange.title, .power .frame-type-menu_subpages .bottomborder.orange.title, .frame-type-menu_subpages .power .bottomborder.orange.title {
  border-color: #EC8000; }

/* bsg-ae.de */
.frame-type-felogin_login {
  margin-top: 30px; }

.feloginform ul.formDataList {
  margin-left: 0; }

.feloginform ul.formDataList li {
  list-style-type: none;
  padding-left: 0; }

.feloginform .permalogin {
  padding-left: 20px; }

@media only screen and (min-width: 768px) {
  .feloginform ul.formDataList li.marginRight {
    padding-right: 18px; } }

.frame-type-felogin_login label {
  color: #4d565b;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 3px; }

.frame-type-felogin_login input {
  border-color: #ccc;
  border-width: 1px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "corporate", Arial, sans-serif;
  font-size: 17px !important;
  -webkit-transition: border-color 0.45s ease-in-out 0s, -webkit-box-shadow 0.45s ease 0s;
  transition: border-color 0.45s ease-in-out 0s, -webkit-box-shadow 0.45s ease 0s;
  -o-transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s, -webkit-box-shadow 0.45s ease 0s; }

/* mtu.ae */
#page-14445 div.top-content {
  height: 75px; }

div.tx-tinyurls-copyable-field-wrap,
div.tx-tinyurls-generate-field-wrap {
  font-size: 1.0rem; }

.radioWrapper label {
  margin-left: 0;
  margin-right: 0; }

.radioWrapper input[type="radio"] {
  position: absolute;
  opacity: 0; }
  .radioWrapper input[type="radio"] + .radio-label:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    border: 2px solid #7F8B93;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .radioWrapper input[type="radio"]:checked + .radio-label:before {
    background-color: #003963;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff; }
  .radioWrapper input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #003963; }
  .radioWrapper input[type="radio"]:hover + .radio-label:before {
    outline: none;
    border-color: #7D9DB1; }
  .radioWrapper input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #ffff;
            box-shadow: inset 0 0 0 4px #ffff;
    border-color: #6a767e;
    background: #6a767e; }
  .radioWrapper input[type="radio"] + .radio-label:empty:before {
    margin-right: 0; }

.radioWrapper a.engine {
  position: relative;
  padding-left: 32px; }
  .radioWrapper a.engine:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    border: 2px solid #7F8B93;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    left: 0; }
  .radioWrapper a.engine.active:before {
    background-color: #003963;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff; }
  .radioWrapper a.engine:focus:before {
    outline: none;
    border-color: #003963; }
  .radioWrapper a.engine:hover:before {
    outline: none;
    border-color: #7D9DB1; }

#pageWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 auto; }
  #pageWrapper #pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  #pageWrapper #pageMain {
    height: auto;
    padding: 0;
    /*overflow: hidden;*/
    z-index: 6;
    margin-bottom: 0; }
    #pageWrapper #pageMain.blurred {
      opacity: 0.5; }
  #pageWrapper #pageFooter {
    height: auto;
    position: relative; }
  #pageWrapper.stretch2vh {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; }
    #pageWrapper.stretch2vh #pageMain {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem; }
  @media screen and (min-width: 75em) {
    html {
      scroll-padding-top: 5.625rem; } }

body {
  -webkit-text-size-adjust: 100%; }

.maincontents {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 0;
  max-width: 100vw;
  overflow-x: hidden; }

#toTopLink {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #003963;
  border-radius: 50%;
  background: #fefefe;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  @media print, screen and (min-width: 64em) {
    #toTopLink {
      right: 30px; } }
  #toTopLink:focus-visible, #toTopLink:hover {
    background: #003963;
    color: #fefefe;
    border-color: #fefefe; }
  #toTopLink:focus-visible {
    outline: 2px solid #FFF; }

section {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    section {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  section .bg-grey {
    background-color: #7f8b93; }
  section.section-tabs {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.625rem;
    margin-bottom: 3.125rem; }
    @media screen and (min-width: 48em) {
      section.section-tabs {
        margin-top: 1.25rem; } }
    @media screen and (min-width: 75em) {
      section.section-tabs {
        margin-top: 3.125rem; } }

div.section-tabs {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.625rem;
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 48em) {
    div.section-tabs {
      margin-top: 3.125rem; } }

.container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px; }
  @media print, screen and (min-width: 40em) {
    .container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .container .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .container .grid .cell:not(:last-of-type) {
      margin-bottom: 30px; }
    .container .grid .cell {
      padding: 0 15px;
      width: 100%; }

.section {
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .section > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 1rem;
    width: 100%; }
  .section.padding-bottom-0 {
    padding-bottom: 0; }
  .section.padding-top-0 {
    padding-top: 0; }
  .section.padding-top-l {
    padding-top: 9.375rem; }
  .section.padding-bottom-l {
    padding-bottom: 9.375rem; }

.bg-grey {
  background-color: #e3e6e5; }

.section-fullwidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }
  .section-fullwidth .section {
    width: 100%; }

.section-gray, .specsteaser {
  background: #F2F2F2;
  padding: 3.75rem 0;
  margin-bottom: 60px; }
  @media screen and (min-width: 75em) {
    .section-gray, .specsteaser {
      margin-bottom: 70px; } }

.section-blue {
  background: -webkit-gradient(linear, left top, right top, from(#003963), to(#0095d1));
  background: -o-linear-gradient(left, #003963, #0095d1);
  background: linear-gradient(90deg, #003963, #0095d1); }

.box-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media print, screen and (min-width: 40em) {
    .box-50 {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .box-50.align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

.box-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .box-66 {
      width: calc(83.3333333333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .box-66 {
      width: calc(66.6666666667% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .box-66.align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .box-66.innergridcontainer {
    padding-left: 0;
    padding-right: 0; }
    .box-66.innergridcontainer > .section > div {
      margin-bottom: 2rem; }

.box-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .box-33 {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .box-33 {
      width: calc(33.3333333333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .box-33.box-white {
    background: #fff; }

.box-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .box-25 {
      width: calc(33.3333333333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .box-25 {
      width: calc(25% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .box-25.box-white {
    background: #fff; }

.box-16 {
  width: calc(50% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .box-16 {
      width: calc(25% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .box-16 {
      width: calc(16.6666666667% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .box-16.box-white {
    background: #fff; }

.panels4col {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  max-width: 1144px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 48em) {
    .panels4col {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (min-width: 75em) {
    .panels4col {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 90em) {
    .panels4col {
      max-width: 1176px; } }
  @media print, screen and (min-width: 40em) {
    .panels4col .box-25 {
      width: calc(50% - 1rem);
      margin-right: 0.5rem;
      margin-left: 0.5rem; } }
  @media screen and (min-width: 75em) {
    .panels4col .box-25 {
      width: calc(25% - 1rem);
      margin-right: 0.5rem;
      margin-left: 0.5rem; } }
  @media screen and (min-width: 90em) {
    .panels4col {
      padding-left: 0;
      padding-right: 0; } }

.grid2Col_50_50 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .grid2Col_50_50.reversecolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media print, screen and (min-width: 40em) {
      .grid2Col_50_50.reversecolumns {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -webkit-flex-direction: initial;
            -ms-flex-direction: initial;
                flex-direction: initial; } }
  .grid2Col_50_50 .box-50 {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .grid2Col_50_50 .box-50:has(.ce-keyfacts) {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; }
        .grid2Col_50_50 .box-50:has(.ce-keyfacts):last-of-type {
          margin-right: 0;
          width: calc(50% - 0.9375rem); } }
    @media screen and (min-width: 48em) {
      .grid2Col_50_50 .box-50 {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; }
        .grid2Col_50_50 .box-50:last-of-type {
          margin-right: 0;
          width: calc(50% - 0.9375rem); } }
    @media print, screen and (min-width: 64em) {
      .grid2Col_50_50 .box-50:first-of-type {
        margin-left: 0;
        width: calc(50% - 0.9375rem); } }

.grid2Col_66_33 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (min-width: 48em) {
    .grid2Col_66_33 {
      padding-right: 4px !important; } }
  @media print, screen and (min-width: 64em) {
    .grid2Col_66_33 {
      padding-right: 0 !important; } }
  .grid2Col_66_33 .box-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    width: 100%;
    margin-right: 0; }
    @media print, screen and (min-width: 40em) {
      .grid2Col_66_33 .box-33 {
        width: 100%;
        margin-right: 0; } }
    @media print, screen and (min-width: 64em) {
      .grid2Col_66_33 .box-33 {
        width: calc(33.3333333333% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    .grid2Col_66_33 .box-33.box-white {
      background: #fff; }

.grid2Col_33_33_33 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .grid2Col_33_33_33 .box-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .grid2Col_33_33_33 .box-33 {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .grid2Col_33_33_33 .box-33 {
        width: calc(33.3333333333% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    .grid2Col_33_33_33 .box-33.box-white {
      background: #fff; }

@media screen and (min-width: 90em) {
  .frame-type-gridelement .container {
    padding-right: 0;
    padding-left: 0; } }

#stage {
  position: relative;
  margin-top: 96px;
  background-image: none; }
  @media screen and (min-width: 48em) {
    #stage {
      margin-top: 80px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 64em) {
    #stage {
      margin-top: 80px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 75em) {
    #stage {
      margin-top: 120px;
      margin-bottom: 50px; } }
  #stage .swiper-container {
    max-width: 2340px;
    overflow: hidden; }
  #stage .stage-subtitle {
    color: #003963;
    font-size: 22px;
    font-family: "corporate", Arial, sans-serif;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: none; }
    @media screen and (min-width: 48em) {
      #stage .stage-subtitle {
        margin-bottom: 8px; } }
    @media screen and (min-width: 75em) {
      #stage .stage-subtitle {
        margin-bottom: 28px; } }
  #stage .stage-title {
    font-family: "corporate-bold", Arial, sans-serif;
    line-height: 36px;
    font-size: 30px;
    color: #003963;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 32px; }
    @media screen and (min-width: 48em) {
      #stage .stage-title {
        line-height: 42px;
        font-size: 36px;
        margin-bottom: 44px; } }
    @media screen and (min-width: 75em) {
      #stage .stage-title {
        font-size: 56px;
        line-height: 56px; } }
  #stage .stage-title,
  #stage .stage-subtitle,
  #stage a.button,
  #stage .gradient-teaser a,
  .gradient-teaser #stage a,
  #stage .section-gray a,
  .section-gray #stage a,
  #stage .specsteaser a,
  .specsteaser #stage a,
  #stage .tx-mtu-newsroom .list #newsroom-show-more a.button,
  .tx-mtu-newsroom .list #newsroom-show-more #stage a.button,
  #stage .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap #stage input.powermail_submit,
  #stage .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more #stage input.powermail_submit,
  #stage .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap #stage button.powermail_submit,
  #stage .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more #stage button.powermail_submit,
  #stage .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap #stage .buttonelement,
  #stage .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more #stage .buttonelement,
  #stage .powermail_fieldwrap input.powermail_submit,
  .powermail_fieldwrap #stage input.powermail_submit,
  #stage .powermail_fieldwrap button.powermail_submit,
  .powermail_fieldwrap #stage button.powermail_submit,
  #stage .tx-bgmrss .button-wrap .buttonelement,
  .tx-bgmrss .button-wrap #stage .buttonelement {
    z-index: 1;
    text-align: left; }
  #stage > img {
    max-width: none;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto; }
  #stage.slider {
    margin-bottom: 15px;
    padding: 0 0 0 0; }
  #stage .swiper-slide {
    background: #F2F2F2; }
  #stage .swiper-slide video {
    width: 100%;
    max-height: 812px; }
    @media screen and (min-width: 125em) {
      #stage .swiper-slide video {
        max-height: 100%; } }
  #stage .swiper-wrapper {
    /*@include breakpoint(sizeIpad) {
            aspect-ratio: 23/15;
        }*/ }
    @media print, screen and (min-width: 64em) {
      #stage .swiper-wrapper {
        aspect-ratio: 2.34/1; } }
  #stage .swiper-slide video,
  #stage .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 23/26.3;
    /*@include breakpoint(xxlarge) {
            aspect-ratio: 2.34/1;
            max-height: 1600px;
        }*/ }
    @media print, screen and (min-width: 40em) {
      #stage .swiper-slide video,
      #stage .swiper-slide img {
        aspect-ratio: 8/7; } }
    @media screen and (min-width: 48em) {
      #stage .swiper-slide video,
      #stage .swiper-slide img {
        aspect-ratio: 23/15; } }
    @media print, screen and (min-width: 64em) {
      #stage .swiper-slide video,
      #stage .swiper-slide img {
        aspect-ratio: 2.34/1; } }
  @media screen and (min-width: 75em) {
    #stage.stageSlider {
      margin-bottom: 30px; } }
  #stage.stageSlider .stage_contents_wrapper {
    position: relative;
    background: #F2F2F2;
    padding-bottom: 50px;
    padding-top: 20px; }
    @media print, screen and (min-width: 64em) {
      #stage.stageSlider .stage_contents_wrapper {
        padding-bottom: 0;
        padding-top: 0;
        background: transparent;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        z-index: 1; } }
    #stage.stageSlider .stage_contents_wrapper .stage-copyright {
      position: absolute;
      right: 20px;
      top: -25px;
      color: #fff;
      font-size: 1rem; }
      @media print, screen and (min-width: 64em) {
        #stage.stageSlider .stage_contents_wrapper .stage-copyright {
          bottom: 5px;
          top: auto; } }
    #stage.stageSlider .stage_contents_wrapper .container {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 48em) {
        #stage.stageSlider .stage_contents_wrapper .container {
          padding-left: 30px; } }
      @media print, screen and (min-width: 64em) {
        #stage.stageSlider .stage_contents_wrapper .container {
          padding-left: 68px; } }
      @media screen and (min-width: 75em) {
        #stage.stageSlider .stage_contents_wrapper .container {
          padding-left: 90px; } }
      @media screen and (min-width: 90em) {
        #stage.stageSlider .stage_contents_wrapper .container {
          max-width: 1230px;
          padding-left: 0; } }
      @media screen and (min-width: 97.5em) {
        #stage.stageSlider .stage_contents_wrapper .container {
          max-width: 1362px;
          padding-left: 0; } }
    #stage.stageSlider .stage_contents_wrapper .stage-contents {
      position: relative; }
      @media print, screen and (min-width: 64em) {
        #stage.stageSlider .stage_contents_wrapper .stage-contents {
          width: 500px; } }
      @media screen and (min-width: 75em) {
        #stage.stageSlider .stage_contents_wrapper .stage-contents {
          width: 480px; } }
      @media screen and (min-width: 90em) {
        #stage.stageSlider .stage_contents_wrapper .stage-contents {
          width: 478px;
          min-height: 385px; } }
    #stage.stageSlider .stage_contents_wrapper .swiper-paginationContainer {
      width: 100%;
      bottom: 20px; }
  #stage.stageSlider .swiper-pagination {
    position: relative;
    text-align: center;
    z-index: 10;
    line-height: 1;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0;
    padding-bottom: 0; }
    #stage.stageSlider .swiper-pagination span {
      border: 1px solid #003963;
      opacity: 1;
      width: 12px;
      height: 12px;
      margin-left: 4px;
      margin-right: 4px;
      background-color: transparent; }
  #stage.stageSlider .swiper-button-prev,
  #stage.stageSlider .swiper-button-next {
    background-image: none;
    color: #003963;
    border: 1px solid #003963;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    bottom: 61%;
    position: absolute;
    z-index: 20;
    display: none;
    opacity: 0.5;
    background-color: transparent; }
    #stage.stageSlider .swiper-button-prev:hover,
    #stage.stageSlider .swiper-button-next:hover {
      opacity: 1; }
    #stage.stageSlider .swiper-button-prev svg,
    #stage.stageSlider .swiper-button-next svg {
      position: absolute;
      left: 11px;
      top: 13px; }
    @media screen and (min-width: 75em) {
      #stage.stageSlider .swiper-button-prev,
      #stage.stageSlider .swiper-button-next {
        display: block; } }
  #stage.stageSlider .swiper-button-prev {
    left: -60px; }
    @media screen and (min-width: 90em) {
      #stage.stageSlider .swiper-button-prev {
        left: -72px; } }
  #stage.stageSlider .swiper-button-next {
    right: -60px; }
  @media print, screen and (min-width: 64em) {
    #stage .theme-bright .stage-subtitle,
    #stage .theme-bright .stage-title {
      color: #fff; }
    #stage .theme-bright .swiper-button-prev,
    #stage .theme-bright .swiper-button-next {
      background-image: none;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent; }
    #stage .theme-bright .swiper-pagination span {
      border: 1px solid #fff;
      background: transparent; }
    #stage .theme-bright .swiper-pagination span.swiper-pagination-bullet-active {
      background: #fff; }
    #stage .theme-bright a.button, #stage .theme-bright .gradient-teaser a, .gradient-teaser #stage .theme-bright a, #stage .theme-bright .section-gray a, .section-gray #stage .theme-bright a, #stage .theme-bright .specsteaser a, .specsteaser #stage .theme-bright a, #stage .theme-bright .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more #stage .theme-bright a.button, #stage .theme-bright .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap #stage .theme-bright input.powermail_submit, #stage .theme-bright .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap #stage .theme-bright button.powermail_submit, #stage .theme-bright .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap #stage .theme-bright .buttonelement {
      background: #fff;
      border: 2px solid #fff;
      color: #003963; } }
  #stage.stageSecLevel .swiper-slide {
    margin-bottom: 60px; }
    @media screen and (min-width: 90em) {
      #stage.stageSecLevel .swiper-slide {
        margin-bottom: 80px; } }
  #stage.stageSecLevel .stageItem {
    margin-bottom: 25px; }
  #stage.stageSecLevel .stageItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media print, screen and (min-width: 64em) {
      #stage.stageSecLevel .stageItem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    #stage.stageSecLevel .stageItem .stage-left {
      padding-top: 24px;
      padding-bottom: 50px;
      min-height: 315px; }
      @media print, screen and (min-width: 64em) {
        #stage.stageSecLevel .stageItem .stage-left {
          min-height: auto;
          position: relative;
          background: #fff;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
    #stage.stageSecLevel .stageItem .stage-right {
      min-width: 50%;
      width: 50%; }
      @media print, screen and (min-width: 64em) {
        #stage.stageSecLevel .stageItem .stage-right {
          min-width: 52%;
          width: 52%; } }
      @media screen and (min-width: 75em) {
        #stage.stageSecLevel .stageItem .stage-right {
          min-width: 60.7%;
          width: 60.7%; } }
      @media screen and (min-width: 90em) {
        #stage.stageSecLevel .stageItem .stage-right {
          min-width: 60%;
          width: 60%; } }
      @media screen and (min-width: 10.3125em) {
        #stage.stageSecLevel .stageItem .stage-right {
          min-width: 100%;
          width: 100%; } }
  #stage.stageSecLevel {
    height: auto;
    background-color: transparent; }
    @media screen and (min-width: 90em) {
      #stage.stageSecLevel {
        max-width: 2340px;
        margin-left: auto;
        margin-right: auto; } }
    #stage.stageSecLevel .stageItem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media screen and (min-width: 48em) {
        #stage.stageSecLevel .stageItem {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (min-width: 75em) {
        #stage.stageSecLevel .stageItem {
          max-height: 500px;
          overflow: hidden; } }
      #stage.stageSecLevel .stageItem .stage-left {
        background: #F2F2F2;
        padding: 15px;
        padding-top: 12px;
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        min-height: auto; }
        @media screen and (min-width: 48em) {
          #stage.stageSecLevel .stageItem .stage-left {
            padding-left: 32px;
            padding-right: 32px;
            background: #fff;
            width: auto;
            padding-top: 54px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            width: 50%;
            position: relative; } }
        #stage.stageSecLevel .stageItem .stage-left .stage-contents {
          padding-top: 20px; }
        @media screen and (min-width: 75em) {
          #stage.stageSecLevel .stageItem .stage-left {
            padding-top: 64px;
            padding-left: 46px; } }
        @media screen and (min-width: 90em) {
          #stage.stageSecLevel .stageItem .stage-left {
            padding-left: 34px; } }
        @media screen and (min-width: 90.625em) {
          #stage.stageSecLevel .stageItem .stage-left {
            padding-left: 0;
            position: absolute;
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
            background: transparent;
            display: block;
            padding-top: 0; }
            #stage.stageSecLevel .stageItem .stage-left .wrapper {
              max-width: 1420px;
              margin: 0 auto;
              -webkit-box-pack: left;
              -webkit-justify-content: left;
                  -ms-flex-pack: left;
                      justify-content: left;
              display: block;
              height: 100%; }
            #stage.stageSecLevel .stageItem .stage-left .stage-contents {
              max-width: 550px;
              height: 100%;
              padding-top: 72px;
              padding-left: 40px;
              padding-right: 40px;
              /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0.8+100 */
              /* FF3.6-15 */
              /* Chrome10-25,Safari5.1-6 */
              background: -o-linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0.8) 100%);
              background: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0.8) 100%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccffffff', GradientType=1);
              /* IE6-9 fallback on horizontal gradient */ } }
      #stage.stageSecLevel .stageItem .stage-right {
        min-width: 50%;
        width: 50%; }
        @media print, screen and (min-width: 64em) {
          #stage.stageSecLevel .stageItem .stage-right {
            min-width: 52%;
            width: 52%; } }
        @media screen and (min-width: 67.5em) {
          #stage.stageSecLevel .stageItem .stage-right {
            min-width: 635px;
            width: 60.7%; } }
        @media screen and (min-width: 93.75em) {
          #stage.stageSecLevel .stageItem .stage-right {
            min-width: 100%;
            width: 100%; } }
      #stage.stageSecLevel .stageItem .stageBreadcrumb {
        position: relative;
        border-bottom: none;
        padding-left: 0;
        text-align: left;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
            -ms-flex-pack: left;
                justify-content: left; }
        @media screen and (min-width: 48em) {
          #stage.stageSecLevel .stageItem .stageBreadcrumb {
            position: absolute;
            width: 90%;
            min-width: 296px;
            display: block;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            bottom: 0;
            border-bottom: 1px #e3e6e5 solid;
            padding-bottom: 18px;
            width: 90%; } }
        @media print, screen and (min-width: 64em) {
          #stage.stageSecLevel .stageItem .stageBreadcrumb {
            min-width: auto; } }
        @media screen and (min-width: 75em) {
          #stage.stageSecLevel .stageItem .stageBreadcrumb {
            min-width: auto;
            width: 85%; } }
        @media screen and (min-width: 90em) {
          #stage.stageSecLevel .stageItem .stageBreadcrumb {
            max-width: 450px; } }
        @media screen and (min-width: 90.625em) {
          #stage.stageSecLevel .stageItem .stageBreadcrumb {
            margin-left: 40px; } }
        #stage.stageSecLevel .stageItem .stageBreadcrumb div.breadcrumbnav {
          margin-bottom: 28px;
          margin-left: 0;
          padding-left: 0; }
          @media screen and (min-width: 48em) {
            #stage.stageSecLevel .stageItem .stageBreadcrumb div.breadcrumbnav {
              margin-bottom: 0; } }
          #stage.stageSecLevel .stageItem .stageBreadcrumb div.breadcrumbnav a {
            font-size: 14px; }
          #stage.stageSecLevel .stageItem .stageBreadcrumb div.breadcrumbnav .breadcrumbs {
            padding-left: 0; }
  #stage.stageThirdLevel .stagevid {
    width: 100%;
    height: 100%;
    max-height: 345px;
    -o-object-fit: cover;
       object-fit: cover; }
  #stage.stageThirdLevel .stage_contents_wrapper {
    background: #F2F2F2;
    padding: 15px;
    padding-top: 12px;
    padding-bottom: 32px;
    padding-left: 0; }
    @media screen and (min-width: 48em) {
      #stage.stageThirdLevel .stage_contents_wrapper {
        background: #fff;
        padding: 0;
        padding-left: 6px; } }
  @media screen and (min-width: 48em) and (min-width: 100em) {
    #stage.stageThirdLevel .stage_contents_wrapper {
      padding-left: 0; } }
  #stage.stageThirdLevel .container {
    position: relative;
    max-width: 1412px; }
  @media screen and (min-width: 48em) {
    #stage.stageThirdLevel .stage-contents {
      width: auto;
      background: #fff;
      display: inline-block;
      position: absolute;
      bottom: 46px;
      left: 10px; } }
  @media screen and (min-width: 90em) {
    #stage.stageThirdLevel .stage-contents {
      left: -4px; } }
  #stage.stageThirdLevel .stage-contents .stage-title {
    font-family: "corporate", Arial, sans-serif;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      #stage.stageThirdLevel .stage-contents .stage-title {
        font-size: 36px;
        line-height: 1;
        padding: 16px;
        padding-bottom: 2px;
        padding-top: 8px; } }
    @media screen and (min-width: 75em) {
      #stage.stageThirdLevel .stage-contents .stage-title {
        margin-bottom: 0;
        padding: 20px;
        padding-bottom: 0;
        padding-top: 10px;
        font-size: 48px;
        line-height: 68px; } }
  #stage.stageThirdLevel .stageBreadcrumb {
    position: relative;
    border-bottom: none;
    padding-left: 0;
    /* border-bottom: none; */
    text-align: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
    @media screen and (min-width: 48em) {
      #stage.stageThirdLevel .stageBreadcrumb {
        position: relative;
        padding-left: 0;
        margin-top: 26px; } }
    @media screen and (min-width: 75em) {
      #stage.stageThirdLevel .stageBreadcrumb {
        padding-left: 7px; } }
    @media screen and (min-width: 90em) {
      #stage.stageThirdLevel .stageBreadcrumb {
        padding-left: 18px; } }
    #stage.stageThirdLevel .stageBreadcrumb div.breadcrumbnav {
      margin-bottom: 18px;
      margin-left: 0;
      padding-left: 0; }
      #stage.stageThirdLevel .stageBreadcrumb div.breadcrumbnav a {
        font-size: 14px; }
      #stage.stageThirdLevel .stageBreadcrumb div.breadcrumbnav .breadcrumbs {
        padding-left: 0; }
        @media print, screen and (min-width: 40em) {
          #stage.stageThirdLevel .stageBreadcrumb div.breadcrumbnav .breadcrumbs {
            padding-left: 16px; } }
        @media screen and (min-width: 75em) {
          #stage.stageThirdLevel .stageBreadcrumb div.breadcrumbnav .breadcrumbs {
            padding-left: 0; } }

@media screen and (min-width: 75em) {
  #stage.stageSecLevel .stageItem {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  #stage.stageSlider .swiper-slide .stage-left,
  #stage.stageSlider .stageItem .stage-left {
    padding-top: 24px; }
    #stage.stageSlider .swiper-slide .stage-left a.button, #stage.stageSlider .swiper-slide .stage-left .gradient-teaser a, .gradient-teaser #stage.stageSlider .swiper-slide .stage-left a, #stage.stageSlider .swiper-slide .stage-left .section-gray a, .section-gray #stage.stageSlider .swiper-slide .stage-left a, #stage.stageSlider .swiper-slide .stage-left .specsteaser a, .specsteaser #stage.stageSlider .swiper-slide .stage-left a, #stage.stageSlider .swiper-slide .stage-left .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap #stage.stageSlider .swiper-slide .stage-left input.powermail_submit, #stage.stageSlider .swiper-slide .stage-left .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap #stage.stageSlider .swiper-slide .stage-left button.powermail_submit, #stage.stageSlider .swiper-slide .stage-left .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap #stage.stageSlider .swiper-slide .stage-left .buttonelement,
    #stage.stageSlider .stageItem .stage-left a.button,
    #stage.stageSlider .stageItem .stage-left .gradient-teaser a,
    .gradient-teaser #stage.stageSlider .stageItem .stage-left a,
    #stage.stageSlider .stageItem .stage-left .section-gray a,
    .section-gray #stage.stageSlider .stageItem .stage-left a,
    #stage.stageSlider .stageItem .stage-left .specsteaser a,
    .specsteaser #stage.stageSlider .stageItem .stage-left a,
    #stage.stageSlider .stageItem .stage-left .powermail_fieldwrap input.powermail_submit,
    .powermail_fieldwrap #stage.stageSlider .stageItem .stage-left input.powermail_submit,
    #stage.stageSlider .stageItem .stage-left .powermail_fieldwrap button.powermail_submit,
    .powermail_fieldwrap #stage.stageSlider .stageItem .stage-left button.powermail_submit,
    #stage.stageSlider .stageItem .stage-left .tx-bgmrss .button-wrap .buttonelement,
    .tx-bgmrss .button-wrap #stage.stageSlider .stageItem .stage-left .buttonelement {
      font-size: 16px;
      line-height: 20px; }
  #stage.stageSlider .swiper-paginationContainer {
    padding-bottom: 16px; }
  #stage .stage-title {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 42px; } }

@media (max-width: 767px) {
  #stage.stageSecLevel .stageItem .stage-right {
    width: 100%; } }

#pageHeader {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background: white;
  letter-spacing: 0.1rem; }
  @media print, screen and (min-width: 64em) {
    #pageHeader {
      border-bottom: 1px #D4D8DB solid; } }
  #pageHeader .inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      #pageHeader .inner {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media screen and (min-width: 75em) {
      #pageHeader .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  #pageHeader .logoLink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 97px;
    min-height: 96px;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      #pageHeader .logoLink {
        height: 80px;
        max-width: 98px;
        min-height: 80px; } }
    @media screen and (min-width: 75em) {
      #pageHeader .logoLink {
        min-height: 119px;
        max-width: 140px;
        margin-left: 10px; } }
    @media screen and (min-width: 90em) {
      #pageHeader .logoLink {
        margin-left: 20px; } }
  #pageHeader .sitelabel {
    position: relative;
    top: 37px;
    font-size: 1.4em; }
    @media only screen and (max-width: 1199px) {
      #pageHeader .sitelabel {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 30px;
        left: auto;
        right: 5px;
        width: auto; } }
    @media only screen and (max-width: 960px) {
      #pageHeader .sitelabel {
        display: none; } }
  .power #pageHeader .sitelabel {
    top: 42px;
    color: #003963; }

form.searchformnavigation {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px; }
  @media screen and (min-width: 48em) {
    form.searchformnavigation {
      margin-bottom: 40px; } }
  @media screen and (min-width: 75em) {
    form.searchformnavigation {
      display: none; } }
  form.searchformnavigation .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    margin-bottom: 0; }
  form.searchformnavigation .input-group-label {
    height: 100%;
    padding: 0;
    border: none;
    background: #F2F2F2;
    color: #003963;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 32px;
    border-left: 1px #F2F2F2 solid;
    border-top-left-radius: 32px;
    padding-left: 32px; }
  form.searchformnavigation input {
    margin-bottom: 0;
    background: #F2F2F2;
    border: none;
    border-bottom-right-radius: 32px;
    border-right: 1px #F2F2F2 solid;
    border-top-right-radius: 32px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 18px;
    height: 100%;
    margin-right: 0;
    padding-left: 16px;
    color: #003963;
    font-family: "corporate-bold", Arial, sans-serif; }
    form.searchformnavigation input:focus, form.searchformnavigation input:active {
      border: none !important;
      border-bottom-right-radius: 32px !important;
      border-right: 1px #F2F2F2 solid !important;
      border-top-right-radius: 32px !important;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      background: #F2F2F2; }
  form.searchformnavigation .closeSearch {
    display: none; }

#pageHeader .metanav, #pageHeader .langNav {
  height: 52px; }
  #pageHeader .metanav .searchformnavigation, #pageHeader .langNav .searchformnavigation {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    display: block;
    z-index: 1001;
    right: 5px;
    background: #fff;
    top: -8px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #pageHeader .metanav .searchformnavigation .input-group, #pageHeader .langNav .searchformnavigation .input-group {
      margin: 0; }
    #pageHeader .metanav .searchformnavigation .input-group-label, #pageHeader .langNav .searchformnavigation .input-group-label {
      padding: 0;
      background: #fff;
      position: absolute;
      left: 14px;
      width: 30px;
      height: 30px;
      top: 5px;
      z-index: 123; }
  #pageHeader .metanav input, #pageHeader .langNav input {
    display: block;
    width: 230px;
    float: right;
    background: #fff;
    border: none;
    position: absolute;
    right: 0;
    margin-left: 48px;
    margin-right: 40px;
    padding-left: 4px;
    font-size: 18px;
    line-height: 28px; }
    #pageHeader .metanav input:focus, #pageHeader .langNav input:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  #pageHeader .metanav .closeSearch, #pageHeader .langNav .closeSearch {
    display: block;
    position: absolute;
    right: 0;
    color: #000;
    z-index: 99;
    width: 30px;
    background: #fff;
    height: 36px;
    text-align: center;
    cursor: pointer; }
    #pageHeader .metanav .closeSearch img.search, #pageHeader .langNav .closeSearch img.search {
      height: 16px;
      margin-top: 10px;
      margin: 11px;
      width: 16px;
      float: right; }

#pageHeader a:not(:has(*)):not([class])::before {
  content: normal; }

.autocomplete-suggestions {
  min-width: 240px;
  z-index: 1000 !important; }

.tx-solr-autosuggest .autocomplete-suggestion {
  font-family: 'corporate';
  font-size: 16px;
  padding: .3em .6em;
  line-height: 20px;
  cursor: pointer; }

#pageHeader .metanav.searchActive li.searchContainer, #pageHeader .searchActive.langNav li.searchContainer {
  width: 364px;
  position: absolute;
  right: 0; }

#pageHeader .metanav.searchActive .searchformnavigation, #pageHeader .searchActive.langNav .searchformnavigation {
  width: 364px;
  height: 40px;
  opacity: 1;
  border: 1px #ccc solid;
  border-radius: 30px; }
  #pageHeader .metanav.searchActive .searchformnavigation input, #pageHeader .searchActive.langNav .searchformnavigation input {
    height: 40px; }

#pageHeader a#searchFormTrigger {
  height: 20px;
  width: auto;
  margin-top: 0;
  padding-left: 30px; }
  #pageHeader a#searchFormTrigger svg {
    position: absolute;
    left: 0;
    top: -2px; }

footer#pageFooter {
  padding: 3.125rem 0;
  color: #fff;
  font-size: 0.9rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #003963; }
  @media screen and (min-width: 48em) {
    footer#pageFooter {
      padding-top: 60px; } }
  footer#pageFooter .container {
    max-width: 1440px; }
  @media print, screen and (min-width: 64em) {
    footer#pageFooter {
      padding-bottom: 2rem;
      padding-top: 80px; } }
  footer#pageFooter a {
    color: #fff;
    text-decoration: underline; }
    footer#pageFooter a:not(:has(*)):not([class])::before {
      content: normal; }
    footer#pageFooter a:not(:empty):focus-visible {
      outline: 2px solid #FFF;
      outline-offset: 2px; }
  footer#pageFooter img {
    width: 120px;
    max-width: 100%;
    height: auto; }
    @media print, screen and (min-width: 64em) {
      footer#pageFooter img {
        width: 150px; } }
  footer#pageFooter .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 48em) {
      footer#pageFooter .grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  footer#pageFooter .footernavs {
    display: block;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
    @media screen and (min-width: 48em) {
      footer#pageFooter .footernavs {
        width: calc(58.3333333333% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    @media print, screen and (min-width: 64em) {
      footer#pageFooter .footernavs {
        width: calc(66.6666666667% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    footer#pageFooter .footernavs ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      footer#pageFooter .footernavs ul li a {
        text-decoration: none; }
      footer#pageFooter .footernavs ul.footernav-main {
        margin-top: 30px;
        margin-bottom: 40px; }
        @media screen and (min-width: 48em) {
          footer#pageFooter .footernavs ul.footernav-main {
            max-width: 100%;
            display: flow-root;
            margin-top: 0; } }
        @media screen and (min-width: 48em) {
          footer#pageFooter .footernavs ul.footernav-main li {
            float: left; } }
      footer#pageFooter .footernavs ul.footernav-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 30px;
        margin-bottom: 40px; }
        @media screen and (min-width: 48em) {
          footer#pageFooter .footernavs ul.footernav-social {
            margin-top: 0;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-bottom: 24px;
            margin-left: -15px; } }
        @media print, screen and (min-width: 64em) {
          footer#pageFooter .footernavs ul.footernav-social {
            margin-left: 0;
            margin-bottom: 18px; } }
        footer#pageFooter .footernavs ul.footernav-social li a {
          font-size: 2.2rem;
          margin: 0.8rem; }
          @media print, screen and (min-width: 64em) {
            footer#pageFooter .footernavs ul.footernav-social li a {
              margin: 0 1rem 0 0; } }
      footer#pageFooter .footernavs ul.footernav-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 0 !important; }
        @media screen and (min-width: 48em) {
          footer#pageFooter .footernavs ul.footernav-main {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        footer#pageFooter .footernavs ul.footernav-main li a {
          font-size: 18px;
          display: block;
          margin: 2rem 1rem 0 0;
          margin-right: 0;
          margin-top: 1rem;
          margin-left: 0;
          letter-spacing: 0.1rem; }
          @media screen and (min-width: 48em) {
            footer#pageFooter .footernavs ul.footernav-main li a {
              margin: 10px 1.5rem 0 0; } }
          @media print, screen and (min-width: 64em) {
            footer#pageFooter .footernavs ul.footernav-main li a {
              margin: 2px 1.5rem 0 0; } }
  footer#pageFooter .footerinfo {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    text-align: center; }
    @media screen and (min-width: 48em) {
      footer#pageFooter .footerinfo {
        width: calc(33.3333333333% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        margin-top: 2.5rem; } }
    @media print, screen and (min-width: 64em) {
      footer#pageFooter .footerinfo {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        margin-top: -26px; } }
    footer#pageFooter .footerinfo .copyright {
      font-size: 18px; }
    footer#pageFooter .footerinfo .footerinfo-main {
      margin: 1rem 0; }
    footer#pageFooter .footerinfo img {
      margin: auto; }

#skipLinksNav {
  height: 0; }
  #skipLinksNav a {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 50%;
    border: 1px solid #003963;
    border-width: 0 1px 1px;
    background: #fefefe;
    padding: 0.625rem 0.9375rem;
    translate: -50% -100%;
    -webkit-transition: translate 250ms ease-out;
    -o-transition: translate 250ms ease-out;
    transition: translate 250ms ease-out;
    margin-left: -220px;
    font-family: "corporate-bold", Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.27;
    text-decoration: none; }
    #skipLinksNav a:before {
      content: normal; }
    #skipLinksNav a:focus {
      outline: none;
      translate: -50% 0; }

@media screen and (max-width: 64.06125em) {
  .navigations {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: none; }
    .mobilenavpushed .navigations {
      display: block;
      overflow-y: auto; } }

@media screen and (min-width: 75em) {
  .navigations {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 1199px) {
  #pageHeader .inner {
    padding-right: 0;
    padding-left: 0; }
  .navigations {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    min-height: 100vh;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    display: none; }
    .mobilenavpushed .navigations {
      display: block;
      border-top: 1px #e3e6e5 solid; }
  .mobilenavpushed #pageHeader .inner {
    height: 100vh;
    overflow-y: auto; }
  .mobilenavpushed #pageHeader .metanav, .mobilenavpushed #pageHeader .langNav {
    display: block;
    width: 100%;
    padding: 0; }
    .mobilenavpushed #pageHeader .metanav li, .mobilenavpushed #pageHeader .langNav li {
      display: none; }
      .mobilenavpushed #pageHeader .metanav li.share_price_wrapper, .mobilenavpushed #pageHeader .langNav li.share_price_wrapper {
        display: block;
        text-align: right;
        margin-top: 17px;
        margin-bottom: 33px; } }
      @media screen and (max-width: 1199px) and (min-width: 48em) {
        .mobilenavpushed #pageHeader .metanav li.share_price_wrapper, .mobilenavpushed #pageHeader .langNav li.share_price_wrapper {
          margin-top: 33px;
          margin-bottom: 41px; } }

@media (max-width: 1199px) {
        .mobilenavpushed #pageHeader .metanav li.share_price_wrapper a, .mobilenavpushed #pageHeader .langNav li.share_price_wrapper a {
          padding-right: 0 !important; }
        .mobilenavpushed #pageHeader .metanav li.share_price_wrapper span#share-price, .mobilenavpushed #pageHeader .langNav li.share_price_wrapper span#share-price {
          font-size: 16px;
          padding-right: 0; }
  .mobilenavpushed #pageHeader .langNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 1rem 0; }
    .mobilenavpushed #pageHeader .langNav li {
      display: block; } }

#stage .swiper-paginationContainer, .news-swiper .swiper-paginationContainer, .image-swiper .swiper-paginationContainer, .pagesMenuSwiper .swiper-paginationContainer {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 100%; }

#stage .swiper-pagination span, .news-swiper .swiper-pagination span, .image-swiper .swiper-pagination span, .pagesMenuSwiper .swiper-pagination span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  margin: 0 3px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  border: 1px #003963 solid; }
  #stage .swiper-pagination span.swiper-pagination-bullet-active, .news-swiper .swiper-pagination span.swiper-pagination-bullet-active, .image-swiper .swiper-pagination span.swiper-pagination-bullet-active, .pagesMenuSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #003963;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }

/* Header-Slideshow-Swiper, News-Slider */
#stage .swiper-container,
#stage .swiper-wrapper, .news-swiper .swiper-container,
.news-swiper .swiper-wrapper, .image-swiper .swiper-container,
.image-swiper .swiper-wrapper, .pagesMenuSwiper .swiper-container,
.pagesMenuSwiper .swiper-wrapper {
  height: 100%;
  width: 100%; }

#stage .swiper-slide .stage_img, .news-swiper .swiper-slide .stage_img, .image-swiper .swiper-slide .stage_img, .pagesMenuSwiper .swiper-slide .stage_img {
  position: relative; }

#stage .swiper-slide img, .news-swiper .swiper-slide img, .image-swiper .swiper-slide img, .pagesMenuSwiper .swiper-slide img {
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto; }

#stage .swiper-slide > a, .news-swiper .swiper-slide > a, .image-swiper .swiper-slide > a, .pagesMenuSwiper .swiper-slide > a {
  display: block; }

#stage .swiper-button-prev,
#stage .swiper-button-next, .news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next, .image-swiper .swiper-button-prev,
.image-swiper .swiper-button-next, .pagesMenuSwiper .swiper-button-prev,
.pagesMenuSwiper .swiper-button-next {
  top: auto;
  bottom: -26px;
  left: 0;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  background-color: #fff;
  border: 1px solid #7f8b93;
  background-image: url(../Images/left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  display: none; }
  @media screen and (min-width: 48em) {
    #stage .swiper-button-prev,
    #stage .swiper-button-next, .news-swiper .swiper-button-prev,
    .news-swiper .swiper-button-next, .image-swiper .swiper-button-prev,
    .image-swiper .swiper-button-next, .pagesMenuSwiper .swiper-button-prev,
    .pagesMenuSwiper .swiper-button-next {
      display: block; } }
  @media screen and (min-width: 64em) {
    #stage .swiper-button-prev,
    #stage .swiper-button-next, .news-swiper .swiper-button-prev,
    .news-swiper .swiper-button-next, .image-swiper .swiper-button-prev,
    .image-swiper .swiper-button-next, .pagesMenuSwiper .swiper-button-prev,
    .pagesMenuSwiper .swiper-button-next {
      bottom: 46.578%; } }
  #stage .swiper-button-prev.swiper-button-disabled,
  #stage .swiper-button-next.swiper-button-disabled, .news-swiper .swiper-button-prev.swiper-button-disabled,
  .news-swiper .swiper-button-next.swiper-button-disabled, .image-swiper .swiper-button-prev.swiper-button-disabled,
  .image-swiper .swiper-button-next.swiper-button-disabled, .pagesMenuSwiper .swiper-button-prev.swiper-button-disabled,
  .pagesMenuSwiper .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto; }
  #stage .swiper-button-prev:hover,
  #stage .swiper-button-next:hover, .news-swiper .swiper-button-prev:hover,
  .news-swiper .swiper-button-next:hover, .image-swiper .swiper-button-prev:hover,
  .image-swiper .swiper-button-next:hover, .pagesMenuSwiper .swiper-button-prev:hover,
  .pagesMenuSwiper .swiper-button-next:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #stage .swiper-button-prev:after,
  #stage .swiper-button-next:after, .news-swiper .swiper-button-prev:after,
  .news-swiper .swiper-button-next:after, .image-swiper .swiper-button-prev:after,
  .image-swiper .swiper-button-next:after, .pagesMenuSwiper .swiper-button-prev:after,
  .pagesMenuSwiper .swiper-button-next:after {
    content: none !important; }

#stage .swiper-button-next, .news-swiper .swiper-button-next, .image-swiper .swiper-button-next, .pagesMenuSwiper .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url(../Images/right.svg); }

/* News-Slider */
.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
  bottom: 50%; }

/* content swiper element */
.content-swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px; }
  .content-swiper .swiper-scrollbar {
    display: none; }
  .content-swiper .swiper-slide {
    width: auto; }
  .content-swiper .swiper-button-next:after,
  .content-swiper .swiper-container-rtl .swiper-button-prev:after,
  .content-swiper .swiper-button-prev:after, .content-swiper .swiper-container-rtl .swiper-button-next:after {
    display: none; }
  .content-swiper .swiper-vid-container {
    width: 100%;
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .content-swiper .swiper-vid-container {
        width: auto;
        margin: 0 100px 0 100px; } }
  .content-swiper .swiper-scrollbar {
    display: none !important; }
  .content-swiper .swiper-vid-main-wrapper {
    height: 315px; }
  .content-swiper #vid_frame {
    float: left;
    max-width: 100%; }
  .content-swiper #vid_desc {
    padding: 20px !important;
    margin: 0px 100px 0px 660px;
    height: 315px;
    background-color: #e2e6e5;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .content-swiper #vid_desc {
        display: block; } }
  .content-swiper .from-setup {
    padding-bottom: 120px;
    margin-bottom: 0; }
    .content-swiper .from-setup h2, .content-swiper .from-setup .frame-type-menu_pages .title, .frame-type-menu_pages .content-swiper .from-setup .title, .content-swiper .from-setup .frame-type-menu_subpages .title, .frame-type-menu_subpages .content-swiper .from-setup .title {
      font-weight: bold; }
    .content-swiper .from-setup .swiper-slide {
      border-top: 16px solid #fff;
      width: 234px; }
    .content-swiper .from-setup .clicked {
      border-color: #0096d1; }
    .content-swiper .from-setup .no-hl {
      border-color: #fff !important; }
    .content-swiper .from-setup .vid-thumb img {
      width: 234px;
      height: 132px; }
    .content-swiper .from-setup .bg {
      background-size: 27px 44px;
      background-repeat: no-repeat;
      z-index: 0;
      width: 101px;
      height: 211px;
      position: absolute;
      top: -136px;
      background-color: #d5d5d5;
      opacity: 0.8; }
    .content-swiper .from-setup .swiper-button-prev .bg {
      left: -10px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      background-position: 10px 83px; }
    .content-swiper .from-setup .swiper-button-next .bg {
      left: -65px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      background-position: 60px 83px; }
    .content-swiper .from-setup .swiper-pagination {
      position: absolute;
      top: 230px; }
    .content-swiper .from-setup .vid-title {
      text-align: center;
      padding: 10px;
      font-weight: bold;
      color: #666;
      background-color: #e2e6e5;
      height: 79px;
      overflow: hidden;
      line-height: 1.2; }

@media only screen and (max-width: 1023px) {
  .content-swiper #vid_frame {
    width: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1023px) {
  .content-swiper .from-setup .swiper-button-next .bg {
    left: -64px; }
  .content-swiper .from-setup .bg {
    height: 212px;
    top: -158px; } }

div.darkSite-Alert {
  min-height: 0 !important;
  max-height: inherit;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 12;
  background: #515D6A;
  width: 100vw;
  max-width: 100vw;
  color: #fff !important;
  height: auto; }
  div.darkSite-Alert.animate {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  div.darkSite-Alert .container {
    position: relative;
    text-align: center;
    max-width: 95vw; }
    div.darkSite-Alert .container .grid.small-centered .cell.offsetRight {
      width: 100%;
      margin: 0;
      padding-top: 40px; }
      @media screen and (min-width: 768px) {
        div.darkSite-Alert .container .grid.small-centered .cell.offsetRight {
          padding-top: 0; } }
  div.darkSite-Alert a.button, div.darkSite-Alert .gradient-teaser a, .gradient-teaser div.darkSite-Alert a, div.darkSite-Alert .section-gray a, .section-gray div.darkSite-Alert a, div.darkSite-Alert .specsteaser a, .specsteaser div.darkSite-Alert a, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert a.button, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap div.darkSite-Alert input.powermail_submit, div.darkSite-Alert .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert input.powermail_submit, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap div.darkSite-Alert button.powermail_submit, div.darkSite-Alert .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert button.powermail_submit, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap div.darkSite-Alert .buttonelement, div.darkSite-Alert .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert .buttonelement, div.darkSite-Alert .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap div.darkSite-Alert input.powermail_submit, div.darkSite-Alert .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap div.darkSite-Alert button.powermail_submit, div.darkSite-Alert .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap div.darkSite-Alert .buttonelement {
    background-color: #515D6A;
    color: #fff !important;
    border: 1px solid #fff; }
    div.darkSite-Alert a.button:hover, div.darkSite-Alert .gradient-teaser a:hover, .gradient-teaser div.darkSite-Alert a:hover, div.darkSite-Alert .section-gray a:hover, .section-gray div.darkSite-Alert a:hover, div.darkSite-Alert .specsteaser a:hover, .specsteaser div.darkSite-Alert a:hover, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert a.button:hover, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap div.darkSite-Alert input.powermail_submit:hover, div.darkSite-Alert .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert input.powermail_submit:hover, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap div.darkSite-Alert button.powermail_submit:hover, div.darkSite-Alert .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert button.powermail_submit:hover, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap div.darkSite-Alert .buttonelement:hover, div.darkSite-Alert .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert .buttonelement:hover, div.darkSite-Alert .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap div.darkSite-Alert input.powermail_submit:hover, div.darkSite-Alert .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap div.darkSite-Alert button.powermail_submit:hover, div.darkSite-Alert .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap div.darkSite-Alert .buttonelement:hover, div.darkSite-Alert a.button:focus, div.darkSite-Alert .gradient-teaser a:focus, .gradient-teaser div.darkSite-Alert a:focus, div.darkSite-Alert .section-gray a:focus, .section-gray div.darkSite-Alert a:focus, div.darkSite-Alert .specsteaser a:focus, .specsteaser div.darkSite-Alert a:focus, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more a.button:focus, .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert a.button:focus, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:focus, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap div.darkSite-Alert input.powermail_submit:focus, div.darkSite-Alert .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:focus, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert input.powermail_submit:focus, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:focus, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap div.darkSite-Alert button.powermail_submit:focus, div.darkSite-Alert .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:focus, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert button.powermail_submit:focus, div.darkSite-Alert .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:focus, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap div.darkSite-Alert .buttonelement:focus, div.darkSite-Alert .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:focus, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more div.darkSite-Alert .buttonelement:focus, div.darkSite-Alert .powermail_fieldwrap input.powermail_submit:focus, .powermail_fieldwrap div.darkSite-Alert input.powermail_submit:focus, div.darkSite-Alert .powermail_fieldwrap button.powermail_submit:focus, .powermail_fieldwrap div.darkSite-Alert button.powermail_submit:focus, div.darkSite-Alert .tx-bgmrss .button-wrap .buttonelement:focus, .tx-bgmrss .button-wrap div.darkSite-Alert .buttonelement:focus {
      background-color: #515D6A;
      color: #fff !important;
      border: 1px solid #fff; }
  div.darkSite-Alert div#alert-close-button {
    position: absolute;
    top: 3%;
    right: 4%;
    border: 1px #adb5ba solid;
    z-index: 4;
    border-radius: 137px;
    padding: 4px;
    padding-left: 11px;
    padding-right: 12px;
    color: #fff;
    background: #adb5ba;
    cursor: pointer; }
    @media screen and (min-width: 75em) {
      div.darkSite-Alert div#alert-close-button {
        top: 10%;
        right: 4%; } }

@-webkit-keyframes fadeInUpMargin {
  0% {
    opacity: 0;
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes fadeInUpMargin {
  0% {
    opacity: 0;
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }

#mobileNav {
  position: absolute;
  top: 0;
  left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  cursor: pointer; }
  @media screen and (min-width: 75em) {
    #mobileNav {
      display: none; } }
  @media only screen and (max-width: 420px) {
    #mobileNav {
      left: 6px; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    #mobileNav {
      left: 10px; } }

#mobiletrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px 0;
  color: #003963; }
  #mobiletrigger .hamburger {
    display: inline-block; }
  #mobiletrigger .close {
    display: none;
    margin-top: 3px;
    margin-left: -3px; }
  .mobilenavpushed #mobiletrigger .hamburger {
    display: none; }
  .mobilenavpushed #mobiletrigger .close {
    display: inline-block; }

#pageHeader .metanav, #pageHeader .langNav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 0;
  text-transform: uppercase;
  display: none; }
  [data-whatinput='mouse'] #pageHeader .metanav li, [data-whatinput='mouse'] #pageHeader .langNav li {
    outline: 0; }
  #pageHeader .metanav a, #pageHeader .langNav a,
  #pageHeader .metanav .button,
  #pageHeader .langNav .button,
  #pageHeader .metanav .gradient-teaser a,
  .gradient-teaser #pageHeader .metanav a,
  #pageHeader .langNav .gradient-teaser a,
  .gradient-teaser #pageHeader .langNav a,
  #pageHeader .metanav .section-gray a,
  .section-gray #pageHeader .metanav a,
  #pageHeader .langNav .section-gray a,
  .section-gray #pageHeader .langNav a,
  #pageHeader .metanav .specsteaser a,
  .specsteaser #pageHeader .metanav a,
  #pageHeader .langNav .specsteaser a,
  .specsteaser #pageHeader .langNav a,
  #pageHeader .metanav .specsteaser .powermail_fieldwrap input.powermail_submit,
  .specsteaser .powermail_fieldwrap #pageHeader .metanav input.powermail_submit,
  #pageHeader .langNav .specsteaser .powermail_fieldwrap input.powermail_submit,
  .specsteaser .powermail_fieldwrap #pageHeader .langNav input.powermail_submit,
  #pageHeader .metanav .powermail_fieldwrap .specsteaser input.powermail_submit,
  .powermail_fieldwrap .specsteaser #pageHeader .metanav input.powermail_submit,
  #pageHeader .langNav .powermail_fieldwrap .specsteaser input.powermail_submit,
  .powermail_fieldwrap .specsteaser #pageHeader .langNav input.powermail_submit,
  #pageHeader .metanav .specsteaser .powermail_fieldwrap button.powermail_submit,
  .specsteaser .powermail_fieldwrap #pageHeader .metanav button.powermail_submit,
  #pageHeader .langNav .specsteaser .powermail_fieldwrap button.powermail_submit,
  .specsteaser .powermail_fieldwrap #pageHeader .langNav button.powermail_submit,
  #pageHeader .metanav .powermail_fieldwrap .specsteaser button.powermail_submit,
  .powermail_fieldwrap .specsteaser #pageHeader .metanav button.powermail_submit,
  #pageHeader .langNav .powermail_fieldwrap .specsteaser button.powermail_submit,
  .powermail_fieldwrap .specsteaser #pageHeader .langNav button.powermail_submit,
  #pageHeader .metanav .specsteaser .tx-bgmrss .button-wrap .buttonelement,
  .specsteaser .tx-bgmrss .button-wrap #pageHeader .metanav .buttonelement,
  #pageHeader .langNav .specsteaser .tx-bgmrss .button-wrap .buttonelement,
  .specsteaser .tx-bgmrss .button-wrap #pageHeader .langNav .buttonelement,
  #pageHeader .metanav .tx-bgmrss .button-wrap .specsteaser .buttonelement,
  .tx-bgmrss .button-wrap .specsteaser #pageHeader .metanav .buttonelement,
  #pageHeader .langNav .tx-bgmrss .button-wrap .specsteaser .buttonelement,
  .tx-bgmrss .button-wrap .specsteaser #pageHeader .langNav .buttonelement,
  #pageHeader .metanav .tx-mtu-newsroom .list #newsroom-show-more a.button,
  .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .metanav a.button,
  #pageHeader .langNav .tx-mtu-newsroom .list #newsroom-show-more a.button,
  .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .langNav a.button,
  #pageHeader .metanav .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap #pageHeader .metanav input.powermail_submit,
  #pageHeader .langNav .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap #pageHeader .langNav input.powermail_submit,
  #pageHeader .metanav .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .metanav input.powermail_submit,
  #pageHeader .langNav .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .langNav input.powermail_submit,
  #pageHeader .metanav .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap #pageHeader .metanav button.powermail_submit,
  #pageHeader .langNav .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap #pageHeader .langNav button.powermail_submit,
  #pageHeader .metanav .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .metanav button.powermail_submit,
  #pageHeader .langNav .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .langNav button.powermail_submit,
  #pageHeader .metanav .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap #pageHeader .metanav .buttonelement,
  #pageHeader .langNav .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap #pageHeader .langNav .buttonelement,
  #pageHeader .metanav .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .metanav .buttonelement,
  #pageHeader .langNav .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more #pageHeader .langNav .buttonelement {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  #pageHeader .metanav input, #pageHeader .langNav input,
  #pageHeader .metanav select,
  #pageHeader .langNav select, #pageHeader .metanav a, #pageHeader .langNav a,
  #pageHeader .metanav button,
  #pageHeader .langNav button {
    margin-bottom: 0; }
  #pageHeader .metanav input, #pageHeader .langNav input {
    display: inline-block; }
  #pageHeader .metanav a, #pageHeader .langNav a {
    color: #033662;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
    font-family: "corporate-bold", Arial, sans-serif; }
    #pageHeader .metanav a:hover, #pageHeader .langNav a:hover {
      opacity: 0.7; }
  #pageHeader .metanav li, #pageHeader .langNav li {
    position: relative;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (min-width: 75em) {
      #pageHeader .metanav li, #pageHeader .langNav li {
        margin-left: 40px; } }
    @media screen and (min-width: 75em) {
      #pageHeader .metanav li a, #pageHeader .langNav li a {
        padding-left: 25px; }
        #pageHeader .metanav li a svg, #pageHeader .langNav li a svg {
          position: absolute;
          left: 0;
          top: -2px; } }
    @media screen and (min-width: 75em) {
      #pageHeader .metanav li.share_price_wrapper, #pageHeader .langNav li.share_price_wrapper {
        margin-top: -1px; } }
    #pageHeader .metanav li.share_price_wrapper a, #pageHeader .langNav li.share_price_wrapper a {
      font-family: "corporate", Arial, sans-serif;
      padding-left: 18px;
      position: relative;
      display: inline-block; }
      @media screen and (min-width: 75em) {
        #pageHeader .metanav li.share_price_wrapper a, #pageHeader .langNav li.share_price_wrapper a {
          padding-left: 20px; } }
      #pageHeader .metanav li.share_price_wrapper a #share-price strong, #pageHeader .langNav li.share_price_wrapper a #share-price strong {
        font-family: "corporate-bold", Arial, sans-serif;
        font-weight: normal;
        display: inline-block;
        padding-right: 3px; }
    #pageHeader .metanav li.share_price_wrapper svg, #pageHeader .langNav li.share_price_wrapper svg {
      position: absolute;
      left: 0;
      top: 3px; }
  @media screen and (min-width: 75em) {
    #pageHeader .metanav, #pageHeader .langNav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 24px; } }

.share_price_mobile_wrapper {
  margin: 20px 1.875rem 0px 1.875rem;
  text-align: center;
  text-transform: uppercase; }
  .share_price_mobile_wrapper .share_price_mobile_inner {
    padding: 10px 0px 10px 0px;
    background-color: #e6e6e6; }
  .share_price_mobile_wrapper img.share_price_mobile_icon {
    display: inline-block;
    max-width: 18px;
    margin: 0px 7px 0px 0px; }
  .share_price_mobile_wrapper a {
    color: #515D6A; }
  @media screen and (min-width: 75em) {
    .share_price_mobile_wrapper {
      display: none; } }

#pageHeader .langNav {
  position: absolute;
  top: 18px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #pageHeader .langNav li {
    border-right: 1px solid #7f8b93;
    font-family: "corporate", Arial, sans-serif;
    margin-left: 0;
    margin-right: 0; }
    #pageHeader .langNav li:last-of-type {
      border-right: none; }
      #pageHeader .langNav li:last-of-type a {
        padding-right: 0; }
        @media screen and (min-width: 75em) {
          #pageHeader .langNav li:last-of-type a {
            padding-right: 6px; } }
    #pageHeader .langNav li a {
      font-size: 16px;
      line-height: 22px;
      color: #515e69;
      letter-spacing: 0;
      font-family: "corporate", Arial, sans-serif; }
      @media screen and (min-width: 75em) {
        #pageHeader .langNav li a {
          line-height: 22px;
          padding: 0 6px; } }
      #pageHeader .langNav li a:hover {
        color: #003963; }
    #pageHeader .langNav li.act a {
      font-family: "corporate-bold", Arial, sans-serif;
      color: #003963; }
  @media screen and (min-width: 75em) {
    #pageHeader .langNav {
      position: static;
      margin-left: 40px; } }

ul#mainnav, .navigations ul.footernav-main {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #033662; }

@media screen and (min-width: 75em) {
  #mainnav, .navigations .footernav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem; }
    #mainnav *, .navigations .footernav-main * {
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
    #mainnav li > a, .navigations .footernav-main li > a {
      text-transform: uppercase;
      color: #515e69;
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 2px;
      font-family: "corporate", Arial, sans-serif; }
      #mainnav li > a:active, .navigations .footernav-main li > a:active, #mainnav li > a:focus, .navigations .footernav-main li > a:focus {
        color: #003963;
        outline-color: #003963; }
    #mainnav > li, .navigations .footernav-main > li {
      padding: 0 0.25rem; }
      #mainnav > li > a, .navigations .footernav-main > li > a {
        padding: 1rem 0.75rem;
        padding-left: 0;
        padding-right: 0; }
    #mainnav .subnav1 *, .navigations .footernav-main .subnav1 *,
    #mainnav .subnav2 *,
    .navigations .footernav-main .subnav2 *,
    #mainnav .subnav3 *,
    .navigations .footernav-main .subnav3 * {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    #mainnav .subnav1 li, .navigations .footernav-main .subnav1 li,
    #mainnav .subnav2 li,
    .navigations .footernav-main .subnav2 li,
    #mainnav .subnav3 li,
    .navigations .footernav-main .subnav3 li {
      border-bottom: 1px #D4D8DB solid; }
      #mainnav .subnav1 li.nav-parent, .navigations .footernav-main .subnav1 li.nav-parent,
      #mainnav .subnav2 li.nav-parent,
      .navigations .footernav-main .subnav2 li.nav-parent,
      #mainnav .subnav3 li.nav-parent,
      .navigations .footernav-main .subnav3 li.nav-parent {
        border-bottom: 1px #D4D8DB solid; }
      #mainnav .subnav1 li a, .navigations .footernav-main .subnav1 li a,
      #mainnav .subnav2 li a,
      .navigations .footernav-main .subnav2 li a,
      #mainnav .subnav3 li a,
      .navigations .footernav-main .subnav3 li a {
        text-transform: none;
        font-size: 18px;
        border-bottom: none;
        letter-spacing: 0;
        font-weight: bold; }
      #mainnav .subnav1 li .go-to-sub, .navigations .footernav-main .subnav1 li .go-to-sub,
      #mainnav .subnav2 li .go-to-sub,
      .navigations .footernav-main .subnav2 li .go-to-sub,
      #mainnav .subnav3 li .go-to-sub,
      .navigations .footernav-main .subnav3 li .go-to-sub {
        color: #7d9db1;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important; }
      #mainnav .subnav1 li:hover > a, .navigations .footernav-main .subnav1 li:hover > a,
      #mainnav .subnav2 li:hover > a,
      .navigations .footernav-main .subnav2 li:hover > a,
      #mainnav .subnav3 li:hover > a,
      .navigations .footernav-main .subnav3 li:hover > a {
        color: #003963; }
        #mainnav .subnav1 li:hover > a .blurColor, .navigations .footernav-main .subnav1 li:hover > a .blurColor,
        #mainnav .subnav2 li:hover > a .blurColor,
        .navigations .footernav-main .subnav2 li:hover > a .blurColor,
        #mainnav .subnav3 li:hover > a .blurColor,
        .navigations .footernav-main .subnav3 li:hover > a .blurColor {
          color: #003963; }
      #mainnav .subnav1 li:hover > .go-to-sub, .navigations .footernav-main .subnav1 li:hover > .go-to-sub,
      #mainnav .subnav2 li:hover > .go-to-sub,
      .navigations .footernav-main .subnav2 li:hover > .go-to-sub,
      #mainnav .subnav3 li:hover > .go-to-sub,
      .navigations .footernav-main .subnav3 li:hover > .go-to-sub {
        color: #003963; }
      #mainnav .subnav1 li:hover li a, .navigations .footernav-main .subnav1 li:hover li a,
      #mainnav .subnav2 li:hover li a,
      .navigations .footernav-main .subnav2 li:hover li a,
      #mainnav .subnav3 li:hover li a,
      .navigations .footernav-main .subnav3 li:hover li a {
        border-bottom: none; }
      #mainnav .subnav1 li:hover li:hover > a, .navigations .footernav-main .subnav1 li:hover li:hover > a,
      #mainnav .subnav2 li:hover li:hover > a,
      .navigations .footernav-main .subnav2 li:hover li:hover > a,
      #mainnav .subnav3 li:hover li:hover > a,
      .navigations .footernav-main .subnav3 li:hover li:hover > a {
        color: #003963; }
      #mainnav .subnav1 li:hover li:hover > .go-to-sub, .navigations .footernav-main .subnav1 li:hover li:hover > .go-to-sub,
      #mainnav .subnav2 li:hover li:hover > .go-to-sub,
      .navigations .footernav-main .subnav2 li:hover li:hover > .go-to-sub,
      #mainnav .subnav3 li:hover li:hover > .go-to-sub,
      .navigations .footernav-main .subnav3 li:hover li:hover > .go-to-sub {
        color: #003963; }
      #mainnav .subnav1 li:hover li:hover li > a .go-to-sub, .navigations .footernav-main .subnav1 li:hover li:hover li > a .go-to-sub,
      #mainnav .subnav2 li:hover li:hover li > a .go-to-sub,
      .navigations .footernav-main .subnav2 li:hover li:hover li > a .go-to-sub,
      #mainnav .subnav3 li:hover li:hover li > a .go-to-sub,
      .navigations .footernav-main .subnav3 li:hover li:hover li > a .go-to-sub {
        color: #D4D8DB; }
      #mainnav .subnav1 li:hover li:hover li:hover a, .navigations .footernav-main .subnav1 li:hover li:hover li:hover a,
      #mainnav .subnav2 li:hover li:hover li:hover a,
      .navigations .footernav-main .subnav2 li:hover li:hover li:hover a,
      #mainnav .subnav3 li:hover li:hover li:hover a,
      .navigations .footernav-main .subnav3 li:hover li:hover li:hover a {
        color: #003963; }
    #mainnav .subnav1 li.toOverviewpage, .navigations .footernav-main .subnav1 li.toOverviewpage,
    #mainnav .subnav2 li.toOverviewpage,
    .navigations .footernav-main .subnav2 li.toOverviewpage,
    #mainnav .subnav3 li.toOverviewpage,
    .navigations .footernav-main .subnav3 li.toOverviewpage {
      border: none;
      min-height: 60px;
      padding: 0;
      margin-bottom: 5px;
      padding-left: 0.25rem;
      font-weight: bold; }
    #mainnav .subnav1 li a.blurColor, .navigations .footernav-main .subnav1 li a.blurColor,
    #mainnav .subnav2 li a.blurColor,
    .navigations .footernav-main .subnav2 li a.blurColor {
      color: #D4D8DB; }
      #mainnav .subnav1 li a.blurColor:hover, .navigations .footernav-main .subnav1 li a.blurColor:hover,
      #mainnav .subnav2 li a.blurColor:hover,
      .navigations .footernav-main .subnav2 li a.blurColor:hover {
        color: #003963 !important; }
    #mainnav .subnav1 li.nav-parent.active > a.blurColor, .navigations .footernav-main .subnav1 li.nav-parent.active > a.blurColor,
    #mainnav .subnav2 li.nav-parent.active > a.blurColor,
    .navigations .footernav-main .subnav2 li.nav-parent.active > a.blurColor {
      color: #003963 !important; }
    #mainnav .go-to-sub, .navigations .footernav-main .go-to-sub {
      display: none; }
    #mainnav > li:hover > a, .navigations .footernav-main > li:hover > a {
      color: #003963; }
    #mainnav > li.nav-parent:hover > a, .navigations .footernav-main > li.nav-parent:hover > a {
      color: #003963; }
    #mainnav > li.nav-parent:after, .navigations .footernav-main > li.nav-parent:after {
      display: block;
      content: '';
      border-bottom: 3px solid #003963;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: -webkit-transform 250ms ease-in-out;
      -o-transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
      position: relative;
      top: auto;
      bottom: -5px; }
    #mainnav > li.nav-parent.active:after, .navigations .footernav-main > li.nav-parent.active:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    #mainnav > li.nav-parent .subnav1, .navigations .footernav-main > li.nav-parent .subnav1 {
      visibility: visible; }
      #mainnav > li.nav-parent .subnav1 > .nav-parent > .go-to-sub, .navigations .footernav-main > li.nav-parent .subnav1 > .nav-parent > .go-to-sub {
        display: inline-block;
        position: absolute;
        right: 10px;
        margin-top: 2px; }
      #mainnav > li.nav-parent .subnav1 li.overviewTitle, .navigations .footernav-main > li.nav-parent .subnav1 li.overviewTitle {
        display: none; }
    #mainnav > li.nav-parent .subnav2 > .nav-parent > a, .navigations .footernav-main > li.nav-parent .subnav2 > .nav-parent > a {
      padding-right: 10px; }
    #mainnav > li.nav-parent .subnav2 > .nav-parent > .go-to-sub, .navigations .footernav-main > li.nav-parent .subnav2 > .nav-parent > .go-to-sub {
      display: inline-block;
      position: absolute;
      right: 10px;
      margin-top: 2px; }
    #mainnav > li.nav-parent .subheader-teaser, .navigations .footernav-main > li.nav-parent .subheader-teaser {
      visibility: visible; }
  .dropdown {
    display: none;
    position: absolute;
    top: 120px;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 0;
    padding-bottom: 25px;
    opacity: 1; }
    .dropdown .centered {
      max-width: 1440px;
      display: block;
      margin: 0 auto;
      background-color: #fff;
      position: relative;
      padding: 3rem 0;
      padding-top: 38px;
      -webkit-box-shadow: 0px 13px 44px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 13px 44px rgba(0, 0, 0, 0.08); }
      .dropdown .centered .container {
        max-width: 100%; }
    .dropdown .desktopOverviewTitle {
      font-size: 48px;
      line-height: 54px;
      margin-left: 30px;
      margin-right: 30px;
      border-bottom: 1px #D4D8DB solid;
      padding-bottom: 14px;
      margin-bottom: 30px;
      font-family: "corporate-bold", Arial, sans-serif; }
      .dropdown .desktopOverviewTitle a {
        color: #003963; }
    .dropdown .dropdown_close {
      position: absolute;
      right: 27px;
      width: 40px;
      height: 40px;
      top: 45px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      cursor: pointer;
      z-index: 1;
      border: 2px #003963 solid;
      border-radius: 50%; }
      .dropdown .dropdown_close:after, .dropdown .dropdown_close:before {
        content: "";
        position: absolute;
        display: block;
        top: 17px;
        left: 7px;
        width: 22px;
        height: 2px;
        background-color: #003963; }
      .dropdown .dropdown_close:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .dropdown .dropdown_close:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .dropdown .dropdown_close:hover, .dropdown .dropdown_close:focus {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .dropdown ul.subnav2, .dropdown ul.subnav3 {
      display: none; }
    .dropdown:not([style]) {
      display: block;
      opacity: 0; }
      .dropdown:not([style]) ul.subnav2, .dropdown:not([style]) ul.subnav3 {
        display: block;
        opacity: 0; }
    .dropdown .grid {
      position: relative;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .dropdown [class*="subnav"] {
      list-style: none;
      padding-left: 0; }
      .dropdown [class*="subnav"] li {
        padding: 0.25rem;
        padding-top: 9px;
        padding-bottom: 10px; }
    .dropdown .subnav1 {
      width: calc(33.3333333333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      position: relative; }
    .dropdown .subnav2 {
      position: absolute;
      right: calc(-105% - 1px);
      width: 105%;
      padding-left: 7%;
      top: 0;
      background: #fff;
      z-index: 1; }
      .dropdown .subnav2 a {
        text-transform: none; }
    .dropdown .subnav3 {
      position: absolute;
      right: -103%;
      width: 103%;
      padding-left: 7%;
      top: 0; }
      .dropdown .subnav3 a {
        text-transform: none; }
    .dropdown .subnav1 > li, .dropdown .subnav2 > li, .dropdown .subnav3 > li {
      border-bottom: 2px solid transparent;
      text-align: left; }
      .dropdown .subnav1 > li > a, .dropdown .subnav2 > li > a, .dropdown .subnav3 > li > a {
        border-bottom: 2px solid transparent;
        -webkit-transition: border-color 0.5s;
        -o-transition: border-color 0.5s;
        transition: border-color 0.5s;
        display: inline-block;
        width: 100%; }
      .dropdown .subnav1 > li:hover > a, .dropdown .subnav2 > li:hover > a, .dropdown .subnav3 > li:hover > a {
        border-color: #033662;
        color: #003963 !important;
        /* font-weight: bold; */ }
      .dropdown .subnav1 > li.nav-parent.active > a, .dropdown .subnav2 > li.nav-parent.active > a, .dropdown .subnav3 > li.nav-parent.active > a {
        color: #003963 !important; }
    .dropdown .subheader-teaser {
      width: calc(25% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      margin-right: 52px;
      letter-spacing: 0 !important; }
      .dropdown .subheader-teaser a {
        -webkit-transition: color, background-color 0.3s;
        -o-transition: color, background-color 0.3s;
        transition: color, background-color 0.3s; }
      .dropdown .subheader-teaser figcaption {
        padding-top: 18px !important;
        text-align: left; }
      .dropdown .subheader-teaser p {
        font-size: 16px;
        line-height: 22px; }
      .dropdown .subheader-teaser p.title {
        font-weight: bold;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px; }
    .dropdown button.close-subheader {
      margin: 0;
      border: 0;
      padding: 0;
      min-width: 0; } }

@media (max-width: 1199px) {
  #mainnav, .navigations .footernav-main {
    background: #fefefe;
    height: 100%; }
    #mainnav *:focus, .navigations .footernav-main *:focus {
      outline-color: #003963; }
    #mainnav ul, .navigations .footernav-main ul {
      padding: 0;
      margin: 0; }
    #mainnav li, .navigations .footernav-main li {
      text-align: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      border-bottom: 1px #D4D8DB solid;
      min-height: 63px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #mainnav li.overviewTitle, .navigations .footernav-main li.overviewTitle {
        border-bottom: none; }
        #mainnav li.overviewTitle > a, .navigations .footernav-main li.overviewTitle > a {
          font-size: 36px;
          line-height: 42px; }
      #mainnav li.toOverviewpage, .navigations .footernav-main li.toOverviewpage {
        border-bottom: none; }
        #mainnav li.toOverviewpage > a, .navigations .footernav-main li.toOverviewpage > a {
          font-weight: 400;
          font-family: "corporate-bold", Arial, sans-serif; }
      #mainnav li > a, .navigations .footernav-main li > a {
        color: #003963;
        font-size: 18px;
        line-height: 1.2;
        padding: 0; }
        #mainnav li > a:active, .navigations .footernav-main li > a:active, #mainnav li > a:focus, .navigations .footernav-main li > a:focus {
          color: #003963;
          outline-color: #003963; }
    #mainnav .go-to-sub, .navigations .footernav-main .go-to-sub, #mainnav .go-up, .navigations .footernav-main .go-up {
      width: 30%;
      height: auto;
      cursor: pointer;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    #mainnav .go-up, .navigations .footernav-main .go-up {
      border: none;
      text-transform: none;
      -webkit-box-pack: right;
      -webkit-justify-content: right;
          -ms-flex-pack: right;
              justify-content: right;
      padding-right: 0;
      width: 100%; }
      #mainnav .go-up svg, .navigations .footernav-main .go-up svg {
        margin-right: 5px; }
    #mainnav .go-to-sub, .navigations .footernav-main .go-to-sub {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 10px; }
    #mainnav .js-drilldown-back, .navigations .footernav-main .js-drilldown-back {
      border-bottom: none; }
      #mainnav .js-drilldown-back a, .navigations .footernav-main .js-drilldown-back a {
        font-weight: 400;
        border: none;
        opacity: 0; }
    #mainnav .nav-parent > a, .navigations .footernav-main .nav-parent > a, #mainnav .js-drilldown-back > a, .navigations .footernav-main .js-drilldown-back > a {
      width: 70%; }
    #mainnav .nav-parent > ul, .navigations .footernav-main .nav-parent > ul, #mainnav .nav-parent .dropdown, .navigations .footernav-main .nav-parent .dropdown, #mainnav .js-drilldown-back > ul, .navigations .footernav-main .js-drilldown-back > ul, #mainnav .js-drilldown-back .dropdown, .navigations .footernav-main .js-drilldown-back .dropdown {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      -o-transition: transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      background: #fefefe;
      overflow: visible; }
    #mainnav .nav-parent .dropdown, .navigations .footernav-main .nav-parent .dropdown,
    #mainnav .nav-parent .subnav2,
    .navigations .footernav-main .nav-parent .subnav2,
    #mainnav .nav-parent .subnav3,
    .navigations .footernav-main .nav-parent .subnav3, #mainnav .js-drilldown-back .dropdown, .navigations .footernav-main .js-drilldown-back .dropdown,
    #mainnav .js-drilldown-back .subnav2,
    .navigations .footernav-main .js-drilldown-back .subnav2,
    #mainnav .js-drilldown-back .subnav3,
    .navigations .footernav-main .js-drilldown-back .subnav3 {
      padding-left: 15px;
      padding-right: 15px; }
    #mainnav .nav-parent.active > ul, .navigations .footernav-main .nav-parent.active > ul, #mainnav .nav-parent.active .dropdown, .navigations .footernav-main .nav-parent.active .dropdown, #mainnav .js-drilldown-back.active > ul, .navigations .footernav-main .js-drilldown-back.active > ul, #mainnav .js-drilldown-back.active .dropdown, .navigations .footernav-main .js-drilldown-back.active .dropdown {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    #mainnav .nav-parent.active > .go-to-sub, .navigations .footernav-main .nav-parent.active > .go-to-sub, #mainnav .js-drilldown-back.active > .go-to-sub, .navigations .footernav-main .js-drilldown-back.active > .go-to-sub {
      border-bottom: none; }
    #mainnav .nav-parent .js-drilldown-back .go-to-sub, .navigations .footernav-main .nav-parent .js-drilldown-back .go-to-sub, #mainnav .js-drilldown-back .js-drilldown-back .go-to-sub, .navigations .footernav-main .js-drilldown-back .js-drilldown-back .go-to-sub {
      border-top: 1px solid #7f8b93; }
    #mainnav [class*="subnav"], .navigations .footernav-main [class*="subnav"] {
      top: 0;
      padding-left: 0;
      width: 100%;
      overflow-y: scroll; }
    #mainnav .subnav2, .navigations .footernav-main .subnav2 {
      z-index: 2; }
    #mainnav .subnav3, .navigations .footernav-main .subnav3 {
      z-index: 3; }
    #mainnav .container, .navigations .footernav-main .container {
      padding: 0; }
    #mainnav .subheader-teaser, .navigations .footernav-main .subheader-teaser {
      display: none; }
    #mainnav .dropdown, .navigations .footernav-main .dropdown, #mainnav .container, .navigations .footernav-main .container, #mainnav .grid, .navigations .footernav-main .grid, #mainnav .subnav2, .navigations .footernav-main .subnav2, #mainnav .subnav3, .navigations .footernav-main .subnav3 {
      height: 100%; }
  .dropdown .desktopOverviewTitle {
    display: none; } }

#mainnav > li.nav-parent .hideTeaser .subheader-teaser, .navigations .footernav-main > li.nav-parent .hideTeaser .subheader-teaser {
  display: none; }

@media (min-width: 768px) and (max-width: 1199px) {
  #mobileNav {
    left: 26px; }
  ul#mainnav, .navigations ul.footernav-main,
  ul.footernav-main,
  form.searchformnavigation .input-group,
  ul.subnav1 li,
  ul.subnav2 li,
  ul.subnav3 li {
    max-width: 585px;
    margin: 0 auto; }
    ul#mainnav.js-drilldown-back, .navigations ul.js-drilldown-back.footernav-main,
    ul.footernav-main.js-drilldown-back,
    form.searchformnavigation .input-group.js-drilldown-back,
    ul.subnav1 li.js-drilldown-back,
    ul.subnav2 li.js-drilldown-back,
    ul.subnav3 li.js-drilldown-back {
      max-width: 100%;
      margin: 0;
      display: inline-block !important;
      height: 77px;
      padding-top: 30px !important; }
      ul#mainnav.js-drilldown-back .go-up, .navigations ul.js-drilldown-back.footernav-main .go-up,
      ul.footernav-main.js-drilldown-back .go-up,
      form.searchformnavigation .input-group.js-drilldown-back .go-up,
      ul.subnav1 li.js-drilldown-back .go-up,
      ul.subnav2 li.js-drilldown-back .go-up,
      ul.subnav3 li.js-drilldown-back .go-up {
        -webkit-box-pack: left !important;
        -webkit-justify-content: left !important;
            -ms-flex-pack: left !important;
                justify-content: left !important;
        padding-left: 16px; }
      ul#mainnav.js-drilldown-back a, .navigations ul.js-drilldown-back.footernav-main a,
      ul.footernav-main.js-drilldown-back a,
      form.searchformnavigation .input-group.js-drilldown-back a,
      ul.subnav1 li.js-drilldown-back a,
      ul.subnav2 li.js-drilldown-back a,
      ul.subnav3 li.js-drilldown-back a {
        display: none; }
  .share_price_wrapper {
    padding-right: 16px !important; }
  #pageHeader .langNav {
    right: 32px !important; } }

#mainnav .subheader-teaser a.internal-link, .navigations .footernav-main .subheader-teaser a.internal-link,
#mainnav .subheader-teaser a.external-link,
.navigations .footernav-main .subheader-teaser a.external-link {
  -webkit-transition: color, background-color 0.3s;
  -o-transition: color, background-color 0.3s;
  transition: color, background-color 0.3s; }
  #mainnav .subheader-teaser a.internal-link:before, .navigations .footernav-main .subheader-teaser a.internal-link:before,
  #mainnav .subheader-teaser a.external-link:before,
  .navigations .footernav-main .subheader-teaser a.external-link:before {
    display: none; }

@media screen and (min-width: 75em) {
  body.power .navigations .metanav, body.power .navigations #pageHeader .langNav, #pageHeader body.power .navigations .langNav,
  body.power .fixed_scroll .navigations .metanav,
  body.power .fixed_scroll .navigations #pageHeader .langNav,
  #pageHeader body.power .fixed_scroll .navigations .langNav {
    min-width: 100% !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; } }

.navigations .footernav-main {
  padding-left: 0 !important;
  border-top: none;
  background: #e3e6e5; }

@media (max-width: 1199px) {
  .navigations .footernav-main {
    /*
            padding-top: 24px !important;
            margin-left: -15px !important;
            margin-right: -15px !important;
            padding-left: 15px !important;
            padding-bottom: 24px !important;

             */
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    position: relative;
    background-color: #F2F2F2; }
    .navigations .footernav-main:before, .navigations .footernav-main:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      right: -100%;
      background: #F2F2F2;
      top: 0; }
    .navigations .footernav-main:before {
      left: -100%;
      right: auto; }
    .navigations .footernav-main li {
      border-bottom: none;
      min-height: 0; }
      .navigations .footernav-main li > a {
        color: #515e69;
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 40px;
        font-family: "corporate", Arial, sans-serif;
        background: transparent; } }

@-webkit-keyframes slideOut-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideOut-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#fixedLinkbar, #fixedLinkbar-virtualTour {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 240px;
  width: 40px;
  z-index: 12;
  display: none; }
  @media screen and (min-width: 50.625em) {
    #fixedLinkbar, #fixedLinkbar-virtualTour {
      display: block; } }
  #fixedLinkbar li, #fixedLinkbar-virtualTour li {
    background: #003963;
    line-height: 12px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 30px;
    margin-bottom: 2px; }
    #fixedLinkbar li:hover, #fixedLinkbar-virtualTour li:hover {
      width: 36px; }
    #fixedLinkbar li a, #fixedLinkbar-virtualTour li a {
      padding: 5px;
      padding-left: 4px;
      display: block;
      color: #fff;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      width: 28px; }
      #fixedLinkbar li a:hover, #fixedLinkbar-virtualTour li a:hover {
        width: 36px;
        padding-left: 11px; }
      #fixedLinkbar li a svg, #fixedLinkbar-virtualTour li a svg {
        width: 18px; }

#fixedLinkbar-virtualTour {
  display: none;
  top: 198px; }
  @media screen and (min-width: 50.625em) {
    #fixedLinkbar-virtualTour {
      display: block; } }
  #fixedLinkbar-virtualTour li {
    width: 30px;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    height: 37px; }
    #fixedLinkbar-virtualTour li a {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 4px;
      width: 226px;
      display: block; }
      #fixedLinkbar-virtualTour li a:hover {
        padding-left: 4px; }
      #fixedLinkbar-virtualTour li a svg {
        width: 40px;
        position: relative;
        left: -10px;
        height: 33px;
        top: 2px;
        display: inline-block; }
      #fixedLinkbar-virtualTour li a span {
        position: absolute;
        right: 2px;
        white-space: nowrap;
        display: none;
        font-size: 13px;
        line-height: 39px;
        border-left: 1px #fff solid;
        padding-left: 6px;
        padding-right: 4px;
        top: 0;
        font-family: "corporate-bold", Arial, sans-serif; }
    #fixedLinkbar-virtualTour li:hover {
      width: 226px; }
      #fixedLinkbar-virtualTour li:hover a span {
        display: block;
        -webkit-animation: slideOut-opacity 0.2s linear;
        animation: slideOut-opacity 0.2s linear; }

.frame {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .frame {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) {
    .frame {
      max-width: 1160px; } }
  @media screen and (min-width: 75em) {
    .frame {
      padding-left: 0;
      padding-right: 0; } }
  .frame.frame-greyBg {
    background: #e3e6e5;
    padding: 20px !important;
    padding-bottom: 10px !important;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .frame.frame-lightGreyBG {
    background: #003963;
    padding: 20px !important;
    padding-bottom: 10px !important;
    color: #fff;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
    .frame.frame-lightGreyBG h1, .frame.frame-lightGreyBG h2, .frame.frame-lightGreyBG .frame-type-menu_pages .title, .frame-type-menu_pages .frame.frame-lightGreyBG .title, .frame.frame-lightGreyBG .frame-type-menu_subpages .title, .frame-type-menu_subpages .frame.frame-lightGreyBG .title, .frame.frame-lightGreyBG h3, .frame.frame-lightGreyBG .imageOverlays > * div .headline, .imageOverlays > * div .frame.frame-lightGreyBG .headline, .frame.frame-lightGreyBG .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .frame.frame-lightGreyBG a, .frame.frame-lightGreyBG h4 {
      color: #fff; }
    .frame.frame-lightGreyBG a {
      color: #fff; }
      .frame.frame-lightGreyBG a:not(:empty):focus-visible {
        outline-color: #fff; }
      .frame.frame-lightGreyBG a.button, .frame.frame-lightGreyBG .gradient-teaser a, .gradient-teaser .frame.frame-lightGreyBG a, .frame.frame-lightGreyBG .section-gray a, .section-gray .frame.frame-lightGreyBG a, .frame.frame-lightGreyBG .specsteaser a, .specsteaser .frame.frame-lightGreyBG a, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG a.button, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-lightGreyBG input.powermail_submit, .frame.frame-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG input.powermail_submit, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-lightGreyBG button.powermail_submit, .frame.frame-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG button.powermail_submit, .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-lightGreyBG .buttonelement, .frame.frame-lightGreyBG .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG .buttonelement, .frame.frame-lightGreyBG .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .frame.frame-lightGreyBG input.powermail_submit, .frame.frame-lightGreyBG .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .frame.frame-lightGreyBG button.powermail_submit, .frame.frame-lightGreyBG .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .frame.frame-lightGreyBG .buttonelement {
        border-color: #fff;
        background: transparent; }
        .frame.frame-lightGreyBG a.button:is(:hover, :focus-visible), .frame.frame-lightGreyBG .gradient-teaser a:is(:hover, :focus-visible), .gradient-teaser .frame.frame-lightGreyBG a:is(:hover, :focus-visible), .frame.frame-lightGreyBG .section-gray a:is(:hover, :focus-visible), .section-gray .frame.frame-lightGreyBG a:is(:hover, :focus-visible), .frame.frame-lightGreyBG .specsteaser a:is(:hover, :focus-visible), .specsteaser .frame.frame-lightGreyBG a:is(:hover, :focus-visible), .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more a.button:is(:hover, :focus-visible), .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG a.button:is(:hover, :focus-visible), .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:is(:hover, :focus-visible), .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-lightGreyBG input.powermail_submit:is(:hover, :focus-visible), .frame.frame-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:is(:hover, :focus-visible), .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG input.powermail_submit:is(:hover, :focus-visible), .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:is(:hover, :focus-visible), .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-lightGreyBG button.powermail_submit:is(:hover, :focus-visible), .frame.frame-lightGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:is(:hover, :focus-visible), .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG button.powermail_submit:is(:hover, :focus-visible), .frame.frame-lightGreyBG .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:is(:hover, :focus-visible), .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-lightGreyBG .buttonelement:is(:hover, :focus-visible), .frame.frame-lightGreyBG .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:is(:hover, :focus-visible), .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-lightGreyBG .buttonelement:is(:hover, :focus-visible), .frame.frame-lightGreyBG .powermail_fieldwrap input.powermail_submit:is(:hover, :focus-visible), .powermail_fieldwrap .frame.frame-lightGreyBG input.powermail_submit:is(:hover, :focus-visible), .frame.frame-lightGreyBG .powermail_fieldwrap button.powermail_submit:is(:hover, :focus-visible), .powermail_fieldwrap .frame.frame-lightGreyBG button.powermail_submit:is(:hover, :focus-visible), .frame.frame-lightGreyBG .tx-bgmrss .button-wrap .buttonelement:is(:hover, :focus-visible), .tx-bgmrss .button-wrap .frame.frame-lightGreyBG .buttonelement:is(:hover, :focus-visible) {
          background: #7d9db1;
          border-color: #fff; }
  .frame.frame-darkGreyBG {
    background: #e3e6e5;
    padding: 20px;
    padding-bottom: 10px;
    padding-right: 8px;
    color: #fff; }
    .frame.frame-darkGreyBG h4 {
      color: #003963; }
    .frame.frame-darkGreyBG a {
      color: #003963; }
    .frame.frame-darkGreyBG .person a {
      color: #fff;
      text-decoration: underline; }
    .frame.frame-darkGreyBG .person {
      border-bottom: 1px #fff solid; }
    .frame.frame-darkGreyBG a.contentlink {
      border-left-color: #003963; }
      .frame.frame-darkGreyBG a.contentlink:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L15.3536 4.64645C15.5488 4.84171 15.5488 5.15829 15.3536 5.35355L11.3536 9.35355C11.1583 9.54882 10.8417 9.54882 10.6464 9.35355C10.4512 9.15829 10.4512 8.84171 10.6464 8.64645L13.7929 5.5H1C0.723858 5.5 0.5 5.27614 0.5 5C0.5 4.72386 0.723858 4.5 1 4.5H13.7929L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z' fill='%23003963'/%3E%3C/svg%3E"); }
      .frame.frame-darkGreyBG a.contentlink:is(:hover, :focus-visible) {
        border-left-color: #003963; }
  .frame .frame {
    padding: 0; }
  @media print, screen and (min-width: 64em) {
    .frame .grid2Col_50_50,
    .frame .grid2Col_66_33,
    .frame .grid2Col_33_33_33 {
      /*margin-top: -0.9375rem;*/ } }
  .frame .grid2Col_50_50 .frame,
  .frame .grid2Col_66_33 .frame,
  .frame .grid2Col_33_33_33 .frame {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }

.grid.small-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grid.small-centered .cell {
    width: calc(66.6666666667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    width: 100%;
    max-width: 584px;
    margin-right: 0;
    margin-left: 0; }
    @media print, screen and (min-width: 64em) {
      .grid.small-centered .cell {
        width: calc(66.6666666667% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        max-width: 768px; }
        .grid.small-centered .cell.offsetLeft {
          width: calc(80% - 1.875rem);
          margin-left: -120px; }
        .grid.small-centered .cell.offsetRight {
          width: calc(80% - 1.875rem);
          margin-right: -118px; } }
    @media screen and (min-width: 75em) {
      .grid.small-centered .cell {
        padding: 0;
        margin-right: 0;
        margin-left: 0; }
        .grid.small-centered .cell.offsetLeft {
          margin-left: -251px; }
        .grid.small-centered .cell.offsetRight {
          margin-right: -236px; } }
    @media screen and (min-width: 90em) {
      .grid.small-centered .cell.offsetLeft {
        width: calc(74% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        margin-left: -88px; }
      .grid.small-centered .cell.offsetRight {
        width: calc(74% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        margin-left: 118px; } }

.grid.small-centered-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grid.small-centered-wide .cell {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
    @media print, screen and (min-width: 64em) {
      .grid.small-centered-wide .cell {
        width: 90%; } }
    @media screen and (min-width: 75em) {
      .grid.small-centered-wide .cell {
        width: 82%; } }
    .grid.small-centered-wide .cell table th,
    .grid.small-centered-wide .cell table td {
      white-space: nowrap; }
    .grid.small-centered-wide .cell table tr td:first-child {
      white-space: normal; }

.grid.wide-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grid.wide-centered .cell {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    @media print, screen and (min-width: 64em) {
      .grid.wide-centered .cell {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 75em) {
      .grid.wide-centered .cell {
        padding: 0;
        margin-right: 0;
        margin-left: 0; } }

.frame-default .grid.wide-centered {
  margin-left: -0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .frame-default .grid.wide-centered {
      margin-left: 0; } }

.grid.bigimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grid.bigimage .cell {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

.frame-type-text,
.frame-type-gridelement,
.frame-type-textmedia,
.frame-type-textpic,
.frame-type-header {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .frame-type-text,
    .frame-type-gridelement,
    .frame-type-textmedia,
    .frame-type-textpic,
    .frame-type-header {
      padding-top: 1.5625rem;
      padding-bottom: 1.5625rem; } }

.frame-type-gridelement .containerHeader {
  margin-right: 0;
  margin-left: 0; }

@media (max-width: 768px) {
  .frame.frame-type-gridelement .container {
    padding-left: 0;
    padding-right: 0; } }

/*Old grid textelements*/
.row .frame {
  padding-top: 0;
  padding-bottom: 0; }

.row .large-8 .frame {
  padding-bottom: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .row .large-8 .frame {
      padding-bottom: 1.5625rem; } }

.section-container.bgColor-blue, .section-container.bgColor-darkblue {
  background-color: #7d9db1;
  color: #fff; }
  .section-container.bgColor-blue a,
  .section-container.bgColor-blue a:hover,
  .section-container.bgColor-blue a:focus, .section-container.bgColor-darkblue a,
  .section-container.bgColor-darkblue a:hover,
  .section-container.bgColor-darkblue a:focus {
    color: #fff; }
  .section-container.bgColor-blue a.button, .section-container.bgColor-blue .gradient-teaser a, .gradient-teaser .section-container.bgColor-blue a, .section-container.bgColor-blue .section-gray a, .section-gray .section-container.bgColor-blue a, .section-container.bgColor-blue .specsteaser a, .specsteaser .section-container.bgColor-blue a, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.button, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .buttonelement, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .buttonelement, .section-container.bgColor-blue .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue input.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue button.powermail_submit, .section-container.bgColor-blue .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-blue .buttonelement, .section-container.bgColor-darkblue a.button, .section-container.bgColor-darkblue .gradient-teaser a, .gradient-teaser .section-container.bgColor-darkblue a, .section-container.bgColor-darkblue .section-gray a, .section-gray .section-container.bgColor-darkblue a, .section-container.bgColor-darkblue .specsteaser a, .specsteaser .section-container.bgColor-darkblue a, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.button, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .buttonelement, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .buttonelement, .section-container.bgColor-darkblue .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue input.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue button.powermail_submit, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .buttonelement {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .section-container.bgColor-blue a.button:hover, .section-container.bgColor-blue .gradient-teaser a:hover, .gradient-teaser .section-container.bgColor-blue a:hover, .section-container.bgColor-blue .section-gray a:hover, .section-gray .section-container.bgColor-blue a:hover, .section-container.bgColor-blue .specsteaser a:hover, .specsteaser .section-container.bgColor-blue a:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.button:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .buttonelement:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .buttonelement:hover, .section-container.bgColor-blue .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue input.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue button.powermail_submit:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-blue .buttonelement:hover, .section-container.bgColor-darkblue a.button:hover, .section-container.bgColor-darkblue .gradient-teaser a:hover, .gradient-teaser .section-container.bgColor-darkblue a:hover, .section-container.bgColor-darkblue .section-gray a:hover, .section-gray .section-container.bgColor-darkblue a:hover, .section-container.bgColor-darkblue .specsteaser a:hover, .specsteaser .section-container.bgColor-darkblue a:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.button:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .buttonelement:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .buttonelement:hover, .section-container.bgColor-darkblue .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue input.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue button.powermail_submit:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .buttonelement:hover {
      background: #7d9db1;
      color: #fff;
      border-color: #7d9db1; }
  .section-container.bgColor-blue a.contentlink, .section-container.bgColor-darkblue a.contentlink {
    border-left-color: #fff; }
    .section-container.bgColor-blue a.contentlink:hover, .section-container.bgColor-darkblue a.contentlink:hover {
      border-left-color: #fff; }
  .section-container.bgColor-blue a.iconlink:after, .section-container.bgColor-blue a.iconlink-bold:after, .section-container.bgColor-blue #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .section-container.bgColor-blue a.internal-link:after, .section-container.bgColor-blue .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-blue a.internal-link:after,
  .section-container.bgColor-blue #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .section-container.bgColor-blue a.external-link:after,
  .section-container.bgColor-blue .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-blue a.external-link:after, .section-container.bgColor-blue a.contentlink:after, .section-container.bgColor-darkblue a.iconlink:after, .section-container.bgColor-darkblue a.iconlink-bold:after, .section-container.bgColor-darkblue #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .section-container.bgColor-darkblue a.internal-link:after, .section-container.bgColor-darkblue .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-darkblue a.internal-link:after,
  .section-container.bgColor-darkblue #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .section-container.bgColor-darkblue a.external-link:after,
  .section-container.bgColor-darkblue .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-darkblue a.external-link:after, .section-container.bgColor-darkblue a.contentlink:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L15.3536 4.64645C15.5488 4.84171 15.5488 5.15829 15.3536 5.35355L11.3536 9.35355C11.1583 9.54882 10.8417 9.54882 10.6464 9.35355C10.4512 9.15829 10.4512 8.84171 10.6464 8.64645L13.7929 5.5H1C0.723858 5.5 0.5 5.27614 0.5 5C0.5 4.72386 0.723858 4.5 1 4.5H13.7929L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }
  .section-container.bgColor-blue a.iconlink-bold:after, .section-container.bgColor-blue #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .section-container.bgColor-blue a.internal-link:after, .section-container.bgColor-blue .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-blue a.internal-link:after,
  .section-container.bgColor-blue #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .section-container.bgColor-blue a.external-link:after,
  .section-container.bgColor-blue .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-blue a.external-link:after, .section-container.bgColor-darkblue a.iconlink-bold:after, .section-container.bgColor-darkblue #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .section-container.bgColor-darkblue a.internal-link:after, .section-container.bgColor-darkblue .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-darkblue a.internal-link:after,
  .section-container.bgColor-darkblue #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .section-container.bgColor-darkblue a.external-link:after,
  .section-container.bgColor-darkblue .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .section-container.bgColor-darkblue a.external-link:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.7071 9.70711C11.3166 10.0976 10.6834 10.0976 10.2929 9.70711C9.90237 9.31658 9.90237 8.68342 10.2929 8.29289L12.5858 6H1C0.447715 6 0 5.55228 0 5C0 4.44772 0.447715 4 1 4H12.5858L10.2929 1.70711C9.90237 1.31658 9.90237 0.683417 10.2929 0.292893Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }
  .section-container.bgColor-blue a.contentlink, .section-container.bgColor-darkblue a.contentlink {
    border-left-color: #fff; }
  .section-container.bgColor-blue h1, .section-container.bgColor-blue h2, .section-container.bgColor-blue .frame-type-menu_pages .title, .frame-type-menu_pages .section-container.bgColor-blue .title, .section-container.bgColor-blue .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-container.bgColor-blue .title, .section-container.bgColor-blue h3, .section-container.bgColor-blue .imageOverlays > * div .headline, .imageOverlays > * div .section-container.bgColor-blue .headline, .section-container.bgColor-blue .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-container.bgColor-blue a, .section-container.bgColor-darkblue h1, .section-container.bgColor-darkblue h2, .section-container.bgColor-darkblue .frame-type-menu_pages .title, .frame-type-menu_pages .section-container.bgColor-darkblue .title, .section-container.bgColor-darkblue .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-container.bgColor-darkblue .title, .section-container.bgColor-darkblue h3, .section-container.bgColor-darkblue .imageOverlays > * div .headline, .imageOverlays > * div .section-container.bgColor-darkblue .headline, .section-container.bgColor-darkblue .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-container.bgColor-darkblue a {
    color: #fff; }
  .section-container.bgColor-blue a.button.secondary, .section-container.bgColor-blue .gradient-teaser a.secondary, .gradient-teaser .section-container.bgColor-blue a.secondary, .section-container.bgColor-blue .section-gray a.secondary, .section-gray .section-container.bgColor-blue a.secondary, .section-container.bgColor-blue .specsteaser a.secondary, .specsteaser .section-container.bgColor-blue a.secondary, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary.button, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary.buttonelement, .section-container.bgColor-blue .powermail_fieldwrap input.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap button.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement, .section-container.bgColor-darkblue a.button.secondary, .section-container.bgColor-darkblue .gradient-teaser a.secondary, .gradient-teaser .section-container.bgColor-darkblue a.secondary, .section-container.bgColor-darkblue .section-gray a.secondary, .section-gray .section-container.bgColor-darkblue a.secondary, .section-container.bgColor-darkblue .specsteaser a.secondary, .specsteaser .section-container.bgColor-darkblue a.secondary, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary.button, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary.buttonelement, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement {
    color: #fff !important; }
    .section-container.bgColor-blue a.button.secondary:hover, .section-container.bgColor-blue .gradient-teaser a.secondary:hover, .gradient-teaser .section-container.bgColor-blue a.secondary:hover, .section-container.bgColor-blue .section-gray a.secondary:hover, .section-gray .section-container.bgColor-blue a.secondary:hover, .section-container.bgColor-blue .specsteaser a.secondary:hover, .specsteaser .section-container.bgColor-blue a.secondary:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary.button:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary.buttonelement:hover, .section-container.bgColor-blue .powermail_fieldwrap input.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap button.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement:hover, .section-container.bgColor-darkblue a.button.secondary:hover, .section-container.bgColor-darkblue .gradient-teaser a.secondary:hover, .gradient-teaser .section-container.bgColor-darkblue a.secondary:hover, .section-container.bgColor-darkblue .section-gray a.secondary:hover, .section-gray .section-container.bgColor-darkblue a.secondary:hover, .section-container.bgColor-darkblue .specsteaser a.secondary:hover, .specsteaser .section-container.bgColor-darkblue a.secondary:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary.button:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary.buttonelement:hover, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement:hover {
      background: #7d9db1;
      color: #fff;
      border-color: #7d9db1; }
  .section-container.bgColor-blue a.button.secondary, .section-container.bgColor-blue .gradient-teaser a.secondary, .gradient-teaser .section-container.bgColor-blue a.secondary, .section-container.bgColor-blue .section-gray a.secondary, .section-gray .section-container.bgColor-blue a.secondary, .section-container.bgColor-blue .specsteaser a.secondary, .specsteaser .section-container.bgColor-blue a.secondary, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary.button, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary.buttonelement, .section-container.bgColor-blue .powermail_fieldwrap input.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap button.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement, .section-container.bgColor-darkblue a.button.secondary, .section-container.bgColor-darkblue .gradient-teaser a.secondary, .gradient-teaser .section-container.bgColor-darkblue a.secondary, .section-container.bgColor-darkblue .section-gray a.secondary, .section-gray .section-container.bgColor-darkblue a.secondary, .section-container.bgColor-darkblue .specsteaser a.secondary, .specsteaser .section-container.bgColor-darkblue a.secondary, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary.button, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary.buttonelement, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement {
    color: #fff !important; }
    .section-container.bgColor-blue a.button.secondary:hover, .section-container.bgColor-blue .gradient-teaser a.secondary:hover, .gradient-teaser .section-container.bgColor-blue a.secondary:hover, .section-container.bgColor-blue .section-gray a.secondary:hover, .section-gray .section-container.bgColor-blue a.secondary:hover, .section-container.bgColor-blue .specsteaser a.secondary:hover, .specsteaser .section-container.bgColor-blue a.secondary:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary.button:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary.buttonelement:hover, .section-container.bgColor-blue .powermail_fieldwrap input.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue input.secondary.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap button.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue button.secondary.powermail_submit:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary.buttonelement:hover, .section-container.bgColor-darkblue a.button.secondary:hover, .section-container.bgColor-darkblue .gradient-teaser a.secondary:hover, .gradient-teaser .section-container.bgColor-darkblue a.secondary:hover, .section-container.bgColor-darkblue .section-gray a.secondary:hover, .section-gray .section-container.bgColor-darkblue a.secondary:hover, .section-container.bgColor-darkblue .specsteaser a.secondary:hover, .specsteaser .section-container.bgColor-darkblue a.secondary:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary.button:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary.buttonelement:hover, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary.powermail_submit:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary.buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary.buttonelement:hover {
      background: #7d9db1;
      color: #fff;
      border-color: #7d9db1; }
  .section-container.bgColor-blue a.button.secondary-iconplus, .section-container.bgColor-blue .gradient-teaser a.secondary-iconplus, .gradient-teaser .section-container.bgColor-blue a.secondary-iconplus, .section-container.bgColor-blue .section-gray a.secondary-iconplus, .section-gray .section-container.bgColor-blue a.secondary-iconplus, .section-container.bgColor-blue .specsteaser a.secondary-iconplus, .specsteaser .section-container.bgColor-blue a.secondary-iconplus, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary-iconplus.button, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary-iconplus.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary-iconplus.powermail_submit, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary-iconplus.buttonelement, .section-container.bgColor-blue .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit, .section-container.bgColor-blue .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement, .section-container.bgColor-darkblue a.button.secondary-iconplus, .section-container.bgColor-darkblue .gradient-teaser a.secondary-iconplus, .gradient-teaser .section-container.bgColor-darkblue a.secondary-iconplus, .section-container.bgColor-darkblue .section-gray a.secondary-iconplus, .section-gray .section-container.bgColor-darkblue a.secondary-iconplus, .section-container.bgColor-darkblue .specsteaser a.secondary-iconplus, .specsteaser .section-container.bgColor-darkblue a.secondary-iconplus, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary-iconplus.button, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary-iconplus.buttonelement, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary-iconplus.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary-iconplus.powermail_submit, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement {
    color: #fff !important; }
    .section-container.bgColor-blue a.button.secondary-iconplus:after, .section-container.bgColor-blue .gradient-teaser a.secondary-iconplus:after, .gradient-teaser .section-container.bgColor-blue a.secondary-iconplus:after, .section-container.bgColor-blue .section-gray a.secondary-iconplus:after, .section-gray .section-container.bgColor-blue a.secondary-iconplus:after, .section-container.bgColor-blue .specsteaser a.secondary-iconplus:after, .specsteaser .section-container.bgColor-blue a.secondary-iconplus:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:after, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary-iconplus.button:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:after, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:after, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement:after, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary-iconplus.buttonelement:after, .section-container.bgColor-blue .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:after, .section-container.bgColor-blue .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:after, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement:after, .section-container.bgColor-darkblue a.button.secondary-iconplus:after, .section-container.bgColor-darkblue .gradient-teaser a.secondary-iconplus:after, .gradient-teaser .section-container.bgColor-darkblue a.secondary-iconplus:after, .section-container.bgColor-darkblue .section-gray a.secondary-iconplus:after, .section-gray .section-container.bgColor-darkblue a.secondary-iconplus:after, .section-container.bgColor-darkblue .specsteaser a.secondary-iconplus:after, .specsteaser .section-container.bgColor-darkblue a.secondary-iconplus:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:after, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary-iconplus.button:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:after, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:after, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:after, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:after, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:after, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary-iconplus.powermail_submit:after, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:after, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:after, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:after {
      background-image: url("../Images/css-icons/plus.svg"); }
    .section-container.bgColor-blue a.button.secondary-iconplus:hover, .section-container.bgColor-blue .gradient-teaser a.secondary-iconplus:hover, .gradient-teaser .section-container.bgColor-blue a.secondary-iconplus:hover, .section-container.bgColor-blue .section-gray a.secondary-iconplus:hover, .section-gray .section-container.bgColor-blue a.secondary-iconplus:hover, .section-container.bgColor-blue .specsteaser a.secondary-iconplus:hover, .specsteaser .section-container.bgColor-blue a.secondary-iconplus:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary-iconplus.button:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary-iconplus.buttonelement:hover, .section-container.bgColor-blue .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-blue .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement:hover, .section-container.bgColor-darkblue a.button.secondary-iconplus:hover, .section-container.bgColor-darkblue .gradient-teaser a.secondary-iconplus:hover, .gradient-teaser .section-container.bgColor-darkblue a.secondary-iconplus:hover, .section-container.bgColor-darkblue .section-gray a.secondary-iconplus:hover, .section-gray .section-container.bgColor-darkblue a.secondary-iconplus:hover, .section-container.bgColor-darkblue .specsteaser a.secondary-iconplus:hover, .specsteaser .section-container.bgColor-darkblue a.secondary-iconplus:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary-iconplus.button:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:hover, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:hover, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:hover {
      background: #7d9db1;
      color: #fff !important; }
      .section-container.bgColor-blue a.button.secondary-iconplus:hover:after, .section-container.bgColor-blue .gradient-teaser a.secondary-iconplus:hover:after, .gradient-teaser .section-container.bgColor-blue a.secondary-iconplus:hover:after, .section-container.bgColor-blue .section-gray a.secondary-iconplus:hover:after, .section-gray .section-container.bgColor-blue a.secondary-iconplus:hover:after, .section-container.bgColor-blue .specsteaser a.secondary-iconplus:hover:after, .specsteaser .section-container.bgColor-blue a.secondary-iconplus:hover:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue a.secondary-iconplus.button:hover:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-blue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-blue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement:hover:after, .section-container.bgColor-blue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .secondary-iconplus.buttonelement:hover:after, .section-container.bgColor-blue .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .section-container.bgColor-blue input.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-blue .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .section-container.bgColor-blue button.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-blue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .section-container.bgColor-blue .secondary-iconplus.buttonelement:hover:after, .section-container.bgColor-darkblue a.button.secondary-iconplus:hover:after, .section-container.bgColor-darkblue .gradient-teaser a.secondary-iconplus:hover:after, .gradient-teaser .section-container.bgColor-darkblue a.secondary-iconplus:hover:after, .section-container.bgColor-darkblue .section-gray a.secondary-iconplus:hover:after, .section-gray .section-container.bgColor-darkblue a.secondary-iconplus:hover:after, .section-container.bgColor-darkblue .specsteaser a.secondary-iconplus:hover:after, .specsteaser .section-container.bgColor-darkblue a.secondary-iconplus:hover:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more a.secondary-iconplus.button:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue a.secondary-iconplus.button:hover:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-darkblue .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-darkblue .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:hover:after, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:hover:after, .section-container.bgColor-darkblue .powermail_fieldwrap input.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .section-container.bgColor-darkblue input.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-darkblue .powermail_fieldwrap button.secondary-iconplus.powermail_submit:hover:after, .powermail_fieldwrap .section-container.bgColor-darkblue button.secondary-iconplus.powermail_submit:hover:after, .section-container.bgColor-darkblue .tx-bgmrss .button-wrap .secondary-iconplus.buttonelement:hover:after, .tx-bgmrss .button-wrap .section-container.bgColor-darkblue .secondary-iconplus.buttonelement:hover:after {
        background-image: url("../Images/css-icons/plus.svg"); }

.section-container.bgColor-darkblue {
  background-color: #003963; }

.section-container.bgColor-grey {
  background-color: #F2F2F2; }
  .section-container.bgColor-grey .frame.frame-greyBg {
    background-color: #F2F2F2; }

.section-container .frame {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.section-container.section_dl_contacts .smallContainer {
  max-width: 76rem; }

.section-container.section_dl_contacts .containerHeader {
  margin-right: 0.9375rem;
  margin-left: 0; }
  @media print, screen and (min-width: 64em) {
    .section-container.section_dl_contacts .containerHeader {
      margin-left: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .section-container.section_dl_contacts .containerHeader {
      margin-left: 0; } }

.section-container.section_dl_contacts .frame-type-uploads header,
.section-container.section_dl_contacts .frame-type-shortcut header {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.section-container.section_dl_contacts .frame.frame-lightGreyBG {
  background: transparent; }

@media screen and (min-width: 48em) {
  .section-container.section_dl_contacts .grid2Col_33_33_33 {
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .section-container.section_dl_contacts .grid2Col_33_33_33 {
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .section-container.section_dl_contacts .grid2Col_33_33_33 {
    margin-left: -0.9375rem; } }

.section-container.section_dl_contacts .grid2Col_33_33_33 .box-33 {
  width: 100%;
  margin-left: 0; }
  @media screen and (min-width: 48em) {
    .section-container.section_dl_contacts .grid2Col_33_33_33 .box-33 {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .section-container.section_dl_contacts .grid2Col_33_33_33 .box-33 {
      width: calc(33.3333333333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .section-container.section_dl_contacts .grid2Col_33_33_33 .box-33 .frame {
    padding-left: 0 !important; }

.oneColContainer .frame {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.oneColContainer .container .grid .cell {
  padding-left: 0;
  padding-right: 0; }

.oneColContainer .frame-type-menu_pages.frame-layout-1 .title, .oneColContainer .frame-layout-1.frame-type-menu_subpages .title,
.oneColContainer .frame-layout-1.frame-type-menu_subpages .title {
  color: #fff; }

.oneColContainer a.iconlink svg, .oneColContainer a.iconlink-bold svg, .oneColContainer #mainnav .subheader-teaser a.internal-link svg, #mainnav .subheader-teaser .oneColContainer a.internal-link svg, .oneColContainer .navigations .footernav-main .subheader-teaser a.internal-link svg, .navigations .footernav-main .subheader-teaser .oneColContainer a.internal-link svg, .oneColContainer #mainnav .subheader-teaser a.external-link svg, #mainnav .subheader-teaser .oneColContainer a.external-link svg, .oneColContainer .navigations .footernav-main .subheader-teaser a.external-link svg, .navigations .footernav-main .subheader-teaser .oneColContainer a.external-link svg, .oneColContainer a.contentlink svg,
.oneColContainer a.iconlink-bold svg,
.oneColContainer #mainnav .subheader-teaser a.internal-link svg,
#mainnav .subheader-teaser .oneColContainer a.internal-link svg,
.oneColContainer .navigations .footernav-main .subheader-teaser a.internal-link svg,
.navigations .footernav-main .subheader-teaser .oneColContainer a.internal-link svg,
.oneColContainer #mainnav .subheader-teaser a.external-link svg,
#mainnav .subheader-teaser .oneColContainer a.external-link svg,
.oneColContainer .navigations .footernav-main .subheader-teaser a.external-link svg,
.navigations .footernav-main .subheader-teaser .oneColContainer a.external-link svg,
.oneColContainer a.contentlink svg {
  color: #fff; }

.oneColContainer a.contentlink {
  border-left-color: #003963; }

.oneColContainer .container {
  max-width: 1180px; }

.oneColContainer .frame-type-gridelement .container {
  max-width: 1123px; }
  @media screen and (min-width: 90em) {
    .oneColContainer .frame-type-gridelement .container {
      max-width: 1180px; } }

.oneColContainer .cell.large-8 .containerHeader {
  max-width: 1160px;
  margin: 0 auto; }

/* spaceBefore Classes */
.frame-space-after-medium {
  margin-bottom: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .frame-space-after-medium {
      margin-bottom: 1.5625rem; } }

.frame-space-after-large {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .frame-space-after-large {
      margin-bottom: 4rem; } }

.frame-space-before-medium {
  margin-top: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .frame-space-before-medium {
      margin-top: 1.5625rem; } }

.frame-space-before-large {
  margin-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    .frame-space-before-large {
      margin-top: 4rem; } }

.fullpageItem .video_container {
  max-width: 100%; }

.fullpageItem video.video-embed-item {
  width: 100% !important; }

.featureboxcontainer {
  padding-top: 0;
  padding-bottom: 0; }
  .featureboxcontainer .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
  @media print, screen and (min-width: 64em) {
    .featureboxcontainer {
      margin-left: -20px; } }

.grid2Col_66_33 .box-66 {
  /* Buttons in 66/33 grid must be aligned left */
  /* h2 must have neg topmargin */ }
  @media print, screen and (min-width: 64em) {
    .grid2Col_66_33 .box-66 {
      width: calc(62.6666666667% - 4em);
      margin-right: 3rem;
      margin-left: 0; } }
  .grid2Col_66_33 .box-66 .text-center.buttonCe {
    text-align: left !important; }
  @media print, screen and (min-width: 64em) {
    .grid2Col_66_33 .box-66 h2.headline-h2, .grid2Col_66_33 .box-66 h2.big, .grid2Col_66_33 .box-66 .frame-type-menu_pages .big.title, .frame-type-menu_pages .grid2Col_66_33 .box-66 .big.title, .grid2Col_66_33 .box-66 .frame-type-menu_subpages .big.title, .frame-type-menu_subpages .grid2Col_66_33 .box-66 .big.title, .grid2Col_66_33 .box-66 .frame-type-menu_pages .headline-h2.title, .frame-type-menu_pages .grid2Col_66_33 .box-66 .headline-h2.title, .grid2Col_66_33 .box-66 .frame-type-menu_subpages .headline-h2.title, .frame-type-menu_subpages .grid2Col_66_33 .box-66 .headline-h2.title {
      margin-top: -5px !important; } }

@media print, screen and (min-width: 64em) {
  .grid2Col_66_33 .box-33 {
    width: calc(37.3333333333% - 4rem);
    margin-right: 0;
    margin-left: 3rem; } }

@media print, screen and (min-width: 64em) {
  .grid2Col_66_33 .box-33 a.button, .grid2Col_66_33 .box-33 .gradient-teaser a, .gradient-teaser .grid2Col_66_33 .box-33 a, .grid2Col_66_33 .box-33 .section-gray a, .section-gray .grid2Col_66_33 .box-33 a, .grid2Col_66_33 .box-33 .specsteaser a, .specsteaser .grid2Col_66_33 .box-33 a, .grid2Col_66_33 .box-33 .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 a.button, .grid2Col_66_33 .box-33 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .grid2Col_66_33 .box-33 input.powermail_submit, .grid2Col_66_33 .box-33 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 input.powermail_submit, .grid2Col_66_33 .box-33 .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .grid2Col_66_33 .box-33 button.powermail_submit, .grid2Col_66_33 .box-33 .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 button.powermail_submit, .grid2Col_66_33 .box-33 .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .grid2Col_66_33 .box-33 .buttonelement, .grid2Col_66_33 .box-33 .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 .buttonelement, .grid2Col_66_33 .box-33 .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .grid2Col_66_33 .box-33 input.powermail_submit, .grid2Col_66_33 .box-33 .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .grid2Col_66_33 .box-33 button.powermail_submit, .grid2Col_66_33 .box-33 .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .grid2Col_66_33 .box-33 .buttonelement {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid2Col_66_33 .box-33 img {
    max-width: 308px; } }

.grid2Col_66_33 .box-33 h4 {
  font-family: "corporate-bold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px; }

@media print, screen and (min-width: 64em) {
  .grid2Col_66_33 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 75em) {
  .grid.wide-centered .grid2Col_66_33 .box-66 {
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .grid.wide-centered .grid2Col_66_33 .box-33 {
    margin-right: 0; } }

.frame.frame-greyBg {
  color: #003963 !important; }
  .frame.frame-greyBg a.button:hover, .frame.frame-greyBg .gradient-teaser a:hover, .gradient-teaser .frame.frame-greyBg a:hover, .frame.frame-greyBg .section-gray a:hover, .section-gray .frame.frame-greyBg a:hover, .frame.frame-greyBg .specsteaser a:hover, .specsteaser .frame.frame-greyBg a:hover, .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg a.button:hover, .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-greyBg input.powermail_submit:hover, .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg input.powermail_submit:hover, .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-greyBg button.powermail_submit:hover, .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg button.powermail_submit:hover, .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-greyBg .buttonelement:hover, .frame.frame-greyBg .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg .buttonelement:hover, .frame.frame-greyBg .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .frame.frame-greyBg input.powermail_submit:hover, .frame.frame-greyBg .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .frame.frame-greyBg button.powermail_submit:hover, .frame.frame-greyBg .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .frame.frame-greyBg .buttonelement:hover,
  .frame.frame-greyBg a.button:active,
  .frame.frame-greyBg .gradient-teaser a:active,
  .gradient-teaser .frame.frame-greyBg a:active,
  .frame.frame-greyBg .section-gray a:active,
  .section-gray .frame.frame-greyBg a:active,
  .frame.frame-greyBg .specsteaser a:active,
  .specsteaser .frame.frame-greyBg a:active,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more a.button:active,
  .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg a.button:active,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:active,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-greyBg input.powermail_submit:active,
  .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:active,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg input.powermail_submit:active,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:active,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-greyBg button.powermail_submit:active,
  .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:active,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg button.powermail_submit:active,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:active,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-greyBg .buttonelement:active,
  .frame.frame-greyBg .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:active,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg .buttonelement:active,
  .frame.frame-greyBg .powermail_fieldwrap input.powermail_submit:active,
  .powermail_fieldwrap .frame.frame-greyBg input.powermail_submit:active,
  .frame.frame-greyBg .powermail_fieldwrap button.powermail_submit:active,
  .powermail_fieldwrap .frame.frame-greyBg button.powermail_submit:active,
  .frame.frame-greyBg .tx-bgmrss .button-wrap .buttonelement:active,
  .tx-bgmrss .button-wrap .frame.frame-greyBg .buttonelement:active,
  .frame.frame-greyBg a.button:focus,
  .frame.frame-greyBg .gradient-teaser a:focus,
  .gradient-teaser .frame.frame-greyBg a:focus,
  .frame.frame-greyBg .section-gray a:focus,
  .section-gray .frame.frame-greyBg a:focus,
  .frame.frame-greyBg .specsteaser a:focus,
  .specsteaser .frame.frame-greyBg a:focus,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more a.button:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg a.button:focus,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-greyBg input.powermail_submit:focus,
  .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:focus,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg input.powermail_submit:focus,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .frame.frame-greyBg button.powermail_submit:focus,
  .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:focus,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg button.powermail_submit:focus,
  .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:focus,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .frame.frame-greyBg .buttonelement:focus,
  .frame.frame-greyBg .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:focus,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .frame.frame-greyBg .buttonelement:focus,
  .frame.frame-greyBg .powermail_fieldwrap input.powermail_submit:focus,
  .powermail_fieldwrap .frame.frame-greyBg input.powermail_submit:focus,
  .frame.frame-greyBg .powermail_fieldwrap button.powermail_submit:focus,
  .powermail_fieldwrap .frame.frame-greyBg button.powermail_submit:focus,
  .frame.frame-greyBg .tx-bgmrss .button-wrap .buttonelement:focus,
  .tx-bgmrss .button-wrap .frame.frame-greyBg .buttonelement:focus {
    color: #fff; }
  .frame.frame-greyBg h4 {
    color: #003963; }
  .frame.frame-greyBg a.contentlink {
    border-left-color: #003963; }

.grid2Col_66_33 .box-33 .frame {
  padding-bottom: 1.2rem !important;
  padding-top: 0; }
  .grid2Col_66_33 .box-33 .frame.frame-greyBg, .grid2Col_66_33 .box-33 .frame.frame-lightGreyBG, .grid2Col_66_33 .box-33 .frame.frame-darkGreyBG,
  .grid2Col_66_33 .box-33 .frame.frame-type-shortcut .frame {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    margin-bottom: 1.2rem;
    margin-top: 0;
    overflow: hidden; }
    .grid2Col_66_33 .box-33 .frame.frame-greyBg .frame, .grid2Col_66_33 .box-33 .frame.frame-lightGreyBG .frame, .grid2Col_66_33 .box-33 .frame.frame-darkGreyBG .frame,
    .grid2Col_66_33 .box-33 .frame.frame-type-shortcut .frame .frame {
      padding: 0 !important;
      margin-bottom: 0; }
  .grid2Col_66_33 .box-33 .frame.frame-greyBg a {
    color: #003963; }
    .grid2Col_66_33 .box-33 .frame.frame-greyBg a.button, .grid2Col_66_33 .box-33 .frame.frame-greyBg .gradient-teaser a, .gradient-teaser .grid2Col_66_33 .box-33 .frame.frame-greyBg a, .grid2Col_66_33 .box-33 .frame.frame-greyBg .section-gray a, .section-gray .grid2Col_66_33 .box-33 .frame.frame-greyBg a, .grid2Col_66_33 .box-33 .frame.frame-greyBg .specsteaser a, .specsteaser .grid2Col_66_33 .box-33 .frame.frame-greyBg a, .grid2Col_66_33 .box-33 .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 .frame.frame-greyBg a.button, .grid2Col_66_33 .box-33 .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .grid2Col_66_33 .box-33 .frame.frame-greyBg input.powermail_submit, .grid2Col_66_33 .box-33 .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 .frame.frame-greyBg input.powermail_submit, .grid2Col_66_33 .box-33 .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .grid2Col_66_33 .box-33 .frame.frame-greyBg button.powermail_submit, .grid2Col_66_33 .box-33 .frame.frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 .frame.frame-greyBg button.powermail_submit, .grid2Col_66_33 .box-33 .frame.frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .grid2Col_66_33 .box-33 .frame.frame-greyBg .buttonelement, .grid2Col_66_33 .box-33 .frame.frame-greyBg .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .grid2Col_66_33 .box-33 .frame.frame-greyBg .buttonelement, .grid2Col_66_33 .box-33 .frame.frame-greyBg .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .grid2Col_66_33 .box-33 .frame.frame-greyBg input.powermail_submit, .grid2Col_66_33 .box-33 .frame.frame-greyBg .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .grid2Col_66_33 .box-33 .frame.frame-greyBg button.powermail_submit, .grid2Col_66_33 .box-33 .frame.frame-greyBg .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .grid2Col_66_33 .box-33 .frame.frame-greyBg .buttonelement {
      color: #fff; }

.frame .grid2Col_66_33 .box-33 .frame:first-child {
  padding-top: 0; }

.grid2Col_66_33 .box-33 .frame.frame-greyBg h2, .grid2Col_66_33 .box-33 .frame.frame-greyBg .frame-type-menu_pages .title, .frame-type-menu_pages .grid2Col_66_33 .box-33 .frame.frame-greyBg .title, .grid2Col_66_33 .box-33 .frame.frame-greyBg .frame-type-menu_subpages .title, .frame-type-menu_subpages .grid2Col_66_33 .box-33 .frame.frame-greyBg .title {
  font-size: 1.4rem;
  max-width: 100%;
  overflow: hidden; }

.orbit.contentslider {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 48em) {
    .orbit.contentslider {
      padding-left: 15px;
      padding-right: 15px; } }
  @media print, screen and (min-width: 64em) {
    .orbit.contentslider {
      max-width: 1160px !important; } }
  @media screen and (min-width: 75em) {
    .orbit.contentslider {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 90em) {
    .orbit.contentslider {
      padding-left: 0;
      padding-right: 0; } }
  .orbit.contentslider .orbit-slides-container {
    padding-bottom: 90px;
    margin-bottom: 40px;
    overflow: visible !important; }
    @media print, screen and (min-width: 40em) {
      .orbit.contentslider .orbit-slides-container {
        padding-bottom: 30px; } }
    .orbit.contentslider .orbit-slides-container div.ce-textpic .ce-gallery .image {
      margin-bottom: 6px; }
    .orbit.contentslider .orbit-slides-container .image-caption {
      padding: 6px;
      padding-bottom: 0; }
    .orbit.contentslider .orbit-slides-container .swiper-paginationContainer {
      position: absolute;
      width: 100%;
      display: block;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      bottom: 55%;
      padding-bottom: 18px; }
      .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-prev,
      .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next {
        background-image: none;
        background-color: #fff;
        color: #003963;
        border: 1px solid #003963;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        text-align: center;
        bottom: 8px;
        position: absolute;
        z-index: 20;
        left: 20px;
        opacity: 0.8; }
        @media screen and (min-width: 75em) {
          .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-prev,
          .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next {
            left: 10px; } }
        .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-prev:before,
        .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next:before {
          display: none; }
        .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-prev:hover,
        .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next:hover {
          opacity: 1; }
        .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-prev svg,
        .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next svg {
          position: absolute;
          left: 11px;
          top: 13px; }
      .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next {
        left: auto;
        right: 20px; }
        @media screen and (min-width: 75em) {
          .orbit.contentslider .orbit-slides-container .swiper-paginationContainer .orbit-next {
            right: 10px; } }

.orbit-container ul {
  margin-left: 0;
  padding-left: 14px; }

@media only screen and (max-width: 550px) {
  .orbit-container .ce-textpic.ce-left.ce-intext .ce-gallery {
    /* margin-right: 2px; */
    float: none;
    text-align: center;
    margin-bottom: 20px; } }

.maincontents .frame .frame-type-text:first-child,
.maincontents .frame .frame-type-gridelement:first-child,
.maincontents .frame .frame-type-textmedia:first-child,
.maincontents .frame .frame-type-textpic:first-child,
.maincontents .frame .frame-type-header:first-child {
  padding-top: 0; }

.maincontents .frame.frame-smallContent {
  max-width: 768px; }

@media only screen and (max-width: 768px) {
  .grid2Col_50_50 {
    margin-left: -10px; }
  .grid2Col_50_50 .box-50 {
    margin-left: 10px; }
  .grid.small-centered .cell,
  .grid.small-centered-wide .cell {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .grid2Col_66_33 .box-33,
  .grid2Col_66_33 .box-66 {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .grid2Col_50_50 .box-50 {
    width: 100%;
    margin-right: 0; }
  .grid.small-centered .cell,
  .grid.small-centered-wide .cell {
    padding-left: 6px; }
  .grid.wide-centered .cell {
    padding-left: 0;
    padding-right: 0; }
  .frame-type-gridelement .containerHeader {
    margin-left: 0px; } }

@media only screen and (max-width: 420px) {
  .grid.small-centered .cell,
  .grid.small-centered-wide .cell {
    padding-left: 0px; } }

/* numbermatrix */
.grid-numbermatrix .grid2Col_33_33_33.numbermatrix h3, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .imageOverlays > * div .headline, .imageOverlays > * div .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .headline, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .grid-numbermatrix .grid2Col_33_33_33.numbermatrix a {
  color: #033662;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'corporate-demi';
  letter-spacing: -1px; }
  @media only screen and (min-width: 768px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix h3, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .imageOverlays > * div .headline, .imageOverlays > * div .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .headline, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .grid-numbermatrix .grid2Col_33_33_33.numbermatrix a {
      font-size: 3.4rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix h3, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .imageOverlays > * div .headline, .imageOverlays > * div .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .headline, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .grid-numbermatrix .grid2Col_33_33_33.numbermatrix a {
      font-size: 4.4rem; } }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix span {
  color: #fff;
  background-color: #033662;
  position: absolute;
  bottom: 10px;
  padding: 10px;
  max-width: 70%;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix span {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix span {
      font-size: 1.6rem;
      max-width: 245px;
      line-height: 1.2; } }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bgimage {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  min-height: 140px;
  background-color: #F7F3F2; }
  @media only screen and (min-width: 768px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bgimage {
      min-height: 226px; } }
  @media only screen and (min-width: 1024px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bgimage {
      min-height: 288px; } }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bg-chart {
  background-image: url(../Images/chart.svg);
  background-size: 163% 100%;
  background-position: 40% 32px; }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bg-company {
  background-image: url(../Images/company.svg);
  background-size: 120% 148%;
  background-position: -35px top; }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bg-peoples {
  background-image: url(../Images/team.svg);
  background-size: 120% 148%;
  background-position: 40% 25px; }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .bg-world {
  background-image: url(../Images/map.png); }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-33 {
  width: 100%;
  margin: 0;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-33 {
      width: calc(33.3333333333% - 0.6rem);
      margin-right: 0.3rem;
      margin-left: 0.3rem;
      margin-bottom: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 span {
    max-width: 79%; }
  .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 h3, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .imageOverlays > * div .headline, .imageOverlays > * div .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .headline, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 a {
    bottom: 60px;
    letter-spacing: -4.5px;
    position: absolute;
    line-height: 1.1; }
    @media only screen and (min-width: 768px) {
      .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 h3, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .imageOverlays > * div .headline, .imageOverlays > * div .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .headline, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 a {
        font-size: 8rem;
        letter-spacing: -12px;
        margin-left: -14px; } }
    @media only screen and (min-width: 1024px) {
      .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 h3, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .imageOverlays > * div .headline, .imageOverlays > * div .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .headline, .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 a {
        bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .grid-numbermatrix .grid2Col_33_33_33.numbermatrix .box-100 {
      margin-top: 8px;
      width: 100%;
      margin-right: 0.3rem;
      margin-left: 0.3rem; } }

/* numbermatrix */
.outer-greyBg,
.outer-lightGreyBG,
.outer-darkGreyBG {
  padding: 20px !important;
  padding-bottom: 10px !important;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }
  .outer-greyBg .frame-type-gridelement,
  .outer-lightGreyBG .frame-type-gridelement,
  .outer-darkGreyBG .frame-type-gridelement {
    padding-bottom: 0; }

.outer-greyBg {
  background: #F2F2F2; }

.outer-lightGreyBG {
  background: #003963;
  color: #fff; }
  .outer-lightGreyBG a.contentlink {
    color: #fff;
    border-left-color: #fff; }
    .outer-lightGreyBG a.contentlink:hover {
      color: #fff;
      border-left-color: #fff; }
    .outer-lightGreyBG a.contentlink:after {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L15.3536 4.64645C15.5488 4.84171 15.5488 5.15829 15.3536 5.35355L11.3536 9.35355C11.1583 9.54882 10.8417 9.54882 10.6464 9.35355C10.4512 9.15829 10.4512 8.84171 10.6464 8.64645L13.7929 5.5H1C0.723858 5.5 0.5 5.27614 0.5 5C0.5 4.72386 0.723858 4.5 1 4.5H13.7929L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }

.outer-darkGreyBG {
  background: #003963;
  color: #fff; }

.frame-type-login, .frame-type-header {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 48em) {
    .frame-type-login, .frame-type-header {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 75em) {
    .frame-type-login, .frame-type-header {
      max-width: 1160px; } }
  @media screen and (min-width: 90em) {
    .frame-type-login, .frame-type-header {
      padding-left: 0;
      padding-right: 0px; } }

.grid2Col_50_50 .box-50 .ce-image .ce-row .ce-column {
  margin-right: 0; }

/* Problem of multiple persons in 2 Col Container: add min-height to force same pic Position*/
@media only screen and (min-width: 768px) {
  .grid2Col_50_50 .box-50 .person {
    min-height: 210px; } }

@media only screen and (min-width: 1024px) {
  .grid2Col_50_50 .box-50 .person {
    min-height: 170px; } }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.columns {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  float: left; }

@media only screen and (min-width: 768px) {
  .medium-3 {
    width: 25%; }
  .medium-6 {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; } }

/* Acoodions in left column*/
.grid2Col_66_33 .box-66 .accordionContainer .grid.small-centered .cell {
  width: 100%; }

.frame-type-text .grid.small-centered p {
  font-family: "corporate", Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left; }

.text-center.buttonCe {
  max-width: 1160px;
  margin: 0 auto; }

.grid2Col_50_50 .box-50 .frame-type-textmedia .ce-gallery[data-ce-images="1"] {
  float: none; }
  .grid2Col_50_50 .box-50 .frame-type-textmedia .ce-gallery[data-ce-images="1"] .ce-row {
    display: block; }
  .grid2Col_50_50 .box-50 .frame-type-textmedia .ce-gallery[data-ce-images="1"] .ce-column {
    float: none; }
    .grid2Col_50_50 .box-50 .frame-type-textmedia .ce-gallery[data-ce-images="1"] .ce-column .video_container {
      width: 100%; }

.gradient-teaser {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 238px;
  background: -webkit-gradient(linear, left top, right top, from(#003963), to(#0095d1));
  background: -o-linear-gradient(left, #003963, #0095d1);
  background: linear-gradient(90deg, #003963, #0095d1);
  color: #fff; }
  @media screen and (min-width: 48em) {
    .gradient-teaser {
      margin-top: 260px;
      padding-top: 182px; } }
  @media screen and (min-width: 90em) {
    .gradient-teaser {
      margin-top: 440px; } }
  .gradient-teaser .container {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 48em) {
      .gradient-teaser .container {
        padding-left: 32px;
        padding-right: 32px; } }
    @media screen and (min-width: 75em) {
      .gradient-teaser .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1300px; } }
  .gradient-teaser .sectionheader {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    text-align: center; }
    @media screen and (min-width: 64em) {
      .gradient-teaser .sectionheader {
        width: calc(66.6666666667% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    .gradient-teaser .sectionheader h1, .gradient-teaser .sectionheader h2, .gradient-teaser .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .gradient-teaser .sectionheader .title, .gradient-teaser .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .gradient-teaser .sectionheader .title, .gradient-teaser .sectionheader h3, .gradient-teaser .sectionheader .imageOverlays > * div .headline, .imageOverlays > * div .gradient-teaser .sectionheader .headline, .gradient-teaser .sectionheader .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .gradient-teaser .sectionheader a, .gradient-teaser .sectionheader h4, .gradient-teaser .sectionheader h5, .gradient-teaser .sectionheader h6 {
      font-size: 36px;
      line-height: 42px;
      text-transform: none;
      font-family: "corporate-bold", Arial, sans-serif;
      margin-bottom: 16px;
      color: #fff; }
      @media screen and (min-width: 64em) {
        .gradient-teaser .sectionheader h1, .gradient-teaser .sectionheader h2, .gradient-teaser .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .gradient-teaser .sectionheader .title, .gradient-teaser .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .gradient-teaser .sectionheader .title, .gradient-teaser .sectionheader h3, .gradient-teaser .sectionheader .imageOverlays > * div .headline, .imageOverlays > * div .gradient-teaser .sectionheader .headline, .gradient-teaser .sectionheader .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .gradient-teaser .sectionheader a, .gradient-teaser .sectionheader h4, .gradient-teaser .sectionheader h5, .gradient-teaser .sectionheader h6 {
          font-size: 56px;
          line-height: 60px;
          text-transform: none; } }
  .gradient-teaser a {
    text-decoration: none !important;
    background: transparent;
    border-color: #fff; }
    .gradient-teaser a::before {
      content: normal !important; }
  .gradient-teaser p {
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    font-family: "corporate", Arial, sans-serif; }

.inverted-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 48em) {
    .inverted-image-wrapper {
      margin: -23.125rem auto 3rem; } }
  @media screen and (min-width: 90em) {
    .inverted-image-wrapper {
      margin: -500px auto 80px; } }
  @media (min-width: 750px) {
    .inverted-image-wrapper {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .inverted-image-wrapper picture:first-of-type {
    position: absolute;
    right: 25px;
    top: 64px; }
    @media screen and (min-width: 48em) {
      .inverted-image-wrapper picture:first-of-type {
        position: relative;
        right: 0;
        top: 0; } }
  .inverted-image-wrapper img {
    width: auto; }

/* greyTeaser */
.section-gray a, .specsteaser a,
.section-gray td a.internal-link,
.specsteaser td a.internal-link {
  text-decoration: none !important;
  height: auto;
  margin-top: 20px; }
  .section-gray a:before, .specsteaser a:before,
  .section-gray td a.internal-link:before,
  .specsteaser td a.internal-link:before {
    content: normal !important; }


.section-gray td a.internal-link:before,
.specsteaser td a.internal-link:before {
  display: none; }

.section-gray a.link, .specsteaser a.link {
  border: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0;
  background-color: transparent; }

.section-gray .container, .specsteaser .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1160px; }
  @media screen and (min-width: 48em) {
    .section-gray .container, .specsteaser .container {
      padding-left: 17px;
      padding-right: 17px; } }
  @media screen and (min-width: 90em) {
    .section-gray .container, .specsteaser .container {
      padding-left: 0;
      padding-right: 0; }
      .section-gray .container .cell, .specsteaser .container .cell {
        padding-left: 0;
        padding-right: 0; } }

.section-gray .video_container, .specsteaser .video_container {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .section-gray .video_container, .specsteaser .video_container {
      max-width: 100%; } }
  .section-gray .video_container .yt-playButton, .specsteaser .video_container .yt-playButton {
    left: 39%;
    top: 9%; }
    @media print, screen and (min-width: 40em) {
      .section-gray .video_container .yt-playButton, .specsteaser .video_container .yt-playButton {
        left: 45%;
        top: 34%; } }
    .section-gray .video_container .yt-playButton:before, .specsteaser .video_container .yt-playButton:before {
      top: 25%;
      left: 41%; }
  .section-gray .video_container .play-button, .specsteaser .video_container .play-button {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .section-gray .video_container .youtubedsgvo a, .specsteaser .video_container .youtubedsgvo a {
    text-decoration: underline;
    padding: 0;
    border: 0;
    text-transform: none;
    margin: 0;
    text-align: left;
    min-width: 0;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-family: "corporate", Arial, sans-serif;
    font-weight: normal;
    background: transparent;
    border: none; }
    .section-gray .video_container .youtubedsgvo a:hover, .specsteaser .video_container .youtubedsgvo a:hover {
      background-color: transparent; }

.section-gray h1, .specsteaser h1, .section-gray h2, .specsteaser h2, .section-gray .frame-type-menu_pages .title, .frame-type-menu_pages .section-gray .title, .specsteaser .frame-type-menu_pages .title, .frame-type-menu_pages .specsteaser .title, .section-gray .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-gray .title, .specsteaser .frame-type-menu_subpages .title, .frame-type-menu_subpages .specsteaser .title, .section-gray h3, .specsteaser h3, .section-gray .imageOverlays > * div .headline, .imageOverlays > * div .section-gray .headline, .specsteaser .imageOverlays > * div .headline, .imageOverlays > * div .specsteaser .headline, .section-gray .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-gray a, .specsteaser .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .specsteaser a, .section-gray h4, .specsteaser h4, .section-gray h5, .specsteaser h5 {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  color: #003963; }
  @media screen and (min-width: 75em) {
    .section-gray h1, .specsteaser h1, .section-gray h2, .specsteaser h2, .section-gray .frame-type-menu_pages .title, .frame-type-menu_pages .section-gray .title, .specsteaser .frame-type-menu_pages .title, .frame-type-menu_pages .specsteaser .title, .section-gray .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-gray .title, .specsteaser .frame-type-menu_subpages .title, .frame-type-menu_subpages .specsteaser .title, .section-gray h3, .specsteaser h3, .section-gray .imageOverlays > * div .headline, .imageOverlays > * div .section-gray .headline, .specsteaser .imageOverlays > * div .headline, .imageOverlays > * div .specsteaser .headline, .section-gray .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-gray a, .specsteaser .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .specsteaser a, .section-gray h4, .specsteaser h4, .section-gray h5, .specsteaser h5 {
      font-size: 36px;
      line-height: 42px; } }

.specsteaser {
  background: #F2F2F2;
  margin-top: 3.125rem;
  padding-bottom: 0;
  margin-bottom: 3.75rem; }
  .specsteaser .text-center {
    text-align: center; }
  .specsteaser .container {
    max-width: 1210px; }
  .specsteaser sub {
    left: -0.05em;
    padding-right: 0.1em;
    font-size: 60%; }
  .specsteaser .gradient-teaser a, .gradient-teaser .specsteaser a, .specsteaser .section-gray a, .section-gray .specsteaser a, .specsteaser a, .section-gray td .specsteaser a.internal-link,
  .specsteaser td a.internal-link, .specsteaser a.button, .specsteaser .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .specsteaser a.button, .specsteaser .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .specsteaser input.powermail_submit, .specsteaser .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .specsteaser input.powermail_submit, .specsteaser .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .specsteaser button.powermail_submit, .specsteaser .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .specsteaser button.powermail_submit, .specsteaser .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .specsteaser .buttonelement, .specsteaser .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .specsteaser .buttonelement, .specsteaser .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .specsteaser input.powermail_submit, .specsteaser .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .specsteaser button.powermail_submit, .specsteaser .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .specsteaser .buttonelement {
    margin-top: 4px;
    color: #fff;
    margin-bottom: 1.6rem; }
    .specsteaser a.button:hover {
      color: #fff; }
  .specsteaser .sectionheader {
    color: #003963;
    font-family: "corporate", Arial, sans-serif; }
    .specsteaser .sectionheader h2, .specsteaser .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .specsteaser .sectionheader .title, .specsteaser .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .specsteaser .sectionheader .title {
      font-family: "corporate-bold", Arial, sans-serif;
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px;
      color: #003963;
      text-transform: none; }
      @media screen and (min-width: 75em) {
        .specsteaser .sectionheader h2, .specsteaser .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .specsteaser .sectionheader .title, .specsteaser .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .specsteaser .sectionheader .title {
          width: auto;
          margin-bottom: 40px;
          font-size: 36px;
          line-height: 42px; } }
  .specsteaser .specsintro {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    text-align: center;
    padding-top: 0;
    padding-bottom: 330px; }
    @media print, screen and (min-width: 40em) {
      .specsteaser .specsintro {
        padding-bottom: 3.125rem; } }
    @media screen and (min-width: 48em) {
      .specsteaser .specsintro {
        padding-bottom: 0; } }
  .specsteaser .specstable {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .specsteaser .specstable {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .specsteaser .specstable .box-25 {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; }
      .specsteaser .specstable .box-25 ul[class*="speclist"] {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        width: 100%;
        margin-bottom: 2rem;
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .specsteaser .specstable .box-25 ul[class*="speclist"] li {
          width: 100%;
          padding: 1.5rem 0 1rem;
          border-bottom: 1px solid #D4D8DB;
          position: relative; }
          .specsteaser .specstable .box-25 ul[class*="speclist"] li.topBorder {
            padding: 0;
            min-height: 0;
            display: none; }
          @media print, screen and (min-width: 40em) {
            .specsteaser .specstable .box-25 ul[class*="speclist"] li {
              width: 50%;
              border-bottom: none;
              padding: 2rem 10px 1rem; } }
          @media screen and (min-width: 48em) {
            .specsteaser .specstable .box-25 ul[class*="speclist"] li {
              width: 100%;
              padding: 2rem 10px 2rem;
              border-bottom: 1px solid #D4D8DB; } }
          @media screen and (min-width: 90em) {
            .specsteaser .specstable .box-25 ul[class*="speclist"] li {
              padding-right: 0;
              padding-left: 0; } }
          .specsteaser .specstable .box-25 ul[class*="speclist"] li.first {
            text-align: left; }
            @media print, screen and (min-width: 64em) {
              .specsteaser .specstable .box-25 ul[class*="speclist"] li.first {
                text-align: left; } }
          .specsteaser .specstable .box-25 ul[class*="speclist"] li.last {
            text-align: left; }
            @media screen and (min-width: 48em) {
              .specsteaser .specstable .box-25 ul[class*="speclist"] li.last {
                text-align: right; } }
        @media screen and (min-width: 48em) {
          .specsteaser .specstable .box-25 ul[class*="speclist"] li {
            width: 100%;
            padding: 3.4rem 0 .1 .6rem;
            min-height: 210px; }
            .specsteaser .specstable .box-25 ul[class*="speclist"] li.first, .specsteaser .specstable .box-25 ul[class*="speclist"] li.last {
              text-align: left; }
          .specsteaser .specstable .box-25 ul[class*="speclist"].speclist-right li.first, .specsteaser .specstable .box-25 ul[class*="speclist"].speclist-right li.last {
            text-align: right; } }
      @media print, screen and (min-width: 40em) {
        .specsteaser .specstable .box-25 {
          width: calc(100% - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem; } }
      @media screen and (min-width: 48em) {
        .specsteaser .specstable .box-25 {
          width: calc(25% - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem; } }
      .specsteaser .specstable .box-25 h3, .specsteaser .specstable .box-25 .imageOverlays > * div .headline, .imageOverlays > * div .specsteaser .specstable .box-25 .headline, .specsteaser .specstable .box-25 .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .specsteaser .specstable .box-25 a {
        font-size: 1.375rem;
        line-height: 1.2;
        font-weight: bold;
        margin-bottom: 0; }
        @media (max-width: 1470px) {
          .specsteaser .specstable .box-25 h3, .specsteaser .specstable .box-25 .imageOverlays > * div .headline, .imageOverlays > * div .specsteaser .specstable .box-25 .headline, .specsteaser .specstable .box-25 .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .specsteaser .specstable .box-25 a {
            font-size: calc(1.075rem + 0.3265306122vw) ; } }
    .specsteaser .specstable .box-50 {
      width: calc(83.3333333333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      position: absolute;
      top: -320px;
      width: 100%;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      @media screen and (min-width: 48em) {
        .specsteaser .specstable .box-50 {
          width: calc(50% - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem;
          position: relative;
          top: 0; } }
      .specsteaser .specstable .box-50.align-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
  .specsteaser .specsimg {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .specsteaser .specsimg {
        width: 50%; } }
  .specsteaser .specsfooter {
    background-color: #F2F2F2;
    color: #003963;
    padding: 2rem 0;
    margin-bottom: 3.125rem; }
    .specsteaser .specsfooter .container {
      padding: 0;
      overflow: hidden; }
      @media print, screen and (min-width: 64em) {
        .specsteaser .specsfooter .container {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (min-width: 75em) {
        .specsteaser .specsfooter .container {
          padding-left: 30px;
          padding-right: 30px; } }
    .specsteaser .specsfooter ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 40em) {
        .specsteaser .specsfooter ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media screen and (min-width: 48em) {
        .specsteaser .specsfooter ul {
          padding-left: 15px;
          padding-right: 15px; } }
      @media print, screen and (min-width: 64em) {
        .specsteaser .specsfooter ul {
          padding-left: 0;
          padding-right: 0; } }
      .specsteaser .specsfooter ul li {
        margin-left: 0;
        text-align: center;
        width: 100%; }
        @media screen and (min-width: 40em) {
          .specsteaser .specsfooter ul li {
            width: auto;
            white-space: nowrap; } }
        @media screen and (min-width: 48em) {
          .specsteaser .specsfooter ul li {
            -webkit-box-flex: 33%;
            -webkit-flex: 33%;
                -ms-flex: 33%;
                    flex: 33%; } }
        @media screen and (min-width: 64.0625em) {
          .specsteaser .specsfooter ul li {
            margin-right: 0; } }
        .specsteaser .specsfooter ul li.first {
          margin-left: 2.4rem; }
          @media screen and (min-width: 75em) {
            .specsteaser .specsfooter ul li.first {
              margin-left: 0; } }
        .specsteaser .specsfooter ul li .item-value {
          font-weight: 700;
          letter-spacing: 0.3rem;
          font-family: "corporate-bold", Arial, sans-serif;
          font-size: 48px;
          line-height: 54px;
          border-bottom: 1px solid #D4D8DB;
          margin-bottom: 12px;
          padding-bottom: 4px;
          padding-top: 8px; }
          .specsteaser .specsfooter ul li .item-value span {
            display: inline-block;
            letter-spacing: -2px; }
            .specsteaser .specsfooter ul li .item-value span.isrightNumber {
              margin-left: -5px;
              letter-spacing: 2px; }
          @media screen and (min-width: 48em) {
            .specsteaser .specsfooter ul li .item-value {
              font-size: 50px;
              line-height: 68px;
              margin-bottom: 12px;
              padding-bottom: 6px;
              padding-top: 6px; } }
          @media screen and (min-width: 90em) {
            .specsteaser .specsfooter ul li .item-value {
              font-size: 70px;
              line-height: 68px;
              padding-bottom: 10px;
              padding-top: 10px; } }
        .specsteaser .specsfooter ul li .item-desc {
          font-size: 18px;
          color: #515e69; }
        .specsteaser .specsfooter ul li .item-prefix {
          font-size: 14px;
          line-height: 1.1;
          color: #515e69; }
        .specsteaser .specsfooter ul li div.infotext {
          display: block;
          white-space: normal;
          margin-bottom: 32px; }
          @media screen and (min-width: 48em) {
            .specsteaser .specsfooter ul li div.infotext {
              margin-bottom: 45px; } }
          .specsteaser .specsfooter ul li div.infotext.infoicon {
            display: none;
            min-width: 50px;
            min-height: 50px;
            position: relative; }
            @media print, screen and (min-width: 64em) {
              .specsteaser .specsfooter ul li div.infotext.infoicon {
                min-width: 80px;
                min-height: 60px; } }
            .specsteaser .specsfooter ul li div.infotext.infoicon img {
              position: absolute;
              top: -8px;
              height: 76px;
              width: 78px;
              left: -3px; }
    .specsteaser .specsfooter .sf-headline {
      text-transform: none;
      width: 100%;
      text-align: center;
      font-family: "corporate-bold", Arial, sans-serif;
      font-size: 30px;
      line-height: 36px;
      color: #003963;
      text-transform: none;
      display: none; }
      @media screen and (min-width: 48em) {
        .specsteaser .specsfooter .sf-headline {
          display: block;
          margin-bottom: 48px; } }
      @media screen and (min-width: 75em) {
        .specsteaser .specsfooter .sf-headline {
          width: auto;
          margin-bottom: 40px; } }

.specsteaser .specsfooter.hasPrefix ul li div.infotext.infoicon {
  width: 100%; }
  .specsteaser .specsfooter.hasPrefix ul li div.infotext.infoicon img {
    top: -8px;
    height: 107px;
    width: 86px;
    left: -3px; }
    @media print, screen and (min-width: 64em) {
      .specsteaser .specsfooter.hasPrefix ul li div.infotext.infoicon img {
        top: -56px;
        height: 195px;
        width: 200px;
        left: -3px; } }

@media (max-width: 640px) {
  .specsteaser .specsfooter ul li {
    margin-bottom: 10px; }
  .specsteaser .specsfooter .container {
    padding-right: 0; }
  .specsteaser .specsfooter .sf-headline {
    padding-right: 18px; }
  .specsteaser .specsfooter ul li.first {
    margin-left: 0; } }

@media (min-width: 440px) and (max-width: 550px) {
  .specsteaser .specsintro {
    padding-bottom: 400px; }
  .specsteaser .specstable .box-50 {
    top: -400px; } }

@media (min-width: 551px) and (max-width: 639px) {
  .specsteaser .specsintro {
    padding-bottom: 510px; }
  .specsteaser .specstable .box-50 {
    top: -510px; } }

@media (min-width: 640px) and (max-width: 768px) {
  .specsteaser .specsintro {
    padding-bottom: 580px; }
  .specsteaser .specstable .box-50 {
    top: -610px; } }

.contentstage > .section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .contentstage > .section:first-child {
    padding: 0; }
  .contentstage > .section:last-child {
    padding-bottom: 0; }

.contentstage .cs-image img {
  width: 100%;
  height: auto; }

.article-gallery {
  width: 75%;
  justify-self: flex-start; }
  @media screen and (max-width: 64.06125em) {
    .article-gallery {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .article-gallery .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    float: left;
    clear: both; }
    @media screen and (min-width: 40em) {
      .article-gallery .gallery {
        width: 50%;
        padding-right: 2rem;
        padding-top: 0.7rem; } }
  @media screen and (min-width: 40em) {
    .article-gallery p {
      max-width: 66%;
      margin-left: auto; } }
  .article-gallery .gallery-image {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding-bottom: 1.4rem;
    font-size: 1rem; }
    .article-gallery .gallery-image > .image {
      margin-bottom: 0.7rem;
      cursor: -webkit-zoom-in;
      cursor: zoom-in;
      position: relative;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
      padding-top: 100%; }
      .article-gallery .gallery-image > .image:hover {
        opacity: 0.85; }
        .article-gallery .gallery-image > .image:hover img {
          -webkit-transform: scale(2);
              -ms-transform: scale(2);
                  transform: scale(2); }
      .article-gallery .gallery-image > .image img {
        max-width: 110%;
        position: absolute;
        -webkit-transform-origin: 50% 65%;
            -ms-transform-origin: 50% 65%;
                transform-origin: 50% 65%;
        -webkit-transition: -webkit-transform 5s;
        transition: -webkit-transform 5s;
        -o-transition: transform 5s;
        transition: transform 5s;
        transition: transform 5s, -webkit-transform 5s;
        width: 100%;
        top: 0;
        left: 0; }
      .article-gallery .gallery-image > .image:before {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        position: absolute;
        content: '';
        background-image: url("images/search.svg");
        width: 23px;
        height: 23px;
        top: 50%;
        left: 50%;
        background-size: contain;
        opacity: 0;
        background-color: black; }
  .article-gallery .gallery-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background: rgba(3, 54, 98, 0.71);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
    .article-gallery .gallery-lightbox.active {
      visibility: visible;
      opacity: 1; }
    .article-gallery .gallery-lightbox div {
      max-width: 91.875rem;
      position: relative;
      border: 3px solid rgba(0, 0, 0, 0.5); }
      .article-gallery .gallery-lightbox div img {
        max-width: 100%;
        height: auto;
        max-height: 70vh; }
      .article-gallery .gallery-lightbox div .close {
        position: absolute;
        top: -20px;
        right: -20px;
        font-size: 30px;
        color: white;
        display: none; }

.section-tabs {
  background: #e3e6e5; }
  .section-tabs .section {
    position: relative;
    max-width: 88.125rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 1.5rem;
    padding-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .section-tabs .section {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
  .section-tabs.section-pagesmenu .section {
    padding-top: 0;
    max-width: 1160px;
    padding-left: 15px; }
    @media screen and (min-width: 48em) {
      .section-tabs.section-pagesmenu .section {
        padding-left: 32px; } }
    @media screen and (min-width: 75em) {
      .section-tabs.section-pagesmenu .section {
        padding-left: 16px; } }
    @media screen and (min-width: 90em) {
      .section-tabs.section-pagesmenu .section {
        padding-left: 0; } }
    .section-tabs.section-pagesmenu .section .text-teaser-block {
      width: 100%;
      margin-left: -42px; }
      @media screen and (min-width: 48em) {
        .section-tabs.section-pagesmenu .section .text-teaser-block {
          margin-left: -16px; } }
  .section-tabs .tabs {
    margin: 0;
    border: none;
    background: transparent;
    padding: 0; }
  .section-tabs .tabs-content {
    border: none;
    margin-bottom: 1.5rem; }
  .section-tabs .tab-contents {
    border: none;
    border-top: 0;
    background: transparent; }
    .section-tabs .tab-contents .frame {
      padding-left: 0; }
    .section-tabs .tab-contents ul {
      padding-left: 0; }
  .section-tabs .tabs-panel {
    padding: 0;
    background: #e3e6e5; }
    .section-tabs .tabs-panel ul.contentList {
      padding-left: 0; }
    .section-tabs .tabs-panel .frame {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; }
      .section-tabs .tabs-panel .frame ul.contentList li {
        padding: 0px 0 3px 17px;
        font-size: 1.125rem; }
  .section-tabs .tabs-panel .frame,
  .section-tabs .tabs-panel .section {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }
  .section-tabs .tabs-panel.is-active .frame,
  .section-tabs .tabs-panel.is-active .section {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .section-tabs .tab-head {
    min-width: unset;
    text-transform: none;
    border: none;
    height: auto;
    position: relative;
    background: transparent;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 48em) {
      .section-tabs .tab-head {
        padding: 0 0; } }
    @media print, screen and (min-width: 40em) {
      .section-tabs .tab-head {
        margin: 0 32px;
        height: 64px; } }
    @media screen and (min-width: 64.0625em) {
      .section-tabs .tab-head {
        height: 82px;
        padding: 0 0;
        margin: 0 41px; } }
    .section-tabs .tab-head:first-of-type {
      /*margin-left:30px;*/ }
      @media screen and (min-width: 64.0625em) {
        .section-tabs .tab-head:first-of-type {
          padding-left: 0;
          margin-left: 0; } }
    .section-tabs .tab-head a {
      margin: 0;
      z-index: 14;
      position: relative;
      text-align: left;
      height: auto;
      padding-right: 0;
      padding-left: 0;
      background: #e3e6e5; }
      @media print, screen and (min-width: 40em) {
        .section-tabs .tab-head a {
          background: transparent; } }
      @media screen and (min-width: 48em) {
        .section-tabs .tab-head a {
          background: transparent; } }
      @media screen and (min-width: 64.0625em) {
        .section-tabs .tab-head a {
          height: 84px;
          padding-top: 32px; } }
    .section-tabs .tab-head:hover {
      background: none; }
    .section-tabs .tab-head h3, .section-tabs .tab-head .imageOverlays > * div .headline, .imageOverlays > * div .section-tabs .tab-head .headline, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a {
      cursor: pointer;
      position: relative;
      padding-left: 0;
      margin-bottom: 0;
      text-transform: none;
      font-family: "corporate-bold", Arial, sans-serif;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; }
      .section-tabs .tab-head h3 svg, .section-tabs .tab-head .imageOverlays > * div .headline svg, .imageOverlays > * div .section-tabs .tab-head .headline svg, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a svg {
        color: #003963;
        position: absolute;
        right: 14px;
        top: 3px; }
        .section-tabs .tab-head h3 svg.minus, .section-tabs .tab-head .imageOverlays > * div .headline svg.minus, .imageOverlays > * div .section-tabs .tab-head .headline svg.minus, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.minus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a svg.minus {
          display: none; }
        @media print, screen and (min-width: 40em) {
          .section-tabs .tab-head h3 svg, .section-tabs .tab-head .imageOverlays > * div .headline svg, .imageOverlays > * div .section-tabs .tab-head .headline svg, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a svg {
            display: none !important; } }
      .section-tabs .tab-head h3 span, .section-tabs .tab-head .imageOverlays > * div .headline span, .imageOverlays > * div .section-tabs .tab-head .headline span, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a span, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a span {
        display: block;
        font-size: 1.125rem;
        text-transform: none;
        margin-top: 4px;
        letter-spacing: 0; }
      .section-tabs .tab-head h3 + .accordion-content, .section-tabs .tab-head .imageOverlays > * div .headline + .accordion-content, .imageOverlays > * div .section-tabs .tab-head .headline + .accordion-content, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a + .accordion-content, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a + .accordion-content {
        /*max-height: 0;
                opacity: 0;
                overflow-y: hidden;
                transition: none;*/
        padding-left: 0;
        padding-right: 40px;
        padding-bottom: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: none;
        font-size: 18px;
        color: #515e69; }
        .section-tabs .tab-head h3 + .accordion-content ul, .section-tabs .tab-head .imageOverlays > * div .headline + .accordion-content ul, .imageOverlays > * div .section-tabs .tab-head .headline + .accordion-content ul, .section-tabs .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a + .accordion-content ul, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head a + .accordion-content ul {
          padding-left: 0; }
    .section-tabs .tab-head.is-active {
      background: #e3e6e5; }
      .section-tabs .tab-head.is-active h3 svg.plus, .section-tabs .tab-head.is-active .imageOverlays > * div .headline svg.plus, .imageOverlays > * div .section-tabs .tab-head.is-active .headline svg.plus, .section-tabs .tab-head.is-active .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.plus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head.is-active a svg.plus {
        display: none; }
      .section-tabs .tab-head.is-active h3 svg.minus, .section-tabs .tab-head.is-active .imageOverlays > * div .headline svg.minus, .imageOverlays > * div .section-tabs .tab-head.is-active .headline svg.minus, .section-tabs .tab-head.is-active .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.minus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head.is-active a svg.minus {
        display: block; }
      @media print, screen and (min-width: 40em) {
        .section-tabs .tab-head.is-active h3 svg, .section-tabs .tab-head.is-active .imageOverlays > * div .headline svg, .imageOverlays > * div .section-tabs .tab-head.is-active .headline svg, .section-tabs .tab-head.is-active .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs .tab-head.is-active a svg {
          display: none; } }
      .section-tabs .tab-head.is-active:after {
        display: none;
        content: '';
        position: absolute;
        z-index: 12;
        top: 0;
        width: 0;
        height: 0;
        right: -64px;
        border-right: 64px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 64px solid #e3e6e5; }
        @media print, screen and (min-width: 40em) {
          .section-tabs .tab-head.is-active:after {
            display: block; } }
        @media screen and (min-width: 64.0625em) {
          .section-tabs .tab-head.is-active:after {
            right: -82px;
            border-right: 82px solid transparent;
            border-left: 0px solid transparent;
            border-bottom: 82px solid #e3e6e5; } }
      .section-tabs .tab-head.is-active:before {
        display: none;
        content: '';
        position: absolute;
        z-index: 12;
        top: 0;
        width: 0;
        height: 0;
        left: -64px;
        border-left: 64px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 64px solid #e3e6e5; }
        @media print, screen and (min-width: 40em) {
          .section-tabs .tab-head.is-active:before {
            display: block; } }
        @media screen and (min-width: 64.0625em) {
          .section-tabs .tab-head.is-active:before {
            left: -82px;
            border-left: 82px solid transparent;
            border-right: 0px solid transparent;
            border-bottom: 82px solid #e3e6e5; } }
  .section-tabs .tabs-header {
    background: #F2F2F2; }
    @media screen and (min-width: 48em) {
      .section-tabs .tabs-header {
        margin-left: -32px; } }
  .section-tabs .accordion {
    border: none;
    padding-left: 0; }
  .section-tabs .accordion-content {
    border: none;
    padding: 0; }
    .section-tabs .accordion-content .text-teaser-block {
      width: 100%; }
  .section-tabs .accordion-title:before {
    display: none; }
  @media print, screen and (min-width: 64em) {
    .section-tabs.section-tabbed-content .tabs-header {
      margin-left: -62px; } }
  @media screen and (min-width: 75em) {
    .section-tabs.section-tabbed-content .tabs-header {
      margin-left: -16px; } }
  @media print, screen and (min-width: 64em) {
    .section-tabs.section-tabbed-content .tabs-content {
      margin-left: -10px; } }
  @media screen and (min-width: 75em) {
    .section-tabs.section-tabbed-content .tabs-content {
      margin-left: -22px; } }
  @media screen and (min-width: 90em) {
    .section-tabs.section-tabbed-content .tabs-content {
      margin-left: -7px; } }
  .section-tabs .is-active .accordion-title:after {
    background-image: url(../Images/arrow-up.svg); }

@media (max-width: 640px) {
  .section-tabs {
    background-color: transparent; }
    .section-tabs .accordion-title:after {
      top: 0; }
  .section-tabs.section-pagesmenu .container,
  .section-tabs.section-pagesmenu .cell {
    padding: 0; }
  .section-tabs.section-pagesmenu .tab-head a {
    background: #e3e6e5;
    border-top: 1px #7f8b93 solid; }
    .section-tabs.section-pagesmenu .tab-head a h3, .section-tabs.section-pagesmenu .tab-head a .imageOverlays > * div .headline, .imageOverlays > * div .section-tabs.section-pagesmenu .tab-head a .headline, .section-tabs.section-pagesmenu .tab-head a .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs.section-pagesmenu .tab-head a a {
      padding-left: 16px; }
  .section-tabs.section-pagesmenu .accordion-content {
    padding-top: 6px;
    padding-bottom: 4px;
    background: #F2F2F2; }
    .section-tabs.section-pagesmenu .accordion-content .box-50 {
      width: 85%; }
    .section-tabs.section-pagesmenu .accordion-content a.text-teaser,
    .section-tabs.section-pagesmenu .accordion-content a {
      background: #F2F2F2;
      border: none;
      display: inline-block;
      margin-top: 6px;
      margin-left: 8px;
      margin-bottom: 6px;
      padding-top: 4px;
      padding-bottom: 4px;
      height: auto;
      font-weight: normal;
      padding-right: 44px;
      padding-left: 20px;
      font-size: 1rem; }
      .section-tabs.section-pagesmenu .accordion-content a.text-teaser:after,
      .section-tabs.section-pagesmenu .accordion-content a:after {
        bottom: 8px;
        right: 6px; }
  .tabs-header .container,
  .tabs-header .cell {
    padding: 0; }
  .tabs-header .container .grid .cell {
    padding: 0; }
  .tabs-header a {
    background: #e3e6e5;
    border-top: 1px #7f8b93 solid; }
    .tabs-header a h3, .tabs-header a .imageOverlays > * div .headline, .imageOverlays > * div .tabs-header a .headline, .tabs-header a .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .tabs-header a a {
      padding-left: 13px; } }

@media (max-width: 1023px) {
  .section-tabs.section-tabbed-content {
    background-color: transparent; }
    .section-tabs.section-tabbed-content .tabs-header .container .grid .cell {
      padding: 0; }
    .section-tabs.section-tabbed-content .tab-head {
      height: auto; }
      .section-tabs.section-tabbed-content .tab-head h3 svg, .section-tabs.section-tabbed-content .tab-head .imageOverlays > * div .headline svg, .imageOverlays > * div .section-tabs.section-tabbed-content .tab-head .headline svg, .section-tabs.section-tabbed-content .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs.section-tabbed-content .tab-head a svg {
        color: #003963;
        position: absolute;
        right: 14px;
        top: 3px; }
        .section-tabs.section-tabbed-content .tab-head h3 svg.plus, .section-tabs.section-tabbed-content .tab-head .imageOverlays > * div .headline svg.plus, .imageOverlays > * div .section-tabs.section-tabbed-content .tab-head .headline svg.plus, .section-tabs.section-tabbed-content .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.plus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs.section-tabbed-content .tab-head a svg.plus {
          display: block !important; } }
        @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 64em) {
          .section-tabs.section-tabbed-content .tab-head h3 svg.plus, .section-tabs.section-tabbed-content .tab-head .imageOverlays > * div .headline svg.plus, .imageOverlays > * div .section-tabs.section-tabbed-content .tab-head .headline svg.plus, .section-tabs.section-tabbed-content .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.plus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs.section-tabbed-content .tab-head a svg.plus {
            display: none !important; } }

@media (max-width: 1023px) {
        .section-tabs.section-tabbed-content .tab-head h3 svg.minus, .section-tabs.section-tabbed-content .tab-head .imageOverlays > * div .headline svg.minus, .imageOverlays > * div .section-tabs.section-tabbed-content .tab-head .headline svg.minus, .section-tabs.section-tabbed-content .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.minus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs.section-tabbed-content .tab-head a svg.minus {
          display: none; } }
        @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 64em) {
          .section-tabs.section-tabbed-content .tab-head h3 svg.minus, .section-tabs.section-tabbed-content .tab-head .imageOverlays > * div .headline svg.minus, .imageOverlays > * div .section-tabs.section-tabbed-content .tab-head .headline svg.minus, .section-tabs.section-tabbed-content .tab-head .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg.minus, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-tabs.section-tabbed-content .tab-head a svg.minus {
            display: none !important; } }

@media (max-width: 1023px) {
      .section-tabs.section-tabbed-content .tab-head.is-active {
        background: #e3e6e5; }
        .section-tabs.section-tabbed-content .tab-head.is-active:after {
          display: none; }
        .section-tabs.section-tabbed-content .tab-head.is-active:before {
          display: none; }
        .section-tabs.section-tabbed-content .tab-head.is-active.plus {
          display: none !important; } }
        @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 64em) {
          .section-tabs.section-tabbed-content .tab-head.is-active.plus {
            display: none !important; } }

@media (max-width: 1023px) {
        .section-tabs.section-tabbed-content .tab-head.is-active.minus {
          display: block !important; } }
        @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 64em) {
          .section-tabs.section-tabbed-content .tab-head.is-active.minus {
            display: none !important; } }

@media (max-width: 1023px) {
      .section-tabs.section-tabbed-content .tab-head a {
        background: transparent;
        padding-left: 16px; }
    .section-tabs.section-tabbed-content .container {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .section-tabs.section-tabbed-content .tab-head {
    margin-left: 62px; } }

.gridelementHeader {
  cursor: pointer;
  position: relative;
  padding-top: 23px;
  padding-bottom: 22px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 16px; }
  @media screen and (min-width: 48em) {
    .gridelementHeader {
      padding-left: 32px; } }
  @media print, screen and (min-width: 64em) {
    .gridelementHeader {
      padding-left: 16px; } }
  @media screen and (min-width: 75em) {
    .gridelementHeader {
      padding-left: 20px; } }
  @media screen and (min-width: 90em) {
    .gridelementHeader {
      padding-left: 0; } }
  .gridelementHeader svg {
    color: #003963;
    position: absolute;
    right: 4px;
    top: 27px; }
    .gridelementHeader svg.minus {
      display: none; }
  .gridelementHeader span {
    display: block;
    font-size: 1.125rem;
    text-transform: none;
    margin-top: 4px;
    letter-spacing: 0; }
  .gridelementHeader + .accordion-content {
    /*max-height: 0;
        opacity: 0;
        overflow-y: hidden;
        transition: none;*/
    padding-left: 15px;
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 18px;
    color: #515e69; }
    @media screen and (min-width: 48em) {
      .gridelementHeader + .accordion-content {
        padding-left: 32px; } }
    @media print, screen and (min-width: 64em) {
      .gridelementHeader + .accordion-content {
        padding-left: 16px; } }
    .gridelementHeader + .accordion-content ul {
      padding-left: 0; }
      .gridelementHeader + .accordion-content ul.contentList {
        padding-left: 20px; }
    .gridelementHeader + .accordion-content h2, .gridelementHeader + .accordion-content .frame-type-menu_pages .title, .frame-type-menu_pages .gridelementHeader + .accordion-content .title, .gridelementHeader + .accordion-content .frame-type-menu_subpages .title, .frame-type-menu_subpages .gridelementHeader + .accordion-content .title {
      font-size: 20px;
      line-height: 1; }
  .gridelementHeader.active svg.plus {
    display: none; }
  .gridelementHeader.active svg.minus {
    display: block; }

.accordion {
  border-top: 1px solid #D4D8DB; }

.accordeon-container > div {
  border: none; }

.accordeon-container .frame {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .accordeon-container .frame {
      padding-bottom: 1.5625rem; } }

.accordeon-container .ce-uploads {
  margin-left: 0;
  max-width: 100%; }

@media screen and (min-width: 48em) {
  .accordeon-container.accordion-content .frame.frame-contact-accordion {
    padding: 20px !important;
    padding-left: 33px !important; } }

@media print, screen and (min-width: 64em) {
  .accordeon-container.accordion-content .frame.frame-contact-accordion {
    padding-left: 18px !important; } }

@media screen and (min-width: 75em) {
  .accordeon-container.accordion-content .frame.frame-contact-accordion {
    padding-left: 22px !important; } }

:last-child > .accordion-content:last-child {
  border-bottom: none; }

.grid2Col_66_33 .cell.accordionGrid {
  width: 100%; }
  .grid2Col_66_33 .cell.accordionGrid .gridelementHeader {
    padding-right: 25px; }
    @media screen and (min-width: 75em) {
      .grid2Col_66_33 .cell.accordionGrid .gridelementHeader {
        padding-right: 35px; } }

.accordion-content {
  /* render 3 col as grid for better control */ }
  .accordion-content .frame-type-news_pi1 .news-list-view {
    padding-left: 0;
    padding-right: 0; }
  .accordion-content .grid2Col_33_33_33 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px; }
    @media print, screen and (min-width: 40em) {
      .accordion-content .grid2Col_33_33_33 {
        grid-template-columns: 1fr 1fr 1fr; } }
    .accordion-content .grid2Col_33_33_33 .box-33 {
      width: 100%; }
      @media screen and (min-width: 48em) {
        .accordion-content .grid2Col_33_33_33 .box-33 {
          margin-right: 0;
          margin-left: 0; } }
      .accordion-content .grid2Col_33_33_33 .box-33 .ce-above .ce-gallery {
        margin-bottom: 0; }
      .accordion-content .grid2Col_33_33_33 .box-33 .ce-image .ce-row .ce-column {
        margin-right: 0; }
      @media print, screen and (min-width: 40em) {
        .accordion-content .grid2Col_33_33_33 .box-33 .frame {
          padding-bottom: 0; } }
  .accordion-content .grid2Col_50_50 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-left: 0; }
    @media screen and (max-width: 768px) {
      .accordion-content .grid2Col_50_50 {
        margin-left: 18px; } }
    @media print, screen and (min-width: 40em) {
      .accordion-content .grid2Col_50_50 {
        grid-template-columns: 1fr 1fr; } }
    .accordion-content .grid2Col_50_50 .box-50 {
      margin-inline: 0;
      width: 100%; }
  @media screen and (max-width: 768px) {
    .accordion-content .fourcols {
      margin-left: 18px; } }

.frame.frame-default.frame-type-container-accordeon.frame-layout-0.accordionContainer {
  padding-top: 0;
  padding-bottom: 0; }

.section-container.bgColor-grey .accordion {
  background-color: #F2F2F2; }

.section-container.bgColor-grey .accordion-content {
  background-color: #F2F2F2; }

.section-container.bgColor-darkblue .accordion {
  background-color: #003963; }
  .section-container.bgColor-darkblue .accordion .gridelementHeader svg {
    color: #fff; }

.section-container.bgColor-darkblue .accordion-content {
  background-color: #003963;
  color: #fff; }

.frame-type-menu_pages > ul, .frame-type-menu_subpages > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (min-width: 48em) {
    .frame-type-menu_pages > ul, .frame-type-menu_subpages > ul {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 75em) {
    .frame-type-menu_pages > ul, .frame-type-menu_subpages > ul {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 90em) {
    .frame-type-menu_pages > ul, .frame-type-menu_subpages > ul {
      padding-left: 0;
      padding-right: 0; } }
  .frame-type-menu_pages > ul > li, .frame-type-menu_subpages > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .frame-type-menu_pages > ul > li, .frame-type-menu_subpages > ul > li {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 48em) {
      .frame-type-menu_pages > ul > li, .frame-type-menu_subpages > ul > li {
        width: calc(50% - 18px);
        margin-right: 8px;
        margin-left: 8px; } }
    @media screen and (min-width: 90em) {
      .frame-type-menu_pages > ul > li, .frame-type-menu_subpages > ul > li {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        width: calc(50% - 56px);
        margin-right: 28px;
        margin-left: 28px;
        margin-bottom: 60px; } }
    .frame-type-menu_pages > ul > li:hover img, .frame-type-menu_subpages > ul > li:hover img {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }

@media screen and (min-width: 75em) {
  .frame-type-menu_pages, .frame-type-menu_subpages {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 90em) {
  .frame-type-menu_pages, .frame-type-menu_subpages {
    padding-left: 0;
    padding-right: 0;
    max-width: 1216px; } }

.frame-type-menu_pages .menuImage, .frame-type-menu_subpages .menuImage {
  overflow: hidden; }
  @media print, screen and (min-width: 64em) {
    .frame-type-menu_pages .menuImage, .frame-type-menu_subpages .menuImage {
      min-height: 218px; } }
  @media screen and (min-width: 75em) {
    .frame-type-menu_pages .menuImage, .frame-type-menu_subpages .menuImage {
      min-height: 270px; } }
  .frame-type-menu_pages .menuImage img, .frame-type-menu_subpages .menuImage img {
    -webkit-transition: -webkit-transform 3.0s;
    transition: -webkit-transform 3.0s;
    -o-transition: transform 3.0s;
    transition: transform 3.0s;
    transition: transform 3.0s, -webkit-transform 3.0s;
    width: 100%; }
  .frame-type-menu_pages .menuImage a, .frame-type-menu_subpages .menuImage a {
    display: block; }
    .frame-type-menu_pages .menuImage a:focus-visible, .frame-type-menu_subpages .menuImage a:focus-visible {
      margin: 4px;
      outline: 2px solid #003963;
      outline-offset: 2px; }

.frame-type-menu_pages .title, .frame-type-menu_subpages .title {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  padding: 0 1rem;
  font-family: "corporate-bold", Arial, sans-serif;
  padding-left: 0;
  color: #fff;
  text-align: left;
  text-transform: none;
  z-index: 2;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 8px; }
  @media screen and (min-width: 90em) {
    .frame-type-menu_pages .title, .frame-type-menu_subpages .title {
      margin-bottom: 16px; } }
  .frame-type-menu_pages .title sup, .frame-type-menu_subpages .title sup {
    text-transform: none;
    font-size: 0.7em;
    top: -.6em;
    left: -.3em; }

.frame-type-menu_pages .absTitle, .frame-type-menu_subpages .absTitle {
  background: #fff;
  padding: 8px 16px;
  color: #515e69;
  bottom: 0;
  margin-bottom: 0;
  font-family: "corporate", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  width: auto; }

.frame-type-menu_pages .teaser, .frame-type-menu_subpages .teaser {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px; }
  @media screen and (min-width: 48em) {
    .frame-type-menu_pages .teaser, .frame-type-menu_subpages .teaser {
      min-height: 66px; } }
  @media print, screen and (min-width: 64em) {
    .frame-type-menu_pages .teaser, .frame-type-menu_subpages .teaser {
      min-height: 44px; } }

.frame-type-menu_pages .iconlink:after, .frame-type-menu_subpages .iconlink:after {
  display: none; }

.frame-type-menu_pages.frame-layout-0 > ul > li > a:after, .frame-layout-0.frame-type-menu_subpages > ul > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1; }

.frame-type-menu_pages.frame-layout-1 > ul > li, .frame-layout-1.frame-type-menu_subpages > ul > li, .frame-type-menu_pages.frame-layout-2 > ul > li, .frame-layout-2.frame-type-menu_subpages > ul > li, .frame-type-menu_pages.frame-layout-3 > ul > li, .frame-layout-3.frame-type-menu_subpages > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .frame-type-menu_pages.frame-layout-1 > ul > li > *, .frame-layout-1.frame-type-menu_subpages > ul > li > *, .frame-type-menu_pages.frame-layout-2 > ul > li > *, .frame-layout-2.frame-type-menu_subpages > ul > li > *, .frame-type-menu_pages.frame-layout-3 > ul > li > *, .frame-layout-3.frame-type-menu_subpages > ul > li > * {
    width: 100%;
    height: auto; }

.frame-type-menu_pages.frame-layout-1.frame-layout-2 header h4, .frame-layout-1.frame-layout-2.frame-type-menu_subpages header h4, .frame-type-menu_pages.frame-layout-2.frame-layout-2 header h4, .frame-layout-2.frame-layout-2.frame-type-menu_subpages header h4, .frame-type-menu_pages.frame-layout-3.frame-layout-2 header h4, .frame-layout-3.frame-layout-2.frame-type-menu_subpages header h4 {
  font-size: 30px;
  line-height: 36px; }
  @media screen and (min-width: 48em) {
    .frame-type-menu_pages.frame-layout-1.frame-layout-2 header h4, .frame-layout-1.frame-layout-2.frame-type-menu_subpages header h4, .frame-type-menu_pages.frame-layout-2.frame-layout-2 header h4, .frame-layout-2.frame-layout-2.frame-type-menu_subpages header h4, .frame-type-menu_pages.frame-layout-3.frame-layout-2 header h4, .frame-layout-3.frame-layout-2.frame-type-menu_subpages header h4 {
      margin-left: 28px; } }
  @media print, screen and (min-width: 64em) {
    .frame-type-menu_pages.frame-layout-1.frame-layout-2 header h4, .frame-layout-1.frame-layout-2.frame-type-menu_subpages header h4, .frame-type-menu_pages.frame-layout-2.frame-layout-2 header h4, .frame-layout-2.frame-layout-2.frame-type-menu_subpages header h4, .frame-type-menu_pages.frame-layout-3.frame-layout-2 header h4, .frame-layout-3.frame-layout-2.frame-type-menu_subpages header h4 {
      margin-left: 28px;
      font-size: 36px;
      line-height: 42px; } }

.frame-type-menu_pages.frame-layout-1 .title, .frame-layout-1.frame-type-menu_subpages .title, .frame-type-menu_pages.frame-layout-2 .title, .frame-layout-2.frame-type-menu_subpages .title, .frame-type-menu_pages.frame-layout-3 .title, .frame-layout-3.frame-type-menu_subpages .title {
  position: static;
  color: #515e69;
  margin-top: 1rem;
  word-break: break-word; }
  @media screen and (min-width: 48em) {
    .frame-type-menu_pages.frame-layout-1 .title, .frame-layout-1.frame-type-menu_subpages .title, .frame-type-menu_pages.frame-layout-2 .title, .frame-layout-2.frame-type-menu_subpages .title, .frame-type-menu_pages.frame-layout-3 .title, .frame-layout-3.frame-type-menu_subpages .title {
      margin-top: 1.125rem; } }
  @media screen and (min-width: 90em) {
    .frame-type-menu_pages.frame-layout-1 .title, .frame-layout-1.frame-type-menu_subpages .title, .frame-type-menu_pages.frame-layout-2 .title, .frame-layout-2.frame-type-menu_subpages .title, .frame-type-menu_pages.frame-layout-3 .title, .frame-layout-3.frame-type-menu_subpages .title {
      margin-top: 1.5rem; } }

.frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small > *, .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small > *, .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small > *, .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small > *, .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small > *, .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small > * {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 90em) {
    .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small > *, .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small > *, .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small > *, .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small > *, .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small > *, .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small > * {
      width: 50%; } }
  .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small > * .title, .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small > * .title, .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small > * .title, .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small > * .title, .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small > * .title, .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small > * .title {
    margin-top: 12px;
    margin-bottom: 8px; }
    @media screen and (min-width: 48em) {
      .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small > * .title, .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small > * .title, .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small > * .title, .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small > * .title, .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small > * .title, .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small > * .title {
        margin-top: 24px; } }
    @media screen and (min-width: 90em) {
      .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small > * .title, .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small > * .title, .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small > * .title, .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small > * .title, .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small > * .title, .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small > * .title {
        margin-top: 0; } }

@media screen and (min-width: 90em) {
  .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small .title, .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small .title,
  .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small .teaser,
  .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small .teaser,
  .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small .iconlink,
  .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small .iconlink,
  .frame-type-menu_pages.frame-layout-1 > ul > li.teaser-small .iconlink-bold,
  .frame-layout-1.frame-type-menu_subpages > ul > li.teaser-small .iconlink-bold, .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small .title, .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small .title,
  .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small .teaser,
  .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small .teaser,
  .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small .iconlink,
  .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small .iconlink,
  .frame-type-menu_pages.frame-layout-2 > ul > li.teaser-small .iconlink-bold,
  .frame-layout-2.frame-type-menu_subpages > ul > li.teaser-small .iconlink-bold, .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small .title, .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small .title,
  .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small .teaser,
  .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small .teaser,
  .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small .iconlink,
  .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small .iconlink,
  .frame-type-menu_pages.frame-layout-3 > ul > li.teaser-small .iconlink-bold,
  .frame-layout-3.frame-type-menu_subpages > ul > li.teaser-small .iconlink-bold {
    padding-left: 20px; } }

.frame-type-menu_pages.frame-layout-1 div.text-center, .frame-layout-1.frame-type-menu_subpages div.text-center, .frame-type-menu_pages.frame-layout-2 div.text-center, .frame-layout-2.frame-type-menu_subpages div.text-center, .frame-type-menu_pages.frame-layout-3 div.text-center, .frame-layout-3.frame-type-menu_subpages div.text-center {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

@media (max-width: 640px) {
  .frame-type-menu_pages > ul > li, .frame-type-menu_subpages > ul > li {
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.oneColContainer .frame-type-menu_pages > ul, .oneColContainer .frame-type-menu_subpages > ul {
  padding-left: 0;
  padding-right: 0; }
  @media print, screen and (min-width: 40em) {
    .oneColContainer .frame-type-menu_pages > ul, .oneColContainer .frame-type-menu_subpages > ul {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 48em) {
    .oneColContainer .frame-type-menu_pages > ul, .oneColContainer .frame-type-menu_subpages > ul {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 90em) {
    .oneColContainer .frame-type-menu_pages > ul, .oneColContainer .frame-type-menu_subpages > ul {
      margin-right: -40px; } }

@media print, screen and (min-width: 64em) {
  .oneColContainer .frame-type-menu_pages > ul > li:nth-child(1), .oneColContainer .frame-type-menu_subpages > ul > li:nth-child(1) {
    margin-left: 0; }
  .oneColContainer .frame-type-menu_pages > ul > li:nth-child(2), .oneColContainer .frame-type-menu_subpages > ul > li:nth-child(2) {
    margin-right: 0; } }

@media (max-width: 1024px) {
  .frame-type-menu_pages .absTitle, .frame-type-menu_subpages .absTitle,
  .frame-type-menu_subpages .absTitle {
    width: 100%;
    display: block;
    position: relative;
    font-size: 26px; }
  .frame-type-menu_pages.frame-layout-0 > ul > li > a:after, .frame-layout-0.frame-type-menu_subpages > ul > li > a:after,
  .frame-layout-0.frame-type-menu_subpages > ul > li > a:after {
    display: none; } }

.pagesMenuSwiper {
  position: relative;
  max-width: 632px;
  padding-bottom: 68px;
  margin: 0 auto;
  margin-bottom: 3rem; }
  .pagesMenuSwiper a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1; }
  .pagesMenuSwiper .swiper-paginationContainer {
    bottom: 10px; }
    @media screen and (min-width: 48em) {
      .pagesMenuSwiper .swiper-paginationContainer {
        max-width: 332px;
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        bottom: -20px;
        padding-bottom: 18px;
        position: absolute;
        width: 332px;
        margin: 0 auto; } }
    @media print, screen and (min-width: 64em) {
      .pagesMenuSwiper .swiper-paginationContainer {
        min-width: auto; } }
    @media screen and (min-width: 75em) {
      .pagesMenuSwiper .swiper-paginationContainer {
        max-width: 48%;
        width: 440px;
        left: 0;
        margin: 0;
        padding-left: 8px;
        padding-right: 8px;
        bottom: -4rem; } }
    .pagesMenuSwiper .swiper-paginationContainer .swiper-pagination {
      position: relative;
      text-align: center;
      z-index: 10;
      line-height: 1;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 0; }
      .pagesMenuSwiper .swiper-paginationContainer .swiper-pagination span {
        border: 1px solid #003963;
        opacity: 1;
        width: 12px;
        height: 12px;
        margin-left: 4px;
        margin-right: 4px; }
    .pagesMenuSwiper .swiper-paginationContainer .swiper-button-prev,
    .pagesMenuSwiper .swiper-paginationContainer .swiper-button-next {
      background-image: none;
      color: #003963;
      border: 1px solid #003963;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      text-align: center;
      bottom: -10px;
      position: absolute;
      z-index: 20;
      display: block; }
      .pagesMenuSwiper .swiper-paginationContainer .swiper-button-prev svg,
      .pagesMenuSwiper .swiper-paginationContainer .swiper-button-next svg {
        position: absolute;
        left: 11px;
        top: 13px; }
    .pagesMenuSwiper .swiper-paginationContainer .swiper-button-disabled {
      display: block; }
  @media print, screen and (min-width: 40em) {
    .pagesMenuSwiper {
      max-width: 711px; } }
  @media print, screen and (min-width: 64em) {
    .pagesMenuSwiper {
      padding-bottom: 0;
      max-width: 632px; } }
  @media screen and (min-width: 64.0625em) {
    .pagesMenuSwiper {
      max-width: 860px; } }
  @media screen and (min-width: 90em) {
    .pagesMenuSwiper {
      max-width: 918px; } }
  .pagesMenuSwiper .container {
    padding: 0; }
    .pagesMenuSwiper .container .swiper-wrapper {
      margin: 0;
      padding: 0; }
  .pagesMenuSwiper li.swiper-slide {
    list-style: none;
    margin: 0; }

@media screen and (min-width: 48em) {
  .oneColContainer .frame-type-menu_pages, .oneColContainer .frame-type-menu_subpages {
    padding-left: 0.9375rem !important; } }

.oneColContainer .pagesMenuSwiper {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px; }
  .oneColContainer .pagesMenuSwiper .swiper-container {
    overflow: hidden; }

@media (min-width: 769px) and (max-width: 1024px) {
  .oneColContainer .pagesMenuSwiper {
    max-width: 708px; } }

.frame-type-menu_pages .box-25 .menuImage, .frame-type-menu_subpages .box-25 .menuImage,
.frame-type-menu_subpages .box-25 .menuImage {
  min-height: 0; }

/* Adjustment orbit Slider as Gridelement  */
.slider {
  padding: 0 6px; }
  .slider.double-margin-bottom {
    margin-bottom: 80px; }
  .slider.double-margin-top {
    margin-top: 80px; }

.orbit-container {
  overflow: visible !important;
  margin-left: 0; }
  .orbit-container div.ce-textpic .ce-gallery .image {
    margin-bottom: 6px; }
  .orbit-container .image-caption {
    padding: 6px;
    padding-bottom: 0; }

.orbit-slides-container {
  overflow: hidden !important;
  position: relative;
  padding-bottom: 26px; }
  .orbit-slides-container > li {
    padding: 0; }

.orbit .orbit-prev {
  margin-left: 0px; }

.orbit .orbit-next {
  margin-right: 0px; }

.orbit .orbit-prev,
.orbit .orbit-next {
  color: #FFFFFF;
  height: 21px;
  margin-top: 0;
  position: absolute;
  top: auto;
  width: 36px;
  z-index: 10; }

.orbit .orbit-prev:hover,
.orbit .orbit-next:hover {
  background-color: transparent; }

.orbit-bullets-container {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  /*bottom: -20px;*/
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 8;
  height: 21px; }
  .orbit-bullets-container ol {
    margin-bottom: 0 !important;
    top: 0 !important; }

.orbit .orbit-prev > span, .orbit .orbit-next > span {
  border: none;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0; }

.orbit a.orbit-prev,
.orbit a.orbit-next {
  display: block;
  height: 20px;
  text-indent: 0;
  width: 24px; }

.orbit .orbit-prev,
.orbit .orbit-next {
  text-indent: 0 !important; }

.orbit a.orbit-prev:before,
.orbit a.orbit-next:before {
  color: #318ECB;
  display: inline;
  float: left;
  font-family: 'iconfont';
  font-size: 18px;
  height: 10px;
  padding-top: 1px;
  width: 14px; }

.orbit a.orbit-prev:before {
  content: "\e607"; }

.orbit a.orbit-next:before {
  content: "\e606"; }

.orbit-container a.orbit-prev-big,
.orbit-container a.orbit-next-big {
  width: 50%;
  height: 100%;
  bottom: 0;
  padding-top: 0;
  /*Transparentes 1px Hintergrundbild für den IE9 und IE10*/
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.orbit-container a.orbit-prev-big:before,
.orbit-container a.orbit-next-big:before {
  content: ''; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 1px; }

@media only screen and (max-width: 550px) {
  .orbit-container .ce-intext-right-nowrap .ce-gallery {
    float: none;
    margin-bottom: 20px; }
    .orbit-container .ce-intext-right-nowrap .ce-gallery figure {
      margin: 0 auto; }
  .orbit-container .ce-intext-right-nowrap .csc-textpic-text {
    margin-right: 0; }
  .orbit-container .e-intext-left-nowrap .csc-textpic-text {
    margin-left: 0; } }

.orbit-container .orbit-slides-container > * {
  height: auto; }

.orbit-container .metro-panel {
  width: auto;
  max-height: 310px; }

.sliderLayoutV2 {
  max-width: 971px;
  padding-right: 15px;
  margin-bottom: 30px; }

.sliderLayoutV2 .orbit a.orbit-prev {
  display: none; }

.sliderLayoutV2 .orbit a.orbit-next {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0); }

.sliderLayoutV2 .orbit a.orbit-next:before {
  content: ' '; }

.sliderLayoutV2 .orbit .orbit-bullets-container {
  position: absolute;
  border: none;
  bottom: 5px; }
  .sliderLayoutV2 .orbit .orbit-bullets-container .orbit-bullets li {
    border-radius: 0px;
    border: solid 2px #4d565b;
    background-color: #4d565b;
    width: 1rem;
    height: 0.6625rem; }
  .sliderLayoutV2 .orbit .orbit-bullets-container .orbit-bullets li.active {
    background-color: #ffffff; }

.sliderLayoutV2 .orbit .bg-dark-blue {
  background: transparent; }

.sliderLayoutV2 .orbit .metro-panel {
  margin-bottom: 0px;
  max-height: 465px; }

.sliderLayoutV2 .orbit div.ce-textpic .ce-gallery .image {
  margin-bottom: 0px; }

.sliderLayoutV2.orange .orbit-bullets-container .orbit-bullets li {
  border: solid 2px #EC8000;
  background-color: #EC8000; }

.panels2col .teaserwtext .title {
  position: static;
  color: #515D6A;
  margin-top: 1.25rem; }

.maincontents .counterPanel {
  height: 100%;
  text-align: left;
  background-color: #adb5ba;
  position: relative;
  padding: 10px;
  min-height: 260px; }
  .maincontents .counterPanel a, .maincontents .counterPanel a:hover {
    color: #fff;
    display: block;
    height: 100%; }
  .maincontents .counterPanel.color-darkgrey {
    background-color: #515e69; }
  .maincontents .counterPanel.color-blue {
    background-color: #0095d1;
    color: #fff; }
  .maincontents .counterPanel.color-greyneg {
    color: #adb5ba;
    background-color: #fff;
    border: 1px #adb5ba solid; }
    .maincontents .counterPanel.color-greyneg a, .maincontents .counterPanel.color-greyneg a:hover {
      color: #adb5ba; }
  .maincontents .counterPanel.color-blueneg {
    color: #0095d1;
    background-color: #fff;
    border: 1px #0095d1 solid; }
    .maincontents .counterPanel.color-blueneg a, .maincontents .counterPanel.color-blueneg a:hover {
      color: #0095d1; }
  .maincontents .counterPanel.color-darkgreyneg {
    color: #515e69;
    background-color: #fff;
    border: 1px #515e69 solid; }
    .maincontents .counterPanel.color-darkgreyneg a, .maincontents .counterPanel.color-darkgreyneg a:hover {
      color: #515e69; }
  @media print, screen and (min-width: 40em) {
    .maincontents .counterPanel {
      min-height: 224px;
      padding: 14px; } }
  @media print, screen and (min-width: 64em) {
    .maincontents .counterPanel {
      min-height: 210px; } }
  @media screen and (min-width: 75em) {
    .maincontents .counterPanel {
      min-height: 260px;
      padding: 20px; } }
  @media screen and (min-width: 90em) {
    .maincontents .counterPanel {
      min-height: 295px; } }
  .maincontents .counterPanel .flex {
    position: absolute;
    bottom: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media screen and (min-width: 50.8125em) {
      .maincontents .counterPanel .flex {
        bottom: 18%; } }
    @media screen and (min-width: 75em) {
      .maincontents .counterPanel .flex {
        bottom: 20%; } }
  .maincontents .counterPanel .infoicon {
    width: 54px;
    height: 94px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media print, screen and (min-width: 40em) {
      .maincontents .counterPanel .infoicon {
        width: 56px; } }
    @media print, screen and (min-width: 64em) {
      .maincontents .counterPanel .infoicon {
        width: 72px;
        height: 84px; } }
    @media screen and (min-width: 75em) {
      .maincontents .counterPanel .infoicon {
        width: 90px;
        height: 106px; } }
    .maincontents .counterPanel .infoicon.icon-laerm img {
      margin-top: -5px;
      margin-left: 5px; }
    .maincontents .counterPanel .infoicon.icon-verbrauch img {
      width: 90%;
      margin-top: -2px;
      margin-left: 5px; }
    .maincontents .counterPanel .infoicon.icon-nox img {
      margin-top: -5px;
      margin-left: 3px; }
    .maincontents .counterPanel .infoicon.icon-co2 img {
      margin-top: -4px;
      margin-left: 3px; }
  .maincontents .counterPanel span.targettext {
    display: block;
    font-weight: bolder;
    font-size: 14px;
    line-height: 2;
    padding-left: 28px;
    letter-spacing: 1px; }
    @media print, screen and (min-width: 40em) {
      .maincontents .counterPanel span.targettext {
        line-height: 1.8; } }
    @media screen and (min-width: 75em) {
      .maincontents .counterPanel span.targettext {
        line-height: 1.2;
        font-size: 20px; } }
    @media screen and (min-width: 75em) {
      .maincontents .counterPanel span.targettext {
        font-size: 20px; } }
  .maincontents .counterPanel span.count {
    display: inline;
    font-size: 56px;
    line-height: 0.9;
    font-weight: 400;
    padding-left: 20px; }
    @media print, screen and (min-width: 40em) {
      .maincontents .counterPanel span.count {
        font-size: 56px; } }
    @media print, screen and (min-width: 64em) {
      .maincontents .counterPanel span.count {
        font-size: 52px; } }
    @media screen and (min-width: 75em) {
      .maincontents .counterPanel span.count {
        font-size: 58px; } }
    @media screen and (min-width: 90em) {
      .maincontents .counterPanel span.count {
        font-size: 78px;
        display: inline-block; } }
  .maincontents .counterPanel span.dim {
    display: inline;
    font-size: 36px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    line-height: 1.42;
    padding-left: 2px;
    font-weight: normal; }
    @media print, screen and (min-width: 40em) {
      .maincontents .counterPanel span.dim {
        font-size: 36px; } }
    @media print, screen and (min-width: 64em) {
      .maincontents .counterPanel span.dim {
        font-size: 32px; } }
    @media screen and (min-width: 90em) {
      .maincontents .counterPanel span.dim {
        font-size: 48px; } }
  .maincontents .counterPanel .subtext {
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: 1.2; }
    @media print, screen and (min-width: 64em) {
      .maincontents .counterPanel .subtext {
        left: 14px; } }
    @media screen and (min-width: 90em) {
      .maincontents .counterPanel .subtext {
        left: 20px; } }
  .maincontents .counterPanel img {
    position: relative;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .counterPanel .infoicon img {
    height: 70px;
    margin-top: 15px !important; } }

.panels4col {
  margin-bottom: 3.125rem; }
  .panels4col .title {
    position: static;
    color: #003963;
    margin-top: 1.25rem;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    font-family: "corporate-bold", Arial, sans-serif;
    text-transform: none; }
    .panels4col .title a {
      color: #515D6A; }
  .panels4col .teaserwtext .footerButton {
    position: relative;
    bottom: 0;
    width: 100%; }
  .panels4col p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px; }
  .panels4col .box-25 {
    margin-bottom: 35px; }
    .panels4col .box-25 span.title {
      display: block; }
  .panels4col .menuImage a img,
  .panels4col .menuImage img {
    width: 100%; }

@media (min-width: 1024px) and (max-width: 1200px) {
  .panels4col .menuImage a img {
    height: 100%; }
  .panels4col .menuImage {
    width: 100%; }
  .teaserwtext {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; } }

.chartpanel {
  width: 100%; }
  .chartpanel > div {
    display: block !important;
    width: 100%;
    padding-bottom: 0 !important; }
    @media (max-width: 1470px) {
      .chartpanel > div {
        padding-bottom: 90px !important; } }
  .chartpanel .menuImage {
    height: 188px;
    background-color: #328ecd;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .chartpanel .menuImage {
        height: 223px; } }
    @media (min-width: 812px) and (max-width: 812px) {
      .chartpanel .menuImage {
        height: 238px; } }
    @media (min-width: 667px) and (max-width: 667px) {
      .chartpanel .menuImage {
        height: 191px; } }
    @media (min-width: 736px) and (max-width: 736px) {
      .chartpanel .menuImage {
        height: 214px; } }
    @media (min-width: 1025px) {
      .chartpanel .menuImage {
        height: 215px; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .chartpanel .menuImage {
        height: 250px; } }
  .chartpanel .outerIframeLink {
    position: absolute;
    z-index: 500;
    display: block; }

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px #CCCCCC solid;
  text-align: left;
  padding: 10px;
  border-left: 0;
  border-right: 0; }
  table thead {
    background: none repeat scroll 0 0 #fff; }
  table th {
    border-top: 0;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    padding-top: 5px;
    font-size: 17px;
    padding-bottom: 5px; }
  table tr {
    border-bottom: 1px #e6e6e6 solid; }
  table td {
    padding: 10px;
    font-size: 17px; }

table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #515D6A;
  border-top: 1px solid #515D6A;
  border-collapse: collapse; }
  table thead tr {
    background: #e3e6e5; }
  table th, table td {
    text-align: left;
    vertical-align: top;
    padding: 20px;
    font-size: 17px; }
  table th {
    border-bottom: 1px solid #515D6A; }
  table tr {
    background-color: white; }

table.table-variante1, table.table-variante2,
table.table-variante3 {
  border: none !important; }
  table.table-variante1 th, table.table-variante2 th, table.table-variante3 th {
    background-color: #adb5ba;
    border-bottom: none; }
  table.table-variante1 td, table.table-variante2 td, table.table-variante3 td {
    border: none; }
    table.table-variante1 td p, table.table-variante2 td p, table.table-variante3 td p {
      margin-bottom: 0; }

table.table-top-aligned td,
table.table-top-aligned th {
  vertical-align: top; }

table.table-border-last-three {
  position: static; }

table.table-border-last-three tr > th:nth-last-child(3),
table.table-border-last-three tr > td:nth-last-child(3) {
  border-left: 2px solid #CCC; }

table.table-border-last-three tr > th:last-child, table.table-border-last-three tr > td:last-child {
  border-right: 2px solid #CCC; }

table.table-border-last-three tr:first-child th:nth-last-child(-n+3), table.table-border-last-three tr:first-child td:nth-last-child(-n+3) {
  border-top: 2px solid #CCC; }

table.table-border-last-three tr:last-child td:nth-last-child(-n+3) {
  border-bottom: 2px solid #CCC; }

.maincontents table {
  margin-top: 20px;
  margin-bottom: 20px; }
  .maincontents table ul {
    list-style-type: none;
    padding-left: 0; }
  .maincontents table th {
    background-color: #adb5ba;
    padding-top: 15px;
    font-size: 17px;
    padding-bottom: 15px; }
  .maincontents table ul li {
    font-size: 1.125rem;
    line-height: 1.6;
    padding-top: 0; }

.frame-type-text table td li p {
  font-size: 1em;
  font-size: 1em; }

table.table-variante1 tr:nth-child(even), table.table-variante2 tr:nth-child(even), table.table-variante3 tr:nth-child(even) {
  background-color: #F2F2F2; }

.maincontents .bgColor-grey table.table-variante1 thead, .maincontents .bgColor-grey table.table-variante2 thead, .maincontents .bgColor-grey table.table-variante3 thead,
.maincontents .bgColor-grey table.table-variante1 th,
.maincontents .bgColor-grey table.table-variante2 th,
.maincontents .bgColor-grey table.table-variante3 th {
  background-color: #F2F2F2;
  border-bottom: none; }

.maincontents .bgColor-grey table.table-variante1 tr:nth-child(odd), .maincontents .bgColor-grey table.table-variante2 tr:nth-child(odd), .maincontents .bgColor-grey table.table-variante3 tr:nth-child(odd),
.maincontents .bgColor-grey table.table-variante1 tr:nth-child(even),
.maincontents .bgColor-grey table.table-variante2 tr:nth-child(even),
.maincontents .bgColor-grey table.table-variante3 tr:nth-child(even) {
  background-color: #F2F2F2; }

.maincontents .bgColor-grey table.table-variante1 tr, .maincontents .bgColor-grey table.table-variante2 tr, .maincontents .bgColor-grey table.table-variante3 tr {
  border-bottom: 1px #D4D8DB solid; }

.maincontents .bgColor-grey table.table-variante1 tr:last-child, .maincontents .bgColor-grey table.table-variante2 tr:last-child, .maincontents .bgColor-grey table.table-variante3 tr:last-child {
  border-bottom: 0; }

.maincontents .bgColor-grey table.table-variante1 td, .maincontents .bgColor-grey table.table-variante2 td, .maincontents .bgColor-grey table.table-variante3 td,
.maincontents .bgColor-grey table.table-variante1 th,
.maincontents .bgColor-grey table.table-variante2 th,
.maincontents .bgColor-grey table.table-variante3 th {
  border-right: 1px #D4D8DB solid; }

.maincontents .bgColor-grey table.table-variante1 td:last-child, .maincontents .bgColor-grey table.table-variante2 td:last-child, .maincontents .bgColor-grey table.table-variante3 td:last-child,
.maincontents .bgColor-grey table.table-variante1 th:last-child,
.maincontents .bgColor-grey table.table-variante2 th:last-child,
.maincontents .bgColor-grey table.table-variante3 th:last-child {
  border-right: 0; }

@media only screen and (max-width: 768px) {
  table.table-variante1, table.table-variante2,
  table.table-variante3 {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: none;
    border-left: none; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    div.table-wrapper:after {
      display: none;
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 20px;
      height: 100%;
      background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); }
  div.table-wrapper div.scrollable table {
    margin-left: 45%; }
  .scrollable table th,
  .scrollable table td,
  .pinned table th,
  .pinned table td {
    padding: 18px; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.table-variante1 td, table.table-variante2 td, table.table-variante3 td, table.table-variante1 th, table.table-variante2 th, table.table-variante3 th,
  table.table-variante2 td,
  table.table-variante2 th,
  table.table-variante3 td,
  table.table-variante3 th {
    position: relative;
    white-space: normal;
    overflow: hidden; }
  table.table-variante1 td, table.table-variante2 td, table.table-variante3 td, table.table-variante1 th, table.table-variante2 th, table.table-variante3 th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .scrollable table.table-variante1 th:first-child, .scrollable table.table-variante2 th:first-child, .scrollable table.table-variante3 th:first-child,
  .scrollable table.table-variante1 td:first-child,
  .scrollable table.table-variante2 td:first-child,
  .scrollable table.table-variante3 td:first-child,
  .scrollable table.table-variante1 td:first-child,
  .scrollable table.table-variante2 td:first-child,
  .scrollable table.table-variante3 td:first-child,
  .scrollable table.table-variante1.pinned td,
  .scrollable table.pinned.table-variante2 td,
  .scrollable table.pinned.table-variante3 td {
    display: none; }
  .grid.small-centered-wide .cell .pinned table tr td:first-child {
    white-space: normal; }
  .pinned table.table-variante1 th:first-child, .pinned table.table-variante2 th:first-child, .pinned table.table-variante3 th:first-child,
  .pinned table.table-variante1 td:first-child,
  .pinned table.table-variante2 td:first-child,
  .pinned table.table-variante3 td:first-child {
    white-space: normal; }
  .text-text table p,
  .ce-bodytext table p,
  .frame-type-text table p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.5rem; }
    .text-text table p a.download,
    .ce-bodytext table p a.download,
    .frame-type-text table p a.download {
      line-height: 1.4; }
  .maincontents table ul li {
    font-size: 15px;
    line-height: 1;
    padding-bottom: 0;
    background-position: 0 4px; } }

@media only screen and (max-width: 420px) {
  .pinned {
    width: 45%; }
  div.table-wrapper div.scrollable table {
    margin-left: 45%; }
  .text-text table p,
  .ce-bodytext table p,
  .frame-type-text table p {
    font-size: 0.9rem;
    line-height: 1;
    margin-bottom: 0.5rem; }
  .text-text table td,
  .ce-bodytext table td,
  .frame-type-text table td {
    font-size: 0.9rem;
    line-height: 1; }
  table th, table td {
    padding-left: 12px;
    padding-right: 12px; } }

/* --------------------------------
Modules - reusable parts of our design
-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

div#timeLineNavigationContainer {
  position: fixed;
  display: none;
  top: 30%;
  left: 10%;
  height: 390px;
  z-index: 9; }
  div#timeLineNavigationContainer.active {
    display: block; }
  div#timeLineNavigationContainer #scrollUp {
    top: 20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    background-image: url(/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 90px 90px;
    height: 37px;
    width: 58px;
    background-position: -22px -28px;
    margin-left: -25px;
    opacity: 0.5;
    display: block;
    cursor: pointer;
    z-index: 12; }
  div#timeLineNavigationContainer #scrolltoTop {
    top: -24px;
    left: 50%;
    border: solid transparent;
    position: absolute;
    margin-left: -30px;
    opacity: 0;
    display: block;
    cursor: pointer;
    height: 47px;
    width: 58px;
    font-size: 52px;
    font-weight: 800;
    color: #515e69;
    z-index: 14;
    line-height: 66px;
    background-image: url(/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/doublearrow.svg);
    background-repeat: no-repeat;
    background-size: 115px 91px;
    background-position: -29px -11px; }
  div#timeLineNavigationContainer.showBefore #scrolltoTop {
    opacity: 1; }
  div#timeLineNavigationContainer.showBefore #scrollUp {
    opacity: 1; }
  div#timeLineNavigationContainer #scrollDown {
    bottom: -31px;
    left: -29px;
    border: solid transparent;
    position: absolute;
    background-image: url(/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 90px 90px;
    height: 36px;
    width: 63px;
    background-position: -16px -23px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0px;
    opacity: 1;
    display: block;
    cursor: pointer; }
  div#timeLineNavigationContainer.hideAfter #scrollDown {
    opacity: 0.5; }
  div#timeLineNavigationContainer #scrolltoBottom {
    bottom: -68px;
    left: 50%;
    border: solid transparent;
    position: absolute;
    margin-left: -30px;
    opacity: 1;
    display: block;
    cursor: pointer;
    height: 47px;
    width: 58px;
    font-size: 52px;
    font-weight: 800;
    color: #515e69;
    z-index: 14;
    line-height: 66px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/doublearrow.svg);
    background-repeat: no-repeat;
    background-size: 115px 91px;
    background-position: 55% 24%; }
  div#timeLineNavigationContainer.hideAfter #scrolltoBottom {
    opacity: 0.5; }

#timeLineNavigation {
  height: 336px;
  overflow: hidden;
  z-index: 1000;
  position: absolute;
  left: -34px;
  top: 50px; }
  #timeLineNavigation a {
    display: block;
    color: #fff;
    background-color: #515e69;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 28px;
    height: 48px;
    overflow: hidden;
    font-weight: bold;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }
    #timeLineNavigation a.active {
      background: #003963; }

#timeLineNav {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }

/* --------------------------------
Main components
-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2em; }
  #cd-timeline:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 31px;
    left: 42px;
    height: 96%;
    width: 4px;
    background: #e2e2e2; }
  @media only screen and (min-width: 940px) {
    #cd-timeline {
      padding: 2em 0; }
      #cd-timeline:before {
        top: 0;
        height: 100%;
        left: 50%;
        margin-left: -2px; } }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 940px) {
    .cd-timeline-block {
      margin: 4em 0; }
      .cd-timeline-block:first-child {
        margin-top: 0; }
      .cd-timeline-block:last-child {
        margin-bottom: 0; } }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #d7d7d7;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #e3e6e5, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px #e3e6e5, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  border: 3px solid #FFF; }
  .cd-timeline-img img, .cd-timeline-img object {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px; }

@media only screen and (min-width: 940px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content img {
  margin: 0;
  max-width: 100%; }

.cd-timeline-content h2, .cd-timeline-content .frame-type-menu_pages .title, .frame-type-menu_pages .cd-timeline-content .title, .cd-timeline-content .frame-type-menu_subpages .title, .frame-type-menu_subpages .cd-timeline-content .title {
  font-weight: bold; }

.cd-timeline-content {
  position: relative;
  margin-left: 75px;
  max-width: 400px;
  background: #e3e6e5; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-text {
  padding: 15px; }
  .cd-timeline-text h4 {
    margin-bottom: 6px; }

.cd-timeline-content h2, .cd-timeline-content .frame-type-menu_pages .title, .frame-type-menu_pages .cd-timeline-content .title, .cd-timeline-content .frame-type-menu_subpages .title, .frame-type-menu_subpages .cd-timeline-content .title {
  margin: 0; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  float: left;
  /*padding: .8em 0;*/ }
  .cd-timeline-content .cd-date:after {
    content: "-";
    padding: 0 5px; }

@media only screen and (min-width: 940px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%; }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }
  .cd-timeline-content .cd-read-more {
    float: left; }
  .cd-timeline-content .cd-date {
    font-size: 32px;
    font-weight: normal;
    color: #515D6A;
    position: absolute;
    width: 100%;
    left: 135%;
    top: 11px;
    top: 11px; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 135%;
    text-align: right; }
  .cd-timeline-content .cd-date:after {
    content: normal; }
  .cssanimations .cd-timeline-content.is-visible {
    visibility: hidden; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    opacity: 1;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 940px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 768px) and (max-width: 1023px) {
  #cd-timeline {
    width: 65%; } }

@media only screen and (min-width: 650px) and (max-width: 736px) {
  #cd-timeline {
    padding-left: 140px; }
  #cd-timeline:before {
    left: 166px; } }

.ce-uploads {
  margin-left: 0;
  padding-left: 0;
  display: block; }
  @media print, screen and (min-width: 64em) {
    .ce-uploads {
      margin: 0 auto;
      max-width: 440px;
      display: block; } }
  .ce-uploads li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    list-style: none;
    margin-bottom: 8px !important;
    overflow: visible; }
    .ce-uploads li.hasImage {
      margin-bottom: 20px !important; }
    .ce-uploads li div {
      overflow: visible;
      position: relative;
      min-height: 54px; }
  .ce-uploads img {
    min-width: 90px;
    margin-right: 30px; }
  .ce-uploads a {
    background-image: none;
    padding-left: 0;
    display: inline-block;
    color: #515D6A; }
  .ce-uploads .download:is(a, span) {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 32px;
    text-decoration: none;
    color: #515D6A; }
    .ce-uploads .download:is(a, span):after {
      display: block;
      content: '';
      left: 1px;
      position: absolute;
      background-image: url(../Images/icon-download-grey.svg);
      background-size: 22px 23px;
      background-position-y: 33px;
      -ms-background-position-y: 32px;
      width: 115px;
      height: 100px;
      bottom: -39px;
      background-repeat: no-repeat; }
  .ce-uploads .ce-uploads-fileName {
    line-height: 1.2;
    font-size: 16px; }
  .ce-uploads .ce-uploads-fileName {
    display: inline-block; }
  .ce-uploads .ce-uploads-fileSize,
  .ce-uploads .ce-uploads-description {
    display: inline-block;
    margin-left: 10px; }
  .ce-uploads.newsDetail a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
  .ce-uploads.newsDetail div.imgWrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 90px; }
  .ce-uploads.newsDetail div.fileDesc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ce-uploads.newsDetail img {
    margin: 0;
    padding: 0; }

.frame-darkGreyBG .ce-uploads,
.frame-greyBg .ce-uploads,
.frame-lightGreyBG .ce-uploads {
  margin-left: 0; }
  .frame-darkGreyBG .ce-uploads a:hover,
  .frame-greyBg .ce-uploads a:hover,
  .frame-lightGreyBG .ce-uploads a:hover {
    opacity: 0.7; }
  .frame-darkGreyBG .ce-uploads .download:is(a, span),
  .frame-greyBg .ce-uploads .download:is(a, span),
  .frame-lightGreyBG .ce-uploads .download:is(a, span) {
    color: #fff; }
    .frame-darkGreyBG .ce-uploads .download:is(a, span):after,
    .frame-greyBg .ce-uploads .download:is(a, span):after,
    .frame-lightGreyBG .ce-uploads .download:is(a, span):after {
      background-image: url(../Images/icon-download-white.svg);
      bottom: -38px; }

.frame-greyBg .ce-uploads .download:is(a, span) {
  color: #515D6A; }
  .frame-greyBg .ce-uploads .download:is(a, span):after {
    background-image: url(../Images/icon-download-grey.svg);
    bottom: -38px; }

.frame.frame-type-uploads {
  max-width: 58rem;
  padding-left: 30px !important; }
  @media print, screen and (min-width: 40em) {
    .frame.frame-type-uploads {
      padding-left: 20px !important; } }

/* Rechte Spalte*/
.box-33 .frame-greyBg {
  background-color: #e3e6e5;
  padding: 20px;
  color: #fff;
  padding-right: 8px;
  color: #fff; }
  .box-33 .frame-greyBg .ce-uploads li div {
    min-height: 54px; }
  .box-33 .frame-greyBg a {
    color: #003963; }
    .box-33 .frame-greyBg a.button, .box-33 .frame-greyBg .gradient-teaser a, .gradient-teaser .box-33 .frame-greyBg a, .box-33 .frame-greyBg .section-gray a, .section-gray .box-33 .frame-greyBg a, .box-33 .frame-greyBg .specsteaser a, .specsteaser .box-33 .frame-greyBg a, .box-33 .frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-greyBg a.button, .box-33 .frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .box-33 .frame-greyBg input.powermail_submit, .box-33 .frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-greyBg input.powermail_submit, .box-33 .frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .box-33 .frame-greyBg button.powermail_submit, .box-33 .frame-greyBg .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-greyBg button.powermail_submit, .box-33 .frame-greyBg .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .box-33 .frame-greyBg .buttonelement, .box-33 .frame-greyBg .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-greyBg .buttonelement, .box-33 .frame-greyBg .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .box-33 .frame-greyBg input.powermail_submit, .box-33 .frame-greyBg .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .box-33 .frame-greyBg button.powermail_submit, .box-33 .frame-greyBg .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .box-33 .frame-greyBg .buttonelement {
      color: #fff; }
  .box-33 .frame-greyBg .ce-uploads li {
    position: relative;
    min-height: 54px;
    margin-bottom: 20px; }
    .box-33 .frame-greyBg .ce-uploads li.thumbNail {
      margin-top: 5px; }
  .box-33 .frame-greyBg .download:is(a, span) {
    color: #515D6A; }
    .box-33 .frame-greyBg .download:is(a, span):after {
      background-image: url(../Images/icon-download-grey.svg); }

.box-33 .frame-darkGreyBG {
  padding: 20px;
  color: #fff;
  padding-right: 8px;
  color: #003963; }
  .box-33 .frame-darkGreyBG a {
    color: #003963; }
    .box-33 .frame-darkGreyBG a.button, .box-33 .frame-darkGreyBG .gradient-teaser a, .gradient-teaser .box-33 .frame-darkGreyBG a, .box-33 .frame-darkGreyBG .section-gray a, .section-gray .box-33 .frame-darkGreyBG a, .box-33 .frame-darkGreyBG .specsteaser a, .specsteaser .box-33 .frame-darkGreyBG a, .box-33 .frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-darkGreyBG a.button, .box-33 .frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .box-33 .frame-darkGreyBG input.powermail_submit, .box-33 .frame-darkGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-darkGreyBG input.powermail_submit, .box-33 .frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .box-33 .frame-darkGreyBG button.powermail_submit, .box-33 .frame-darkGreyBG .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-darkGreyBG button.powermail_submit, .box-33 .frame-darkGreyBG .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .box-33 .frame-darkGreyBG .buttonelement, .box-33 .frame-darkGreyBG .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .box-33 .frame-darkGreyBG .buttonelement, .box-33 .frame-darkGreyBG .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .box-33 .frame-darkGreyBG input.powermail_submit, .box-33 .frame-darkGreyBG .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .box-33 .frame-darkGreyBG button.powermail_submit, .box-33 .frame-darkGreyBG .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .box-33 .frame-darkGreyBG .buttonelement {
      color: #fff; }
  .box-33 .frame-darkGreyBG .ce-uploads li {
    position: relative;
    min-height: 54px;
    margin-bottom: 20px; }
    .box-33 .frame-darkGreyBG .ce-uploads li.thumbNail {
      margin-top: 5px; }
    .box-33 .frame-darkGreyBG .ce-uploads li div {
      min-height: 54px; }
  .box-33 .frame-darkGreyBG .download:is(a, span) {
    color: #003963; }
    .box-33 .frame-darkGreyBG .download:is(a, span):after {
      background-image: url(../Images/icon-download.svg);
      bottom: -38px; }

.section-container.bgColor-blue .ce-uploads a.download:after {
  background-image: url(../Images/icon-download-white.svg); }

@media (min-width: 780px) and (max-width: 1180px) {
  .grid2Col_66_33 .box-33 .ce-uploads-fileName {
    font-size: 14px; }
  .grid2Col_66_33 .box-33 .ce-uploads li {
    min-height: 74px; } }

.accordeon-container .ce-uploads li div {
  width: 100%; }

.person {
  max-width: 440px;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .person .personPhoto {
    min-width: 120px; }
    .person .personPhoto img {
      width: 90px; }
  .person .personData {
    width: 100%;
    float: none;
    font-family: "corporate", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .person .personData b {
      font-family: "corporate-bold", Arial, sans-serif;
      font-weight: normal; }
  .person .role {
    font-family: 'corporate-medium', Arial, sans-serif;
    margin-bottom: 20px; }
  .person div.box {
    margin: 8px 0;
    font-family: "corporate", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .person div.box a {
      text-decoration: none; }
  .person a.contentlink {
    font-size: 16px !important;
    line-height: 20px;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .person a.contentlink:after {
      bottom: 10px; }
  .person .rightColOnly {
    display: none; }
  .person .notShowRightCol {
    display: block; }

.oneColContainer .person {
  margin: 0 auto; }

@media print, screen and (min-width: 64em) {
  .grid2Col_66_33 .box-33 {
    margin-right: 0; } }

.grid2Col_66_33 .box-33 .personData.text-center {
  text-align: left !important; }

.grid2Col_66_33 .box-33 .person div.box {
  line-height: 1.6 !important;
  font-size: 14px !important;
  letter-spacing: -0.2px; }
  @media print, screen and (min-width: 64em) {
    .grid2Col_66_33 .box-33 .person div.box {
      line-height: 1.6 !important;
      font-size: 16px !important;
      letter-spacing: -0.2px; } }

.grid2Col_66_33 .box-33 .person .personPhoto {
  /*display: none;*/
  min-width: 106px; }

.grid2Col_66_33 .box-33 .person .personData {
  font-size: 16px !important;
  line-height: 1.4 !important; }

.news .article .grid2Col_66_33 .box-33 .person div.box {
  line-height: 1.6 !important;
  font-size: 16px !important; }

@media (min-width: 780px) and (max-width: 1380px) {
  .grid2Col_66_33 .box-33 .notShowRightCol {
    display: none; }
  .grid2Col_66_33 .box-33 .rightColOnly {
    display: block; }
  .grid2Col_66_33 .box-33 .person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/*in accordion Content and in cols third/half/fourth */
.accordion-content .box-33 .person,
.accordion-content .fourcols > div .person {
  display: block; }
  .accordion-content .box-33 .person .personData,
  .accordion-content .fourcols > div .person .personData {
    margin-top: 10px; }

@media screen and (max-width: 1024px) {
  .accordion-content .grid2Col_50_50 .box-50 .person {
    display: block; }
    .accordion-content .grid2Col_50_50 .box-50 .person .personData {
      margin-top: 10px; } }

/* Youtube */
.video_container {
  max-width: 56rem;
  width: 100vw;
  position: relative; }

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .video_container {
    width: 58vw; } }

.grid2Col_66_33 .box-66 .video_container {
  max-width: 43rem; }

.youtube {
  background-color: #fff;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  margin: 0px;
  border: none;
  /* ugly but existed already! */ }
  .youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    height: auto; }
  .youtube .play-button {
    background-image: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .youtube .gradient-top {
    height: 120px;
    padding-bottom: 50px;
    top: 0;
    z-index: 23;
    background-position: top;
    width: 100%;
    position: absolute;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    pointer-events: none; }
  .youtube .video-title {
    color: #fff;
    max-width: 100%;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 800;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    left: 12px;
    top: 0;
    z-index: 59;
    position: absolute;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .youtube img, .youtube .play-button {
    cursor: pointer; }
  .youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
    position: absolute; }
  .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.metro-panel-video.metro-panel.video_container .youtube iframe,
.metro-panel-video.metro-panel.video_container .youtube img,
.metro-panel-video.metro-panel.video_container .youtube .play-button {
  height: 150px; }

.columns.metro-12.metro-large-wide .youtube iframe,
.columns.metro-12.metro-large-wide .youtube img,
.columns.metro-12.metro-large-wide .youtube .play-button {
  height: 310px; }

/* youtube swiper element */
.content-swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .content-swiper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .content-swiper .swiper-slide {
    width: auto; }
  .content-swiper .swiper-vid-container {
    width: auto;
    margin: 0 0px 0 0px; }
    @media (min-width: 1024px) {
      .content-swiper .swiper-vid-container {
        margin: 0 100px 0 0px; } }
    @media (max-width: 440px) {
      .content-swiper .swiper-vid-container {
        width: 100%;
        overflow: hidden; } }
  .content-swiper .swiper-scrollbar {
    display: none !important; }
  .content-swiper .swiper-vid-main-wrapper {
    height: 315px; }
  @media (max-width: 1023px) {
    .content-swiper #vid_frame {
      max-width: none;
      width: 100%; } }
  @media (min-width: 1024px) {
    .content-swiper #vid_frame {
      float: left;
      max-width: 100%; } }
  .content-swiper #vid_desc {
    padding: 20px !important;
    margin: 0px 0px 0px 560px;
    height: 315px;
    background-color: #e2e6e5;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .content-swiper #vid_desc {
        display: block; } }
  .content-swiper .from-setup {
    padding-bottom: 40px; }
    .content-swiper .from-setup h2, .content-swiper .from-setup .frame-type-menu_pages .title, .frame-type-menu_pages .content-swiper .from-setup .title, .content-swiper .from-setup .frame-type-menu_subpages .title, .frame-type-menu_subpages .content-swiper .from-setup .title {
      font-weight: bold; }
    .content-swiper .from-setup .swiper-slide {
      border-top: 16px solid #fff;
      width: 234px; }
    .content-swiper .from-setup .clicked {
      border-color: #0096d1; }
    .content-swiper .from-setup .no-hl {
      border-color: #fff !important; }
    .content-swiper .from-setup .vid-thumb img {
      width: 234px;
      height: 132px; }
    .content-swiper .from-setup .swiper-button-prev,
    .content-swiper .from-setup .swiper-button-next {
      background-image: none;
      background-color: transparent; }
    .content-swiper .from-setup .bg {
      background-size: 27px 44px;
      background-repeat: no-repeat;
      z-index: 0;
      width: 101px;
      height: 212px;
      position: absolute;
      top: -96px;
      background-color: #d5d5d5;
      opacity: 0.95; }
    .content-swiper .from-setup .swiper-button-prev .bg {
      left: -10px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      background-position: 10px 83px; }
    .content-swiper .from-setup .swiper-button-next .bg {
      left: -60px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      background-position: 60px 83px; }
    .content-swiper .from-setup .swiper-pagination {
      position: absolute;
      top: 235px; }
    .content-swiper .from-setup .vid-title {
      text-align: center;
      padding: 10px;
      font-weight: bold;
      color: #666;
      background-color: #e2e6e5;
      height: 80px;
      overflow: hidden; }

.youtube .video-title, .swiper-video-title {
  color: #fff;
  max-width: 100%;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
  padding-top: 12px;
  font-size: 20px;
  font-weight: 800;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  left: 12px;
  top: 0;
  z-index: 59;
  position: absolute;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.youtubedsgvo {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #515e69;
  padding: 14px;
  bottom: 0;
  margin: 4%;
  text-align: center;
  z-index: 11 !important;
  width: 80%;
  left: 5%; }
  .youtubedsgvo a {
    text-decoration: underline;
    color: #515e69; }

@media (max-width: 1024px) and (min-width: 1024px) {
  .video_container .youtubedsgvo {
    width: 59%;
    left: 17%; } }

@media (max-width: 440px) {
  .content-swiper .from-setup .swiper-button-next .bg {
    left: -7px;
    background-position: 10px 83px;
    width: 50px; }
  .content-swiper .from-setup .swiper-button-prev .bg {
    width: 50px; }
  .swiper-play-button {
    width: 65%; }
  .youtubedsgvo {
    width: 77%;
    left: 9%;
    margin: 3%; }
  .swiper-vid-container .youtubedsgvo {
    width: 58%;
    margin: 2%;
    left: 0; } }

.swiper-play-button, .play-button {
  background-image: none; }

.yt-playButton {
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  left: 45%;
  top: 34%; }
  .yt-playButton:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    height: 20px;
    top: 25%;
    left: 45%; }

.accordeon-container .video_container {
  width: 98vw !important; }

@media (min-width: 768px) {
  .accordeon-container .video_container {
    width: 675px !important; } }

@media (min-width: 1024px) {
  .accordeon-container .video_container {
    width: 574px !important; } }

@media (min-width: 1200px) {
  .accordeon-container .video_container {
    width: 860px !important; } }

@media (max-width: 440px) {
  .accordeon-container .video_container .yt-playButton {
    left: 38%;
    top: 10%; }
  .accordeon-container .video_container {
    width: 84vw !important; } }

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1; } }
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation flip-out-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-out-hor-top {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0; } }
@keyframes flip-out-hor-top {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.interactiveGrafik {
  position: relative; }
  .interactiveGrafik p, .interactiveGrafik div, .interactiveGrafik li {
    line-height: 1.1;
    color: #FFF; }
  .interactiveGrafik .mtuLogo {
    top: 5%;
    left: 5%;
    width: 15%; }
    .interactiveGrafik .mtuLogo img {
      width: 100%;
      height: auto; }

.imageOverlays > * {
  display: block;
  position: absolute;
  z-index: 1; }
  .imageOverlays > * i {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 2.375rem;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 0 0 black;
            box-shadow: 0 0 0 0 black;
    -webkit-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }
  .imageOverlays > * div {
    display: none;
    position: absolute;
    top: 0;
    right: -350px;
    z-index: 10;
    width: 350px;
    padding: 0.9375rem;
    background: rgba(125, 158, 177, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    .imageOverlays > * div.left {
      text-align: right;
      right: auto;
      left: -360px; }
    .imageOverlays > * div .headline {
      font-size: 1.5rem;
      padding: 1rem 0;
      border-top: 1px solid #FFF; }
    .imageOverlays > * div.show {
      -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .imageOverlays > * div.flipOut {
      -webkit-animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
              animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  .imageOverlays > *:hover, .imageOverlays > *.active {
    /*
        div {
            opacity: 1;
        }
        */ }
    .imageOverlays > *:hover i, .imageOverlays > *.active i {
      -webkit-animation: none;
              animation: none; }

#overlay2 i {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms; }

#overlay3 i {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms; }

#overlay4 i {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms; }

#overlay5 i {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms; }

#overlay6 i {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms; }

#overlay7 i {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms; }

#overlay8 i {
  -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms; }

.featurePanel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 164px;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  padding: 7px;
  background-color: #7d9db1;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px; }
  @media screen and (min-width: 40em) {
    .featurePanel {
      width: 44%;
      margin-right: 0.6375rem;
      margin-left: 0.6375rem;
      padding: 15px; } }
  @media screen and (min-width: 48em) {
    .featurePanel {
      width: 20%;
      min-height: 200px; } }
  .featurePanel .bottomtext {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .featurePanel div {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1; }
  .featurePanel div.data {
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -59%);
        -ms-transform: translate(0, -59%);
            transform: translate(0, -59%); }
  .featurePanel span.counter,
  .featurePanel span.dim {
    font-weight: bold;
    display: inline-block;
    font-size: 30px; }
    @media print, screen and (min-width: 64em) {
      .featurePanel span.counter,
      .featurePanel span.dim {
        font-size: 38px; } }
    @media screen and (min-width: 75em) {
      .featurePanel span.counter,
      .featurePanel span.dim {
        font-size: 42px; } }

.dataContainerHeader {
  margin-bottom: 1.625rem !important;
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #003963;
  margin-bottom: 40px; }
  @media print, screen and (min-width: 64em) {
    .dataContainerHeader {
      margin-left: 0.9375rem;
      margin-bottom: 2rem !important; } }
  @media screen and (min-width: 75em) {
    .dataContainerHeader {
      margin-left: 0; } }

.dataContainer {
  background-color: #F2F2F2;
  padding-top: 48px;
  padding-bottom: 0;
  max-width: 100vw;
  overflow: hidden; }
  .dataContainer .containerHeader {
    display: none; }
  .dataContainer .frame.frame-type-gridelement {
    padding-top: 0; }
  .dataContainer .frame .grid2Col_50_50 .frame {
    padding-top: 1.2625rem;
    padding-bottom: 1.2625rem; }
    @media screen and (min-width: 48em) {
      .dataContainer .frame .grid2Col_50_50 .frame {
        padding-top: 7px; } }
  .dataContainer .frame-type-text,
  .dataContainer .frame-type-textpic {
    border-bottom: 1px #D4D8DB solid;
    margin-bottom: 30px; }
  .dataContainer .box-50 {
    padding-top: 1.2625rem; }
  @media print, screen and (min-width: 64em) {
    .dataContainer .box-50:first-child .frame-type-text,
    .dataContainer .box-50:first-child .frame-type-textpic {
      border-bottom: none;
      position: relative; }
      .dataContainer .box-50:first-child .frame-type-text:after,
      .dataContainer .box-50:first-child .frame-type-textpic:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 95%;
        border-bottom: 1px #D4D8DB solid; } }
  .dataContainer .box-50:last-child .frame-type-text,
  .dataContainer .box-50:last-child .frame-type-textpic {
    border-bottom: none; }
  @media screen and (min-width: 48em) {
    .dataContainer .box-50:last-child .frame-type-text:last-child,
    .dataContainer .box-50:last-child .frame-type-textpic:last-child {
      border-bottom: none; } }
  @media print, screen and (min-width: 40em) {
    .dataContainer .box-50 {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; }
      .dataContainer .box-50:last-of-type {
        margin-right: 0;
        width: calc(100%); } }
  @media print, screen and (min-width: 64em) {
    .dataContainer .box-50 {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; }
      .dataContainer .box-50:last-of-type {
        margin-right: 0;
        width: calc(50% - 0.9375rem); } }
  .dataContainer .pinned {
    background-color: #F2F2F2; }
  .dataContainer .grid.wide-centered .cell {
    width: 100%; }
  .dataContainer ul {
    padding-left: 22px;
    list-style-type: initial; }
    .dataContainer ul li {
      border: none !important;
      background-image: none;
      list-style: inherit;
      font-size: 18px;
      line-height: 24px;
      padding: 0;
      margin-bottom: 8px; }
  .dataContainer table {
    border-bottom: none;
    border-top: none; }
    .dataContainer table thead {
      background: transparent; }
    .dataContainer table th {
      background-color: #F2F2F2;
      font-family: "corporate-bold", Arial, sans-serif; }
    .dataContainer table th, .dataContainer table td {
      border-bottom: none;
      border-right: 1px #D4D8DB solid;
      color: #515e69;
      font-size: 14px;
      line-height: 22px; }
      @media screen and (min-width: 48em) {
        .dataContainer table th, .dataContainer table td {
          font-size: 16px; } }
      @media print, screen and (min-width: 64em) {
        .dataContainer table th, .dataContainer table td {
          font-size: 18px; } }
      .dataContainer table th:last-child, .dataContainer table td:last-child {
        border-right: 0; }
    .dataContainer table td:first-child {
      padding-left: 0; }
    .dataContainer table tr:nth-child(odd) {
      background-color: transparent; }
    .dataContainer table tr:nth-child(even) {
      background-color: transparent; }
    .dataContainer table tr {
      border-bottom: 1px #D4D8DB solid; }
    .dataContainer table tr:last-child {
      border-bottom: 0; }
  .dataContainer header h3, .dataContainer header .imageOverlays > * div .headline, .imageOverlays > * div .dataContainer header .headline, .dataContainer header .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer header a {
    padding-left: 40px; }
  .dataContainer h3, .dataContainer .imageOverlays > * div .headline, .imageOverlays > * div .dataContainer .headline, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a {
    border-bottom: none !important;
    position: relative;
    font-family: "corporate-bold", Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    padding-left: 0;
    margin-bottom: 28px;
    color: #003963; }
    .dataContainer h3 svg, .dataContainer .imageOverlays > * div .headline svg, .imageOverlays > * div .dataContainer .headline svg, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a svg {
      position: absolute;
      left: 0; }
      @media screen and (min-width: 75em) {
        .dataContainer h3 svg, .dataContainer .imageOverlays > * div .headline svg, .imageOverlays > * div .dataContainer .headline svg, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a svg {
          left: 3px; } }
  .dataContainer h3.icon-group svg, .dataContainer .imageOverlays > * div .icon-group.headline svg, .imageOverlays > * div .dataContainer .icon-group.headline svg, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.icon-group svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a.icon-group svg {
    left: -6px;
    top: 0; }
  .dataContainer h3.icon-support svg, .dataContainer .imageOverlays > * div .icon-support.headline svg, .imageOverlays > * div .dataContainer .icon-support.headline svg, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.icon-support svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a.icon-support svg {
    left: -11px;
    bottom: 4px; }
  .dataContainer h3.icon-plane svg, .dataContainer .imageOverlays > * div .icon-plane.headline svg, .imageOverlays > * div .dataContainer .icon-plane.headline svg, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.icon-plane svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a.icon-plane svg {
    left: -11px; }
  .dataContainer h3.icon-data svg, .dataContainer .imageOverlays > * div .icon-data.headline svg, .imageOverlays > * div .dataContainer .icon-data.headline svg, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.icon-data svg, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a.icon-data svg {
    top: 4px; }

@media all and (-ms-high-contrast: none) {
  .dataContainer h3.icon-support:before, .dataContainer .imageOverlays > * div .icon-support.headline:before, .imageOverlays > * div .dataContainer .icon-support.headline:before, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.icon-support:before, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a.icon-support:before {
    top: -6px; }
  .dataContainer h3.icon-power:before, .dataContainer .imageOverlays > * div .icon-power.headline:before, .imageOverlays > * div .dataContainer .icon-power.headline:before, .dataContainer .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.icon-power:before, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .dataContainer a.icon-power:before {
    top: -11px;
    left: 0; }
  a.download::after,
  p a.download::after {
    background-size: 22px 34px;
    height: 75px; }
  /* MTU-3033: fix  ie11 image caption too wide */
  .contentSwiper figcaption.image-caption {
    width: 280px; } }

@media only screen and (max-width: 768px) {
  .dataContainer .grid2Col_50_50 {
    margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dataContainer .box-50:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
    .dataContainer .box-50:first-child > div {
      -webkit-box-flex: 50%;
      -webkit-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; }
  .dataContainer .box-50:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
    .dataContainer .box-50:last-child > div {
      -webkit-box-flex: 100%;
      -webkit-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; } }

.section-quote {
  width: 100%;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 96px;
  padding-bottom: 96px;
  background: -webkit-gradient(linear, left top, right top, from(#003963), to(#0095d1));
  background: -o-linear-gradient(left, #003963, #0095d1);
  background: linear-gradient(90deg, #003963, #0095d1);
  color: #fff; }
  @media screen and (min-width: 48em) {
    .section-quote {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media screen and (min-width: 90em) {
    .section-quote {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section-quote .container {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 48em) {
      .section-quote .container {
        padding-left: 32px;
        padding-right: 32px; } }
    @media screen and (min-width: 75em) {
      .section-quote .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1300px; } }
  .section-quote .sectionheader {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    text-align: center; }
    .section-quote .sectionheader br {
      display: inline;
      content: ' ';
      clear: none; }
      @media print, screen and (min-width: 64em) {
        .section-quote .sectionheader br {
          display: block; } }
    @media screen and (min-width: 64em) {
      .section-quote .sectionheader {
        max-width: 980px; } }
    .section-quote .sectionheader h1, .section-quote .sectionheader h2, .section-quote .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .section-quote .sectionheader .title, .section-quote .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-quote .sectionheader .title, .section-quote .sectionheader h3, .section-quote .sectionheader .imageOverlays > * div .headline, .imageOverlays > * div .section-quote .sectionheader .headline, .section-quote .sectionheader .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-quote .sectionheader a, .section-quote .sectionheader h4, .section-quote .sectionheader h5, .section-quote .sectionheader h6 {
      font-size: 36px;
      line-height: 42px;
      text-transform: none;
      font-family: "corporate-bold", Arial, sans-serif;
      margin-bottom: 16px;
      color: #fff; }
      @media screen and (min-width: 64em) {
        .section-quote .sectionheader h1, .section-quote .sectionheader h2, .section-quote .sectionheader .frame-type-menu_pages .title, .frame-type-menu_pages .section-quote .sectionheader .title, .section-quote .sectionheader .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-quote .sectionheader .title, .section-quote .sectionheader h3, .section-quote .sectionheader .imageOverlays > * div .headline, .imageOverlays > * div .section-quote .sectionheader .headline, .section-quote .sectionheader .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-quote .sectionheader a, .section-quote .sectionheader h4, .section-quote .sectionheader h5, .section-quote .sectionheader h6 {
          text-transform: none; } }
  .section-quote .subquote {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: "corporate-bold", Arial, sans-serif; }

.section-textpictext .container {
  padding: 0; }
  .section-textpictext .container .grid {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    display: block; }

.section-textpictext h2, .section-textpictext .frame-type-menu_pages .title, .frame-type-menu_pages .section-textpictext .title, .section-textpictext .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-textpictext .title {
  font-size: 30px;
  line-height: 36px; }
  @media screen and (min-width: 48em) {
    .section-textpictext h2, .section-textpictext .frame-type-menu_pages .title, .frame-type-menu_pages .section-textpictext .title, .section-textpictext .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-textpictext .title {
      font-size: 48px;
      line-height: 54px; } }

.section-textpictext .header,
.section-textpictext .textcontent {
  max-width: 768px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 48em) {
    .section-textpictext .header,
    .section-textpictext .textcontent {
      padding-left: 35px;
      padding-right: 35px; } }
  @media print, screen and (min-width: 64em) {
    .section-textpictext .header,
    .section-textpictext .textcontent {
      padding-left: 0;
      padding-right: 0; } }

.section-textpictext .textcontent p {
  line-height: 24px;
  font-size: 18px; }

.section-textpictext .imagecontent {
  margin-top: 40px;
  margin-bottom: 40px; }

.section-mutiteaser {
  min-height: 600px;
  padding-bottom: 10px; }
  @media screen and (min-width: 75em) {
    .section-mutiteaser {
      min-height: auto; } }
  .section-mutiteaser .container {
    padding: 0;
    max-width: 1440px; }
    @media screen and (min-width: 100em) {
      .section-mutiteaser .container {
        max-width: 1160px; } }
    .section-mutiteaser .container .grid {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
      display: block;
      position: relative;
      padding-top: 230px; }
      @media screen and (min-width: 25em) {
        .section-mutiteaser .container .grid {
          padding-top: 58%; } }
      @media screen and (min-width: 48em) {
        .section-mutiteaser .container .grid {
          padding-top: 40px; } }
      @media screen and (min-width: 75em) {
        .section-mutiteaser .container .grid {
          padding-top: 63px; } }
  .section-mutiteaser .textbox {
    width: 100%;
    background-color: #F2F2F2;
    z-index: 9;
    display: block;
    position: relative;
    padding-left: 15px;
    padding-top: 64px;
    padding-bottom: 40px;
    padding-right: 16px; }
    @media screen and (min-width: 48em) {
      .section-mutiteaser .textbox {
        z-index: 9;
        min-height: 284px;
        padding-left: 24px;
        padding-top: 24px;
        padding-right: 24px;
        margin-left: 32px;
        width: 50%; } }
    @media screen and (min-width: 63.9375em) {
      .section-mutiteaser .textbox {
        min-height: 450px;
        width: 50%;
        margin-left: 32px;
        padding-right: 20px; } }
    @media screen and (min-width: 75em) {
      .section-mutiteaser .textbox {
        padding-left: 98px;
        padding-top: 64px;
        padding-right: 196px;
        margin-bottom: 60px; } }
    @media screen and (min-width: 90em) {
      .section-mutiteaser .textbox {
        margin-left: 60px; } }
    @media screen and (min-width: 100em) {
      .section-mutiteaser .textbox {
        margin-left: 0;
        width: 60%; } }
    .section-mutiteaser .textbox h2, .section-mutiteaser .textbox .frame-type-menu_pages .title, .frame-type-menu_pages .section-mutiteaser .textbox .title, .section-mutiteaser .textbox .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-mutiteaser .textbox .title {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px;
      color: #003963; }
      @media print, screen and (min-width: 64em) {
        .section-mutiteaser .textbox h2, .section-mutiteaser .textbox .frame-type-menu_pages .title, .frame-type-menu_pages .section-mutiteaser .textbox .title, .section-mutiteaser .textbox .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-mutiteaser .textbox .title {
          font-size: 42px;
          line-height: 46px; } }
  .section-mutiteaser .linkcontent {
    padding-top: 34px; }
    @media print, screen and (min-width: 64em) {
      .section-mutiteaser .linkcontent {
        padding-top: 80px; } }
    .section-mutiteaser .linkcontent p {
      margin-bottom: 0; }
    .section-mutiteaser .linkcontent a,
    .section-mutiteaser .linkcontent a.contentlink {
      margin-bottom: 10px;
      color: #003963;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .section-mutiteaser .linkcontent a,
        .section-mutiteaser .linkcontent a.contentlink {
          width: 50%;
          margin-bottom: 5px; } }
      .section-mutiteaser .linkcontent a:after,
      .section-mutiteaser .linkcontent a.contentlink:after {
        top: auto;
        bottom: 12px;
        right: auto;
        margin-left: 19px; }
  .section-mutiteaser .imagecontainer {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    left: 15px; }
    @media screen and (min-width: 48em) {
      .section-mutiteaser .imagecontainer {
        z-index: 7;
        left: auto;
        max-width: 60%; } }
    @media screen and (min-width: 100em) {
      .section-mutiteaser .imagecontainer {
        right: -10%; } }
  .section-mutiteaser.bluebox-leftimage .textbox {
    background-color: #003963;
    float: right;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 75em) {
      .section-mutiteaser.bluebox-leftimage .textbox {
        margin-right: 40px; } }
    @media screen and (min-width: 100em) {
      .section-mutiteaser.bluebox-leftimage .textbox {
        margin-right: 4px; } }
    .section-mutiteaser.bluebox-leftimage .textbox h1, .section-mutiteaser.bluebox-leftimage .textbox h2, .section-mutiteaser.bluebox-leftimage .textbox .frame-type-menu_pages .title, .frame-type-menu_pages .section-mutiteaser.bluebox-leftimage .textbox .title, .section-mutiteaser.bluebox-leftimage .textbox .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-mutiteaser.bluebox-leftimage .textbox .title, .section-mutiteaser.bluebox-leftimage .textbox h3, .section-mutiteaser.bluebox-leftimage .textbox .imageOverlays > * div .headline, .imageOverlays > * div .section-mutiteaser.bluebox-leftimage .textbox .headline, .section-mutiteaser.bluebox-leftimage .textbox .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-mutiteaser.bluebox-leftimage .textbox a, .section-mutiteaser.bluebox-leftimage .textbox p {
      color: #fff; }
    .section-mutiteaser.bluebox-leftimage .textbox a.contentlink {
      color: #fff;
      border-left: 1px #fff solid; }
      .section-mutiteaser.bluebox-leftimage .textbox a.contentlink:after {
        background-image: url(../Images/css-icons/arrowrightlightwhite.svg); }
    .section-mutiteaser.bluebox-leftimage .textbox a.iconlink, .section-mutiteaser.bluebox-leftimage .textbox a.iconlink-bold, .section-mutiteaser.bluebox-leftimage .textbox #mainnav .subheader-teaser a.internal-link, #mainnav .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.internal-link, .section-mutiteaser.bluebox-leftimage .textbox .navigations .footernav-main .subheader-teaser a.internal-link, .navigations .footernav-main .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.internal-link,
    .section-mutiteaser.bluebox-leftimage .textbox #mainnav .subheader-teaser a.external-link, #mainnav .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.external-link,
    .section-mutiteaser.bluebox-leftimage .textbox .navigations .footernav-main .subheader-teaser a.external-link, .navigations .footernav-main .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.external-link, .section-mutiteaser.bluebox-leftimage .textbox a.contentlink {
      color: #fff; }
      .section-mutiteaser.bluebox-leftimage .textbox a.iconlink:after, .section-mutiteaser.bluebox-leftimage .textbox a.iconlink-bold:after, .section-mutiteaser.bluebox-leftimage .textbox #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.internal-link:after, .section-mutiteaser.bluebox-leftimage .textbox .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.internal-link:after,
      .section-mutiteaser.bluebox-leftimage .textbox #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.external-link:after,
      .section-mutiteaser.bluebox-leftimage .textbox .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .section-mutiteaser.bluebox-leftimage .textbox a.external-link:after, .section-mutiteaser.bluebox-leftimage .textbox a.contentlink:after {
        background-image: url(../Images/css-icons/arrowrightlightwhite.svg); }
    .section-mutiteaser.bluebox-leftimage .textbox a.button, .section-mutiteaser.bluebox-leftimage .textbox .gradient-teaser a, .gradient-teaser .section-mutiteaser.bluebox-leftimage .textbox a, .section-mutiteaser.bluebox-leftimage .textbox .section-gray a, .section-gray .section-mutiteaser.bluebox-leftimage .textbox a, .section-mutiteaser.bluebox-leftimage .textbox .specsteaser a, .specsteaser .section-mutiteaser.bluebox-leftimage .textbox a, .section-mutiteaser.bluebox-leftimage .textbox .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .section-mutiteaser.bluebox-leftimage .textbox a.button, .section-mutiteaser.bluebox-leftimage .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-mutiteaser.bluebox-leftimage .textbox input.powermail_submit, .section-mutiteaser.bluebox-leftimage .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-mutiteaser.bluebox-leftimage .textbox input.powermail_submit, .section-mutiteaser.bluebox-leftimage .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-mutiteaser.bluebox-leftimage .textbox button.powermail_submit, .section-mutiteaser.bluebox-leftimage .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-mutiteaser.bluebox-leftimage .textbox button.powermail_submit, .section-mutiteaser.bluebox-leftimage .textbox .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-mutiteaser.bluebox-leftimage .textbox .buttonelement, .section-mutiteaser.bluebox-leftimage .textbox .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-mutiteaser.bluebox-leftimage .textbox .buttonelement, .section-mutiteaser.bluebox-leftimage .textbox .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .section-mutiteaser.bluebox-leftimage .textbox input.powermail_submit, .section-mutiteaser.bluebox-leftimage .textbox .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .section-mutiteaser.bluebox-leftimage .textbox button.powermail_submit, .section-mutiteaser.bluebox-leftimage .textbox .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .section-mutiteaser.bluebox-leftimage .textbox .buttonelement {
      border-color: #fff; }
  .section-mutiteaser.bluebox-leftimage .imagecontainer {
    right: auto;
    left: 15px; }
    @media screen and (min-width: 48em) {
      .section-mutiteaser.bluebox-leftimage .imagecontainer {
        left: 32px; } }
    @media screen and (min-width: 75em) {
      .section-mutiteaser.bluebox-leftimage .imagecontainer {
        left: 0; } }
    @media screen and (min-width: 100em) {
      .section-mutiteaser.bluebox-leftimage .imagecontainer {
        left: -10%; } }

@media screen and (min-width: 75em) {
  .section-mutiteaser.imageabove .textbox {
    z-index: 7; }
  .section-mutiteaser.imageabove .imagecontainer {
    z-index: 9; }
  .section-mutiteaser.imageabove.bluebox-leftimage .textbox {
    padding-left: 15%;
    padding-right: 70px; } }

.bgColor-darkblue .section-mutiteaser .textbox > *,
.section-container.bgColor-blue .section-mutiteaser .textbox > * {
  color: #003963; }

.bgColor-darkblue .section-mutiteaser .textbox a.contentlink,
.section-container.bgColor-blue .section-mutiteaser .textbox a.contentlink {
  border-left-color: #003963; }
  .bgColor-darkblue .section-mutiteaser .textbox a.contentlink:after,
  .section-container.bgColor-blue .section-mutiteaser .textbox a.contentlink:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L15.3536 4.64645C15.5488 4.84171 15.5488 5.15829 15.3536 5.35355L11.3536 9.35355C11.1583 9.54882 10.8417 9.54882 10.6464 9.35355C10.4512 9.15829 10.4512 8.84171 10.6464 8.64645L13.7929 5.5H1C0.723858 5.5 0.5 5.27614 0.5 5C0.5 4.72386 0.723858 4.5 1 4.5H13.7929L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z' fill='%23003963'/%3E%3C/svg%3E"); }

.bgColor-darkblue .section-mutiteaser .textbox a.download,
.section-container.bgColor-blue .section-mutiteaser .textbox a.download {
  color: #003963; }
  .bgColor-darkblue .section-mutiteaser .textbox a.download:after,
  .section-container.bgColor-blue .section-mutiteaser .textbox a.download:after {
    background-image: url(../Images/icon-download.svg); }

.bgColor-darkblue .section-mutiteaser .textbox a.button, .bgColor-darkblue .section-mutiteaser .textbox .gradient-teaser a, .gradient-teaser .bgColor-darkblue .section-mutiteaser .textbox a, .bgColor-darkblue .section-mutiteaser .textbox .section-gray a, .section-gray .bgColor-darkblue .section-mutiteaser .textbox a, .bgColor-darkblue .section-mutiteaser .textbox .specsteaser a, .specsteaser .bgColor-darkblue .section-mutiteaser .textbox a, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox a.button, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox input.powermail_submit, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox input.powermail_submit, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox button.powermail_submit, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox button.powermail_submit, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-darkblue .section-mutiteaser .textbox .buttonelement, .bgColor-darkblue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox .buttonelement, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox input.powermail_submit, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox button.powermail_submit, .bgColor-darkblue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .bgColor-darkblue .section-mutiteaser .textbox .buttonelement,
.section-container.bgColor-blue .section-mutiteaser .textbox a.button,
.section-container.bgColor-blue .section-mutiteaser .textbox .gradient-teaser a,
.gradient-teaser .section-container.bgColor-blue .section-mutiteaser .textbox a,
.section-container.bgColor-blue .section-mutiteaser .textbox .section-gray a,
.section-gray .section-container.bgColor-blue .section-mutiteaser .textbox a,
.section-container.bgColor-blue .section-mutiteaser .textbox .specsteaser a,
.specsteaser .section-container.bgColor-blue .section-mutiteaser .textbox a,
.section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more a.button,
.tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox a.button,
.section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox input.powermail_submit,
.section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox input.powermail_submit,
.section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox button.powermail_submit,
.section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox button.powermail_submit,
.section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
.tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .section-mutiteaser .textbox .buttonelement,
.section-container.bgColor-blue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
.tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox .buttonelement,
.section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap input.powermail_submit,
.powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox input.powermail_submit,
.section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap button.powermail_submit,
.powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox button.powermail_submit,
.section-container.bgColor-blue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .buttonelement,
.tx-bgmrss .button-wrap .section-container.bgColor-blue .section-mutiteaser .textbox .buttonelement {
  color: #003963;
  border-color: #003963; }
  .bgColor-darkblue .section-mutiteaser .textbox a.button:hover, .bgColor-darkblue .section-mutiteaser .textbox .gradient-teaser a:hover, .gradient-teaser .bgColor-darkblue .section-mutiteaser .textbox a:hover, .bgColor-darkblue .section-mutiteaser .textbox .section-gray a:hover, .section-gray .bgColor-darkblue .section-mutiteaser .textbox a:hover, .bgColor-darkblue .section-mutiteaser .textbox .specsteaser a:hover, .specsteaser .bgColor-darkblue .section-mutiteaser .textbox a:hover, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox a.button:hover, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox input.powermail_submit:hover, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox input.powermail_submit:hover, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox button.powermail_submit:hover, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox button.powermail_submit:hover, .bgColor-darkblue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .bgColor-darkblue .section-mutiteaser .textbox .buttonelement:hover, .bgColor-darkblue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .bgColor-darkblue .section-mutiteaser .textbox .buttonelement:hover, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox input.powermail_submit:hover, .bgColor-darkblue .section-mutiteaser .textbox .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .bgColor-darkblue .section-mutiteaser .textbox button.powermail_submit:hover, .bgColor-darkblue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .bgColor-darkblue .section-mutiteaser .textbox .buttonelement:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox a.button:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .gradient-teaser a:hover,
  .gradient-teaser .section-container.bgColor-blue .section-mutiteaser .textbox a:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .section-gray a:hover,
  .section-gray .section-container.bgColor-blue .section-mutiteaser .textbox a:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .specsteaser a:hover,
  .specsteaser .section-container.bgColor-blue .section-mutiteaser .textbox a:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more a.button:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox a.button:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox input.powermail_submit:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox input.powermail_submit:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox button.powermail_submit:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover,
  .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox button.powermail_submit:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover,
  .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .section-container.bgColor-blue .section-mutiteaser .textbox .buttonelement:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover,
  .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .section-container.bgColor-blue .section-mutiteaser .textbox .buttonelement:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap input.powermail_submit:hover,
  .powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox input.powermail_submit:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .powermail_fieldwrap button.powermail_submit:hover,
  .powermail_fieldwrap .section-container.bgColor-blue .section-mutiteaser .textbox button.powermail_submit:hover,
  .section-container.bgColor-blue .section-mutiteaser .textbox .tx-bgmrss .button-wrap .buttonelement:hover,
  .tx-bgmrss .button-wrap .section-container.bgColor-blue .section-mutiteaser .textbox .buttonelement:hover {
    color: #fff; }

.section-mutiteaser.bluebox-leftimage .textbox a.download {
  color: #fff; }
  .section-mutiteaser.bluebox-leftimage .textbox a.download:after {
    background-image: url(../Images/icon-download-white.svg); }

.section-imagetextbox {
  min-height: 600px; }
  @media screen and (min-width: 75em) {
    .section-imagetextbox {
      min-height: auto; } }
  .section-imagetextbox .container {
    padding: 0;
    max-width: 1360px; }
    .section-imagetextbox .container .grid {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
      display: block;
      position: relative;
      padding-top: 185px; }
      @media screen and (min-width: 25em) {
        .section-imagetextbox .container .grid {
          padding-top: 45%; } }
      @media screen and (min-width: 48em) {
        .section-imagetextbox .container .grid {
          padding-top: 240px; } }
      @media print, screen and (min-width: 64em) {
        .section-imagetextbox .container .grid {
          padding-top: 350px; } }
      @media screen and (min-width: 90em) {
        .section-imagetextbox .container .grid {
          padding-top: 355px; } }
  .section-imagetextbox .textbox {
    background-color: #F2F2F2;
    z-index: 9;
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    float: right;
    margin-left: 15px;
    margin-right: 0; }
    @media screen and (min-width: 48em) {
      .section-imagetextbox .textbox {
        z-index: 8;
        min-height: 284px;
        padding-left: 32px;
        padding-top: 48px;
        padding-right: 32px;
        margin-left: 32px;
        width: 620px; } }
    @media screen and (min-width: 63.9375em) {
      .section-imagetextbox .textbox {
        min-height: 450px;
        width: 80%;
        margin-left: 32px;
        padding-left: 80px;
        padding-top: 40px;
        padding-right: 80px;
        margin-left: 32px;
        max-width: 960px;
        margin-bottom: 60px; } }
    @media screen and (min-width: 75em) {
      .section-imagetextbox .textbox {
        margin-right: 102px;
        padding-top: 64px; } }
    .section-imagetextbox .textbox h2, .section-imagetextbox .textbox .frame-type-menu_pages .title, .frame-type-menu_pages .section-imagetextbox .textbox .title, .section-imagetextbox .textbox .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-imagetextbox .textbox .title {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 32px;
      color: #003963; }
      @media print, screen and (min-width: 64em) {
        .section-imagetextbox .textbox h2, .section-imagetextbox .textbox .frame-type-menu_pages .title, .frame-type-menu_pages .section-imagetextbox .textbox .title, .section-imagetextbox .textbox .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-imagetextbox .textbox .title {
          font-size: 42px;
          line-height: 48px; } }
    .section-imagetextbox .textbox p {
      color: #003963; }
  .section-imagetextbox .imagecontainer {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: auto;
    top: 0;
    z-index: 7;
    left: 0; }
    @media screen and (min-width: 48em) {
      .section-imagetextbox .imagecontainer {
        z-index: 7;
        left: auto; } }

.section-locationmap .container {
  padding: 0; }
  .section-locationmap .container .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block; }

.section-locationmap h2, .section-locationmap .frame-type-menu_pages .title, .frame-type-menu_pages .section-locationmap .title, .section-locationmap .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-locationmap .title, .section-locationmap h3, .section-locationmap .imageOverlays > * div .headline, .imageOverlays > * div .section-locationmap .headline, .section-locationmap .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-locationmap a, .section-locationmap h4 {
  text-align: center; }

.section-locationmap h2, .section-locationmap .frame-type-menu_pages .title, .frame-type-menu_pages .section-locationmap .title, .section-locationmap .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-locationmap .title {
  font-size: 70px;
  line-height: 50px;
  margin-bottom: 16px; }
  @media screen and (min-width: 48em) {
    .section-locationmap h2, .section-locationmap .frame-type-menu_pages .title, .frame-type-menu_pages .section-locationmap .title, .section-locationmap .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-locationmap .title {
      font-size: 100px;
      line-height: 80px; } }

.section-locationmap .textcontent {
  max-width: 768px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .section-locationmap .textcontent {
      padding-left: 35px;
      padding-right: 35px; } }
  @media print, screen and (min-width: 64em) {
    .section-locationmap .textcontent {
      padding-left: 0;
      padding-right: 0; } }
  .section-locationmap .textcontent p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center; }

.section-locationmap h3.subhaeder, .section-locationmap .imageOverlays > * div .subhaeder.headline, .imageOverlays > * div .section-locationmap .subhaeder.headline, .section-locationmap .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a.subhaeder, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .section-locationmap a.subhaeder {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 0; }

.section-locationmap .imagecontent {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 32px;
  margin-right: 32px; }
  @media print, screen and (min-width: 40em) {
    .section-locationmap .imagecontent {
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: 15px;
      margin-right: 15px; } }

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

.section-locationmap .grid2Col_33_33_33 .box-33 {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 40em) {
    .section-locationmap .grid2Col_33_33_33 .box-33 {
      width: calc(33.3333333333%);
      margin-right: 0;
      margin-left: 0; } }
  .section-locationmap .grid2Col_33_33_33 .box-33 span {
    font-family: "corporate-bold", Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
    display: block;
    margin-bottom: 24px;
    color: #003963;
    border-bottom: 1px #E3E6E5 solid; }

.section-teaserlarge .container {
  padding: 0;
  margin-right: 15px;
  margin-left: 15px; }
  @media screen and (min-width: 48em) {
    .section-teaserlarge .container {
      margin-right: 32px;
      margin-left: 32px; } }
  @media screen and (min-width: 75em) {
    .section-teaserlarge .container {
      margin-right: auto;
      margin-left: auto; } }
  .section-teaserlarge .container .grid {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }

.section-teaserlarge h2, .section-teaserlarge .frame-type-menu_pages .title, .frame-type-menu_pages .section-teaserlarge .title, .section-teaserlarge .frame-type-menu_subpages .title, .frame-type-menu_subpages .section-teaserlarge .title {
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 16px;
  color: #515E69; }

@media screen and (min-width: 48em) {
  .section-teaserlarge .textcontent {
    max-width: 90%; } }

@media screen and (min-width: 75em) {
  .section-teaserlarge .textcontent {
    max-width: 80%; } }

.section-teaserlarge .textcontent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left; }

.section-teaserlarge .imagecontent {
  margin-top: 40px;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 40em) {
    .section-teaserlarge .imagecontent {
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: 0;
      margin-right: 0; } }

.section-teaserlarge .box-wide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: calc(100%);
  margin-right: 0;
  margin-left: 0;
  clear: both; }
  @media screen and (min-width: 48em) {
    .section-teaserlarge .box-wide {
      width: calc(58.3333333333%);
      margin-right: 0;
      margin-left: 0;
      clear: none; } }
  @media screen and (min-width: 90em) {
    .section-teaserlarge .box-wide {
      width: calc(63%);
      margin-right: 0;
      margin-left: 0; } }

.section-teaserlarge .box-small {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  @media screen and (min-width: 48em) {
    .section-teaserlarge .box-small {
      width: calc(41.6666666667% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      margin-right: 0;
      float: right; } }
  @media screen and (min-width: 90em) {
    .section-teaserlarge .box-small {
      width: calc(35%);
      margin-right: 0;
      margin-right: 0;
      float: right; } }

.section-teaserlarge .box-50 {
  margin-bottom: 20px;
  text-align: left;
  color: #515E69;
  font-family: "corporate-bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: calc(50% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: calc(50%);
  margin-right: 0;
  margin-left: 0;
  float: left; }
  @media screen and (min-width: 48em) {
    .section-teaserlarge .box-50 {
      text-align: center;
      margin-top: 0;
      margin-top: 20px;
      margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .section-teaserlarge .box-50.rightPadding {
      padding-right: 10px; } }
  @media screen and (min-width: 75em) {
    .section-teaserlarge .box-50.rightPadding {
      padding-right: 20px; } }
  .section-teaserlarge .box-50 span {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    margin-bottom: 4px;
    font-family: "corporate", Arial, sans-serif; }
    @media print, screen and (min-width: 64em) {
      .section-teaserlarge .box-50 span {
        font-size: 48px;
        line-height: 54px; } }

.maincontents .icontextpanel {
  height: 100%;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  color: #fff;
  padding: 20px; }
  .maincontents .icontextpanel.color-darkgrey {
    background-color: #ADB4BA;
    color: #003963; }
    .maincontents .icontextpanel.color-darkgrey svg {
      color: #003963; }
    .maincontents .icontextpanel.color-darkgrey .headline:after {
      background-color: #003963; }
  .maincontents .icontextpanel.color-blue {
    background-color: #033662; }
    .maincontents .icontextpanel.color-blue svg {
      color: #fff; }
  .maincontents .icontextpanel svg {
    margin: 0 auto;
    width: 150px;
    display: block; }
  .maincontents .icontextpanel .headline {
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 16px;
    font-size: 24px; }
    .maincontents .icontextpanel .headline:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0%;
      bottom: 3px;
      background-color: #fff; }
  .maincontents .icontextpanel .infotext ul {
    margin-left: 0; }
  .maincontents .icontextpanel .infotext p, .maincontents .icontextpanel .infotext li {
    font-size: 16px; }

div.breadcrumbnav {
  max-width: 1420px;
  margin-bottom: 10px;
  padding-left: 8px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 50.8125em) {
    div.breadcrumbnav {
      margin-bottom: 20px; } }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  margin-left: 0;
  list-style: none;
  border-radius: 3px; }

.breadcrumbs > * {
  margin: 0;
  font-size: 0.6875rem;
  text-transform: normal; }

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline; }

.breadcrumbs > * a,
.breadcrumbs > * span,
.breadcrumbs > * .transformSelect input[type=text],
.transformSelect .breadcrumbs > * input[type=text] {
  text-transform: normal;
  color: #355d6c; }

.breadcrumbs > *.current,
.breadcrumbs > *.current a,
.breadcrumbs > *.current a span {
  cursor: default;
  color: #515e69; }

.breadcrumbs > *.current a {
  cursor: default;
  color: #515e69; }

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none; }

.breadcrumbs > *.unavailable {
  color: #999; }

.breadcrumbs > *.unavailable a {
  color: #999; }

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default; }

.breadcrumbs > *, .breadcrumbs > .current a {
  color: #36434D;
  cursor: default;
  font-size: 12px; }

.breadcrumbnav {
  max-width: 1420px;
  margin-bottom: 10px;
  padding-left: 8px; }

@media screen and (min-width: 50.8125em) {
  .breadcrumbnav {
    margin-bottom: 20px; } }

.breadcrumbs {
  padding-left: 6px;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-radius: 3px;
  display: block; }
  @media screen and (min-width: 50.8125em) {
    .breadcrumbs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .breadcrumbs svg {
    color: #003963 !important;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block; }

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 14px;
  line-height: 20px;
  text-transform: normal; }

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline; }

.breadcrumbs > * a,
.breadcrumbs > * span,
.breadcrumbs > * .transformSelect input[type=text],
.transformSelect .breadcrumbs > * input[type=text] {
  text-transform: none;
  color: #355d6c; }

.breadcrumbs > *.current {
  cursor: default;
  color: #003963; }

.breadcrumbs > *.current a {
  cursor: default;
  color: #515e69; }

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none; }

.breadcrumbs > *:first-child svg {
  display: none; }

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both; }

.news .nav ul {
  float: left;
  display: inline;
  margin: 0; }

.news .nav li {
  float: left; }

.news .nav a {
  float: left;
  display: block; }

.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px; }

.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #fff; }

.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff; }

.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto; }

.news .article .teaser-text {
  margin: 0 0 10px 0; }

.news .article h3, .news .article .imageOverlays > * div .headline, .imageOverlays > * div .news .article .headline, .news .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .news .article .newsheader-with-date a {
  margin-bottom: 0; }

.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888; }

.news .footer p {
  line-height: 1em; }

.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd; }

.news .footer span:last-child {
  border-right: 0; }

.news .footer .news-category a {
  text-transform: uppercase; }

.news .no-news-found {
  color: #DB0202;
  font-style: italic; }

.news .page-navigation p {
  float: left; }

.news .page-navigation ul {
  float: right; }

.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none; }

.news .page-navigation ul li a {
  display: block; }

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px; }

.news-category-view ul li li {
  padding: 2px 8px 2px 12px; }

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd; }

/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee; }

.news-single .article .news-img-wrap {
  float: right;
  width: 282px;
  margin: 0 0 0 25px; }

.news-single .article .news-img-wrap img {
  float: none; }

.news-single .teaser-text {
  font-size: 15px;
  color: #888; }

.news-text-wrap {
  margin-bottom: 10px; }

.news-img-caption {
  color: #888; }

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%; }

.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell; }

.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px; }

.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888; }

.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0; }

.news-related h4 {
  margin-bottom: 10px; }

.news-related-files ul li {
  margin-bottom: 20px; }

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

.news-clear {
  clear: both; }

.news-list-item {
  cursor: pointer; }
  .news-list-item h2, .news-list-item .frame-type-menu_pages .title, .frame-type-menu_pages .news-list-item .title, .news-list-item .frame-type-menu_subpages .title, .frame-type-menu_subpages .news-list-item .title {
    font-size: 22px;
    line-height: 28px;
    color: #003963;
    text-transform: none;
    font-family: "corporate-bold", Arial, sans-serif;
    margin-bottom: 8px; }
  .news-list-item .news-image {
    position: relative;
    overflow: hidden;
    padding-top: 66%;
    background-color: #e3e6e5; }
    .news-list-item .news-image img {
      width: 100%;
      max-width: 110%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: 50% 65%;
          -ms-transform-origin: 50% 65%;
              transform-origin: 50% 65%;
      -webkit-transition: -webkit-transform 5s;
      transition: -webkit-transform 5s;
      -o-transition: transform 5s;
      transition: transform 5s;
      transition: transform 5s, -webkit-transform 5s; }
    .news-list-item .news-image .svg-logo {
      padding: 12%;
      margin-top: 4%; }
  .news-list-item .image-overlay {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(81, 93, 106, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .news-list-item .image-overlay p {
      color: white;
      margin: 0;
      text-transform: uppercase; }
  .news-list-item:hover .image-overlay {
    opacity: 1; }
  .news-list-item:hover .news-image img {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2); }
  .news-list-item figcaption {
    padding-top: 24px;
    text-align: left; }
  .news-list-item .category {
    display: inline-block;
    background: #003963;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2px 5px;
    background: #F2F2F2;
    color: #003963; }
  .news-list-item time {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    padding: 0.375rem 0;
    display: inline-block;
    line-height: 1; }

section.news-swiper, section.image-swiper {
  max-width: 2340px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0; }
  section.news-swiper h2, section.image-swiper h2, section.news-swiper .frame-type-menu_pages .title, .frame-type-menu_pages section.news-swiper .title, section.image-swiper .frame-type-menu_pages .title, .frame-type-menu_pages section.image-swiper .title, section.news-swiper .frame-type-menu_subpages .title, .frame-type-menu_subpages section.news-swiper .title, section.image-swiper .frame-type-menu_subpages .title, .frame-type-menu_subpages section.image-swiper .title {
    font-size: 22px;
    line-height: 28px;
    color: #003963;
    text-transform: none;
    font-family: "corporate-bold", Arial, sans-serif;
    margin-bottom: 8px; }
  section.news-swiper .teaser-text p, section.image-swiper .teaser-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #515e69; }
  section.news-swiper .teaser-text .moreLink, section.image-swiper .teaser-text .moreLink {
    font-size: 18px;
    line-height: 24px; }
  section.news-swiper .container, section.image-swiper .container {
    position: relative;
    padding-right: 8px;
    padding-left: 10px; }
    @media screen and (min-width: 48em) {
      section.news-swiper .container, section.image-swiper .container {
        padding-right: 18px;
        padding-left: 24px; } }
    @media print, screen and (min-width: 64em) {
      section.news-swiper .container, section.image-swiper .container {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (min-width: 90em) {
      section.news-swiper .container, section.image-swiper .container {
        max-width: 1176px;
        width: 1176px;
        padding-left: 0;
        padding-right: 0; } }
  section.news-swiper .swiper-container, section.image-swiper .swiper-container {
    padding-bottom: 80px; }
  section.news-swiper .swiper-paginationContainer, section.image-swiper .swiper-paginationContainer {
    bottom: 10px; }
    @media screen and (min-width: 48em) {
      section.news-swiper .swiper-paginationContainer, section.image-swiper .swiper-paginationContainer {
        max-width: 300px;
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        bottom: -50px;
        padding-bottom: 18px;
        position: relative;
        width: 300px;
        margin: 0 auto; } }
    @media print, screen and (min-width: 64em) {
      section.news-swiper .swiper-paginationContainer, section.image-swiper .swiper-paginationContainer {
        min-width: auto; } }
    @media screen and (min-width: 75em) {
      section.news-swiper .swiper-paginationContainer, section.image-swiper .swiper-paginationContainer {
        max-width: 25%;
        left: 0;
        margin: 0;
        padding-left: 8px;
        padding-right: 8px; } }
    section.news-swiper .swiper-paginationContainer .swiper-pagination, section.image-swiper .swiper-paginationContainer .swiper-pagination {
      position: relative;
      text-align: center;
      z-index: 10;
      line-height: 1;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 0; }
      section.news-swiper .swiper-paginationContainer .swiper-pagination span, section.image-swiper .swiper-paginationContainer .swiper-pagination span {
        border: 1px solid #003963;
        opacity: 1;
        width: 12px;
        height: 12px;
        margin-left: 4px;
        margin-right: 4px; }
    section.news-swiper .swiper-paginationContainer .swiper-button-prev, section.image-swiper .swiper-paginationContainer .swiper-button-prev,
    section.news-swiper .swiper-paginationContainer .swiper-button-next,
    section.image-swiper .swiper-paginationContainer .swiper-button-next {
      background-image: none;
      color: #003963;
      border: 1px solid #003963;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      text-align: center;
      bottom: 8px;
      position: absolute;
      z-index: 20; }
      section.news-swiper .swiper-paginationContainer .swiper-button-prev svg, section.image-swiper .swiper-paginationContainer .swiper-button-prev svg,
      section.news-swiper .swiper-paginationContainer .swiper-button-next svg,
      section.image-swiper .swiper-paginationContainer .swiper-button-next svg {
        position: absolute;
        left: 11px;
        top: 13px; }
    section.news-swiper .swiper-paginationContainer .swiper-button-disabled, section.image-swiper .swiper-paginationContainer .swiper-button-disabled {
      display: block; }
  @media screen and (min-width: 75em) {
    section.news-swiper .swiper-button-prev, section.image-swiper .swiper-button-prev {
      left: 8px; }
    section.news-swiper .swiper-button-next, section.image-swiper .swiper-button-next {
      right: 8px; } }
  section.news-swiper .swiper-slide, section.image-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    @media screen and (min-width: 64em) {
      section.news-swiper .swiper-slide, section.image-swiper .swiper-slide {
        width: calc(25% - 1rem);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        max-width: calc(25% - 1rem);
        padding: 0; } }
    @media screen and (min-width: 90em) {
      section.news-swiper .swiper-slide, section.image-swiper .swiper-slide {
        max-width: calc(25% - 1rem); } }
    section.news-swiper .swiper-slide img, section.image-swiper .swiper-slide img {
      max-width: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 3.0s;
      transition: -webkit-transform 3.0s;
      -o-transition: transform 3.0s;
      transition: transform 3.0s;
      transition: transform 3.0s, -webkit-transform 3.0s; }
    section.news-swiper .swiper-slide .news-list-item:hover .image-overlay, section.image-swiper .swiper-slide .news-list-item:hover .image-overlay {
      opacity: 1; }
    section.news-swiper .swiper-slide .news-list-item:hover .news-image img, section.image-swiper .swiper-slide .news-list-item:hover .news-image img {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
    section.news-swiper .swiper-slide figcaption, section.image-swiper .swiper-slide figcaption {
      padding-top: 24px;
      text-align: left; }

@media screen and (min-width: 90em) {
  body {
    overflow-x: hidden;
    max-width: 100vw; } }

.swiper-container {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .swiper-container {
      overflow: visible; } }
  .swiper-container:after, .swiper-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background: #fff;
    top: 0;
    z-index: 12;
    opacity: 0.8; }
  .swiper-container:before {
    left: -100%;
    right: auto; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3 !important; }

.frame-type-news_newsliststicky {
  max-width: 100%; }
  .frame-type-news_newsliststicky .page-navigation {
    background-color: #7d9db1; }
  .frame-type-news_newsliststicky header,
  .frame-type-news_newsliststicky .news-list-view .article,
  .frame-type-news_newsliststicky ul.f3-widget-paginator {
    width: 100%;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    max-width: 70rem;
    margin: 0 auto !important; }
  .frame-type-news_newsliststicky .news-list-view .article {
    border-bottom: none; }
    .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date {
      display: block;
      /*align-items: center;*/
      text-align: center;
      padding: 20px;
      padding-left: 14px;
      background-color: #e3e6e5;
      color: #003963;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          padding-right: 160px; } }
      .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date p {
        margin-bottom: 10px;
        line-height: 1;
        font-size: 18px; }
        @media print, screen and (min-width: 64em) {
          .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date p {
            margin-bottom: 0;
            margin-right: 24px;
            margin-top: 5px; } }
      .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a {
        line-height: 1.2;
        font-size: 24px;
        margin-bottom: 0;
        text-decoration: none !important;
        /*
                    font-size: 20px;
                    font-weight: bold;
                    color: $body-font-color;
                    line-height: 1.3;

                     */ }
        .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a:before {
          display: none !important; }
    .frame-type-news_newsliststicky .news-list-view .article p, .frame-type-news_newsliststicky .news-list-view .article ul {
      font-size: 1.125rem;
      line-height: 1.3;
      margin-bottom: 0.25rem; }
      @media print, screen and (min-width: 64em) {
        .frame-type-news_newsliststicky .news-list-view .article p, .frame-type-news_newsliststicky .news-list-view .article ul {
          margin-right: 160px; } }
  .frame-type-news_newsliststicky .news .article .teaser-text,
  .frame-type-news_newsliststicky .news .article-archive .teaser-text {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px; }
    @media print, screen and (min-width: 64em) {
      .frame-type-news_newsliststicky .news .article .teaser-text,
      .frame-type-news_newsliststicky .news .article-archive .teaser-text {
        margin-left: 134px;
        min-height: 120px; } }
    .frame-type-news_newsliststicky .news .article .teaser-text a.arrow,
    .frame-type-news_newsliststicky .news .article-archive .teaser-text a.arrow {
      float: right;
      padding-right: 30px;
      margin-right: 0;
      margin-bottom: 6px;
      margin-top: 0;
      position: relative;
      font-weight: normal;
      color: #515D6A; }
      @media print, screen and (min-width: 64em) {
        .frame-type-news_newsliststicky .news .article .teaser-text a.arrow,
        .frame-type-news_newsliststicky .news .article-archive .teaser-text a.arrow {
          margin-top: 0;
          margin-right: 30px;
          margin-bottom: 10px; } }
      .frame-type-news_newsliststicky .news .article .teaser-text a.arrow:before,
      .frame-type-news_newsliststicky .news .article-archive .teaser-text a.arrow:before {
        content: "";
        display: block;
        width: 18px;
        color: #318ecb;
        float: left;
        font-size: 9px;
        height: 10px;
        padding-top: 0;
        width: 15px;
        background-image: url(../Images/arrow-right.svg);
        position: absolute;
        right: -19px;
        height: 70px;
        width: 70px;
        display: block;
        background-size: 108px 80px;
        top: -30px; }
    .frame-type-news_newsliststicky .news .article .teaser-text a.moreLink,
    .frame-type-news_newsliststicky .news .article-archive .teaser-text a.moreLink {
      color: #003963; }
  .frame-type-news_newsliststicky ul.f3-widget-paginator {
    width: 100%;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    max-width: 70rem;
    margin: 0 auto !important;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .frame-type-news_newsliststicky ul.f3-widget-paginator {
        margin-top: 1.5625rem !important;
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem; } }
    .frame-type-news_newsliststicky ul.f3-widget-paginator a {
      color: #fff; }

.news-list-view .page-navigation .f3-widget-paginator li {
  display: block;
  padding: 0 5px;
  background: none;
  font-size: 20px; }

.news-list-view .page-navigation .f3-widget-paginator li.next a {
  position: relative;
  padding-right: 46px;
  margin-right: 10px; }

.news-list-view .page-navigation .f3-widget-paginator li.next {
  position: absolute;
  right: 0; }

.news-list-view .page-navigation .f3-widget-paginator li.next a:before {
  content: "";
  display: block;
  color: #318ecb;
  float: left;
  font-size: 9px;
  padding-top: 0;
  background-image: url(../Images/arrow-right-white.svg);
  position: absolute;
  right: -7px;
  height: 70px;
  width: 70px;
  display: block;
  background-size: 121px 88px;
  top: -33px; }

.news-list-view .page-navigation .f3-widget-paginator li.previous a {
  padding-left: 40px;
  position: relative;
  margin-left: -16px; }

.news-list-view .page-navigation .f3-widget-paginator li.previous {
  position: absolute;
  left: 20px; }

.news-list-view .page-navigation .f3-widget-paginator li.previous a:before {
  content: "";
  display: block;
  color: #318ecb;
  float: left;
  font-size: 9px;
  padding-top: 0;
  background-image: url(../Images/arrow-right-white.svg);
  position: absolute;
  left: -9px;
  height: 70px;
  width: 70px;
  display: block;
  background-size: 121px 88px;
  top: -10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.frame-type-news_newsdetail {
  max-width: 100%; }

/* detailpage*/
.news .article,
.news .article-archive {
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 0 !important;
  border-bottom: none; }
  .news .article .person,
  .news .article-archive .person {
    border-bottom: 1px #515D6A solid;
    padding-bottom: 20px;
    margin-top: 5px; }
    .news .article .person a,
    .news .article-archive .person a {
      color: #0095d1; }
  .news .article .person div.box,
  .news .article-archive .person div.box {
    font-size: 16px !important;
    line-height: 1;
    margin: 0 0; }
  .news .article h2, .news .article .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .title, .news .article .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .title,
  .news .article-archive h2,
  .news .article-archive .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .title,
  .news .article-archive .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .title {
    text-transform: none; }
    @media print, screen and (min-width: 64em) {
      .news .article h2, .news .article .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .title, .news .article .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .title,
      .news .article-archive h2,
      .news .article-archive .frame-type-menu_pages .title,
      .frame-type-menu_pages .news .article-archive .title,
      .news .article-archive .frame-type-menu_subpages .title,
      .frame-type-menu_subpages .news .article-archive .title {
        max-width: 70%;
        margin-bottom: 60px;
        font-size: 2rem; } }
  .news .article p,
  .news .article-archive p {
    line-height: 1.6;
    font-size: 1.125rem; }
  .news .article p.footnote, .news .article p.footnote_line,
  .news .article-archive p.footnote,
  .news .article-archive p.footnote_line {
    font-size: 15px;
    text-align: right;
    padding-top: 6px; }
  .news .article p.footnote_line,
  .news .article-archive p.footnote_line {
    margin-top: -10px;
    border-top: 1px solid #ccc; }
  .news .article ul.contentList,
  .news .article-archive ul.contentList {
    margin-bottom: 10px; }
    .news .article ul.contentList li,
    .news .article-archive ul.contentList li {
      font-size: 1.125rem;
      background-position: 0 15px; }
  .news .article .box-33 h2, .news .article .box-33 .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .box-33 .title, .news .article .box-33 .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .box-33 .title,
  .news .article-archive .box-33 h2,
  .news .article-archive .box-33 .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .box-33 .title,
  .news .article-archive .box-33 .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .box-33 .title {
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2625rem;
    letter-spacing: 0.1rem;
    text-transform: none; }
  .news .article .ce-uploads li.newsDetail a,
  .news .article-archive .ce-uploads li.newsDetail a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
  .news .article .ce-uploads li.newsDetail div.imgWrapper,
  .news .article-archive .ce-uploads li.newsDetail div.imgWrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 90px; }
  .news .article .ce-uploads li.newsDetail div.fileDesc,
  .news .article-archive .ce-uploads li.newsDetail div.fileDesc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .news .article .ce-uploads li.newsDetail img,
  .news .article-archive .ce-uploads li.newsDetail img {
    margin: 0;
    padding: 0; }

.news-backlink-wrap {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px !important; }
  .news-backlink-wrap a {
    position: relative;
    margin-left: 40px; }
  .news-backlink-wrap a:before {
    content: "" !important;
    display: block;
    color: #318ecb;
    float: left;
    font-size: 9px;
    padding-top: 0;
    background-image: url(../Images/arrow-right.svg);
    position: absolute;
    left: -47px;
    height: 70px;
    width: 70px;
    display: block;
    background-size: 121px 88px;
    top: -13px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 56px; }
  @media only screen and (min-width: 768px) {
    .news-backlink-wrap {
      margin-bottom: 0 !important; } }

.box-dark, .news .article .lightBlueBG,
.news .article-archive .lightBlueBG {
  background-color: #003963;
  padding: 20px;
  padding-bottom: 10px;
  color: #fff;
  margin-bottom: 25px;
  padding-right: 8px;
  color: #fff; }
  .box-dark h1, .news .article .lightBlueBG h1, .news .article-archive .lightBlueBG h1, .box-dark h2, .news .article .lightBlueBG h2, .news .article-archive .lightBlueBG h2, .box-dark .frame-type-menu_pages .title, .frame-type-menu_pages .box-dark .title, .news .article .lightBlueBG .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .lightBlueBG .title, .news .article-archive .lightBlueBG .frame-type-menu_pages .title, .frame-type-menu_pages .news .article-archive .lightBlueBG .title, .box-dark .frame-type-menu_subpages .title, .frame-type-menu_subpages .box-dark .title, .news .article .lightBlueBG .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .lightBlueBG .title, .news .article-archive .lightBlueBG .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article-archive .lightBlueBG .title, .box-dark h3, .news .article .lightBlueBG h3, .news .article-archive .lightBlueBG h3, .box-dark .imageOverlays > * div .headline, .imageOverlays > * div .box-dark .headline, .news .article .lightBlueBG .imageOverlays > * div .headline, .imageOverlays > * div .news .article .lightBlueBG .headline, .news .article-archive .lightBlueBG .imageOverlays > * div .headline, .imageOverlays > * div .news .article-archive .lightBlueBG .headline, .box-dark .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .box-dark a, .news .frame-type-news_newsliststicky .news-list-view .article .lightBlueBG .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .news .article .lightBlueBG .newsheader-with-date a, .news .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .lightBlueBG a, .frame-type-news_newsliststicky .news-list-view .news .article .newsheader-with-date .lightBlueBG a, .news .article-archive .lightBlueBG .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .news .article-archive .lightBlueBG a, .box-dark h4, .news .article .lightBlueBG h4, .news .article-archive .lightBlueBG h4 {
    color: #fff;
    margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    .box-dark, .news .article .lightBlueBG,
    .news .article-archive .lightBlueBG {
      margin-left: -20px; } }
  .box-dark a, .news .article .lightBlueBG a, .news .article-archive .lightBlueBG a {
    color: #fff !important; }
    .box-dark a:focus-visible, .news .article .lightBlueBG a:focus-visible, .news .article-archive .lightBlueBG a:focus-visible {
      outline: 2px solid #FFF;
      outline-offset: 2px; }
  .box-dark .ce-uploads li, .news .article .lightBlueBG .ce-uploads li, .news .article-archive .lightBlueBG .ce-uploads li {
    position: relative;
    margin-bottom: 20px !important;
    line-height: 1;
    min-height: 50px; }
  .box-dark .download:is(a, span), .news .article .lightBlueBG .download:is(a, span), .news .article-archive .lightBlueBG .download:is(a, span) {
    color: #fff;
    overflow: visible; }
    .box-dark .download:is(a, span):after, .news .article .lightBlueBG .download:is(a, span):after, .news .article-archive .lightBlueBG .download:is(a, span):after {
      background-image: url(../Images/icon-download-white.svg);
      bottom: -42px !important; }
  .box-dark .thumbNail .download:is(a, span):after, .news .article .lightBlueBG .thumbNail .download:is(a, span):after, .news .article-archive .lightBlueBG .thumbNail .download:is(a, span):after {
    bottom: -38px; }
  .box-dark .person a, .news .article .lightBlueBG .person a, .news .article-archive .lightBlueBG .person a {
    color: #fff;
    text-decoration: none; }
  .box-dark .person, .news .article .lightBlueBG .person, .news .article-archive .lightBlueBG .person {
    border-bottom: 1px #fff solid; }

.news .article .lightBlueBG,
.news .article-archive .lightBlueBG {
  background-color: #003963;
  padding-bottom: 20px; }
  .news .article .lightBlueBG .person.noBorder,
  .news .article-archive .lightBlueBG .person.noBorder {
    border-bottom: none !important;
    padding-bottom: 10px; }
  .news .article .lightBlueBG .person.noBorder ~ div,
  .news .article-archive .lightBlueBG .person.noBorder ~ div {
    display: none; }

.news .article .ce-uploads img,
.news .article-archive .ce-uploads img {
  min-width: 90px;
  margin-right: 10px;
  max-width: 116px; }

.news .article .grid2Col_66_33 .box-33 .person .personPhoto,
.news .article-archive .grid2Col_66_33 .box-33 .person .personPhoto {
  display: block; }

.news .article .section-gray, .news .article .specsteaser,
.news .article-archive .section-gray,
.news .article-archive .specsteaser {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  margin-left: -14px;
  margin-right: -14px; }
  .news .article .section-gray .sectionheader, .news .article .specsteaser .sectionheader,
  .news .article-archive .section-gray .sectionheader,
  .news .article-archive .specsteaser .sectionheader {
    margin-left: 0 !important; }
  @media screen and (min-width: 75em) {
    .news .article .section-gray .container, .news .article .specsteaser .container,
    .news .article-archive .section-gray .container,
    .news .article-archive .specsteaser .container {
      padding-left: 8px; } }

.news .article .section-gray h2, .news .article .specsteaser h2, .news .article .section-gray .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .section-gray .title, .news .article .specsteaser .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .specsteaser .title, .news .article .section-gray .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .section-gray .title, .news .article .specsteaser .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .specsteaser .title,
.news .article-archive .section-gray h2,
.news .article-archive .specsteaser h2,
.news .article-archive .section-gray .frame-type-menu_pages .title,
.frame-type-menu_pages .news .article-archive .section-gray .title,
.news .article-archive .specsteaser .frame-type-menu_pages .title,
.frame-type-menu_pages .news .article-archive .specsteaser .title,
.news .article-archive .section-gray .frame-type-menu_subpages .title,
.frame-type-menu_subpages .news .article-archive .section-gray .title,
.news .article-archive .specsteaser .frame-type-menu_subpages .title,
.frame-type-menu_subpages .news .article-archive .specsteaser .title {
  max-width: 100%;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

@media print, screen and (min-width: 64em) {
  .frame-type-news_newsliststicky .news .article.hasLeftImage .newsheader-with-date p {
    margin-right: 70px !important;
    min-width: 94px; } }

@media print, screen and (min-width: 64em) {
  .frame-type-news_newsliststicky .news .article.hasLeftImage .teaser-text,
  .frame-type-news_newsliststicky .news .article-archive.hasLeftImage .teaser-text {
    margin-left: 180px; } }

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .grid2Col_66_33 .box-66 {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .grid2Col_66_33 .box-33 {
    margin-left: 0; } }

@media only screen and (max-width: 420px) {
  .news .article .grid.wide-centered .cell,
  .news .article-archive .grid.wide-centered .cell {
    padding-left: 0; } }

.frame-type-news_newsliststicky h2.headline-h2, .frame-type-news_newsliststicky h2.big, .frame-type-news_newsliststicky .frame-type-menu_pages .big.title, .frame-type-menu_pages .frame-type-news_newsliststicky .big.title, .frame-type-news_newsliststicky .frame-type-menu_subpages .big.title, .frame-type-menu_subpages .frame-type-news_newsliststicky .big.title, .frame-type-news_newsliststicky .frame-type-menu_pages .headline-h2.title, .frame-type-menu_pages .frame-type-news_newsliststicky .headline-h2.title, .frame-type-news_newsliststicky .frame-type-menu_subpages .headline-h2.title, .frame-type-menu_subpages .frame-type-news_newsliststicky .headline-h2.title {
  padding-left: 16px; }

@media only screen and (max-width: 768px) {
  .news .article .section-gray h2, .news .article .specsteaser h2, .news .article .section-gray .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .section-gray .title, .news .article .specsteaser .frame-type-menu_pages .title, .frame-type-menu_pages .news .article .specsteaser .title, .news .article .section-gray .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .section-gray .title, .news .article .specsteaser .frame-type-menu_subpages .title, .frame-type-menu_subpages .news .article .specsteaser .title,
  .news .article .sectionheader h2,
  .news .article .sectionheader .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article .sectionheader .title,
  .news .article .sectionheader .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article .sectionheader .title,
  .news .article-archive .section-gray h2,
  .news .article-archive .specsteaser h2,
  .news .article-archive .section-gray .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .section-gray .title,
  .news .article-archive .specsteaser .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .specsteaser .title,
  .news .article-archive .section-gray .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .section-gray .title,
  .news .article-archive .specsteaser .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .specsteaser .title,
  .news .article-archive .sectionheader h2,
  .news .article-archive .sectionheader .frame-type-menu_pages .title,
  .frame-type-menu_pages .news .article-archive .sectionheader .title,
  .news .article-archive .sectionheader .frame-type-menu_subpages .title,
  .frame-type-menu_subpages .news .article-archive .sectionheader .title {
    font-size: calc(1.1rem + 0.4353741497vw) !important; }
  .frame-type-news_newsliststicky h2.headline-h2, .frame-type-news_newsliststicky h2.big, .frame-type-news_newsliststicky .frame-type-menu_pages .big.title, .frame-type-menu_pages .frame-type-news_newsliststicky .big.title, .frame-type-news_newsliststicky .frame-type-menu_subpages .big.title, .frame-type-menu_subpages .frame-type-news_newsliststicky .big.title, .frame-type-news_newsliststicky .frame-type-menu_pages .headline-h2.title, .frame-type-menu_pages .frame-type-news_newsliststicky .headline-h2.title, .frame-type-news_newsliststicky .frame-type-menu_subpages .headline-h2.title, .frame-type-menu_subpages .frame-type-news_newsliststicky .headline-h2.title {
    padding-left: 16px;
    font-size: 1.8rem; }
  .frame-type-news_newsliststicky .news-list-view {
    padding-left: 16px;
    padding-right: 16px; } }

.button-confirm {
  background-color: #328ecd;
  border-color: #2872a4;
  color: #fff; }
  .button-confirm:hover, .button-confirm:focus {
    background-color: #1e3b63;
    color: #fff; }

.news-list-view .article .news-img-wrap, .news-list-view .article-archive .news-img-wrap {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  margin: 3px 15px 5px 0;
  display: none; }

@media only screen and (min-width: 768px) {
  .news-list-view .article .news-img-wrap, .news-list-view .article-archive .news-img-wrap {
    width: 50%;
    display: block; }
  .news-list-view .article .news-img-wrap img, .news-list-view .article-archive .news-img-wrap img {
    max-width: 100%; } }

@media only screen and (min-width: 1024px) {
  .news-list-view .article .news-img-wrap, .news-list-view .article-archive .news-img-wrap {
    width: 150px; }
  .news-list-view .article .news-img-wrap img, .news-list-view .article-archive .news-img-wrap img {
    width: 150px; } }

.news-list-view .page-navigation {
  background-color: #7d9db1; }

.news-list-view .page-navigation p {
  display: none; }

.frame-type-news_newsliststicky ul.f3-widget-paginator {
  width: 100%;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  max-width: 70rem;
  margin: 0 auto !important; }

.news-list-view .page-navigation .f3-widget-paginator {
  margin-left: 0;
  float: none;
  width: 100%;
  overflow: hidden; }

.simple-teaser-item {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 3.125rem; }
  @media screen and (min-width: 40em) {
    .simple-teaser-item {
      width: 50%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .simple-teaser-item {
      width: 33.34%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .simple-teaser-item figure {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .simple-teaser-item figure > div {
      width: 100%;
      padding-top: 70%;
      position: relative;
      overflow: hidden; }
      .simple-teaser-item figure > div img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transform-origin: 50% 65%;
            -ms-transform-origin: 50% 65%;
                transform-origin: 50% 65%;
        -webkit-transition: -webkit-transform 5s;
        transition: -webkit-transform 5s;
        -o-transition: transform 5s;
        transition: transform 5s;
        transition: transform 5s, -webkit-transform 5s; }
        .simple-teaser-item figure > div img:hover {
          -webkit-transform: scale(2);
              -ms-transform: scale(2);
                  transform: scale(2); }
  .simple-teaser-item figcaption {
    padding-top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .simple-teaser-item h2, .simple-teaser-item .frame-type-menu_pages .title, .frame-type-menu_pages .simple-teaser-item .title, .simple-teaser-item .frame-type-menu_subpages .title, .frame-type-menu_subpages .simple-teaser-item .title {
    line-height: 1.2;
    font-size: 2.25rem;
    margin-bottom: 0.3125rem; }
    @media (max-width: 1470px) {
      .simple-teaser-item h2, .simple-teaser-item .frame-type-menu_pages .title, .frame-type-menu_pages .simple-teaser-item .title, .simple-teaser-item .frame-type-menu_subpages .title, .frame-type-menu_subpages .simple-teaser-item .title {
        font-size: calc(1.25rem + 1.0884353741vw) ; } }
  .simple-teaser-item p {
    margin: 0 0 0.625rem;
    margin-top: auto; }

.teaser-item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.875rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 40em) {
    .teaser-item {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .teaser-item {
      width: calc(33.34% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .teaser-item img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform-origin: 50% 65%;
        -ms-transform-origin: 50% 65%;
            transform-origin: 50% 65%;
    -webkit-transition: -webkit-transform 5s;
    transition: -webkit-transform 5s;
    -o-transition: transform 5s;
    transition: transform 5s;
    transition: transform 5s, -webkit-transform 5s; }
  .teaser-item:before {
    content: '';
    float: left;
    padding: 66% 0 0; }
  .teaser-item:after {
    content: '';
    clear: both;
    display: block; }
  .teaser-item:hover {
    opacity: 0.85; }
    .teaser-item:hover img {
      -webkit-transform: scale(2);
          -ms-transform: scale(2);
              transform: scale(2); }
  .teaser-item h2, .teaser-item .frame-type-menu_pages .title, .frame-type-menu_pages .teaser-item .title, .teaser-item .frame-type-menu_subpages .title, .frame-type-menu_subpages .teaser-item .title {
    margin-bottom: 0;
    padding: 20% 1.25rem 1.25rem 1.25rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    font-size: 2.25rem;
    line-height: 1.2; }
    @media (max-width: 1470px) {
      .teaser-item h2, .teaser-item .frame-type-menu_pages .title, .frame-type-menu_pages .teaser-item .title, .teaser-item .frame-type-menu_subpages .title, .frame-type-menu_subpages .teaser-item .title {
        font-size: calc(1.25rem + 1.0884353741vw) ; } }
    .teaser-item h2:after, .teaser-item .frame-type-menu_pages .title:after, .frame-type-menu_pages .teaser-item .title:after, .teaser-item .frame-type-menu_subpages .title:after, .frame-type-menu_subpages .teaser-item .title:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: -o-linear-gradient(rgba(0, 0, 0, 0), black);
      background: linear-gradient(rgba(0, 0, 0, 0), black);
      z-index: -1; }

.text-teaser-block {
  width: 66.66667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .text-teaser-block .text-teaser {
    font-size: 1.375rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1470px) {
      .text-teaser-block .text-teaser {
        font-size: calc(1.075rem + 0.3265306122vw) ; } }

.frame.frame-type-gomapsext_show {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }
  .frame.frame-type-gomapsext_show header {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 15px; }
    @media screen and (min-width: 48em) {
      .frame.frame-type-gomapsext_show header {
        padding-left: 30px; } }
    @media screen and (min-width: 75em) {
      .frame.frame-type-gomapsext_show header {
        padding-left: 15px; } }
    @media screen and (min-width: 90em) {
      .frame.frame-type-gomapsext_show header {
        padding-left: 0; } }

.nirvana {
  position: absolute;
  left: -9999em; }

.tx-go-maps-ext {
  margin-top: 30px; }
  .tx-go-maps-ext .filterContainer {
    margin-bottom: 30px;
    /* filter item options */ }
    .tx-go-maps-ext .filterContainer label {
      font-size: 16px !important;
      color: #000 !important;
      width: 100%; }
    .tx-go-maps-ext .filterContainer label.radio-label span {
      font-size: 16px !important;
      font-family: "corporate", Arial, sans-serif !important;
      display: block !important;
      float: left;
      width: 80% !important; }
  .tx-go-maps-ext .js-map {
    width: 100% !important;
    z-index: 10; }
    @media screen and (min-width: 50.8125em) {
      .tx-go-maps-ext .js-map {
        border-bottom: 1px #ccc solid; } }
  .tx-go-maps-ext .inner {
    position: relative; }
  .tx-go-maps-ext .gme-cats {
    margin: 10px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .tx-go-maps-ext .gme-cats {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        z-index: 123324;
        position: relative;
        margin-top: 0;
        top: 0px;
        background: #fff;
        border-top: none;
        padding: 0;
        padding-top: 6px;
        padding-bottom: 4px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (min-width: 50.8125em) {
      .tx-go-maps-ext .gme-cats {
        border-bottom: none;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
            -ms-flex-pack: left;
                justify-content: left; } }
    .tx-go-maps-ext .gme-cats li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style-image: none;
      list-style-type: none; }
      .tx-go-maps-ext .gme-cats li:focus-within {
        outline: 2px solid #003963;
        outline-offset: 2px; }
      .tx-go-maps-ext .gme-cats li.inactive {
        opacity: 0.3;
        -moz-opacity: 0.3;
        filter: Alpha(opacity=30); }
      .tx-go-maps-ext .gme-cats li label {
        margin: 0;
        width: auto;
        font-size: 0.875rem;
        color: #515D6A;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap; }
        @media screen and (min-width: 48em) {
          .tx-go-maps-ext .gme-cats li label {
            font-size: 1rem;
            line-height: 2.5rem; } }
        @media print, screen and (min-width: 64em) {
          .tx-go-maps-ext .gme-cats li label {
            font-size: 1.2rem;
            line-height: 2.5rem; } }
      .tx-go-maps-ext .gme-cats li span {
        background-color: #fff;
        border: none;
        background-image: url(../Images/pin/pin-lightblue.svg);
        background-position: -5px -1px;
        background-repeat: no-repeat;
        display: block;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 40px 40px;
        display: block;
        width: 30px;
        height: 40px; }
        @media print, screen and (min-width: 64em) {
          .tx-go-maps-ext .gme-cats li span {
            width: 35px; } }
        .tx-go-maps-ext .gme-cats li span.category-3 {
          /*background-color: red;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-grey.svg); }
        .tx-go-maps-ext .gme-cats li span.category-2 {
          /*background-color: red;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-locations.svg); }
        .tx-go-maps-ext .gme-cats li span.category-111 {
          /*background-color: green;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-lightgrey.svg); }
        .tx-go-maps-ext .gme-cats li span.category-1 {
          /*background-color: $color-blue-dark;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-headquarter.svg); }
        .tx-go-maps-ext .gme-cats li span.category-3 {
          /*background-color: $color-blue-dark;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-offices.svg); }
        .tx-go-maps-ext .gme-cats li span.category-4 {
          /*background-color: $color-blue-dark;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-igt.svg); }
        .tx-go-maps-ext .gme-cats li span.category-5 {
          /*background-color: $color-blue-dark;*/
          background-color: #fff;
          background-image: url(../Images/pin/pin-jv.svg); }
  .tx-go-maps-ext .list {
    clear: both;
    margin: 0 auto;
    margin-bottom: 40px;
    display: grid;
    /*1 level category UL element */ }
    @media print, screen and (min-width: 64em) {
      .tx-go-maps-ext .list {
        margin-bottom: 80px; } }
    .tx-go-maps-ext .list #location-list {
      padding-left: 12px;
      margin-left: 0;
      /* maincategory Contents with items as LI */ }
      @media print, screen and (min-width: 64em) {
        .tx-go-maps-ext .list #location-list {
          padding: 0;
          -webkit-columns: 2;
             -moz-columns: 2;
                  columns: 2;
          -webkit-column-gap: 2.5rem;
             -moz-column-gap: 2.5rem;
                  column-gap: 2.5rem;
          width: 100%;
          margin: 0 auto; } }
      .tx-go-maps-ext .list #location-list li {
        list-style-type: none;
        margin-bottom: 16px;
        padding-right: 30px; }
        @media print, screen and (min-width: 64em) {
          .tx-go-maps-ext .list #location-list li {
            padding-right: 0;
            margin-bottom: 50px; } }
      .tx-go-maps-ext .list #location-list .listitem {
        margin-bottom: 20px;
        /* accordion main Item active= expanded */
        /* category title */
        /*title with plus/ minus */
        /* content accordion */ }
        @media print, screen and (min-width: 64em) {
          .tx-go-maps-ext .list #location-list .listitem {
            display: inline-block;
            width: 100%; } }
        .tx-go-maps-ext .list #location-list .listitem ul {
          padding: 0;
          margin: 0; }
          .tx-go-maps-ext .list #location-list .listitem ul li {
            list-style-type: none;
            margin-top: 6px;
            margin-bottom: 0; }
            @media print, screen and (min-width: 64em) {
              .tx-go-maps-ext .list #location-list .listitem ul li {
                margin-top: 10px; } }
            .tx-go-maps-ext .list #location-list .listitem ul li * {
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
            .tx-go-maps-ext .list #location-list .listitem ul li.blurred {
              display: none; }
              @media print, screen and (min-width: 64em) {
                .tx-go-maps-ext .list #location-list .listitem ul li.blurred {
                  opacity: 0.5;
                  display: block; } }
        @media print, screen and (min-width: 64em) {
          .tx-go-maps-ext .list #location-list .listitem .item-with-link {
            max-width: 80%; } }
        .tx-go-maps-ext .list #location-list .listitem .item-with-link.active {
          padding: 5px;
          padding-top: 15px;
          padding-bottom: 15px;
          background-color: #F2F2F2; }
        .tx-go-maps-ext .list #location-list .listitem h3, .tx-go-maps-ext .list #location-list .listitem .imageOverlays > * div .headline, .imageOverlays > * div .tx-go-maps-ext .list #location-list .listitem .headline, .tx-go-maps-ext .list #location-list .listitem .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .tx-go-maps-ext .list #location-list .listitem a {
          clear: both;
          font-weight: bold;
          padding-left: 0;
          border-left: none;
          line-height: 1;
          margin: 0;
          padding-top: 0;
          color: #515D6A;
          background-color: transparent;
          font-size: 1.1rem;
          text-transform: uppercase;
          margin-bottom: 14px; }
          @media print, screen and (min-width: 64em) {
            .tx-go-maps-ext .list #location-list .listitem h3, .tx-go-maps-ext .list #location-list .listitem .imageOverlays > * div .headline, .imageOverlays > * div .tx-go-maps-ext .list #location-list .listitem .headline, .tx-go-maps-ext .list #location-list .listitem .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date .tx-go-maps-ext .list #location-list .listitem a {
              font-size: 1.2rem;
              margin-bottom: 20px; } }
        .tx-go-maps-ext .list #location-list .listitem .title a {
          position: relative;
          padding-left: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 14px;
          color: #515D6A; }
          @media print, screen and (min-width: 64em) {
            .tx-go-maps-ext .list #location-list .listitem .title a {
              padding-left: 30px; } }
          .tx-go-maps-ext .list #location-list .listitem .title a:before {
            display: none; }
          .tx-go-maps-ext .list #location-list .listitem .title a:hover {
            color: #003963; }
          .tx-go-maps-ext .list #location-list .listitem .title a:after {
            content: " ";
            background-image: url(../Images/plus_grey.svg);
            height: 12px;
            width: 12px;
            position: absolute;
            left: 0;
            top: 4px; }
        .tx-go-maps-ext .list #location-list .listitem .title.active a {
          color: #003963;
          font-weight: bold; }
          .tx-go-maps-ext .list #location-list .listitem .title.active a:after {
            background-image: url(../Images/minus_grey.svg);
            top: 5px; }
        .tx-go-maps-ext .list #location-list .listitem .trigger-Content {
          display: none;
          padding-left: 20px;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.4;
          color: #515D6A; }
          @media print, screen and (min-width: 64em) {
            .tx-go-maps-ext .list #location-list .listitem .trigger-Content {
              padding-left: 30px; } }
          .tx-go-maps-ext .list #location-list .listitem .trigger-Content > * {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.4;
            color: #515D6A; }
          .tx-go-maps-ext .list #location-list .listitem .trigger-Content label {
            display: inline-block;
            width: 70px; }
          .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.iconlink, .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.iconlink-bold, .tx-go-maps-ext .list #location-list .listitem .trigger-Content #mainnav .subheader-teaser a.internal-link, #mainnav .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.internal-link, .tx-go-maps-ext .list #location-list .listitem .trigger-Content .navigations .footernav-main .subheader-teaser a.internal-link, .navigations .footernav-main .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.internal-link,
          .tx-go-maps-ext .list #location-list .listitem .trigger-Content #mainnav .subheader-teaser a.external-link, #mainnav .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.external-link,
          .tx-go-maps-ext .list #location-list .listitem .trigger-Content .navigations .footernav-main .subheader-teaser a.external-link, .navigations .footernav-main .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.external-link, .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.contentlink {
            margin-top: 5px;
            padding-left: 20px;
            display: inline-block;
            color: #003963; }
            .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.iconlink:after, .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.iconlink-bold:after, .tx-go-maps-ext .list #location-list .listitem .trigger-Content #mainnav .subheader-teaser a.internal-link:after, #mainnav .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.internal-link:after, .tx-go-maps-ext .list #location-list .listitem .trigger-Content .navigations .footernav-main .subheader-teaser a.internal-link:after, .navigations .footernav-main .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.internal-link:after,
            .tx-go-maps-ext .list #location-list .listitem .trigger-Content #mainnav .subheader-teaser a.external-link:after, #mainnav .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.external-link:after,
            .tx-go-maps-ext .list #location-list .listitem .trigger-Content .navigations .footernav-main .subheader-teaser a.external-link:after, .navigations .footernav-main .subheader-teaser .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.external-link:after, .tx-go-maps-ext .list #location-list .listitem .trigger-Content a.contentlink:after {
              left: 0; }

#tolocationsFilterLink {
  display: none;
  position: fixed;
  top: 120px;
  right: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #003963;
  border-radius: 50%;
  background: #fefefe;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  @media print, screen and (min-width: 64em) {
    #tolocationsFilterLink {
      right: 30px; } }
  #tolocationsFilterLink:hover {
    background: #003963;
    color: #fefefe;
    border-color: #fefefe; }

.frame.frame-default.frame-type-list.frame-type-mtunewsroom_main.frame-layout-0 {
  max-width: 1176px; }

@media screen and (min-width: 48em) {
  .frame-type-mtunewsroom_main header {
    padding-left: 16px; } }

@media screen and (min-width: 75em) {
  .frame-type-mtunewsroom_main header {
    padding-left: 8px; } }

.tx-mtu-newsroom {
  min-height: 750px; }
  @media screen and (min-width: 48em) {
    .tx-mtu-newsroom {
      padding-left: 16px;
      padding-right: 16px; } }
  @media print, screen and (min-width: 64em) {
    .tx-mtu-newsroom {
      padding-left: 8px;
      padding-right: 8px; } }
  @media screen and (min-width: 75em) {
    .tx-mtu-newsroom {
      padding-left: 0;
      padding-right: 0; } }
  .tx-mtu-newsroom .searchform {
    padding: 30px;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    background-color: #e3e6e5; }
    @media print, screen and (min-width: 64em) {
      .tx-mtu-newsroom .searchform {
        margin-right: 8px;
        margin-left: 8px; } }
    .tx-mtu-newsroom .searchform .input-group-label {
      padding: 0.5rem;
      border: 1px solid #003963;
      background: #003963;
      cursor: pointer;
      width: 48px; }
    .tx-mtu-newsroom .searchform input {
      height: 48px;
      margin-bottom: 0;
      font-size: 1.25rem; }
    .tx-mtu-newsroom .searchform button .open {
      display: none; }
    .tx-mtu-newsroom .searchform .taglist {
      display: block;
      font-size: 0.875rem; }
      .tx-mtu-newsroom .searchform .taglist .tagcloud {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
        font-size: 0.9rem; }
        .tx-mtu-newsroom .searchform .taglist .tagcloud.newsroom-tags-container {
          display: none; }
          @media print, screen and (min-width: 64em) {
            .tx-mtu-newsroom .searchform .taglist .tagcloud.newsroom-tags-container {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; } }
        .tx-mtu-newsroom .searchform .taglist .tagcloud label {
          cursor: text;
          width: calc(100% - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem; }
          @media print, screen and (min-width: 40em) {
            .tx-mtu-newsroom .searchform .taglist .tagcloud label {
              width: calc(8.3333333333% - 1.875rem);
              margin-right: 0.9375rem;
              margin-left: 0.9375rem; } }
        .tx-mtu-newsroom .searchform .taglist .tagcloud ul {
          width: calc(100% - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem;
          margin-bottom: 10px; }
          @media print, screen and (min-width: 40em) {
            .tx-mtu-newsroom .searchform .taglist .tagcloud ul {
              width: calc(91.6666666667% - 1.875rem);
              margin-right: 0.9375rem;
              margin-left: 0.9375rem; } }
          .tx-mtu-newsroom .searchform .taglist .tagcloud ul li {
            width: auto;
            margin-bottom: 5px;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            .tx-mtu-newsroom .searchform .taglist .tagcloud ul li a {
              background-color: #5e696b;
              border-color: #5e696b;
              font-family: "corporate", Arial, sans-serif;
              border-radius: 0;
              color: #fff;
              text-transform: none;
              min-width: auto;
              margin-top: 0;
              margin-bottom: 0;
              margin-right: 4px;
              padding-top: 0.2rem;
              padding-bottom: 0.2rem;
              line-height: 1;
              letter-spacing: normal;
              padding-right: 1em;
              padding-left: 1em;
              font-size: 14px; }
            .tx-mtu-newsroom .searchform .taglist .tagcloud ul li a.selected {
              background-color: #003963; }
        .tx-mtu-newsroom .searchform .taglist .tagcloud ul#newsroom-tags li {
          display: none; }
        .tx-mtu-newsroom .searchform .taglist .tagcloud ul#newsroom-tags li.more-tags {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .tx-mtu-newsroom .searchform .taglist .tagcloud ul#newsroom-tags li.more-tags a.more-tags {
            color: #033662;
            background-color: white; }
  .tx-mtu-newsroom .list {
    position: relative;
    margin-bottom: 50px; }
    .tx-mtu-newsroom .list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .tx-mtu-newsroom .list ul > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        width: 100%;
        max-width: 1144px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
        position: relative;
        text-align: left; }
        @media print, screen and (min-width: 40em) {
          .tx-mtu-newsroom .list ul > li {
            width: calc(50% - 1rem);
            margin-right: 0.5rem;
            margin-left: 0.5rem; } }
        @media print, screen and (min-width: 64em) {
          .tx-mtu-newsroom .list ul > li {
            width: calc(25% - 1rem);
            margin-right: 0.5rem;
            margin-left: 0.5rem; } }
        .tx-mtu-newsroom .list ul > li .news-image {
          background: #e3e6e5; }
          .tx-mtu-newsroom .list ul > li .news-image img {
            -webkit-transition: -webkit-transform 3.0s;
            transition: -webkit-transform 3.0s;
            -o-transition: transform 3.0s;
            transition: transform 3.0s;
            transition: transform 3.0s, -webkit-transform 3.0s; }
        .tx-mtu-newsroom .list ul > li:hover .news-image img {
          -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
                  transform: scale(1.15); }
    .tx-mtu-newsroom .list .teaser-text p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 8px;
      color: #515e69; }
    .tx-mtu-newsroom .list .teaser-text .moreLink {
      font-size: 18px;
      line-height: 24px; }
  .tx-mtu-newsroom .list.loading-feedback:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .tx-mtu-newsroom .loader,
  .tx-mtu-newsroom .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }
  .tx-mtu-newsroom .loader {
    margin-top: 50px;
    left: 47%;
    font-size: 10px;
    position: absolute;
    z-index: 999;
    display: none;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 57, 100, 0.2);
    border-right: 1.1em solid rgba(0, 57, 100, 0.2);
    border-bottom: 1.1em solid rgba(0, 57, 100, 0.2);
    border-left: 1.1em solid #003963;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .tx-mtu-newsroom .text-center {
    text-align: center; }

.hide {
  display: none !important; }

.mfp-wrap button:hover,
.mfp-wrap button:focus {
  background: none;
  border: none; }

.mfp-wrap figcaption {
  padding-top: 0; }

.mfp-wrap .mfp-title {
  color: #fff;
  background-color: #515D6A;
  padding: 10px; }
  .mfp-wrap .mfp-title a.image-link {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff; }
  .mfp-wrap .mfp-title a.image-link:hover {
    color: #e3e6e5; }
  .mfp-wrap .mfp-title a.button, .mfp-wrap .mfp-title .gradient-teaser a, .gradient-teaser .mfp-wrap .mfp-title a, .mfp-wrap .mfp-title .section-gray a, .section-gray .mfp-wrap .mfp-title a, .mfp-wrap .mfp-title .specsteaser a, .specsteaser .mfp-wrap .mfp-title a, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title a.button, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title input.powermail_submit, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title button.powermail_submit, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title .buttonelement, .mfp-wrap .mfp-title .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit, .mfp-wrap .mfp-title .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement {
    padding: 5px 10px;
    min-width: 0;
    background-color: #F7F3F2;
    color: #515D6A;
    margin-left: 20px; }
  .mfp-wrap .mfp-title a.button:hover, .mfp-wrap .mfp-title .gradient-teaser a:hover, .gradient-teaser .mfp-wrap .mfp-title a:hover, .mfp-wrap .mfp-title .section-gray a:hover, .section-gray .mfp-wrap .mfp-title a:hover, .mfp-wrap .mfp-title .specsteaser a:hover, .specsteaser .mfp-wrap .mfp-title a:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title a.button:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit:hover, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title input.powermail_submit:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit:hover, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title button.powermail_submit:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement:hover, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title .buttonelement:hover, .mfp-wrap .mfp-title .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit:hover, .mfp-wrap .mfp-title .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit:hover, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement:hover {
    background-color: #7f8b93; }
  .mfp-wrap .mfp-title .image-fileinfo {
    font-size: 1.0rem; }

.mfp-wrap .mfp-close {
  font-size: 40px;
  top: 16px; }

.no-result {
  text-align: center;
  position: relative;
  background: #FFF;
  padding: 30px 20px;
  width: auto;
  max-width: 550px;
  margin: 0 auto; }
  .no-result a.button, .no-result .gradient-teaser a, .gradient-teaser .no-result a, .no-result .section-gray a, .section-gray .no-result a, .no-result .specsteaser a, .specsteaser .no-result a,
  .no-result .section-gray td a.internal-link, .section-gray td .no-result a.internal-link,
  .no-result .specsteaser td a.internal-link, .specsteaser td .no-result a.internal-link, .no-result .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .no-result a.button, .no-result .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .no-result input.powermail_submit, .no-result .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .no-result input.powermail_submit, .no-result .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .no-result button.powermail_submit, .no-result .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .no-result button.powermail_submit, .no-result .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .no-result .buttonelement, .no-result .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .no-result .buttonelement, .no-result .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .no-result input.powermail_submit, .no-result .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .no-result button.powermail_submit, .no-result .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .no-result .buttonelement {
    padding: 5px 10px;
    min-width: 0; }

#SgCookieOptin .sg-cookie-optin-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0 !important; }

#SgCookieOptin button {
  border-radius: 0 !important;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

#SgCookieOptin .sg-cookie-optin-checkbox + .sg-cookie-optin-checkbox-label::before {
  border-radius: 0 !important; }

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific,
#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all {
  background-color: #515d6a !important; }

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:hover,
#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:hover {
  background-color: #7f8b93 !important; }

.sg-cookie-optin-plugin #SgCookieOptin .sg-cookie-optin-box {
  top: 0% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  margin-bottom: 50px !important; }

.sg-cookie-optin-save-confirmation {
  border: solid 1px #78be21 !important;
  border-radius: 0 !important;
  color: #78be21 !important;
  background-color: #fff !important; }

@media only screen and (min-width: 1023px) {
  .row {
    max-width: 978px; } }

.metro-panel {
  margin-bottom: 10px;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  width: 150px;
  position: relative;
  height: 150px; }

.metro-panel.eventCat_default {
  min-height: 120px; }

.eventDate a.arrow:before {
  content: "\2192";
  padding-right: 4px; }

.eventfooter a.arrow:before {
  content: "\e606";
  display: inline;
  font-family: 'iconfont';
  color: #318ecb;
  float: left;
  font-size: 9px;
  height: 10px;
  padding-top: 3px;
  width: 15px; }

.eventitem .left {
  float: left !important; }

a#prev:before, a#next:before {
  font-size: 22px;
  width: auto;
  padding-top: 7px; }

.arrow:before {
  content: "\e606";
  display: inline;
  font-family: 'iconfont';
  width: 18px;
  color: #318ecb;
  float: left;
  font-size: 9px;
  height: 10px;
  padding-top: 3px;
  width: 15px; }

.tx-mtutags-relatedcontent {
  margin-top: 0;
  font-family: "corporate", Arial, sans-serif;
  background-color: #fff;
  max-width: 100%;
  padding: 1.75rem 0;
  padding-bottom: 1px;
  /*New gid Rendering*/ }
  @media print, screen and (min-width: 64em) {
    .tx-mtutags-relatedcontent {
      padding: 3rem 0;
      padding-bottom: 1px; } }
  .tx-mtutags-relatedcontent .col-4 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr; }
    @media print, screen and (min-width: 64em) {
      .tx-mtutags-relatedcontent .col-4 {
        gap: 16px;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .tx-mtutags-relatedcontent .col-2-1-1 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr; }
    @media print, screen and (min-width: 40em) {
      .tx-mtutags-relatedcontent .col-2-1-1 {
        gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'top top' 'left right'; }
        .tx-mtutags-relatedcontent .col-2-1-1 > div:first-of-type {
          grid-area: top; }
        .tx-mtutags-relatedcontent .col-2-1-1 > div:nth-of-type(2) {
          grid-area: left; }
        .tx-mtutags-relatedcontent .col-2-1-1 > div:last-child {
          grid-area: right; } }
    @media print, screen and (min-width: 64em) {
      .tx-mtutags-relatedcontent .col-2-1-1 {
        grid-template-areas: 'top left right';
        grid-template-columns: 2fr 1fr 1fr; } }
  .tx-mtutags-relatedcontent .col-2-2 {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr; }
    @media print, screen and (min-width: 64em) {
      .tx-mtutags-relatedcontent .col-2-2 {
        gap: 16px;
        grid-template-columns: 1fr 1fr; } }
  .tx-mtutags-relatedcontent .col-4,
  .tx-mtutags-relatedcontent .col-2-1-1,
  .tx-mtutags-relatedcontent .col-2-2 {
    position: relative; }
  .tx-mtutags-relatedcontent__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
    .tx-mtutags-relatedcontent__item__image {
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .tx-mtutags-relatedcontent__item__image img {
          height: 207px; } }
    .tx-mtutags-relatedcontent__item__topic {
      color: #003963;
      margin-top: 1.2rem;
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 0.875rem; }
    .tx-mtutags-relatedcontent__item__title {
      margin-top: 10px;
      margin-bottom: 8px; }
      .tx-mtutags-relatedcontent__item__title a {
        color: #003963;
        font-size: 22px;
        line-height: 28px;
        font-weight: normal;
        font-family: "corporate-bold", Arial, sans-serif; }
        .tx-mtutags-relatedcontent__item__title a:hover {
          color: #008cba; }
    .tx-mtutags-relatedcontent__item__category {
      display: inline-block;
      background: #003963;
      color: #fff;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
      padding: 2px 5px;
      margin-top: 0; }
      .tx-mtutags-relatedcontent__item__category.aeroreport, .tx-mtutags-relatedcontent__item__category.page, .tx-mtutags-relatedcontent__item__category.video, .tx-mtutags-relatedcontent__item__category.press {
        background: #F2F2F2;
        color: #003963;
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase; }
        .tx-mtutags-relatedcontent__item__category.aeroreport b, .tx-mtutags-relatedcontent__item__category.page b, .tx-mtutags-relatedcontent__item__category.video b, .tx-mtutags-relatedcontent__item__category.press b {
          font-weight: 600; }
      .tx-mtutags-relatedcontent__item__category.aeroreport {
        padding-left: 30px; }
        .tx-mtutags-relatedcontent__item__category.aeroreport:before {
          content: " ";
          position: absolute;
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L15.3536 4.64645C15.5488 4.84171 15.5488 5.15829 15.3536 5.35355L11.3536 9.35355C11.1583 9.54882 10.8417 9.54882 10.6464 9.35355C10.4512 9.15829 10.4512 8.84171 10.6464 8.64645L13.7929 5.5H1C0.723858 5.5 0.5 5.27614 0.5 5C0.5 4.72386 0.723858 4.5 1 4.5H13.7929L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z' fill='%23003963'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          width: 18px;
          height: 10px;
          left: 6px;
          top: 7px; }
    .tx-mtutags-relatedcontent__item a.readMore {
      font-size: 18px;
      line-height: 24px;
      color: #003963; }
      .tx-mtutags-relatedcontent__item a.readMore svg {
        display: inline-block;
        margin-left: 6px; }
  .tx-mtutags-relatedcontent .tx-mtutags-relatedcontent__item__image img {
    -o-object-fit: cover;
       object-fit: cover; }

/**
 * Main Settings
 */
.frame-type-powermail_pi1 h1 {
  font-size: 2.5rem; }

.powermail_fieldwrap .grid.small-centered .cell {
  width: 100%;
  padding-left: 0; }

.powermail_fieldwrap .container {
  padding-left: 0; }

.frame-type-powermail_pi1 {
  padding: 20px;
  max-width: 70rem; }

div.tx-powermail h3, .imageOverlays > * div.tx-powermail .headline, div.tx-powermail .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date a, .frame-type-news_newsliststicky .news-list-view .article .newsheader-with-date div.tx-powermail a {
  display: none; }

.powermail_message {
  padding-left: 20px;
  margin-left: 0; }

.powermail-errors-list {
  opacity: 0.87;
  -moz-opacity: 0.87;
  filter: Alpha(opacity=87);
  margin: 0;
  margin-bottom: 1rem !important;
  padding: 0;
  background-color: #033662; }
  .powermail-errors-list li {
    color: #ffffff;
    list-style-type: none;
    list-style-image: none;
    padding: 5px 10px; }

.powermail_message li {
  padding: 10px 50px 10px 0;
  font-weight: bold;
  color: #033662;
  margin-left: 10px; }

div.error input {
  border: 1px solid #a92429;
  margin-bottom: 15px; }

.powermail_field_error input {
  border: 1px solid #a92429; }

/**
 * Powermail All
 */
dl.powermail_all {
  padding: 5px 0; }

dl.powermail_all dt {
  font-weight: bold;
  width: 100%;
  float: none;
  clear: left; }
  @media screen and (min-width: 48em) {
    dl.powermail_all dt {
      width: 200px;
      float: left;
      padding-right: 10px; } }

dl.powermail_all dd {
  float: left;
  width: 420px; }

/**
 * Create
 */
.powermail_create {
  border: 0;
  margin-bottom: 20px; }

/**
 * JS Form Validation
 */
.inputContainer {
  position: relative;
  float: left; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

/** CSS BASIC END */
.powermail-errors-list {
  margin-top: -16px; }

.powermail_fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  .powermail_fieldset fieldset {
    padding: 0; }
  .powermail_fieldset .powermail_legend {
    position: absolute;
    left: -10000px; }
  .powermail_fieldset.layout1 .powermail_legend {
    position: relative;
    left: auto;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 20px; }
  .powermail_fieldset label, .powermail_fieldset legend {
    color: #515D6A;
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 3px;
    line-height: 1.5; }

.btn-group {
  margin-top: 20px; }

.powermail_fieldwrap {
  clear: both;
  width: 100%; }
  .powermail_fieldwrap input, .powermail_fieldwrap select, .powermail_fieldwrap textarea {
    font-size: 17px !important;
    color: #515D6A;
    border-color: #ccc;
    border-width: 1px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-family: "corporate", Arial, sans-serif; }
  .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap button.powermail_submit {
    float: right;
    margin-bottom: 0;
    margin-top: -2px;
    cursor: pointer; }
  .powermail_fieldwrap input.powermail_back {
    margin-left: 10px; }
  @media screen and (min-width: 48em) {
    .powermail_fieldwrap.layout1 {
      width: 49%;
      float: left;
      clear: none;
      min-height: 83px; }
      .powermail_fieldwrap.layout1.odd {
        margin-right: 0; }
    .powermail_fieldwrap.layout2 {
      width: 49%;
      float: none; }
    .powermail_fieldwrap.powermail_fieldwrap_captcha {
      float: none; } }
  .powermail_fieldwrap fieldset {
    border: 0; }
  .powermail_fieldwrap select {
    background-color: transparent; }

.powermail_fieldwrap_submit {
  text-align: right;
  margin-top: -8px; }

.powermail_fieldwrap_text {
  line-height: 150%; }

.powermail_fieldwrap_type_text {
  margin-bottom: 20px; }

.powermail_textarea {
  height: 80px; }

.powermail_checkbox {
  margin-bottom: 0 !important; }

.powermail_field .radio {
  float: left;
  margin-bottom: 1rem; }
  .powermail_field .radio label {
    padding: 0px 35px 1px 35px !important;
    padding-left: 30px;
    background-image: url(../Images/radios.png);
    background-position: 0 -34px;
    background-repeat: repeat-y; }
    .powermail_field .radio label.r_on {
      background-position: 0 0; }
    .powermail_field .radio label input {
      position: absolute;
      left: -9999px; }

.powermail_fieldwrap_type_radio,
.powermail_fieldwrap_type_check {
  overflow: hidden; }

.powermail_fieldwrap_type_check .checkbox {
  margin-bottom: 1rem; }

.powermail_fieldwrap_type_check .label_check {
  padding: 5px 35px 1px 35px !important;
  padding-left: 30px;
  background-image: url(../Images/checkboxes.png);
  background-position: 0 -29px;
  background-repeat: no-repeat;
  height: 38px; }
  .powermail_fieldwrap_type_check .label_check.c_on {
    background-position: 0 5px; }

.powermail_fieldwrap_type_check input {
  position: absolute;
  left: -9999px; }

.powermail_fieldset_658 .powermail_fieldwrap_type_check .checkbox {
  display: inline-block; }

.powermail_field_error_container {
  clear: both;
  display: block; }

.powermail_fieldwrap_type_radio .radio {
  margin-bottom: 1rem; }

.powermail_fieldwrap_type_radio .label_radio {
  padding: 5px 35px 1px 35px !important;
  padding-left: 30px;
  background-image: url(../Images/radios.png);
  background-position: 0 -29px;
  background-repeat: no-repeat; }
  .powermail_fieldwrap_type_radio .label_radio.c_on {
    background-position: 0 0; }

.powermail_fieldwrap_type_radio input {
  position: absolute;
  left: -9999px; }

.powermail_fieldwrap_datenschutz {
  margin-top: -10px;
  margin-bottom: 8px; }
  .powermail_fieldwrap_datenschutz a {
    font-size: 1.3em; }
    .powermail_fieldwrap_datenschutz a:before {
      font-size: 12px !important;
      padding-top: 0 !important;
      width: 20px !important; }

.result-selected {
  position: absolute;
  left: -9999em; }

.chosen-single {
  background-image: url(../Images/selectbox.png);
  background-repeat: no-repeat;
  background-position: top right; }

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container .chosen-drop {
  border-color: #999;
  background-color: #fafafa;
  transition: border-color 0.45s, background-color 0.45s ease-in-out;
  /* explorer 10 */
  -webkit-transition: border-color 0.45s, background-color 0.45s ease-in-out;
  /* chrome & safari */
  -moz-transition: border-color 0.45s, background-color 0.45s ease-in-out;
  /* firefox */
  -o-transition: border-color 0.45s, background-color 0.45s ease-in-out;
  /* opera */ }

.powermail_check_inner label {
  display: table; }

.powermail_fieldwrap select {
  height: 40px; }

@media screen and (min-width: 48em) {
  .powermail_fieldwrap.layout1 {
    width: 49%;
    float: left;
    clear: none;
    min-height: 83px;
    margin-right: 14px; }
    .powermail_fieldwrap.layout1:nth-of-type(even) {
      margin-right: 0; }
    .powermail_fieldwrap.layout1.even {
      margin-right: 21px; } }

@media screen and (min-width: 1024px) {
  .powermail_fieldwrap.layout1 {
    margin-right: 19px; } }

@media screen and (min-width: 1200px) {
  .powermail_fieldwrap.layout1 {
    margin-right: 21px; } }

.tx-bgmrss {
  padding: 0;
  background-color: #fff;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .tx-bgmrss {
      margin-left: -6px;
      margin-right: -6px;
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1024px) {
    .tx-bgmrss .item {
      padding-left: 0;
      padding-right: 0; } }
  .tx-bgmrss .item div.new:before {
    border: none;
    width: 80px;
    height: 34px;
    top: 25px;
    left: 17px; }
  .tx-bgmrss .item div.new .headline {
    margin-left: 86px;
    margin-top: 12px; }
  .tx-bgmrss .item > div.new .fab {
    position: absolute;
    right: 20px;
    top: 24px;
    color: #4d565b;
    font-size: 34px; }
  .tx-bgmrss .item > div.new .fa-twitter {
    top: 25px;
    height: 22px;
    width: 22px;
    background-image: url("/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/twitter_grey.svg"); }
    .tx-bgmrss .item > div.new .fa-twitter:before {
      display: none; }
  .tx-bgmrss .item > div.new .fa-facebook {
    top: 25px;
    font-size: 32px; }
  @media only screen and (min-width: 768px) {
    .tx-bgmrss .item div.new .icon {
      margin-left: 3px; } }
  .tx-bgmrss .item a {
    color: #4d565b; }
  .tx-bgmrss .item > div {
    margin: 20px 6px 0 6px;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
    padding: 10px;
    min-height: 130px;
    background-color: #ffffff; }
    .tx-bgmrss .item > div:before {
      content: "";
      display: block;
      width: 95px;
      height: 52px;
      position: absolute;
      top: 25px;
      left: 15px;
      border: 1px solid #cdcdcd;
      background: transparent url(/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/mtu_logo_dark.svg) no-repeat top left; }
    .tx-bgmrss .item > div:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      clear: both; }
    .tx-bgmrss .item > div .headline {
      float: left;
      margin-left: 100px;
      margin-top: 14px;
      margin-bottom: 10px;
      min-height: 37px;
      color: #023562;
      font-size: 16px;
      font-family: Helvetica, Arial, sans-serif; }
    .tx-bgmrss .item > div .text {
      min-height: 32px;
      float: left;
      margin-bottom: 10px;
      line-height: 25px;
      font-family: Helvetica, Arial, sans-serif; }
    .tx-bgmrss .item > div .image {
      display: block;
      clear: both;
      width: 100%;
      margin-bottom: 10px; }
      .tx-bgmrss .item > div .image img {
        width: 100%; }
    .tx-bgmrss .item > div .icon {
      clear: both;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      height: 18px;
      width: 10px;
      background-position: top left;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) {
        .tx-bgmrss .item > div .icon {
          margin-left: 52px; } }
      .tx-bgmrss .item > div .icon.share {
        clear: none;
        float: right;
        width: 16px;
        margin-left: 10px;
        margin-right: -10px;
        background-image: url(../Images/pbsocial_share.png); }
    .tx-bgmrss .item > div .time {
      float: left;
      margin-top: 4px;
      color: #cdcdcd;
      font-size: 12px;
      font-weight: bold; }
  .tx-bgmrss .item-facebook .icon {
    width: 10px;
    background-image: url(../Images/pbsocial_facebook.png); }
  .tx-bgmrss .item-twitter .icon {
    width: 23px !important;
    background-image: url(../Images/pbsocial_twitter.png);
    height: 20px !important; }
  .tx-bgmrss .item-twitter p {
    margin: 0;
    line-height: 20px; }
  .tx-bgmrss .item-instagram .icon {
    width: 23px !important;
    background-image: url(../Images/pbsocial_instagram.png);
    height: 20px !important; }
  .tx-bgmrss .item-instagram p {
    margin: 0;
    line-height: 20px; }
  .tx-bgmrss .loader-button {
    clear: both;
    padding-top: 10px; }
  .tx-bgmrss .button-wrap {
    clear: both;
    margin-bottom: 60px;
    margin-right: 7px; }
    .tx-bgmrss .button-wrap.disabled {
      display: none; }
    .tx-bgmrss .button-wrap .buttonelement {
      width: auto;
      display: inline-block;
      padding: 10px 36px;
      margin-bottom: 0;
      margin-top: 10px;
      cursor: pointer; }
      .tx-bgmrss .button-wrap .buttonelement.right {
        float: right; }
      .tx-bgmrss .button-wrap .buttonelement.loading, .tx-bgmrss .button-wrap .buttonelement.loading:hover {
        cursor: default;
        background-color: #cdcdcd; }
  .tx-bgmrss .loader,
  .tx-bgmrss .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }
  .tx-bgmrss .loader {
    position: relative;
    font-size: 10px;
    z-index: 999;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 57, 100, 0.2);
    border-right: 1.1em solid rgba(0, 57, 100, 0.2);
    border-bottom: 1.1em solid rgba(0, 57, 100, 0.2);
    border-left: 1.1em solid #003963;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* mobile view sould be wider to fit the image above */
@media only screen and (max-width: 768px) {
  .tx-bgmrss .item > div {
    margin-right: -6px;
    margin-left: -6px; } }

/*Special Css for page newsroom and socialmedia*/
@media only screen and (min-width: 1024px) {
  #c990005 .grid.wide-centered,
  #c990007 .grid.wide-centered,
  #c270507 .grid.wide-centered,
  #c285233 .grid.wide-centered {
    max-width: 90rem;
    padding-right: 0;
    padding-left: 0; }
  #c990005 .grid.wide-centered .cell,
  #c990007 .grid.wide-centered .cell,
  #c270507 .grid.wide-centered .cell,
  #c285233 .grid.wide-centered .cell {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 768px) {
  #c270507 .grid2Col_33_33_33 .box-33,
  #c990007 .grid2Col_33_33_33 .box-33 {
    width: 100%; } }

.tx-solr-autosuggest .autocomplete-suggestion {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 12px;
  padding: .2em .4em; }
  .tx-solr-autosuggest .autocomplete-suggestion strong {
    color: #68747c; }
  .tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
    background: #008cba;
    color: #fff; }
    .tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected strong {
      color: #fff; }

/* EXT:bgm_theme_mtu */
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 1px; }

.orbit-container .orbit-bullets-container {
  text-align: center; }

.orbit-container .orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }

#tx-solr-search .orbit-bullets-container {
  position: relative; }

.orbit-bullets-container ol {
  margin-bottom: 0 !important;
  top: 0 !important; }

#tx-solr-search .orbit-container .orbit-bullets li,
.solr-pagination .pagination .page-item {
  background: none;
  display: inline-block;
  width: auto;
  height: 0.5625rem;
  float: none;
  margin-right: 6px;
  border-radius: 1000px; }

.orbit-container .orbit-bullets li:last-child {
  margin-right: 0; }

@media only screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

.tx-solr-resultheadline .right {
  display: none; }

@media only screen and (min-width: 1024px) {
  .tx-solr-resultheadline .right {
    display: none; } }

#tx-solr-search .solr-pagination {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  #tx-solr-search .solr-pagination ul.pagination {
    padding: 0;
    margin: 0; }

.filterContainer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 1144px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 48em) {
    .filterContainer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 90em) {
    .filterContainer {
      max-width: 1176px; } }
  .filterContainer .resetAllFilter {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 4px; }
    .filterContainer .resetAllFilter svg {
      margin-right: 10px; }
  .filterContainer [class^="box-"] {
    position: relative; }
  .filterContainer .box-100 {
    margin: 15px 0 15px 10px;
    width: 100%; }
  .filterContainer .box-25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    min-height: 64px;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 40em) {
      .filterContainer .box-25 {
        width: calc(50% - 0.25rem);
        margin-right: 0.125rem;
        margin-left: 0.125rem; } }
    @media screen and (min-width: 75em) {
      .filterContainer .box-25 {
        width: calc(25% - 0.25rem);
        margin-right: 0.125rem;
        margin-left: 0.125rem; } }
  @media screen and (min-width: 90em) {
    .filterContainer {
      padding-left: 0;
      padding-right: 0; } }
  .filterContainer .box-33 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    min-height: 64px;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 40em) {
      .filterContainer .box-33 {
        width: calc(66.6666666667% - 0.25rem);
        margin-right: 0.125rem;
        margin-left: 0.125rem; } }
    @media screen and (min-width: 75em) {
      .filterContainer .box-33 {
        width: calc(33.3333333333% - 0.25rem);
        margin-right: 0.125rem;
        margin-left: 0.125rem; } }
  @media screen and (min-width: 90em) {
    .filterContainer {
      padding-left: 0;
      padding-right: 0; } }
  .filterContainer .filterSelect {
    position: absolute;
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border-radius: 32px;
    border: 1px #F2F2F2 solid;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.70711 10.2929C10.0976 10.6834 10.0976 11.3166 9.70711 11.7071L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071L0.292893 11.7071C-0.0976315 11.3166 -0.0976315 10.6834 0.292893 10.2929C0.683417 9.90237 1.31658 9.90237 1.70711 10.2929L4 12.5858L4 1C4 0.447715 4.44772 0 5 0C5.55228 0 6 0.447715 6 1L6 12.5858L8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929Z' fill='%23003963'/%3E%3C/svg%3E%0A");
    font-size: 18px;
    line-height: 62px;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: right 1em top 25px;
    z-index: 12; }
    .filterContainer .filterSelect:not(.isactive):focus-within {
      outline: 2px solid #003963;
      outline-offset: 2px; }
    .filterContainer .filterSelect .trigger {
      outline: none; }
    .filterContainer .filterSelect span {
      display: inline-block;
      width: 100%;
      font-family: "corporate-bold", Arial, sans-serif; }
    .filterContainer .filterSelect .bgimage {
      display: none;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg%3E%3Cpath d='M859.518-112.567l22.5,22.5' transform='translate(-858.768 113.317)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M859.518-90.067l22.5-22.5' transform='translate(-858.768 113.317)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
      top: 24px;
      left: 88.5%;
      width: 20px;
      height: 20px;
      background-size: 14px 14px;
      background-repeat: no-repeat; }
    .filterContainer .filterSelect ul {
      display: none;
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-bottom: 10px;
      z-index: 7; }
      .filterContainer .filterSelect ul li {
        margin-top: 8px;
        margin-bottom: 10px; }
        .filterContainer .filterSelect ul li.actions {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .filterContainer .filterSelect ul li.actions a.button.secondary, .filterContainer .filterSelect ul li.actions .gradient-teaser a.secondary, .gradient-teaser .filterContainer .filterSelect ul li.actions a.secondary, .filterContainer .filterSelect ul li.actions .section-gray a.secondary, .section-gray .filterContainer .filterSelect ul li.actions a.secondary, .filterContainer .filterSelect ul li.actions .specsteaser a.secondary, .specsteaser .filterContainer .filterSelect ul li.actions a.secondary, .filterContainer .filterSelect ul li.actions .tx-mtu-newsroom .list #newsroom-show-more a.secondary.button, .tx-mtu-newsroom .list #newsroom-show-more .filterContainer .filterSelect ul li.actions a.secondary.button, .filterContainer .filterSelect ul li.actions .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .filterContainer .filterSelect ul li.actions input.secondary.powermail_submit, .filterContainer .filterSelect ul li.actions .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .filterContainer .filterSelect ul li.actions input.secondary.powermail_submit, .filterContainer .filterSelect ul li.actions .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.secondary.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .filterContainer .filterSelect ul li.actions button.secondary.powermail_submit, .filterContainer .filterSelect ul li.actions .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.secondary.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .filterContainer .filterSelect ul li.actions button.secondary.powermail_submit, .filterContainer .filterSelect ul li.actions .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .filterContainer .filterSelect ul li.actions .secondary.buttonelement, .filterContainer .filterSelect ul li.actions .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .secondary.buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .filterContainer .filterSelect ul li.actions .secondary.buttonelement, .filterContainer .filterSelect ul li.actions .powermail_fieldwrap input.secondary.powermail_submit, .powermail_fieldwrap .filterContainer .filterSelect ul li.actions input.secondary.powermail_submit, .filterContainer .filterSelect ul li.actions .powermail_fieldwrap button.secondary.powermail_submit, .powermail_fieldwrap .filterContainer .filterSelect ul li.actions button.secondary.powermail_submit, .filterContainer .filterSelect ul li.actions .tx-bgmrss .button-wrap .secondary.buttonelement, .tx-bgmrss .button-wrap .filterContainer .filterSelect ul li.actions .secondary.buttonelement {
            margin: 0; }
    .filterContainer .filterSelect.isactive {
      z-index: 13;
      -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
      background-color: #fff;
      background-image: none;
      outline: none; }
      .filterContainer .filterSelect.isactive .bgimage {
        display: block; }
      .filterContainer .filterSelect.isactive ul {
        display: block; }
      .filterContainer .filterSelect.isactive span {
        font-size: 22px; }
    .filterContainer .filterSelect .resetOption {
      text-decoration: underline; }
  .filterContainer input:focus-visible + label {
    outline: 2px solid #003963;
    outline-offset: 3px; }
  .filterContainer span.triggerCategoryReset {
    display: inline-block;
    margin-left: 4px;
    margin-top: 0px;
    position: relative;
    margin-right: 8px;
    color: #003963;
    cursor: pointer;
    width: 10px; }
    .filterContainer span.triggerCategoryReset svg {
      position: absolute;
      top: -14px; }

@media screen and (min-width: 48em) {
  .frame.frame-type-mtuengines_enginefilter header {
    padding-left: 20px; } }

.filterContainer .radioWrapper input[type="radio"].inactive + .radio-label {
  opacity: 0.55; }

#toenginesFilterLink {
  display: none;
  position: fixed;
  top: 120px;
  right: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #003963;
  border-radius: 50%;
  background: #fefefe;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  @media print, screen and (min-width: 64em) {
    #toenginesFilterLink {
      right: 30px; } }
  #toenginesFilterLink:hover {
    background: #003963;
    color: #fefefe;
    border-color: #fefefe; }

.tx-mtu-engines {
  min-height: 750px;
  margin-bottom: 50px; }
  @media screen and (min-width: 48em) {
    .tx-mtu-engines {
      padding-left: 16px;
      padding-right: 16px; } }
  @media print, screen and (min-width: 64em) {
    .tx-mtu-engines {
      padding-left: 8px;
      padding-right: 8px; } }
  @media screen and (min-width: 75em) {
    .tx-mtu-engines {
      padding-left: 0;
      padding-right: 0; } }
  .tx-mtu-engines .list {
    position: relative;
    margin-top: 30px; }
    .tx-mtu-engines .list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .tx-mtu-engines .list ul > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        width: 100%;
        max-width: 1144px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
        position: relative;
        text-align: left; }
        @media print, screen and (min-width: 40em) {
          .tx-mtu-engines .list ul > li {
            width: calc(50% - 1rem);
            margin-right: 0.5rem;
            margin-left: 0.5rem; } }
        @media print, screen and (min-width: 64em) {
          .tx-mtu-engines .list ul > li {
            width: calc(33.3333333333% - 1rem);
            margin-right: 0.5rem;
            margin-left: 0.5rem; } }
        .tx-mtu-engines .list ul > li a:hover {
          color: #000; }
        .tx-mtu-engines .list ul > li div.engine {
          margin-top: 20px;
          padding: 10px; }
          .tx-mtu-engines .list ul > li div.engine h2, .tx-mtu-engines .list ul > li div.engine .frame-type-menu_pages .title, .frame-type-menu_pages .tx-mtu-engines .list ul > li div.engine .title, .tx-mtu-engines .list ul > li div.engine .frame-type-menu_subpages .title, .frame-type-menu_subpages .tx-mtu-engines .list ul > li div.engine .title {
            font-size: 22px;
            line-height: 28px;
            color: #003963;
            text-transform: none;
            font-family: "corporate-bold", Arial, sans-serif; }
        .tx-mtu-engines .list ul > li .engine-image {
          background: #e3e6e5; }
      .tx-mtu-engines .list ul > li:last {
        margin-bottom: 1rem; }
  .tx-mtu-engines .text-center {
    text-align: center; }
  .tx-mtu-engines a.button, .tx-mtu-engines .gradient-teaser a, .gradient-teaser .tx-mtu-engines a, .tx-mtu-engines .section-gray a, .section-gray .tx-mtu-engines a, .tx-mtu-engines .specsteaser a, .specsteaser .tx-mtu-engines a,
  .tx-mtu-engines .section-gray td a.internal-link, .section-gray td .tx-mtu-engines a.internal-link,
  .tx-mtu-engines .specsteaser td a.internal-link, .specsteaser td .tx-mtu-engines a.internal-link, .tx-mtu-engines .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .tx-mtu-engines a.button, .tx-mtu-engines .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .tx-mtu-engines input.powermail_submit, .tx-mtu-engines .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .tx-mtu-engines input.powermail_submit, .tx-mtu-engines .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .tx-mtu-engines button.powermail_submit, .tx-mtu-engines .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .tx-mtu-engines button.powermail_submit, .tx-mtu-engines .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .tx-mtu-engines .buttonelement, .tx-mtu-engines .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .tx-mtu-engines .buttonelement, .tx-mtu-engines .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .tx-mtu-engines input.powermail_submit, .tx-mtu-engines .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .tx-mtu-engines button.powermail_submit, .tx-mtu-engines .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-engines .buttonelement {
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #003565 !important;
    border: 1px solid #003565;
    font-size: 1rem;
    font-weight: bold;
    text-align: center; }
  .tx-mtu-engines .list.loading-feedback:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .tx-mtu-engines .loader,
  .tx-mtu-engines .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }
  .tx-mtu-engines .loader {
    margin-top: 50px;
    left: 47%;
    font-size: 10px;
    position: absolute;
    z-index: 999;
    display: none;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 57, 100, 0.2);
    border-right: 1.1em solid rgba(0, 57, 100, 0.2);
    border-bottom: 1.1em solid rgba(0, 57, 100, 0.2);
    border-left: 1.1em solid #003963;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .tx-mtu-engines .text-center {
    text-align: center; }
  .tx-mtu-engines label,
  .tx-mtu-engines a.engine {
    font-size: 16px !important;
    color: #000 !important;
    width: 100%; }
  .tx-mtu-engines label.radio-label span {
    font-size: 16px !important;
    font-family: "corporate", Arial, sans-serif !important;
    display: block !important;
    float: left;
    width: 80% !important; }

.hide {
  display: none !important; }

.mfp-wrap button:hover {
  background: none; }

.mfp-wrap figcaption {
  padding-top: 0; }

.mfp-wrap .mfp-title {
  color: #fff;
  background-color: #515D6A;
  padding: 10px; }
  .mfp-wrap .mfp-title a.image-link {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff; }
  .mfp-wrap .mfp-title a.image-link:hover {
    color: #e3e6e5; }
  .mfp-wrap .mfp-title a.button, .mfp-wrap .mfp-title .gradient-teaser a, .gradient-teaser .mfp-wrap .mfp-title a, .mfp-wrap .mfp-title .section-gray a, .section-gray .mfp-wrap .mfp-title a, .mfp-wrap .mfp-title .specsteaser a, .specsteaser .mfp-wrap .mfp-title a, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title a.button, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title input.powermail_submit, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title button.powermail_submit, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title .buttonelement, .mfp-wrap .mfp-title .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit, .mfp-wrap .mfp-title .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement {
    padding: 5px 10px;
    min-width: 0;
    background-color: #F7F3F2;
    color: #515D6A;
    margin-left: 20px; }
  .mfp-wrap .mfp-title a.button:hover, .mfp-wrap .mfp-title .gradient-teaser a:hover, .gradient-teaser .mfp-wrap .mfp-title a:hover, .mfp-wrap .mfp-title .section-gray a:hover, .section-gray .mfp-wrap .mfp-title a:hover, .mfp-wrap .mfp-title .specsteaser a:hover, .specsteaser .mfp-wrap .mfp-title a:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more a.button:hover, .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title a.button:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit:hover, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title input.powermail_submit:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit:hover, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit:hover, .mfp-wrap .mfp-title .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit:hover, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title button.powermail_submit:hover, .mfp-wrap .mfp-title .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement:hover, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement:hover, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement:hover, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .mfp-wrap .mfp-title .buttonelement:hover, .mfp-wrap .mfp-title .powermail_fieldwrap input.powermail_submit:hover, .powermail_fieldwrap .mfp-wrap .mfp-title input.powermail_submit:hover, .mfp-wrap .mfp-title .powermail_fieldwrap button.powermail_submit:hover, .powermail_fieldwrap .mfp-wrap .mfp-title button.powermail_submit:hover, .mfp-wrap .mfp-title .tx-bgmrss .button-wrap .buttonelement:hover, .tx-bgmrss .button-wrap .mfp-wrap .mfp-title .buttonelement:hover {
    background-color: #7f8b93; }
  .mfp-wrap .mfp-title .image-fileinfo {
    font-size: 1.0rem; }

.mfp-wrap .mfp-close {
  font-size: 40px;
  top: 16px; }

.no-result {
  text-align: center;
  position: relative;
  background: #FFF;
  padding: 30px 20px;
  width: auto;
  max-width: 550px;
  margin: 0 auto; }
  .no-result a.button, .no-result .gradient-teaser a, .gradient-teaser .no-result a, .no-result .section-gray a, .section-gray .no-result a, .no-result .specsteaser a, .specsteaser .no-result a,
  .no-result .section-gray td a.internal-link, .section-gray td .no-result a.internal-link,
  .no-result .specsteaser td a.internal-link, .specsteaser td .no-result a.internal-link, .no-result .tx-mtu-newsroom .list #newsroom-show-more a.button, .tx-mtu-newsroom .list #newsroom-show-more .no-result a.button, .no-result .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .no-result input.powermail_submit, .no-result .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .no-result input.powermail_submit, .no-result .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit, .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .no-result button.powermail_submit, .no-result .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit, .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .no-result button.powermail_submit, .no-result .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement, .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .no-result .buttonelement, .no-result .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement, .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .no-result .buttonelement, .no-result .powermail_fieldwrap input.powermail_submit, .powermail_fieldwrap .no-result input.powermail_submit, .no-result .powermail_fieldwrap button.powermail_submit, .powermail_fieldwrap .no-result button.powermail_submit, .no-result .tx-bgmrss .button-wrap .buttonelement, .tx-bgmrss .button-wrap .no-result .buttonelement {
    padding: 5px 10px;
    min-width: 0; }

a#load_more_engines {
  display: block;
  margin: 0 auto 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content; }

.engine-item-insert {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: 100%;
  max-width: 1144px;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2rem;
  position: relative;
  text-align: left; }
  @media print, screen and (min-width: 40em) {
    .engine-item-insert {
      width: calc(50% - 1rem);
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media print, screen and (min-width: 64em) {
    .engine-item-insert {
      width: calc(33.3333333333% - 1rem);
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .engine-item-insert a:hover {
    color: #000; }
  .engine-item-insert.engines-hide-initial {
    display: none; }
  .engine-item-insert div.engine {
    margin-top: 20px;
    padding: 10px; }
    .engine-item-insert div.engine h2, .engine-item-insert div.engine .frame-type-menu_pages .title, .frame-type-menu_pages .engine-item-insert div.engine .title, .engine-item-insert div.engine .frame-type-menu_subpages .title, .frame-type-menu_subpages .engine-item-insert div.engine .title {
      font-size: 22px;
      line-height: 28px;
      color: #003963;
      text-transform: none;
      font-family: "corporate-bold", Arial, sans-serif; }
  .engine-item-insert .engine-image {
    background: #e3e6e5; }
    .engine-item-insert .engine-image img {
      aspect-ratio: 4/2.5;
      -o-object-fit: cover;
         object-fit: cover; }
      @media print, screen and (min-width: 64em) {
        .engine-item-insert .engine-image img {
          aspect-ratio: 4/2.8; } }

.tx_dvinci {
  min-height: 500px; }
  .tx_dvinci .dvinci-job-widget .row-cols-lg-3 > * {
    width: 100% !important; }
  .tx_dvinci ul.dvinci-job-list {
    margin-left: 0;
    margin-top: 15px; }
  .tx_dvinci .dvinci-job-widget .row {
    --dvinci-job-widget-gutter-x: 0rem !important; }

@media print, screen and (min-width: 64em) {
  section.image-swiper .container {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 75em) {
  section.image-swiper .container {
    padding-right: 24px;
    padding-left: 24px; } }

@media screen and (min-width: 90em) {
  section.image-swiper .container {
    padding-right: 0;
    padding-left: 0;
    margin-left: -7px; } }

section.image-swiper .swiper-container {
  padding-bottom: 50px; }
  @media screen and (min-width: 75em) {
    section.image-swiper .swiper-container {
      padding-bottom: 0; } }

@media screen and (min-width: 64em) {
  section.image-swiper .swiper-container[data-showitems|="3"] .swiper-slide {
    width: calc(25% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    max-width: calc(33.34% - 1rem);
    padding: 0; } }

section.image-swiper .swiper-container[data-showitems|="3"] + .swiper-paginationContainer {
  display: none; }
  @media screen and (min-width: 75em) {
    section.image-swiper .swiper-container[data-showitems|="3"] + .swiper-paginationContainer {
      min-width: 33%;
      bottom: -30px; } }

section.image-swiper .swiper-container[data-showitems|="3"] + .swiper-paginationContainer.showPagination {
  display: block; }

section.image-swiper .ce-above .ce-gallery {
  margin-bottom: 0; }

section.image-swiper figcaption {
  padding-top: 10px !important; }

@media (max-width: 768px) {
  .image-swiper .frame-type-textpic .ce-bodytext p {
    font-size: 16px; } }

/*fix weird display problem with top offset if only 2 items and german language */
section.image-swiper .swiper-slide:first-child {
  margin-top: 0; }

@media screen and (max-width: 64.06125em) {
  #pageWrapper #pageHeader {
    /* Edge Anti-Flicker-Hack: no img transition */ }
    #pageWrapper #pageHeader * {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    #pageWrapper #pageHeader _:-ms-lang(x),
    #pageWrapper #pageHeader _:-webkit-full-screen,
    #pageWrapper #pageHeader .logoLink {
      -webkit-transition: all 0s;
      -o-transition: all 0s;
      transition: all 0s; }
    #pageWrapper #pageHeader.fixed_scroll #mobileNav {
      min-height: 80px; }
    #pageWrapper #pageHeader.fixed_scroll .langNav {
      top: 12px; }
    #pageWrapper #pageHeader.fixed_scroll .logoLink {
      max-width: 90px;
      min-height: 80px; } }

@media screen and (min-width: 75em) {
  #pageWrapper #pageHeader {
    /* Edge Anti-Flicker-Hack: no img transition */ }
    #pageWrapper #pageHeader * {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    #pageWrapper #pageHeader _:-ms-lang(x),
    #pageWrapper #pageHeader _:-webkit-full-screen,
    #pageWrapper #pageHeader .logoLink,
    #pageWrapper #pageHeader #mainnav > li > a,
    #pageWrapper #pageHeader .navigations .footernav-main > li > a,
    .navigations #pageWrapper #pageHeader .footernav-main > li > a {
      -webkit-transition: all 0s !important;
      -o-transition: all 0s !important;
      transition: all 0s !important; }
    #pageWrapper #pageHeader.fixed_scroll .metanav, #pageWrapper #pageHeader.fixed_scroll .langNav,
    #pageWrapper #pageHeader.fixed_scroll .langNav {
      padding: 0.8rem 0; }
    #pageWrapper #pageHeader.fixed_scroll #mainnav > li > a, #pageWrapper #pageHeader.fixed_scroll .navigations .footernav-main > li > a, .navigations #pageWrapper #pageHeader.fixed_scroll .footernav-main > li > a {
      padding-top: 0px;
      padding-bottom: 4px; }
    #pageWrapper #pageHeader.fixed_scroll .logoLink {
      max-width: 100px;
      min-height: 90px; }
    #pageWrapper #pageHeader.fixed_scroll #mainnav .dropdown, #pageWrapper #pageHeader.fixed_scroll .navigations .footernav-main .dropdown, .navigations #pageWrapper #pageHeader.fixed_scroll .footernav-main .dropdown {
      top: 92px; }
    #pageWrapper #pageHeader.fixed_scroll .sitelabel {
      top: 27px;
      font-size: 1.2em; } }

@font-face {
  font-family: 'corporate';
  src: url("../Fonts/CorporateS-Regular.eot");
  src: url("../Fonts/CorporateS-Regular.woff") format("woff");
  src: url("../Fonts/CorporateS-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'CorpoS';
  src: url("../Fonts/CorporateS-Regular.eot");
  src: url("../Fonts/CorporateS-Regular.woff") format("woff");
  src: url("../Fonts/CorporateS-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'corporate';
  src: url("../Fonts/CorporateS-Bold.woff") format("woff");
  src: url("../Fonts/CorporateS-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'corporate-cyrillic';
  src: url("../Fonts/CorporateS-Light_cy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'corporate-demi';
  src: url("../Fonts/CorporateS-Demi.eot");
  src: url("../Fonts/CorporateS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'corporate-medium';
  src: url("../Fonts/CorporateS-Medium.eot");
  src: url("../Fonts/CorporateS-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'corporate-bold';
  src: url("../Fonts/CorporateS-Bold.woff") format("woff");
  src: url("../Fonts/CorporateS-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'iconfont';
  src: url("../Fonts/iconfont.eot?tyc6ys");
  src: url("../Fonts/iconfont.eot?#iefixtyc6ys") format("embedded-opentype"), url("../Fonts/iconfont.woff?tyc6ys") format("woff"), url("../Fonts/iconfont.ttf?tyc6ys") format("truetype"), url("../Fonts/iconfont.svg?tyc6ys#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.maincontents a {
  color: #003963; }

.maincontents a:hover {
  color: #000; }

.frame.frame-lightGreyBG a.internal-link:before,
.frame.frame-lightGreyBG a.internal-link-new-window:before,
.frame.frame-lightGreyBG a.external-link-new-window:before,
.frame.frame-lightGreyBG a.external-link:before,
.frame.frame-darkGreyBG a.internal-link:before,
.frame.frame-darkGreyBG a.internal-link-new-window:before,
.frame.frame-darkGreyBG a.external-link-new-window:before,
.frame.frame-darkGreyBG a.external-link:before {
  color: #318ecb; }


.maincontents a.button,
.maincontents .gradient-teaser a,
.gradient-teaser .maincontents a,
.maincontents .section-gray a,
.section-gray .maincontents a,
.maincontents .specsteaser a,
.specsteaser .maincontents a,
.maincontents .section-gray td a.internal-link,
.section-gray td .maincontents a.internal-link,
.maincontents .specsteaser td a.internal-link,
.specsteaser td .maincontents a.internal-link,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more a.button,
.tx-mtu-newsroom .list #newsroom-show-more .maincontents a.button,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap input.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents input.powermail_submit,
.maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more input.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents input.powermail_submit,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap button.powermail_submit,
.tx-mtu-newsroom .list #newsroom-show-more .powermail_fieldwrap .maincontents button.powermail_submit,
.maincontents .powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more button.powermail_submit,
.powermail_fieldwrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents button.powermail_submit,
.maincontents .tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .buttonelement,
.tx-mtu-newsroom .list #newsroom-show-more .tx-bgmrss .button-wrap .maincontents .buttonelement,
.maincontents .tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .buttonelement,
.tx-bgmrss .button-wrap .tx-mtu-newsroom .list #newsroom-show-more .maincontents .buttonelement,
.maincontents .powermail_fieldwrap input.powermail_submit,
.powermail_fieldwrap .maincontents input.powermail_submit,
.maincontents .powermail_fieldwrap button.powermail_submit,
.powermail_fieldwrap .maincontents button.powermail_submit,
.maincontents .tx-bgmrss .button-wrap .buttonelement,
.tx-bgmrss .button-wrap .maincontents .buttonelement,
.gradient-teaser a,
.maincontents .section-gray a,
.maincontents .specsteaser a {
  text-decoration: none;
  color: #fff; }

.grid.wide-centered .cell {
  max-width: 1160px; }

.play-button {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; }

.accordion-content h2, .accordion-content .frame-type-menu_pages .title, .frame-type-menu_pages .accordion-content .title, .accordion-content .frame-type-menu_subpages .title, .frame-type-menu_subpages .accordion-content .title,
.accordion-content h1 {
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.5rem; }

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .video_container {
    width: 58vw; } }

@media screen and (min-width: 48em) {
  .powermail_fieldwrap.layout1 {
    width: 48%;
    float: left;
    clear: none;
    min-height: 83px;
    margin-right: 15px; } }

/*to be removed after deployment 140721*/
.counterPanel.color-blue {
  background-color: #0095d1;
  color: #fff; }

@media screen and (max-width: 1024px) {
  .section-tabs .accordion-content a {
    border: 0;
    padding-left: 0 !important;
    padding-right: 0;
    display: inline; } }

.event-header h2, .event-header .frame-type-menu_pages .title, .frame-type-menu_pages .event-header .title, .event-header .frame-type-menu_subpages .title, .frame-type-menu_subpages .event-header .title {
  font-size: 30px;
  line-height: 36px; }

.section-container.bgColor-darkblue .frame-type-menu_pages .absTitle, .section-container.bgColor-darkblue .frame-type-menu_subpages .absTitle,
.section-container.bgColor-darkblue .frame-type-menu_subpages .absTitle {
  color: #515e69; }

.dropdown .subheader-teaser p.title {
  font-size: 20px; }

.event-header h2, .event-header .frame-type-menu_pages .title, .frame-type-menu_pages .event-header .title, .event-header .frame-type-menu_subpages .title, .frame-type-menu_subpages .event-header .title {
  font-size: 30px;
  line-height: 36px; }

.dvinci-job-list span.language.pull-right {
  display: none !important; }

.tx-go-maps-ext .clustermarker {
  height: 62px !important;
  line-height: 58px !important;
  width: 26px !important;
  color: #fff !important;
  font-size: 12px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.image_copyright {
  position: relative; }
  .image_copyright span {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: #fff;
    font-size: 1rem; }

@media screen and (min-width: 75em) {
  .stage-right .image_copyright {
    position: unset; } }

.dvinci-job-widget .dvinci-flag-new {
  background-color: #f2f2f2 !important;
  color: #515e69 !important; }
/*# sourceMappingURL=styles.css.map */