@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;
  }
}

@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;
  }
}

.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;
}

@keyframes rippleGrow {
  0% {
    opacity: 0.5;
    transform: translate(var(--ripple-x), var(--ripple-y)) scale(calc(var(--ripple-scale) / 5));
  }
  100% {
    opacity: 0;
    transform: translate(var(--ripple-x), var(--ripple-y)) scale(var(--ripple-scale));
  }
}
.cmp-button:before,
.cmp-button:after {
  content: " ";
  display: table;
}
.cmp-button:after {
  clear: both;
}
.button__link {
  --ripple-x: 0;
  --ripple-y: 0;
  --ripple-scale: 0;
  background-color: #f08200;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
}
.button__link:link,
.button__link:hover,
.button__link:active,
.button__link:focus,
.button__link:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__link:hover,
.button__link:active,
.button__link:focus {
  background-color: #cf7105;
}
.button__link::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
}
.button__link.is-animating::after {
  animation: 0.3s rippleGrow;
}
.button__label {
  display: inline-block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.button__link--left {
  float: left;
}
.button__link--right {
  float: right;
}

.colctrl__header {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.colctrl__container {
  display: inline-block;
  margin-top: 25px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .colctrl__body {
    display: flex;
  }
  .colctrl__container {
    margin-top: 0;
  }
  .colctrl__body--50-50 .colctrl__container-alpha {
    margin-right: 1.5%;
    width: 48.5%;
  }
  .colctrl__body--50-50 .colctrl__container-beta {
    margin-left: 1.5%;
    width: 48.5%;
  }
  .aem-AuthorLayer-Edit .colctrl__body {
    display: initial;
  }
  .colctrl__body--33-66 .colctrl__container-alpha {
    margin-right: 1.5%;
    width: 31.5%;
  }
  .colctrl__body--33-66 .colctrl__container-beta {
    margin-left: 1.5%;
    width: 65.5%;
  }
  .colctrl__body--66-33 .colctrl__container-alpha {
    margin-right: 1.5%;
    width: 65.5%;
  }
  .colctrl__body--66-33 .colctrl__container-beta {
    margin-left: 1.5%;
    width: 31.5%;
  }
  .colctrl__body--33-33-33 .colctrl__container-alpha {
    margin-right: 1.5%;
    width: 31.5%;
  }
  .colctrl__body--33-33-33 .colctrl__container-beta {
    margin: 0 1.5%;
    width: 31%;
  }
  .colctrl__body--33-33-33 .colctrl__container-gamma {
    margin-left: 1.5%;
    width: 31.5%;
  }
}

.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%;
  }
}

.contentcontainer__header {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.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-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-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;
}

