@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;
}
@media screen {
  * {
    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");
}
@font-face {
  font-display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Frutiger LT Std 45';
  font-style: normal;
  font-weight: 300;
  src: local('Frutiger LT Std 45'), url('../FrutigerNextCom-Light.ttf');
}
@font-face {
  font-display: swap;
  font-family: "Frutiger Next Com";
  font-style: normal;
  font-weight: normal;
  src: local("Frutiger Next Com"), url('../FrutigerNextCom-Regulara96cd0a770616b3adcddcf0b895e112f1adc99d0df9574f210a861307138d50b.ttf');
}
@font-face {
  font-display: swap;
  font-family: "Frutiger Next Com";
  font-style: normal;
  font-weight: bold;
  src: local("Frutiger Next Com"), url('../FrutigerNextCom-Bold.ttf');
}
@media screen {
  a {
    color: #f08200;
  }
  a:hover,
  a:focus,
  a:active {
    color: #f08200;
    text-decoration: none;
  }
}
@media screen {
  body {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #707172;
    font-size: 16px;
  }
}
@media screen {
  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;
  }
}
@media screen {
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media screen {
  figure {
    margin: 0;
  }
}
@media screen {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    margin: 0;
  }
}
@media screen {
  input[type='password'],
  input[type='search'],
  input[type='text'] {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: inherit;
    line-height: 1;
    min-height: 40px;
    width: 100%;
  }
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='text']: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;
  }
}
@media screen {
  p {
    line-height: 1.4;
    margin: 0;
  }
}
@media screen {
  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;
}
@media screen {
  .main .aemblueprint-cmp {
    margin: 40px 0 0;
  }
  .main .aemblueprint-cmp:first-child {
    margin: 0;
  }
}
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*! =RESPONSIVE LIQUID GRID */
@media screen {
  .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: 1025px) {
  .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%;
  }
}
@media screen {
  .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;
  }
}
@media screen {
  .btn {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #ffffff;
    padding: 10px 20px;
  }
  .btn--primary {
    background: #f08200;
  }
  .btn--primary:disabled {
    background: #cbcbcb;
    cursor: default;
  }
  .btn--secondary {
    background: #ababab;
  }
  .btn--secondary:disabled {
    background: #cbcbcb;
    cursor: default;
  }
  .btn--plain {
    background: none;
    color: #4a4a4a;
    padding: 0;
  }
  .btn--plain:hover {
    color: #f08200;
  }
  .btn--plain:disabled {
    color: #cbcbcb;
    cursor: default;
  }
}
@media screen {
  .form-group {
    position: relative;
  }
}
@media screen {
  .headline {
    color: #707172;
  }
  .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;
  }
}
@media screen {
  .icon {
    display: inline-block;
  }
  .icon svg {
    fill: currentColor;
    height: 1em;
    pointer-events: none;
    vertical-align: middle;
    width: 1em;
  }
}

html,
body {
  scroll-behavior: smooth;
}

@media screen {
  .container {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

@media screen {
  .header {
    background-color: #ffffff;
    border-bottom: 1px solid #cbcbcb;
    display: block;
    padding: 30px 0 20px;
    position: fixed;
    top: 0;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    z-index: 100;
  }
  .header--sticky .logo__image {
    height: 30px;
    margin: 0 0 15px 0;
  }
}

@media screen {
  .main {
    flex-grow: 1;
    padding: 30px 0 60px 0;
  }
}

@media screen {
  .footer {
    background-color: #dfdedd;
    padding: 30px 0 60px;
  }
}

@media screen {
  .accordion__body {
    margin: 0;
  }
  .accordion__guideline {
    color: #ababab;
    padding: 10px;
  }
  .aem-AuthorLayer-Edit .cmp-accordion {
    border: 2px dashed #ababab;
    padding: 10px;
  }
  .aem-AuthorLayer-Preview .accordion__guideline {
    display: none;
  }
}

@media screen {
  .cmp-accordionitem + .cmp-accordionitem {
    margin-top: 10px;
  }
  .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;
    cursor: pointer;
    color: #707172;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
  }
  .accordion__item-header:hover,
  .accordion__item-header:focus {
    background-color: #f0f0f0;
    color: #f08200;
  }
  .accordion__item-header[aria-expanded=true] {
    background-color: #f0f0f0;
  }
  .accordion__item-header[aria-expanded=true] .accordion__item-icon--open {
    display: none;
  }
  .accordion__item-header[aria-expanded=false] .accordion__item-icon--close {
    display: none;
  }
  .accordion__item-body {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.16s ease-out;
  }
  .accordion__item-content {
    padding-top: 20px;
  }
  .accordion__item__guideline {
    color: #ababab;
    padding: 10px;
  }
  .aem-AuthorLayer-Edit .cmp-accordionitem {
    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;
  }
}

.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;
}

.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: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 {
  border-color: #f08200;
  background-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.75em;
  opacity: 0;
  position: absolute;
  right: 100%;
  pointer-events: none;
  text-align: right;
  top: 0.75em;
  transition: 0.3s opacity;
  transform: translate(-3.125em, -50%);
  white-space: nowrap;
}

