@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-display: swap;
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Adobe Garamond Pro"), url('../aemblueprint/resources/fonts/adobe-garamond-pro-regular/adobe-garamond-pro-regular.woff2') format('woff2'), url('../aemblueprint/resources/fonts/adobe-garamond-pro-regular/adobe-garamond-pro-regular.woff') format('woff');
}
@font-face {
  font-display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  src: url('../aemblueprint/resources/fonts/fontello/fontello.woff2') format('woff2'), url('../aemblueprint/resources/fonts/fontello/fontello.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Frutiger LT Std 45';
  font-style: normal;
  font-weight: lighter;
  src: local('Frutiger LT Std 45'), url('../aemblueprint/resources/fonts/frutiger-lt-std-light/frutiger-lt-std-light.woff2') format('woff2'), url('../aemblueprint/resources/fonts/frutiger-lt-std-light/frutiger-lt-std-light.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: "Frutiger Next Com";
  font-style: normal;
  font-weight: normal;
  src: local("Frutiger Next Com"), url('../aemblueprint/resources/fonts/frutiger-next-com-regular/frutiger-next-com-regular.woff2') format('woff2'), url('../aemblueprint/resources/fonts/frutiger-next-com-regular/frutiger-next-com-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: "Frutiger Next Com";
  font-style: normal;
  font-weight: bold;
  src: local("Frutiger Next Com"), url('../aemblueprint/resources/fonts/frutiger-next-com-bold/frutiger-next-com-bold.woff2') format('woff2'), url('../aemblueprint/resources/fonts/frutiger-next-com-bold/frutiger-next-com-bold.woff') format('woff');
}
a {
  color: #f08200;
}
a:hover,
a:focus,
a:active {
  color: #f08200;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@media print {
  a:hover,
  a:focus,
  a:active {
    text-decoration: underline;
  }
}
body {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #707172;
  font-size: 16px;
}
@page :left {
  margin: 2cm;
}
@page :right {
  margin: 2cm;
}
button {
  border: 0 none;
  color: inherit;
  cursor: pointer;
  vertical-align: middle;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
input[type='email'],
input[type='password'],
input[type='search'],
input[type='text'],
input[type='tel'] {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: inherit;
  line-height: 1;
  min-height: 40px;
  width: 100%;
}
input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus {
  background-color: #ffffff;
  outline: 1px solid #f08200;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
p {
  line-height: 1.4;
  margin: 0;
}
@media print {
  p {
    color: #000000;
  }
}
textarea {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  border: 1px solid #cbcbcb;
  color: inherit;
  padding: 8px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.main .aemblueprint-cmp {
  margin: 40px 0 0;
}
.main .aemblueprint-cmp:first-child {
  margin: 0;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*! =RESPONSIVE LIQUID GRID */
.line {
  clear: both;
}
.line:before,
.line:after {
  content: " ";
  display: table;
}
.line:after {
  clear: both;
}
.line:before,
.line:after {
  content: " ";
  display: table;
}
.line:after {
  clear: both;
}
.unit,
.unit-left,
.unit-right,
.unit-center {
  position: relative;
  margin: 40px 0 0;
}
.unit:first-child,
.unit-left:first-child,
.unit-right:first-child,
.unit-center:first-child {
  margin: 0;
}
.unit-center {
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .unit {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  .unit,
  .unit-left {
    float: left;
    width: 100%;
  }
  .unit-right {
    float: right;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .unit {
    margin: 0;
  }
  .size1of3 {
    width: 33.33333333%;
  }
  .size2of3 {
    width: 66.66666667%;
  }
  .size1of2 {
    width: 50%;
  }
  .size1of4 {
    width: 25%;
  }
  .size3of4 {
    width: 75%;
  }
  .size1of5 {
    width: 20%;
  }
  .size2of5 {
    width: 40%;
  }
  .size3of5 {
    width: 60%;
  }
  .size4of5 {
    width: 80%;
  }
  .size1of6 {
    width: 16.66666667%;
  }
  .size5of6 {
    width: 83.33333333%;
  }
  .size1of7 {
    width: 14.28571429%;
  }
  .prefix1of2 {
    margin-left: 50%;
  }
  .prefix1of3 {
    margin-left: 33.33333333%;
  }
  .prefix2of3 {
    margin-left: 66.66666667%;
  }
  .prefix1of4 {
    margin-left: 25%;
  }
  .prefix3of4 {
    margin-left: 75%;
  }
  .prefix1of5 {
    margin-left: 20%;
  }
  .prefix2of5 {
    margin-left: 40%;
  }
  .prefix3of5 {
    margin-left: 60%;
  }
  .prefix4of5 {
    margin-left: 80%;
  }
  .prefix1of6 {
    margin-left: 16.66666667%;
  }
  .prefix5of6 {
    margin-left: 83.33333333%;
  }
  .prefix1of7 {
    margin-left: 14.28571429%;
  }
  .suffix1of2 {
    margin-right: 50%;
  }
  .suffix1of3 {
    margin-right: 33.33333333%;
  }
  .suffix2of3 {
    margin-right: 66.66666667%;
  }
  .suffix1of4 {
    margin-right: 25%;
  }
  .suffix3of4 {
    margin-right: 75%;
  }
  .suffix1of5 {
    margin-right: 20%;
  }
  .suffix2of5 {
    margin-right: 40%;
  }
  .suffix3of5 {
    margin-right: 60%;
  }
  .suffix4of5 {
    margin-right: 80%;
  }
  .suffix1of6 {
    margin-right: 16.66666667%;
  }
  .suffix5of6 {
    margin-right: 83.33333333%;
  }
  .suffix1of7 {
    margin-right: 14.28571429%;
  }
}
.container {
  width: 100%;
}
.container-inner {
  margin: 0 10px;
}
@media screen and (min-width: 1025px) {
  .container-inner {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1441px) {
  .container-inner {
    margin: 0 auto;
    width: 1366px;
  }
}
.btn {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 20px;
}
.btn--primary {
  background: #f08200;
  border: 1px solid #f08200;
}
.btn--primary:disabled {
  background: #cbcbcb;
  border-color: #ababab;
  cursor: default;
}
.btn--primary:disabled:hover {
  background: #cbcbcb;
  border-color: #ababab;
}
.btn--primary:hover {
  background-color: #de6d11;
  border-color: #de6d11;
}
.btn--secondary {
  background: #ababab;
  border: 1px solid #ababab;
}
.btn--secondary:disabled {
  background: #cbcbcb;
  cursor: default;
}
.btn--tertiary {
  background: #ffffff;
  border: 1px solid #f08200;
  color: #f08200;
}
.btn--tertiary:disabled {
  cursor: default;
}
.btn--tertiary:hover {
  background-color: #f08200;
  color: #ffffff;
}
.btn--plain {
  background: none;
  color: #4a4a4a;
  padding: 0;
}
.btn--plain:hover {
  color: #f08200;
}
.btn--plain:disabled {
  color: #cbcbcb;
  cursor: default;
}
.btn--outline {
  background: none;
  border: 1px solid #ababab;
  color: #ababab;
}
.form-group {
  position: relative;
}
.headline {
  color: #707172;
}
.headline.title {
  font-size: 16px;
}
.headline.h1 {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.headline.h2 {
  font-size: 24px;
}
.headline.h3 {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.headline.h4 {
  font-size: 16px;
}
.icon {
  display: inline-block;
}
.icon svg {
  fill: currentColor;
  height: 1em;
  pointer-events: none;
  vertical-align: middle;
  width: 1em;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
.loading-spinner {
  animation: rotate 0.8s infinite linear;
  border: 0.15em solid #ffcc99;
  border-left-color: #f08200;
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  pointer-events: none;
  width: 1em;
}
.loading-spinner--inverse {
  border: 0.15em solid #ababab;
  border-left-color: #ffffff;
}
.toggle-button__checkbox {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.toggle-button__label {
  background-color: #f0f0f0;
  border-radius: 2em;
  cursor: pointer;
  display: block;
  height: 1.25em;
  outline: 0;
  padding: 2px;
  position: relative;
  transition: background 0.4s ease;
  user-select: none;
  width: 3em;
}
.toggle-button__label::after,
.toggle-button__label::before {
  content: "";
  display: block;
  height: 1.5em;
  position: relative;
  width: 1.5em;
}
.toggle-button__label::before {
  display: none;
}
.toggle-button__label::after {
  background-color: #cbcbcb;
  border-radius: 50%;
  left: 0;
  top: -0.25em;
  transition: left 0.2s ease;
}
.toggle-button__label::selection {
  background: none;
}
.toggle-button__checkbox:checked + .toggle-button__label {
  background-color: #ffcc99;
}
.toggle-button__checkbox:checked + .toggle-button__label::after {
  background-color: #f08200;
  left: 50%;
}
.radio-button {
  display: inline-block;
}
.radio-button__input {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.radio-button__input[disabled] + label,
.radio-button__input[readonly] + label,
.radio-button__input[disabled] + label::before,
.radio-button__input[readonly] + label::before,
.radio-button__input[disabled] + label::after,
.radio-button__input[readonly] + label::after {
  cursor: not-allowed;
  opacity: 0.5;
}
.radio-button__input:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.radio-button__input:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.radio-button__label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.radio-button__label::before {
  border: 1px solid #f08200;
  border-radius: 100%;
  content: '';
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}
.radio-button__label::after {
  background: #f08200;
  border-radius: 100%;
  content: '';
  height: 0.75em;
  left: 3px;
  position: absolute;
  top: 0.2em;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 0.75em;
}
.radio-button__text {
  display: inline-block;
  padding: 0.0625em 0 0 1.6em;
}

html,
body {
  scroll-behavior: smooth;
}

.container {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #cbcbcb;
  display: block;
  padding-bottom: 20px;
  padding-top: 30px;
  position: fixed;
  top: 0;
  transition: all 0.08s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 5;
}
.header--sticky .logo__image {
  height: 30px;
  margin: 0 0 15px 0;
}

.main {
  flex-grow: 1;
  padding: 30px 0 60px 0;
  transition: margin 0.8s ease-out;
  transition-delay: -0.3s;
}

@media print {
  .main {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin-top: 50px !important;
  }
}

.footer {
  background-color: #dfdedd;
  padding: 30px 0 60px;
}

@media print {
  .footer {
    display: none;
  }
}

.accordion__body {
  margin: 0;
}
.accordion__guideline {
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-accordion-v1 {
  border: 2px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Preview .accordion__guideline {
  display: none;
}

.cmp-accordionitem-v1 + .cmp-accordionitem-v1 {
  margin-top: 10px;
}
.cmp-accordionitem-v1 {
  --transitionTime: 0.16s;
}
.cmp-accordionitem-v1 .accordion__item-header {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  align-content: center;
  appearance: none;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  color: #707172;
  cursor: pointer;
  display: flex;
  font-size: 21px;
  justify-content: space-between;
  outline: 0;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-accordionitem-v1 .accordion__item-header {
    font-size: 18px;
  }
}
.cmp-accordionitem-v1 .accordion__item-header:hover {
  background-color: #f0f0f0;
  color: #f08200;
}
.cmp-accordionitem-v1 .accordion__item-header[aria-expanded=true] {
  background-color: #f0f0f0;
}
.cmp-accordionitem-v1 .accordion__item-header[aria-expanded=true] .accordion__item-icon--open {
  display: none;
}
.cmp-accordionitem-v1 .accordion__item-header[aria-expanded=false] .accordion__item-icon--close {
  display: none;
}
.cmp-accordionitem-v1 .accordion__item-headline {
  display: block;
  flex-grow: 1;
}
.cmp-accordionitem-v1 .accordion__item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.16s ease-out;
  transition: max-height var(--transitionTime) ease-out;
  visibility: hidden;
}
.cmp-accordionitem-v1 .accordion__item-content {
  padding-top: 20px;
}
.accordion__item__guideline {
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-accordionitem-v1 {
  border: 1px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .accordion__item-body {
  display: block !important;
  max-height: 99999rem !important;
  visibility: visible !important;
}
.aem-AuthorLayer-Preview .accordion__item__guideline {
  display: none;
}

@media print {
  .cmp-accordionitem-v1 .accordion__item-body {
    display: block;
    max-height: none;
    visibility: visible !important;
  }
}

.cmp-anchorelement {
  margin: 0 15px;
}
.cmp-anchorelement .anchor__placeholder {
  border-style: dashed;
  text-align: left;
}
.cmp-anchorelement .anchor__title {
  font-weight: bold;
}
.cmp-anchorelement .anchor__target {
  color: #707172;
  display: block;
  height: 1px;
}
.aem-AuthorLayer-Preview .cmp-anchorelement {
  display: none;
}
.aem-AuthorLayer-Edit .cmp-anchorelement {
  margin: 0 !important;
}

.cmp-anchorlist {
  position: fixed;
  right: 1em;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .cmp-anchorlist {
    display: none;
  }
}
.cmp-anchorlist .anchorlist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-anchorlist .anchorlist__item {
  margin-bottom: 1em;
}
.cmp-anchorlist .anchorlist__item:last-child {
  margin-bottom: 0;
}
.cmp-anchorlist .anchorlist__link {
  background-color: #ffffff;
  border: 1px solid #707172;
  display: block;
  height: 1em;
  position: relative;
  transition: border 0.2s ease-out, background-color 0.2s ease-out;
  width: 1em;
}
.cmp-anchorlist .anchorlist__link:focus {
  outline: 0;
}
.cmp-anchorlist .anchorlist__link:hover {
  border-color: #f08200;
}
.cmp-anchorlist .anchorlist__link:hover .anchorlist__label,
.cmp-anchorlist .anchorlist__link:hover::before {
  opacity: 1;
  pointer-events: auto;
}
.cmp-anchorlist .anchorlist__link.is-active {
  background-color: #f08200;
  border-color: #f08200;
}
.cmp-anchorlist .anchorlist__link::before {
  background-color: #f08200;
  content: '';
  display: block;
  height: 1px;
  left: -1.9375em;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition: 0.3s opacity;
  width: 1.25em;
}
.cmp-anchorlist .anchorlist__label {
  color: #707172;
  display: block;
  font-size: 0.9375em;
  opacity: 0;
  position: absolute;
  right: 100%;
  pointer-events: none;
  text-align: right;
  top: 0.6em;
  transition: 0.3s opacity;
  transform: translate(-3.125em, -50%);
  white-space: nowrap;
}

@media print {
  .cmp-anchorlist .anchorlist__item {
    display: none;
  }
}

.cmp-backtotop {
  margin-top: 0px;
}
.backtotop__anchor {
  background-color: #f0f0f0;
  color: #f08200;
  display: inline-block;
  padding: 8px;
}

@media print {
  .cmp-backtotop {
    display: none;
  }
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.breadcrumb__list-item {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
}
.breadcrumb__list-item.breadcrumb__list-item--first {
  padding: 0 0 0 6px;
}
.breadcrumb__home-icon {
  font-size: 14px;
  position: relative;
  top: -2px;
}
.breadcrumb__list-item__icon {
  color: #4a4a4a;
  font-size: 10px;
  left: 7px;
  position: absolute;
  top: 4px;
}
.breadcrumb__link {
  font-size: 13px;
}
.breadcrumb__link:link,
.breadcrumb__link:focus,
.breadcrumb__link:active,
.breadcrumb__link:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.breadcrumb__link:hover {
  background-color: transparent;
  color: #f08200;
}

.browserwarning__modal {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #707172;
  font-size: 16px;
  padding: 24px;
  width: auto;
  background: white;
  position: relative;
  border-radius: 0px;
}
.browserwarning__modal span {
  width: 88px;
  height: 88px;
}
.browserwarning__modal .headline {
  margin: 24px 0;
  color: #707172;
}
.browserwarning__modal-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.browserwarning__modal-container.active {
  display: flex !important;
}
.browserwarning__modal-container svg {
  width: 100%;
  height: 100%;
  fill: #f08200;
}
.aem-AuthorLayer-Edit .browserwarning-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.aem-AuthorLayer-Edit .browserwarning-container h3 {
  margin-top: 24px;
}
.aem-AuthorLayer-Edit .browserwarning-container div,
.aem-AuthorLayer-Edit .browserwarning-container h3,
.aem-AuthorLayer-Edit .browserwarning-container p {
  width: 100%;
}
.aem-AuthorLayer-Edit .browserwarning-container span,
.aem-AuthorLayer-Edit .browserwarning-container svg {
  width: 44px;
  height: 44px;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.cmp-card {
  --content-height: 0;
}
@media screen and (max-width: 768px) {
  .cmp-card + .cmp-card {
    margin-top: -20px;
  }
}
.cmp-card .ie-objectfit-fix {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.cmp-card .card__container {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: flex-end;
  min-height: 550px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__container {
    min-height: 1px;
  }
}
.cmp-card .card__image {
  height: auto;
  left: 0;
  min-height: 354px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__image {
    display: none;
  }
}
.cmp-card .card__content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: color 0.2s ease-out;
  z-index: 1;
}
.cmp-card .card__content::after {
  background-color: #f08200;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: var(--content-height);
  position: absolute;
  transition: max-height 1s, background-color 1s;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__content::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cmp-card .card__content {
    background-color: transparent;
    border-bottom: 1px solid #ababab;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-card .card__content {
    background-color: #f08200;
    bottom: 0;
    left: 0;
    min-height: 196px;
    padding: 1.25em;
    position: absolute;
    width: 100%;
  }
}
.cmp-card .card__caption {
  font-size: 1.375em;
  line-height: 1.33333333;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__caption {
    color: #f08200;
    margin-right: 1.875em;
    padding: 0 0 0.5em 0;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-card .card__caption {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.6875em;
  }
}
.cmp-card .card__text {
  display: none;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__text {
    padding: 0.2em 0 1.2em 0;
  }
}
@media screen and (min-width: 769px) {
  .cmp-card .card__text {
    opacity: 0;
  }
}
.cmp-card .card__cr-button-container {
  display: none;
  margin-bottom: 2em;
  margin-top: 30px;
}
.cmp-card .card__cr-button-container .card__cr-button {
  background: #F08200;
  padding: 10px 20px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.cmp-card .card__cr-button-container .card__cr-button .card__cr-label {
  color: white;
}
.cmp-card .card__btn {
  background-color: transparent;
  color: #ffffff;
  display: block;
  font-size: 0.875em;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__btn {
    border: 1px solid currentColor;
    border-radius: 50%;
    height: 2em;
    right: 1em;
    text-align: center;
    top: 0;
    width: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-card .card__btn {
    bottom: 1.25em;
    left: 1.25em;
  }
}
.cmp-card .card__btn:hover,
.cmp-card .card__btn:focus {
  outline: 0;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__btn--collapse {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-card .card__btn--collapse {
    transform: translate(0, 100px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .cmp-card .card__btn--collapse .card__btn-icon {
    color: #f08200;
  }
  .cmp-card .card__btn--collapse .card__btn-label {
    color: #707172;
  }
}
@media screen and (max-width: 768px) {
  .cmp-card .card__btn--expand {
    color: #f08200;
  }
}
@media screen and (min-width: 769px) {
  .cmp-card .card__btn--expand {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
}
.cmp-card .card__btn-icon,
.cmp-card .card__btn-label {
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .cmp-card .card__btn-icon.mq-s-hidden {
    display: none;
  }
  .cmp-card .card__btn-icon.mq-s-visible {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-card .card__btn-icon {
    margin-right: 0.1875em;
    position: relative;
    top: -1px;
  }
  .cmp-card .card__btn-icon.mq-s-visible {
    display: block;
  }
  .cmp-card .card__btn-icon.mq-s-visible {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cmp-card .card__btn-label {
    display: none;
  }
}
.cmp-card[aria-expanded="true"] .card__content {
  background-color: transparent;
  color: #707172;
  justify-content: flex-start;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  .cmp-card[aria-expanded="true"] .card__content {
    min-height: 1px;
  }
}
.cmp-card[aria-expanded="true"] .card__content::after {
  background-color: #f0f0f0;
}
.cmp-card[aria-expanded="true"] .card__caption {
  color: #f08200;
}
@media screen and (min-width: 769px) {
  .cmp-card[aria-expanded="true"] .card__caption {
    animation: fadeInBottom 0.7s ease-out 0.25s both;
    margin-bottom: 1em;
    opacity: 0;
  }
}
.cmp-card[aria-expanded="true"] .card__text {
  display: block;
}
@media screen and (min-width: 769px) {
  .cmp-card[aria-expanded="true"] .card__text {
    animation: fadeInBottom 1s ease-out 0.4s both;
  }
}
.cmp-card[aria-expanded="true"] .card__cr-button-container {
  display: flex;
}
@media screen and (min-width: 769px) {
  .cmp-card[aria-expanded="true"] .card__cr-button-container {
    animation: fadeInBottom 1s ease-out 0.8s both;
  }
}
.cmp-card[aria-expanded="true"] .card__btn--expand {
  opacity: 0;
  transform: translate(0, 100px);
}
.cmp-card[aria-expanded="true"] .card__btn--collapse {
  color: #707172;
  display: block;
  transform: none;
}
@media print, screen and (min-width: 769px) {
  .cmp-card .card__container--grey .card__content,
  .cmp-card .card__container--grey .card__content::after {
    background-color: #f0f0f0;
    color: #f08200;
  }
  .cmp-card .card__container--grey .card__text,
  .cmp-card .card__container--grey .card__btn-label {
    color: #707172;
  }
  .cmp-card .card__container--grey .card__btn-icon {
    color: #f08200;
  }
  .cmp-section-v1 .cmp-card .card__container--grey .card__content,
  .cmp-section-v1 .cmp-card .card__container--grey .card__content::after {
    background-color: #dfdedd;
  }
  .cmp-section-v1 .cmp-card[aria-expanded="true"] .card__content::after {
    background-color: #dfdedd;
  }
}
.aem-AuthorLayer-Edit .cmp-card {
  outline: 1px dashed #ababab;
  padding: 5px;
}
.aem-AuthorLayer-Edit .cmp-card .card__content {
  justify-content: flex-start;
}
.aem-AuthorLayer-Edit .cmp-card .card__text {
  display: block;
  flex-grow: 1;
  margin-bottom: 10px;
  opacity: 1;
  outline: 1px dashed #cbcbcb;
  padding: 5px;
}
.aem-AuthorLayer-Edit .cmp-card .card__btn {
  position: static;
}

.cmp-carousel {
  --slideIndex: 0;
  --totalWidth: 100%;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmp-carousel {
    flex-direction: column;
  }
}
.cmp-carousel .carousel__container {
  height: 100%;
  padding: 4.875em 0 0 0;
  pointer-events: none;
  position: relative;
}
.cmp-carousel .carousel__body {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  height: 100%;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  pointer-events: none;
  transform: translate(calc(var(--slideIndex) * var(--totalWidth) * -1), 0);
  transition: 0.2s ease-out;
  width: -moz-fit-content;
  width: fit-content;
}
.cmp-carousel .carousel__controls {
  display: flex;
  justify-content: center;
  margin: 1.875em auto;
}
.cmp-carousel .carousel__control-btn {
  background-color: #707172;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0.625em;
  outline: 0;
  padding: 0;
  width: 0.625em;
}
.cmp-carousel .carousel__control-btn:hover,
.cmp-carousel .carousel__control-btn.is-active {
  background-color: #f08200;
}
.cmp-carousel .carousel__control-btn-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-carousel .carousel__control-btn-item {
  margin-right: 0.9375em;
}
.cmp-carousel .carousel__control-btn-item:last-child {
  margin-right: 0;
}
.cmp-carousel .carousel__btn {
  background-color: transparent;
  color: #707172;
  display: inline-block;
  font-size: 1.875em;
  outline: 0;
  padding: 0.66666667em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.cmp-carousel .carousel__btn:hover {
  color: #f08200;
}
.cmp-carousel .carousel__btn--previous {
  left: 0;
}
.cmp-carousel .carousel__btn--next {
  right: 0;
}
.aem-AuthorLayer-Edit .cmp-carousel .carousel__body {
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
.aem-AuthorLayer-Edit .cmp-carousel .carousel__body .new.section {
  width: 100%;
}
.aem-AuthorLayer-Edit .cmp-carousel .carousel__guideline {
  padding: 20px 5px;
}
.aem-AuthorLayer-Edit .cmp-carousel .carousel__btn {
  display: none;
}
.aem-AuthorLayer-Edit .cmp-carousel .carousel__controls {
  display: none;
}
.aem-AuthorLayer-Preview .cmp-carousel .carousel__guideline {
  display: none;
}

.cmp-carouselitem {
  width: var(--totalWidth);
}
.cmp-carouselitem .carouselitem__content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmp-carouselitem .carouselitem__content {
    flex-direction: column;
  }
}
.cmp-carouselitem .carouselitem__content-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cmp-carouselitem .carouselitem__content-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cmp-carouselitem .carouselitem__content-wrapper.bottom_wrapper {
    padding-top: 8px;
  }
}
.cmp-carouselitem .carouselitem__number {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  color: #f08200;
  display: inline-block;
  font-size: 2.5em;
  line-height: 1;
  margin: 0;
  padding-top: 0.08em;
  text-align: center;
  white-space: nowrap;
}
.cmp-carouselitem .carouselitem__text {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cmp-carouselitem .carouselitem__text {
    font-size: 1.6875em;
    padding: 1em;
    text-align: left;
  }
}
.aem-AuthorLayer-Edit .cmp-carouselitem {
  border: 1px dashed #707172;
  margin-bottom: 10px;
  width: 100% !important;
}

@media print {
  .cmp-carousel {
    background: #ffffff !important;
  }
  .cmp-carousel .carousel__body {
    display: inline!important;
  }
  .cmp-carousel .carousel__control-btn-list,
  .cmp-carousel .carousel__btn {
    display: none!important;
  }
  .cmp-carouselitem .carouselitem__number {
    font-size: 3em!important;
  }
  .cmp-carouselitem .carouselitem__text {
    font-size: 2em!important;
    width: 100vw!important;
    hyphens: none!important;
    overflow: auto!important;
    text-align: left!important;
  }
  .cmp-carouselitem .carouselitem__content-wrapper {
    justify-content: left!important;
  }
  .cmp-carouselitem .carouselitem__content {
    display: initial!important;
  }
}

@media screen and (max-width: 768px) {
  .cmp-citation {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-citation {
    font-size: 27px;
  }
}
.cmp-citation {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  text-align: center;
}
.citation__headline-container {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 40px;
}
.citation__headline,
.citation__subheadline {
  text-align: start;
}
.citation__headline {
  color: #f08200;
  padding-bottom: 8px;
}
.citation__subheadline {
  color: #707172;
}
.citation__body {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  color: #f08200;
  font-size: 2em;
  quotes: '\201E' '\201D';
  width: 100%;
  margin-top: 40px;
}
.citation__body p {
  line-height: 1;
}
.citation__body p:first-child::before {
  content: open-quote;
}
.citation__body p:last-child::after {
  content: close-quote;
}
.citation__image {
  width: 100%;
  margin: 40px auto;
  margin-bottom: 0;
}
.citation__image img {
  width: 142px;
  height: 142px;
  border-radius: 100%;
}
.citation__cite-container {
  margin-top: 40px;
  width: 100%;
}
.citation__cite {
  color: #707172;
  font-size: 1em;
  font-style: normal;
  line-height: 1.33;
}
.citation__author,
.citation__conjunction {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}

@media print {
  .cmp-citation {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .citation__body p {
    color: #f08200;
  }
}

.aem-AuthorLayer-Edit  .new.section,
.aem-AuthorLayer-Preview  .new.section {
  outline: 0;
}
.aem-AuthorLayer-Edit  .new.section + cq,
.aem-AuthorLayer-Preview  .new.section + cq {
  display: none;
}
.aem-AuthorLayer-Preview  .colctrlhoriz__guideline {
  display: none;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__body {
  align-items: flex-start;
  justify-content: flex-start;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__body > * {
  outline: 1px dashed #ababab;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline {
  display: flex;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--33-33-33 .colctrlhoriz__guideline-block--beta {
  margin-left: 30px;
  margin-right: 30px;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--33-33-33 .colctrlhoriz__guideline-block {
  flex: 33.3%;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block {
  flex: 50%;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block--beta {
  margin-left: 30px;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--alpha {
  flex: 33.33%;
  max-width: calc(33.33% - 15px);
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--beta {
  flex: 66.66%;
  margin-left: 30px;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--alpha {
  flex: 66.66%;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--beta {
  flex: 33.33%;
  margin-left: 30px;
  max-width: calc(33.33% - 15px);
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline--top {
  margin-bottom: 30px;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline--top .colctrlhoriz__guideline-block {
  border-bottom: none;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline-block {
  border: 1px dashed #ababab;
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit  .colctrlhoriz__guideline--bottom .colctrlhoriz__guideline-block {
  border-top: none;
}
.colctrlhoriz__header {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
@media print, screen and (min-width: 768px) {
  .colctrlhoriz__body {
    display: flex;
    flex-wrap: wrap;
  }
  .colctrlhoriz__body > * {
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
  }
  .colctrlhoriz__body--33-33-33 > * {
    flex: 33.33%;
    margin-right: 0 !important;
    max-width: calc(33.33% - 20px) !important;
  }
  .colctrlhoriz__body--33-33-33 > *:nth-child(3n + 2) {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .colctrlhoriz__body--50-50 > * {
    flex: 50%;
    max-width: calc(50% - 15px) !important;
  }
  .colctrlhoriz__body--50-50 > *:nth-child(even) {
    margin-left: 30px !important;
  }
  .colctrlhoriz__body--33-66 > *:nth-child(odd) {
    flex: 33.33%;
    max-width: calc(33.33% - 15px) !important;
  }
  .colctrlhoriz__body--33-66 > *:nth-child(even) {
    flex: 66.66%;
    margin-left: 30px !important;
    max-width: calc(66.66% - 15px) !important;
  }
  .colctrlhoriz__body--66-33 > *:nth-child(odd) {
    flex: 66.66%;
    max-width: calc(66.66% - 15px) !important;
  }
  .colctrlhoriz__body--66-33 > *:nth-child(even) {
    flex: 33.33%;
    margin-left: 30px !important;
    max-width: calc(33.33% - 15px) !important;
  }
}

.cmp-contactperson {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  padding: 16px;
  overflow: visible !important;
}
.cmp-contactperson .contactperson__image {
  display: block;
  height: 100%;
  width: 33%;
}
.cmp-contactperson .contactperson__body {
  padding: 20px 20px;
  width: 66%;
}
.cmp-contactperson .contactperson__body--no-image {
  width: 100%;
}
.cmp-contactperson .contactperson__name,
.cmp-contactperson .contactperson__function,
.cmp-contactperson .contactperson__department {
  font-weight: bold;
}
.cmp-contactperson .contactperson__name,
.cmp-contactperson .contactperson__function,
.cmp-contactperson .contactperson__department,
.cmp-contactperson .contactperson__description {
  padding: 0 0 20px 0;
}
.cmp-contactperson .contactperson__icon {
  color: #f08200;
  font-size: 19px;
}
.cmp-contactperson .contactperson__link {
  display: block;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  height: 22px;
}
.cmp-contactperson .contactperson__link:link,
.cmp-contactperson .contactperson__link:hover,
.cmp-contactperson .contactperson__link:focus,
.cmp-contactperson .contactperson__link:active,
.cmp-contactperson .contactperson__link:visited {
  background-color: transparent;
  color: #f08200;
  text-decoration: none;
}
.cmp-contactperson .contactperson__link:active,
.cmp-contactperson .contactperson__link:focus,
.cmp-contactperson .contactperson__link:hover {
  text-decoration: underline;
}
.cmp-contactperson .contactperson__link span {
  padding-left: 8px;
}
.cmp-contactperson .contactperson__link span:first-child {
  padding-left: 0;
  height: 22px;
  width: 22px;
}
.cmp-contactperson .contactperson__container {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
}
.cmp-contactperson .contactperson__container.secondary {
  background: #f6f6f6;
}
.cmp-contactperson .contactperson__container.secondary:hover,
.cmp-contactperson .contactperson__container.secondary:focus,
.cmp-contactperson .contactperson__container.secondary:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-contactperson .contactperson__container.secondary .contactperson__image {
  object-fit: cover;
  height: auto;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__description {
  display: none;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__body {
  padding: 15px;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__name {
  color: #f08200;
  font-size: 1.5em;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__department {
  color: #707172;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__function,
.cmp-contactperson .contactperson__container.secondary .contactperson__department {
  font-size: 16px;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__function,
.cmp-contactperson .contactperson__container.secondary .contactperson__department,
.cmp-contactperson .contactperson__container.secondary .contactperson__name {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__function,
.cmp-contactperson .contactperson__container.secondary .contactperson__name,
.cmp-contactperson .contactperson__container.secondary .contactperson__department {
  font-weight: normal;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__contact-wrapper {
  margin-top: 8px;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__link span svg {
  fill: #707172;
}
@media screen and (max-width: 480px) {
  .cmp-contactperson .contactperson__container.secondary {
    flex-direction: column;
  }
  .cmp-contactperson .contactperson__container.secondary .contactperson__image {
    width: 100%;
  }
  .cmp-contactperson .contactperson__container.secondary .contactperson__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cmp-contactperson .contactperson__container.secondary {
    width: calc((100%/2) - 16px);
  }
}
@media screen and (min-width: 1281px) {
  .cmp-contactperson .contactperson__container.secondary {
    width: calc((100%/3) - 16px);
  }
}
.colctrlhoriz__body--33-33-33 .contactperson__image,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__image,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__image,
.colctrlhoriz__body--33-33-33 .contactperson__body,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__body,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__body {
  width: 100%;
}
.colctrlhoriz__body--33-33-33 .contactperson__container,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container {
  flex-direction: column;
}
.colctrlhoriz__body--33-33-33 .contactperson__container.secondary,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
}
.colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__image,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__image,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__image {
  width: 100%;
}
.colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__body,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__body,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__body {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .colctrlhoriz__body--33-33-33 .contactperson__container.secondary,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary {
    flex-direction: row;
  }
  .colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__image,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__image,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__image {
    width: 44%;
  }
  .colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__body,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__body,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__body {
    width: 56%;
  }
}

.cmp-contactperson {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  padding: 16px;
  overflow: visible !important;
}
.cmp-contactperson .contactperson__image {
  display: block;
  height: 100%;
  width: 33%;
}
.cmp-contactperson .contactperson__body {
  padding: 20px 20px;
  width: 66%;
}
.cmp-contactperson .contactperson__body--no-image {
  width: 100%;
}
.cmp-contactperson .contactperson__name,
.cmp-contactperson .contactperson__function,
.cmp-contactperson .contactperson__department {
  font-weight: bold;
}
.cmp-contactperson .contactperson__name,
.cmp-contactperson .contactperson__function,
.cmp-contactperson .contactperson__department,
.cmp-contactperson .contactperson__description {
  padding: 0 0 20px 0;
}
.cmp-contactperson .contactperson__icon {
  color: #f08200;
  font-size: 19px;
}
.cmp-contactperson .contactperson__link {
  display: block;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  height: 22px;
}
.cmp-contactperson .contactperson__link:link,
.cmp-contactperson .contactperson__link:hover,
.cmp-contactperson .contactperson__link:focus,
.cmp-contactperson .contactperson__link:active,
.cmp-contactperson .contactperson__link:visited {
  background-color: transparent;
  color: #f08200;
  text-decoration: none;
}
.cmp-contactperson .contactperson__link:active,
.cmp-contactperson .contactperson__link:focus,
.cmp-contactperson .contactperson__link:hover {
  text-decoration: underline;
}
.cmp-contactperson .contactperson__link span {
  padding-left: 8px;
}
.cmp-contactperson .contactperson__link span:first-child {
  padding-left: 0;
  height: 22px;
  width: 22px;
}
.cmp-contactperson .contactperson__container {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
}
.cmp-contactperson .contactperson__container.secondary {
  background: #f6f6f6;
}
.cmp-contactperson .contactperson__container.secondary:hover,
.cmp-contactperson .contactperson__container.secondary:focus,
.cmp-contactperson .contactperson__container.secondary:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-contactperson .contactperson__container.secondary .contactperson__image {
  object-fit: cover;
  height: auto;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__description {
  display: none;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__body {
  padding: 15px;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__name {
  color: #f08200;
  font-size: 1.5em;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__department {
  color: #707172;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__function,
.cmp-contactperson .contactperson__container.secondary .contactperson__department {
  font-size: 16px;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__function,
.cmp-contactperson .contactperson__container.secondary .contactperson__department,
.cmp-contactperson .contactperson__container.secondary .contactperson__name {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__function,
.cmp-contactperson .contactperson__container.secondary .contactperson__name,
.cmp-contactperson .contactperson__container.secondary .contactperson__department {
  font-weight: normal;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__contact-wrapper {
  margin-top: 8px;
}
.cmp-contactperson .contactperson__container.secondary .contactperson__link span svg {
  fill: #707172;
}
@media screen and (max-width: 480px) {
  .cmp-contactperson .contactperson__container.secondary {
    flex-direction: column;
  }
  .cmp-contactperson .contactperson__container.secondary .contactperson__image {
    width: 100%;
  }
  .cmp-contactperson .contactperson__container.secondary .contactperson__body {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cmp-contactperson .contactperson__container.secondary {
    width: calc((100%/2) - 16px);
  }
}
@media screen and (min-width: 1281px) {
  .cmp-contactperson .contactperson__container.secondary {
    width: calc((100%/3) - 16px);
  }
}
.colctrlhoriz__body--33-33-33 .contactperson__image,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__image,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__image,
.colctrlhoriz__body--33-33-33 .contactperson__body,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__body,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__body {
  width: 100%;
}
.colctrlhoriz__body--33-33-33 .contactperson__container,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container {
  flex-direction: column;
}
.colctrlhoriz__body--33-33-33 .contactperson__container.secondary,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
}
.colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__image,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__image,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__image {
  width: 100%;
}
.colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__body,
.colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__body,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__body {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .colctrlhoriz__body--33-33-33 .contactperson__container.secondary,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary {
    flex-direction: row;
  }
  .colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__image,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__image,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__image {
    width: 44%;
  }
  .colctrlhoriz__body--33-33-33 .contactperson__container.secondary .contactperson__body,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .contactperson__container.secondary .contactperson__body,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .contactperson__container.secondary .contactperson__body {
    width: 56%;
  }
}

.cmp-contactpersonfinder {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-contactpersonfinder {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-contactpersonfinder {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__header-headline {
  color: #f08200;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
.cmp-contactpersonfinder .contactpersonfinder__header-text {
  color: #707172;
  font-size: 18px;
  margin-top: 16px;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-container {
  margin-top: 40px;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-label {
  width: 100%;
  margin-bottom: 16px;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox-label .contactpersonfinder__filter-zip-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox-label .contactpersonfinder__filter-zip-checkbox-input:checked ~ .checkmark {
  background: #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox-label .contactpersonfinder__filter-zip-checkbox-input:checked ~ .checkmark:after {
  display: block;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox-label:hover .contactpersonfinder__filter-zip-checkbox-input ~ .checkmark {
  background-color: #f08200;
  border: 1px solid #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-checkbox .checkmark:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-select {
  width: 100%;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 481px) {
  .cmp-contactpersonfinder .contactpersonfinder__filter-zip-select {
    width: 30%;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-select input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ababab;
  background: transparent;
  color: #707172;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-zip-select input:disabled {
  background: #dfdedd;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .cmp-contactpersonfinder .contactpersonfinder__filter-zip-select {
    width: auto;
    min-width: 20%;
    margin-right: 16px;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options {
  margin: 20px 0;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cmp-contactpersonfinder .contactpersonfinder__filter-options {
    justify-content: flex-start;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-label {
  width: 100%;
  margin-bottom: 16px;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 44px;
  pointer-events: none;
  border-left: 1px solid #ffffff;
  transform: rotate(180deg);
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select-arrow:hover {
  background-color: #707172;
  color: #ffffff;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  padding: 12px 60px 12px 12px;
  background-color: #dfdedd;
  color: #707172;
  cursor: pointer;
  outline: none;
  background: no-repeat #dfdedd url(../aemblueprint/resources/icons/down-open_nevada.svg);
  background-position: 94%, 100%;
  background-size: 16px 16px,
                            16px 16px,
                            2.5em 2.5em;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select::-ms-expand {
  display: none;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:focus::-ms-value {
  background-color: transparent;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select option {
  padding: 12px;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:focus,
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:hover {
  color: #ffffff;
  background-color: #707172;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:focus .contactpersonfinder__filter-options-select-arrow,
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:hover .contactpersonfinder__filter-options-select-arrow {
  background-color: #707172;
  color: #ffffff;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:focus {
  color: #ffffff;
  background-color: #707172;
  border: 0;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:hover {
  cursor: pointer;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:hover,
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select select:focus {
  background: no-repeat #707172 url(../aemblueprint/resources/icons/down-open_white.svg);
  background-position: 94%, 100%;
  background-size: 16px 16px,
                                16px 16px,
                                2.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .cmp-contactpersonfinder .contactpersonfinder__filter-options-select {
    width: auto;
    min-width: 20%;
    margin-right: 16px;
  }
  .cmp-contactpersonfinder .contactpersonfinder__filter-options-select:last-child {
    width: auto;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select:hover .contactpersonfinder__filter-options-select-arrow svg,
.cmp-contactpersonfinder .contactpersonfinder__filter-options-select:focus .contactpersonfinder__filter-options-select-arrow svg {
  fill: white;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-button--wrapper {
  background: #f08200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-button-link {
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  color: #ffffff;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-button--remove {
  background: transparent;
  color: #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__filter-button--remove-wrapper {
  border: 1px solid #f08200;
  padding: 8px 16px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card {
  min-height: 200px;
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .cmp-contactpersonfinder .contactpersonfinder__results-card {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .cmp-contactpersonfinder .contactpersonfinder__results-card {
    width: 33.33333333%;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-wrapper {
  background: #f6f6f6;
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-wrapper:hover,
.cmp-contactpersonfinder .contactpersonfinder__results-card-wrapper:focus,
.cmp-contactpersonfinder .contactpersonfinder__results-card-wrapper:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  min-height: 200px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .cmp-contactpersonfinder .contactpersonfinder__results-card-image-wrapper {
    width: 44%;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-image-wrapper-social-icons {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-image-wrapper-social-icons-icon {
  color: #dfdedd;
  font-size: 30px;
  margin-right: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #707172;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-image-wrapper-social-icons-icon:last-child {
  margin-right: 0;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
}
@media screen and (min-width: 481px) {
  .cmp-contactpersonfinder .contactpersonfinder__results-card-content {
    width: 56%;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact {
  width: 100%;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-name {
  width: 100%;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-position {
  width: 100%;
  margin-bottom: 16px;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-email {
  width: 100%;
  color: #f08200;
  margin: 8px 0 4px 0;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-phone {
  width: 100%;
  color: #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-link {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-icon {
  color: #dfdedd;
  font-size: 19px;
  margin-right: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-contact-icon svg {
  fill: #707172;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-name,
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-position,
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-department {
  display: block;
  margin-bottom: 5px;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-name {
  color: #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-position {
  color: #ababab;
  font-weight: 400;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-department {
  color: #707172;
  margin-bottom: 0;
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-button {
  color: #f08200;
  font-size: 18px;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .cmp-contactpersonfinder .contactpersonfinder__results-card-content-button {
    margin-top: 24px;
  }
}
.cmp-contactpersonfinder .contactpersonfinder__results-card-content-button:hover {
  text-decoration: underline;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container {
  margin: 80px -16px 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container .cmp-contactpersonfinder .contactpersonfinder__results-container--redirect {
  margin: 80px auto;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container__no-results {
  margin: 40px auto;
  display: grid;
  gap: 32px;
  text-align: center;
  font-size: 1.5em;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container--redirect .contactpersonfinder__results-card {
  width: 100%;
  padding: 16px;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container--redirect .contactpersonfinder__results-card-content {
  flex-flow: column;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container--redirect .contactpersonfinder__results-card-content .contactpersonfinder__results-card-content-contact {
  flex: auto;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container--redirect .contactpersonfinder__results-card-content .contactpersonfinder__results-card-content-contact span {
  width: 100%;
}
.cmp-contactpersonfinder .contactpersonfinder__results-container--redirect .contactpersonfinder__results-card-content .contactpersonfinder__results-card-content-contact .contactpersonfinder__results-card-content-department {
  margin: 10px 0 0 0;
}
.cmp-contactpersonfinder .contactpersonfinder__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.cmp-contactpersonfinder .contactpersonfinder__footer-label {
  border: 1px solid #f08200;
  padding: 8px 16px;
  color: #f08200;
  background: #ffffff;
  text-decoration: none;
}
.cmp-contactpersonfinder .contactpersonfinder__footer-label:hover {
  background: #f08200;
  color: #ffffff;
  border: 1px solid #f08200;
}
.cmp-contactpersonfinder .contactpersonfinder__footer-label:disabled {
  display: none;
}
.cmp-contactpersonfinder .contactpersonfinder__activity-indicator {
  width: 72px;
  height: 72px;
  margin: 36px auto;
  display: inline-block;
}
.cmp-contactpersonfinder .contactpersonfinder__activity-indicator--wrapper {
  width: 100%;
  display: none;
  justify-content: center;
}
.cmp-contactpersonfinder .contactpersonfinder__activity-indicator div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #f08200;
  border-radius: 50%;
  animation: sf-activity-indicator 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f08200 transparent transparent transparent;
}
.cmp-contactpersonfinder .contactpersonfinder__activity-indicator div:nth-child(1) {
  animation-delay: -0.45s;
}
.cmp-contactpersonfinder .contactpersonfinder__activity-indicator div:nth-child(2) {
  animation-delay: -0.3s;
}
.cmp-contactpersonfinder .contactpersonfinder__activity-indicator div:nth-child(3) {
  animation-delay: -0.15s;
}
.aem-AuthorLayer-Edit .contactpersonfinder__footer-label {
  display: none;
}

.cmp-dropdownmenu {
  display: inline-block;
  position: relative;
}
.cmp-dropdownmenu .dropdown__btn {
  display: flex;
  padding: 8px 12px;
  background-color: #dfdedd;
  outline: none;
}
.cmp-dropdownmenu .dropdown__btn-text {
  padding-right: 12px;
  border-right: 1px solid #ffffff;
  margin-right: 12px;
}
.cmp-dropdownmenu .dropdown__list {
  background-color: #dfdedd;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.cmp-dropdownmenu .dropdown__list-item {
  width: 100%;
  padding: 0 12px;
}
.cmp-dropdownmenu .dropdown__link {
  text-decoration: none;
  color: inherit;
  padding: 4px 0;
  display: block;
  border-bottom: solid 1px #ffffff;
}
.cmp-dropdownmenu .dropdown__list-item:last-of-type .dropdown__link {
  border-bottom: none;
}
.dropdown__parsys {
  border: 2px dashed #ababab;
  border-top: 0;
  padding: 10px 10px 0 10px;
}
.dropdown__parsys .aemblueprint-cmp {
  margin: 0;
}
.dropdown__parsys .cmp-link {
  padding: 5px 3px;
}
.aem-AuthorLayer-Preview .dropdown__parsys {
  display: none;
}
@media screen and (min-width: 640px) {
  .cmp-dropdownmenu {
    min-width: 250px;
  }
}

.cmp-headline-v1 {
  border-bottom: 1px solid #cbcbcb;
  margin: 30px 0 40px 0;
  padding: 0 0 40px;
}
.cmp-headline-v1 .headline.h1 {
  color: #f08200;
}
.cmp-headline-v1 .headline.h3 {
  margin: 5px 0 0;
}

.cmp-headline-v2 {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .cmp-headline-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-headline-v2 {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-headline-v2 {
    margin-bottom: 40px;
  }
}
.cmp-headline-v2 .headline--left {
  text-align: left;
}
.cmp-headline-v2 .headline--center {
  text-align: center;
}
.cmp-headline-v2 .headline.h1 {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 56px;
}
.cmp-headline-v2 .headline.h1.frutiger {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .cmp-headline-v2 .headline.h1.frutiger {
    font-size: 44px;
  }
}
.cmp-headline-v2 .headline.h2,
.cmp-headline-v2 .headline.h3,
.cmp-headline-v2 .headline.h4 {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 5px 0 0;
}
.cmp-headline-v2 .headline.h2 {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .cmp-headline-v2 .headline.h2 {
    font-size: 44px;
  }
}
.cmp-headline-v2 .headline.h3 {
  font-size: 27px;
}
@media (min-width: 1024px) {
  .cmp-headline-v2 .headline.h3 {
    font-size: 36px;
  }
}
.cmp-headline-v2 .headline.h4 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .cmp-headline-v2 .headline.h4 {
    font-size: 27px;
  }
}
.cmp-headline-v2 .headline.h1,
.cmp-headline-v2 .headline.h2,
.cmp-headline-v2 .headline.h3,
.cmp-headline-v2 .headline.h4 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  color: #f08200;
  margin: 0;
}
* + .cmp-headline-v2 {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  * + .cmp-headline-v2 {
    margin-top: 100px;
  }
}
.cmp-section-v1 .cmp-headline-v2:first-child {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-section-v1 .cmp-headline-v2:first-child {
    margin-top: 40px;
  }
}

.cmp-horizontallinklist a {
  border-left: 1px solid #4a4a4a;
  color: #4a4a4a;
  margin: 0 0 0 7px;
  text-decoration: none;
}
.cmp-horizontallinklist .cmp-link a {
  padding: 0 0 0 10px;
}
.cmp-horizontallinklist .cmp-imagelink a {
  padding: 0 10px 0 0;
}
.horizontallinklist__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.horizontallinklist__list-item {
  display: inline-block;
}
.horizontallinklist__list-item:first-child .cmp-link a {
  padding: 0;
  margin: 0;
}
.horizontallinklist__list-item:first-child a {
  border-left: none;
}
.horizontallinklist__list-item--active a {
  color: #f08200;
}
.horizontallinklist__annotation {
  font-size: 12px;
  margin: 10px 0 0;
}
.horizontallinklist__parsys .new.section {
  display: inline-block;
  margin: 0 0 0 10px;
  min-width: 180px;
  vertical-align: middle;
}
.horizontallinklist__parsys .new.section:first-child {
  margin: 0;
}
.aem-AuthorLayer-Preview .horizontallinklist__parsys .new.section,
.aem-AuthorLayer-Preview .horizontallinklist__annotation {
  display: none;
}

.cmp-teaser-highlight .teaserhighlight__link {
  background-color: #ffffff;
  color: inherit;
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: all 0.1s ease;
}
.cmp-teaser-highlight .teaserhighlight__link:hover,
.cmp-teaser-highlight .teaserhighlight__link:focus,
.cmp-teaser-highlight .teaserhighlight__link:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-teaser-highlight .teaserhighlight__image {
  display: block;
  max-width: 100%;
  width: 100%;
}
.cmp-teaser-highlight .teaserhighlight__image__center {
  width: 100%;
}
.cmp-teaser-highlight .teaserhighlight__headline {
  color: #f08200;
}
.cmp-teaser-highlight .teaserhighlight__body {
  line-height: normal;
  padding: 26px 30px 20px 33px;
  vertical-align: top;
}
.cmp-teaser-highlight .teaserhighlight__body--alternative {
  background: #f08200;
}
.cmp-teaser-highlight .teaserhighlight__body--alternative h1 {
  color: #ffffff;
}
.cmp-teaser-highlight .teaserhighlight__body p {
  color: #707172;
  font-size: 14px;
  margin: 12px 0 0 0;
}
@media print, screen and (min-width: 769px) {
  .cmp-teaser-highlight .teaserhighlight__link:before,
  .cmp-teaser-highlight .teaserhighlight__link:after {
    content: " ";
    display: table;
  }
  .cmp-teaser-highlight .teaserhighlight__link:after {
    clear: both;
  }
  .cmp-teaser-highlight .teaserhighlight__image {
    width: 50%;
  }
  .cmp-teaser-highlight .teaserhighlight__image--left {
    float: left;
    margin: 0 25px 0 0;
  }
  .cmp-teaser-highlight .teaserhighlight__image--right {
    float: right;
    margin: 0 0 0 25px;
  }
}

.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width {
  background-color: #f0f0f0;
  color: inherit;
  display: block;
  line-height: 0;
  transition: all 0.1s ease;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default:hover,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width:hover,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default:focus,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width:focus,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default:active,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__image--mobile,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__image--mobile {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media screen and (max-width: 479px) {
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__image--mobile,
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__image--mobile {
    width: 100%;
    max-height: 200px;
  }
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__image,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__image {
  display: none;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body {
  line-height: normal;
  padding: 30px 30px;
  vertical-align: top;
  flex-flow: column;
  display: flex;
  line-height: 1.5;
  min-height: 280px;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__text,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__text {
  flex: 1 1 auto;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__text .teaserhighlight-v2__headline,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__text .teaserhighlight-v2__headline {
  color: #f08200;
  font-size: 27px;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__text p,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__text p {
  color: #707172;
  font-size: 18px;
  margin: 12px 0 0 0;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__button-container,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__button-container {
  width: 100%;
  margin-top: 1em;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__button-primary,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__button-primary {
  background: #f08200;
  padding: 10px 20px;
  border: 0;
  font-size: 18px;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__button-primary .teaserhighlight-v2__button-label,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__button-primary .teaserhighlight-v2__button-label {
  color: white;
  vertical-align: text-top;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__button-text,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__button-text {
  color: #f08200;
  font-size: 18px;
  text-decoration: none;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body .teaserhighlight-v2__button-text .teaserhighlight-v2__button-label,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body .teaserhighlight-v2__button-text .teaserhighlight-v2__button-label {
  vertical-align: text-top;
}
@media print, screen and (min-width: 769px) {
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default,
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width {
    display: flex;
    width: 100%;
    min-height: 280px;
  }
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__image,
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__image {
    display: block;
    width: 50%;
    object-fit: cover;
  }
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__image--mobile,
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__image--mobile {
    display: none;
  }
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default .teaserhighlight-v2__body,
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width .teaserhighlight-v2__body {
    width: 50%;
  }
}
.aem-AuthorLayer-Edit .teaserhighlight-v2__image--mobile {
  display: none;
}

.cmp-iconnavi {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-iconnavi {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-iconnavi {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-iconnavi.insideStage {
  margin-top: 0;
}
.cmp-iconnavi .iconnavi {
  /*  Der iconnavi_Element_Container ist dauerhaft responsive, 
            die iconnavi_element überlappen ab 940px nach rechts den Viewport */
}
.cmp-iconnavi .iconnavi h4 {
  margin-bottom: 0 !important;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.cmp-iconnavi .iconnavi_container {
  padding: 0;
}
.cmp-iconnavi .iconnavi_container .iconnavi_parsys {
  width: 100%;
}
.cmp-iconnavi .iconnavi_container .cmp-iconnaviitem {
  margin: 8px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  /* Letztes Navi_Element hat keinen Abstand nach rechts */
}
.cmp-iconnavi .iconnavi_container .cmp-iconnaviitem:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .cmp-iconnavi .iconnavi .five {
    display: grid;
    column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .cmp-iconnavi .iconnavi .four {
    display: grid;
    column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .cmp-iconnavi .iconnavi .three {
    display: grid;
    column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.aem-AuthorLayer-Edit .cmp-iconnavi,
.aem-AuthorLayer-Edit .iconnavi_container {
  padding: 16px;
}
.aem-AuthorLayer-Edit .iconnavi_container {
  outline: 1px dashed #ababab;
}
.aem-AuthorLayer-Edit .cmp-iconnavi .iconnavi .three,
.aem-AuthorLayer-Edit .cmp-iconnavi .iconnavi .four,
.aem-AuthorLayer-Edit .cmp-iconnavi .iconnavi .five {
  display: block;
  height: auto;
}

.cmp-footernavigation {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  font-size: 22px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .cmp-footernavigation {
    margin: 80px auto;
  }
}
.cmp-footernavigation a,
.cmp-footernavigation .footersection__container {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #707172;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
}
.cmp-footernavigation a:hover {
  color: #f08200;
}
.cmp-footernavigation .footersection__container {
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cmp-footernavigation .footersection__container span:first-of-type {
  text-align: left;
  margin-right: 16px;
}
@media screen and (min-width: 769px) {
  .cmp-footernavigation .footersection__container span:first-of-type {
    min-height: 46px;
  }
}
.cmp-footernavigation .footernavi__container {
  display: grid;
  grid-template-columns: 1fr;
}
.cmp-footernavigation .footernavi__container .footernavi__section-container {
  margin-bottom: 30px;
}
.cmp-footernavigation .footernavi__container .footernavi__section-container:first-of-type {
  display: block;
}
.cmp-footernavigation .footernavi__container .footernavi__section-container:first-of-type .footersection__dropdownIcon {
  display: none;
}
.cmp-footernavigation .footernavi__container .footernavi__section-container:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cmp-footernavigation .footernavi__container .footersection__dropdownIcon {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cmp-footernavigation .footernavi__container {
    grid-template-columns: 1fr 1fr;
  }
  .cmp-footernavigation .footernavi__container .cmp-footersection {
    border-bottom: none;
  }
  .cmp-footernavigation .footernavi__container .cmp-footersection:nth-child(even) {
    margin-left: 8px;
  }
  .cmp-footernavigation .footernavi__container .cmp-footersection:nth-of-type(odd) {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .cmp-footernavigation .footernavi__container {
    grid-gap: 16px;
  }
  .cmp-footernavigation .footernavi__container .cmp-footersection {
    margin: 0 16px;
    border-bottom: none;
  }
  .cmp-footernavigation .footernavi__container .cmp-footersection:first-child {
    margin-left: 0;
  }
  .cmp-footernavigation .footernavi__container .cmp-footersection:last-child {
    margin-right: 0;
  }
  .cmp-footernavigation .footernavi__container.two {
    grid-template-columns: 1fr 1fr;
  }
  .cmp-footernavigation .footernavi__container.three {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cmp-footernavigation .footernavi__container.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cmp-footernavigation .footernavi__container.five {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .cmp-footernavigation .footernavi__container.six {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.cmp-footernavigation .cmp-footersection .footersection__headline-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cmp-footernavigation .cmp-footersection .footersection__headline-wrapper {
    margin-bottom: 8px;
  }
}
.cmp-footernavigation .cmp-footersection .footersection__icon {
  transform: rotate(-180deg);
  transition: all 200ms ease-in-out;
}
.cmp-footernavigation .cmp-footersection .footersection__icon svg {
  max-height: 100%;
  height: 16px;
  width: 16px;
}
.cmp-footernavigation .cmp-footersection .cmp-footersectionitem {
  font-size: 16px;
  margin-bottom: 16px;
  display: none;
}
@media screen and (min-width: 769px) {
  .cmp-footernavigation .cmp-footersection .cmp-footersectionitem {
    margin-bottom: 8px;
    display: block;
  }
}
.cmp-footernavigation .cmp-footersection .cmp-footersectionitem:first-of-type {
  margin-top: 16px;
}
.cmp-footernavigation .cmp-footersection .cmp-footersectionitem a {
  font-weight: normal;
}
.cmp-footernavigation .cmp-footersection .cmp-footersectionitem a.indented {
  padding-left: 16px;
}
.cmp-footernavigation .cmp-footersection .cmp-footersectionitem a.indented::before {
  content: "-";
}
.cmp-footernavigation .cmp-footersection.expanded .cmp-footersectionitem {
  display: block;
}
.cmp-footernavigation .cmp-footersection.expanded .cmp-footersectionitem:last-of-type {
  margin-bottom: 0;
}
.cmp-footernavigation .cmp-footersection.expanded .footersection__headline-wrapper {
  margin-bottom: 16px;
}
.cmp-footernavigation .cmp-footersection.hidden {
  visibility: hidden;
}
.aem-AuthorLayer-Edit .cmp-footernavigation {
  border: 2px dashed #707172;
  padding: 8px;
}
.aem-AuthorLayer-Edit .cmp-footernavigation .footernavi__container {
  grid-template-columns: 1fr;
}
.aem-AuthorLayer-Edit .cmp-footernavigation .footernavi__container .cmp-footersection {
  padding: 16px;
  margin: 8px;
  border: 2px dashed #707172;
}

@media screen and (min-width: 640px) {
  .cmp-iconnavi .three .iconnaviitem {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    min-height: 154px;
  }
}
@media screen and (min-width: 640px) {
  .cmp-iconnavi .three .iconnaviitem__text {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .cmp-iconnavi .three .iconnaviitem__icon {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .cmp-iconnavi .four .iconnaviitem {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    min-height: 170px;
  }
}
@media screen and (min-width: 768px) {
  .cmp-iconnavi .four .iconnaviitem__text {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cmp-iconnavi .four .iconnaviitem__icon {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 960px) {
  .cmp-iconnavi .five .iconnaviitem {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    min-height: 170px;
  }
}
@media screen and (min-width: 960px) {
  .cmp-iconnavi .five .iconnaviitem__text {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .cmp-iconnavi .five .iconnaviitem__icon {
    height: 60px;
    width: 60px;
  }
}
.cmp-iconnaviitem .iconnaviitem {
  background-color: #f5f5f5;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cmp-iconnaviitem .iconnaviitem__text {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #707172;
  text-decoration: none;
}
.cmp-iconnaviitem .iconnaviitem__text:hover {
  color: #707172;
  text-decoration: none;
}
.cmp-iconnaviitem .iconnaviitem__icon {
  height: 40px;
  width: 40px;
}
.cmp-iconnaviitem .iconnaviitem__icon img {
  width: 100%;
  height: 100%;
}
.cmp-iconnaviitem .iconnaviitem__icon img path {
  fill: #F08200;
}

.cmp-iframe-v2 {
  display: flex;
}
.cmp-iframe-v2 iframe {
  border: 0;
  margin: auto;
}

@media print {
  .prefooter,
  .footer {
    display: none;
  }
}

.cmp-iframe iframe {
  width: 1px;
  min-width: 100%;
  border: 0 none;
}

@media print {
  .prefooter,
  .footer {
    display: none;
  }
}

.cmp-image {
  position: relative;
}
.cmp-image__image {
  display: block;
  height: auto;
  width: 100%;
  max-height: 95vh;
}
.cmp-image__caption {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 0;
}
.cmp-image__zoombutton,
.cmp-image__closebutton {
  background: #dfdedd;
  height: 44px;
  width: 44px;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cmp-image__zoombutton,
  .cmp-image__closebutton {
    display: none;
  }
}
.cmp-image__zoombutton-container,
.cmp-image__closebutton-container {
  border: 2px solid #707172;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 22px;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
}
.cmp-image__modal {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 16px;
}
.cmp-image__modal.open {
  display: flex;
}
.cmp-image__modal-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cmp-image__modal-content-container {
  position: relative;
}
.cmp-image__modal-content figure figcaption {
  display: none;
}

.cmp-imagelink .imagelink__link {
  border-left: none;
  margin: unset;
}
.cmp-imagelink .imagelink__image {
  width: 35px;
  height: 35px;
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 130, 0, 0.2);
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    box-shadow: 0 0 0 20px rgba(240, 130, 0, 0);
  }
  100% {
    transform: scale(1);
  }
}
.cmp-imageslider {
  --control-position: 62%;
  --overlay-width: 38%;
}
.cmp-imageslider .imageslider__body {
  cursor: pointer;
  position: relative;
}
.cmp-imageslider .imageslider__control {
  background-color: #f08200;
  font-size: 32px;
  height: 100%;
  left: 62%;
  left: var(--control-position);
  position: absolute;
  top: 0;
  width: 0.2em;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .cmp-imageslider .imageslider__control {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .cmp-imageslider .imageslider__control {
    font-size: 50px;
  }
}
.cmp-imageslider .imageslider__drag {
  align-items: center;
  appearance: none;
  animation: 2.2s pulsate infinite cubic-bezier(0.47, 1.1, 1, 1.24);
  background-color: #f08200;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: grab;
  display: flex;
  font-size: 100%;
  height: 1em;
  justify-content: center;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 1em;
}
.cmp-imageslider .imageslider__drag.is-dragging {
  animation: none;
}
.cmp-imageslider .imageslider__drag-icon {
  font-size: 0.26em;
  flex-grow: 1;
}
.cmp-imageslider .imageslider__image {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  width: 100%;
}
.cmp-imageslider .imageslider__layer--front {
  clip-path: inset(0 var(--overlay-width) 0 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cmp-blog-link {
  font-size: 20px;
  line-height: 26px;
  color: #f08200;
  margin: 0 0 10px 0;
  padding: 0;
}
.cmp-blog-link .blog-link__date {
  color: #cbcbcb;
  font-size: 16px;
}

.cmp-horizontallinklist .horizontallinklist__list-item {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.cmp-horizontallinklist .horizontallinklist__list-item .aemblueprint__placeholder {
  margin: 0 0 0 10px;
  padding: 5px 15px;
}
.cmp-horizontallinklist .horizontallinklist__list-item .cmp-link > a:link,
.cmp-horizontallinklist .horizontallinklist__list-item .cmp-link > a:active,
.cmp-horizontallinklist .horizontallinklist__list-item .cmp-link > a:hover,
.cmp-horizontallinklist .horizontallinklist__list-item .cmp-link > a:focus,
.cmp-horizontallinklist .horizontallinklist__list-item .cmp-link > a:visited {
  background: transparent;
  color: #707172;
  text-decoration: none;
}
.cmp-horizontallinklist .horizontallinklist__list-item:first-child .cmp-link {
  border-left: none;
  margin: 0;
  padding: 0;
}
.cmp-horizontallinklist .horizontallinklist__list-item:first-child .aemblueprint__placeholder {
  margin: 0;
}

.cmp-linklist .headline.h2 {
  border-bottom: 1px solid #dfdedd;
  margin: 20px 0 14px;
  padding: 0 0 6px 20px;
}
.cmp-linklist .linklist__body {
  min-height: 50px;
  background-color: #ffffff;
}
.cmp-linklist .linklist__body a {
  color: inherit;
  text-decoration: none;
}
.cmp-linklist .linklist__body .cmp-link {
  border-top: 1px solid #dfdedd;
  display: block;
  font-size: 14px;
  margin: 0 20px;
  padding: 18px 17px 15px 30px;
}
.cmp-linklist .linklist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-linklist .linklist__list-item:first-child .cmp-link {
  border-top: none;
}
.cmp-linklist .linklist__parsys .cmp-link .aemblueprint__placeholder {
  margin: 0 0 0 10px;
  padding: 5px 15px;
}
.cmp-linklist .linklist__parsys .cmp-link:first-child {
  border-top: none;
}
.cmp-linklist .linklist__parsys .new.section {
  margin: 0 20px;
}

.cmp-link-with-icon .link-with-icon__link {
  display: block;
  position: relative;
}
.cmp-link-with-icon .link-with-icon__link:link,
.cmp-link-with-icon .link-with-icon__link:focus,
.cmp-link-with-icon .link-with-icon__link:active,
.cmp-link-with-icon .link-with-icon__link:hover,
.cmp-link-with-icon .link-with-icon__link:visited {
  background-color: transparent;
}
.cmp-link-with-icon .link-with-icon__link-icon {
  color: #f08200;
  display: inline-block;
  font-size: 12px;
  left: -27px;
  position: absolute;
}
.cmp-link-with-icon .link-with-icon__link-text {
  display: inline-block;
}

.cmp-logo {
  display: inline-block;
}
.logo__link {
  display: block;
  min-height: 15px;
}
.logo__image {
  display: block;
  height: 60px;
  margin: 0 0 30px 0;
  transition: 0.25s all linear;
}

.cmp-mainnavigation .mainnavigation {
  color: #4a4a4a;
  list-style: none;
  margin: 0;
  position: relative;
}
.cmp-mainnavigation .mainnavigation__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cmp-mainnavigation .mainnavigation__item.is-active .mainnavigation__submenu {
  display: block;
}
.cmp-mainnavigation .mainnavigation__entry {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  outline: 0;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.cmp-mainnavigation .mainnavigation__submenu {
  display: none;
  list-style: none;
  min-height: 100%;
}
.cmp-mainnavigation .mainnavigation__submenu-box {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
}
.cmp-mainnavigation .mainnavigation__submenu-box-headline {
  background-color: transparent;
  text-decoration: none;
}
.cmp-mainnavigation .mainnavigation__submenu-box-headline:hover {
  background-color: transparent;
}
.cmp-mainnavigation .mainnavigation__submenu-box-list {
  list-style: none;
  padding: 0;
}
.cmp-mainnavigation .mainnavigation__submenu-box-item {
  position: relative;
}
.cmp-mainnavigation .mainnavigation__submenu-box-headline:link,
.cmp-mainnavigation .mainnavigation__submenu-box-link:link,
.cmp-mainnavigation .mainnavigation__submenu-box-headline:hover,
.cmp-mainnavigation .mainnavigation__submenu-box-link:hover {
  background-color: transparent;
  text-decoration: none;
}
.cmp-mainnavigation .mainnavigation__submenu-box-headline:link:hover,
.cmp-mainnavigation .mainnavigation__submenu-box-headline:visited:hover,
.cmp-mainnavigation .mainnavigation__submenu-box-link:hover {
  color: #f08200;
}

.cmp-mainnavigation--desktop .mainnavigation--sidebar {
  z-index: 2;
}
@keyframes growInFromLeft {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeAndSlideInFromleft {
  0% {
    opacity: 0;
    transform: translate(-1em, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rippleGrow {
  0%,
  100% {
    opacity: 0;
    transform: translate(var(--ripple-x), var(--ripple-y)) scale(0);
  }
  20% {
    transform: translate(var(--ripple-x), var(--ripple-y)) scale(10);
  }
  50% {
    opacity: 0.3;
    transform: translate(var(--ripple-x), var(--ripple-y)) scale(calc(var(--ripple-scale) * 0.05)));
  }
  85% {
    opacity: 0.3;
    transform: translate(var(--ripple-x), var(--ripple-y)) scale(var(--ripple-scale));
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__item {
  height: 40px;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__item.is-active .mainnavigation__entry {
  background-color: #dfdedd;
  color: #f08200;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__item.is-active .mainnavigation__entry::after {
  animation: 0.3s rippleGrow;
  animation-fill-mode: both;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry {
  --ripple-x: 0;
  --ripple-y: 0;
  --ripple-scale: 0;
  font-size: 18px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry::before,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry::after {
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry::before {
  background-color: #dfdedd;
  height: 100%;
  opacity: 0;
  transform: translate(0, -1em);
  transition: transform 0.2s cubic-bezier(0, 0.42, 0.04, 1.1), opacity 0.2s;
  width: 100%;
  z-index: 0;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry::after {
  background-color: #ababab;
  border-radius: 50%;
  height: 1px;
  width: 1px;
  z-index: 1;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry:hover::before {
  opacity: 1;
  transform: none;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__entry-back-icon {
  display: none;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__label {
  display: inline-block;
  padding: 10px 30px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__list {
  flex-direction: column;
  padding: 0 25px 0 0;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__close-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 15px;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__close-icon {
  animation: scaleUp 0.3s cubic-bezier(0.38, 1.25, 0.99, 1.29);
  animation-delay: 0.4s;
  animation-fill-mode: both;
  display: inline-block;
  pointer-events: none;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu {
  animation: growInFromLeft 0.35s ease-out;
  background-color: #e6e6e6;
  column-count: 3;
  column-gap: 25px;
  left: 100%;
  padding: 35px 20px 0;
  position: absolute;
  top: 0;
  transform-origin: 0 center;
  width: 300%;
  z-index: 1;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box {
  animation: fadeAndSlideInFromleft 0.4s ease-out 0.3s;
  animation-fill-mode: both;
  margin: 0 0 50px;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link-label {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link {
  font-size: 22px;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline {
  color: #4a4a4a;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link {
  align-items: flex-start;
  display: flex;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:link,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:active,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:visited {
  background-color: transparent;
  color: #4a4a4a;
  text-decoration: none;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:hover,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:focus {
  color: #f08200;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link-icon {
  color: #f08200;
  display: inline-block;
  font-size: 15px;
  padding: 2px 10px 5px 0;
  pointer-events: none;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-item {
  margin: 0;
  padding: 0;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-link {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 1px solid #dfdedd;
  color: #4a4a4a;
  display: flex;
  font-size: 0.875em;
  padding: 15px 0;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-link:link,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-link:hover {
  background-color: transparent;
  text-decoration: none;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-link:hover {
  color: #f08200;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-link-icon {
  color: #f08200;
  display: inline-block;
  margin-right: 10px;
  pointer-events: none;
  position: relative;
  top: -1px;
}
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box-toggle-btn {
  display: none;
}
/* Only IE 11 will have a different animation for the expanding submenus, as the default
 animations caused the submenu-box and it's children to look weirdly squished */
*::-ms-backdrop,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu {
  animation: fadeAndSlideInFromleft 0.35s;
}
*::-ms-backdrop,
.cmp-mainnavigation--desktop .mainnavigation--sidebar .mainnavigation__submenu-box {
  animation: none;
}

.cmp-mainnavigation--mobile .mainnavigation--sidebar {
  text-align: left;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__close-btn {
  display: none;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__list {
  flex-direction: column;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__list.has-selection .mainnavigation__item:not(.is-active) {
  display: none;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__item.is-active .mainnavigation__entry {
  border-bottom: 1px solid #dfdedd;
  font-weight: bold;
  margin: 0 0 1em 0;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__item.is-active .mainnavigation__entry-back-icon {
  display: inline-block;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__item.is-active .mainnavigation__submenu-box-headline {
  font-weight: bold;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__entry {
  align-items: center;
  display: inline-flex;
  padding: 1em 0;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__entry-back-icon {
  display: none;
  font-size: 0.7em;
  padding-right: 0.7em;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu {
  margin: 0;
  padding: 0;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box {
  margin: 0;
  padding: 0;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box:not(.is-expanded) .mainnavigation__submenu-box-item:nth-child(n+4) {
  display: none;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-list {
  margin-bottom: 1em;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline,
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link {
  display: inline-block;
  padding: 0.7em 0;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline {
  color: #4a4a4a;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:link,
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:active,
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:hover,
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:focus,
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link:visited {
  color: #4a4a4a;
  font-weight: bold;
  text-decoration: none;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-headline-link-icon {
  display: none;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-link {
  align-items: center;
  color: #4a4a4a;
  display: inline-flex;
  padding: 0.5em 0;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-link-icon {
  color: #f08200;
  font-size: 0.7em;
  padding-right: 1em;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-toggle-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  border-bottom: 1px solid #dfdedd;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  width: 100%;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-toggle-icon {
  display: inline-block;
  pointer-events: none;
}
.cmp-mainnavigation--mobile .mainnavigation--sidebar .mainnavigation__submenu-box-toggle-icon[hidden] {
  display: none;
}

.cmp-mainnavigation .mainnavigation--topbar {
  color: #707172;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__header {
  background-color: #f0f0f0;
  display: flex;
  padding: 0 14px;
  width: 100%;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__item.is-active .mainnavigation__submenu {
  display: flex;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry-label,
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry-icon {
  display: inline-block;
  pointer-events: none;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry-label {
  flex-grow: 1;
  position: relative;
  top: 2px;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-headline {
  position: relative;
  top: 2px;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__back-btn {
  align-items: center;
  appearance: none;
  background-color: transparent;
  display: none;
  padding: 0;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__back-btn-icon {
  color: #f08200;
  font-size: 26px;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__back-btn-label {
  margin-left: 8px;
  padding-top: 4px;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__toggle-btn {
  appearance: none;
  background-color: transparent;
  font-size: 26px;
  padding: 0;
  position: fixed;
  right: 20px;
  top: 17px;
  z-index: 1;
}
.cmp-mainnavigation .mainnavigation--topbar .mainnavigation__toggle-btn:focus {
  outline: 0;
}
@media screen and (max-width: 768px) {
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__toggle-btn-icon--close {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__list,
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu {
    flex-direction: column;
    max-height: calc(100vh -  66px);
    overflow: auto;
    padding: 0;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__list {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__scroll-btn {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu {
    background-color: #dfdedd;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-icon {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry {
    color: #707172;
    display: flex;
    justify-content: space-between;
    padding: 11px 20px 12px;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry-icon {
    color: #f08200;
    display: inline-block;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry,
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box {
    border-bottom: 1px solid #ababab;
    width: 100%;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry-headline,
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-headline {
    color: #707172;
    display: block;
    padding: 11px 20px 12px;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded {
    background-color: #dfdedd;
    left: 0;
    min-height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded .mainnavigation__header {
    border-bottom: 2px solid #ababab;
    min-height: 66px;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded .mainnavigation__back-btn {
    display: flex;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded .mainnavigation__back-btn[hidden] {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded .mainnavigation__toggle-btn-icon--close {
    display: block;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded .mainnavigation__toggle-btn-icon--menu {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar.is-expanded .mainnavigation__list {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .cmp-mainnavigation--topbar {
    --scrollLeft: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
  }
  .cmp-mainnavigation--topbar.is-dragged {
    scroll-behavior: unset;
  }
  .cmp-mainnavigation .mainnavigation--topbar {
    width: 100%;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__toggle-btn {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__scroll-btn {
    outline: 0;
    position: absolute;
    top: 0;
    transform: translateX(var(--scrollLeft));
    width: 4em;
    z-index: 1;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__scroll-btn[hidden] {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__scroll-btn--left {
    left: 0;
    padding: 0 0 0 0.5em;
    text-align: left;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__scroll-btn--right {
    padding: 0 0.5em 0 0;
    right: 0;
    text-align: right;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__scroll-btn--right::after {
    content: "";
    display: block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10em;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__list {
    flex-wrap: nowrap;
    width: fit-content;
    width: -moz-fit-content;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry {
    padding: 0.94444444em 0.94444444em 0.83333333em;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry:hover,
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry:focus,
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry:focus-within {
    color: #f08200;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__entry-icon {
    display: none;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu {
    background-color: #dfdedd;
    flex-direction: column;
    min-height: 1px;
    padding: 0;
    position: fixed;
    transform: translateX(calc(var(--scrollLeft)*-1));
    z-index: 1;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box {
    border-bottom: 1px solid #ababab;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-headline {
    color: #707172;
    display: flex;
    padding: 0.77777778em 0.94444444em 0.72222222em;
    white-space: nowrap;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-headline:hover,
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-headline:focus {
    color: #f08200;
  }
  .cmp-mainnavigation .mainnavigation--topbar .mainnavigation__submenu-box-icon {
    color: #f08200;
    font-size: 0.8em;
    margin-right: 0.55555556em;
  }
}

@media print {
  .cmp-mainnavigation {
    display: none !important;
  }
}

.cmp-metanavigation-v2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cmp-metanavigation-v2 {
    display: none;
  }
}
.cmp-metanavigation-v2 .metanavi__label {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  color: #707172;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}
.cmp-metanavigation-v2 .metanavi__image {
  height: auto;
  max-width: 165px;
  transition: 0.25s all linear;
}
.cmp-metanavigation-v2 a {
  border-left: 1px solid #707172;
  color: #707172;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.714em;
  text-decoration: none;
}
.cmp-metanavigation-v2 .horizontallinklist__list {
  text-align: right;
}
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link {
  float: none;
  line-height: normal;
}
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link .logoutcas__link-icon,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link .logoutcas__link-icon {
  display: none;
}
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link:link,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link:link,
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link:hover,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link:hover,
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link:focus,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link:focus,
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link:active,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link:active,
.cmp-metanavigation-v2 .horizontallinklist__parsys .logoutcas__link:visited,
.cmp-metanavigation-v2 .horizontallinklist__list .logoutcas__link:visited {
  color: #707172;
}
.cmp-metanavigation-v2 .horizontallinklist__parsys {
  text-align: right;
}
.cmp-metanavigation-v2 .horizontallinklist__parsys .cmp-link,
.cmp-metanavigation-v2 .horizontallinklist__parsys .cmp-logoutcas,
.cmp-metanavigation-v2 .horizontallinklist__parsys .new.section.newpar {
  margin: 15px 0 0;
}
.cmp-metanavigation-v2 .horizontallinklist__parsys a {
  border-left: 0;
}
.footer .cmp-metanavigation-v2 {
  display: none;
  font-size: 1em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .footer .cmp-metanavigation-v2 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .cmp-metanavigation-v2 .metanavi__label {
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}
.header--sticky .cmp-metanavigation-v2 .metanavi__image {
  max-width: 125px;
}

.cmp-metanavigation-v2.cmp-metanavigation-v2--mobile {
  padding: 1em 0;
}
.cmp-metanavigation-v2.cmp-metanavigation-v2--mobile .metanavi__label {
  display: none;
}
.cmp-metanavigation-v2.cmp-metanavigation-v2--mobile .horizontallinklist__list {
  text-align: left;
}
.cmp-metanavigation-v2.cmp-metanavigation-v2--mobile .horizontallinklist__list-item {
  display: block;
}
.cmp-metanavigation-v2.cmp-metanavigation-v2--mobile .cmp-link a {
  border-left: 0;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.5em 0;
}

@media print {
  .cmp-metanavigation-v2 .horizontallinklist__list {
    display: none;
  }
}

.cmp-metanavigation {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cmp-metanavigation {
    display: none;
  }
}
.cmp-metanavigation .metanavi__label {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  color: #707172;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}
.cmp-metanavigation a {
  border-left: 1px solid #707172;
  color: #707172;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.714em;
  text-decoration: none;
}
.cmp-metanavigation .horizontallinklist__list {
  text-align: right;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cmp-metanavigation .horizontallinklist__list-item .cmp-lanuagelink a {
  color: #f08200;
}
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link {
  float: none;
  line-height: normal;
}
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link .logoutcas__link-icon,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link .logoutcas__link-icon {
  display: none;
}
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link:link,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link:link,
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link:hover,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link:hover,
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link:focus,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link:focus,
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link:active,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link:active,
.cmp-metanavigation .horizontallinklist__parsys .logoutcas__link:visited,
.cmp-metanavigation .horizontallinklist__list .logoutcas__link:visited {
  color: #707172;
}
.cmp-metanavigation .horizontallinklist__parsys {
  text-align: right;
}
.cmp-metanavigation .horizontallinklist__parsys .cmp-link,
.cmp-metanavigation .horizontallinklist__parsys .cmp-logoutcas,
.cmp-metanavigation .horizontallinklist__parsys .new.section.newpar {
  margin: 15px 0 0;
}
.cmp-metanavigation .horizontallinklist__parsys a {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .cmp-metanavigation .metanavi__label {
    display: none;
  }
}
.footer .cmp-metanavigation {
  display: none;
  font-size: 1em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .footer .cmp-metanavigation {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.aem-AuthorLayer-Edit .cmp-metanavigation {
  margin-bottom: 16px;
  border: 2px dashed #707172;
  padding: 8px !important;
}
.aem-AuthorLayer-Edit .cmp-metanavigation .aemblueprint__placeholder {
  height: 100%;
  width: 100%;
}

.cmp-metanavigation.cmp-metanavigation--mobile {
  padding: 1em 0;
}
.cmp-metanavigation.cmp-metanavigation--mobile .horizontallinklist__list {
  text-align: left;
}
.cmp-metanavigation.cmp-metanavigation--mobile .horizontallinklist__list-item {
  display: block;
}
.cmp-metanavigation.cmp-metanavigation--mobile .cmp-link a {
  border-left: 0;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.5em 0;
}

@media print {
  .cmp-metanavigation .horizontallinklist__list {
    display: none;
  }
}

.cmp-multinav {
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cmp-multinav.has-open-submenu .multinav__list {
    margin-top: 0;
  }
  .cmp-multinav.has-open-submenu .multinav__list-item:not([aria-expanded=true]) {
    display: none;
  }
  .cmp-multinav.has-open-submenu .multinav__list-item[aria-expanded=true] .multinav__submenus-container {
    overflow: visible;
  }
  .cmp-multinav.has-open-submenu .multinav__list-item[aria-expanded=true] .multinav__list-button {
    display: none;
  }
}
.cmp-multinav .multinav__container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cmp-multinav .multinav__scroll-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  padding: 0 0.5em;
  text-align: center;
}
.cmp-multinav .multinav__scroll-btn > i {
  display: inline-block;
  pointer-events: none;
}
.cmp-multinav .multinav__list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__list-container {
    flex-direction: row;
  }
}
.cmp-multinav .multinav__list {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 3.7em 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__list {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__list {
    flex-direction: row;
    margin-top: 0;
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
  }
  .cmp-multinav .multinav__list::-webkit-scrollbar {
    /* WebKit */
    height: 0;
    width: 0;
  }
}
.cmp-multinav .multinav__list-item {
  white-space: nowrap;
}
.cmp-multinav .multinav__list-item[aria-expanded=true] > .multinav__submenus-container,
.cmp-multinav .multinav__list-item:focus > .multinav__submenus-container {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.cmp-multinav .multinav__list-item:hover .multinav__list-button,
.cmp-multinav .multinav__list-item.is-active .multinav__list-button,
.cmp-multinav .multinav__list-item:hover .multinav__list-link,
.cmp-multinav .multinav__list-item.is-active .multinav__list-link {
  color: #f08200;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__list-item {
    border-bottom: 1px solid #cbcbcb;
  }
}
.cmp-multinav .multinav__list-item.no-transition .multinav__submenus-container {
  transition-duration: 0.00001s, 0.00001s;
}
.cmp-multinav .multinav__list-link {
  color: #707172;
  display: flex;
  text-decoration: none;
}
.cmp-multinav .multinav__list-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__list-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.cmp-multinav .multinav__list-button,
.cmp-multinav .multinav__list-link {
  padding: 0.8em 1em;
}
.cmp-multinav .multinav__list-button-icon {
  color: #f08200;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__list-button-icon {
    display: none;
  }
}
.cmp-multinav .multinav__list-link-icon {
  color: #f08200;
  font-size: 0.8em;
  padding-left: 1em;
}
.cmp-multinav .multinav__submenus-container {
  border-top: 1px solid #cbcbcb;
  display: flex;
  flex-direction: column;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: height 0.02s, opacity 0.16s;
  transition-timing-function: ease-out;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__submenus-container {
    background-color: #f0f0f0;
    left: 0;
    position: fixed;
  }
}
.cmp-multinav .multinav__submenus {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
}
.cmp-multinav .multinav__submenus-header {
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__submenus-header {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .cmp-multinav .multinav__submenus-header {
    position: sticky;
    top: -3.75em;
    background-color: #ffffff;
  }
}
@supports (display:contents) {
  .multinav__submenus {
    display: contents;
  }
}
.cmp-multinav .multinav__submenus-close-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  color: #f08200;
  display: none;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__submenus-close-btn {
    display: block;
  }
}
.cmp-multinav .multinav__submenus-close-btn > i {
  display: inline-block;
  pointer-events: none;
}
.cmp-multinav .multinav__breadcrumb {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__breadcrumb {
    padding: 1em;
  }
}
.cmp-multinav .multinav__breadcrumb-item {
  align-items: center;
  display: flex;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__breadcrumb-item:nth-child(2)::before {
    background-color: currentColor;
    content: '';
    display: inline-block;
    height: 1.5em;
    margin-right: 0.8em;
    width: 1px;
  }
}
.cmp-multinav .multinav__breadcrumb-item:nth-child(2) .multinav__breadcrumb-button,
.cmp-multinav .multinav__breadcrumb-item:nth-child(2) .multinav__breadcrumb-leaf {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__breadcrumb-item {
    display: none;
  }
  .cmp-multinav .multinav__breadcrumb-item:first-child,
  .cmp-multinav .multinav__breadcrumb-item:last-child {
    display: block;
  }
}
.cmp-multinav .multinav__breadcrumb-item.is-loading .multinav__submenu-loading-spinner {
  display: inline-block;
}
.cmp-multinav .multinav__breadcrumb-item.is-loading .multinav__submenu-icon,
.cmp-multinav .multinav__breadcrumb-item.is-loading .multinav__breadcrumb-separator {
  display: none;
}
.cmp-multinav .multinav__breadcrumb-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
}
.cmp-multinav .multinav__breadcrumb-button--back {
  color: #f08200;
  font-size: 1.6em;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__breadcrumb-button--back {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1441px) {
  .cmp-multinav .multinav__breadcrumb-button--back {
    left: -2em;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
  }
}
.cmp-multinav .multinav__breadcrumb-button:hover,
.cmp-multinav .multinav__breadcrumb-button:focus {
  color: #f08200;
}
.cmp-multinav .multinav__breadcrumb-leaf {
  display: flex;
}
.cmp-multinav .multinav__breadcrumb-button,
.cmp-multinav .multinav__breadcrumb-leaf {
  padding: 0.8em 0.4em;
}
.cmp-multinav .multinav__breadcrumb-separator {
  color: #f08200;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__breadcrumb-separator {
    display: none;
  }
}
.cmp-multinav .multinav__submenu {
  flex-shrink: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__submenu {
    padding: 0 1em 1em 1em;
  }
}
.cmp-multinav .multinav__submenus-viewport {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  display: flex;
}
.cmp-multinav .multinav__submenus-viewport--down {
  animation-name: down;
  flex-direction: row-reverse;
}
.cmp-multinav .multinav__submenus-viewport--up {
  animation-name: up;
}
@keyframes up {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes down {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: none;
  }
}
.cmp-multinav .multinav__submenu-list {
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__submenu-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__submenu-list {
    column-count: 3;
    column-fill: balance;
    column-gap: 2em;
    white-space: normal;
  }
}
.cmp-multinav .multinav__submenu-list-item {
  border-bottom: 1px solid #cbcbcb;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  page-break-inside: avoid;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__submenu-list-item {
    padding: 0 1em;
  }
  .cmp-multinav .multinav__submenu-list-item:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__submenu-list-item {
    margin-bottom: 1.6em;
  }
}
.cmp-multinav .multinav__submenu-list-item.is-active .multinav__submenu-link,
.cmp-multinav .multinav__submenu-list-item.is-active .multinav__submenu-button {
  color: #f08200;
}
.cmp-multinav .multinav__submenu-link {
  color: #707172;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.cmp-multinav .multinav__submenu-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cmp-multinav .multinav__submenu-button * {
  pointer-events: none;
}
.cmp-multinav .multinav__submenu-button.is-loading .multinav__submenu-loading-spinner {
  display: inline-block;
}
.cmp-multinav .multinav__submenu-button.is-loading .multinav__submenu-icon {
  display: none;
}
.cmp-multinav .multinav__submenu-button.is-active {
  color: #f08200;
}
.cmp-multinav .multinav__submenu-link,
.cmp-multinav .multinav__submenu-button {
  padding-bottom: 0.8em;
  text-align: left;
  white-space: normal;
}
.cmp-multinav .multinav__submenu-link:hover,
.cmp-multinav .multinav__submenu-button:hover,
.cmp-multinav .multinav__submenu-link:focus,
.cmp-multinav .multinav__submenu-button:focus {
  color: #f08200;
}
@media screen and (max-width: 768px) {
  .cmp-multinav .multinav__submenu-link,
  .cmp-multinav .multinav__submenu-button {
    padding-top: 1em;
  }
}
.cmp-multinav .multinav__submenu-button-icon {
  color: #f08200;
}
.cmp-multinav .multinav__submenu-icon {
  color: #f08200;
  pointer-events: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cmp-multinav .multinav__submenu-loading-spinner {
  animation: 1s rotate linear 0s infinite;
  border: 2px solid #f08200;
  border-radius: 50%;
  border-right-color: #ffcc99;
  display: none;
  height: 1em;
  width: 1em;
}
.cmp-multinav .multinav__special-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .cmp-multinav .multinav__special-list {
    align-items: stretch;
    flex-direction: row;
  }
}
.cmp-multinav .multinav__special-list-item.is-active .multinav__special-list-link {
  color: #f08200;
}
.cmp-multinav .multinav__special-list-item.is-highlight .multinav__special-list-link {
  background-color: #f08200;
  color: #ffffff;
}
.cmp-multinav .multinav__special-list-item.is-highlight .multinav__special-list-link:active,
.cmp-multinav .multinav__special-list-item.is-highlight .multinav__special-list-link:focus,
.cmp-multinav .multinav__special-list-item.is-highlight .multinav__special-list-link:hover {
  background-color: #dd6500;
  color: #ffffff;
}
.cmp-multinav .multinav__special-list-link {
  align-items: center;
  color: #707172;
  display: flex;
  height: 100%;
  padding: 0.8em 1em;
  text-decoration: none;
  white-space: nowrap;
}
.cmp-multinav .multinav__special-list-link:active,
.cmp-multinav .multinav__special-list-link:focus,
.cmp-multinav .multinav__special-list-link:hover {
  color: #f08200;
}

.cmp-newsarchive {
  position: relative;
}
.cmp-newsarchive.is-loading .newsarchive__loading-spinner {
  display: block;
}
.cmp-newsarchive.is-loading .newsarchive__teaserlist {
  opacity: 0.5;
}
.cmp-newsarchive .newsarchive__loading-spinner {
  display: none;
  font-size: 4em;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cmp-newsarchive .newsarchive__teaserlist {
  transition: opacity 0.2s;
}
.cmp-newsarchive .newsarchive__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cmp-newsarchive .newsarchive__direction-btn {
  background-color: #ffffff;
  margin: 0.625em 0.3125em 0;
  padding: 0.4em 0.75em 0.6em;
}
.cmp-newsarchive .newsarchive__direction-btn:not(.is-visible) {
  display: none;
}
.cmp-newsarchive .newsarchive__direction-btn:hover {
  background-color: #f08200;
  color: #ffffff;
}
.cmp-newsarchive .newsarchive__pagination-list {
  display: inline-flex;
  list-style: none;
  margin: 1em 0;
  padding: 0;
  width: -moz-fiz-content;
  width: fit-content;
}
.cmp-newsarchive .newsarchive__pagination-item {
  display: inline-block;
  margin: 0.625em 0.3125em 0;
  pointer-events: none;
}
.cmp-newsarchive .newsarchive__pagination-item:not(.is-visible) {
  display: none;
}
.cmp-newsarchive .newsarchive__pagination-btn {
  background-color: #ffffff;
  border: 0;
  font-size: 1em;
  outline: 0;
  padding: 0.5em 0.75em;
  pointer-events: all;
}
.cmp-newsarchive .newsarchive__pagination-btn.is-active {
  background-color: #f08200;
  color: #ffffff;
}
.cmp-newsarchive .newsarchive__pagination-btn:not(.is-active):hover,
.cmp-newsarchive .newsarchive__pagination-btn:not(.is-active):focus {
  background-color: #f08200;
  color: #ffffff;
}
.cmp-newsarchive .cmp-newsarticle .cmp-headline-v1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.cmp-newsarchive .cmp-newsarticle .cmp-headline-v1 > .headline {
  color: #f08200;
  font-size: 1.375em;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__teaser {
  background-color: #ffffff;
  padding: 1.375em;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-header {
  align-items: center;
  display: flex;
  margin: 0;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-image {
  height: auto;
  margin: 0 1em 0 0;
  max-width: 100px;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-footer {
  display: flex;
  margin-top: 1em;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__datearea {
  position: static;
  width: auto;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__infoarea__list {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__infoarea__footer {
  border-left: 1px solid #707172;
  margin-left: 0.8125em;
  padding-left: 0.8125em;
}

.cmp-newsarticle .cmp-headline-v1 {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 20px 0 !important;
  padding: 0 0 10px 0;
}
.cmp-newsarticle .cmp-headline-v1 .h1 {
  font-size: 34px;
}
.newsarticle__wrapper-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.newsarticle__wrapper-link:link,
.newsarticle__wrapper-link:hover,
.newsarticle__wrapper-link:focus,
.newsarticle__wrapper-link:active,
.newsarticle__wrapper-link:visited {
  color: #707172;
  text-decoration: none;
}
.newsarticle__preheader {
  min-height: 43px;
  position: relative;
}
.newsarticle__datearea {
  position: absolute;
  width: 40px;
}
.newsarticle__datearea-month {
  background-color: #707172;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 3px 0 1px;
  text-align: center;
  vertical-align: middle;
}
.newsarticle__datearea-day {
  background-color: #f0f0f0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0 0;
  text-align: center;
}
.newsarticle__infoarea {
  padding: 0 0 0 50px;
}
.newsarticle__infoarea__header {
  font-weight: bold;
  margin: 0 0 5px;
}
.newsarticle__infoarea__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsarticle__infoarea__list-item {
  display: inline-block;
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.newsarticle__infoarea__list-item:first-child {
  margin-left: 0;
}
.newsarticle__infoarea__icon {
  display: inline-block;
  font-size: 14px;
}
.newsarticle__infoarea__text {
  display: inline-block;
}
.newsarticle__teaser-header,
.newsarticle__teaser-body {
  margin: 20px 0 0 0;
}

.newsarticle__teaser--landscape.newsarticle__teaser {
  background-color: #ffffff;
  padding: 20px;
}
.newsarticle__teaser--landscape.newsarticle__teaser .cmp-headline-v1 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.newsarticle__teaser--landscape.newsarticle__teaser .cmp-headline-v1 .h1 {
  font-size: 16px;
}
.newsarticle__teaser--landscape .newsarticle__teaser-contentwrapper {
  margin: 20px 0 0;
}
.newsarticle__teaser--landscape .newsarticle__teaser-contentwrapper:before,
.newsarticle__teaser--landscape .newsarticle__teaser-contentwrapper:after {
  content: " ";
  display: table;
}
.newsarticle__teaser--landscape .newsarticle__teaser-contentwrapper:after {
  clear: both;
}
.newsarticle__teaser--landscape .newsarticle__teaser-image {
  float: left;
  margin: 0 25px 0 0;
  width: 50%;
}
.newsarticle__teaser--landscape .newsarticle__teaser-body {
  line-height: 1.15;
  margin: 0;
}
.newsarticle__teaser--landscape .newsarticle__teaser-header {
  margin: 0;
}
.newsarticle__teaser--landscape.newsarticle__teaser--landscape--noimage .newsarticle__teaser-body {
  padding: 0 0 5px 0;
  width: 100%;
}
.newsarticle__teaser--landscape .newsarticle__teaser-text {
  font-size: 14px;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .newsarticle__teaser--landscape .newsarticle__teaser-image {
    float: none;
    margin: 0;
    width: 100%;
  }
  .newsarticle__teaser--landscape .newsarticle__teaser-body {
    margin: 20px 0 0;
    width: 100%;
  }
}

.newsarticle__teaser--stage.newsarticle__teaser {
  background-color: #ffffff;
  line-height: 0;
}
.newsarticle__teaser--stage.newsarticle__teaser:before,
.newsarticle__teaser--stage.newsarticle__teaser:after {
  content: " ";
  display: table;
}
.newsarticle__teaser--stage.newsarticle__teaser:after {
  clear: both;
}
.newsarticle__teaser--stage.newsarticle__teaser .cmp-headline-v1 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.newsarticle__teaser--stage.newsarticle__teaser .cmp-headline-v1 .h1 {
  font-size: 16px;
}
.newsarticle__teaser--stage .newsarticle__teaser-image {
  float: left;
  margin: 0 20px 0 0;
  width: 65.5%;
}
.newsarticle__teaser--stage .newsarticle__teaser-body {
  line-height: 1.15;
  margin: 0;
  padding: 40px 20px 20px 20px;
}
.newsarticle__teaser--stage .newsarticle__teaser-text {
  font-size: 14px;
  margin: 30px 0 0;
}
.newsarticle__teaser--stage .newsarticle__teaser-header {
  margin: 0;
}

.cmp-notificationbar {
  background-color: #ffffff;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  left: 50%;
  max-width: 1420px;
  position: fixed;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 8;
}
.cmp-notificationbar[hidden] {
  display: none;
}
.cmp-notificationbar .notificationbar {
  font-size: 1.3125em;
  line-height: 1.52380952;
}
@media screen and (max-width: 768px) {
  .cmp-notificationbar .notificationbar {
    font-size: 12px;
  }
}
.cmp-notificationbar .notificationbar__container {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 1.875em 3.125em;
}
@media screen and (max-width: 768px) {
  .cmp-notificationbar .notificationbar__container {
    flex-direction: column;
    padding: 0.625em 0.9375em;
  }
}
@media screen and (max-width: 768px) {
  .cmp-notificationbar .notificationbar__text {
    margin-top: 0.5em;
  }
}
.cmp-notificationbar .notificationbar__controls {
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 769px) {
  .cmp-notificationbar .notificationbar__controls {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .cmp-notificationbar .notificationbar__controls {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .cmp-notificationbar .notificationbar__controls {
    flex-direction: column;
    width: 100%;
  }
}
.cmp-notificationbar .notificationbar__image {
  height: 100%;
  width: 100%;
}
.cmp-notificationbar .notificationbar__image-container {
  max-width: 15%;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .cmp-notificationbar .notificationbar__image-container {
    max-width: 50%;
    margin: 0;
  }
}
.cmp-notificationbar .cmp-button > .button__link,
.cmp-notificationbar .notificationbar__accept {
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0.4375em 0.875em;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .cmp-notificationbar .cmp-button > .button__link,
  .cmp-notificationbar .notificationbar__accept {
    text-align: center;
  }
}
.cmp-notificationbar .notificationbar__info .cmp-button {
  border: 1px solid #707172;
  color: #707172;
  text-align: center;
}
.cmp-notificationbar .notificationbar__info .cmp-button .button__label {
  padding: 0;
}
.cmp-notificationbar .notificationbar__accept {
  margin-top: 8px;
  width: 100%;
  background-color: #f08200;
  border: 1px solid #f08200;
  color: #ffffff;
}
.cmp-notificationbar .notificationbar__guideline {
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-notificationbar {
  border: 2px dashed #ababab;
  margin: 0 auto;
  padding: 10px;
  position: static;
  transform: none;
  width: 100%;
}
.aem-AuthorLayer-Edit .cmp-notificationbar[hidden] {
  display: block;
}
.aem-AuthorLayer-Preview .notificationbar__guideline {
  display: none;
}

.piwik__container {
  display: none;
}

.cmp-search .search__button {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  display: flex;
  height: 100%;
  padding: 0 0.72222222em 0 0.16666667em;
}
.cmp-search .search__button:focus {
  outline: 0;
}
.cmp-search .search__button-label {
  display: none;
  padding: 0 0.66666667em;
}
@media screen and (min-width: 769px) {
  .cmp-search .search__button-label {
    display: inline-block;
  }
}
.cmp-search .search__button-icon {
  color: #f08200;
  font-size: 1.38888889em;
}

@media print {
  section.cmp-search {
    display: none;
  }
}

.cmp-search-v3 .search__container {
  position: relative;
}
.cmp-search-v3 .search__container .search__textInput {
  background: transparent;
  padding: 4px;
  width: 400px;
  display: flex;
  justify-content: flex-end;
  border: none;
  border-bottom: 1px solid #dfdedd;
  padding-right: 44px;
  position: relative;
  color: #707172;
}
.cmp-search-v3 .search__container .search__textInput::placeholder {
  color: #707172;
}
.cmp-search-v3 .search__container .search__textInput-label {
  width: 100%;
  text-align: left;
}
.cmp-search-v3 .search__container .search__textInput-icon svg {
  fill: #f08200;
}
.cmp-search-v3 .search__container .search__button-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(50%);
}
.cmp-search-v3 .search__container .search__button-icon svg {
  fill: #f08200;
  width: 22px;
  height: 22px;
}
.cmp-search-v3 .search__container--mobile {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-search-v3 .search__container--mobile-searchbutton {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.cmp-search-v3 .search__container--mobile-searchbutton svg {
  fill: #707172;
  width: 100%;
  height: 100%;
}
.cmp-search-v3 .search__menu--mobile {
  position: fixed;
  padding: 16px;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s ease-in-out;
}
.cmp-search-v3 .search__menu--mobile.active {
  transform: none;
}
.cmp-search-v3 .search__menu_header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.cmp-search-v3 .search__menu_header-container input {
  background: transparent;
  padding: 4px;
  display: flex;
  justify-content: flex-end;
  border: none;
  border-bottom: 1px solid #dfdedd;
  padding-right: 44px;
  position: relative;
  color: #707172;
}
.cmp-search-v3 .search__menu_header-container input::placeholder {
  color: #707172;
}
.cmp-search-v3 .search__menu_header-container input-label {
  width: 100%;
  text-align: left;
}
.cmp-search-v3 .search__menu_backbutton,
.cmp-search-v3 .search__menu_button {
  width: 44px;
  height: 44px;
  background: transparent;
  padding: 8px;
}
.cmp-search-v3 .search__menu_backbutton svg,
.cmp-search-v3 .search__menu_button svg {
  width: 100%;
  height: 100%;
}
.cmp-search-v3 .search__menu_backbutton {
  margin-right: 16px;
}
.cmp-search-v3 .search__menu_backbutton svg {
  fill: #707172;
}
.cmp-search-v3 .search__menu_button {
  position: absolute;
  top: 0;
  right: 0;
}
.cmp-search-v3 .search__menu_button svg {
  fill: #f08200;
}
.aem-AuthorLayer-Edit .cmp-search-v3 {
  width: 100%;
  border: 2px dashed #707172;
  padding: 8px;
}

@keyframes swipe {
  0%,
  45% {
    transform: translateX(-50%);
  }
  10% {
    transform: translateX(-60%);
  }
  30% {
    transform: translateX(-40%);
  }
}
.cmp-slider {
  --slideIndex: 0;
  align-items: stretch;
  background-color: #dfdedd;
  display: flex;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 37.5em;
  overflow: hidden;
  position: relative;
  touch-action: pan-x pan-y;
  opacity: 0;
}
.cmp-slider:hover .slider__scroll-indicator {
  animation-play-state: paused;
}
@media screen and (max-width: 1024px) {
  .cmp-slider {
    font-size: 10px;
    min-height: 25em;
  }
}
@media screen and (max-width: 640px) {
  .cmp-slider {
    min-height: 21.875em;
  }
}
.cmp-slider + .cmp-slider {
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .cmp-slider + .cmp-slider {
    margin-top: -80px;
  }
}
.cmp-slider .stage__image {
  transition: filter 0.6s;
}
.cmp-slider .stage__image.lazyload,
.cmp-slider .stage__image.lazyloading {
  filter: blur(5px);
}
.cmp-slider .stage__image.lazyloaded {
  filter: none;
}
.cmp-slider .slider__controls {
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cmp-slider .slider__controls[hidden] {
  display: none;
}
.cmp-slider .slider__btn-container {
  display: flex;
  pointer-events: none;
  width: 50%;
  z-index: 1;
}
.cmp-slider .slider__btn-container--next {
  justify-content: flex-end;
}
.cmp-slider .slider__btn {
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  padding: 0 1.2em;
  pointer-events: auto;
  text-align: left;
  transition: transform 0.2s;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cmp-slider .slider__btn {
    display: none;
  }
}
.cmp-slider .slider__btn:hover {
  transform: scale(1.1);
}
.cmp-slider .slider__btn:focus {
  outline: 0;
}
.cmp-slider .slider__btn[disabled] {
  opacity: 0;
  pointer-events: none;
}
.cmp-slider .slider__btn--next {
  text-align: right;
}
.cmp-slider .slider__btn-icon {
  pointer-events: none;
}
.cmp-slider .slider__scroll-indicator {
  animation: swipe 1.8s infinite linear 1s both;
  bottom: 4.375em;
  display: flex;
  flex-direction: column;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}
.cmp-slider .slider__scroll-indicator[hidden] {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cmp-slider .slider__scroll-indicator {
    display: none;
  }
}
.cmp-slider .slider__scroll-indicator-icon {
  font-size: 3.125em;
}
.cmp-slider .slider__scroll-indicator-label {
  font-size: 0.8125em;
}
.cmp-slider .slider__progress-bar {
  bottom: 1.75em;
  display: flex;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cmp-slider .slider__progress-bar {
    bottom: 0.5em;
    font-size: 2em;
  }
}
.cmp-slider .slider__progress-item {
  margin-right: 1em;
}
.cmp-slider .slider__progress-item:last-child {
  margin-right: 0;
}
.cmp-slider .slider__progress-item.is-active .slider__progress-btn {
  background-color: #f08200;
  cursor: default;
}
.cmp-slider .slider__progress-btn {
  appearance: none;
  background-color: #f0f0f0;
  border: 0;
  cursor: pointer;
  height: 0.625em;
  padding: 0;
  text-indent: -99999em;
  width: 0.625em;
}
.cmp-slider .slider__progress-btn:hover,
.cmp-slider .slider__progress-btn:focus {
  background-color: #ffcc99;
  outline: 0;
}
.cmp-slider .slider__slides {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.2s ease-out;
}
.cmp-slider .slider__slide {
  overflow: hidden;
  position: relative;
}
.cmp-slider .slider__slide.style--dzbank .slider__headline,
.cmp-slider .slider__slide.style--dzbank .slider__subheadline {
  color: #f08200;
}
.cmp-slider .slider__slide.style--dzbank .slider__text {
  color: #707172;
}
.cmp-slider .slider__content-container {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
.cmp-slider .slider__content-container--center .slider__content {
  height: auto;
  margin: 0 auto;
}
.cmp-slider .slider__content-container--top-left .slider__content,
.cmp-slider .slider__content-container--top-right .slider__content,
.cmp-slider .slider__content-container--bottom-left .slider__content,
.cmp-slider .slider__content-container--bottom-right .slider__content {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .cmp-slider .slider__content-container--top-left .slider__content,
  .cmp-slider .slider__content-container--top-right .slider__content,
  .cmp-slider .slider__content-container--bottom-left .slider__content,
  .cmp-slider .slider__content-container--bottom-right .slider__content {
    width: 50%;
  }
}
.cmp-slider .slider__content-container--bottom-left .slider__content,
.cmp-slider .slider__content-container--bottom-right .slider__content {
  justify-content: flex-end;
}
.cmp-slider .slider__content-container--top-right,
.cmp-slider .slider__content-container--bottom-right {
  justify-content: flex-end;
}
.cmp-slider .slider__content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
  padding: 4em 4em 8em 4em;
}
.cmp-slider .slider__label,
.cmp-slider .slider__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}
.cmp-slider .slider__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 3.375em;
  line-height: 1;
  order: 2;
}
.cmp-slider .slider__subheadline {
  font-size: 2.8125em;
  line-height: 1.2;
  order: 3;
}
.cmp-slider .slider__label {
  font-size: 1em;
  line-height: 1.4375;
  margin-bottom: 1em;
  order: 1;
}
@media screen and (max-width: 1024px) {
  .cmp-slider .slider__label {
    font-size: 1.4em;
  }
}
.cmp-slider .slider__text {
  font-size: 1.6875em;
  line-height: 1.33333333;
  margin-top: 1em;
  order: 4;
}
.cmp-slider .slider__button {
  background-color: #0e3c8a;
  display: inline-flex;
  justify-content: space-between;
  margin: 2.77777778em 0 0;
  max-width: 15em;
  order: 5;
  width: fit-content;
}
.cmp-slider .slider__button:link {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .cmp-slider .slider__button {
    font-size: 18px;
    margin: 2.22222222em 0 0;
  }
}
.cmp-slider .slider__button .button__label,
.cmp-slider .slider__button .button__icon {
  padding: 0.625em 1.75em;
}
.cmp-slider .slider__button .button__label {
  color: #fff;
}
.cmp-slider .slider__button .button__icon {
  background-color: #f08200;
  color: #ffffff;
  padding: 0.625em;
}
.cmp-slider .stage__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.aem-AuthorLayer-Edit .cmp-slider {
  outline: 2px dashed #ababab;
  padding: 20px;
  opacity: 1;
}
.aem-AuthorLayer-Edit .cmp-slideritem {
  margin-bottom: 20px;
  outline: 2px dashed #ababab;
  padding: 20px;
}
.aem-AuthorLayer-Edit h2,
.aem-AuthorLayer-Edit h3,
.aem-AuthorLayer-Edit h5 {
  margin: 0 0 1em 0;
}
.aem-AuthorLayer-Edit .content {
  display: flex;
}
.aem-AuthorLayer-Edit .content > div {
  margin-right: 1em;
  outline: 2px dashed #ababab;
  padding: 15px;
  white-space: normal;
  width: 30%;
  word-break: break-all;
}
.aem-AuthorLayer-Edit .content > div:first-child {
  width: 40%;
}
.aem-AuthorLayer-Edit img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

@media print {
  .main {
    margin: 0!important;
  }
  .slider__headline {
    margin-top: 30px;
  }
  .cmp-slider {
    background-color: #ffffff !important;
    min-height: auto !important;
  }
  .cmp-slider .slider__slides,
  .cmp-slider .slider__controls {
    display: inline!important;
  }
  .cmp-slider .slider__scroll-indicator,
  .cmp-slider .slider__progress-item {
    display: none;
  }
  .cmp-slider .slider__text p {
    color: #000000;
    filter: none;
    margin: 0;
    padding: 0;
  }
  .stage__picture {
    display: none;
  }
  .slider__content-container {
    min-height: auto!important;
  }
  .slider__content-container .slider__content {
    font-size: 0.7rem;
    filter: none;
    color: #000000;
    margin: 0;
    padding: 0;
  }
}

@keyframes swipe {
  0%,
  45% {
    transform: translateX(-50%);
  }
  10% {
    transform: translateX(-60%);
  }
  30% {
    transform: translateX(-40%);
  }
}
.cmp-slider-v2 {
  --slideIndex: 0;
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  align-items: stretch;
  background-color: #dfdedd;
  display: flex;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  touch-action: pan-x pan-y;
  min-height: 250px;
}
@media (min-width: 1024px) {
  .cmp-slider-v2 {
    margin: 80px auto;
  }
}
.cmp-slider-v2:hover .slider__scroll-indicator {
  animation-play-state: paused;
}
@media screen and (max-width: 1024px) {
  .cmp-slider-v2 {
    font-size: 10px;
  }
}
.cmp-slider-v2 + .cmp-slider-v2 {
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .cmp-slider-v2 + .cmp-slider-v2 {
    margin-top: -80px;
  }
}
.cmp-slider-v2 .stage__image {
  transition: filter 0.6s;
}
.cmp-slider-v2 .stage__image.lazyload,
.cmp-slider-v2 .stage__image.lazyloading {
  filter: blur(5px);
}
.cmp-slider-v2 .stage__image.lazyloaded {
  filter: none;
}
.cmp-slider-v2 .slider__close-button {
  width: 40px;
  height: 40px;
  display: flex;
  background: #f08200;
  color: white;
  font-size: 3em;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.cmp-slider-v2 .slider__close-button div {
  position: relative;
  top: -3px;
}
.cmp-slider-v2 .slider__modal {
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  transition: visibility 0s opacity 2s;
  opacity: 0;
  overflow: auto;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.cmp-slider-v2 .slider__modal-active {
  visibility: visible;
  opacity: 1;
}
.cmp-slider-v2 .slider__modal-content {
  background-color: transparent;
  border: 0;
  width: 95%;
  height: auto;
  animation-name: video-stage-lightbox__fade;
  animation-duration: 0.8s;
  -webkit-animation-name: video-stage-lightbox__fade;
  -webkit-animation-duration: 0.8s;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .cmp-slider-v2 .slider__modal-content {
    width: 90%;
  }
}
@media screen and (min-width: 961px) {
  .cmp-slider-v2 .slider__modal-content {
    width: 80%;
  }
}
@media screen and (min-width: 1441px) {
  .cmp-slider-v2 .slider__modal-content {
    width: 70%;
  }
}
.cmp-slider-v2 .slider__video-modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f08200;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  border-radius: 33px;
}
.cmp-slider-v2 .slider__play-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp-slider-v2 .slider__controls {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cmp-slider-v2 .slider__controls[hidden] {
  display: none;
}
.cmp-slider-v2 .slider__controls .slider__btn {
  padding: 0 1.75em;
}
.cmp-slider-v2 .slider__btn-container {
  display: flex;
  pointer-events: none;
  width: 50%;
  z-index: 1;
}
.cmp-slider-v2 .slider__btn-container--next {
  justify-content: flex-end;
}
.cmp-slider-v2 .slider__btn {
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  padding: 0 1.2em;
  pointer-events: auto;
  text-align: left;
  transition: transform 0.2s;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__btn {
    display: none;
  }
}
.cmp-slider-v2 .slider__btn:hover {
  transform: scale(1.1);
}
.cmp-slider-v2 .slider__btn:focus {
  outline: 0;
}
.cmp-slider-v2 .slider__btn[disabled] {
  opacity: 0;
  pointer-events: none;
}
.cmp-slider-v2 .slider__btn--next {
  text-align: right;
}
.cmp-slider-v2 .slider__btn-icon {
  pointer-events: none;
}
.cmp-slider-v2 .slider__scroll-indicator {
  animation: swipe 1.8s infinite linear 1s both;
  bottom: 4.375em;
  display: flex;
  flex-direction: column;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}
.cmp-slider-v2 .slider__scroll-indicator[hidden] {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__scroll-indicator {
    display: none;
  }
}
.cmp-slider-v2 .slider__scroll-indicator-icon {
  font-size: 3.125em;
}
.cmp-slider-v2 .slider__scroll-indicator-label {
  font-size: 0.8125em;
}
.cmp-slider-v2 .slider__progress-bar {
  bottom: 1.75em;
  display: flex;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__progress-bar {
    bottom: 0.5em;
    font-size: 2em;
  }
}
.cmp-slider-v2 .slider__progress-item {
  margin-right: 1em;
}
.cmp-slider-v2 .slider__progress-item:last-child {
  margin-right: 0;
}
.cmp-slider-v2 .slider__progress-item.is-active .slider__progress-btn {
  background-color: #f08200;
  cursor: default;
}
.cmp-slider-v2 .slider__progress-btn {
  appearance: none;
  background-color: #f0f0f0;
  border: 0;
  cursor: pointer;
  height: 0.625em;
  padding: 0;
  text-indent: -99999em;
  width: 0.625em;
}
.cmp-slider-v2 .slider__progress-btn:hover,
.cmp-slider-v2 .slider__progress-btn:focus {
  background-color: #ffcc99;
  outline: 0;
}
@media print, screen and (max-width: 1800px) {
  .cmp-slider-v2 .slider__slides,
  .cmp-slider-v2 .slider__slide {
    min-width: 100vw;
  }
}
.cmp-slider-v2 .slider__slides {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translate(calc(var(--slideIndex) * 100vw * -1), 0);
  transition: transform 0.2s ease-out;
  height: 100%;
}
@media print, screen and (min-width: 1800px) {
  .cmp-slider-v2 .slider__slides {
    transform: translate(calc(var(--slideIndex) * 1920px * -1), 0);
  }
}
.cmp-slider-v2 .slider__content-container {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cmp-slider-v2 .slider__content-container {
    display: block;
  }
}
.cmp-slider-v2 .slider__headline,
.cmp-slider-v2 .slider__subheadline {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin: 0;
}
.cmp-slider-v2 .slider__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.cmp-slider-v2 .slider__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 2.8125em;
  line-height: 1.2;
}
.cmp-slider-v2 .slider__text {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 1em 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
.cmp-slider-v2 .slider__button .button__label {
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  background-color: #f08200;
  justify-content: flex-start;
  font-size: 1.125em;
}
.cmp-slider-v2 .slider__slide {
  overflow: hidden;
  position: relative;
}
.cmp-slider-v2 .slider__slide .stage__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cmp-slider-v2 .slider__slide__content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  height: 100%;
  color: #f08200;
  display: flex;
  flex-direction: column;
}
.cmp-slider-v2 .slider__slide .slider__content {
  min-height: 250px;
  margin-bottom: 4em;
}
.cmp-slider-v2 .slider__slide--secondary {
  display: flex;
  flex-direction: column;
}
.cmp-slider-v2 .slider__slide--secondary .slider__content-container {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__content-container {
    display: block;
  }
}
.cmp-slider-v2 .slider__slide--secondary .slider__content {
  color: #707172;
  margin-left: 0;
  padding: 2em;
  position: relative;
  filter: none;
  width: 40%;
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 1440px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__content {
    width: 40%;
  }
}
@media print, screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__content {
    top: 0;
    transform: none;
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__content {
    width: 100%;
    display: block;
  }
}
.cmp-slider-v2 .slider__slide--secondary .slider__content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.cmp-slider-v2 .slider__slide--secondary .slider__image {
  position: relative;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__image {
    width: 100%;
    max-height: 350px;
  }
}
@media screen and (max-width: 479px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__image {
    width: 100%;
    max-height: 200px;
  }
}
.cmp-slider-v2 .slider__slide--secondary .slider__text {
  padding-right: 5em;
  color: #707172;
}
@media print, screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__text {
    width: 100%;
    padding-right: 1em;
  }
}
.cmp-slider-v2 .slider__slide--secondary .stage__image {
  height: 100%;
  width: 100%;
}
@media print, screen and (max-width: 1440px) {
  .cmp-slider-v2 .slider__slide--secondary .stage__image {
    width: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__slide--secondary .stage__image {
    position: static;
    width: 100%;
  }
}
.cmp-slider-v2 .slider__slide--secondary .slider__headline,
.cmp-slider-v2 .slider__slide--secondary .slider__subheadline {
  color: #f08200;
}
@media screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__content-container {
    align-items: flex-start;
  }
}
.cmp-slider-v2 .slider__slide--secondary .slider__label {
  color: #707172;
}
.cmp-slider-v2 .slider__slide--secondary .slider__text {
  margin-top: 1.33333333em;
}
@media screen and (max-width: 1024px) {
  .cmp-slider-v2 .slider__slide--secondary .slider__text {
    margin-top: 1em;
  }
}
.aem-AuthorLayer-Edit .cmp-slider-v2,
.aem-AuthorLayer-Edit .cmp-slideritem-v2,
.aem-AuthorLayer-Edit .content > div {
  outline: 2px dashed #ababab;
  padding: 8px;
}
.aem-AuthorLayer-Edit .cmp-slideritem-v2 {
  margin-bottom: 16px;
}
.aem-AuthorLayer-Edit h2,
.aem-AuthorLayer-Edit h3,
.aem-AuthorLayer-Edit h5 {
  margin: 0 0 1em 0;
}
.aem-AuthorLayer-Edit .content {
  display: flex;
}
.aem-AuthorLayer-Edit .content > div {
  margin-right: 1em;
  white-space: normal;
  width: 30%;
  word-break: break-all;
}
.aem-AuthorLayer-Edit .content > div:first-child {
  width: 40%;
}
.aem-AuthorLayer-Edit img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

@media print {
  .main {
    margin: 0!important;
  }
  .slider__headline {
    margin-top: 30px;
  }
  .cmp-slider-v2 {
    background-color: #ffffff !important;
    min-height: auto !important;
  }
  .cmp-slider-v2 .slider__slides,
  .cmp-slider-v2 .slider__controls {
    display: inline!important;
  }
  .cmp-slider-v2 .slider__scroll-indicator,
  .cmp-slider-v2 .slider__progress-item {
    display: none;
  }
  .cmp-slider-v2 .slider__text p {
    color: #000000;
    filter: none;
    margin: 0;
    padding: 0;
  }
  .stage__picture {
    display: none;
  }
  .slider__content-container {
    min-height: auto!important;
  }
  .slider__content-container .slider__content {
    font-size: 0.7rem;
    filter: none;
    color: #000000;
    margin: 0;
    padding: 0;
  }
}

.cmp-socialsharing-v1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-socialsharing-v1 {
    font-size: 12px;
  }
}
.cmp-socialsharing-v1 .socialsharing__shariff-mount > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-socialsharing-v1 .socialsharing__icon-holder {
  display: none;
}
.cmp-socialsharing-v1 .shariff-button {
  margin-right: 1em;
}
.cmp-socialsharing-v1 .shariff-button:last-child {
  margin-right: 0;
}
.cmp-socialsharing-v1 .shariff-button > a:link {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #f08200;
  display: block;
  font-size: 1.75em;
  height: 2.14285714em;
  line-height: 2.14285714;
  text-align: center;
  width: 2.14285714em;
}
.cmp-socialsharing-v1 .shariff-button > a:link:hover,
.cmp-socialsharing-v1 .shariff-button > a:link:focus {
  outline: 0;
}
.cmp-socialsharing-v1 .fab,
.cmp-socialsharing-v1 .share_text {
  display: none;
}

@media print {
  .cmp-socialsharing-v1 {
    display: none;
  }
}

/* Breakpoints
    < 480px @media @mq-xxs
    < 768px @media @mq-s
    < 1024px @media @mq-m
*/
@keyframes sf-activity-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-solutionfinder .solutionfinder__header-content {
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
}
.cmp-solutionfinder .solutionfinder__header-content h1 {
  color: #f08200;
  font-weight: bold;
  margin-bottom: 30px;
}
.cmp-solutionfinder .solutionfinder__filter {
  margin: 0px auto;
  margin-bottom: 80px;
  padding: 20px;
  max-width: 1450px;
}
.cmp-solutionfinder .solutionfinder__filter-dropdown {
  margin: 16px 0;
}
.cmp-solutionfinder .solutionfinder__filter-button {
  padding: 14px 28px;
  margin-bottom: 8px;
  background-color: #dfdedd;
  color: #707172;
  margin-right: 8px;
}
.cmp-solutionfinder .solutionfinder__filter-button:hover {
  color: #ffffff;
  background-color: #707172;
  border: 0;
}
@media screen and (max-width: 480px) {
  .cmp-solutionfinder .solutionfinder__filter-button {
    width: 100%;
  }
}
.cmp-solutionfinder .solutionfinder__filter-button--remove {
  background: transparent;
  color: #f08200;
}
.cmp-solutionfinder .solutionfinder__filter-button--remove-wrapper {
  border: 1px solid #f08200;
  padding: 8px 16px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.cmp-solutionfinder .solutionfinder__filter-button--wrapper {
  display: none;
}
@media screen and (min-width: 640px) {
  .cmp-solutionfinder .solutionfinder__filter-button--wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.cmp-solutionfinder .solutionfinder__filter-button--active {
  background: #f08200;
  color: white;
}
.cmp-solutionfinder .solutionfinder__filter-select {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .cmp-solutionfinder .solutionfinder__filter-select {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .cmp-solutionfinder .solutionfinder__filter-select:first-child {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cmp-solutionfinder .solutionfinder__filter-select {
    width: auto;
    margin-right: 16px;
  }
}
.cmp-solutionfinder .solutionfinder__filter-select--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cmp-solutionfinder .solutionfinder__filter-select-arrow,
.cmp-solutionfinder .solutionfinder__filter-select-arrow-standard {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 44px;
  pointer-events: none;
  border-left: 1px solid #ffffff;
  transform: rotate(180deg);
}
.cmp-solutionfinder .solutionfinder__filter-select-arrow:hover,
.cmp-solutionfinder .solutionfinder__filter-select-arrow-standard:hover {
  background-color: #707172;
  color: #ffffff;
}
.cmp-solutionfinder .solutionfinder__filter-select-arrow svg,
.cmp-solutionfinder .solutionfinder__filter-select-arrow-standard svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 640px) {
  .cmp-solutionfinder .solutionfinder__filter-select-arrow {
    display: none;
  }
}
.cmp-solutionfinder .solutionfinder__filter-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  padding: 12px 44px 12px 12px;
  background-color: #dfdedd;
  color: #707172;
  cursor: pointer;
  outline: none;
  background: no-repeat #dfdedd url(../aemblueprint/resources/icons/down-open_nevada.svg);
  background-position: 94%, 100%;
  background-size: 16px 16px,
                        16px 16px,
                        2.5em 2.5em;
}
.cmp-solutionfinder .solutionfinder__filter-select select::-ms-expand {
  display: none;
}
.cmp-solutionfinder .solutionfinder__filter-select select:focus::-ms-value {
  background-color: transparent;
}
.cmp-solutionfinder .solutionfinder__filter-select select option {
  padding: 12px;
}
.cmp-solutionfinder .solutionfinder__filter-select select:focus {
  color: #ffffff;
  background-color: #707172;
  border: 0;
}
.cmp-solutionfinder .solutionfinder__filter-select select:hover {
  background: #707172;
  color: white;
  cursor: pointer;
}
.cmp-solutionfinder .solutionfinder__filter-select select:hover,
.cmp-solutionfinder .solutionfinder__filter-select select:focus {
  background: no-repeat #707172 url(../aemblueprint/resources/icons/down-open_white.svg);
  background-position: 94%, 100%;
  background-size: 16px 16px,
                            16px 16px,
                            2.5em 2.5em;
}
@media screen and (min-width: 640px) {
  .cmp-solutionfinder .solutionfinder__filter-select-size {
    display: none;
  }
  .cmp-solutionfinder .solutionfinder__filter-select-size-wrapper::before {
    display: none;
  }
}
.cmp-solutionfinder .solutionfinder__filter-select:hover .solutionfinder__filter-select-arrow-standard svg,
.cmp-solutionfinder .solutionfinder__filter-select:focus .solutionfinder__filter-select-arrow-standard svg,
.cmp-solutionfinder .solutionfinder__filter-select:hover .solutionfinder__filter-select-arrow svg,
.cmp-solutionfinder .solutionfinder__filter-select:focus .solutionfinder__filter-select-arrow svg {
  fill: white;
}
.cmp-solutionfinder .solutionfinder__filter-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 32px -16px 0 -16px;
}
.cmp-solutionfinder .solutionfinder__filter-list li {
  width: 100%;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .cmp-solutionfinder .solutionfinder__filter-list li {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-solutionfinder .solutionfinder__filter-list li {
    width: 33.33333333%;
  }
}
.cmp-solutionfinder .solutionfinder__filter-list--redirect {
  width: 100%;
  margin: 32px 0 0 0;
}
.cmp-solutionfinder .solutionfinder__filter-list--redirect li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cmp-solutionfinder .solutionfinder__filter-list--redirect {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-solutionfinder .solutionfinder__filter-list--redirect {
    width: 100%;
  }
}
.cmp-solutionfinder .solutionfinder__filter-card {
  width: 100%;
  list-style: none;
}
.cmp-solutionfinder .solutionfinder__filter-card-wrapper {
  background: #f0f0f0;
  height: 100%;
}
.cmp-solutionfinder .solutionfinder__filter-card-wrapper:hover,
.cmp-solutionfinder .solutionfinder__filter-card-wrapper:focus,
.cmp-solutionfinder .solutionfinder__filter-card-wrapper:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-solutionfinder .solutionfinder__filter-card--redirect {
  width: 100% !important;
}
@media screen and (min-width: 640px) {
  .cmp-solutionfinder .solutionfinder__filter-card--redirect {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-image {
    width: 50%;
  }
  .cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-image img {
    height: 100%;
    width: 100%;
    max-height: none;
  }
  .cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-wrapper {
    display: flex;
  }
  .cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-content--wrapper {
    width: 50%;
    padding: 30px;
    height: 100%;
  }
}
@media screen and (min-width: 640px) and screen and (min-width: 640px) {
  .cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-wrapper {
    display: block;
  }
}
.cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-content div {
  display: flex;
  flex-wrap: wrap;
}
.cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-label {
  order: 2;
  margin: 10px 0 30px 0;
}
.cmp-solutionfinder .solutionfinder__filter-card--redirect .solutionfinder__filter-card-headline {
  order: 1;
  margin: 0;
}
.cmp-solutionfinder .solutionfinder__filter-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-solutionfinder .solutionfinder__filter-card-image img {
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-solutionfinder .solutionfinder__filter-card-content {
  flex: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cmp-solutionfinder .solutionfinder__filter-card-content--wrapper {
  padding: 15px;
  display: flex;
  flex-flow: column;
  height: calc(100% - 180px);
}
.cmp-solutionfinder .solutionfinder__filter-card-label {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.cmp-solutionfinder .solutionfinder__filter-card-headline {
  width: 100%;
  color: #f08200;
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0 30px 0;
}
.cmp-solutionfinder .solutionfinder__filter-card-button--wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cmp-solutionfinder .solutionfinder__filter-card-button-link {
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
}
.cmp-solutionfinder .solutionfinder__filter-card-button-link--primary {
  background: #f08200;
  color: #ffffff;
}
.cmp-solutionfinder .solutionfinder__filter-card-button-link--secondary {
  border: 1px solid #f08200;
  color: #f08200;
}
.cmp-solutionfinder .solutionfinder__filter-no-results {
  margin: 16px auto;
  font-size: 1.5em;
}
.cmp-solutionfinder .solutionfinder__activity-indicator {
  width: 72px;
  height: 72px;
  margin: 36px auto;
  display: inline-block;
}
.cmp-solutionfinder .solutionfinder__activity-indicator--wrapper {
  width: 100%;
  display: none;
  justify-content: center;
}
.cmp-solutionfinder .solutionfinder__activity-indicator div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #f08200;
  border-radius: 50%;
  animation: sf-activity-indicator 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f08200 transparent transparent transparent;
}
.cmp-solutionfinder .solutionfinder__activity-indicator div:nth-child(1) {
  animation-delay: -0.45s;
}
.cmp-solutionfinder .solutionfinder__activity-indicator div:nth-child(2) {
  animation-delay: -0.3s;
}
.cmp-solutionfinder .solutionfinder__activity-indicator div:nth-child(3) {
  animation-delay: -0.15s;
}
.cmp-solutionfinder .solutionfinder__label {
  width: 100%;
  margin: 16px 0;
}
.cmp-solutionfinder .solutionfinder__show-more--wrapper {
  margin: 36px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-solutionfinder .solutionfinder__show-more-button {
  border: 1px solid #f08200;
  padding: 8px 16px;
  color: #f08200;
  background: #ffffff;
  text-decoration: none;
}
.cmp-solutionfinder .solutionfinder__show-more-button:hover {
  background: #f08200;
  color: #ffffff;
  border: 1px solid #f08200;
}
.cmp-solutionfinder .solutionfinder__show-more-button:disabled {
  display: none;
}

.cmp-stage-video-lightbox {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cmp-stage-video-lightbox {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-stage-video-lightbox {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.cmp-stage-video-lightbox .stage-video-lightbox__close-button {
  width: 40px;
  height: 40px;
  display: flex;
  background: #f08200;
  color: white;
  font-size: 3em;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.cmp-stage-video-lightbox .stage-video-lightbox__close-button div {
  position: relative;
  top: -3px;
}
.cmp-stage-video-lightbox .stage-video-lightbox__modal {
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  transition: visibility 0s opacity 2s;
  opacity: 0;
  overflow: auto;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.cmp-stage-video-lightbox .stage-video-lightbox__modal-active {
  visibility: visible;
  opacity: 1;
}
.cmp-stage-video-lightbox .stage-video-lightbox__modal-content {
  background-color: transparent;
  border: 0;
  width: 95%;
  height: auto;
  animation-name: video-stage-lightbox__fade;
  animation-duration: 0.8s;
  -webkit-animation-name: video-stage-lightbox__fade;
  -webkit-animation-duration: 0.8s;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .cmp-stage-video-lightbox .stage-video-lightbox__modal-content {
    width: 90%;
  }
}
@media screen and (min-width: 961px) {
  .cmp-stage-video-lightbox .stage-video-lightbox__modal-content {
    width: 80%;
  }
}
@media screen and (min-width: 1441px) {
  .cmp-stage-video-lightbox .stage-video-lightbox__modal-content {
    width: 70%;
  }
}
.cmp-stage-video-lightbox .stage-video-lightbox__play-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp-stage-video-lightbox .stage__container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-items: stretch;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cmp-stage-video-lightbox .stage__container {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-stage-video-lightbox .stage__container {
    font-size: 13px;
  }
}
.cmp-stage-video-lightbox .stage__image {
  transition: filter 0.6s;
}
.cmp-stage-video-lightbox .stage__image.lazyload,
.cmp-stage-video-lightbox .stage__image.lazyloading {
  filter: blur(5px);
}
.cmp-stage-video-lightbox .stage__image.lazyloaded {
  filter: none;
}
.cmp-stage-video-lightbox .stage__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.cmp-stage-video-lightbox .stage__content-container {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 9.375em 2.1875em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .cmp-stage-video-lightbox .stage__content-container {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-stage-video-lightbox .stage__content-container {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-stage-video-lightbox .stage__content-container.style--dark {
  color: #707172;
}
@media screen and (max-width: 768px) {
  .cmp-stage-video-lightbox .stage__content-container {
    min-height: 330px;
    padding: 2.5em 2.1875em;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-stage-video-lightbox .stage__content-container {
    min-height: 440px;
  }
}
.cmp-stage-video-lightbox .stage__content-container.style--dzbank .stage__headline {
  color: #f08200;
}
.cmp-stage-video-lightbox .stage__content-container.style--dzbank .stage__subheadline {
  color: #707172;
}
.cmp-stage-video-lightbox .stage__headline,
.cmp-stage-video-lightbox .stage__subheadline {
  display: inline-block;
  width: 100%;
}
.cmp-stage-video-lightbox .stage__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}
.cmp-stage-video-lightbox .stage__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
}
.cmp-stage-video-lightbox .stage__headline {
  font-size: 3.375em;
  line-height: 1.2;
}
.cmp-stage-video-lightbox .stage__subheadline {
  font-size: 2.8125em;
  line-height: 1.2;
}
.cmp-stage-video-lightbox .stage__button-container {
  background-color: #f08200;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 10px 20px;
  margin-top: 30px;
}
.cmp-stage-video-lightbox .stage__button-label {
  text-decoration: none;
}
.aem-AuthorLayer-Edit .cmp-stage-video-lightbox {
  border: 2px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Preview .stage__guideline {
  display: none;
}
@keyframes video-stage-lightbox__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes video-stage-lightbox__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cmp-storyexplorer {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .cmp-storyexplorer {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-storyexplorer {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-storyexplorer .is-hidden {
  visibility: hidden;
}
.cmp-storyexplorer .storyexplorer__container {
  position: relative;
  height: 330px;
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
}
.cmp-storyexplorer .storyexplorer__container .is-hidden {
  display: none;
}
.cmp-storyexplorer .storyexplorer__track {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
  transition: transform 200ms ease-in;
}
.cmp-storyexplorer .storyexplorer__track-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__track-container {
    max-width: 100vw;
  }
}
.cmp-storyexplorer .storyexplorer__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.cmp-storyexplorer .storyexplorer__button--left {
  left: -40px;
}
.cmp-storyexplorer .storyexplorer__button--right {
  right: -40px;
}
.cmp-storyexplorer .storyexplorer__button svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__button {
    display: none !important;
  }
}
.cmp-storyexplorer .storyexplorer__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__modal {
    display: flex;
  }
}
.cmp-storyexplorer .storyexplorer__modal.modal-active {
  visibility: visible;
  opacity: 1;
}
.cmp-storyexplorer .storyexplorer__modal-pagination {
  transition: opacity 200ms;
  width: 100%;
  height: 22px;
  position: absolute;
  top: 0;
  opacity: 1;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
}
.cmp-storyexplorer .storyexplorer__modal-pagination-indicator {
  transition: opacity 200ms;
  border: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0.5;
  margin: 8px;
}
.cmp-storyexplorer .storyexplorer__modal-pagination-indicator.current-slide {
  background: #ffffff;
  opacity: 1;
}
.cmp-storyexplorer .storyexplorer__modal-container {
  position: relative;
  padding: 0;
  width: 70%;
  height: 56.25%;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__modal-container {
    height: 100%;
    width: 100%;
  }
}
.cmp-storyexplorer .storyexplorer__modal-close-button {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 32px;
  height: 32px;
  padding: 4px;
  fill: #f08200;
  cursor: pointer;
}
.cmp-storyexplorer .storyexplorer__modal-button {
  background: transparent;
  width: 15%;
  height: 100%;
  padding: 32px;
  border: 0;
  z-index: 1000;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__modal-button {
    display: none !important;
  }
}
.cmp-storyexplorer .storyexplorer__modal-button svg {
  width: 44px;
  fill: white;
}
.cmp-storyexplorer .storyexplorer__modal-button--left {
  left: 0;
}
.cmp-storyexplorer .storyexplorer__modal-button--right {
  right: 0;
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #f08200;
  padding: 30px;
  padding-bottom: 0;
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser button {
  height: 20%;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 479px) {
  .cmp-storyexplorer .storyexplorer__modal-storyteaser button {
    height: 10%;
  }
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser button svg {
  width: 18px;
  margin-left: 14px;
  fill: #ffffff;
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser-container {
  width: 100%;
  height: 80%;
  position: relative;
}
@media screen and (max-width: 479px) {
  .cmp-storyexplorer .storyexplorer__modal-storyteaser-container {
    height: 90%;
  }
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser-image,
.cmp-storyexplorer .storyexplorer__modal-storyteaser img {
  width: 100%;
  height: 100%;
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser-body h3 {
  font-size: 44px;
  color: #f08200;
}
.cmp-storyexplorer .storyexplorer__modal-storyteaser-body h5 {
  font-size: 21px;
  color: #ffffff;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image img,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation img,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage img {
  filter: brightness(50%);
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-video-v2,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight,
.cmp-storyexplorer .storyexplorer__modal-content .storyexplorer__modal-storyteaser,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-storyexplorerscene-video {
  padding: 0;
  margin: 0;
  transform: scale(0.9);
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__footer {
  padding-left: 0;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__footer-link {
  color: #ffffff;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link {
    flex-direction: column;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link:hover,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link:focus,
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link:active {
  box-shadow: none;
  transform: none;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link img {
    width: 100%;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link .teaserhighlight__body {
  width: 50%;
  height: 100%;
  background: #f08200;
  padding: 18px;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link .teaserhighlight__body p {
  color: #ffffff;
  font-weight: normal;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 1439px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link .teaserhighlight__body p {
    font-size: 1em;
  }
}
@media screen and (max-width: 639px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link .teaserhighlight__body {
    width: 100%;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link .teaserhighlight__headline {
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-teaser-highlight .teaserhighlight__link .teaserhighlight__headline {
    font-size: 1.4em;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container figure img {
  width: 100%;
  height: 100%;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  font-weight: bold;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body h1 {
  font-weight: 900;
  color: #f08200;
}
@media screen and (max-width: 1439px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body h1 {
    font-size: 1.2em;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-left: -8px;
  margin-right: -8px;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body-list-container {
  padding: 8px;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body-list-container section {
  color: #f08200;
  font-size: 1.5em;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container-body-list-container p {
  font-weight: normal;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-textimage .textimage__container .richtext {
  display: none;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation {
  max-width: 1920px;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation img {
  width: 100%;
  height: 100%;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation .citation__body {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-citation .citation__body {
    font-size: 1.4em;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation .citation__image {
  display: none;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation .citation__container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-citation .citation__cite-container {
  display: none;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image {
  padding: 0;
  margin: 0;
  position: relative;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image__image-container {
  width: 100%;
  height: 100%;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image figure {
  width: 100%;
  height: 100%;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image__body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: white;
  padding: 30px;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image__headline {
  color: #f08200;
  font-size: 3em;
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 44px;
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-image__subheadline {
  font-size: 21px;
  font-weight: 700;
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-image img {
    max-height: 100vh;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .cmp-storyexplorerscene-video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-video-v2 {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .cmp-storyexplorer .storyexplorer__modal-content .cmp-video-v2 > div {
    width: 100%;
  }
}
.cmp-storyexplorer .storyexplorer__modal-content .microsites-cmp {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  transition: transform 200ms ease-in;
}
.cmp-storyexplorer .storyexplorer__modal-content .microsites-cmp img {
  object-fit: cover;
}
.cmp-storyexplorer .storyexplorer__modal-content .microsites-cmp.current-slide {
  transform: scale(1);
  z-index: 10;
}

.cmp-storyexploreritem {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  height: 330px;
  margin-right: 16px;
  font-size: 27px;
}
.cmp-storyexploreritem:last-child {
  margin-right: 0;
}
.cmp-storyexploreritem .storyexploreritem__slide-container {
  width: 100%;
  height: 100%;
}
.cmp-storyexploreritem .storyexploreritem__slide-container .stage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-storyexploreritem .storyexploreritem__slide-body {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.cmp-storyexploreritem .storyexploreritem__slide-body h3 {
  color: #f08200;
  font-weight: bold;
  margin-bottom: 12px;
}
.cmp-storyexploreritem .storyexploreritem__slide-body h5 {
  color: white;
  font-size: 0.7em;
  font-weight: bold;
}
.cmp-storyexploreritem .storyexploreritem__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.aem-AuthorLayer-Edit,
.aem-AuthorLayer-Design {
  list-style: none;
}
.aem-AuthorLayer-Edit .cmp-storyexploreritem,
.aem-AuthorLayer-Design .cmp-storyexploreritem {
  position: relative;
  width: 100%;
  height: auto;
}
.aem-AuthorLayer-Edit .cmp-storyexploreritem .storyexploreritem__slide-body,
.aem-AuthorLayer-Design .cmp-storyexploreritem .storyexploreritem__slide-body {
  width: 230px;
  background: tomato;
}
.aem-AuthorLayer-Edit .cmp-storyexploreritem .storyexploreritem__slide-body h3,
.aem-AuthorLayer-Design .cmp-storyexploreritem .storyexploreritem__slide-body h3 {
  color: #f08200;
}
.aem-AuthorLayer-Edit .cmp-citation .citation__image img,
.aem-AuthorLayer-Design .cmp-citation .citation__image img {
  border-radius: 0;
}
.aem-AuthorLayer-Edit .storyexploreritem__content-container,
.aem-AuthorLayer-Design .storyexploreritem__content-container,
.aem-AuthorLayer-Edit .storyexploreritem__content-container--scene,
.aem-AuthorLayer-Design .storyexploreritem__content-container--scene {
  margin: 8px;
  padding: 8px;
}
.aem-AuthorLayer-Edit .storyexploreritem__content-container--scene,
.aem-AuthorLayer-Design .storyexploreritem__content-container--scene {
  display: block;
}
.aem-AuthorLayer-Edit .storyexploreritem__content-container,
.aem-AuthorLayer-Design .storyexploreritem__content-container {
  border: 2px dashed #707172;
}
.aem-AuthorLayer-Edit .storyexploreritem__content-container--scene,
.aem-AuthorLayer-Design .storyexploreritem__content-container--scene {
  border: 1px dashed #707172;
}
.aem-AuthorLayer-Edit .cmp-image,
.aem-AuthorLayer-Design .cmp-image {
  width: 100%;
  height: 100;
}

.cmp-tabcontainer .tabcontainer__header {
  align-items: stretch;
  border-bottom: 1px solid #f08200;
  display: flex;
}
.cmp-tabcontainer .tabcontainer__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  scroll-behavior: smooth;
}
.cmp-tabcontainer .tabcontainer__list.is-dragged {
  scroll-behavior: unset;
}
.cmp-tabcontainer .tabcontainer__btn-scroll {
  appearance: none;
  background-color: transparent;
  outline: 0;
  padding: 0 0.2em;
  position: relative;
}
.cmp-tabcontainer .tabcontainer__btn-scroll[hidden] {
  display: none;
}
.cmp-tabcontainer .tabcontainer__btn-scroll::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1em;
}
.cmp-tabcontainer .tabcontainer__btn-scroll--left::before {
  background: linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  left: 100%;
}
.cmp-tabcontainer .tabcontainer__btn-scroll--right::before {
  background: linear-gradient(to right, rgba(240, 240, 240, 0), #f0f0f0 100%);
  right: 100%;
}
.cmp-tabcontainer .tabcontainer__icon {
  display: inline-block;
  pointer-events: none;
}
.cmp-tabcontainer .tabcontainer__item {
  margin-right: 2px;
}
.cmp-tabcontainer .tabcontainer__link {
  background-color: #f0f0f0;
  color: #707172;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  outline: 0;
  padding: 0.66666667em 2.66666667em 0.42857143em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cmp-tabcontainer .tabcontainer__link {
    font-size: 16px;
    padding: 0.5em 1.125em;
  }
}
.cmp-tabcontainer .tabcontainer__link[aria-selected="true"] {
  background-color: #f08200;
  color: #ffffff;
}
.cmp-tabcontainer .tabcontainer__label {
  display: inline-block;
  pointer-events: none;
  white-space: nowrap;
}
.cmp-tabcontainer .tabcontainer__body {
  margin: 0;
}
.cmp-tabcontainer .tabcontainer__guideline {
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-tabcontainer {
  border: 2px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Preview .cmp-tabcontainer .tabcontainer__guideline {
  display: none;
}

.cmp-tabitem {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  outline: 0;
  padding-top: 60px;
}
.cmp-tabitem[hidden] {
  display: none;
}
.cmp-tabitem .tabitem__label {
  padding: 10px;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.cmp-tabitem .tabitem__guideline {
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-tabitem {
  border: 1px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-tabitem[hidden] {
  display: block !important;
}
.aem-AuthorLayer-Preview .tabitem__guideline,
.aem-AuthorLayer-Preview .tabitem__label {
  display: none;
}

@media print {
  .cmp-tabitem[hidden] {
    display: block;
  }
}

.cmp-table-v1 {
  font-size: 16px;
}
.cmp-table-v1 .richtext {
  overflow-x: auto;
}
.cmp-table-v1 table {
  width: 100%;
}
.cmp-table-v1 .table__headline {
  color: #f08200;
  margin: 0 0 20px;
}
.cmp-table-v1 .table__subheadline {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px;
}
.demopage25a75b .richtext table td,
.demopage100a .richtext table td {
  background-color: #ffffff;
}

.cmp-teaserwall {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
}
@media (min-width: 1024px) {
  .cmp-teaserwall {
    margin: 80px auto;
  }
}
.cmp-teaserwall .teaserwall_container .teaserwall_parsys {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cmp-teaserwall .teaserwall_container.two .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.two .teaserwall_parsys .cmp-teaserwallitem {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.three .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.three .teaserwall_parsys .cmp-teaserwallitem {
    width: 33.33333333%;
  }
  .cmp-teaserwall .teaserwall_container.four .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.four .teaserwall_parsys .cmp-teaserwallitem {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(2),
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(3) {
    width: 33.33333333%;
  }
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(4),
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(5) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.six .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.six .teaserwall_parsys .cmp-teaserwallitem {
    width: 33.33333333%;
  }
  .cmp-teaserwall .teaserwall_container.seven {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(2),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(3) {
    width: 33.33333333%;
  }
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(4),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(5),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(6),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(7) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(2),
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(3),
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(4),
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(5),
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(6) {
    width: 33.33333333%;
  }
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(7),
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem:nth-child(8) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 960px) {
  .cmp-teaserwall .teaserwall_container.two .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.two .teaserwall_parsys .cmp-teaserwallitem {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.three .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.three .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.three .teaserwall_parsys .cmp-teaserwallitem:nth-child(2) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.three .teaserwall_parsys .cmp-teaserwallitem:nth-child(3) {
    width: 100%;
  }
  .cmp-teaserwall .teaserwall_container.four .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.four .teaserwall_parsys .cmp-teaserwallitem {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(2),
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(3),
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(4) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.five .teaserwall_parsys .cmp-teaserwallitem:nth-child(5) {
    width: 100%;
  }
  .cmp-teaserwall .teaserwall_container.six .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.six .teaserwall_parsys .cmp-teaserwallitem {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.seven {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(2),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(3),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(4),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(5),
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(6) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.seven .teaserwall_parsys .cmp-teaserwallitem:nth-child(7) {
    width: 100%;
  }
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.eight .teaserwall_parsys .cmp-teaserwallitem {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.nine {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(1),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(2),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(3),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(4),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(5),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(6),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(7),
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(8) {
    width: 50%;
  }
  .cmp-teaserwall .teaserwall_container.nine .teaserwall_parsys .cmp-teaserwallitem:nth-child(9) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cmp-teaserwall .teaserwall_container .teaserwall_parsys .cmp-teaserwallitem {
    width: 100% !important;
  }
  .cmp-teaserwall .teaserwall_container .teaserwall_parsys .teaserwall_parsys {
    display: flex;
    flex-wrap: wrap;
  }
}

.cmp-teaserwallitem {
  width: 100%;
}
.cmp-teaserwallitem .teaserwallitem__container {
  flex-wrap: wrap;
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  position: relative;
  align-items: stretch;
  flex-direction: column;
  display: flex;
  justify-items: stretch;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .cmp-teaserwallitem .teaserwallitem__container {
    min-height: 240px;
    max-height: 240px;
  }
}
.cmp-teaserwallitem .teaserwallitem__container:hover,
.cmp-teaserwallitem .teaserwallitem__container:focus,
.cmp-teaserwallitem .teaserwallitem__container:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
  z-index: 2;
}
.cmp-teaserwallitem .teaserwallitem__container--content {
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  margin: 0;
  justify-content: center;
  text-align: center;
  overflow: visible;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmp-teaserwallitem .teaserwallitem__container--content {
    top: 50%;
  }
}
@media screen and (min-width: 960px) {
  .cmp-teaserwallitem .teaserwallitem__container--content {
    min-height: 240px;
    max-height: 240px;
  }
}
.cmp-teaserwallitem .teaserwallitem__container--content h1 {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 2em;
  font-weight: 900;
}
.cmp-teaserwallitem .teaserwallitem__container .stage__picture {
  min-height: 160px;
  max-height: 160px;
}
@media screen and (min-width: 960px) {
  .cmp-teaserwallitem .teaserwallitem__container .stage__picture {
    min-height: 240px;
    max-height: 240px;
  }
}
.cmp-teaserwallitem .teaserwallitem__container .stage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(50%);
}
.cmp-teaserwallitem .teaserwallitem__image {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .cmp-textbig {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-textbig {
    font-size: 27px;
  }
}
.cmp-textbig {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.textbig__headline,
.textbig__subheadline {
  color: #f08200;
}
.textbig__subheadline {
  line-height: 1;
}
.textbig__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 2em;
}
.textbig__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.66666667em;
  margin-top: 0.2em;
}
.textbig__text {
  font-family: 'Frutiger LT Std 45', Arial, Verdana, sans-serif;
  font-weight: lighter;
  color: #707172;
  font-size: 1em;
  line-height: 1.333333;
  padding: 0.74em 0 0 0;
}
.textbig__text b {
  font-weight: bold;
}

@media print {
  .textbig__text {
    color: #000000;
    font-size: 18px;
  }
  .textbig__text p {
    font-size: 18px;
  }
}

.cmp-textimage .textimage__container:before,
.cmp-textimage .textimage__container:after {
  content: " ";
  display: table;
}
.cmp-textimage .textimage__container:after {
  clear: both;
}
.cmp-textimage .textimage__figure {
  width: 100%;
}
.cmp-textimage .textimage__image {
  max-width: 100%;
}
.cmp-textimage .textimage__caption {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0;
}
@media print, screen and (min-width: 769px) {
  .cmp-textimage .textimage__figure {
    width: 50%;
  }
  .cmp-textimage .textimage__figure--left {
    float: left;
    margin: 0 30px 25px 0;
  }
  .cmp-textimage .textimage__figure--right {
    float: right;
    margin: 0 0 25px 30px;
  }
}

@media screen and (max-width: 768px) {
  .cmp-textsmall-v1 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-textsmall-v1 {
    font-size: 27px;
  }
}
.cmp-textsmall-v1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.cmp-textsmall-v1.cmp-textsmall-v2 {
  max-width: 1480px;
}
.cmp-textsmall-v1 .textsmall__headline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #f08200;
  font-size: 1em;
  line-height: 1.33333333em;
  padding: 0 0 0.85714286em 0;
}
.cmp-textsmall-v1 .textsmall__text {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #707172;
  font-size: 0.77777778em;
  line-height: 1.52380952em;
}

@media print {
  .textsmall__text {
    color: #000000;
    font-size: 16px;
  }
  .textsmall__text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cmp-textsmall-v1 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-textsmall-v1 {
    font-size: 27px;
  }
}
.cmp-textsmall-v1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.cmp-textsmall-v1 .textsmall__headline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #f08200;
  font-size: 1em;
  line-height: 1.33333333em;
  padding: 0 0 0.85714286em 0;
}
.cmp-textsmall-v1 .textsmall__text {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #707172;
  font-size: 0.77777778em;
  line-height: 1.52380952em;
}

@media print {
  .textsmall__text {
    color: #000000;
    font-size: 16px;
  }
  .textsmall__text p {
    font-size: 16px;
  }
}

.cmp-video {
  transform: translate(0, 0);
}

@media print {
  video,
  .mi-controls.controls {
    display: none;
  }
  .mi-hide-bar {
    width: 80vw !important;
    height: 45vw !important;
    margin: 2vh auto 0 auto;
    page-break-after: always !important;
  }
}

.cmp-video-v2 {
  transform: translate(0, 0);
}
.video__backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  pointer-events: all;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 6;
}
.video__lightbox {
  background-color: #ffffff;
  left: 50%;
  max-height: 80vh;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  z-index: 7;
}
.video__close-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  color: #ffffff;
  font-size: 1.5em;
  position: fixed;
  right: 1em;
  top: 1em;
  transition: transform 0.2s ease-out;
  z-index: 9;
}
.video__close-btn:active,
.video__close-btn:focus,
.video__close-btn:hover {
  transform: scale(1.3);
}

@media print {
  video,
  .mi-controls.controls {
    display: none;
  }
  .mi-hide-bar {
    width: 80vw !important;
    height: 45vw !important;
    margin: 2vh auto 0 auto;
    page-break-after: always !important;
  }
}

.dropdown {
  position: relative;
}
.dropdown__button {
  background: #ffffff;
  border: 1px solid #4a4a4a;
  padding: 10px 50px 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.dropdown__button:hover .dropdown__button-icon {
  color: #f08200;
}
.dropdown__button:disabled {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
}
.dropdown__button:disabled .dropdown__button-icon {
  color: #cbcbcb;
}
.dropdown__button-icon {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 10px;
}
.dropdown__menu {
  background-color: #ffffff;
  border: 1px solid #4a4a4a;
  display: none;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.dropdown__menu--above {
  bottom: 100%;
}
.dropdown__menu--visible {
  display: block;
}
.dropdown__menu-item {
  cursor: pointer;
}
.dropdown__menu-item:hover {
  background-color: #f6f6f6;
  color: #f08200;
}
.dropdown__menu-item[data-is-current] {
  background-color: #f6f6f6;
  color: #f08200;
}
.dropdown__item-content {
  color: inherit;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.dropdown__selection {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown__selection-item {
  border: 1px solid #4a4a4a;
  display: inline-block;
  margin: 15px 15px 0 0;
  padding: 10px 10px 10px 20px;
}
.dropdown__selection-item--disabled {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
}
.dropdown__selection-label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.dropdown__selection-deletebtn {
  display: inline-block;
}
.dropdown__selection-deletebtn__icon {
  font-size: 14px;
}
.dropdown__selection-deletebtn__icon:hover {
  color: #f08200;
}
.dropdown__selection-deletebtn__label--hidden {
  display: none;
}
.dropdown__selection-template {
  display: none;
}

.richtext p {
  margin: 16px 0;
}
.richtext p:first-child {
  margin: 0 0 16px;
}
.richtext p:last-child {
  margin-bottom: 0;
}
.richtext ol,
.richtext ul {
  margin: 16px 0;
}
.richtext ol li,
.richtext ul li {
  margin: 0;
}
.richtext ol ol,
.richtext ul ol,
.richtext ol ul,
.richtext ul ul {
  margin: 0;
}
.richtext ul {
  list-style: none;
  padding: 0 0 0 17px;
}
.richtext ul li {
  text-indent: -17px;
}
.richtext ul li::before {
  content: "–";
  margin: 0 8px 0 0;
}
.richtext ol {
  padding: 0 0 0 17px;
}
.richtext table {
  border: none;
  border-spacing: 2px;
  width: 100%;
}
.richtext table th,
.richtext table td {
  border: none;
  text-align: left;
  vertical-align: top;
}
.richtext table th {
  padding: 10px 0;
}
.richtext table td {
  background-color: #f0f0f0;
  padding: 15px 10px 10px;
}
.richtext :first-child {
  margin-top: 0;
}
.richtext :last-child {
  margin-bottom: 0;
}
.richtext a,
.richtext a:link,
.richtext a:hover,
.richtext a:active,
.richtext a:visited {
  text-decoration: none;
}
.richtext a::before,
.richtext a:link::before,
.richtext a:hover::before,
.richtext a:active::before,
.richtext a:visited::before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjEwMDAiPjxwYXRoIGQ9Ik03OTguOCA1MDBsLTUwNS41IDUwMC05Mi4xLTkzLjEyTDYxMi41NiA1MDAgMjAxLjIgOTMuMTIgMjkzLjMgMGw1MDUuNSA1MDB6IiBmaWxsPSIjZjA4MjAwIi8+PC9zdmc+');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.7em;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  width: 1em;
}

.container {
  background-color: #ffffff;
}
.container-inner {
  margin: 0 auto !important;
  width: 100% !important;
}
.aem-AuthorLayer-Design .aemblueprint__placeholder,
.aem-AuthorLayer-Developer .aemblueprint__placeholder,
.aem-AuthorLayer-Edit .aemblueprint__placeholder,
.aem-AuthorLayer-Scaffolding .aemblueprint__placeholder {
  border: 2px solid #707172;
  color: #707172;
  font-size: 1rem;
  padding: 15px;
  text-align: center;
}
.aem-AuthorLayer-Preview .aemblueprint__placeholder {
  visibility: hidden;
}
.button {
  align-items: stretch;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.125em;
  text-align: left;
  text-decoration: none;
  width: auto;
  width: fit-content;
  width: -moz-fit-content;
}
.button:hover,
.button:focus {
  color: #ffffff;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 1.125em;
  }
}
.button__label {
  background-color: #0e3c8a;
  display: inline-block;
  padding: 0.66666667em 0.77777778em 0.55555556em 0.77777778em;
  min-width: 10em;
}
@media screen and (max-width: 640px) {
  .button__label {
    min-width: 0;
  }
}
.button__icon {
  align-items: center;
  background-color: #f08200;
  display: inline-flex;
  padding-left: 0.66666667em;
  padding-right: 0.66666667em;
}

.cmp-teasernavigation .teasernavigation__list {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (min-width: 1024px) {
  .cmp-teasernavigation .teasernavigation__list {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-teasernavigation .teasernavigation__list {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__list:before,
  .cmp-teasernavigation .teasernavigation__list:after {
    content: " ";
    display: table;
  }
  .cmp-teasernavigation .teasernavigation__list:after {
    clear: both;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__item {
    width: calc(50% - 10px);
  }
}
.cmp-teasernavigation .teasernavigation__item:nth-child(n+2) {
  margin-top: 32px;
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__item--previous {
    float: left;
    margin-right: 10px;
  }
}
.cmp-teasernavigation .teasernavigation__item--previous .teasernavigation__content {
  transform: translate(-1em, 0);
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__item--next {
    float: right;
    margin-left: 10px;
  }
}
.cmp-teasernavigation .teasernavigation__item--next .teasernavigation__content {
  transform: translate(1em, 0);
}
.cmp-teasernavigation .teasernavigation__label,
.cmp-teasernavigation .teasernavigation__link {
  display: block;
}
.cmp-teasernavigation .teasernavigation__label {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.61111111em;
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__label {
    font-size: 27px;
    line-height: 1.33333333;
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__label--next {
    text-align: right;
  }
}
.cmp-teasernavigation .teasernavigation__link {
  align-items: stretch;
  display: flex;
  min-height: 120px;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__link {
    min-height: 284px;
  }
}
.cmp-teasernavigation .teasernavigation__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.cmp-teasernavigation .teasernavigation__content,
.cmp-teasernavigation .teasernavigation__icon {
  text-align: center;
  z-index: 2;
}
.cmp-teasernavigation .teasernavigation__content {
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.8));
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  width: 100%;
  z-index: 1;
}
.cmp-teasernavigation .teasernavigation__content--no-image {
  background-color: #dfdedd;
}
.cmp-teasernavigation .teasernavigation__icon {
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.8));
  align-content: center;
  align-items: center;
  display: flex;
  font-size: 21px;
}
.cmp-teasernavigation .teasernavigation__icon--previous {
  margin-left: 1em;
}
.cmp-teasernavigation .teasernavigation__icon--next {
  margin-right: 1em;
}
.cmp-teasernavigation .teasernavigation__icon,
.cmp-teasernavigation .teasernavigation__caption,
.cmp-teasernavigation .teasernavigation__sub-caption {
  color: #ffffff;
}
.cmp-teasernavigation .teasernavigation__caption {
  display: block;
  font-size: 13px;
  line-height: 1.53846154em;
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__caption {
    font-size: 16px;
    line-height: 1.4375em;
  }
}
.cmp-teasernavigation .teasernavigation__sub-caption {
  font-size: 18px;
  line-height: 1.11111111em;
}
@media print, screen and (min-width: 769px) {
  .cmp-teasernavigation .teasernavigation__sub-caption {
    font-size: 36px;
    line-height: 1.16666667em;
  }
}

@media print {
  .cmp-teasernavigation .teasernavigation__image,
  .cmp-teasernavigation .teasernavigation__icon {
    display: none;
  }
  .cmp-teasernavigation .teasernavigation__content,
  .cmp-teasernavigation .teasernavigation__caption,
  .cmp-teasernavigation .teasernavigation__sub-caption {
    color: #000000;
    filter: none;
  }
}

.cmp-shortprofile {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .cmp-shortprofile {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-shortprofile {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-shortprofile .profile__container {
  align-items: flex-start;
  background: #f0f0f0;
  display: flex;
}
.cmp-section-v1 .cmp-shortprofile .profile__container {
  background: #dfdedd;
}
@media screen and (max-width: 480px) {
  .cmp-shortprofile .profile__container {
    flex-direction: column;
  }
}
.cmp-shortprofile .profile__image {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .cmp-shortprofile .profile__image {
    max-width: 375px;
    width: 50%;
  }
}
.cmp-shortprofile .profile__body {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  padding: 1.25em 1.875em;
  width: 100%;
}
.cmp-shortprofile .profile__name,
.cmp-shortprofile .profile__position {
  line-height: 1.52;
}
.cmp-shortprofile .profile__name {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.6875em;
}
@media screen and (max-width: 768px) {
  .cmp-shortprofile .profile__name {
    font-size: 1.3125em;
  }
}
.cmp-shortprofile .profile__position {
  font-size: 1.3125em;
  margin-bottom: 0.66666667em;
}
@media screen and (max-width: 768px) {
  .cmp-shortprofile .profile__position {
    font-size: 1.125em;
  }
}
.cmp-shortprofile .profile__email,
.cmp-shortprofile .profile__phone,
.cmp-shortprofile .profile__mobile-phone {
  align-items: center;
  display: flex;
  font-size: 1.125em;
  hyphens: none;
  margin-bottom: 0.75em;
  padding-right: 1em;
  word-break: break-all;
}
.cmp-shortprofile .profile__email:link,
.cmp-shortprofile .profile__phone:link,
.cmp-shortprofile .profile__mobile-phone:link {
  text-decoration: none;
}
.cmp-shortprofile .profile__email:active,
.cmp-shortprofile .profile__phone:active,
.cmp-shortprofile .profile__mobile-phone:active,
.cmp-shortprofile .profile__email:focus,
.cmp-shortprofile .profile__phone:focus,
.cmp-shortprofile .profile__mobile-phone:focus,
.cmp-shortprofile .profile__email:hover,
.cmp-shortprofile .profile__phone:hover,
.cmp-shortprofile .profile__mobile-phone:hover {
  background-color: transparent;
  color: #f08200;
}
.cmp-shortprofile .profile__email-icon,
.cmp-shortprofile .profile__phone-icon,
.cmp-shortprofile .profile__mobile-phone-icon {
  color: #ababab;
  font-size: 1.625em;
  margin-right: 0.375em;
}
.cmp-shortprofile .profile__description {
  font-size: 1.125em;
  margin-top: 1.25em;
}
.colctrlhoriz__body--33-33-33 .cmp-shortprofile .profile__container,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .profile__container,
.colctrlhoriz__body--66-33 > *:nth-child(even) .profile__container {
  flex-direction: column;
}
.colctrlhoriz__body--33-33-33 .cmp-shortprofile .profile__image,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .profile__image,
.colctrlhoriz__body--66-33 > *:nth-child(even) .profile__image {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .colctrlhoriz__body--33-33-33 .cmp-shortprofile .profile__image,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .profile__image,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .profile__image {
    max-width: 100%;
    width: 100%;
  }
}

.pageheader__container {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .pageheader__container {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .pageheader__container {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pageheader__container--navigation-search {
  display: flex;
  justify-content: space-between;
}
.pageheader__brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .pageheader__navigation {
    background-color: #f0f0f0;
  }
}

@media screen {
  .pagefooter__line {
    padding: 30px 0;
  }
  .pagefooter__line--top {
    background-color: #ffffff;
    padding: 25px 0;
  }
  .pagefooter__line--center {
    background-color: #f0f0f0;
  }
  .pagefooter__line--bottom {
    background-color: #dfdedd;
  }
  .pagefooter__line--bottom .cmp-text {
    margin-bottom: 25px;
  }
  .pagefooter__line--bottom .aemblueprint-cmp {
    margin-top: 0;
  }
  .pagefooter__line-container {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pagefooter__line-container--vertical {
    align-items: flex-start;
    flex-direction: column;
  }
  .pagefooter__line-container--no-wrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .pagefooter__line-container {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .pagefooter__line-container {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen {
  .horizontallinklist__parsys .cmp-lanuagelink {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .horizontallinklist__parsys .cmp-lanuagelink:first-child {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .horizontallinklist__parsys .cmp-lanuagelink:first-child > a {
    border-left: 0;
  }
  .horizontallinklist__parsys .cmp-lanuagelink .aemblueprint__placeholder {
    margin: 0 0 0 7px;
    padding: 0 0 0 10px;
    border-left: 1px solid #4a4a4a;
  }
  .cmp-lanuagelink .horizontallinklist__list-languagelink--active {
    color: #f08200;
  }
}

.cmp-iframe--small {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-iframe--small {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-iframe--small {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-iframe--small {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-iframe--small {
    font-size: 27px;
  }
}
.cmp-iframe .iframe__headline {
  color: #f08200;
  font-size: 1.66666667em;
  margin-bottom: 0.33333333em;
}
.cmp-iframe .iframe__footer {
  margin-top: 0.92592593em;
}

.cmp-iframe--large {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-iframe--large {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-iframe--large {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-download-linklist {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-download-linklist {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-download-linklist {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-download-linklist {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-download-linklist {
    font-size: 21px;
  }
}
.cmp-download-linklist .linklist__headline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #f08200;
  font-size: 1.71428571em;
  line-height: 1.16666667em;
  margin-bottom: 1.38888889em;
}
.cmp-download-linklist .linklist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-download-linklist .linklist__list-item {
  border-bottom: 1px solid #ababab;
  font-size: 1em;
  line-height: 1.19047619;
}

.cmp-downloadlink .downloadlink__link {
  color: #707172;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  text-decoration: none;
}
.cmp-downloadlink .downloadlink__link:hover,
.cmp-downloadlink .downloadlink__link:focus {
  background-color: transparent;
  color: #f08200;
  outline: 0;
}
.cmp-downloadlink .downloadlink__label {
  display: block;
  flex-grow: 1;
}
.cmp-downloadlink .downloadlink__icon {
  color: #f08200;
}

.cmp-video-v2 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-video-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-video-v2 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-video {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-video {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-video {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-textsmall-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px auto 20px;
}
@media (min-width: 1024px) {
  .cmp-textsmall-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-textsmall-v1 {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-textsmall-v1.cmp-textsmall-v2 {
  max-width: 1480px;
}
.cmp-textsmall-v1 p {
  line-height: inherit;
}
.cmp-textsmall-v1 ul {
  padding-left: 1.25em;
  list-style: none;
  list-style-position: outside;
}
.cmp-textsmall-v1 ul > li {
  position: relative;
}
.cmp-textsmall-v1 ul > li:before {
  content: "–";
  left: -1.1em;
  position: absolute;
}
.cmp-textsmall-v1 ol {
  padding-left: 1.25em;
}
.cmp-textsmall-v1 + .cmp-textsmall-v1 {
  margin: 20px auto;
}
.cmp-accordionitem-v1 .cmp-textsmall-v1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cmp-headline-v2 + .cmp-textsmall-v1 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-textsmall-v1 {
    margin: 60px auto 40px;
  }
  .cmp-textsmall-v1 + .cmp-textsmall-v1 {
    margin: 40px auto;
  }
  .cmp-accordionitem-v1 .cmp-textsmall-v1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cmp-headline-v2 + .cmp-textsmall-v1 {
    margin-top: 40px;
  }
}

.cmp-textsmall-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px auto 20px;
}
@media (min-width: 1024px) {
  .cmp-textsmall-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-textsmall-v1 {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-textsmall-v1 p {
  line-height: inherit;
}
.cmp-textsmall-v1 ul {
  padding-left: 1.25em;
  list-style: none;
  list-style-position: outside;
}
.cmp-textsmall-v1 ul > li {
  position: relative;
}
.cmp-textsmall-v1 ul > li:before {
  content: "–";
  left: -1.1em;
  position: absolute;
}
.cmp-textsmall-v1 ol {
  padding-left: 1.25em;
}
.cmp-textsmall-v1 + .cmp-textsmall-v1 {
  margin: 20px auto;
}
.cmp-accordionitem-v1 .cmp-textsmall-v1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cmp-headline-v2 + .cmp-textsmall-v1 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-textsmall-v1 {
    margin: 60px auto 40px;
  }
  .cmp-textsmall-v1 + .cmp-textsmall-v1 {
    margin: 40px auto;
  }
  .cmp-accordionitem-v1 .cmp-textsmall-v1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cmp-headline-v2 + .cmp-textsmall-v1 {
    margin-top: 40px;
  }
}

.cmp-textimage {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 21px;
}
@media (min-width: 1024px) {
  .cmp-textimage {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-textimage {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-textimage .textimage__figure {
  display: flex;
  flex-direction: column;
}
.cmp-textimage .textimage__image {
  height: auto;
  width: 100%;
}

.cmp-textbig {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .cmp-textbig {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-textbig {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-textbig p {
  line-height: inherit;
}
.cmp-textbig ul {
  list-style: none;
  list-style-position: outside;
}
.cmp-textbig ul > li {
  position: relative;
}
.cmp-textbig ul > li:before {
  content: "–";
  left: -1.1em;
  position: absolute;
}
@media (min-width: 1024px) {
  .cmp-textbig {
    margin: 60px auto;
  }
}

.cmp-text {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-text {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-text {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cmp-teaser-standard-v3 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teaser-standard-v3 {
    font-size: 27px;
  }
}
.cmp-teaser-standard-v3 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-teaser-standard-v3 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-teaser-standard-v3 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-teaser-standard-v3 .teaserlm__link {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
}
.cmp-teaser-standard-v3 .teaserlm__link:hover,
.cmp-teaser-standard-v3 .teaserlm__link:focus,
.cmp-teaser-standard-v3 .teaserlm__link:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-teaser-standard-v3 .teaserlm__link:link,
.cmp-teaser-standard-v3 .teaserlm__link:hover,
.cmp-teaser-standard-v3 .teaserlm__link:focus,
.cmp-teaser-standard-v3 .teaserlm__link:active,
.cmp-teaser-standard-v3 .teaserlm__link:visited {
  background-color: #f0f0f0;
  text-decoration: none;
}
.cmp-teaser-standard-v3 .teaserlm__image {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}
.cmp-teaser-standard-v3 .teaserlm__body {
  flex-grow: 1;
  padding: 30px;
}
.cmp-teaser-standard-v3 .teaserlm__headline,
.cmp-teaser-standard-v3 .teaserlm__subline {
  color: #f08200;
  line-height: 1.13;
}
.cmp-teaser-standard-v3 .teaserlm__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 1.2em;
}
.cmp-teaser-standard-v3 .teaserlm__subline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 2px 0 7px 0;
}
.cmp-teaser-standard-v3 .teaserlm__text {
  color: #707172;
  font-size: 0.66em;
  line-height: 1.5;
}
.cmp-teaser-standard-v3 .teaserlm__footer {
  padding: 10px 30px 30px;
}
.cmp-teaser-standard-v3 .teaserlm__footer-link {
  color: #f08200;
  font-size: 0.66em;
}
.cmp-teaser-standard-v3 .teaserlm__footer-link-text {
  vertical-align: text-top;
}
.cmp-section-v1 .cmp-teaser-standard-v3 .teaserlm__link {
  background-color: #dfdedd;
}
.lightbox {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.lightbox.is-hidden {
  display: none !important;
}
.lightbox-container {
  display: block;
  padding: 25px;
  max-height: 90vh;
  max-width: 85vw;
  position: relative;
  background-color: white;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}
.lightbox-container__close {
  position: absolute;
  top: -17px;
  right: -17px;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F08200;
  color: #F08200;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}
.lightbox-container__close svg {
  margin-left: 1px;
}
.lightbox-container__content {
  overflow: auto;
  max-height: calc(90vh - 90px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-teaser-standard-v2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teaser-standard-v2 {
    font-size: 27px;
  }
}
.cmp-teaser-standard-v2 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-teaser-standard-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-teaser-standard-v2 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-teaser-standard-v2 .teaserlm__link {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
}
.cmp-teaser-standard-v2 .teaserlm__link:hover,
.cmp-teaser-standard-v2 .teaserlm__link:focus,
.cmp-teaser-standard-v2 .teaserlm__link:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-teaser-standard-v2 .teaserlm__link:link,
.cmp-teaser-standard-v2 .teaserlm__link:hover,
.cmp-teaser-standard-v2 .teaserlm__link:focus,
.cmp-teaser-standard-v2 .teaserlm__link:active,
.cmp-teaser-standard-v2 .teaserlm__link:visited {
  background-color: #f0f0f0;
  text-decoration: none;
}
.cmp-teaser-standard-v2 .teaserlm__image {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}
.cmp-teaser-standard-v2 .teaserlm__body {
  flex-grow: 1;
  padding: 30px;
}
.cmp-teaser-standard-v2 .teaserlm__headline,
.cmp-teaser-standard-v2 .teaserlm__subline {
  color: #f08200;
  line-height: 1.13;
}
.cmp-teaser-standard-v2 .teaserlm__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 1.2em;
}
.cmp-teaser-standard-v2 .teaserlm__subline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 2px 0 7px 0;
}
.cmp-teaser-standard-v2 .teaserlm__text {
  color: #707172;
  font-size: 0.66em;
  line-height: 1.5;
}
.cmp-teaser-standard-v2 .teaserlm__footer {
  padding: 10px 30px 30px;
}
.cmp-teaser-standard-v2 .teaserlm__footer-link {
  color: #f08200;
  font-size: 0.66em;
}
.cmp-teaser-standard-v2 .teaserlm__footer-link-text {
  vertical-align: text-top;
}
.cmp-section-v1 .cmp-teaser-standard-v2 .teaserlm__link {
  background-color: #dfdedd;
}
.lightbox {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.lightbox.is-hidden {
  display: none !important;
}
.lightbox-container {
  display: block;
  padding: 25px;
  max-height: 90vh;
  max-width: 85vw;
  position: relative;
  background-color: white;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}
.lightbox-container__close {
  position: absolute;
  top: -17px;
  right: -17px;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F08200;
  color: #F08200;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}
.lightbox-container__close svg {
  margin-left: 1px;
}
.lightbox-container__content {
  overflow: auto;
  max-height: calc(90vh - 90px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cmp-teaser-standard-v2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmp-teaser-standard-v2 {
    font-size: 27px;
  }
}
.cmp-teaser-standard-v2 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-teaser-standard-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-teaser-standard-v2 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-teaser-standard-v2 .teaserlm__link {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
}
.cmp-teaser-standard-v2 .teaserlm__link:hover,
.cmp-teaser-standard-v2 .teaserlm__link:focus,
.cmp-teaser-standard-v2 .teaserlm__link:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-teaser-standard-v2 .teaserlm__link:link,
.cmp-teaser-standard-v2 .teaserlm__link:hover,
.cmp-teaser-standard-v2 .teaserlm__link:focus,
.cmp-teaser-standard-v2 .teaserlm__link:active,
.cmp-teaser-standard-v2 .teaserlm__link:visited {
  background-color: #f0f0f0;
  text-decoration: none;
}
.cmp-teaser-standard-v2 .teaserlm__image {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}
.cmp-teaser-standard-v2 .teaserlm__body {
  flex-grow: 1;
  padding: 30px;
}
.cmp-teaser-standard-v2 .teaserlm__headline,
.cmp-teaser-standard-v2 .teaserlm__subline {
  color: #f08200;
  line-height: 1.13;
}
.cmp-teaser-standard-v2 .teaserlm__headline {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 1.2em;
}
.cmp-teaser-standard-v2 .teaserlm__subline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 2px 0 7px 0;
}
.cmp-teaser-standard-v2 .teaserlm__text {
  color: #707172;
  font-size: 0.66em;
  line-height: 1.5;
}
.cmp-teaser-standard-v2 .teaserlm__footer {
  padding: 10px 30px 30px;
}
.cmp-teaser-standard-v2 .teaserlm__footer-link {
  color: #f08200;
  font-size: 0.66em;
}
.cmp-teaser-standard-v2 .teaserlm__footer-link-text {
  vertical-align: text-top;
}
.cmp-section-v1 .cmp-teaser-standard-v2 .teaserlm__link {
  background-color: #dfdedd;
}

.cmp-teaser-highlight-v2 {
  margin: 80px auto;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default {
  max-width: 1420px;
  margin-left: 30px;
  margin-right: 30px;
}
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default,
.cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width {
  margin: 40px auto;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default,
  .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width {
    margin: 80px auto;
  }
}
.cmp-section-v1 .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-default,
.cmp-section-v1 .cmp-teaser-highlight-v2 .teaserhighlight-v2__container-full-width {
  background-color: #dfdedd;
}

.cmp-teaser-highlight {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-teaser-highlight {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-teaser-highlight {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-teaser-highlight .teaserhighlight__link {
  background-color: #f0f0f0;
}
.cmp-teaser-highlight .teaserhighlight__headline {
  font-size: 27px;
}
.cmp-teaser-highlight .teaserhighlight__body {
  line-height: 1.5;
}
.cmp-teaser-highlight .teaserhighlight__body p {
  font-size: 18px;
}
.cmp-teaser-highlight .teaserhighlight__footer {
  padding: 30px 0;
}
.cmp-teaser-highlight .teaserhighlight__footer-link {
  color: #f08200;
  font-size: 18px;
}
.cmp-teaser-highlight .teaserhighlight__footer-link-text {
  vertical-align: text-top;
}
.cmp-section-v1 .cmp-teaser-highlight .teaserhighlight__link {
  background-color: #dfdedd;
}

.cmp-table-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .cmp-table-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-table-v1 {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-section-v1 .cmp-table-v1 td {
  background-color: #ffffff;
}
.cmp-accordionitem-v1 .cmp-table-v1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cmp-textsmall-v1 + .cmp-table-v1 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-table-v1 {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .cmp-accordionitem-v1 .cmp-table-v1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cmp-textsmall-v1 + .cmp-table-v1 {
    margin-top: 40px;
  }
}

.cmp-tabitem {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .cmp-tabitem {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-tabitem {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-tabitem > .investfunding-cmp:first-child,
.cmp-tabitem > .microsites-cmp:first-child,
.cmp-tabitem > .wertewelt-cmp:first-child {
  margin-top: 0;
}
.cmp-tabitem > .investfunding-cmp:last-child,
.cmp-tabitem > .microsites-cmp:last-child,
.cmp-tabitem > .wertewelt-cmp:last-child {
  margin-bottom: 0;
}

.cmp-tabcontainer {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-tabcontainer {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-tabcontainer {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-tabcontainer .tabcontainer__btn-scroll--left::before {
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.cmp-tabcontainer .tabcontainer__btn-scroll--right::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.cmp-section-v1 .cmp-tabcontainer .tabcontainer__link:not([aria-selected="true"]) {
  background-color: #dfdedd;
}
.cmp-section-v1 .cmp-tabcontainer .tabcontainer__btn-scroll--left::before {
  background: linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
}
.cmp-section-v1 .cmp-tabcontainer .tabcontainer__btn-scroll--right::before {
  background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
}

.cmp-stage--video .stage__container {
  margin: 0 auto;
  transform: translate(0, 0);
}

@media print {
  .cmp-stage--video {
    max-width: 600px !important;
  }
  .cmp-stage--video video {
    display: none;
    height: auto !important;
  }
}

.cmp-stage {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cmp-stage {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-stage {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.cmp-stage .stage__guideline {
  color: #ababab;
  padding: 10px;
}
.cmp-stage .stage__container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-items: stretch;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cmp-stage .stage__container {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-stage .stage__container {
    font-size: 13px;
  }
}
.cmp-stage .stage__image {
  transition: filter 0.6s;
}
.cmp-stage .stage__image.lazyload,
.cmp-stage .stage__image.lazyloading {
  filter: blur(5px);
}
.cmp-stage .stage__image.lazyloaded {
  filter: none;
}
.cmp-stage .stage__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.cmp-stage .stage__content-container {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 9.375em 2.1875em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .cmp-stage .stage__content-container {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-stage .stage__content-container {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-stage .stage__content-container.style--dark {
  color: #707172;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmp-stage .stage__content-container {
    /* IE10+ CSS */
  }
}
@media screen and (max-width: 768px) {
  .cmp-stage .stage__content-container {
    min-height: 330px;
    padding: 2.5em 2.1875em;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-stage .stage__content-container {
    min-height: 440px;
  }
}
.cmp-stage .stage__label,
.cmp-stage .stage__headline,
.cmp-stage .stage__subheadline,
.cmp-stage .stage__text {
  display: inline-block;
  width: 100%;
}
.cmp-stage .stage__label,
.cmp-stage .stage__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}
.cmp-stage .stage__headline,
.cmp-stage .stage__text {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
}
.cmp-stage .stage__label {
  font-size: 1.375em;
  line-height: 1.4375;
}
.cmp-stage .stage__headline {
  font-size: 3.375em;
  line-height: 1.2;
}
.cmp-stage .stage__subheadline {
  font-size: 2.8125em;
  line-height: 1.2;
}
.cmp-stage .stage__text {
  font-size: 2em;
  line-height: 1.125;
  margin-top: 1.5625em;
}
.cmp-stage .stage__button-container,
.cmp-stage .stage__stage__button {
  background-color: #f08200;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  border: 0;
  margin-top: 16px;
}
.cmp-stage .stage__button-label {
  text-decoration: none;
}
.aem-AuthorLayer-Edit .cmp-stage {
  border: 2px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Preview .stage__guideline {
  display: none;
}

.cmp-socialsharing-v2 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-socialsharing-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-socialsharing-v2 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-socialsharing-v2 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.cmp-socialsharing-v2 a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media print {
  .cmp-socialsharing-v2 {
    display: none;
  }
}

.cmp-socialsharing-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-socialsharing-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-socialsharing-v1 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-socialsharing-v1 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media print {
  .cmp-socialsharing-v1 {
    display: none;
  }
}

.cmp-shortprofile {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .cmp-shortprofile {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-shortprofile {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-shortprofile .profile__container {
  align-items: flex-start;
  background: #f0f0f0;
  display: flex;
}
.cmp-section-v1 .cmp-shortprofile .profile__container {
  background: #dfdedd;
}
@media screen and (max-width: 480px) {
  .cmp-shortprofile .profile__container {
    flex-direction: column;
  }
}
.cmp-shortprofile .profile__image {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 481px) {
  .cmp-shortprofile .profile__image {
    max-width: 375px;
    width: 50%;
  }
}
.cmp-shortprofile .profile__body {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  padding: 1.25em 1.875em;
  width: 100%;
}
.cmp-shortprofile .profile__name,
.cmp-shortprofile .profile__position {
  line-height: 1.52;
}
.cmp-shortprofile .profile__name {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.6875em;
}
@media screen and (max-width: 768px) {
  .cmp-shortprofile .profile__name {
    font-size: 1.3125em;
  }
}
.cmp-shortprofile .profile__position {
  font-size: 1.3125em;
  margin-bottom: 0.66666667em;
}
@media screen and (max-width: 768px) {
  .cmp-shortprofile .profile__position {
    font-size: 1.125em;
  }
}
.cmp-shortprofile .profile__email,
.cmp-shortprofile .profile__phone,
.cmp-shortprofile .profile__mobile-phone {
  align-items: center;
  display: flex;
  font-size: 1.125em;
  hyphens: none;
  margin-bottom: 0.75em;
  padding-right: 1em;
  word-break: break-all;
}
.cmp-shortprofile .profile__email:link,
.cmp-shortprofile .profile__phone:link,
.cmp-shortprofile .profile__mobile-phone:link {
  text-decoration: none;
}
.cmp-shortprofile .profile__email:active,
.cmp-shortprofile .profile__phone:active,
.cmp-shortprofile .profile__mobile-phone:active,
.cmp-shortprofile .profile__email:focus,
.cmp-shortprofile .profile__phone:focus,
.cmp-shortprofile .profile__mobile-phone:focus,
.cmp-shortprofile .profile__email:hover,
.cmp-shortprofile .profile__phone:hover,
.cmp-shortprofile .profile__mobile-phone:hover {
  background-color: transparent;
  color: #f08200;
}
.cmp-shortprofile .profile__email-icon,
.cmp-shortprofile .profile__phone-icon,
.cmp-shortprofile .profile__mobile-phone-icon {
  color: #ababab;
  font-size: 1.625em;
  margin-right: 0.375em;
}
.cmp-shortprofile .profile__description {
  font-size: 1.125em;
  margin-top: 1.25em;
}
.colctrlhoriz__body--33-33-33 .cmp-shortprofile .profile__container,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .profile__container,
.colctrlhoriz__body--66-33 > *:nth-child(even) .profile__container {
  flex-direction: column;
}
.colctrlhoriz__body--33-33-33 .cmp-shortprofile .profile__image,
.colctrlhoriz__body--33-66 > *:nth-child(odd) .profile__image,
.colctrlhoriz__body--66-33 > *:nth-child(even) .profile__image {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .colctrlhoriz__body--33-33-33 .cmp-shortprofile .profile__image,
  .colctrlhoriz__body--33-66 > *:nth-child(odd) .profile__image,
  .colctrlhoriz__body--66-33 > *:nth-child(even) .profile__image {
    max-width: 100%;
    width: 100%;
  }
}

.cmp-section-v2 {
  text-align: center;
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  background: #f0f0f0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-section-v2 {
    margin: 80px auto;
  }
}
.cmp-stage + .cmp-section-v2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .cmp-section-v2 {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.cmp-section-v2 > *:first-child {
  margin-top: 0;
}
.cmp-section-v2 > *:last-child {
  margin-bottom: 0;
}

.cmp-section-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  background: #f0f0f0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-section-v1 {
    margin: 80px auto;
  }
}
.cmp-stage + .cmp-section-v1 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .cmp-section-v1 {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.cmp-section-v1 > *:first-child {
  margin-top: 0;
}
.cmp-section-v1 > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cmp-search {
    position: absolute;
    right: 60px;
    top: 17px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-search {
    background: #dfdedd;
  }
}

.cmp-pageheader .pageheader__container {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .cmp-pageheader .pageheader__container {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-pageheader .pageheader__container {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-pageheader .pageheader__meta-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 14px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cmp-pageheader .pageheader__meta-container .pageheader__metanavi,
  .cmp-pageheader .pageheader__meta-container .search__container {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cmp-pageheader .pageheader__meta-container .search__container--mobile {
    display: none;
  }
}
.cmp-pageheader .pageheader__meta-container .pageheader__metanavi,
.cmp-pageheader .pageheader__meta-container .pageheader__search {
  width: 100%;
}
.cmp-pageheader .pageheader__meta-container .pageheader__search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cmp-pageheader .pageheader__menu-trigger-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 1.6em;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .cmp-pageheader .pageheader__menu-trigger-button {
    display: none;
  }
}
.cmp-pageheader .pageheader__menu-trigger-button[aria-expanded=false] .pageheader__menu-trigger-icon--close {
  display: none;
}
.cmp-pageheader .pageheader__menu-trigger-button[aria-expanded=true] .pageheader__menu-trigger-icon--open {
  display: none;
}
.cmp-pageheader .pageheader__menu-trigger-button > i {
  display: inline-block;
  pointer-events: none;
}
.cmp-pageheader .pageheader__metanavi {
  display: none;
}
@media screen and (min-width: 769px) {
  .cmp-pageheader .pageheader__metanavi {
    display: block;
  }
}
.cmp-pageheader .pageheader__menu {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cmp-pageheader .pageheader__menu {
    background-color: #ffffff;
    border-top: 1px solid #cbcbcb;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 1em;
    position: fixed;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.2s ease-in-out;
  }
  .cmp-pageheader .pageheader__menu.is-visible {
    transform: none;
    padding: 3.7em 0 0 0;
  }
  .cmp-pageheader .pageheader__menu .pageheader__metanavi,
  .cmp-pageheader .pageheader__menu .cmp-metanavigation {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .cmp-pageheader .pageheader__menu {
    background-color: #f0f0f0;
  }
  .cmp-pageheader .pageheader__menu .pageheader__metanavi {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .cmp-pageheader .pageheader__menu-section {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1024px) {
  .cmp-pageheader .pageheader__menu-section {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1440px) {
  .cmp-pageheader .pageheader__menu-section {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-pageheader .cmp-metanavigation {
  font-size: 1em;
  padding: 0 0 1em 1em;
}
.cmp-pageheader .cmp-metanavigation .horizontallinklist__list {
  text-align: left;
}
.aem-AuthorLayer-Edit .pageheader__meta-container {
  display: block;
}
@media screen and (max-width: 767px) {
  .aem-AuthorLayer-Edit .pageheader__meta-container {
    display: block;
  }
}

.cmp-newsarticle {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-newsarticle {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-newsarticle {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-newsarticle .cmp-headline-v1 {
  padding-bottom: 30px;
}
.cmp-newsarticle .newsarticle__teaser-header {
  margin-top: 30px;
}
.cmp-newsarticle .newsarticle__teaser-body .parsys > * {
  padding-left: 0;
  padding-right: 0;
}
.cmp-newsarticle .newsarticle__teaser-body .parsys > *:first-child {
  margin-top: 30px;
}

.cmp-newsarchive {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-newsarchive {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-newsarchive {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-newsarchive .newsarchive__pagination-btn:not(.is-active):hover,
.cmp-newsarchive .newsarchive__pagination-btn:not(.is-active):focus {
  background-color: #ababab;
  color: #ffffff;
}
.cmp-newsarchive .cmp-newsarticle {
  border-bottom: 1px solid #ababab;
  margin-top: 2em;
  padding: 1em 0;
}
@media screen and (min-width: 481px) {
  .cmp-newsarchive .cmp-newsarticle {
    margin-top: 0;
  }
}
.cmp-newsarchive .cmp-newsarticle .cmp-headline-v1 .headline {
  font-family: 'Frutiger LT Std 45', Arial, Verdana, sans-serif;
  font-weight: lighter;
  color: #707172;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 481px) {
  .cmp-newsarchive .cmp-newsarticle .cmp-headline-v1 .headline {
    order: 1;
  }
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__teaser {
  padding: 0;
}
@media screen and (min-width: 481px) {
  .cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-footer {
    margin-top: 0;
  }
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-image {
  height: auto;
  margin-right: 0;
  max-width: 100%;
  object-fit: contain;
  object-position: right;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-image {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 481px) {
  .cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-image {
    margin-left: 54px;
    max-height: 120px;
    max-width: 180px;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-header {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) {
  .cmp-newsarchive .cmp-newsarticle .newsarticle__teaser-header {
    min-height: 120px;
  }
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__datearea,
.cmp-newsarchive .cmp-newsarticle .newsarticle__infoarea__footer {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .cmp-newsarchive .cmp-newsarticle .newsarticle__datearea,
  .cmp-newsarchive .cmp-newsarticle .newsarticle__infoarea__footer {
    margin: -1em 0 0 0;
  }
}
.cmp-newsarchive .cmp-newsarticle .newsarticle__infoarea__footer {
  border-left: 0;
  font-size: 14px;
}

.cmp-mainnavigation {
  color: #707172;
  font-size: 18px;
  margin-left: -0.94444444em;
}
.cmp-mainnavigation .mainnavigation__submenu {
  margin: 2px 0 0 0.94444444em;
}
.cmp-mainnavigation .mainnavigation__toggle-btn {
  color: #f08200;
}
.cmp-mainnavigation .mainnavigation__scroll-btn--left {
  background: linear-gradient(to right, #f0f0f0 70%, rgba(240, 240, 240, 0) 100%);
}
.cmp-mainnavigation .mainnavigation__scroll-btn--right {
  background: linear-gradient(to left, #f0f0f0 70%, rgba(240, 240, 240, 0) 100%);
}
.cmp-mainnavigation .mainnavigation__scroll-btn--right::after {
  background-color: #f0f0f0;
}

.header .logo__image {
  height: auto;
  max-width: 228px;
}
.header--sticky .logo__image {
  height: auto !important;
  max-width: 178px;
}
.footer .logo__link {
  margin-right: 20px;
}
.footer .logo__image {
  height: auto;
  margin: 0;
  max-width: 271px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .logo__image {
    height: 32px;
    margin-bottom: 0;
  }
  .footer .logo__image {
    max-width: 226px;
  }
}

.cmp-linklist {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-linklist {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-linklist {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-section-v1 .cmp-linklist div.linklist__body {
  background: inherit;
}
.cmp-linklist .cmp-link-with-icon .link-with-icon__link {
  align-items: center;
  border-bottom: 1px solid #ababab;
  display: flex;
  font-size: 20px;
  padding: 20px 0;
}
.cmp-linklist .cmp-link-with-icon .link-with-icon__link:hover,
.cmp-linklist .cmp-link-with-icon .link-with-icon__link:focus {
  color: #f08200;
}
.cmp-linklist .cmp-link-with-icon .link-with-icon__link-icon {
  font-size: 0.75em;
  margin: -5px 12px 0 0;
  position: static;
}

.cmp-link-with-icon .link-with-icon__link {
  text-decoration: none;
}
.cmp-iframe .cmp-link-with-icon {
  font-size: 18px;
}
.cmp-iframe .cmp-link-with-icon .link-with-icon__link-icon {
  left: 0;
  position: relative;
  top: -3px;
}
.cmp-link-with-icon.cmp-link-with-icon--standalone {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .cmp-link-with-icon.cmp-link-with-icon--standalone {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-link-with-icon.cmp-link-with-icon--standalone {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-link-with-icon.cmp-link-with-icon--standalone {
    margin: 20px auto;
  }
}
.cmp-link-with-icon.cmp-link-with-icon--standalone .link-with-icon__link {
  color: #707172;
  display: flex;
  font-size: 20px;
}
.cmp-link-with-icon.cmp-link-with-icon--standalone .link-with-icon__link:hover,
.cmp-link-with-icon.cmp-link-with-icon--standalone .link-with-icon__link:focus {
  color: #f08200;
}
.cmp-link-with-icon.cmp-link-with-icon--standalone .link-with-icon__link-icon {
  color: #f08200;
  font-size: 0.75em;
  padding-right: 0.5em;
  position: static;
}

.horizontallinklist__parsys .cmp-lanuagelink {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.horizontallinklist__parsys .cmp-lanuagelink:first-child {
  border-left: none;
  margin: 0;
  padding: 0;
}
.horizontallinklist__parsys .cmp-lanuagelink:first-child > a {
  border-left: 0;
}
.horizontallinklist__parsys .cmp-lanuagelink .aemblueprint__placeholder {
  margin: 0 0 0 7px;
  padding: 0 0 0 10px;
  border-left: 1px solid #4a4a4a;
}
.cmp-lanuagelink .horizontallinklist__list-languagelink--active {
  color: #f08200;
}

.cmp-imageslider {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-imageslider {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-imageslider {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-image {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-image {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-image {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-image__caption {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #707172;
  line-height: 1;
  padding: 20px 0;
}

.cmp-html .html--container {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-html .html--container {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-html .html--container {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-html .html--container.fullwidth {
  max-width: none;
}

.pagefooter__line--bottom .cmp-horizontallinklist ul {
  display: block;
}
.pagefooter__line--bottom .cmp-horizontallinklist a {
  color: #707172;
  display: block;
}
@media screen and (max-width: 480px) {
  .pagefooter__line--bottom .cmp-horizontallinklist a {
    border-left: 0;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
  }
}
@media screen and (max-width: 480px) {
  .pagefooter__line--bottom .cmp-horizontallinklist .horizontallinklist__list-item {
    display: block;
  }
}

.cmp-headline-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .cmp-headline-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-headline-v1 {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-headline-v1 {
    margin-bottom: 40px;
  }
}
.cmp-headline-v1 .headline.h1,
.cmp-headline-v1 .headline.h3 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  color: #f08200;
  margin: 0;
}
.cmp-headline-v1 .headline.h1 {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 56px;
}
.cmp-headline-v1 .headline.h3 {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 44px;
}

.cmp-footnote {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-footnote {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-footnote {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-dropdownmenu {
  max-width: 100vw;
}
@media screen and (max-width: 480px) {
  .cmp-dropdownmenu {
    margin-top: 1em;
    width: 100%;
  }
}
.dropdown__button {
  align-items: center;
  background-color: #dfdedd;
  border: 0;
  color: #707172;
  display: flex;
  font-family: inherit;
  padding: 0;
}
.dropdown__button:active,
.dropdown__button:focus {
  outline: 0;
}
.dropdown__button:hover,
.dropdown__button:focus {
  background-color: #707172;
  color: #ffffff;
}
.dropdown__button-label {
  border-right: 1px solid #ffffff;
  display: inline-block;
  flex-grow: 1;
  overflow: hidden;
  padding: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown__button-icon {
  color: currentColor !important;
  font-size: inherit;
  padding: 11px 14px;
  position: static;
}
.dropdown__menu {
  background-color: #707172;
  border: 0;
  color: #ffffff;
  padding: 6px 70px 0 12px;
}
.dropdown__menu--above {
  bottom: 100%;
}
.dropdown__menu-item {
  border-top: 1px solid #ffffff;
}
.dropdown__menu-item:first-child {
  border-top: 0;
}
.dropdown__menu-item:hover {
  background-color: transparent;
}
.dropdown__item-content {
  line-height: 1;
  padding: 9px 0 8px;
}
.dropdown-linklist--expanded .dropdown__button {
  background-color: #707172;
  border-top: 0;
  color: #ffffff;
}
.dropdown-linklist--expanded .dropdown__button:hover {
  color: #ffffff;
}
.dropdown-linklist--expanded .dropdown__button-label {
  border-right: 0;
}

.cmp-download-linklist {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-download-linklist {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-download-linklist {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-download-linklist {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-download-linklist {
    font-size: 21px;
  }
}
.cmp-download-linklist .linklist__headline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #f08200;
  font-size: 1.71428571em;
  line-height: 1.16666667em;
  margin-bottom: 1.38888889em;
}
.cmp-download-linklist .linklist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-download-linklist .linklist__list-item {
  border-bottom: 1px solid #ababab;
  font-size: 1em;
  line-height: 1.19047619;
}

.cmp-downloadlink .downloadlink__link {
  color: #707172;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  text-decoration: none;
}
.cmp-downloadlink .downloadlink__link:hover,
.cmp-downloadlink .downloadlink__link:focus {
  background-color: transparent;
  color: #f08200;
  outline: 0;
}
.cmp-downloadlink .downloadlink__label {
  display: block;
  flex-grow: 1;
}
.cmp-downloadlink .downloadlink__icon {
  color: #f08200;
}

.cmp-contactperson {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .cmp-contactperson {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-contactperson {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-columncontrolhorizontal-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .new.section,
.aem-AuthorLayer-Preview .cmp-columncontrolhorizontal-v1 .new.section {
  outline: 0;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .new.section + cq,
.aem-AuthorLayer-Preview .cmp-columncontrolhorizontal-v1 .new.section + cq {
  display: none;
}
.aem-AuthorLayer-Preview .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline {
  display: none;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body {
  align-items: flex-start;
  justify-content: flex-start;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body > * {
  outline: 1px dashed #ababab;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline {
  display: flex;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--33-33-33 .colctrlhoriz__guideline-block--beta {
  margin-left: 20px;
  margin-right: 20px;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--33-33-33 .colctrlhoriz__guideline-block {
  flex: 33.3%;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block {
  flex: 50%;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block--beta {
  margin-left: 20px;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--alpha {
  flex: 33.33%;
  max-width: calc(33.33% - 10px);
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--beta {
  flex: 66.66%;
  margin-left: 20px;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--alpha {
  flex: 66.66%;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--beta {
  flex: 33.33%;
  margin-left: 20px;
  max-width: calc(33.33% - 10px);
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline--top {
  margin-bottom: 20px;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline--top .colctrlhoriz__guideline-block {
  border-bottom: none;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline-block {
  border: 1px dashed #ababab;
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit .cmp-columncontrolhorizontal-v1 .colctrlhoriz__guideline--bottom .colctrlhoriz__guideline-block {
  border-top: none;
}
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__header {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
@media print, screen and (min-width: 768px) {
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body > * {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-33-33 > * {
    flex: 33.33%;
    margin-right: 0 !important;
    max-width: calc(33.33% - 13.33333333px) !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-33-33 > *:nth-child(3n + 2) {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--50-50 > * {
    flex: 50%;
    max-width: calc(50% - 10px) !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--50-50 > *:nth-child(even) {
    margin-left: 20px !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-66 > *:nth-child(odd) {
    flex: 33.33%;
    max-width: calc(33.33% - 10px) !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-66 > *:nth-child(even) {
    flex: 66.66%;
    margin-left: 20px !important;
    max-width: calc(66.66% - 10px) !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--66-33 > *:nth-child(odd) {
    flex: 66.66%;
    max-width: calc(66.66% - 10px) !important;
  }
  .cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--66-33 > *:nth-child(even) {
    flex: 33.33%;
    margin-left: 20px !important;
    max-width: calc(33.33% - 10px) !important;
  }
}
@media (min-width: 1024px) {
  .cmp-columncontrolhorizontal-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-columncontrolhorizontal-v1 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-columncontrolhorizontal-v1 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body {
  justify-content: center;
}
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body > .investfunding-cmp,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body > .microsites-cmp,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body > .wertewelt-cmp,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body > .aemblueprint-cmp {
  padding: 0 !important;
}
.cmp-section-v1 + .cmp-columncontrolhorizontal-v1,
.cmp-section-v1 + .cmp-anchorelement + .cmp-columncontrolhorizontal-v1 {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .cmp-section-v1 + .cmp-columncontrolhorizontal-v1,
  .cmp-section-v1 + .cmp-anchorelement + .cmp-columncontrolhorizontal-v1 {
    margin-top: 80px;
  }
}

.cmp-citation {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-citation {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-citation {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-carousel {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-carousel {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-carousel {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-section-v1 .cmp-carousel {
  background-color: #dfdedd;
}
.cmp-headline-v2 + .cmp-carousel {
  margin: 20px auto 0;
}
@media (min-width: 1024px) {
  .cmp-headline-v2 + .cmp-carousel {
    margin: 40px auto 0;
  }
}

.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-33-33 .cmp-carouselitem .carouselitem__content,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--66-33 > *:nth-child(even) .cmp-carouselitem .carouselitem__content,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-66 > *:nth-child(odd) .cmp-carouselitem .carouselitem__content {
  flex-direction: column;
}
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-33-33 .cmp-carouselitem .carouselitem__content-wrapper,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--66-33 > *:nth-child(even) .cmp-carouselitem .carouselitem__content-wrapper,
.cmp-columncontrolhorizontal-v1 .colctrlhoriz__body--33-66 > *:nth-child(odd) .cmp-carouselitem .carouselitem__content-wrapper {
  width: 100%;
}

.cmp-card {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-card {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-card {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-button-v2 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-button-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-button-v2 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-button-v2 .button__container,
.cmp-button-v2 .btn__secondary__container {
  display: flex;
  margin: 0 auto;
}
.cmp-button-v2 .button__container--left,
.cmp-button-v2 .btn__secondary__container--left {
  justify-content: flex-start;
}
.cmp-button-v2 .button__container--right,
.cmp-button-v2 .btn__secondary__container--right {
  justify-content: flex-end;
}
.cmp-button-v2 .button__container--center,
.cmp-button-v2 .btn__secondary__container--center {
  justify-content: center;
}
.cmp-button-v2 .button {
  align-items: stretch;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.125em;
  text-align: left;
  text-decoration: none;
  width: auto;
  width: fit-content;
  width: -moz-fit-content;
}
.cmp-button-v2 .button:hover,
.cmp-button-v2 .button:focus {
  color: #ffffff;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .cmp-button-v2 .button {
    font-size: 1.125em;
  }
}
.cmp-button-v2 .button__label {
  background-color: #0e3c8a;
  display: inline-block;
  min-width: 10em;
  padding: 0.66666667em 0.77777778em 0.55555556em 0.77777778em;
}
@media screen and (max-width: 640px) {
  .cmp-button-v2 .button__label {
    min-width: 0;
  }
}
.cmp-button-v2 .button__icon {
  align-items: center;
  background-color: #f08200;
  display: inline-flex;
  padding-left: 0.66666667em;
  padding-right: 0.66666667em;
}
.cmp-button-v2 .btn__secondary__link {
  border: 1px solid #f08200;
  display: inline-block;
  padding: 0.6em 1em 0.5em 1em;
  text-decoration: none;
  width: fit-content;
}
.cmp-button-v2 .btn__secondary__link:hover,
.cmp-button-v2 .btn__secondary__link:focus,
.cmp-button-v2 .btn__secondary__link:active {
  background-color: #f08200;
  color: #ffffff;
}

.cmp-notificationbar .cmp-button .button__label {
  background-color: transparent;
}

.cmp-breadcrumb {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cmp-breadcrumb {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-breadcrumb {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-breadcrumb {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.cmp-breadcrumb .breadcrumb__list {
  padding: 0;
}
.cmp-breadcrumb .breadcrumb__list-item--first {
  padding: 0;
}
.cmp-breadcrumb .breadcrumb__list-item__icon {
  color: #f08200;
}

.cmp-anchorelement {
  margin: -10px 15px;
}
@media (min-width: 1024px) {
  .cmp-anchorelement {
    margin: -20px 15px;
  }
}

.cmp-accordion-v1 {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-accordion-v1 {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-accordion-v1 {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmp-section-v1 .cmp-accordionitem-v1 .accordion__item-header:hover,
.cmp-section-v1 .cmp-accordionitem-v1 .accordion__item-header:focus,
.cmp-section-v1 .cmp-accordionitem-v1 .accordion__item-header[aria-expanded=true] {
  background-color: #ffffff;
}

.jobDropdown {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  border: 1px solid #dfdedd;
  background-color: #ffffff;
  margin: 0;
  margin-bottom: 8px;
}
.jobDropdown.open {
  border: 1px solid orange;
}
.jobDropdown.open .jobDropdown__icon {
  transform: rotate(0deg);
}
.jobDropdown__icon {
  transform: rotate(-180deg);
  transition: all 200ms ease-in-out;
}
.jobDropdown__icon svg {
  max-height: 100%;
  height: 16px;
  width: 16px;
}
.jobDropdown__button {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  height: 100%;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding: 4px 8px;
}
.jobDropdown__button:focus {
  outline: none;
}
.jobDropdown__listWrapper {
  position: absolute;
  display: none;
  top: 44px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  text-align: initial;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}
.jobDropdown__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 240px;
  overflow-y: auto;
}
.jobDropdown__list-delete-topics,
.jobDropdown__list-delete-levels {
  padding: 16px 8px;
  font-size: 14px;
  border-top: 1px solid #707172;
}
.jobDropdown__list-delete-topics:hover,
.jobDropdown__list-delete-levels:hover {
  cursor: pointer;
  text-decoration: underline;
}
.jobDropdown__item {
  padding: 0px 20px;
  cursor: pointer;
}
.jobDropdown__item:hover {
  background-color: #dfdedd;
}
.jobDropdown__item:last-child {
  border: none;
}
.jobDropdown__content {
  padding: 10px 0;
  font-size: 14px;
}

.d-none {
  display: none !important;
}
.cmp-jobSearch {
  font-size: 14px;
  text-align: center;
  position: relative;
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-jobSearch {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-jobSearch {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp-jobSearch .jobResult {
  display: none;
}
.jobSearch {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  display: flex;
  z-index: 4;
  width: 76%;
  flex-wrap: wrap;
}
.jobSearch.buttons {
  width: 24%;
  margin-top: 8px;
}
.jobSearch__searchButton,
.jobSearch__resetButton {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  height: 100%;
  height: 40px;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .jobSearch__searchButton,
  .jobSearch__resetButton {
    margin-bottom: 8px;
    width: 100%;
  }
}
.jobSearch__searchButton:focus,
.jobSearch__resetButton:focus {
  border: 1px solid #f08200;
  border-radius: 0;
  outline: none;
}
.jobSearch__searchButton {
  background-color: #f08200;
  border: 1px solid #f08200;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .jobSearch__searchButton {
    margin-bottom: 8px !important;
  }
}
.jobSearch__resetButton {
  background-color: transparent;
  border: 1px solid #f08200;
  color: #f08200;
}
@media screen and (max-width: 767px) {
  .jobSearch {
    flex-wrap: wrap;
    width: 100%;
  }
  .jobSearch.buttons {
    width: 100%;
  }
  .jobSearch input,
  .jobSearch button {
    width: 100%;
    margin: 0;
  }
}
.jobSearch__filter-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .jobSearch__filter-wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.jobSearch button:disabled {
  border: 1px solid #dfdedd;
  background-color: #dfdedd;
  color: #ffffff;
}
.jobSearch__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jobSearch__wrapper {
    display: block;
  }
  .jobSearch__wrapper input,
  .jobSearch__wrapper .jobSearch__filter {
    margin-bottom: 8px;
  }
}
.jobSearch__icon-wrapper {
  fill: #ababab;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 4px;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .jobSearch__icon-wrapper {
    transform: translateY(16%);
  }
}
.jobSearch__textInput {
  border: none;
  border: 1px solid #dfdedd;
  padding: 4px 8px 4px 42px;
  height: 100%;
  flex-grow: 2;
  border-radius: 0;
  margin-right: 24px;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  width: 400px;
}
.jobSearch__textInput .searchIcon {
  width: 16px;
  height: 16px;
  background: tomato;
}
.jobSearch__textInput::placeholder,
.jobSearch__textInput::-ms-input-placeholder {
  color: #ababab;
}
@media screen and (max-width: 767px) {
  .jobSearch__textInput {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
.jobSearch__textInput:focus {
  outline: none;
}
.jobSearch__filter {
  flex-grow: 1;
  margin: 0;
  margin-right: 24px;
  width: calc(37% - 24px);
  height: 40px !important;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .jobSearch__filter {
    margin: 0;
    width: 100%;
  }
}
.jobSearch__filter-topics .jobSearch__dropdownListWrapper {
  z-index: 100;
}
.jobSearch__dropdownItem:last-child .jobSearch__dropdownContent {
  border: none;
}
.jobSearch__checkbox {
  min-width: 26px;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  border: 1px solid #707172;
}
.jobSearch__checkbox-checkmark {
  display: none;
  width: 24px;
  height: 24px;
  padding: 4px;
}
.jobSearch__checkbox-checkmark svg {
  width: 100%;
  height: 100%;
  fill: #f08200;
}
.jobSearch__dropdownItem {
  padding: 4px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jobSearch__dropdownItem.selected .jobSearch__checkbox-checkmark {
  display: block;
}
.jobSearch__dropdownLabel {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 14px;
}
.jobSearch__dropdownLabel.default {
  color: #ababab;
}
.jobSearch__dropdownLengthIndicator {
  font-weight: bold;
  height: 26px;
  min-width: 26px;
  width: 26px;
  margin-right: 8px;
  padding: 4px;
  border-radius: 2px;
  background: #707172;
  color: #ffffff;
}
.jobSearch__dropdownLengthIndicator.notVisible {
  display: none;
}

.d-none {
  display: none !important;
}
.jobResult {
  color: #707172;
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jobResult {
    margin-top: 24px;
  }
}
.jobResult__close {
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .jobResult__close {
    top: 24px;
  }
}
.jobResult__close svg {
  fill: #f08200;
  width: 100%;
}
.jobResult__wrapper,
.jobResult__errorMessage {
  display: block;
  margin: 0 auto;
}
.jobResult__wrapper {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .jobResult__wrapper {
    padding: 24px 0;
  }
}
.jobResult__errorMessage {
  padding-top: 30px;
}
.jobResult__headline,
.jobResult__subline {
  color: #f08200;
  text-align: left;
}
.jobResult__headline {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .jobResult__headline {
    margin-top: 30px;
  }
}
.jobResult__pagination {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.jobResult__paginationIndex {
  order: 1;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.jobResult__paginationIndexItem {
  background-color: #f0f0f0;
  color: #707172;
  border: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 8px;
  cursor: pointer;
}
.jobResult__paginationIndexItem.active {
  background-color: #f08200;
  color: #ffffff;
}
.jobResult__paginationIndexItem:disabled {
  display: none;
}
.jobResult__paginationIndexItem--dots {
  margin-right: 10px;
}
.jobResult__paginationViewitems {
  order: 3;
  margin-left: auto;
  outline: none;
  padding: 0 35px 0 20px;
  appearance: none;
  height: 40px;
  cursor: pointer;
  margin-bottom: 15px;
  color: #707172;
  display: none;
}
.jobResult__paginationViewitems:-ms-expand {
  display: none;
}
.jobResult__paginationViewitems:focus::-ms-value {
  background-color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jobResult__paginationViewitems {
    padding: 0 5px 0 20px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .jobResult__paginationViewitems {
    border: 1px solid #707172;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">><polygon points="500 201.2 0 706.7 93.12 798.8 500 387.44 906.88 798.8 1000 706.7 500 201.2" fill="#707172"></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 15px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .jobResult__paginationViewitems {
    border: 1px solid #707172;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">><polygon points="500 201.2 0 706.7 93.12 798.8 500 387.44 906.88 798.8 1000 706.7 500 201.2" fill="#707172"></polygon></svg>');
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 15px;
  }
}
.jobResult__paginationText {
  order: 2;
  font-size: 12px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .jobResult__paginationText {
    margin-top: 4px;
  }
}
.jobResult__list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  width: 100%;
}
.jobResult__list:last-child {
  border-bottom: 1px solid #707172;
}
.jobResult__listRow {
  display: flex;
  border-top: 1px solid #707172;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jobResult__listRow {
    display: block;
  }
}
.jobResult__text {
  text-align: left;
  max-width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .jobResult__text {
    max-width: 100%;
  }
}
.jobResult__jobTitle {
  margin-bottom: 3px !important;
  font-weight: normal;
  margin-bottom: 6px;
}
.jobResult__jobSkills {
  margin: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jobResult__buttons {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .jobResult__buttons {
    display: block;
  }
}
.jobResult__jobLable {
  background-color: #f0f0f0;
  color: #707172;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 2px;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .jobResult__jobApply {
    display: flex;
  }
}
.jobResult__jobApplyButton {
  background-color: #f08200;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  margin-left: 25px;
  display: inline-flex;
}
.jobResult__jobApplyButton:hover,
.jobResult__jobApplyButton:focus,
.jobResult__jobApplyButton:active {
  background-color: #f08200;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .jobResult__jobApplyButton {
    margin: 0;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    display: block;
  }
}