.imagegallery__container {
  position: relative;
  margin: auto;
  /* Fading animation */
}
.imagegallery__container .imagegalleryimages .aemblueprint-cmp {
  margin: 0;
}
.imagegallery__container .cmp-image {
  height: 100%;
  width: 100%;
}
.imagegallery__container .cmp-image__image {
  object-fit: contain;
}
.imagegallery__container .cmp-image__zoombutton {
  right: 50px;
}
.imagegallery__container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.imagegallery-controls--prev,
.imagegallery-controls--next {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 22px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  color: #f08200;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
@media screen and (max-width: 320px) {
  .imagegallery-controls--prev,
  .imagegallery-controls--next {
    font-size: 11px;
  }
}
.imagegallery-controls--prev:hover,
.imagegallery-controls--next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.imagegallery-controls--next {
  padding-left: 22px;
  padding-right: 10px;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.loginaem__container {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  padding: 30px 30px 45px;
}
.loginaem__description {
  margin: 20px 0 0;
}
.loginaem__form {
  margin: 30px 0 0;
}
.loginaem__fieldset {
  margin: 30px 0 0;
  position: relative;
  width: 100%;
}
.loginaem__fieldset:first-child {
  margin: 0;
}
.loginaem__fieldset--action {
  text-align: right;
}
.loginaem__label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px;
  width: 100%;
}
.loginaem__input {
  background: #f0f0f0;
  border: 0 none;
  color: inherit;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.loginaem__button {
  background: #f08200;
  border: none;
  color: #ffffff;
  cursor: pointer;
  margin: 30px 0 0;
  padding: 10px 30px;
}
.loginaem__messagebox {
  margin: 30px 0 0;
}
.loginaem__messagebox--hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .loginaem__fieldset {
    max-width: 50%;
  }
}

.cmp-loginaemstatus {
  min-height: 40px;
}
.cmp-loginaemstatus .loginaemstatus__media {
  display: block;
  overflow: hidden;
}
.cmp-loginaemstatus .loginaemstatus__object {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  height: 40px;
  width: 40px;
}
.cmp-loginaemstatus .loginaemstatus__link:link,
.cmp-loginaemstatus .loginaemstatus__link:focus,
.cmp-loginaemstatus .loginaemstatus__link:active,
.cmp-loginaemstatus .loginaemstatus__link:hover,
.cmp-loginaemstatus .loginaemstatus__link:visited {
  color: #707172;
  text-decoration: none;
}
.cmp-loginaemstatus .loginaemstatus__avatar {
  display: block;
  height: auto;
  width: 100%;
}
.cmp-loginaemstatus .loginaemstatus__body {
  overflow: hidden;
  color: #4a4a4a;
  font-size: 14px;
}
.cmp-loginaemstatus .loginaemstatus__salutation,
.cmp-loginaemstatus .loginaemstatus__name {
  display: block;
}
.cmp-loginaemstatus .loginaemstatus__salutation {
  margin: 8px 0 0;
}

.cmp-loginaemstatus.cmp-loginaemstatus--mobile {
  padding: 1em 0;
}
.cmp-loginaemstatus.cmp-loginaemstatus--mobile .loginaemstatus__media {
  align-items: center;
  display: flex;
}
.cmp-loginaemstatus.cmp-loginaemstatus--mobile .loginaemstatus__salutation {
  display: none;
}

@media print {
  .cmp-loginaemstatus {
    display: none;
  }
}

.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-logoutcas:before,
.cmp-logoutcas:after {
  content: " ";
  display: table;
}
.cmp-logoutcas:after {
  clear: both;
}
.cmp-logoutcas .logoutcas__link {
  display: block;
  font-size: 14px;
  line-height: 40px;
}
.cmp-logoutcas .logoutcas__link:link,
.cmp-logoutcas .logoutcas__link:hover,
.cmp-logoutcas .logoutcas__link:focus,
.cmp-logoutcas .logoutcas__link:active,
.cmp-logoutcas .logoutcas__link:visited {
  background-color: transparent;
  color: #4a4a4a;
  text-decoration: none;
}
.cmp-logoutcas .logoutcas__link--left {
  float: left;
}
.cmp-logoutcas .logoutcas__link--right {
  float: right;
}
.cmp-logoutcas .logoutcas__link-icon {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.cmp-logoutcas.cmp-logoutcas--mobile .logoutcas__link {
  float: none;
  font-size: 1em;
  line-height: 1;
  padding: 1em 0;
  text-align: left;
}
.cmp-logoutcas.cmp-logoutcas--mobile .logoutcas__link-icon {
  display: none;
}

.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-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;
  padding-left: 0;
}
@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-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-newsarticleconfig {
  background-color: #ffffff;
  margin: 10px 0 0;
  padding: 40px;
}
.cmp-newsarticleconfig .cmp-newschannel {
  margin: 10px 0 0;
}
.cmp-newsarticleconfig .cmp-newschannel:first-child {
  margin: 25px 0 0;
}
.cmp-newsarticleconfig .cmp-newslocation {
  margin: 10px 0 0;
}
.cmp-newsarticleconfig .cmp-newslocation:first-child {
  margin: 25px 0 0;
}
.cmp-newsarticleconfig .aemblueprint__placeholder {
  height: 32px;
  margin: 0;
  padding: 5px;
}

.cmp-newslist .newslist__header {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0 5px;
}
.cmp-newslist .newslist__teaser {
  cursor: pointer;
  display: inline-block;
  margin: 15px 0 0;
  transition: all 0.1s ease;
  width: 100%;
}
.cmp-newslist .newslist__teaser:hover,
.cmp-newslist .newslist__teaser:focus,
.cmp-newslist .newslist__teaser:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-newslist .newslist__loading-spinner {
  display: block;
  font-size: 2em;
  margin: 1em auto;
}
.cmp-newslist .newslist__loading-spinner[hidden] {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .newslist__teaserlist {
    column-count: 1;
    column-gap: 0;
  }
}

@keyframes scaleIn {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes checkmarkScaleUp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.cmp-newslist .newslist-channels__config-btn {
  float: right;
}
.cmp-newslist .newslist-channels__dialog {
  animation: scaleIn 0.35s 0s 1 cubic-bezier(0, 0.68, 0.49, 1.28);
  animation-fill-mode: both;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 1em 0.1em rgba(0, 0, 0, 0.1);
  contain: content;
  height: fit-content;
  left: 50%;
  margin: 0 2em;
  max-height: 90vh;
  max-width: 800px;
  overflow: auto;
  padding: 2.5em;
  position: fixed;
  top: 50%;
  width: 100%;
}
.cmp-newslist .newslist-channels__dialog:not([open]) {
  display: none;
}
.cmp-newslist .newslist-channels__dialog + .backdrop,
.cmp-newslist .newslist-channels__dialog::backdrop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.cmp-newslist .newslist-channels__dialog-close-btn {
  font-size: 1.375em;
  outline: 0;
  position: absolute;
  right: 1em;
  top: 1em;
}
.cmp-newslist .newslist-channels__header {
  margin-bottom: 2.5em;
}
.cmp-newslist .newslist-channels__headline {
  margin-bottom: 1.25em;
}
.cmp-newslist .newslist-channels__subscriptions {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-newslist .newslist-channels__subscriptions--default .newslist-channels__channel {
  background-color: #f0f0f0;
}
.cmp-newslist .newslist-channels__subscriptions--selectable .newslist-channels__channel {
  border: 1px solid #dfdedd;
}
.cmp-newslist .newslist-channels__subscriptions--selectable .newslist-channels__channel .newslist-channels__channel-icon {
  display: none;
}
.cmp-newslist .newslist-channels__subscriptions--selectable .newslist-channels__channel.is-selected {
  border: 1px solid #f08200;
  color: #f08200;
}
.cmp-newslist .newslist-channels__subscriptions--selectable .newslist-channels__channel.is-selected .newslist-channels__channel-icon {
  animation: checkmarkScaleUp 0.2s;
  animation-fill-mode: both;
  display: inline-block;
}
.cmp-newslist .newslist-channels__item {
  margin: 0 1.25em 1.25em 0;
}
.cmp-newslist .newslist-channels__channel {
  cursor: pointer;
  display: inline-block;
  padding: 0.875em 1.125em;
  transition: width 0.2s ease-out;
  white-space: nowrap;
}
.cmp-newslist .newslist-channels__channel.is-disabled {
  cursor: not-allowed;
}
.cmp-newslist .newslist-channels__channel-toggle {
  display: none;
}
.cmp-newslist .newslist-channels__channel-text {
  display: inline-block;
  pointer-events: none;
}
.cmp-newslist .newslist-channels__channel-icon {
  display: inline-block;
}
.cmp-newslist .newslist-channels__notification-settings {
  border-bottom: 1px solid #dfdedd;
  border-top: 1px solid #dfdedd;
  margin: 1.75em 0 2.5em 0;
  padding: 1.25em 0;
}
.cmp-newslist .newslist-channels__notification-label {
  display: flex;
  justify-content: space-between;
}
.cmp-newslist .newslist-channels__save-btn {
  display: block;
  margin: 0 auto;
}
.cmp-newslist .newslist-channels__save-btn .loading-spinner {
  display: none;
  position: relative;
  top: 2px;
}
.cmp-newslist .newslist-channels__save-btn.is-loading {
  cursor: wait;
}
.cmp-newslist .newslist-channels__save-btn.is-loading .loading-spinner {
  display: inline-block;
}

.cmp-newslist .newslist-status {
  color: #ffffff;
  display: block;
  margin: 1em 0;
  max-height: 300px;
  overflow: hidden;
  text-align: center;
  transition: max-height 0.2s ease-out, margin 0.2s ease-out;
}
.cmp-newslist .newslist-status[hidden] {
  display: block;
  margin: 0;
  max-height: 0;
}
.cmp-newslist .newslist-status--success {
  background-color: #f08200;
}
.cmp-newslist .newslist-status--error {
  background-color: red;
}
.cmp-newslist .newslist-status__content {
  padding: 2em;
}
.cmp-newslist .newslist-status__headline {
  font-weight: bold;
}
.cmp-newslist .newslist-status__icon {
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1024px) {
  :root.has-visible-offcanvas-menu,
  :root.has-visible-offcanvas-menu body {
    overflow: hidden;
    position: relative;
    scroll-behavior: unset;
  }
}
.cmp-offcanvas-menu {
  --header-height: 0;
  background-color: #f0f0f0;
  contain: layout;
  height: 100%;
  left: 0;
  max-height: calc(100vh - var(--header-height));
  max-width: 100vw;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 1em 1em 5em 1em;
  position: fixed;
  top: var(--header-height);
  transform: translate(-100%, 0);
  transition: 0.18s transform cubic-bezier(0, 0.42, 0.52, 1.01);
  width: 100%;
  will-change: transform;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .cmp-offcanvas-menu {
    max-width: 50vw;
  }
}
.cmp-offcanvas-menu.is-visible {
  transform: none;
}
.cmp-offcanvas-menu.has-selected-section .offcanvas-menu__section {
  border-bottom: 0;
}
.cmp-offcanvas-menu .offcanvas-menu__section {
  border-bottom: 1px solid #dfdedd;
  margin: 0.5em 0;
  padding: 0.5em 0;
}
.cmp-offcanvas-menu .offcanvas-menu__section:last-child {
  border-bottom: 0;
}
.cmp-offcanvas-menu .offcanvas-menu__section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cmp-offcanvas-menu .offcanvas-menu__section:first-child[hidden] ~ .offcanvas-menu__section:not([hidden]) {
  margin-top: 0;
  padding-top: 0;
}
.cmp-offcanvas-menu .offcanvas-menu__section--no-padding {
  padding: 0;
}
.offcanvas-menu__backdrop {
  animation: fadeIn 0.2s;
  animation-fill-mode: both;
  background-color: #000000;
  content: '';
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0.1;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 3;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .offcanvas-menu__backdrop {
    display: none;
  }
}

.cmp-offcanvas-menu-trigger {
  display: inline-flex;
}
.cmp-offcanvas-menu-trigger .offcanvas-menu-trigger__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 0.2em;
}
.cmp-offcanvas-menu-trigger .offcanvas-menu-trigger__icon {
  display: inline-block;
  pointer-events: none;
}

@media print {
  .cmp-offcanvas-menu,
  .cmp-offcanvas-menu-trigger {
    display: none;
  }
}

.cmp-pagecontact {
  font-size: 14px;
  width: 100%;
}
.cmp-pagecontact .pagecontact__container {
  display: flex;
  flex-direction: column;
  padding: 1.4em 1em 1em 1em;
}
.cmp-pagecontact .pagecontact__name,
.cmp-pagecontact .pagecontact__area,
.cmp-pagecontact .pagecontact__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;
}
.cmp-pagecontact .pagecontact__person,
.cmp-pagecontact .pagecontact__mail,
.cmp-pagecontact .pagecontact__phone {
  align-items: center;
  display: flex;
  margin-bottom: 0.8em;
}
.cmp-pagecontact .pagecontact__name {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
}
.cmp-pagecontact .pagecontact__area {
  font-size: 1em;
  font-weight: normal;
}
.cmp-pagecontact .pagecontact__icon {
  color: #f08200;
  font-size: 1.375em;
  margin: 0 1em;
}
.cmp-pagecontact .pagecontact__image {
  display: block;
  height: 40px;
  margin: 0 10px;
  object-fit: contain;
  object-position: center;
  width: 40px;
}
.cmp-pagecontact .pagecontact__phone {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cmp-pagecontact--no-image .pagecontact__icon {
    margin-left: 0;
  }
}

.pageteaserlist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageteaserlist__item {
  background-color: #ffffff;
  margin: 10px 0 0;
  transition: all 0.1s ease;
}
.pageteaserlist__item:first-child {
  margin: 0;
}
.pageteaserlist__item:hover,
.pageteaserlist__item:focus,
.pageteaserlist__item:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}