@media screen {
  .cmp-backtotop {
    margin-top: 0px;
  }
  .backtotop__anchor {
    background-color: #f0f0f0;
    color: #f08200;
    display: inline-block;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .cmp-citation {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-citation {
    font-size: 27px;
  }
}
@media screen {
  .cmp-citation {
    hyphens: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
  }
  .citation__body {
    font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
    font-weight: normal;
    color: #f08200;
    font-size: 2em;
    quotes: '\201E' '\201D';
  }
  .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__cite-container {
    margin-top: 40px;
  }
  .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 screen {
  .cmp-contactperson {
    hyphens: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .contactperson__container {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }
  .contactperson__image {
    display: block;
    height: 100%;
    width: 33%;
  }
  .contactperson__body {
    padding: 20px 20px;
    width: 66%;
  }
  .contactperson__name {
    font-weight: bold;
    padding: 0 0 20px 0;
  }
  .contactperson__description {
    padding: 0 0 20px 0;
  }
  .contactperson__link {
    color: #f08200;
    display: block;
    padding: 0 0 7px 30px;
    position: relative;
    text-decoration: none;
  }
  .contactperson__icon {
    color: #f08200;
    font-size: 19px;
    left: 0;
    position: absolute;
  }
  .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__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%;
  }
}

@media screen {
  .cmp-dropdownmenu {
    display: inline-block;
    position: relative;
  }
  .cmp-dropdownmenu .dropdown__btn {
    display: flex;
    padding: 8px 12px;
    background-color: #dfdedd;
    outline: none;
  }
  .cmp-dropdownmenu .dropdown__btn-text {
    padding-right: 12px;
    border-right: 1px solid #ffffff;
    margin-right: 12px;
  }
  .cmp-dropdownmenu .dropdown__list {
    background-color: #dfdedd;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .cmp-dropdownmenu .dropdown__list-item {
    width: 100%;
    padding: 0 12px;
  }
  .cmp-dropdownmenu .dropdown__link {
    text-decoration: none;
    color: inherit;
    padding: 4px 0;
    display: block;
    border-bottom: solid 1px #ffffff;
  }
  .cmp-dropdownmenu .dropdown__list-item:last-of-type .dropdown__link {
    border-bottom: none;
  }
  .dropdown__parsys {
    border: 2px dashed #ababab;
    border-top: 0;
    padding: 10px 10px 0 10px;
  }
  .dropdown__parsys .aemblueprint-cmp {
    margin: 0;
  }
  .dropdown__parsys .cmp-link {
    padding: 5px 3px;
  }
  .aem-AuthorLayer-Preview .dropdown__parsys {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .cmp-dropdownmenu {
    min-width: 250px;
  }
}

@media screen {
  .cmp-horizontallinklist a {
    border-left: 1px solid #4a4a4a;
    color: #4a4a4a;
    margin: 0 0 0 7px;
    padding: 0 0 0 10px;
    text-decoration: none;
  }
  .horizontallinklist__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .horizontallinklist__list-item {
    display: inline-block;
  }
  .horizontallinklist__list-item:first-child a {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .horizontallinklist__list-item--active a {
    color: #f08200;
  }
  .horizontallinklist__annotation {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .horizontallinklist__parsys .cmp-link {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .horizontallinklist__parsys .cmp-link .aemblueprint__placeholder {
    margin: 0 0 0 10px;
    padding: 5px 15px;
  }
  .horizontallinklist__parsys .cmp-link:first-child a {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .horizontallinklist__parsys .cmp-link:first-child .aemblueprint__placeholder {
    margin: 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 iframe {
  width: 1px;
  min-width: 100%;
  border: 0 none;
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 130, 0, 0.2);
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    box-shadow: 0 0 0 20px rgba(240, 130, 0, 0);
  }
  100% {
    transform: scale(1);
  }
}
.cmp-imageslider {
  --control-position: 62%;
  --overlay-width: 38%;
}
.cmp-imageslider .imageslider__body {
  cursor: pointer;
  position: relative;
}
.cmp-imageslider .imageslider__control {
  background-color: #f08200;
  font-size: 32px;
  height: 100%;
  left: 62%;
  left: var(--control-position);
  position: absolute;
  top: 0;
  width: 0.2em;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .cmp-imageslider .imageslider__control {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .cmp-imageslider .imageslider__control {
    font-size: 50px;
  }
}
.cmp-imageslider .imageslider__drag {
  align-items: center;
  appearance: none;
  animation: 2.2s pulsate infinite cubic-bezier(0.47, 1.1, 1, 1.24);
  background-color: #f08200;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: grab;
  display: flex;
  font-size: 100%;
  height: 1em;
  justify-content: center;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 1em;
}
.cmp-imageslider .imageslider__drag.is-dragging {
  animation: none;
}
.cmp-imageslider .imageslider__drag-icon {
  font-size: 0.26em;
  flex-grow: 1;
}
.cmp-imageslider .imageslider__image {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  width: 100%;
}
.cmp-imageslider .imageslider__layer--front {
  clip-path: inset(0 var(--overlay-width) 0 0);
  -webkit-clip-path: inset(0 var(--overlay-width) 0 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen {
  .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;
  }
}

@media screen {
  .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;
  }
}

@media screen {
  .mainnavigation {
    color: #4a4a4a;
    list-style: none;
    margin: 0;
  }
  .mainnavigation__close-icon {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .mainnavigation__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 25px 0 0;
    position: relative;
  }
  .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%;
  }
  .mainnavigation__submenu {
    list-style: none;
    min-height: 100%;
    position: absolute;
    z-index: 1;
  }
  .mainnavigation__submenu--hidden {
    display: none;
  }
  .mainnavigation__submenu-box {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
  }
  .mainnavigation__submenu-box-headline {
    text-decoration: none;
  }
  .mainnavigation__submenu-box-list {
    list-style: none;
    padding: 0;
  }
  .mainnavigation__submenu-box-item {
    position: relative;
  }
  .mainnavigation__submenu-box-link {
    text-decoration: none;
  }
}

@media screen {
  .mainnavigation--sidebar .mainnavigation__item {
    height: 40px;
  }
  .mainnavigation--sidebar .mainnavigation__list {
    flex-direction: column;
  }
  .mainnavigation--sidebar .mainnavigation__entry {
    font-size: 18px;
    padding: 10px 30px;
  }
  .mainnavigation--sidebar .mainnavigation__entry--highlight {
    background-color: #dfdedd;
  }
  .mainnavigation--sidebar .mainnavigation__submenu {
    background-color: #dfdedd;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    left: 100%;
    padding: 35px 20px 0;
    top: 0;
    width: 300%;
  }
  .mainnavigation--sidebar .mainnavigation__submenu-box {
    margin: 0 0 50px;
  }
  .mainnavigation--sidebar .mainnavigation__submenu-box-headline {
    color: #4a4a4a;
    font-size: 24px;
  }
  .mainnavigation--sidebar .mainnavigation__submenu-box-item {
    margin: 20px 0 0;
    padding: 0 0 0 30px;
  }
  .mainnavigation--sidebar .mainnavigation__submenu-box-link {
    color: #4a4a4a;
  }
  .mainnavigation--sidebar .mainnavigation__submenu-box-link .icon {
    color: #f08200;
    font-size: 12px;
    left: 5px;
    position: absolute;
    top: 2px;
  }
}

.mainnavigation--topbar {
  color: #707172;
}
.mainnavigation--topbar .mainnavigation__header {
  background-color: #f0f0f0;
  display: flex;
  padding: 0 14px;
  width: 100%;
}
.mainnavigation--topbar .mainnavigation__entry-label,
.mainnavigation--topbar .mainnavigation__entry-icon {
  pointer-events: none;
}
.mainnavigation--topbar .mainnavigation__entry-label {
  flex-grow: 1;
  position: relative;
  top: 2px;
}
.mainnavigation--topbar .mainnavigation__entry-icon {
  display: none;
}
.mainnavigation--topbar .mainnavigation__submenu {
  display: flex;
  width: fit-content;
}
.mainnavigation--topbar .mainnavigation__submenu--hidden {
  display: none;
}
.mainnavigation--topbar .mainnavigation__submenu-box-headline {
  position: relative;
  top: 2px;
}
.mainnavigation--topbar .mainnavigation__back-btn {
  appearance: none;
  align-items: center;
  background-color: transparent;
  display: none;
  padding: 0;
}
.mainnavigation--topbar .mainnavigation__back-btn-icon {
  color: #f08200;
  font-size: 26px;
}
.mainnavigation--topbar .mainnavigation__back-btn-label {
  margin-left: 8px;
  padding-top: 4px;
}
.mainnavigation--topbar .mainnavigation__toggle-btn {
  appearance: none;
  background-color: transparent;
  font-size: 26px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 17px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainnavigation--topbar .mainnavigation__toggle-btn {
    position: absolute;
  }
  .mainnavigation--topbar .mainnavigation__toggle-btn-icon--close {
    display: none;
  }
  .mainnavigation--topbar .mainnavigation__list,
  .mainnavigation--topbar .mainnavigation__submenu {
    flex-direction: column;
    max-height: calc(100vh -  66px);
    overflow: auto;
    padding: 0;
  }
  .mainnavigation--topbar .mainnavigation__list {
    display: none;
  }
  .mainnavigation--topbar .mainnavigation__submenu {
    background-color: #dfdedd;
    left: 0;
    margin: 0 !important;
    padding: 0;
    top: 0;
    width: 100%;
  }
  .mainnavigation--topbar .mainnavigation__submenu-box-icon {
    display: none;
  }
  .mainnavigation--topbar .mainnavigation__entry {
    color: #707172;
    display: flex;
    justify-content: space-between;
  }
  .mainnavigation--topbar .mainnavigation__entry-icon {
    color: #f08200;
    display: inline-block;
  }
  .mainnavigation--topbar .mainnavigation__entry,
  .mainnavigation--topbar .mainnavigation__submenu-box {
    border-bottom: 1px solid #ababab;
    padding: 11px 20px 12px;
    width: 100%;
  }
  .mainnavigation--topbar .mainnavigation__entry-headline,
  .mainnavigation--topbar .mainnavigation__submenu-box-headline {
    color: #707172;
  }
  .mainnavigation--topbar.is-expanded {
    background-color: #dfdedd;
    left: 0;
    min-height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .mainnavigation--topbar.is-expanded .mainnavigation__header {
    border-bottom: 2px solid #ababab;
    min-height: 66px;
  }
  .mainnavigation--topbar.is-expanded .mainnavigation__back-btn {
    display: flex;
  }
  .mainnavigation--topbar.is-expanded .mainnavigation__back-btn.is-hidden {
    display: none;
  }
  .mainnavigation--topbar.is-expanded .mainnavigation__toggle-btn-icon--close {
    display: block;
  }
  .mainnavigation--topbar.is-expanded .mainnavigation__toggle-btn-icon--menu {
    display: none;
  }
  .mainnavigation--topbar.is-expanded .mainnavigation__list {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .mainnavigation--topbar .mainnavigation__toggle-btn {
    display: none;
  }
  .mainnavigation--topbar .mainnavigation__list {
    flex-wrap: nowrap;
  }
  .mainnavigation--topbar .mainnavigation__entry {
    padding: 0.94444444em 0.94444444em 0.83333333em;
  }
  .mainnavigation--topbar .mainnavigation__entry--highlight,
  .mainnavigation--topbar .mainnavigation__entry:hover,
  .mainnavigation--topbar .mainnavigation__entry:focus {
    color: #f08200;
  }
  .mainnavigation--topbar .mainnavigation__submenu {
    background-color: #dfdedd;
    flex-direction: column;
    min-height: 1px;
    padding: 0;
  }
  .mainnavigation--topbar .mainnavigation__submenu-box {
    border-bottom: 1px solid #ababab;
  }
  .mainnavigation--topbar .mainnavigation__submenu-box-headline {
    color: #707172;
    display: flex;
    padding: 0.77777778em 0.94444444em 0.72222222em;
  }
  .mainnavigation--topbar .mainnavigation__submenu-box-headline:hover,
  .mainnavigation--topbar .mainnavigation__submenu-box-headline:focus {
    color: #f08200;
  }
  .mainnavigation--topbar .mainnavigation__submenu-box-icon {
    color: #f08200;
    font-size: 0.8em;
    margin-right: 0.55555556em;
  }
}

@media screen {
  .cmp-table {
    font-size: 16px;
  }
  .cmp-table .richtext {
    overflow-x: auto;
  }
  .cmp-table table {
    width: 100%;
  }
  .table__headline {
    color: #f08200;
    margin: 0 0 20px;
  }
  .table__subheadline {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .demopage25a75b .richtext table td,
  .demopage100a .richtext table td {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .cmp-textbig {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-textbig {
    font-size: 27px;
  }
}
@media screen {
  .cmp-textbig {
    hyphens: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .textbig__headline,
  .textbig__subheadline {
    color: #f08200;
    line-height: 1;
  }
  .textbig__headline {
    font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 2em;
  }
  .textbig__subheadline {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.66666667em;
    margin-top: 0.2em;
  }
  .textbig__text {
    font-family: 'Frutiger LT Std 45', Arial, Verdana, sans-serif;
    font-weight: lighter;
    color: #707172;
    font-size: 1em;
    line-height: 1.333333;
    padding: 0.74em 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .cmp-textsmall {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-textsmall {
    font-size: 27px;
  }
}
@media screen {
  .cmp-textsmall {
    hyphens: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .textsmall__headline {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #f08200;
    font-size: 1em;
    line-height: 1.33333333em;
  }
  .textsmall__text {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #707172;
    font-size: 0.77777778em;
    line-height: 1.52380952em;
    padding: 0.85714286em 0 0 0;
  }
}

@media screen {
  .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: 1;
  }
  .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__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;
  }
}

@media screen {
  .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;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .container {
    background-color: #ffffff;
  }
  .container-inner {
    margin: 0 auto !important;
    width: 100% !important;
  }
}
.aem-AuthorLayer-Design .aemblueprint__placeholder,
.aem-AuthorLayer-Developer .aemblueprint__placeholder,
.aem-AuthorLayer-Edit .aemblueprint__placeholder,
.aem-AuthorLayer-Scaffolding .aemblueprint__placeholder {
  border: 2px solid #707172;
  color: #707172;
  font-size: 1rem;
  padding: 15px;
  text-align: center;
}
.aem-AuthorLayer-Preview .aemblueprint__placeholder {
  visibility: hidden;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.main {
  margin-top: 65px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 176px;
  }
}
.main > .wertewelt-cmp:first-child,
.main > .aemblueprint-cmp:first-child {
  margin-top: 0 !important;
}
.main > .wertewelt-cmp:last-child,
.main > .aemblueprint-cmp:last-child {
  margin-bottom: 0 !important;
}
.content-container {
  max-width: 1800px;
}
.pageheader__container,
.content-container,
.pagefooter__container {
  margin: 0 auto;
}
.footer {
  background-color: transparent;
  padding: 0;
}


@media screen {
  .footer {
    background-color: transparent;
    padding: 0;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.header {
  border-bottom: 1px solid #dfdedd;
  padding: 17px 0 12px 0;
}
@media screen and (min-width: 768px) {
  .header {
    border-bottom: 2px solid #ababab;
    padding: 30px 0 0 0;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-video {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-video {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-video {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-textsmall {
    margin: 40px auto;
    width: 100%;
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-textsmall {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-textsmall {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-textsmall {
    margin: 60px auto;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-textbig {
    margin: 40px auto;
    width: 100%;
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-textbig {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-textbig {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cmp-textbig {
    margin: 60px auto;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen and (max-width: 768px) {
  .cmp-teaser {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-teaser {
    font-size: 27px;
  }
}
@media screen {
  .cmp-teaser {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .teaserlm__link {
    hyphens: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.1s ease, transform 0.1s ease;
  }
  .teaserlm__link:hover,
  .teaserlm__link:focus,
  .teaserlm__link:active {
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
    transform: scale(1.015);
  }
  .teaserlm__link:link,
  .teaserlm__link:hover,
  .teaserlm__link:focus,
  .teaserlm__link:active,
  .teaserlm__link:visited {
    text-decoration: none;
  }
  .teaserlm__image {
    height: auto;
    width: 100%;
  }
  .teaserlm__body {
    flex-grow: 1;
    padding: 30px;
  }
  .teaserlm__headline,
  .teaserlm__subline {
    color: #f08200;
    line-height: 1.13;
  }
  .teaserlm__headline {
    font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 1.2em;
  }
  .teaserlm__subline {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin: 2px 0 7px 0;
  }
  .teaserlm__text {
    color: #707172;
    font-size: 0.66em;
    line-height: 1.5;
  }
  .teaserlm__footer {
    padding: 30px;
  }
  .teaserlm__footer-link {
    font-size: 0.66em;
  }
  .teaserlm__footer-link-text {
    vertical-align: text-top;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-teaser {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-teaser {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-table {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cmp-section .cmp-table td {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-table {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-table {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-stage-wrapper {
  display: block;
}
.aem-AuthorLayer-Preview .cmp-stage-wrapper {
  display: block;
}
@media screen {
  .stage__guideline {
    color: #ababab;
    padding: 10px;
  }
  .aem-AuthorLayer-Edit .cmp-stage-wrapper {
    border: 2px dashed #ababab;
    padding: 10px;
  }
  .aem-AuthorLayer-Preview .stage__guideline {
    display: none;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-stage .stage__play-btn {
  background-color: transparent;
  border: 0.07em solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  filter: drop-shadow(0 0.02em 0.74em #000000);
  font-size: 25px;
  height: 2.3em;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3em;
  z-index: 13;
}
@media screen and (min-width: 480px) {
  .cmp-stage .stage__play-btn {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-stage .stage__play-btn {
    font-size: 75px;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-stage .stage__play-btn {
    font-size: 100px;
  }
}
.cmp-stage .stage__play-btn-icon {
  left: 3px;
  position: relative;
}
.cmp-stage--video.is-stopped {
  cursor: pointer;
}
.cmp-stage--video.is-started .stage__play-btn,
.cmp-stage--video.is-started .stage__image {
  display: none;
}
.cmp-stage--video.cmp-stage .stage__image {
  z-index: 12;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-stage--enhanced .stage__container {
  text-decoration: none;
}
.cmp-stage .stage__logo,
.cmp-stage .stage__button {
  filter: drop-shadow(0 2px 74px #000000);
}
.cmp-stage .stage__logo {
  height: auto;
  margin-bottom: 3.125em;
  max-width: 624px;
  object-fit: contain;
  width: 60vw;
}
.cmp-stage .stage__button {
  align-items: stretch;
  display: inline-flex;
  font-size: 1.125em;
  justify-content: space-between;
  margin-top: 3.33333333em;
  min-width: 11.25em;
  order: 4;
}
.cmp-stage .stage__button-label {
  background-color: #0e3c8a;
  display: inline-block;
  flex-grow: 1;
  padding: 0.55555556em 0.77777778em;
  text-align: left;
}
.cmp-stage .stage__button-icon {
  align-items: center;
  background-color: #f08200;
  display: inline-flex;
  padding-left: 0.66666667em;
  padding-right: 0.66666667em;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-stage {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cmp-stage {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-stage {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.cmp-stage .stage__guideline {
  color: #ababab;
  padding: 10px;
}
.cmp-stage .stage__container {
  align-items: stretch;
  justify-items: stretch;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cmp-stage .stage__container {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-stage .stage__container {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .cmp-stage .stage__container {
    font-size: 10px;
  }
}
.cmp-stage .stage__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.cmp-stage .stage__content-container {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 9.375em 0;
  position: relative;
  text-align: center;
  text-shadow: 0 2px 74px #000000;
  z-index: 1;
}
@media (min-width: 1024px) {
  .cmp-stage .stage__content-container {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-stage .stage__content-container {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-stage .stage__content-container {
    min-height: 825px;
  }
}
.cmp-stage .stage__label,
.cmp-stage .stage__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
}
.cmp-stage .stage__headline,
.cmp-stage .stage__text {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
}
.cmp-stage .stage__label {
  font-size: 1em;
  line-height: 1.4375;
  order: 1;
}
.cmp-stage .stage__headline {
  font-size: 3.375em;
  line-height: 1.2;
  order: 2;
}
.cmp-stage .stage__subheadline {
  font-size: 2.8125em;
  line-height: 1.2;
  order: 3;
}
.cmp-stage .stage__text {
  font-size: 2em;
  line-height: 1.125;
  margin-top: 1.5625em;
  order: 4;
}
.aem-AuthorLayer-Edit .cmp-stage {
  border: 2px dashed #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Preview .stage__guideline {
  display: none;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-slider {
  --slideIndex: 0;
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .cmp-slider {
    margin: 80px auto;
  }
}
.cmp-slider .slider__controls {
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cmp-slider .slider__btn {
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  padding: 0 1.75em;
  text-align: left;
  transition: transform 0.2s;
  width: 10em;
}
.cmp-slider .slider__btn:hover {
  transform: scale(1.1);
}
.cmp-slider .slider__btn:focus {
  outline: 0;
}
.cmp-slider .slider__btn--next {
  text-align: right;
}
.cmp-slider .slider__scroll-indicator {
  bottom: 3.75em;
  display: flex;
  flex-direction: column;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
}
.cmp-slider .slider__scroll-indicator-icon {
  font-size: 3.125em;
}
.cmp-slider .slider__scroll-indicator-label {
  font-size: 0.8125em;
}
.cmp-slider .slider__progress-bar {
  bottom: 1.75em;
  display: flex;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}
.cmp-slider .slider__progress-item {
  margin-right: 1em;
}
.cmp-slider .slider__progress-item:last-child {
  margin-right: 0;
}
.cmp-slider .slider__progress-item.is-active .slider__progress-btn {
  background-color: #f08200;
  cursor: default;
}
.cmp-slider .slider__progress-btn {
  appearance: none;
  background-color: #f0f0f0;
  border: 0;
  cursor: pointer;
  height: 0.625em;
  padding: 0;
  text-indent: -99999em;
  width: 0.625em;
}
.cmp-slider .slider__progress-btn:hover,
.cmp-slider .slider__progress-btn:focus {
  background-color: #ffcc99;
}
.cmp-slider .slider__slides,
.cmp-slider .slider__slide {
  max-width: 1920px;
  min-width: 100vw;
}
.cmp-slider .slider__slides {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translate(calc(var(--slideIndex) * 100vw * -1), 0);
  transition: transform 0.2s ease-out;
}
.cmp-slider .slider__slide {
  position: relative;
}
.cmp-slider .slider__content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  text-shadow: 0 2px 74px #000000;
  transform: translate(-50%, -50%);
}
.cmp-slider .slider__headline,
.cmp-slider .slider__label {
  font-family: "Adobe Garamond Pro", 'Times New Roman', Times, serif;
  font-weight: normal;
}
.cmp-slider .slider__headline {
  font-size: 3.375em;
  line-height: 1;
  order: 2;
}
.cmp-slider .slider__subheadline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 2.8125em;
  line-height: 1.2;
  order: 3;
}
.cmp-slider .slider__label {
  color: #ababab;
  font-size: 1em;
  line-height: 1.4375;
  order: 1;
}
.cmp-slider .slider__text {
  font-size: 1.6875em;
  line-height: 1.33333333;
  order: 4;
}
.cmp-slider .stage__image {
  width: 100%;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-shortprofile {
  margin: 40px auto;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .cmp-shortprofile {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .cmp-shortprofile {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-shortprofile {
    font-size: 21px;
  }
}
.cmp-shortprofile .profile__container {
  align-items: stretch;
  background: #f0f0f0;
  display: flex;
}
.cmp-section .cmp-shortprofile .profile__container {
  background: #dfdedd;
}
@media screen and (max-width: 480px) {
  .cmp-shortprofile .profile__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) {
  .cmp-shortprofile .profile__container *::-ms-backdrop,
  .cmp-shortprofile .profile__container {
    align-items: flex-start;
  }
}
.cmp-shortprofile .profile__image {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .cmp-shortprofile .profile__image {
    max-width: 220px;
  }
}
.cmp-shortprofile .profile__image *::-ms-backdrop,
.cmp-shortprofile .profile__image {
  min-width: 220px;
}
.cmp-shortprofile .profile__body {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: normal;
  hyphens: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1em;
  padding: 20px 30px;
}
.cmp-shortprofile .profile__name,
.cmp-shortprofile .profile__position {
  line-height: 1.52;
}
.cmp-shortprofile .profile__name {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.28571429em;
}
.cmp-shortprofile .profile__position {
  margin-bottom: 0.66666667em;
}
.cmp-shortprofile .profile__email,
.cmp-shortprofile .profile__phone,
.cmp-shortprofile .profile__mobile-phone,
.cmp-shortprofile .profile__description {
  font-size: 0.76190476em;
}
.cmp-shortprofile .profile__email,
.cmp-shortprofile .profile__phone,
.cmp-shortprofile .profile__mobile-phone {
  display: block;
  margin-bottom: 0.57142857em;
  padding-right: 1em;
  width: fit-content;
}
.cmp-shortprofile .profile__email:link,
.cmp-shortprofile .profile__phone:link,
.cmp-shortprofile .profile__mobile-phone:link {
  text-decoration: none;
}
.cmp-shortprofile .profile__email-icon,
.cmp-shortprofile .profile__phone-icon,
.cmp-shortprofile .profile__mobile-phone-icon {
  color: #707172;
  font-size: 1.42857143em;
  margin-right: 0.28571429em;
}
.cmp-shortprofile .profile__description {
  margin-top: 0.95238095em;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-section {
  margin: 40px auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  background: #f0f0f0;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .cmp-section {
    margin: 80px auto;
  }
}
.cmp-stage + .cmp-section {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .cmp-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.cmp-section > *:first-child {
  margin-top: 0;
}
.cmp-section > *:last-child {
  margin-bottom: 0;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.pageheader__container {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .pageheader__container {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .pageheader__container {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pageheader__container--navigation-search {
  display: flex;
  justify-content: space-between;
}
.pageheader__brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .pageheader__navigation {
    background-color: #f0f0f0;
  }
}
.pageheader__search-btn {
  align-items: baseline;
  appearance: none;
  background-color: transparent;
  border: 0;
  display: flex;
  font-size: 18px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pageheader__search-btn {
    position: absolute;
    right: 60px;
    top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .pageheader__search-btn {
    background: #dfdedd;
    padding: 0 0.72222222em 0 0.16666667em;
  }
}
.pageheader__search-btn-label {
  display: none;
  padding: 0 0.66666667em;
}
@media screen and (min-width: 768px) {
  .pageheader__search-btn-label {
    display: inline-block;
  }
}
.pageheader__search-btn-icon {
  color: #f08200;
  font-size: 1.38888889em;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .pagefooter__line {
    padding: 30px 0;
  }
  .pagefooter__line--top {
    background-color: #ffffff;
    padding: 25px 0;
  }
  .pagefooter__line--center {
    background-color: #f0f0f0;
  }
  .pagefooter__line--bottom {
    background-color: #dfdedd;
  }
  .pagefooter__line--bottom .cmp-text {
    margin-bottom: 25px;
  }
  .pagefooter__line--bottom .aemblueprint-cmp {
    margin-top: 0;
  }
  .pagefooter__line--bottom .cmp-horizontallinklist a {
    color: #707172;
  }
  .pagefooter__line-container {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pagefooter__line-container--vertical {
    align-items: flex-start;
    flex-direction: column;
  }
  .pagefooter__line-container--no-wrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .pagefooter__line-container {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .pagefooter__line-container {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen and (max-width: 768px) {
  .cmp-metanavigation {
    display: none;
  }
}
@media screen {
  .cmp-metanavigation {
    font-size: 14px;
  }
  .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;
  }
  .cmp-metanavigation .metanavi__label {
    color: #707172;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-mainnavigation {
  color: #707172;
  flex-grow: 1;
  font-size: 18px;
  margin-left: -0.94444444em;
}
.cmp-mainnavigation .mainnavigation__submenu {
  margin: 2px 0 0 0.94444444em;
}
.cmp-mainnavigation .mainnavigation__toggle-btn {
  color: #f08200;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .header .logo__image {
    height: auto;
    max-width: 228px;
  }
  .header--sticky .logo__image {
    max-width: 178px;
  }
  .footer .logo__link {
    margin-right: 20px;
  }
  .footer .logo__image {
    height: auto;
    margin: 0;
    max-width: 271px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header .logo__image {
    height: 32px;
    margin-bottom: 0;
  }
  .footer .logo__image {
    max-width: 226px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-link-with-icon .link-with-icon__link {
  text-decoration: none;
}
.cmp-iframe .cmp-link-with-icon {
  font-size: 18px;
}
.cmp-iframe .cmp-link-with-icon .link-with-icon__link-icon {
  position: relative;
  top: -3px;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
@media screen {
  .horizontallinklist__parsys .cmp-lanuagelink {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .horizontallinklist__parsys .cmp-lanuagelink:first-child {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .horizontallinklist__parsys .cmp-lanuagelink:first-child > a {
    border-left: 0;
  }
  .horizontallinklist__parsys .cmp-lanuagelink .aemblueprint__placeholder {
    margin: 0 0 0 7px;
    padding: 0 0 0 10px;
    border-left: 1px solid #4a4a4a;
  }
  .cmp-lanuagelink .horizontallinklist__list-languagelink--active {
    color: #f08200;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-imageslider {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-imageslider {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-imageslider {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-image {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cmp-image__image {
    height: auto;
    vertical-align: bottom;
    width: 100%;
  }
  .cmp-image__caption {
    font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #707172;
    line-height: 1;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-image {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-image {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-iframe--small {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-iframe--small {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-iframe--small {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-iframe--small {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-iframe--small {
    font-size: 27px;
  }
}
.cmp-iframe--small .iframe__frame {
  max-height: 460px;
}
.cmp-iframe .iframe__headline {
  color: #f08200;
  font-size: 1.66666667em;
  margin-bottom: 0.33333333em;
}
.cmp-iframe .iframe__footer {
  margin-top: 0.92592593em;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-iframe--large {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-iframe--large {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-iframe--large {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-dropdownmenu {
    max-width: 100vw;
  }
  .dropdown {
    font-size: 13px;
  }
  .dropdown__button {
    align-items: center;
    background-color: #dfdedd;
    border: 0;
    color: #707172;
    display: flex;
    font-family: inherit;
    padding: 0;
  }
  .dropdown__button:active,
  .dropdown__button:focus {
    outline: 0;
  }
  .dropdown__button:hover,
  .dropdown__button:focus {
    background-color: #707172;
    color: #ffffff;
  }
  .dropdown__button-label {
    border-right: 1px solid #ffffff;
    display: inline-block;
    flex-grow: 1;
    overflow: hidden;
    padding: 5px 12px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dropdown__button-icon {
    color: currentColor !important;
    font-size: inherit;
    padding: 11px 14px;
    position: static;
  }
  .dropdown__menu {
    background-color: #707172;
    border: 0;
    color: #ffffff;
    padding: 6px 70px 0 12px;
  }
  .dropdown__menu--above {
    bottom: 100%;
  }
  .dropdown__menu-item {
    border-top: 1px solid #ffffff;
  }
  .dropdown__menu-item:first-child {
    border-top: 0;
  }
  .dropdown__menu-item:hover {
    background-color: transparent;
  }
  .dropdown__item-content {
    line-height: 1;
    padding: 9px 0 8px;
  }
  .dropdown-linklist--expanded .dropdown__button {
    background-color: #707172;
    border-top: 0;
    color: #ffffff;
  }
  .dropdown-linklist--expanded .dropdown__button:hover {
    color: #ffffff;
  }
  .dropdown-linklist--expanded .dropdown__button-label {
    border-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .cmp-dropdownmenu {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cmp-dropdownmenu {
    margin-top: 0;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-download-linklist {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .cmp-download-linklist {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  .cmp-download-linklist {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmp-download-linklist {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .cmp-download-linklist {
    font-size: 21px;
  }
}
.cmp-download-linklist .linklist__headline {
  font-family: "Frutiger Next Com", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #f08200;
  font-size: 1.71428571em;
  line-height: 1.16666667em;
  margin-bottom: 1.38888889em;
}
.cmp-download-linklist .linklist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-download-linklist .linklist__list-item {
  border-bottom: 1px solid #ababab;
  font-size: 1em;
  line-height: 1.19047619;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
.cmp-downloadlink .downloadlink__link {
  color: #707172;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  text-decoration: none;
}
.cmp-downloadlink .downloadlink__link:hover,
.cmp-downloadlink .downloadlink__link:focus {
  color: #f08200;
}
.cmp-downloadlink .downloadlink__icon {
  color: #f08200;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-contactperson {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
    hyphens: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-contactperson {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-contactperson {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
[data-portal=wertewelt] .cmp-columncontrolhorizontal {
  margin: 40px auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .new.section,
.aem-AuthorLayer-Preview [data-portal=wertewelt] .cmp-columncontrolhorizontal .new.section {
  outline: 0;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .new.section + cq,
.aem-AuthorLayer-Preview [data-portal=wertewelt] .cmp-columncontrolhorizontal .new.section + cq {
  display: none;
}
.aem-AuthorLayer-Preview [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline {
  display: none;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body {
  align-items: flex-start;
  justify-content: flex-start;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body > * {
  outline: 1px dashed #ababab;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline {
  display: flex;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--33-33-33 .colctrlhoriz__guideline-block--beta {
  margin-left: 20px;
  margin-right: 20px;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--33-33-33 .colctrlhoriz__guideline-block {
  flex: 33.3%;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block {
  flex: 50%;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block--beta {
  margin-left: 20px;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--50-50 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--alpha {
  flex: 33.33%;
  max-width: calc(33.33% - 10px);
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--beta {
  flex: 66.66%;
  margin-left: 20px;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--33-66 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--alpha {
  flex: 66.66%;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--beta {
  flex: 33.33%;
  margin-left: 20px;
  max-width: calc(33.33% - 10px);
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline.colctrlhoriz__guideline--66-33 .colctrlhoriz__guideline-block--gamma {
  display: none;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline--top {
  margin-bottom: 20px;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline--top .colctrlhoriz__guideline-block {
  border-bottom: none;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline-block {
  border: 1px dashed #ababab;
  color: #ababab;
  padding: 10px;
}
.aem-AuthorLayer-Edit [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__guideline--bottom .colctrlhoriz__guideline-block {
  border-top: none;
}
@media screen {
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__header {
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 15px;
    padding: 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body {
    display: flex;
    flex-wrap: wrap;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body > * {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--33-33-33 > * {
    flex: 33.33%;
    margin-right: 0 !important;
    max-width: calc(33.33% - 13.33333333px) !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--33-33-33 > *:nth-child(3n + 2) {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--50-50 > * {
    flex: 50%;
    max-width: calc(50% - 10px) !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--50-50 > *:nth-child(even) {
    margin-left: 20px !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--33-66 > *:nth-child(odd) {
    flex: 33.33%;
    max-width: calc(33.33% - 10px) !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--33-66 > *:nth-child(even) {
    flex: 66.66%;
    margin-left: 20px !important;
    max-width: calc(66.66% - 10px) !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--66-33 > *:nth-child(odd) {
    flex: 66.66%;
    max-width: calc(66.66% - 10px) !important;
  }
  [data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body--66-33 > *:nth-child(even) {
    flex: 33.33%;
    margin-left: 20px !important;
    max-width: calc(33.33% - 10px) !important;
  }
}
@media (min-width: 1024px) {
  [data-portal=wertewelt] .cmp-columncontrolhorizontal {
    margin: 80px auto;
  }
}
@media (min-width: 1440px) {
  [data-portal=wertewelt] .cmp-columncontrolhorizontal {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
[data-portal=wertewelt] .cmp-columncontrolhorizontal .colctrlhoriz__body {
  justify-content: center;
}
[data-portal=wertewelt] .cmp-columncontrolhorizontal .wertewelt-cmp,
[data-portal=wertewelt] .cmp-columncontrolhorizontal .aemblueprint-cmp {
  padding: 0 !important;
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-citation {
    margin: 40px auto;
    width: 100%;
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-citation {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-citation {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Import Blueprint variables */
/* Import WerteWelt specific variables */
/* Import Blueprint mixins */
/* Import WerteWelt specific mixins */
@media screen {
  .cmp-accordion {
    margin: 40px auto;
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-accordion {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-accordion {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
  }
}