.cmp-pageteaserlist .pageteaser__wrapper {
  color: inherit;
  display: flex;
  text-decoration: none;
}
.cmp-pageteaserlist .pageteaser__body {
  flex: 1;
  padding: 20px;
}
.cmp-pageteaserlist .pageteaser__headline {
  color: #f08200;
}
.cmp-pageteaserlist .pageteaser__icon {
  align-items: center;
  display: flex;
  font-size: 24px;
  justify-content: center;
  width: 100px;
}

.cmp-parentpageheadline .headline.h1 {
  color: #f08200;
  margin: 10px 0 0;
}

.piwik__container {
  display: none;
}

.cmp-search .search__legend {
  display: none;
}
.cmp-search .search__form-item {
  align-items: stretch;
  display: flex;
  white-space: nowrap;
}
.cmp-search .search__label {
  display: none;
}
.cmp-search .search__input {
  appearance: none;
  -webkit-appearance: none;
  background: #f0f0f0;
  border: 0 none;
  border-radius: 0;
  color: inherit;
  display: block;
  outline-offset: -1px;
  padding: 1px 20px;
}
.cmp-search .search__input::-webkit-input-placeholder {
  font-size: 1em;
  line-height: 1.6em;
}
.cmp-search .search__btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  background: #dfdedd;
  color: #707172;
  padding: 0 20px;
}
.cmp-search .search__btn-icon {
  font-size: 19px;
}
.cmp-search .search__btn-label {
  display: none;
}
.cmp-search .search__fieldset .autocomplete-suggestions {
  background: #ffffff;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.cmp-search .search__fieldset .autocomplete-suggestion {
  cursor: pointer;
  padding: 8px 20px 5px;
}
.cmp-search .search__fieldset .autocomplete-suggestion.selected {
  background: #dfdedd;
}

@media print {
  section.cmp-search {
    display: none;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate(-2em, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    transform: translate(2em, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideOutLeft {
  100% {
    transform: translate(-100%, 0);
  }
}
.cmp-shortcuts .shortcuts__header {
  margin: 0 0 10px;
  position: relative;
  display: flex;
  justify-items: flex-end;
}
.cmp-shortcuts .shortcuts__headline {
  font-size: 18px;
  min-height: 1em;
  padding: 0 40px 0 30px;
  position: relative;
  flex-grow: 1;
}
.cmp-shortcuts .shortcuts__headline-btn {
  position: absolute;
  right: 20px;
  top: 0;
}
.cmp-shortcuts .shortcuts__btn-label--hidden {
  display: none;
}
.cmp-shortcuts .shortcuts__messagebox {
  padding: 0 40px 0 30px;
}
.cmp-shortcuts .shortcuts__messagebox--hidden {
  display: none;
}
.cmp-shortcuts .shortcuts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-shortcuts .shortcuts__item {
  border-bottom: 1px solid #f0f0f0;
  margin: 2px;
  padding: 0 35px 0 0;
  position: relative;
  transition: 0.16s background-color;
}
.cmp-shortcuts .shortcuts__item--removed {
  animation: 0.2s slideOutLeft;
  animation-fill-mode: both;
}
.cmp-shortcuts .shortcuts__item--removed .shortcuts__popup--visible {
  display: none;
}
.cmp-shortcuts .shortcuts__item-dragarea {
  padding: 10px 5px 10px 15px;
}
.cmp-shortcuts .shortcuts__item-icon {
  color: #4a4a4a;
  margin: 0 20px 0 0;
}
.cmp-shortcuts .shortcuts__item-icon--readonlymode {
  display: inline-block;
}
.cmp-shortcuts .shortcuts__item-icon--editmode {
  display: none;
}
.cmp-shortcuts .shortcuts__item-btn {
  display: none;
}
.cmp-shortcuts .shortcuts__link:link,
.cmp-shortcuts .shortcuts__link:active,
.cmp-shortcuts .shortcuts__link:hover,
.cmp-shortcuts .shortcuts__link:focus,
.cmp-shortcuts .shortcuts__link:visited {
  background-color: transparent;
  color: #4a4a4a;
  text-decoration: none;
}
.cmp-shortcuts .shortcuts__link:hover {
  color: #f08200;
}
.cmp-shortcuts .shortcuts__popup {
  animation: scaleUp 0.2s;
  animation-fill-mode: both;
  background-color: #ffffff;
  display: none;
  margin: 0 15px 0 30px;
  padding: 25px 20px;
  position: absolute;
  top: 28px;
  transform-origin: right top;
  z-index: 1;
}
.cmp-shortcuts .shortcuts__popup--visible {
  display: block;
}
.cmp-shortcuts .shortcuts__popup-headline {
  font-size: 16px;
  margin: 0 0 8px;
}
.cmp-shortcuts .shortcuts__popup-text {
  margin: 0 0 20px;
}
.cmp-shortcuts .shortcuts__popup-controls:before,
.cmp-shortcuts .shortcuts__popup-controls:after {
  content: " ";
  display: table;
}
.cmp-shortcuts .shortcuts__popup-controls:after {
  clear: both;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .cmp-shortcuts .shortcuts__popup-btn-cancel,
  .cmp-shortcuts .shortcuts__popup-btn-delete {
    margin: 5px 0 0;
    width: 100%;
  }
}
.cmp-shortcuts .shortcuts__popup-btn-cancel {
  float: left;
}
.cmp-shortcuts .shortcuts__popup-btn-delete {
  float: right;
}
.cmp-shortcuts .shortcuts__add-btn {
  margin: 20px 0 0 30px;
}
.cmp-shortcuts .shortcuts__add-btn__icon {
  display: inline-block;
  font-size: 22px;
  margin: 0 10px 0 0;
}
.cmp-shortcuts .shortcuts__add-btn-label {
  display: inline-block;
}
.cmp-shortcuts .shortcuts__list-template {
  display: none;
}
.cmp-shortcuts .shortcuts__header--modify .shortcuts__headline-btn {
  color: #f08200;
}
.cmp-shortcuts .shortcuts__header--modify .shortcuts__headline-btn .icon-edit {
  display: none;
}
.cmp-shortcuts .shortcuts__header--modify .shortcuts__headline-btn .icon-close {
  display: block;
}
.cmp-shortcuts .shortcuts__header--modify .shortcuts__headline-btn:hover {
  color: #f08200;
}
.cmp-shortcuts .shortcuts__headline-btn .icon-close {
  display: none;
}
.cmp-shortcuts .shortcuts__body--modify .shortcuts__item {
  background-color: #f6f6f6;
}
.cmp-shortcuts .shortcuts__body--modify .shortcuts__item-icon--readonlymode {
  display: none;
}
.cmp-shortcuts .shortcuts__body--modify .shortcuts__item-icon--editmode {
  animation: slideInLeft 0.2s cubic-bezier(0, 0.42, 0.04, 1.1);
  animation-fill-mode: both;
  display: inline-block;
}
.cmp-shortcuts .shortcuts__body--modify .shortcuts__item-btn {
  animation: slideInRight 0.2s cubic-bezier(0, 0.42, 0.04, 1.1);
  animation-fill-mode: both;
  display: block;
  position: absolute;
  right: 18px;
  top: 10px;
}
.cmp-shortcuts .shortcuts__body--modify .shortcuts__item--selected {
  background-color: #f0f0f0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}
.cmp-shortcuts .shortcuts__body--modify .shortcuts__link {
  pointer-events: none;
}
.cmp-shortcuts .shortcuts__modal-container {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}
.cmp-shortcuts .shortcuts__modal-container--hidden {
  display: none;
}
.cmp-shortcuts .shortcuts__modal {
  left: 50%;
  max-width: 680px;
  padding: 20px 0;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cmp-shortcuts .shortcuts__modal-content {
  background-color: #ffffff;
  max-height: calc(100vh - 2 * 20px);
  overflow-y: auto;
  padding: 40px;
  position: relative;
}
.cmp-shortcuts .shortcuts__modal-btn-close {
  position: absolute;
  right: 22px;
  top: 22px;
}
.cmp-shortcuts .shortcuts__modal-btn-icon {
  font-size: 20px;
}
.cmp-shortcuts .shortcuts__modal-headline {
  margin: 0 0 20px;
}
.cmp-shortcuts .shortcuts__modal-headline.headline.h3 {
  margin: 0 0 10px;
}
.cmp-shortcuts .shortcuts__modal-body {
  margin: 0 0 50px;
}
.cmp-shortcuts .shortcuts__modal-body__section {
  margin: 30px 0 0;
}
.cmp-shortcuts .shortcuts__modal-footer {
  text-align: center;
}
.cmp-shortcuts .shortcuts__modal-btn-save {
  width: 210px;
}
.cmp-shortcuts .dropdown__menu--visible {
  max-height: 150px;
}

.cmp-shortcuts.cmp-shortcuts--mobile {
  border-bottom: 0;
  border-top: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.cmp-shortcuts.cmp-shortcuts--mobile .shortcuts__header,
.cmp-shortcuts.cmp-shortcuts--mobile .shortcuts__headline-btn,
.cmp-shortcuts.cmp-shortcuts--mobile .shortcuts__add-btn {
  display: none;
}
.cmp-shortcuts.cmp-shortcuts--mobile .shortcuts__item-icon {
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}
.cmp-shortcuts.cmp-shortcuts--mobile .shortcuts__item-dragarea {
  padding-left: 0;
}

@media print {
  .cmp-shortcuts {
    display: none !important;
  }
}

.shortcutsadd__body:before,
.shortcutsadd__body:after {
  content: " ";
  display: table;
}
.shortcutsadd__body:after {
  clear: both;
}
.shortcutsadd__btn {
  background-color: transparent;
  color: #4a4a4a;
  float: right;
  padding: 0;
}
.shortcutsadd__btn:hover {
  background-color: inherit;
  color: #f08200;
}
.shortcutsadd__btn--inactive .shortcutsadd__btn-icon--inactive {
  display: block;
}
.shortcutsadd__btn--inactive .shortcutsadd__btn-icon--active {
  display: none;
}
.shortcutsadd__btn--active .shortcutsadd__btn-icon--inactive {
  display: none;
}
.shortcutsadd__btn--active .shortcutsadd__btn-icon--active {
  display: block;
}
.shortcutsadd__btn--disabled {
  color: #cbcbcb;
}
.shortcutsadd__btn--disabled:hover {
  color: #cbcbcb;
}
.shortcutsadd__btn-icon {
  font-size: 25px;
}

@media print {
  .shortcutsadd__body {
    display: none;
  }
}

.cmp-subnavigation {
  margin: 36px 0;
}
.cmp-subnavigation .subnav__container {
  align-items: flex-start;
  border-bottom: 1px solid #dfdedd;
  border-top: 1px solid #dfdedd;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .cmp-subnavigation .subnav__container {
    flex-direction: row;
  }
}
.cmp-subnavigation .subnav__body {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-subnavigation .subnav__body:not(.is-expanded) .subnav__item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cmp-subnavigation .subnav__body {
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}
.cmp-subnavigation .subnav__list {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-subnavigation .subnav__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .cmp-subnavigation .subnav__item {
    display: block;
    width: 100%;
  }
}
.cmp-subnavigation .subnav__link {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  margin: 0;
  outline: 0;
  padding: 13px 8px;
  white-space: nowrap;
}
.cmp-subnavigation .subnav__link:link,
.cmp-subnavigation .subnav__link:visited {
  background-color: transparent;
  color: #707172;
  text-decoration: none;
}
.cmp-subnavigation .subnav__link:hover,
.cmp-subnavigation .subnav__link:focus {
  color: #f08200;
}
.cmp-subnavigation .subnav__link-icon {
  color: #f08200;
  font-size: 0.7em;
  margin-right: 1em;
}
@media screen and (min-width: 769px) {
  .cmp-subnavigation .subnav__link-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cmp-subnavigation .subnav__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;
    white-space: normal;
  }
}
.cmp-subnavigation .subnav__toggle {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  padding-top: 11px;
  text-align: center;
  white-space: nowrap;
}
.cmp-subnavigation .subnav__toggle[hidden] {
  display: none;
}
.cmp-subnavigation .subnav__toggle[aria-expanded=true] .subnav__toggle-icon svg {
  transform: rotateX(180deg);
}
@media screen and (max-width: 768px) {
  .cmp-subnavigation .subnav__toggle {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .cmp-subnavigation .subnav__toggle {
    margin-left: 40px;
  }
  .cmp-subnavigation .subnav__toggle:hover {
    color: #f08200;
  }
}
.cmp-subnavigation .subnav__toggle-icon,
.cmp-subnavigation .subnav__toggle-label {
  pointer-events: none;
}
.cmp-subnavigation .subnav__toggle-icon svg {
  transform-origin: center center;
  transition: transform 0.2s ease-out;
}
.cmp-subnavigation .subnav__toggle-label {
  margin-right: 10px;
}
[aria-expanded=true] .cmp-subnavigation .subnav__toggle-label {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .cmp-subnavigation .subnav__toggle-label {
    display: none;
  }
}

.cmp-surveytool {
  font-size: 14px;
}
.cmp-surveytool .surveytool__container {
  font-size: 1em;
}
.cmp-surveytool .surveytool__endperiod {
  color: #f08200;
  margin: 8px 0;
}
.cmp-surveytool .surveytool__description {
  margin-bottom: 36px;
}
.cmp-surveytool .surveytool__topic {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.cmp-surveytool .surveytool__survey-buttons {
  align-self: center;
  margin-left: 32px;
}
@media screen and (max-width: 640px) {
  .cmp-surveytool .surveytool__survey-buttons {
    margin-left: 32px;
  }
}
.cmp-surveytool .surveytool__survey-buttons:first-child {
  margin-left: 0;
}
.cmp-surveytool .surveytool__survey-buttons--container {
  margin: 32px auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cmp-surveytool .surveytool__survey-buttons button,
.cmp-surveytool .surveytool__survey-buttons input {
  height: 55px;
  width: 55px;
  background: transparent;
  padding: 0;
}
.cmp-surveytool .surveytool__survey-buttons svg {
  width: 100%;
  height: 100%;
}
.cmp-surveytool .surveytool__survey-buttons svg:hover,
.cmp-surveytool .surveytool__survey-buttons svg:focus,
.cmp-surveytool .surveytool__survey-buttons svg:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
  border-radius: 100%;
}
.cmp-surveytool .surveytool__survey-buttons svg.deactivated:hover,
.cmp-surveytool .surveytool__survey-buttons svg.deactivated:focus,
.cmp-surveytool .surveytool__survey-buttons svg.deactivated:active {
  box-shadow: none;
  transform: none;
}
.cmp-surveytool .surveytool__survey-results-container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmp-surveytool .surveytool__survey-results-container {
    width: 100%;
  }
}
.cmp-surveytool .surveytool__survey-results-show,
.cmp-surveytool .surveytool__survey-results-hide {
  display: none;
  color: #f08200;
  margin: 16px 0;
  padding: 0;
  background: transparent;
}
.cmp-surveytool .surveytool__survey-results dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.cmp-surveytool .surveytool__survey-results--positiv:after {
  background: #10A384;
}
.cmp-surveytool .surveytool__survey-results--neutral:after {
  background: #F0B90C;
}
.cmp-surveytool .surveytool__survey-results--negativ:after {
  background: #F0470C;
}
.cmp-surveytool .surveytool__survey-results--positiv,
.cmp-surveytool .surveytool__survey-results--neutral,
.cmp-surveytool .surveytool__survey-results--negativ {
  font-size: .8em;
  line-height: 1;
  text-transform: uppercase;
  height: 40px;
  margin: 0;
  padding: 4px 0;
  background: repeating-linear-gradient(to right, #dfdedd, #dfdedd 1px, transparent 1px, transparent 10%);
}
.cmp-surveytool .surveytool__survey-results--positiv:after,
.cmp-surveytool .surveytool__survey-results--neutral:after,
.cmp-surveytool .surveytool__survey-results--negativ:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.cmp-surveytool .surveytool__survey-more-information {
  margin: 8px 0;
}
.cmp-surveytool .surveytool__thank-you-message,
.cmp-surveytool .surveytool__error-message {
  font-size: 1.1em;
  margin: 16px 0;
  font-weight: bold;
}
.cmp-surveytool .surveytool__thank-you-message {
  display: none;
}
.cmp-surveytool .surveytool__error-message {
  color: tomato;
}
.cmp-surveytool .surveytool__activity-indicator {
  width: 72px;
  height: 72px;
  margin: 36px auto;
  display: inline-block;
}
.cmp-surveytool .surveytool__activity-indicator--wrapper {
  width: 100%;
  display: none;
  justify-content: center;
}
.cmp-surveytool .surveytool__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-surveytool .surveytool__activity-indicator div:nth-child(1) {
  animation-delay: -0.45s;
}
.cmp-surveytool .surveytool__activity-indicator div:nth-child(2) {
  animation-delay: -0.3s;
}
.cmp-surveytool .surveytool__activity-indicator div:nth-child(3) {
  animation-delay: -0.15s;
}

.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-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-standard-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;
  background-color: #ffffff;
  height: 100%;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
}
.cmp-teaser-standard-v1:hover,
.cmp-teaser-standard-v1:focus,
.cmp-teaser-standard-v1:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}
.cmp-teaser-standard-v1 .teaserstandard__image {
  display: block;
  max-width: 100%;
  width: 100%;
}
.cmp-teaser-standard-v1 .teaserstandard__link {
  display: block;
  height: 100%;
}
.cmp-teaser-standard-v1 .teaserstandard__link:link,
.cmp-teaser-standard-v1 .teaserstandard__link:hover,
.cmp-teaser-standard-v1 .teaserstandard__link:focus,
.cmp-teaser-standard-v1 .teaserstandard__link:visited,
.cmp-teaser-standard-v1 .teaserstandard__link:active {
  background-color: transparent;
  color: #707172;
  text-decoration: none;
}
.cmp-teaser-standard-v1 .teaserstandard__body {
  padding: 20px;
}
.cmp-teaser-standard-v1 .teaserstandard__body p {
  font-size: 14px;
  margin: 12px 0 0 0;
}
.cmp-teaser-standard-v1 .teaserstandard__headline.headline.h3 {
  color: #f08200;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .colctrlhoriz__body > .cmp-teaser-standard-v1 {
    height: auto;
  }
}

.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;
  }
}

.cmp-topnews {
  cursor: pointer;
  margin: 15px 0 0;
  transition: all .1s ease;
}
.cmp-topnews:hover,
.cmp-topnews:focus,
.cmp-topnews:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}

.cmp-topnews {
  cursor: pointer;
  margin: 15px 0 0;
  transition: all .1s ease;
}
.cmp-topnews:hover,
.cmp-topnews:focus,
.cmp-topnews:active {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transform: scale(1.015);
}

.cmp-userprofile .userprofile__header {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0 5px;
}
.cmp-userprofile .userprofile__body {
  background-color: #ffffff;
  margin: 10px 0 0;
  padding: 40px 20px;
}
.cmp-userprofile .userprofile-data__media {
  align-items: flex-start;
  display: flex;
}
.cmp-userprofile .userprofile-data__object {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  flex-shrink: 0;
  margin: 0 25px 0 0;
  position: relative;
}
.cmp-userprofile .userprofile-data__object--not-editable {
  cursor: default;
}
.cmp-userprofile .userprofile-data__object--not-editable .userprofile-data__avatar-overlay {
  display: none;
}
.cmp-userprofile .userprofile-data__object:not(&--not-editable):hover .userprofile-data__avatar-overlay {
  visibility: visible;
}
.cmp-userprofile .userprofile-data__object:not(&--not-editable):hover .userprofile-data__avatar-overlay-icon {
  color: #ffffff;
}
.cmp-userprofile .userprofile-data__avatar {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'object-fit: contain;';
  height: auto;
  max-width: 128px;
  object-fit: contain;
  width: 100%;
}
.cmp-userprofile .userprofile-data__avatar-overlay {
  align-items: center;
  background-color: #f08200;
  cursor: pointer;
  display: flex;
  height: 100%;
  left: 0;
  padding: 1em;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.cmp-userprofile .userprofile-data__avatar-overlay-icon {
  position: absolute;
  right: 0.9em;
  top: 0.5em;
  visibility: visible;
}
.cmp-userprofile .userprofile-data__avatar-overlay-label {
  color: #ffffff;
}
.cmp-userprofile .userprofile-data__body {
  width: 100%;
}
.cmp-userprofile .userprofile-data__body strong {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}
.cmp-userprofile .userprofile-data__section {
  border-top: 1px solid #cbcbcb;
  padding: 20px 0;
}
.cmp-userprofile .userprofile-data__section:first-child {
  border-top: none;
}
.cmp-userprofile .userprofile-data__section:last-child {
  padding-bottom: 0;
}
.cmp-userprofile .userprofile-data__section:last-child .userprofile-data__textblock:last-child {
  margin-bottom: 0;
}
.cmp-userprofile .userprofile-data__contact-info {
  margin: 32px 0 12px;
}
.cmp-userprofile .userprofile-data__textblock {
  align-items: center;
  display: flex;
  margin: 15px 0;
}
.cmp-userprofile .userprofile-data__textblock:first-child {
  margin-top: 0;
}
.cmp-userprofile .userprofile-data__icon {
  font-size: 1.2em;
}
.cmp-userprofile .userprofile-data__icon--highlight {
  color: #f08200;
}
.cmp-userprofile .userprofile-data__text,
.cmp-userprofile .userprofile-data__link {
  display: inline-block;
  padding: 0 1em;
}
.cmp-userprofile .userprofile-data__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;
}
.cmp-userprofile .userprofile-data__link:link,
.cmp-userprofile .userprofile-data__link:active,
.cmp-userprofile .userprofile-data__link:visited {
  text-decoration: none;
}
.cmp-userprofile .userprofile-data__link:hover,
.cmp-userprofile .userprofile-data__link:focus {
  background-color: transparent;
  color: #f08200;
  text-decoration: underline;
}

@keyframes scaleIn {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.cmp-userprofile .userprofile-dialog {
  animation: scaleIn 0.35s 0s 1 cubic-bezier(0, 0.68, 0.49, 1.28);
  animation-fill-mode: both;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 1em 0.1em rgba(0, 0, 0, 0.1);
  color: #707172;
  contain: content;
  height: fit-content;
  left: 50%;
  margin: 0;
  max-height: 90vh;
  max-width: 660px;
  overflow: auto;
  padding: 3.375em 2.5em 2.5em 2.5em;
  position: fixed;
  top: 50%;
  width: 90vw;
}
.cmp-userprofile .userprofile-dialog:not([open]) {
  display: none;
}
.cmp-userprofile .userprofile-dialog + .backdrop,
.cmp-userprofile .userprofile-dialog::backdrop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.cmp-userprofile .userprofile-dialog__close-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  font-size: 1.2em;
  outline: 0;
  padding: 0.5em;
  position: absolute;
  right: 0.8em;
  top: 0.8em;
}
.cmp-userprofile .userprofile-dialog__header {
  margin-bottom: 3.125em;
}
.cmp-userprofile .userprofile-dialog__headline {
  margin-bottom: 1.25em;
}
.cmp-userprofile .userprofile-dialog__avatar-selection {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .cmp-userprofile .userprofile-dialog__avatar-selection::before,
  .cmp-userprofile .userprofile-dialog__avatar-selection::after {
    content: "";
  }
}
.cmp-userprofile .userprofile-dialog__fileinput {
  left: -999999em;
  pointer-events: none;
  position: absolute;
  top: -9999em;
}
.cmp-userprofile .userprofile-dialog__avatar-option {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.cmp-userprofile .userprofile-dialog__avatar-radio {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.5em 0;
  width: 100%;
}
.cmp-userprofile .userprofile-dialog__avatar {
  background-color: #dfdedd;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .cmp-userprofile .userprofile-dialog__avatar {
    height: 180px;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-userprofile .userprofile-dialog__avatar {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .cmp-userprofile .userprofile-dialog__avatar {
    height: 80px;
    width: 80px;
  }
}
.cmp-userprofile .userprofile-dialog__avatar .userprofile-dialog__avatar-overlay {
  display: flex;
}
.cmp-userprofile .userprofile-dialog__avatar-image,
.cmp-userprofile .userprofile-dialog__avatar-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cmp-userprofile .userprofile-dialog__avatar-image {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'object-fit: cover;';
  object-fit: cover;
}
.cmp-userprofile .userprofile-dialog__image-preview {
  display: block;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'object-fit: contain;';
  object-fit: contain;
}
.cmp-userprofile .userprofile-dialog__avatar-overlay {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.cmp-userprofile .userprofile-dialog__avatar-overlay:hover .userprofile-dialog__trigger-btn {
  background-color: #f08200;
}
.cmp-userprofile .userprofile-dialog__trigger-btn,
.cmp-userprofile .userprofile-dialog__delete-btn {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.cmp-userprofile .userprofile-dialog__delete-btn-icon {
  position: relative;
  top: -2px;
}
.cmp-userprofile .userprofile-dialog__trigger-btn {
  background-color: #707172;
  color: #fff;
  height: 100%;
  padding: 1em;
}
.cmp-userprofile .userprofile-dialog__trigger-icon {
  font-size: 2.8em;
}
.cmp-userprofile .userprofile-dialog__trigger-cta {
  display: block;
  font-weight: normal;
  margin: 0.8em 0;
}
.cmp-userprofile .userprofile-dialog__delete-btn {
  background-color: #f0f0f0;
  color: #333;
  display: none;
  padding: 1em;
}
.cmp-userprofile .userprofile-dialog__settings {
  border-bottom: 1px solid #dfdedd;
  border-top: 1px solid #dfdedd;
  margin: 0.25em 0 1.25em 0;
  padding: 1.25em 0;
}
.cmp-userprofile .userprofile-dialog__terms-label {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 1em;
}
.cmp-userprofile .userprofile-dialog__terms-text {
  padding-right: 0.5em;
}
.cmp-userprofile .userprofile-dialog__terms-text,
.cmp-userprofile .userprofile-dialog__terms-additional-text {
  font-size: 14px;
}
.cmp-userprofile .userprofile-dialog__errors-container {
  color: #e6460f;
  display: none;
  margin: 1.75em 0 1.25em 0;
}
.cmp-userprofile .userprofile-dialog__errors-container[hidden] {
  display: none;
}
.cmp-userprofile .userprofile-dialog__errors-icon {
  margin-right: 0.3em;
  position: relative;
  top: -2px;
}
.cmp-userprofile .userprofile-dialog__errors-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-userprofile .userprofile-dialog__footer {
  text-align: center;
}
.cmp-userprofile .userprofile-dialog__save-btn-label {
  display: inline-block;
  transform: translate(0.8em, 0);
  transition: transform 0.2s ease;
}
.cmp-userprofile .userprofile-dialog__save-btn {
  display: inline-block;
}
.cmp-userprofile .userprofile-dialog__save-btn .loading-spinner {
  animation-play-state: paused;
  margin-left: 0.3em;
  opacity: 0;
  position: relative;
  top: 0.22em;
  transition: opacity 0.2s ease;
}
.cmp-userprofile .userprofile-dialog__save-btn.is-saving .loading-spinner {
  animation-play-state: running;
  opacity: 1;
}
.cmp-userprofile .userprofile-dialog__save-btn.is-saving .userprofile-dialog__save-btn-label {
  transform: none;
}
.cmp-userprofile .userprofile-dialog__form.has-custom-image .userprofile-dialog__avatar--custom:hover .userprofile-dialog__avatar-overlay {
  visibility: visible;
}
.cmp-userprofile .userprofile-dialog__form.has-custom-image .userprofile-dialog__avatar--custom .userprofile-dialog__avatar-overlay {
  visibility: hidden;
}
.cmp-userprofile .userprofile-dialog__form.has-custom-image .userprofile-dialog__avatar--custom .userprofile-dialog__delete-btn {
  display: block;
}
.cmp-userprofile .userprofile-dialog__form.has-errors .userprofile-dialog__settings {
  border-color: #e6460f;
}
.cmp-userprofile .userprofile-dialog__form.has-errors .userprofile-dialog__errors-container {
  display: flex;
}

.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;
  }
}

@media screen {
  .cmp-shortcutsconfig {
    background-color: #ffffff;
    padding: 40px;
  }
  .shortcutsconfig__headline {
    margin: 25px 0 0;
  }
  .shortcutsconfig__links {
    margin: 25px 0 0;
  }
  .shortcutsconfig__links .aemblueprint-cmp {
    margin: 10px 0 0;
  }
}

.cmp-shortcutsconfig {
  background-color: #ffffff;
  padding: 40px;
}
.shortcutsconfig__headline {
  margin: 25px 0 0;
}
.shortcutsconfig__links {
  margin: 25px 0 0;
}
.shortcutsconfig__links .aemblueprint-cmp {
  margin: 10px 0 0;
}

@media screen {
  .cmp-defaultshortcutconfig {
    margin: 10px 0 0;
  }
  .cmp-defaultshortcutconfig:first-child {
    margin: 0;
  }
  .cmp-defaultshortcutconfig .aemblueprint__placeholder {
    height: 32px;
    margin: 0;
    padding: 5px;
  }
}

.cmp-defaultshortcutconfig {
  margin: 10px 0 0;
}
.cmp-defaultshortcutconfig:first-child {
  margin: 0;
}
.cmp-defaultshortcutconfig .aemblueprint__placeholder {
  height: 32px;
  margin: 0;
  padding: 5px;
}

@media screen {
  .cmp-externalshortcutconfig {
    margin: 10px 0 0;
  }
  .cmp-externalshortcutconfig:first-child {
    margin: 0;
  }
  .cmp-externalshortcutconfig .aemblueprint__placeholder {
    height: 32px;
    margin: 0;
    padding: 5px;
  }
}

.cmp-externalshortcutconfig {
  margin: 10px 0 0;
}
.cmp-externalshortcutconfig:first-child {
  margin: 0;
}
.cmp-externalshortcutconfig .aemblueprint__placeholder {
  height: 32px;
  margin: 0;
  padding: 5px;
}

@media screen {
  .cmp-videoconfig {
    background-color: #ffffff;
    padding: 40px;
  }
  .videoconfig__clientKey,
  .videoconfig__skinId {
    margin: 25px 0 0;
  }
}

.cmp-videoconfig {
  background-color: #ffffff;
  padding: 40px;
}
.videoconfig__clientKey,
.videoconfig__skinId {
  margin: 25px 0 0;
}

.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;
}

@media screen and (max-width: 1440px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main .container-inner .unit.size1of4,
  .main .container-inner .unit.size1of2,
  .main .container-inner .unit.size3of4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .container-inner {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 100%;
  }
  .container-inner {
    margin: 0 auto;
    width: 1360px;
  }
}
a:link,
a:visited {
  color: #f08200;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
.richtext a:link,
.richtext a:visited {
  color: #f08200;
  text-decoration: none;
}
.richtext a:hover,
.richtext a:active,
.richtext a:focus {
  text-decoration: underline;
}
.richtext a:link::before,
.richtext a:hover::before,
.richtext a:active::before,
.richtext a:focus::before,
.richtext a:visited::before {
  display: none;
}
.main .inet-cmp {
  margin: 40px 0 0;
}
.main .inet-cmp:first-child {
  margin: 0;
}

.cmp-textimage {
  font-size: 14px;
}
.cmp-textimage .textimage__caption {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cmp-textimage .textimage__figure {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cmp-textimage .textimage__figure {
    width: 50%;
  }
  .cmp-textimage .textimage__figure--left {
    margin: 0 30px 25px 0;
    float: left;
  }
  .cmp-textimage .textimage__figure--right {
    margin: 0 0 25px 30px;
    float: right;
  }
}

.cmp-text {
  font-size: 14px;
  line-height: 1.5;
}
.cmp-text p {
  line-height: 1.5;
}

@media print {
  .cmp-text {
    color: #000000;
  }
}

.cmp-table-v1 {
  font-size: 14px;
}
.overviewpage .richtext table td {
  background-color: #ffffff;
}

.cmp-surveytool .surveytool__survey-results-container {
  width: 100%;
}
.cmp-surveytool__caption {
  font-size: 12px;
}

.cmp-headline-v1 + .cmp-subnavigation {
  margin: 0 0 30px;
}

.unit .contentpage__block-b__header:before,
.unit .overviewpage__block-b__header:before,
.unit .newsarchivepage__block-b__header:before,
.unit .contentpage__block-b__header:after,
.unit .overviewpage__block-b__header:after,
.unit .newsarchivepage__block-b__header:after {
  content: " ";
  display: table;
}
.unit .contentpage__block-b__header:after,
.unit .overviewpage__block-b__header:after,
.unit .newsarchivepage__block-b__header:after {
  clear: both;
}
.main .cmp-shortcutsadd {
  float: right;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .unit .contentpage__block-b__header,
  .unit .overviewpage__block-b__header,
  .unit .newsarchivepage__block-b__header {
    position: absolute;
    right: 0;
    top: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-shortcutsadd .shortcutsadd__btn {
    position: relative;
    top: -9px;
  }
}

.cmp-shortcuts {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  margin: 20px 25px 0 0 !important;
  padding: 30px 0;
}
.cmp-shortcuts--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cmp-shortcuts--desktop {
    display: block;
  }
}
.cmp-shortcuts .shortcuts__headline {
  padding-left: 0;
}
.cmp-shortcuts .shortcuts__add-btn {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .cmp-shortcuts .shortcuts__modal {
    height: auto;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 680px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-shortcuts {
    margin-left: -15px;
  }
  .cmp-shortcuts .shortcuts__headline,
  .cmp-shortcuts .shortcuts__item-dragarea {
    padding-left: 15px;
  }
  .cmp-shortcuts .shortcuts__add-btn {
    margin-left: 15px;
  }
  .cmp-shortcuts .shortcuts__popup {
    min-width: 266px;
  }
  .cmp-shortcuts .shortcuts__popup-btn-cancel,
  .cmp-shortcuts .shortcuts__popup-btn-delete {
    margin: 5px 0 0;
    width: auto;
  }
}

.cmp-searchresult {
  margin: 1em 0 0 0;
}
.searchresultpage .cmp-searchresult {
  position: relative;
  z-index: 0;
}

.cmp-search {
  display: block;
}
.cmp-search .search__btn {
  bottom: 0;
  color: #707172;
  padding-left: 20px;
  padding-right: 20px;
}
.cmp-search .search__btn:hover,
.cmp-search .search__btn:focus,
.cmp-search .search__btn:active {
  background: #dfdedd;
  outline: 0 none;
}
.cmp-search .search__btn-icon {
  font-size: 19px;
}
.cmp-search .search__btn-label {
  display: none;
}
.cmp-search .search__fieldset .autocomplete-suggestions {
  background: #ffffff;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.cmp-search .search__fieldset .autocomplete-suggestion {
  cursor: pointer;
  padding: 8px 20px 5px;
}
.cmp-search .search__fieldset .autocomplete-suggestion.selected {
  background: #dfdedd;
}
.cmp-search .search__btn-toggle {
  font-size: 30px;
  padding: 0.2em;
}
.cmp-search .search__btn-toggle:link,
.cmp-search .search__btn-toggle:active,
.cmp-search .search__btn-toggle:hover,
.cmp-search .search__btn-toggle:focus,
.cmp-search .search__btn-toggle:visited {
  background-color: transparent;
  color: #707172;
  text-decoration: none;
}
.cmp-search .search__btn-toggle-label {
  display: none;
}
.pageheader__line--mobile .cmp-search {
  margin: 0 0.4em 0 0.2em;
}
.pageheader__line--mobile .cmp-search .search__input {
  display: none;
}
.pageheader__line--mobile .cmp-search .search__btn {
  background: none;
  padding: 0 10px;
}
.pageheader__line--mobile .cmp-search .search__btn-icon {
  font-size: 30px;
}
.searchresultpage .cmp-search {
  position: relative;
  z-index: 1;
}
.searchresultpage .cmp-search .search__input {
  background-color: #fff;
}

.cmp-offcanvas-menu-trigger .offcanvas-menu-trigger__button {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.cmp-offcanvas-menu-trigger .offcanvas-menu-trigger__button[aria-expanded=true] .offcanvas-menu-trigger__icon--open {
  display: none;
}
.cmp-offcanvas-menu-trigger .offcanvas-menu-trigger__button[aria-expanded=false] .offcanvas-menu-trigger__icon--close {
  display: none;
}
.cmp-offcanvas-menu-trigger .offcanvas-menu-trigger__icon {
  font-size: 30px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .unit.size3of4 .newslist__teaserlist {
    column-count: 1;
    column-gap: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .newslist-channels__config-btn {
    display: none;
  }
}

.cmp-newsarticle {
  font-size: 14px;
}
.cmp-newsarticle .newsarticle__infoarea__list-item {
  line-height: 1.25;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .newsarticle__teaser--landscape .newsarticle__teaser-image {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .unit.size3of4 .newsarticle__teaser--landscape .newsarticle__teaser-image,
  .unit.size3of4 .newsarticle__teaser--landscape .newsarticle__teaser-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .newsarticle__teaser--landscape .newsarticle__teaser-body {
    margin-top: 0;
  }
  .newsarticle__teaser--landscape .newsarticle__teaser-image {
    margin-bottom: 10px;
  }
}

.newsarticle__teaser--stage .newsarticle__teaser-image {
  float: none;
  margin: 0;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .newsarticle__teaser--stage .newsarticle__teaser-body {
    padding: 20px;
  }
  .newsarticle__teaser--stage .newsarticle__teaser-text {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .newsarticle__teaser--stage .newsarticle__teaser-image {
    float: left;
    margin: 0 25px 0 0;
    width: 62.5%;
  }
}

.cmp-newsarchive .cmp-newsarticle {
  margin-bottom: 0.625em;
  margin-top: 0;
}
.cmp-newsarchive .cmp-newsarticle:first-child {
  margin-bottom: 0.625em;
}
.cmp-newsarchive .cmp-newsarticle:last-child {
  margin-bottom: 0;
}

.inet-cmp.cmp-metanavigation .horizontallinklist__parsys a:link,
.inet-cmp.cmp-metanavigation .horizontallinklist__list a:link,
.inet-cmp.cmp-metanavigation .horizontallinklist__parsys a:visited,
.inet-cmp.cmp-metanavigation .horizontallinklist__list a:visited {
  color: #4a4a4a;
}
.inet-cmp.cmp-metanavigation .horizontallinklist__parsys a:hover,
.inet-cmp.cmp-metanavigation .horizontallinklist__list a:hover,
.inet-cmp.cmp-metanavigation .horizontallinklist__parsys a:focus,
.inet-cmp.cmp-metanavigation .horizontallinklist__list a:focus,
.inet-cmp.cmp-metanavigation .horizontallinklist__parsys a:active,
.inet-cmp.cmp-metanavigation .horizontallinklist__list a:active {
  color: #f08200;
  text-decoration: none;
}

.cmp-mainnavigation--desktop {
  display: none;
}
.cmp-mainnavigation .mainnavigation__sidebar {
  margin: 30px 0 0;
}
.cmp-mainnavigation .mainnavigation__sidebar-entry {
  margin-left: -15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .cmp-mainnavigation--desktop {
    display: block;
  }
}

.cmp-logo {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.logo__link {
  background: url('../inet/resources/images/logo-mobile.png') transparent no-repeat;
  background-size: contain;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  transition: width 0.2s, height 0.2s;
  width: 175px;
}
.logo__link:hover {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .logo__link {
    background-image: none;
    height: auto;
    padding-left: 0;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .logo__image {
    display: none;
  }
}

.cmp-loginaemstatus {
  min-height: 40px;
  transition: 0.15s all linear;
}
.loginaemstatus__media {
  display: block;
  overflow: hidden;
}
.loginaemstatus__object {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  height: 40px;
  width: 40px;
}
.loginaemstatus__link:link,
.loginaemstatus__link:focus,
.loginaemstatus__link:active,
.loginaemstatus__link:hover,
.loginaemstatus__link:visited {
  color: #707172;
  text-decoration: none;
}
.loginaemstatus__avatar {
  display: block;
  height: auto;
  width: 100%;
}
.loginaemstatus__body {
  overflow: hidden;
  color: #4a4a4a;
  font-size: 14px;
}
.loginaemstatus__body :first-child {
  margin: 8px 0 0;
}


.cmp-image__caption {
  font-size: 12px;
}

.overviewpage .cmp-headline-v1,
.newsarchivepage .cmp-headline-v1 {
  border-bottom: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.overviewpage .cmp-headline-v1 .h1,
.newsarchivepage .cmp-headline-v1 .h1 {
  color: #707172;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .overviewpage .cmp-headline-v1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .colctrlhoriz__body {
    display: block;
  }
  .colctrlhoriz__body > * {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .colctrlhoriz__body--33-33-33 > * {
    display: block !important;
    margin: 15px 0 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .colctrlhoriz__body--33-33-33 > *:nth-child(3n + 2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .colctrlhoriz__body--50-50 > * {
    display: block !important;
    margin: 15px 0 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .colctrlhoriz__body--50-50 > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .colctrlhoriz__body--33-66 > * {
    display: block !important;
    margin: 15px 0 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .colctrlhoriz__body--33-66 > *:nth-child(odd) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .colctrlhoriz__body--33-66 > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .colctrlhoriz__body--66-33 > * {
    display: block !important;
    margin: 15px 0 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .colctrlhoriz__body--66-33 > *:nth-child(odd) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .colctrlhoriz__body--66-33 > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .colctrlhoriz__body--33-33-33 > * {
    display: block !important;
    margin: 0 0 15px 0 !important;
    max-width: calc(33.33% - 10px) !important;
    width: 100% !important;
  }
  .colctrlhoriz__body--33-33-33 > *:nth-child(3n + 2) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .cmp-citation {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-citation {
    font-size: 14px;
  }
}
.citation__headline-container {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.citation__headline {
  color: #f08200;
  padding-bottom: 8px;
}
.citation__body {
  margin-top: 24px;
}
.citation__image {
  margin-top: 0;
}
.citation__cite-container {
  margin-top: 12px;
}

.cmp-breadcrumb {
  display: none;
}
span.breadcrumb__link:hover {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .cmp-breadcrumb {
    display: block;
  }
  .unit .contentpage__block-b__header:before,
  .unit .overviewpage__block-b__header:before,
  .unit .newsarchivepage__block-b__header:before,
  .unit .contentpage__block-b__header:after,
  .unit .overviewpage__block-b__header:after,
  .unit .newsarchivepage__block-b__header:after {
    content: " ";
    display: table;
  }
  .unit .contentpage__block-b__header:after,
  .unit .overviewpage__block-b__header:after,
  .unit .newsarchivepage__block-b__header:after {
    clear: both;
  }
  .unit .contentpage__block-b__header .cmp-breadcrumb,
  .unit .overviewpage__block-b__header .cmp-breadcrumb,
  .unit .newsarchivepage__block-b__header .cmp-breadcrumb {
    float: left;
    margin: 0;
  }
  .unit .contentpage__block-b__header .breadcrumb__list,
  .unit .overviewpage__block-b__header .breadcrumb__list,
  .unit .newsarchivepage__block-b__header .breadcrumb__list {
    padding: 0;
  }
}

.cmp-backtotop .backtotop__anchor:link,
.cmp-backtotop .backtotop__anchor:active,
.cmp-backtotop .backtotop__anchor:focus,
.cmp-backtotop .backtotop__anchor:hover,
.cmp-backtotop .backtotop__anchor:visited {
  background-color: #ffffff;
  color: #f08200;
}

.cmp-anchorelement {
  margin: 0;
}

.overviewpage .cmp-accordionitem-v1 .accordion__item-header:hover,
.overviewpage .cmp-accordionitem-v1 .accordion__item-header:focus,
.overviewpage .cmp-accordionitem-v1 .accordion__item-header[aria-expanded=true] {
  background-color: #ffffff;
}

