@charset "UTF-8";:root{--dd-keyfigures-color-primary:#ff3c00;--dd-keyfigures-font-family-standard:Arial,Verdana,sans-serif;--dd-keyfigures-font-family-mono:Courier,Monaco,monospace;--dd-keyfigures-font-size:18px;--dd-keyfigures-font-size--sm:16px;--dd-keyfigures-font-size--xs:14px;--dd-keyfigures-button-icon-color:var(--dd-keyfigures-color-neutral);--dd-keyfigures-button-icon-color--active:var(--dd-keyfigures-color-primary);--dd-keyfigures-button-border-color:var(--dd-keyfigures-color-neutral);--dd-keyfigures-button-border-color--active:var(--dd-keyfigures-color-primary);--dd-keyfigures-label-font-size:var(--dd-keyfigures-font-size--sm);--dd-keyfigures-legend-checkmark-size:20px;--dd-keyfigures-legend-checkmark-color:#fff;--dd-keyfigures-tab-color:var(--dd-keyfigures-color-primary);--dd-keyfigures-tab-color--active:rgba(0,0,0,0);--dd-keyfigures-tab-title-font-size:var(--dd-keyfigures-font-size--sm);--dd-keyfigures-tab-title-font-size--active:var(--dd-keyfigures-font-size--xs);--dd-keyfigures-accordion-separator-color:var(--dd-keyfigures-color-neutral);--dd-keyfigures-accordion-toggle-icon-color:var(--dd-keyfigures-color-neutral);--dd-keyfigures-accordion-font-size:var(--dd-keyfigures-font-size);--dd-keyfigures-years-font-size:var(--dd-keyfigures-font-size--sm);--dd-keyfigures-table-highlight-color:inherit;--dd-keyfigures-table-highlight-bg-color:var(--dd-keyfigures-color-primary);--dd-keyfigures-table-highlight-border-color:inherit;--dd-keyfigures-table-head-highlight-color:inherit;--dd-keyfigures-table-head-highlight-bg-color:var(--dd-keyfigures-color-primary);--dd-keyfigures-table-head-highlight-border-color:inherit;--dd-keyfigures-table-head-font-size:var(--dd-keyfigures-font-size--sm);--dd-keyfigures-table-body-font-size:var(--dd-keyfigures-font-size--sm);--dd-keyfigures-table-body-label-font-size:var(--dd-keyfigures-font-size-sm);--dd-keyfigures-table-body-unit-font-size:var(--dd-keyfigures-font-size--sm);--dd-keyfigures-footnotes-font-color:var(--dd-keyfigures-color-neutral);--dd-keyfigures-footnotes-font-size:var(--dd-keyfigures-font-size--xs)}@media (min-width:768px){:root{--dd-keyfigures-label-font-size:var(--dd-keyfigures-font-size);--dd-keyfigures-table-head-font-size:var(--dd-keyfigures-font-size);--dd-keyfigures-table-body-font-size:var(--dd-keyfigures-font-size);--dd-keyfigures-table-body-label-font-size:var(--dd-keyfigures-font-size)}}.dd-keyfigures__controls-label,.dd-keyfigures__downloads-label,.dd-keyfigures__figures-label,.dd-keyfigures__years-label{font-size:var(--dd-keyfigures-label-font-size);padding-right:.75em}.dd-keyfigures__all-years-toggle{background:rgba(0,0,0,0);border:none}.dd-keyfigures{width:100%;display:flex;flex-direction:column;font-family:var(--dd-keyfigures-font-family-standard)}.dd-keyfigures__main{opacity:0;max-height:0;overflow:hidden;transition:max-height 1s ease,opacity 1s ease}.dd-keyfigures--active .dd-keyfigures__main{opacity:1;max-height:2000px}.dd-keyfigures__content{width:100%}.dd-keyfigures__section{display:none}.dd-keyfigures__section--active{display:block}.dd-keyfigures__section--accordion{border:solid var(--dd-keyfigures-accordion-separator-color);border-width:1px 0 0}.dd-keyfigures__section--accordion:first-child{border:none}.dd-keyfigures__canvas{position:relative;display:grid;grid-template-columns:100%}.dd-keyfigures__spinner{opacity:0;transition:opacity .3s ease,transform .3s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-55%);z-index:100}.dd-keyfigures__section--in-progress .dd-keyfigures__spinner{transform:translate(-50%,-50%);opacity:1}.dd-keyfigures__chart,.dd-keyfigures__table{opacity:0;pointer-events:none;grid-row-start:1;grid-column-start:1;grid-column-end:2;width:100%}.dd-keyfigures__chart{position:relative;height:clamp(560px,680px,80vh);transition:opacity .3s ease}@media (min-width:768px){.dd-keyfigures__chart{height:clamp(300px,520px,80vh)}}[data-active-view=bar] .dd-keyfigures__chart,[data-active-view=line] .dd-keyfigures__chart{pointer-events:all;opacity:1}.dd-keyfigures__section--in-progress .dd-keyfigures__chart{opacity:0}.dd-keyfigures__section--export-mode .dd-keyfigures__chart{visibility:hidden;width:960px;height:680px}.dd-keyfigures-print-mode .dd-keyfigures__chart{width:960px;height:680px}.dd-keyfigures__table{padding-top:25px;overflow:visible}[data-active-view=table] .dd-keyfigures__table{pointer-events:all;opacity:1}.dd-keyfigures__table-scroll-pane{width:100%;overflow-x:auto;padding-bottom:10px}@media (min-width:640px){.dd-keyfigures__table-scroll-pane{overflow-x:hidden;padding-bottom:0;margin:0 -8px;width:calc(100% + 16px)}}.dd-keyfigures__control-strip{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;min-height:44px;margin:0 0 20px}@media (min-width:640px){.dd-keyfigures__control-strip{align-items:center;flex-direction:row}}.dd-keyfigures__control-strip--bottom{margin:20px 0 0;flex-direction:row;flex-wrap:wrap}.dd-keyfigures__figures-label{visibility:hidden;align-items:flex-start}@media (min-width:768px){.dd-keyfigures__figures-label{align-items:center}}.dd-keyfigures--view-chart .dd-keyfigures__figures-label{visibility:visible}.dd-keyfigures__section--no-legend .dd-keyfigures__figures-label{visibility:hidden}.dd-keyfigures__downloads{display:flex;align-items:center;line-height:1.3333}@media (min-width:960px){.dd-keyfigures__downloads{padding-top:20px}}.dd-keyfigures__downloads-buttons{display:inline-block}.dd-keyfigures__downloads-button{display:inline-block;border:1px solid #f5f;border-radius:2px;padding:2px 8px 3px;margin-left:10px;cursor:pointer}.dd-keyfigures__downloads-button:first-child{margin-left:5px}.dd-keyfigures__downloads-button:focus,.dd-keyfigures__downloads-button:hover{color:#f5f;border-color:#f5f}.dd-keyfigures--mode-chart .dd-keyfigures__downloads-button[data-mode=table],.dd-keyfigures--mode-table .dd-keyfigures__downloads-button[data-mode=chart]{display:none}.dd-keyfigures__accordion-toggle{position:relative;appearance:none;background-color:rgba(0,0,0,0);border:none;font-size:var(--dd-keyfigures-accordion-font-size);padding:.6em 0 .5em;width:100%;text-align:left}.dd-keyfigures__accordion-toggle:before{content:"";width:12px;height:12px;border:3px solid var(--dd-keyfigures-accordion-toggle-icon-color);border-width:0 0 2px 2px;transform:rotate(-45deg);position:absolute;top:calc(50% - 8px);right:20px;transition:all .3s ease-in-out}.dd-keyfigures__section--expanded .dd-keyfigures__accordion-toggle:before{transform:rotate(135deg);top:calc(50% - 3px)}.dd-keyfigures__accordion-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.dd-keyfigures__accordion-content>:first-child{margin-top:20px}.dd-keyfigures__accordion-content>:last-child{margin-bottom:25px}.dd-keyfigures__section--expanded .dd-keyfigures__accordion-content{max-height:2000px;opacity:1}.dd-keyfigures--accordion .dd-keyfigures__section{display:block}.dd-keyfigures__button{padding:0;appearance:none;background-color:rgba(0,0,0,0);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .25s ease;border:none;min-width:60px;text-decoration:none;font-family:var(--dd-keyfigures-font-family-standard)}.dd-keyfigures__button,.dd-keyfigures__button:link,.dd-keyfigures__button:visited{color:var(--dd-keyfigures-color-neutral)}.dd-keyfigures__button-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:48px;height:48px;border-radius:50%;border:2px solid var(--dd-keyfigures-button-border-color)}.dd-keyfigures__button svg path,.dd-keyfigures__button svg use{transition:fill .25s ease;fill:var(--dd-keyfigures-button-icon-color)}.dd-keyfigures__button:focus svg path,.dd-keyfigures__button:focus svg use,.dd-keyfigures__button:hover svg path,.dd-keyfigures__button:hover svg use{fill:var(--dd-keyfigures-button-icon-color--active)}.dd-keyfigures__button-label{text-align:left;margin-top:.25em}.dd-keyfigures__button--active .dd-keyfigures__button-icon{border-color:var(--dd-keyfigures-button-border-color--active)}.dd-keyfigures__button--active svg path,.dd-keyfigures__button--active svg use{fill:var(--dd-keyfigures-button-icon-color--active)}.dd-keyfigures__button--horizontal{flex-direction:row}.dd-keyfigures__button--horizontal .dd-keyfigures__button-label{margin-left:10px}.dd-keyfigures--view-table [data-hook=dd-keyfigures-button-png]{display:none}.dd-keyfigures__controls{display:flex;align-items:center;width:100%}@media (min-width:640px){.dd-keyfigures__controls{margin-right:-10px;margin-left:-10px;width:auto}}.dd-keyfigures--overview .dd-keyfigures__controls{display:none}.dd-keyfigures__controls-buttons{display:flex;justify-content:space-between}@media (min-width:640px){.dd-keyfigures__controls-buttons>*{margin:0 10px}}.dd-keyfigures__data-table{min-width:max(100%,600px);font-family:var(--dd-keyfigures-font-family-mono);border-spacing:8px 0;border-collapse:separate;line-height:1.63}@media (min-width:640px){.dd-keyfigures__data-table{min-width:0;width:100%;margin:0}}.dd-keyfigures__data-table td,.dd-keyfigures__data-table th{padding:4px 8px;text-align:right;font-weight:500}.dd-keyfigures__data-table td:first-child,.dd-keyfigures__data-table th:first-child{padding-left:0}.dd-keyfigures__data-table thead th{border-bottom:2px solid var(--dd-keyfigures-color-neutral);font-size:var(--dd-keyfigures-table-head-font-size);font-weight:700}.dd-keyfigures__data-table thead th.dd-keyfigures__table-head-cell-highlight{background-color:var(--dd-keyfigures-table-head-highlight-bg-color);border-color:var(--dd-keyfigures-table-head-highlight-border-color);color:var(--dd-keyfigures-table-head-highlight-color)}.dd-keyfigures__data-table tbody td,.dd-keyfigures__data-table tbody th{border-bottom:1px solid var(--dd-keyfigures-color-neutral);font-size:var(--dd-keyfigures-table-body-font-size)}.dd-keyfigures__data-table tbody th{font-family:var(--dd-keyfigures-font-family-standard);font-size:var(--dd-keyfigures-table-body-label-font-size);text-align:left}.dd-keyfigures__data-table tbody th.dd-keyfigures__table-cell-indented{padding-left:1em}.dd-keyfigures__data-table tbody td.dd-keyfigures__table-cell-number{font-variant-numeric:tabular-nums}.dd-keyfigures__data-table tbody td.dd-keyfigures__table-cell-unit{font-family:var(--dd-keyfigures-font-family-standard);font-size:var(--dd-keyfigures-table-body-unit-font-size)}.dd-keyfigures__data-table tbody td.dd-keyfigures__table-cell-highlight{background-color:var(--dd-keyfigures-table-highlight-bg-color);border-color:var(--dd-keyfigures-table-highlight-border-color);color:var(--dd-keyfigures-table-highlight-color)}.dd-keyfigures__data-table tbody tr:last-child td,.dd-keyfigures__data-table tbody tr:last-child th{border-bottom-width:2px}.dd-keyfigures__footnotes{padding-top:25px;font-size:var(--dd-keyfigures-footnotes-font-size);line-height:1.4;color:var(--dd-keyfigures-footnotes-font-color);margin-right:30px}.dd-keyfigures__icon{display:inline-block;position:relative;width:28px;height:auto}.dd-keyfigures__icon-inner{display:block;position:relative;padding-top:100%!important}.dd-keyfigures__icon-inner svg{position:absolute;left:0;top:0;width:100%;height:100%}.dd-keyfigures__index-toggle{position:relative;display:inline-block;box-sizing:border-box;width:50%;font-family:var(--dd-keyfigures-font-family-standard);font-weight:400;text-align:right}@media (min-width:1024px){.dd-keyfigures__index-toggle{width:auto}}.dd-keyfigures__toggle{width:80px;text-align:center}.dd-keyfigures__toggle-checkbox{position:absolute;top:0;left:0;opacity:0;width:0;height:0}.dd-keyfigures__toggle-slider{box-sizing:border-box;position:relative;cursor:pointer;display:block;width:80px;height:48px;background-color:#fff;border:2px solid var(--dd-keyfigures-color-primary);border-radius:24px;transition:.2s}.dd-keyfigures__toggle-slider:before{content:"";position:absolute;border-radius:50%;height:36px;width:36px;left:4px;bottom:4px;background-color:var(--dd-keyfigures-color-primary);background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.871' height='17.061'%3E%3Cg fill='none'%3E%3Cpath d='M1.811.53h16v16h-16z'/%3E%3Cg stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M6.395 11.196L1.061 5.861 6.395.53M1.061 5.863h10'/%3E%3C/g%3E%3Cg stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M14.477 5.864l5.334 5.335-5.334 5.331M19.811 11.197h-10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");transition:.2s}.dd-keyfigures__toggle-checkbox:checked+.dd-keyfigures__toggle-widget>.dd-keyfigures__toggle-slider:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.896' height='10.816'%3E%3Cpath data-name='Pfad 12909' d='M2.592 6.624a2.318 2.318 0 01-1.856-.88A3.705 3.705 0 010 3.296 3.64 3.64 0 01.736.864 2.335 2.335 0 012.592 0a2.351 2.351 0 011.872.864A3.64 3.64 0 015.2 3.296a3.705 3.705 0 01-.736 2.448 2.334 2.334 0 01-1.872.88zm0-1.312a.8.8 0 00.68-.448 3.155 3.155 0 00.28-1.568 3.057 3.057 0 00-.28-1.552.806.806 0 00-.68-.432.806.806 0 00-.68.432 3.057 3.057 0 00-.28 1.552 3.155 3.155 0 00.28 1.568.8.8 0 00.68.448zm.352 5.504L8.576 0h1.36L4.304 10.816zm7.344 0a2.318 2.318 0 01-1.856-.88 3.705 3.705 0 01-.736-2.448 3.64 3.64 0 01.736-2.432 2.335 2.335 0 011.852-.864 2.351 2.351 0 011.872.864 3.64 3.64 0 01.736 2.432 3.705 3.705 0 01-.736 2.448 2.334 2.334 0 01-1.872.88zm0-1.312a.8.8 0 00.68-.448 3.155 3.155 0 00.28-1.568 3.057 3.057 0 00-.28-1.552.806.806 0 00-.68-.432.806.806 0 00-.68.432 3.057 3.057 0 00-.28 1.552 3.155 3.155 0 00.28 1.568.8.8 0 00.676.448z' fill='%23fff'/%3E%3C/svg%3E");transform:translateX(32px)}.dd-keyfigures__toggle-off-text{display:block;margin-top:.25em}.dd-keyfigures__toggle-checkbox:checked+.dd-keyfigures__toggle-widget>.dd-keyfigures__toggle-off-text{display:none}.dd-keyfigures__toggle-on-text{display:none;margin-top:.25em}.dd-keyfigures__toggle-checkbox:checked+.dd-keyfigures__toggle-widget>.dd-keyfigures__toggle-on-text{display:block}.dd-keyfigures__legend{padding:1rem 0}.dd-keyfigures__legend li{align-items:center;cursor:pointer;display:inline-flex;margin-bottom:1rem}.dd-keyfigures__legend li span{display:inline-block;height:var(--dd-keyfigures-legend-checkmark-size);width:var(--dd-keyfigures-legend-checkmark-size);margin-right:.75rem;position:relative}.dd-keyfigures__legend li p{margin:0;padding:0}.dd-keyfigures__legend li.hidden p{opacity:.5}.dd-keyfigures__legend li:not(.hidden) span{background-size:12px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath data-name='Pfad 706' d='M4.717 7.382l1.732-2.387L9.685.54a1.2 1.2 0 011.3-.506 1.229 1.229 0 01.984 1.04 1.268 1.268 0 01-.217 1.017c-1.667 2.3-3.327 4.608-5.009 6.9a2.485 2.485 0 01-3.792.25C2.084 8.365 1.233 7.475.38 6.586a1.352 1.352 0 01-.014-1.874 1.249 1.249 0 011.827.009c.795.813 1.583 1.632 2.373 2.452a1.726 1.726 0 01.151.209z' fill='%23FFF'/%3E%3C/svg%3E")}.dd-keyfigures__legend li+li{margin-left:1.5rem}.dd-keyfigures__legend ul{display:block;text-align:center;margin:0;padding:0}.dd-keyfigures__legend-switch{width:50%}@media (min-width:1024px){.dd-keyfigures__legend-switch{width:auto}}.dd-keyfigures__section--no-legend-switch .dd-keyfigures__legend-switch{visibility:hidden;pointer-events:none}.dd-keyfigures__nav{padding:10px 0;margin:0 -5px;display:flex;justify-content:center;align-items:center}.dd-keyfigures__close{display:none;width:0;overflow:hidden;opacity:0}@media (min-width:768px){.dd-keyfigures__close{display:block}}.dd-keyfigures--active .dd-keyfigures__close{transition:width .5s ease,opacity .5s ease;width:60px;opacity:1}.dd-keyfigures__close-button{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--dd-keyfigures-color-primary);cursor:pointer}.dd-keyfigures__close-button:focus,.dd-keyfigures__close-button:hover{background-color:var(--dd-keyfigures-color-primary)}.dd-keyfigures__close-button:focus svg path,.dd-keyfigures__close-button:hover svg path,.dd-keyfigures__close-button svg path{fill:var(--dd-keyfigures-color-neutral)}.dd-keyfigures-print-modal{display:none}.dd-keyfigures-print-modal>img{max-width:900px}.dd-keyfigures-print-mode{overflow:hidden;width:900px;height:900px}.dd-keyfigures-print-mode>*{display:none}.dd-keyfigures-print-mode .dd-keyfigures-print-modal{position:absolute;left:0;top:0;right:0;bottom:0;display:block;background-color:#fff;z-index:999999}.icon.icon--dd-keyfigures-bar-chart{width:22px}.icon--dd-keyfigures-bar-chart .icon__inner{padding-top:90.9090909091%}.icon.icon--dd-keyfigures-line-chart{width:22px}.icon--dd-keyfigures-line-chart .icon__inner{padding-top:90.9090909091%}.icon.icon--dd-keyfigures-table{width:28px}.icon--dd-keyfigures-table .icon__inner{padding-top:71.4285714286%}.dd-keyfigures__tabs{width:min(100%,750px);display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}@media (min-width:640px){.dd-keyfigures__tabs{flex-direction:row}}.dd-keyfigures--active .dd-keyfigures__tabs{width:100%}.dd-keyfigures__tab{display:flex;width:100%;flex-direction:row;padding:10px 15px;margin:2px 0;border:2px solid var(--dd-keyfigures-tab-color);align-items:center;background-color:var(--dd-keyfigures-tab-color);transition:transform .2s ease}@media (min-width:640px){.dd-keyfigures__tab{flex-direction:column;margin:5px;padding:35px 15px 30px;width:calc(33.333% - 10px)}}@media (min-width:768px){.dd-keyfigures__tab{width:min(250px,30%)}}.dd-keyfigures__tab:focus,.dd-keyfigures__tab:hover{transform:scale(1.025);box-shadow:0 3px 5px rgba(0,0,0,.1)}.dd-keyfigures__tab--active,.dd-keyfigures__tab--active:focus,.dd-keyfigures__tab--active:hover{transform:scale(1);background-color:var(--dd-keyfigures-tab-color--active);box-shadow:none}@media (min-width:640px){.dd-keyfigures--active .dd-keyfigures__tab{padding:15px 15px 10px}}@media (min-width:960px){.dd-keyfigures--active .dd-keyfigures__tab{flex:1;width:auto}}.dd-keyfigures__tab-icon{display:flex;align-items:center;min-height:25px;min-width:40px}@media (min-width:640px){.dd-keyfigures__tab-icon{min-height:60px;min-width:auto;padding-bottom:10px}}@media (min-width:768px){.dd-keyfigures__tab-icon{min-height:85px}}@media (min-width:768px){.dd-keyfigures--active .dd-keyfigures__tab-icon{min-height:70px}}.dd-keyfigures__tab-icon img{max-height:25px;max-width:25px}@media (min-width:640px){.dd-keyfigures__tab-icon img{max-height:50px;max-width:50px}}@media (min-width:768px){.dd-keyfigures__tab-icon img{max-height:75px;max-width:75px}}@media (min-width:768px){.dd-keyfigures--active .dd-keyfigures__tab-icon img{max-height:60px;max-width:60px}}.dd-keyfigures__tab-title{text-align:center;font-size:var(--dd-keyfigures-tab-title-font-size);font-weight:700;line-height:1.2}@media (min-width:640px){.dd-keyfigures__tab-title{min-height:2.4em}}.dd-keyfigures--active .dd-keyfigures__tab-title{font-size:var(--dd-keyfigures-tab-title-font-size--active)}.dd-keyfigures__years{display:flex;flex-wrap:wrap;gap:10px;align-items:center;line-height:1.3333;font-size:var(--dd-keyfigures-years-font-size);order:3}@media (min-width:1024px){.dd-keyfigures__years{order:unset}}@media (min-width:768px){.dd-keyfigures__years{gap:0}}.dd-keyfigures--mode-table .dd-keyfigures__years{visibility:hidden;pointer-events:none}.dd-keyfigures__years-label{width:100%}@media (min-width:768px){.dd-keyfigures__years-label{width:auto}}.dd-keyfigures__all-years-toggle{display:inline-block;font-size:var(--dd-keyfigures-years-font-size);border:1px solid var(--dd-keyfigures-color-neutral);border-radius:2px;padding:2px 8px 3px;cursor:pointer}@media (min-width:768px){.dd-keyfigures__all-years-toggle{margin-left:10px}}.dd-keyfigures__year-toggle{box-sizing:border-box;position:relative;cursor:pointer;width:100%;padding-left:26px}@media (min-width:768px){.dd-keyfigures__year-toggle{margin-left:1.25em;width:auto}}.dd-keyfigures__year-toggle:focus .dd-keyfigures__year-checkbox-widget,.dd-keyfigures__year-toggle:hover .dd-keyfigures__year-checkbox-widget{border-color:var(--dd-keyfigures-color-primary)}.dd-keyfigures__year-toggle input{position:absolute;left:0;top:0;visibility:hidden}.dd-keyfigures__year-checkbox-widget{position:absolute;top:50%;left:0;width:18px;height:18px;border:1px solid var(--dd-keyfigures-color-neutral);transform:translateY(-50%)}input:checked+.dd-keyfigures__year-checkbox-widget{background-size:12px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath data-name='Pfad 706' d='M4.717 7.382l1.732-2.387L9.685.54a1.2 1.2 0 011.3-.506 1.229 1.229 0 01.984 1.04 1.268 1.268 0 01-.217 1.017c-1.667 2.3-3.327 4.608-5.009 6.9a2.485 2.485 0 01-3.792.25C2.084 8.365 1.233 7.475.38 6.586a1.352 1.352 0 01-.014-1.874 1.249 1.249 0 011.827.009c.795.813 1.583 1.632 2.373 2.452a1.726 1.726 0 01.151.209z' fill='%23535455'/%3E%3C/svg%3E")}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}body:before{background-color:#fcf8e3;border-bottom:1px solid #fbeed5;border-left:1px solid #fbeed5;color:#c09853;font:small-caption;padding:3px 6px;pointer-events:none;position:fixed;right:0;top:0;z-index:100}@font-face{font-family:Frutiger-Reg;src:url(/online-report/2023/FrutigerLTW04-55Roman.537761e0.eot) format("eot"),url(/online-report/2023/FrutigerLTW04-55Roman.5911864c.woff) format("woff"),url(/online-report/2023/FrutigerLTW04-55Roman.a6155f6b.ttf) format("truetype")}@font-face{font-family:Frutiger-Bd;src:url(/online-report/2023/FrutigerLTW04-65Bold.8fe66765.eot) format("eot"),url(/online-report/2023/FrutigerLTW04-65Bold.af40d5d1.woff) format("woff"),url(/online-report/2023/FrutigerLTW04-65Bold.7871543d.ttf) format("truetype")}@font-face{font-family:Sabon;src:url(/online-report/2023/SabonLTW04-Roman.cbca34a2.eot) format("eot"),url(/online-report/2023/SabonLTW04-Roman.c5b0f5fe.woff) format("woff"),url(/online-report/2023/SabonLTW04-Roman.dbac977f.ttf) format("truetype")}@font-face{font-family:Sabon-Bd;src:url(/online-report/2023/SabonW04-Bold.42165992.eot) format("eot"),url(/online-report/2023/SabonW04-Bold.500e2d11.woff) format("woff"),url(/online-report/2023/SabonW04-Bold.bd5a84ac.ttf) format("truetype")}.dd-keyfigures__all-years-toggle,.fw-reg,.h1,.h4,a,body,h1,h4,li,p{font-family:Frutiger-Reg}.bold,strong{font-family:Frutiger-Bd;font-weight:400}.fw-serif,i{font-family:Sabon,serif;font-weight:400}.fw-serif-bold,.text-media__headline,blockquote{font-family:Sabon-Bd,serif}.center{text-align:center}.underlined{text-decoration:underline}h1{font-size:62px;font-family:Frutiger-Bd;font-weight:400}.c_white-500{color:#fff}.c_white-500__hover:hover{color:#fff!important}.bg_white-500,.bg_white-500__hover:hover{background-color:#fff}.c_black-500{color:#000}.c_black-500__hover:hover{color:#000!important}.bg_black-500,.bg_black-500__hover:hover{background-color:#000}.c_grey-body{color:#1d1d1b}.c_grey-body__hover:hover{color:#1d1d1b!important}.bg_grey-body,.bg_grey-body__hover:hover{background-color:#1d1d1b}.c_grey-lines{color:#8e8e8d}.c_grey-lines__hover:hover{color:#8e8e8d!important}.bg_grey-lines,.bg_grey-lines__hover:hover{background-color:#8e8e8d}.c_grey-500{color:#61615f}.c_grey-500__hover:hover{color:#61615f!important}.bg_grey-500,.bg_grey-500__hover:hover{background-color:#61615f}.c_grey-dark{color:#575756}.c_grey-dark__hover:hover{color:#575756!important}.bg_grey-dark,.bg_grey-dark__hover:hover{background-color:#575756}.c_primary-500{color:#00569d}.c_primary-500__hover:hover{color:#00569d!important}.bg_primary-500,.bg_primary-500__hover:hover{background-color:#00569d}.c_primary-hover{color:#4d89ba}.c_primary-hover__hover:hover{color:#4d89ba!important}.bg_primary-hover,.bg_primary-hover__hover:hover{background-color:#4d89ba}.c_secondary-500{color:#eb5b25}.c_secondary-500__hover:hover{color:#eb5b25!important}.bg_secondary-500,.bg_secondary-500__hover:hover{background-color:#eb5b25}.c_secondary-hover{color:#f18c66}.c_secondary-hover__hover:hover{color:#f18c66!important}.bg_secondary-hover,.bg_secondary-hover__hover:hover{background-color:#f18c66}.c_blue-light{color:#b3cce2}.c_blue-light__hover:hover{color:#b3cce2!important}.bg_blue-light,.bg_blue-light__hover:hover{background-color:#b3cce2}.c_blue-lines{color:#e0ebf3}.c_blue-lines__hover:hover{color:#e0ebf3!important}.bg_blue-lines,.bg_blue-lines__hover:hover{background-color:#e0ebf3}.c_blue-bg{color:#f2f6f8}.c_blue-bg__hover:hover{color:#f2f6f8!important}.bg_blue-bg,.bg_blue-bg__hover:hover{background-color:#f2f6f8}.c_orange-salmon{color:#fccbb0}.c_orange-salmon__hover:hover{color:#fccbb0!important}.bg_orange-salmon,.bg_orange-salmon__hover:hover{background-color:#fccbb0}.c_green-khaki{color:#a1a695}.c_green-khaki__hover:hover{color:#a1a695!important}.bg_green-khaki,.bg_green-khaki__hover:hover{background-color:#a1a695}.c_purple-500{color:#6e414d}.c_purple-500__hover:hover{color:#6e414d!important}.bg_purple-500,.bg_purple-500__hover:hover{background-color:#6e414d}.c_purple-dark{color:#500f30}.c_purple-dark__hover:hover{color:#500f30!important}.bg_purple-dark,.bg_purple-dark__hover:hover{background-color:#500f30}.c_purple-lilac{color:#7c8dc6}.c_purple-lilac__hover:hover{color:#7c8dc6!important}.bg_purple-lilac,.bg_purple-lilac__hover:hover{background-color:#7c8dc6}.c_tiles-dark{color:#1d3e68}.c_tiles-dark__hover:hover{color:#1d3e68!important}.bg_tiles-dark,.bg_tiles-dark__hover:hover{background-color:#1d3e68}.c_tiles-mid{color:#366ca8}.c_tiles-mid__hover:hover{color:#366ca8!important}.bg_tiles-mid,.bg_tiles-mid__hover:hover{background-color:#366ca8}.c_tiles-light{color:#5ca2ce}.c_tiles-light__hover:hover{color:#5ca2ce!important}.bg_tiles-light,.bg_tiles-light__hover:hover{background-color:#5ca2ce}.c_tiles-turq{color:#8ec8d2}.c_tiles-turq__hover:hover{color:#8ec8d2!important}.bg_tiles-turq,.bg_tiles-turq__hover:hover{background-color:#8ec8d2}.c_tiles-sky{color:#b4d0dc}.c_tiles-sky__hover:hover{color:#b4d0dc!important}.bg_tiles-sky,.bg_tiles-sky__hover:hover{background-color:#b4d0dc}.c_tiles-gold{color:#c5aa40}.c_tiles-gold__hover:hover{color:#c5aa40!important}.bg_tiles-gold,.bg_tiles-gold__hover:hover{background-color:#c5aa40}.c_stories-blue{color:#1f3a5f}.c_stories-blue__hover:hover{color:#1f3a5f!important}.bg_stories-blue,.bg_stories-blue__hover:hover{background-color:#1f3a5f}.c_stories-green{color:#c3e8c3}.c_stories-green__hover:hover{color:#c3e8c3!important}.bg_stories-green,.bg_stories-green__hover:hover{background-color:#c3e8c3}.c_stories-beige{color:#f5ede1}.c_stories-beige__hover:hover{color:#f5ede1!important}.bg_stories-beige,.bg_stories-beige__hover:hover{background-color:#f5ede1}.c_stories-blue-gray{color:#e5edf4}.c_stories-blue-gray__hover:hover{color:#e5edf4!important}.bg_stories-blue-gray,.bg_stories-blue-gray__hover:hover{background-color:#e5edf4}.c_stories-light-blue{color:#c6e5eb}.c_stories-light-blue__hover:hover{color:#c6e5eb!important}.bg_stories-light-blue,.bg_stories-light-blue__hover:hover{background-color:#c6e5eb}.c_stories-lavender-gray{color:#d5c8d1}.c_stories-lavender-gray__hover:hover{color:#d5c8d1!important}.bg_stories-lavender-gray,.bg_stories-lavender-gray__hover:hover{background-color:#d5c8d1}.c_stories-peach{color:#fdd4be}.c_stories-peach__hover:hover{color:#fdd4be!important}.bg_stories-peach,.bg_stories-peach__hover:hover{background-color:#fdd4be}.bg-blue-gradient-custom{background:linear-gradient(180deg,#00569d,#5ca2ce 80%,#002b4f)}.bg-blue-gradient-custom p{color:#fff}.bg-blue-gradient-custom p.c_black-500{color:#000}.section{box-sizing:border-box;display:block;width:100%;margin-bottom:1rem}@media (min-width:48.125em){.section{box-sizing:border-box;display:block;width:100%;margin-bottom:1.5rem}}@media (min-width:64.0625em){.section{box-sizing:border-box;display:block;width:100%;margin-bottom:2rem}}.section.section--no-spacing{margin-bottom:0}.section.section--primary{color:#fff;background-color:#00569d}.section .content{box-sizing:border-box;display:block;margin:0 auto;font-size:0;max-width:100%;padding-left:.5rem;padding-right:.5rem;width:100%}@media (min-width:48.125em){.section .content{box-sizing:border-box;display:block;margin:0 auto;font-size:0;width:100%;max-width:100%;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:64.0625em){.section .content{box-sizing:border-box;display:block;margin:0 auto;font-size:0;width:100%;max-width:1025px;padding-left:2rem;padding-right:2rem}}@media (min-width:87.5em){.section .content{box-sizing:border-box;display:block;margin:0 auto;font-size:0;width:100%;max-width:1400px;padding-left:2rem;padding-right:2rem}}@media (max-width:48.115em){.section .content{padding:0 100px!important}}@media (max-width:31.24em){.section .content{padding:0 30px!important}}.section .content.content--no-padding{padding:0!important}.section .content.content--full{max-width:100%}.section .content.content--no-gutter{padding-left:0;padding-right:0}.section .content--center{text-align:center}.section .content--right{text-align:right}.section .content--image{position:relative;isolation:isolate;display:flex;align-items:flex-end}@media (min-width:48.125em){.section .content--image{min-height:700px}}.section .content__image{position:absolute;inset:0;z-index:-1}.section .content__image img{object-fit:cover;width:100%;height:100%}.section .content .col{box-sizing:border-box;display:inline-block;vertical-align:top;padding-left:.5rem;padding-right:.5rem}@media (min-width:48.125em){.section .content .col{box-sizing:border-box;display:inline-block;vertical-align:top;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:64.0625em){.section .content .col{box-sizing:border-box;display:inline-block;vertical-align:top;padding-left:2rem;padding-right:2rem}}.section .content .col.col--nested-content,.section .content .col.col--nested-content>.content,.section .content .col.col--no-gutter{padding-left:0;padding-right:0}.section .content .col--11,.section .content .col--12{width:100%}@media (min-width:48.125em){.section .content .col--11{width:91.6666666667%}}.section .content .col--10{width:100%}@media (min-width:48.125em){.section .content .col--10{width:83.3333333333%}}.section .content .col--9{width:100%}@media (min-width:48.125em){.section .content .col--9{width:75%}}.section .content .col--8{width:100%}@media (min-width:48.125em){.section .content .col--8{width:66.6666666667%}}.section .content .col--7{width:100%}@media (min-width:48.125em){.section .content .col--7{width:58.3333333333%}}.section .content .col--6{width:100%}@media (min-width:48.125em){.section .content .col--6{width:50%}}.section .content .col--5{width:100%}@media (min-width:48.125em){.section .content .col--5{width:41.6666666667%}}.section .content .col--4{width:100%}@media (min-width:48.125em){.section .content .col--4{width:33.3333333333%}}.section .content .col--3{width:100%}@media (min-width:48.125em){.section .content .col--3{width:25%}}.section .content .col--2{width:100%}@media (min-width:48.125em){.section .content .col--2{width:16.6666666667%}}.section .content .col--lead--1{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--1{margin-left:8.3333333333%}}.section .content .col--lead--2{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--2{margin-left:16.6666666667%}}.section .content .col--lead--3{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--3{margin-left:25%}}.section .content .col--lead--4{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--4{margin-left:33.3333333333%}}.section .content .col--lead--5{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--5{margin-left:41.6666666667%}}.section .content .col--lead--6{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--6{margin-left:50%}}.section .content .col--lead--7{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--7{margin-left:58.3333333333%}}.section .content .col--lead--8{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--8{margin-left:66.6666666667%}}.section .content .col--lead--9{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--9{margin-left:75%}}.section .content .col--lead--10{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--10{margin-left:83.3333333333%}}.section .content .col--lead--11{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--11{margin-left:91.6666666667%}}.section .content .col--lead--12{margin-left:0}@media (min-width:48.125em){.section .content .col--lead--12{margin-left:100%}}.section .content .col--trail--1{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--1{margin-right:8.3333333333%}}.section .content .col--trail--2{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--2{margin-right:16.6666666667%}}.section .content .col--trail--3{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--3{margin-right:25%}}.section .content .col--trail--4{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--4{margin-right:33.3333333333%}}.section .content .col--trail--5{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--5{margin-right:41.6666666667%}}.section .content .col--trail--6{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--6{margin-right:50%}}.section .content .col--trail--7{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--7{margin-right:58.3333333333%}}.section .content .col--trail--8{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--8{margin-right:66.6666666667%}}.section .content .col--trail--9{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--9{margin-right:75%}}.section .content .col--trail--10{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--10{margin-right:83.3333333333%}}.section .content .col--trail--11{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--11{margin-right:91.6666666667%}}.section .content .col--trail--12{margin-right:0}@media (min-width:48.125em){.section .content .col--trail--12{margin-right:100%}}body{--headerHeight:141px;font-size:100%;text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-width:20rem;margin:0}@media (max-width:64.0525em){body{--headerHeight:117px}}a{cursor:pointer}a,a svg path{transition:all .3s ease}a:hover{color:#4d89ba}a.white{color:#fff}a.white:hover{opacity:.7}img{width:100%}.dev-bookmark{border:1px solid rgba(255,0,0,.55);position:relative}.dev-bookmark:after{content:" ! ";width:100%;height:100%;color:red;display:inline-block;left:-20px;position:absolute;top:0;font-size:25px;font-weight:700}.dev-placeholder{position:relative}.dev-placeholder:after{content:"PLACEHOLDER";width:fit-content;padding:10px;height:30px;position:absolute;background:red;top:0;right:0;font-size:20px;font-weight:700;color:#fff;display:inline-flex;align-items:center}figure{margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}.printlink{float:right;display:inline-block;height:50px;width:50px;padding:3px}@media print{#content-top,#usercentrics-root,.footer,.footer__row,.header,.nav__tiles--pagination{display:none;height:0}.content__wrapper>.section:first-child{margin-top:0!important;padding-top:0!important}}.u-padtop--1{padding-top:1rem}.u-padtop--2{padding-top:2rem}.u-padtop--3{padding-top:3rem}.u-padtop--4{padding-top:4rem}.u-padtop--5{padding-top:5rem}.u-padtop--6{padding-top:6rem}.u-padtop--7{padding-top:7rem}.u-padtop--8{padding-top:8rem}.u-padtop--9{padding-top:9rem}.u-padtop--10{padding-top:10rem}.u-padright--1{padding-right:1rem}.u-padright--2{padding-right:2rem}.u-padright--3{padding-right:3rem}.u-padright--4{padding-right:4rem}.u-padright--5{padding-right:5rem}.u-padright--6{padding-right:6rem}.u-padright--7{padding-right:7rem}.u-padright--8{padding-right:8rem}.u-padright--9{padding-right:9rem}.u-padright--10{padding-right:10rem}.u-padbot--1{padding-bottom:1rem}.u-padbot--2{padding-bottom:2rem}.u-padbot--3{padding-bottom:3rem}.u-padbot--4{padding-bottom:4rem}.u-padbot--5{padding-bottom:5rem}.u-padbot--6{padding-bottom:6rem}.u-padbot--7{padding-bottom:7rem}.u-padbot--8{padding-bottom:8rem}.u-padbot--9{padding-bottom:9rem}.u-padbot--10{padding-bottom:10rem}.u-padleft--1{padding-left:1rem}.u-padleft--2{padding-left:2rem}.u-padleft--3{padding-left:3rem}.u-padleft--4{padding-left:4rem}.u-padleft--5{padding-left:5rem}.u-padleft--6{padding-left:6rem}.u-padleft--7{padding-left:7rem}.u-padleft--8{padding-left:8rem}.u-padleft--9{padding-left:9rem}.u-padleft--10{padding-left:10rem}.u-inset--1{padding:1rem}.u-inset--2{padding:2rem}.u-inset--3{padding:3rem}.u-inset--4{padding:4rem}.u-inset--5{padding:5rem}.u-inset--6{padding:6rem}.u-inset--7{padding:7rem}.u-inset--8{padding:8rem}.u-inset--9{padding:9rem}.u-inset--10{padding:10rem}.u-martop--1{margin-top:1rem}.u-martop--2{margin-top:2rem}.u-martop--3{margin-top:3rem}.u-martop--4{margin-top:4rem}.u-martop--5{margin-top:5rem}.u-martop--6{margin-top:6rem}.u-martop--7{margin-top:7rem}.u-martop--8{margin-top:8rem}.u-martop--9{margin-top:9rem}.u-martop--10{margin-top:10rem}.u-marbot--0{margin-bottom:0}.u-marbot--1{margin-bottom:1rem}.u-marbot--2{margin-bottom:2rem}.u-marbot--3{margin-bottom:3rem}.u-marbot--4{margin-bottom:4rem}.u-marbot--5{margin-bottom:5rem}.u-marbot--6{margin-bottom:6rem}.u-marbot--7{margin-bottom:7rem}.u-marbot--8{margin-bottom:8rem}.u-marbot--9{margin-bottom:9rem}.u-marbot--10{margin-bottom:10rem}.u-nowrap{white-space:nowrap}.u-big-target{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.u-text-center{text-align:center}@media (max-width:48.115em){.u-desktop{display:none}}@media (min-width:48.125em) and (max-width:64.0525em){.u-desktop-60{text-align:center}.u-desktop-60 img{width:60%;margin:auto}}@media (max-width:31.24em){.u-mobile-30{text-align:center}.u-mobile-30 img{width:30%;margin:auto}}@media (max-width:31.24em){.u-padtop--10{padding-top:40px}}@media (max-width:31.24em){.u-marbot--10{margin-bottom:40px}}@media (min-width:48.125em){.u-mobile{display:none}}@media (max-width:31.24em){.u-padtop--5.home{padding-top:1rem}}.u-bg--blue-dark{background:#343b49}.u-bg--beige{background:#acad9b}.u-bg--beige a,.u-bg--beige figcaption,.u-bg--beige h2,.u-bg--beige p{color:#000!important}.u-bg--beige a.button-tertiary{border-color:#000!important}.u-bg--blue{background:#003768}@media (min-width:48.125em){.u-padtop--100percent{padding-top:100%}}@media (max-width:48.115em){.u-marbot--2-tablet{margin-bottom:2rem}}.c--purple{color:#500f30}.bg--salmon{background:#fccbb0}.bg--khaki{background:#a1a695}.bg--lilac{background:#7c8dc6}.arrow{--line-width:2px;--top-length:10px;--border-color:#000;position:relative;width:50%}.arrow__line{height:var(--line-width);transform-origin:right;text-align:right}.arrow__head,.arrow__line{border-bottom:var(--line-width) solid var(--border-color)}.arrow__head{transform-origin:left;position:absolute;display:block;width:var(--top-length);left:0}.arrow__head--left{transform:rotate(45deg);top:calc(var(--line-width) - .5px)}.arrow__head--right{transform:rotate(-45deg);top:calc(var(--line-width) + .5px)}.arrow[data-direction=right]{rotate:180deg;border-color:red;margin-left:auto}@media (max-width:31.24em){.arrow{display:none}.arrow-link__container .arrow{display:block}}.arrow__container{position:relative}.arrow[data-direction=top-mobile],.arrow[data-direction=top]{width:revert;display:block;position:absolute;top:0;left:1rem;height:100%}.arrow[data-direction=top-mobile] .arrow__line,.arrow[data-direction=top] .arrow__line{width:var(--line-width);height:100%;border-bottom:revert;border-left:var(--line-width) solid var(--border-color);transform-origin:bottom}.arrow[data-direction=top-mobile] .arrow__head--left,.arrow[data-direction=top] .arrow__head--left{transform:rotate(135deg);top:0;left:calc(var(--line-width) - 1.5px)}.arrow[data-direction=top-mobile] .arrow__head--right,.arrow[data-direction=top] .arrow__head--right{transform:rotate(45deg);top:0;left:calc(var(--line-width) - .75px)}.text-media__order--left .arrow[data-direction=top-mobile],.text-media__order--left .arrow[data-direction=top]{left:revert;right:1rem;width:revert}.arrow-link__container .arrow[data-direction=top-mobile]{display:none}@media (min-width:31.25em){.arrow[data-direction=top-mobile]{display:none}}.arrow--white{--border-color:#fff}.arrow--blue{--border-color:#00569d}.button{font-family:Frutiger-Bd;font-weight:400;font-size:18px;font-size:1.125rem;line-height:1.3333333333em;display:inline-block;border:1px solid;padding:15px 25px;text-align:center;transition:all .2s;position:relative;width:fit-content}.button,.button:hover{color:#fff}.button-primary{background:#00569d;border-color:#00569d}.button-primary:hover{background:#4d89ba;border-color:#4d89ba}.button-secondary{background:unset;border-color:#00569d;color:#00569d}.button-secondary:hover{background:#4d89ba;border-color:#4d89ba}.button-tertiary{background:unset;border-color:#fff;color:#fff}.button-tertiary:hover{background:#fff;border-color:#fff;color:#000}.button-highlight{background:#eb5b25;border-color:#eb5b25}.button-highlight:hover{background:#f18c66;border-color:#f18c66}.button--right{float:right;margin-top:15px}.button--download{height:55px}.button--download svg.icon{width:10px;height:10px;float:left;color:#000}.button--home{background:rgba(0,0,0,.8);color:#fff;border:2px solid #fff;padding:10px 30px;margin:10px;cursor:pointer;letter-spacing:.025em}.button--home:hover{background:#fff;color:#000;border:2px solid #000}img .flex--a-center{display:flex;align-items:center;justify-content:center;align-self:center}.flex{display:flex!important}@media (max-width:48.115em){.flex{flex-direction:column}}.flex--v-center{align-items:center}.d-flex{display:flex}.justify-content-center{justify-content:center}.justify-content-space-between{justify-content:space-between}.justify-content-space-around{justify-content:space-around}.justify-content-space-evenly{justify-content:space-evenly}.align-items-baseline{align-items:baseline}.align-items-center{align-items:center}h1.giant{font-size:120px!important}@media (max-width:64.0525em){h1.giant{font-size:80px!important;line-height:80px}}@media (max-width:48.115em){h1.giant{margin-top:0;font-size:50px!important;line-height:50px}}.icon--hero{padding:15px;transform:rotate(90deg);margin:auto}@media (max-width:48.115em){.icon--hero{padding-top:1rem}}.icon--teaser{position:absolute;right:2rem;bottom:0}@media (max-width:64.0525em){.icon--teaser{position:relative;left:0}.icon--teaser svg{margin-top:1.25rem;height:1.875rem;width:1.875rem}}.icon--teaser__12{position:relative;padding-top:2rem;right:0}@media (max-width:48.115em){.icon--teaser__12{padding-top:0}}.image{height:100%}.image__sticky{display:inline-block;vertical-align:top;position:sticky;top:var(--headerHeight)}@media (max-width:48.115em){.image__sticky{position:relative;top:revert}}.image__signature{max-width:300px}.image__sub{margin-top:1rem;width:100%;text-align:left;font-size:16px;font-size:1rem;line-height:1.1875em;color:#61615f;display:block}.image.pad--right-20 .image__sub{padding-right:20%}.image--landscape{aspect-ratio:1.5;object-fit:cover}.image--portrait{aspect-ratio:.75;object-fit:cover}img.stretched{height:100%;object-fit:cover}.svg__visible svg{overflow:visible}.logo a{display:inline-flex;width:90px}@media (min-width:48.125em){.logo a{width:130px}}.logo img{width:100%;height:auto}h1.c-primary,h2.c-primary,h3.c-primary,h4.c-primary,h5.c-primary,h6.c-primary{color:#00569d}.h1,h1{font-size:42px;font-size:2.625rem;line-height:1.1904761905em;margin:0;position:relative}.h1.home,h1.home{color:#fff;margin-bottom:40px}@media (max-width:64.0525em){.h1,h1{font-size:36px;font-size:2.25rem;line-height:1.3333333333em}}@media (max-width:31.24em){.h1,h1{font-size:32px;font-size:2rem;line-height:1.3125em}}.h2,h2{font-family:Frutiger-Bd;font-weight:400;font-size:36px;font-size:2.25rem;line-height:1.3333333333em;color:#000;margin:0}@media (max-width:64.0525em){.h2,h2{font-size:32px;font-size:2rem;line-height:1.3125em}}@media (max-width:31.24em){.h2,h2{font-size:26px;font-size:1.625rem;line-height:1.3076923077em}}.h2.big,h2.big{font-size:42px;font-size:2.625rem;line-height:1.1904761905em}.h2.small,.h3,h2.small,h3{font-size:24px;font-size:1.5rem;line-height:1.3333333333em}@media (max-width:64.0525em){.h3,h3{font-size:22px;font-size:1.375rem;line-height:1.2727272727em}}@media (max-width:31.24em){.h3,h3{font-size:22px;font-size:1.375rem;line-height:1.2727272727em}}.h3.big,h3.big{font-size:26px;font-size:1.625rem;line-height:1.3076923077em}.h3.large,h3.large{font-size:36px;font-size:2.25rem;line-height:1.3888888889em}@media (max-width:31.24em){.h3.large,h3.large{font-size:24px;font-size:1.5rem;line-height:1.3333333333em}}.h4,h4{font-size:20px;font-size:1.25rem;line-height:1.2em;color:#000}@media (max-width:64.0525em){.h4,h4{font-size:16px;font-size:1rem;line-height:1.375em}}@media (max-width:31.24em){.h4,h4{font-size:16px;font-size:1rem;line-height:1.375em}}a{text-decoration:none;color:#00569d}a,li,p{font-size:18px;font-size:1.125rem;line-height:1.3888888889em;line-height:1.5}@media (max-width:64.0525em){a,li,p{font-size:18px;font-size:1.125rem;line-height:1.3333333333em}}@media (max-width:31.24em){a,li,p{font-size:18px;font-size:1.125rem;line-height:1.3333333333em}}p{color:#000}p.intro{font-size:24px;font-size:1.5rem;line-height:1.5em}@media (max-width:64.0525em){p.intro{font-size:22px;font-size:1.375rem;line-height:1.2727272727em}}@media (max-width:48.115em){p.intro{font-size:20px;font-size:1.25rem;line-height:1.3em}}@media (max-width:31.24em){p.intro{font-size:20px;font-size:1.25rem;line-height:1.3em}}blockquote{font-size:24px;font-size:1.5rem;line-height:1.4166666667em}.small,small{font-size:15px;font-size:.9375rem;line-height:1.4em}.medium{font-size:17px;font-size:1.0625rem;line-height:1.1764705882em}@media (max-width:64.0525em){.medium{font-size:15px;font-size:.9375rem;line-height:1.1333333333em}}@media (max-width:48.115em){.medium{line-height:1.53333em}}.large{font-size:45px;font-size:2.8125rem;line-height:1.3333333333em}@media (max-width:64.0525em){.large{font-size:35px;font-size:2.1875rem;line-height:1.1428571429em}}@media (max-width:48.115em){.large{line-height:1.53333em}}@media (max-width:31.24em){figure img{padding-bottom:20px}}figcaption{font-size:.95rem;font-family:Frutiger-Bd;font-weight:400;letter-spacing:.03em;color:#000;margin-top:1rem}@media (max-width:64.0525em){figcaption{font-size:15px;font-size:.9375rem;line-height:1.1333333333em}}@media (max-width:48.115em){figcaption{margin-bottom:2rem}}@media (max-width:31.24em){figcaption{margin-bottom:1rem}}figcaption small{color:#000}@media (max-width:64.0525em){figcaption small{font-size:15px;font-size:.9375rem;line-height:1.1333333333em}}ul.dashed{list-style-type:none;margin-left:1.5rem;margin-bottom:1rem;padding-left:1em}ul.dashed li{margin-bottom:1em}ul.dashed li:last-child{margin-bottom:0}ul.dashed li:before{display:inline-block;content:"–";width:1em;margin-left:-1em}.t-hero{font-size:70px;font-size:4.375rem;line-height:1.0714285714em;margin-bottom:1em}@media (max-width:31.24em){.t-hero{font-size:45px;font-size:2.8125rem;line-height:1.1111111111em;font-family:Frutiger-Bd;font-weight:400}}.t-ultra{font-size:200px;font-size:12.5rem;line-height:1.05em}@media (max-width:87.49em){.t-ultra{font-size:180px;font-size:11.25rem;line-height:1.0555555556em}}@media (max-width:64.0525em){.t-ultra{font-size:120px;font-size:7.5rem;line-height:1.25em}}.t-center{text-align:center}.t-right{text-align:right}.t-left{text-align:left}.t-bottom{vertical-align:bottom!important}.no-addendum{display:none}.vertical{position:relative}.vertical__content{position:absolute}.vertical__content p{margin-bottom:-10px}@media (max-width:64.0525em){.vertical__content p{margin-bottom:0}}@media (max-width:87.49em){.vertical__content{position:relative}}.vertical__content--left{transform:rotate(270deg);left:-280px;padding-top:20%}@media (max-width:64.0525em){.vertical__content--left{margin-bottom:30px}}.vertical__content--right{right:-150px;transform:rotate(90deg)}@media (max-width:87.49em){.vertical__content--left,.vertical__content--right{transform:none;left:0;padding:20px 0}}.text-white{color:#fff}.uppercase{text-transform:uppercase}.divider{margin:100px 0}.divider span{display:block;width:100%;height:2px;margin:unset;background-color:#e0ebf3}.countup__tiles{display:flex;grid-gap:24px}@media (max-width:19.99em){.countup__tiles{flex-direction:column}}@media (max-width:64.0525em){.countup__tiles{flex-wrap:wrap}}.countup__tiles--tile{width:100%}@media (min-width:31.25em) and (max-width:64.0525em){.countup__tiles--tile{width:calc(50% - 12px)}}.countup__icon{max-width:120px}.countup__wrapper{padding:42px;display:flex;flex-direction:column}.countup h3{font-size:28px;font-size:1.75rem;line-height:1.2857142857em;padding-bottom:0;margin-top:0;margin-bottom:24px}.countup__number,.countup h3{font-family:Frutiger-Bd;font-weight:400}.countup__number{font-size:75px;font-size:4.6875rem;line-height:1.0666666667em;display:block;margin-bottom:5px;text-align:right}.countup__number--inline{display:inline-block}@media (max-width:87.49em){.countup__number{font-size:52px;font-size:3.25rem;line-height:1.25em}}.countup__text{font-size:1rem}.countup__unit{display:block;text-align:right;margin-bottom:0;font-size:1rem}.countup.story09 .countup__number,.countup.story09 span.countup__unit,.countup__unit--inline{display:inline-block}.countup.story09 span.countup__unit{margin-left:5px}.countup.story09 p.countup__unit{text-align:left}.countup.story09 .countup__icon{max-width:200px}.magazin-teaser__column{display:block}.magazin-teaser__column .magazin-teaser__grid--wrapper{padding-bottom:4rem}.magazin-teaser__column .magazin-teaser__grid--wrapper:last-of-type{padding-bottom:0}@media (min-width:48.125em){.magazin-teaser__column{gap:4rem}.magazin-teaser__column-wrapper{display:flex!important;justify-content:space-evenly}}@media (min-width:48.125em){.magazin-teaser__big{margin-bottom:150px}}.magazin-teaser__wrapper{background-image:url(/online-report/2023/startseite-3-teaser-01.b1e16e0c.jpg);background-repeat:no-repeat;background-size:100%;position:relative;padding-top:60%}@media (min-width:64.0625em){.magazin-teaser__wrapper{padding-top:49%}}.magazin-teaser__wrapper:after{content:"";width:100%;height:70%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.9));position:absolute;bottom:0;z-index:0}@media (max-width:64.0525em){.magazin-teaser__wrapper:after{display:none}}.magazin-teaser__inner{display:flex!important;justify-content:flex-end;flex-direction:column;padding-bottom:60px;padding-left:0!important}@media (min-width:64.0625em){.magazin-teaser__inner{height:0}}@media (min-width:87.5em){.magazin-teaser__inner{max-width:60%}}.magazin-teaser__inner *{z-index:1}@media (max-width:64.0525em){.magazin-teaser__inner .button-tertiary{border-color:#000;color:#000}}.magazin-teaser__inner h3{color:#fff;margin:0 0 18px;padding:0}@media (max-width:64.0525em){.magazin-teaser__inner h3{color:#000}}.magazin-teaser__inner p{margin:0 0 32px;color:#fff}@media (max-width:64.0525em){.magazin-teaser__inner p{color:#000}}.magazin-teaser__grid .content{display:flex}@media (max-width:48.115em){.magazin-teaser__grid .content{flex-wrap:wrap;gap:3rem}}.magazin-teaser__grid .content:not(:last-child){margin-bottom:32px}.magazin-teaser__grid .content--img{overflow:hidden;margin-bottom:32px}.magazin-teaser__grid .content--img img{width:100%;transition:all .3s ease;object-fit:cover}.magazin-teaser__grid .content--img img:hover{transform:scale(1.5);transition:all .3s ease}.magazin-teaser__grid .content--text h3{font-size:24px;font-size:1.5rem;line-height:1.25em;margin:0 0 18px;padding:0}.magazin-teaser__grid .content--text p{margin:0 0 32px}.magazin-teaser__grid h3{color:#000}.magazin p.intro{font-size:24px;font-size:1.5rem;line-height:1.5em}@media (max-width:48.115em){.magazin p.intro{font-size:20px;font-size:1.25rem;line-height:1.4em}}.magazin h1.story{font-size:75px;font-size:4.6875rem;line-height:1.0666666667em}@media (max-width:48.115em){.magazin h1.story{font-size:59px;font-size:3.6875rem;line-height:1.1016949153em}}.magazin.story05 .col--bg-blue{background:#1f3a5f;padding-top:64px}.magazin.story05 .col--bg-blue h3,.magazin.story05 .col--bg-blue p{color:#c3e8c3;padding:0 32px;margin-top:0}.magazin.story05 .col--bg-green{background:#c3e8c3;padding-top:64px}.magazin.story05 .col--bg-green h3,.magazin.story05 .col--bg-green p{color:#1f3a5f;padding:0 32px;margin-top:0}.magazin.story07 .scrollsnap{flex-flow:column nowrap;overflow:auto;display:flex;flex:none;scrollbar-width:none}@media (min-width:64.0625em){.magazin.story07 .scrollsnap{height:calc(100vh - 165px);scroll-snap-type:y mandatory}}.magazin.story07 .scrollsnap .section{scroll-snap-align:center;flex:none}@media (min-width:64.0625em){.magazin.story07 .scrollsnap .content{height:calc(100vh - 165px);min-height:520px}}.magazin.story07 .scrollsnap .col.flex{justify-content:center;flex-direction:column;position:relative}.magazin.story07 .scrollsnap .col.flex:not(.image){padding:95px}@media (max-width:64.0525em){.magazin.story07 .scrollsnap .col.flex:not(.image){padding:2rem}}.magazin.story07 .scrollsnap .col.flex:not(.image)>*{width:80%;margin-left:auto;margin-right:auto}.magazin.story07 .scrollsnap .col.flex.arrow:after{content:"";position:absolute;top:calc(50% - 80px);width:0;height:0;clear:both;z-index:99;border-top:80px solid rgba(0,0,0,0)!important;border-bottom:80px solid rgba(0,0,0,0)!important}.magazin.story07 .scrollsnap .col.flex.arrow--to-left:after{left:-80px;border-right:80px solid}@media (max-width:64.0525em){.magazin.story07 .scrollsnap .col.flex.arrow--to-left:after{left:-50px}}.magazin.story07 .scrollsnap .col.flex.arrow--to-right:after{right:-80px;border-left:80px solid}@media (max-width:64.0525em){.magazin.story07 .scrollsnap .col.flex.arrow--to-right:after{right:-50px}}.magazin.story07 .scrollsnap .col.flex.arrow--orange:after{border-color:#eb5b25}.magazin.story07 .scrollsnap .col.flex.arrow--blue:after{border-color:#00569d}.magazin.story07 .scrollsnap .col.flex.arrow--green:after{border-color:#c3e8c3}.magazin.story07 .scrollsnap .col.flex.image{height:auto;background-size:cover;background-position:50%}.magazin.story07 .scrollsnap .col.flex.image img{height:100%;object-fit:cover;width:100%}.magazin.story07 .scrollsnap h1{font-size:84px;font-size:5.25rem;line-height:.9523809524em;color:#c3e8c3}@media (max-width:64.0525em){.magazin.story07 .scrollsnap h1{font-size:60px;font-size:3.75rem;line-height:1.1em}}.magazin.story07 .scrollsnap h2{width:100%}.magazin.story07 .scrollsnap p{color:inherit}.magazin.story09 .sdg--box{border:2px solid #000;padding-top:32px!important;padding-bottom:48px!important}.magazin.story09 .sdg--box--right{border-right:0}.magazin.story09 .sdg--box--left{border-left:0}.magazin.story09 .sdg--box .flex{justify-content:end;margin-bottom:2rem}.magazin.story09 .sdg--box__icon{display:flex;gap:20px;justify-content:flex-end;flex-wrap:wrap;margin-right:20px}.magazin.story09 .sdg--box__icon img{height:55px;width:55px}.magazin.story09 .sdg--box__nr{margin-right:32px}.magazin.story09 .sdg--box__nr>span{font-size:100px;font-size:6.25rem;line-height:1.1em}.magazin.story09 .sdg--box__text{width:60%}@media (max-width:31.24em){.magazin.story09 .sdg--box__text{width:100%}}.magazin.story09 .sdg--box__text>span{font-size:24px;font-size:1.5rem;line-height:1.5em}.magazin.story08 .rounded-borderd img{border-radius:100%;border:2px solid #000}.quote__content{font-size:32px;font-size:2rem;line-height:1.375em;text-transform:uppercase;letter-spacing:.8px;margin:0 0 18px}.quote__name{font-size:16px;font-size:1rem;line-height:1.1875em;margin:0}@media (min-width:48.125em){.quote__text--overflow-right{margin-left:4rem;margin-right:-4rem}.quote__text--overflow-left{margin-right:4rem;margin-left:-4rem}}.video__sub{margin-top:1rem;width:100%;text-align:left;font-size:16px;font-size:1rem;line-height:1.1875em;color:#61615f;display:inline-block}.svg-container svg{width:100%;overflow:visible}.svg--customerjourney svg{height:100%}.countup img{width:auto;max-height:85px}:root{--dd-keyfigures-color-primary:#00569d;--dd-keyfigures-color-neutral:#000;--dd-keyfigures-font-family-standard:"Frutiger-Reg",sans-serif;--dd-keyfigures-font-size:14px;--dd-keyfigures-font-size--sm:14px;--dd-keyfigures-font-size--xs:12px;--dd-keyfigures-table-highlight-bg-color:rgba(0,0,0,0);--dd-keyfigures-table-highlight-border-color:var(--dd-keyfigures-color-primary);--dd-keyfigures-table-head-highlight-bg-color:rgba(0,0,0,0);--dd-keyfigures-table-head-highlight-border-color:var(--dd-keyfigures-color-primary)}.dd-keyfigures__chart{mix-blend-mode:multiply}.dd-keyfigures__accordion-toggle{font-family:Frutiger-Bd;font-weight:400;font-size:20px;font-size:1.25rem;line-height:1.25em;line-height:1.5;padding:1em 0;cursor:pointer}.dd-keyfigures .dd-keyfigures__section{border:1px solid #b3cce2;padding-inline:1rem}.dd-keyfigures__controls-label,.dd-keyfigures__figures-label{display:none}.dd-keyfigures:first-child{padding-left:5px}.dd-keyfigures__icon{width:15px}.dd-keyfigures__button{min-width:unset}.dd-keyfigures__button-icon{border-radius:unset;border-width:1px;width:30px;height:30px}.dd-keyfigures-label{display:none}.dd-keyfigures__legend li p,.dd-keyfigures__toggle-off-text,.dd-keyfigures__toggle-on-text{font-size:14px}.dd-keyfigures__control-strip--bottom{justify-content:center}@media (min-width:48.125em){.dd-keyfigures__footnotes{margin-left:8rem}}.dd-keyfigures__data-table{padding-bottom:20px!important}.dd-keyfigures__data-table thead th{padding-top:3px;text-align:right!important;border-bottom:0}.dd-keyfigures__data-table thead th:first-child{text-align:left!important}html[lang=de] #ergebnis .dd-keyfigures__data-table thead th:first-child:before,html[lang=de] #profit .dd-keyfigures__data-table thead th:first-child:before,html[lang=de] .dd-keyfigures__data-table thead th:first-child #balance:before{content:"in Mio. €"}html[lang=en] #ergebnis .dd-keyfigures__data-table thead th:first-child:before,html[lang=en] #profit .dd-keyfigures__data-table thead th:first-child:before,html[lang=en] .dd-keyfigures__data-table thead th:first-child #balance:before{content:"€ millions"}.dd-keyfigures__data-table tbody td,.dd-keyfigures__data-table tbody th{font-family:var(--dd-keyfigures-font-family-standard);border-bottom:0}.dd-keyfigures__table-head-cell-highlight{border-width:2px 2px 0!important;padding:12px 8px 8px;border-style:solid}.dd-keyfigures__table-head-cell-highlight:after{content:"";position:absolute;bottom:0;left:-2px;right:-2px;height:20px;border:solid var(--dd-keyfigures-color-primary);border-width:0 0 1px;background:unset!important}.dd-keyfigures__table-cell-highlight{border-width:0 2px!important;border-style:solid;padding:12px 8px 8px;font-weight:700!important;color:#00569d!important}:last-child>.dd-keyfigures__table-cell-highlight{position:relative}.dd-keyfigures__table-cell-highlight:after{background:unset!important}.dd-keyfigures__table-cell-highlight:after,.dd-keyfigures__table-cell-highlight:last-child:after{content:"";position:absolute;bottom:0;left:-2px;right:-2px;height:20px;border:solid var(--dd-keyfigures-color-primary);border-width:0 0 1px}.dd-keyfigures [data-active-view=table] .dd-keyfigures__control-strip--bottom,.dd-keyfigures [data-active-view=table] .dd-keyfigures__legend,.dd-keyfigures__table-cell-unit,.dd-keyfigures__table-head-cell-unit{display:none}.dd-keyfigures [data-active-view=table] .dd-keyfigures__chart{height:0}.dd-keyfigures tr:last-of-type .dd-keyfigures__table-cell-number.dd-keyfigures__table-cell-highlight:after{background:#00569d!important;width:100%;left:0}.downloads--preview{text-align:center;border:1px solid #e0ebf3}.downloads--preview p{font-family:Frutiger-Bd;font-weight:400;margin-top:16px}.downloads--list{list-style-type:none;padding-left:unset}.downloads--list li{padding:12px;border-bottom:1px solid #8e8e8d}.downloads--list li.spacer{margin-bottom:40px}.downloads--list li a>*{transition:all .3s ease}.downloads--list li a svg{height:16px;width:auto;transition:all .3s ease}.downloads--list li a .downloads--list__label{margin-left:16px}.downloads--list li a:hover .downloads--list__label{color:#4d89ba;transition:all .3s ease}.downloads--list li a:hover svg{transition:all .3s ease}.downloads--list li a:hover svg path{fill:#4d89ba}.downloads-files .flex{justify-content:space-between;flex-direction:column}.footer{background-color:#f2f6f8;box-sizing:border-box;display:block;width:100%}.footer__row{margin-bottom:0;padding-bottom:32px;padding-top:32px}.footer__row--hidden{display:none}.footer ul{list-style:none;display:flex;flex-direction:row;grid-gap:32px;padding:0}@media (max-width:48.115em){.footer ul{flex-direction:column}}.footer a{color:#000}.footer__copyright,.footer a{font-size:16px;font-size:1rem;line-height:1.5em}.footer__copyright{margin:0}.header{position:fixed;width:100%;z-index:999;background:#fff;top:0}.infoheader{background:#f2f6f8;margin-bottom:0;padding:16px}.infoheader-ul{display:flex;list-style:none;justify-content:space-between;margin:0;padding:0;align-items:center}@media (max-width:64.0525em){.infoheader-ul{flex-direction:row-reverse;flex-wrap:wrap;justify-content:space-between}}.infoheader-ul li{font-family:Frutiger-Bd;font-weight:400;font-size:24px;color:#00569d}.infoheader-ul li:last-child{display:flex;gap:.5rem;align-items:center}@media (max-width:48.115em){.infoheader-ul li{font-size:18px}.infoheader-ul li:nth-child(2){order:1}}.nav__level1{height:auto;padding:16px;border-bottom:1px solid #e0ebf3;margin-bottom:0}.nav__level1__content{display:flex}@media (max-width:64.0525em){.nav__level1__content{flex-wrap:wrap;justify-content:space-between;align-items:center}}.nav-ul{display:flex;grid-gap:32px;list-style:none;margin:0 auto;cursor:pointer;align-items:center;transition:all .2s linear}@media (max-width:64.0525em){.nav-ul{align-items:flex-start;flex-direction:column;margin:0;padding:0;max-height:0;overflow:hidden;flex-basis:100%}.nav__level1__content.is-active .nav-ul{max-height:500px;padding-top:35px}}.nav-ul a,.nav-ul li{font-size:16px}.nav-ul a.icon,.nav-ul li.icon{grid-gap:5px}.nav-ul a svg,.nav-ul li svg{overflow:visible}.nav-ul a.download svg,.nav-ul a.magazine svg,.nav-ul li.download svg,.nav-ul li.magazine svg{padding-left:5px}.nav-ul li.js-button--mag.open{color:#00569d}.nav-ul li.js-button--mag.open svg{transform:rotate(180deg);transition:all .3s ease}.nav-ul li svg{transition:all .3s ease}.nav__level2{display:none;background-color:#fff;position:absolute;top:var(--headerHeight);left:0;z-index:1;width:100%}@media (max-width:64.0525em){.nav__level2{padding-top:0;top:120px}}.nav__level2__close{background-color:rgba(0,0,0,0);border:0;cursor:pointer;display:block;height:48px;margin-left:auto;margin-right:1rem;outline:0;position:relative;width:48px}@media (min-width:64.0625em){.nav__level2__close{display:none}}.nav__level2__close:after,.nav__level2__close:before{background-color:#000;content:"";height:3px;position:absolute;width:1.5rem}.nav__level2__close:after{transform:rotate(45deg)}.nav__level2__close:before{transform:rotate(-45deg)}li.js-button--mag.open .nav__level2{display:block}.mobile-trigger{display:block;font-size:16px;overflow:hidden}@media (min-width:48.125em){.mobile-trigger{padding:35px 0 0 2rem}}.mobile-trigger__button{transition:all .3s ease-in-out;position:relative;top:0;cursor:pointer}.mobile-trigger__button span{display:block;line-height:1.5rem}.mobile-trigger__button span:first-child{font-size:16px;margin-top:-5px;font-family:Frutiger-Bd;font-weight:400;letter-spacing:.015em}.mobile-trigger__button span:hover{color:#00569d}@media (min-width:64.0625em){.mobile-trigger{display:none}}#top-link{width:30px;position:fixed;z-index:20;bottom:75px;right:40px;opacity:0;transition:opacity 1s ease-in-out}#top-link.active{opacity:1}header .downloads_en li:last-child a,header .downloads li:last-child a,header .vorwort li:nth-child(2) a{box-sizing:border-box;border-color:#00569d!important;color:#00569d}header .nav-ul>li{color:#00569d;box-sizing:border-box;transition:all .2s linear}@media (max-width:64.0525em){header .nav-ul>li{width:100%}}header .nav-ul>li a:not(.nav__tile){color:#00569d;border-bottom:1px solid rgba(0,0,0,0)}header .nav-ul>li a:not(.nav__tile):active,header .nav-ul>li a:not(.nav__tile):hover{border-color:#00569d;color:#00569d}header .nav-ul .home{padding-bottom:6px}header .nav-ul.story01 .nav__tiles .nav__tile.story01,header .nav-ul.story01 .nav__tiles .nav__tile.story01_en,header .nav-ul.story01_en .nav__tiles .nav__tile.story01,header .nav-ul.story01_en .nav__tiles .nav__tile.story01_en,header .nav-ul.story02 .nav__tiles .nav__tile.story02,header .nav-ul.story02 .nav__tiles .nav__tile.story02_en,header .nav-ul.story02_en .nav__tiles .nav__tile.story02,header .nav-ul.story02_en .nav__tiles .nav__tile.story02_en,header .nav-ul.story03 .nav__tiles .nav__tile.story03,header .nav-ul.story03 .nav__tiles .nav__tile.story03_en,header .nav-ul.story03_en .nav__tiles .nav__tile.story03,header .nav-ul.story03_en .nav__tiles .nav__tile.story03_en,header .nav-ul.story04 .nav__tiles .nav__tile.story04,header .nav-ul.story04 .nav__tiles .nav__tile.story04_en,header .nav-ul.story04_en .nav__tiles .nav__tile.story04,header .nav-ul.story04_en .nav__tiles .nav__tile.story04_en,header .nav-ul.story05 .nav__tiles .nav__tile.story05,header .nav-ul.story05 .nav__tiles .nav__tile.story05_en,header .nav-ul.story05_en .nav__tiles .nav__tile.story05,header .nav-ul.story05_en .nav__tiles .nav__tile.story05_en,header .nav-ul.story06 .nav__tiles .nav__tile.story06,header .nav-ul.story06 .nav__tiles .nav__tile.story06_en,header .nav-ul.story06_en .nav__tiles .nav__tile.story06,header .nav-ul.story06_en .nav__tiles .nav__tile.story06_en,header .nav-ul.story07 .nav__tiles .nav__tile.story07,header .nav-ul.story07 .nav__tiles .nav__tile.story07_en,header .nav-ul.story07_en .nav__tiles .nav__tile.story07,header .nav-ul.story07_en .nav__tiles .nav__tile.story07_en,header .nav-ul.story08 .nav__tiles .nav__tile.story08,header .nav-ul.story08 .nav__tiles .nav__tile.story08_en,header .nav-ul.story08_en .nav__tiles .nav__tile.story08,header .nav-ul.story08_en .nav__tiles .nav__tile.story08_en,header .nav-ul.story09 .nav__tiles .nav__tile.story09,header .nav-ul.story09 .nav__tiles .nav__tile.story09_en,header .nav-ul.story09_en .nav__tiles .nav__tile.story09,header .nav-ul.story09_en .nav__tiles .nav__tile.story09_en{background:#e0ebf3;color:#000}#content-top{margin-bottom:118px}@media (min-width:64.0625em){#content-top{margin-bottom:141px}}@media (max-width:31.24em){.navigation__home-link{display:none}}.nav__tile{border:2px solid #e0ebf3;display:flex;flex-direction:row;align-items:center;transition:all .3s ease}.nav__tile--img{max-width:120px;width:calc(33.33333% - 10.66667px)}@media (max-width:48.115em){.nav__tile--img{width:calc(50% - 16px);max-width:50px}}.nav__tile--title{font-size:18px;font-size:1.125rem;line-height:1.5555555556em;width:calc(66.66667% - 21.33333px);padding:18px;transition:all .3s ease}@media (max-width:48.115em){.nav__tile--title{padding:10px;width:unset}}@media (min-width:48.125em){.nav__tile--prev{flex-direction:row-reverse}}.nav__tile--prev .nav__tile--title{text-align:right}.nav__tile:hover{background:#e0ebf3}.nav__tile:hover .nav__tile--title{color:#000;transition:all .3s ease}.nav__tiles{grid-gap:32px 48px;display:grid!important;grid-template-columns:1fr 1fr 1fr}@media (max-width:48.115em){.nav__tiles{grid-gap:5px;grid-template-columns:auto}}.nav__tiles--pagination{padding:65px 0}.nav__tiles--pagination__label{font-size:14px;font-size:.875rem;line-height:1.2857142857em;text-transform:uppercase;display:inline-block;margin-bottom:8px}@media (max-width:64.0525em){.nav__tiles--pagination .nav__tile{margin-bottom:2rem}}@media (max-width:48.115em){.nav__tiles--pagination .content--right{text-align:revert}}.pillars__wrapper{border:2px solid #000;padding:48px 60px}.pillars__inner{display:grid;grid-template-columns:auto auto;grid-gap:32px 48px}@media (max-width:48.115em){.pillars__inner{grid-template-columns:auto}}.pillars__title{font-size:22px;font-size:1.375rem;line-height:1.3636363636em;text-transform:uppercase}.pillars__item--label>*{font-size:18px;font-size:1.125rem;line-height:1.5555555556em;font-family:Frutiger-Bd;font-weight:400;color:#000;display:inline-block;border:2px solid #000;padding:10px 10px 8px;transition:all .3s ease}.pillars__item--label.white>*{color:#fff;border-color:#fff}.pillars__item--label--unbordered>*{border:0;padding:0}.pillars__item a:hover{color:#00569d;border-color:#00569d;cursor:pointer}.pillars__item--text{margin-top:18px;margin-bottom:0}.pillars__item--molecule{max-width:120px;width:100%;object-fit:contain;margin-right:24px;height:100%}.reveal{opacity:0;transition:all 1s ease-in-out;transform:translateY(30px)}.reveal.is-active{opacity:1;transform:translate(0)}.reveal--image{overflow:hidden;position:relative;height:auto}.reveal--image img{position:relative;right:-800px;height:auto;transition:all .8s ease-in-out}.reveal--image.is-active img{right:0}.dd-keyfigures .dd-keyfigures__data-table,table{width:100%!important;padding-bottom:15px;padding-top:5px;line-height:26px;font-size:18px;border-collapse:separate;border-spacing:8px 0}.dd-keyfigures .dd-keyfigures__data-table td,table td{color:#000;vertical-align:bottom;padding:0 6px 7px}.dd-keyfigures .dd-keyfigures__data-table th,table th{color:#000;vertical-align:bottom;padding:0 6px 3px;margin-bottom:5px}.dd-keyfigures .dd-keyfigures__data-table tbody td,.dd-keyfigures .dd-keyfigures__data-table tbody th,table tbody td,table tbody th{text-align:right;vertical-align:bottom}.dd-keyfigures .dd-keyfigures__data-table tbody td:first-child,.dd-keyfigures .dd-keyfigures__data-table tbody th:first-child,table tbody td:first-child,table tbody th:first-child{text-align:left;padding-top:10px}.dd-keyfigures .dd-keyfigures__data-table tbody td.no-after:after,.dd-keyfigures .dd-keyfigures__data-table tbody th.no-after:after,table tbody td.no-after:after,table tbody th.no-after:after{display:none}.dd-keyfigures .dd-keyfigures__data-table tbody td.active,.dd-keyfigures .dd-keyfigures__data-table tbody th.active,table tbody td.active,table tbody th.active{border-left:2px solid #00569d;border-right:2px solid #00569d;padding:12px 8px 8px;border-bottom:0;font-family:Frutiger-Bd;font-weight:400;color:#00569d}.dd-keyfigures .dd-keyfigures__data-table tbody td.active:after,.dd-keyfigures .dd-keyfigures__data-table tbody th.active:after,table tbody td.active:after,table tbody th.active:after{height:1px;width:calc(100% - 8px);position:absolute;left:4px;bottom:0;content:""}.dd-keyfigures .dd-keyfigures__data-table tbody td.active--first,.dd-keyfigures .dd-keyfigures__data-table tbody th.active--first,table tbody td.active--first,table tbody th.active--first{border-top:2px solid #00569d}.dd-keyfigures .dd-keyfigures__data-table tbody td.active--last,.dd-keyfigures .dd-keyfigures__data-table tbody th.active--last,table tbody td.active--last,table tbody th.active--last{border-bottom:2px solid #00569d}.dd-keyfigures .dd-keyfigures__data-table tbody .padding-top,table tbody .padding-top{padding-top:40px}.dd-keyfigures .dd-keyfigures__data-table thead tr:last-child th:after,table thead tr:last-child th:after{height:2px}.dd-keyfigures .dd-keyfigures__data-table thead td,.dd-keyfigures .dd-keyfigures__data-table thead th,table thead td,table thead th{color:#000;vertical-align:bottom;text-align:center;font-family:Frutiger-Bd;font-weight:400;border-bottom:1px solid #000}.dd-keyfigures .dd-keyfigures__data-table thead td.a-left,.dd-keyfigures .dd-keyfigures__data-table thead th.a-left,table thead td.a-left,table thead th.a-left{text-align:left}.dd-keyfigures .dd-keyfigures__data-table thead td.a-right,.dd-keyfigures .dd-keyfigures__data-table thead th.a-right,table thead td.a-right,table thead th.a-right{text-align:right}.dd-keyfigures .dd-keyfigures__data-table thead td.a-center,.dd-keyfigures .dd-keyfigures__data-table thead th.a-center,table thead td.a-center,table thead th.a-center{text-align:center}.dd-keyfigures .dd-keyfigures__data-table thead td.a-top,.dd-keyfigures .dd-keyfigures__data-table thead th.a-top,table thead td.a-top,table thead th.a-top{vertical-align:top}.dd-keyfigures .dd-keyfigures__data-table thead td.active,.dd-keyfigures .dd-keyfigures__data-table thead th.active,table thead td.active,table thead th.active{padding:12px 8px 8px;letter-spacing:.04em;border:2px solid #00569d;border-bottom:0}.dd-keyfigures .dd-keyfigures__data-table thead td.active:after,.dd-keyfigures .dd-keyfigures__data-table thead th.active:after,table thead td.active:after,table thead th.active:after{height:1px;width:calc(100% - 8px);position:absolute;left:4px;bottom:0;content:""}.dd-keyfigures .dd-keyfigures__data-table thead td.active--first,.dd-keyfigures .dd-keyfigures__data-table thead th.active--first,table thead td.active--first,table thead th.active--first{border-top:2px solid #00569d}.dd-keyfigures .dd-keyfigures__data-table thead td.no-after:after,.dd-keyfigures .dd-keyfigures__data-table thead th.no-after:after,table thead td.no-after:after,table thead th.no-after:after{display:none}.dd-keyfigures .dd-keyfigures__data-table thead td,.dd-keyfigures .dd-keyfigures__data-table thead th,table thead td,table thead th{position:relative}.dd-keyfigures .dd-keyfigures__data-table thead td:after,.dd-keyfigures .dd-keyfigures__data-table thead th:after,table thead td:after,table thead th:after{background:#000;height:1px;width:calc(100% - 8px);position:absolute;left:4px;bottom:0}.dd-keyfigures .dd-keyfigures__data-table tbody tr td,.dd-keyfigures .dd-keyfigures__data-table tbody tr th,table tbody tr td,table tbody tr th{transition:background .5s ease-in-out}.dd-keyfigures .dd-keyfigures__data-table tbody tr:hover td,.dd-keyfigures .dd-keyfigures__data-table tbody tr:hover th,table tbody tr:hover td,table tbody tr:hover th{background:#e0ebf3;transition:background .5s ease-in-out}.dd-keyfigures .dd-keyfigures__data-table tbody tr:hover .spacer,table tbody tr:hover .spacer{background:#fff}.dd-keyfigures .dd-keyfigures__data-table tbody tr.empty td:not(.active),table tbody tr.empty td:not(.active){border-bottom:0}.dd-keyfigures .dd-keyfigures__data-table tbody td.a-left,.dd-keyfigures .dd-keyfigures__data-table tbody th.a-left,table tbody td.a-left,table tbody th.a-left{text-align:left}.dd-keyfigures .dd-keyfigures__data-table tbody td.a-right,.dd-keyfigures .dd-keyfigures__data-table tbody th.a-right,table tbody td.a-right,table tbody th.a-right{text-align:right}.dd-keyfigures .dd-keyfigures__data-table tbody td.a-center,.dd-keyfigures .dd-keyfigures__data-table tbody th.a-center,table tbody td.a-center,table tbody th.a-center{text-align:center}.dd-keyfigures .dd-keyfigures__data-table tbody td.a-top,.dd-keyfigures .dd-keyfigures__data-table tbody th.a-top,table tbody td.a-top,table tbody th.a-top{vertical-align:top}.dd-keyfigures .dd-keyfigures__data-table tbody td strong,.dd-keyfigures .dd-keyfigures__data-table tbody th strong,table tbody td strong,table tbody th strong{font-family:Frutiger-Bd;font-weight:400}.dd-keyfigures .dd-keyfigures__data-table tbody td,table tbody td{line-height:1.5}.dd-keyfigures .dd-keyfigures__data-table tbody:hover.empty,.dd-keyfigures .dd-keyfigures__data-table tbody th.empty,.dd-keyfigures .dd-keyfigures__data-table tbody tr.empty,table tbody:hover.empty,table tbody th.empty,table tbody tr.empty{background:none!important}.dd-keyfigures .dd-keyfigures__data-table tbody:hover.indented th,.dd-keyfigures .dd-keyfigures__data-table tbody th.indented th,.dd-keyfigures .dd-keyfigures__data-table tbody tr.indented th,table tbody:hover.indented th,table tbody th.indented th,table tbody tr.indented th{padding-left:15px}.dd-keyfigures .dd-keyfigures__data-table tbody:hover.double-indented th,.dd-keyfigures .dd-keyfigures__data-table tbody th.double-indented th,.dd-keyfigures .dd-keyfigures__data-table tbody tr.double-indented th,table tbody:hover.double-indented th,table tbody th.double-indented th,table tbody tr.double-indented th{padding-left:30px;font-weight:400}.dd-keyfigures .dd-keyfigures__data-table tbody:hover.triple-indented th,.dd-keyfigures .dd-keyfigures__data-table tbody th.triple-indented th,.dd-keyfigures .dd-keyfigures__data-table tbody tr.triple-indented th,table tbody:hover.triple-indented th,table tbody th.triple-indented th,table tbody tr.triple-indented th{padding-left:45px;font-weight:400}.dd-keyfigures .dd-keyfigures__data-table tbody td,.dd-keyfigures .dd-keyfigures__data-table tbody th,table tbody td,table tbody th{border-bottom:1px solid #000;position:relative}.dd-keyfigures .dd-keyfigures__data-table tbody td.empty,.dd-keyfigures .dd-keyfigures__data-table tbody th.empty,table tbody td.empty,table tbody th.empty{border-bottom:0}.dd-keyfigures .dd-keyfigures__data-table tbody td:after,.dd-keyfigures .dd-keyfigures__data-table tbody th:after,table tbody td:after,table tbody th:after{background:#000;height:1px;width:calc(100% - 8px);position:absolute;left:4px;bottom:0}.dd-keyfigures .dd-keyfigures__data-table tbody tr.active td,.dd-keyfigures .dd-keyfigures__data-table tbody tr.active th,table tbody tr.active td,table tbody tr.active th{font-family:Frutiger-Bd;font-weight:400}.dd-keyfigures .dd-keyfigures__data-table tbody tr.active td:after,.dd-keyfigures .dd-keyfigures__data-table tbody tr.active th:after,table tbody tr.active td:after,table tbody tr.active th:after{height:2px}.dd-keyfigures .dd-keyfigures__data-table tbody tr.semibold td,.dd-keyfigures .dd-keyfigures__data-table tbody tr.semibold th,table tbody tr.semibold td,table tbody tr.semibold th{font-family:Frutiger-Bd;font-weight:400}.dd-keyfigures .dd-keyfigures__data-table tbody tr.border-btm td:after,.dd-keyfigures .dd-keyfigures__data-table tbody tr.border-btm th:after,table tbody tr.border-btm td:after,table tbody tr.border-btm th:after{height:3px}.bordered--light td:after,.bordered--light th:after,.bordered td:after,.bordered th:after{height:2px}.semiactive td,.semiactive th{font-family:Frutiger-Bd;font-weight:400}.footnote{color:#61615f}.no-border{border-bottom:0}.no-border:after{background:none}.table__wrapper{margin-bottom:15px}@media (max-width:48.115em){.table__wrapper{position:relative;overflow-x:scroll;background:radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),rgba(0,0,0,0)) 100% 0;background-color:#fff;background-repeat:no-repeat;background-size:10px 100%;margin-bottom:15px}.table__wrapper>table{background:linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(270deg,#fff 30%,hsla(0,0%,100%,0)) 100% 0;background-size:50px 100%;background-repeat:no-repeat;max-width:none;margin-bottom:0}}.table__title{color:#00569d;font-size:20px;font-size:1.25rem;line-height:1.3em}.table__title--number{color:#00569d}.intro__home{background:url(/online-report/2023/startseite-0-hero.ab2bb64a.jpg) no-repeat 35% top;background-size:cover;min-height:500px;display:flex;justify-content:center;flex-direction:column;position:relative;margin-left:.5rem;margin-right:.5rem}@media (min-width:48.125em){.intro__home{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width:64.0625em){.intro__home{margin-left:2rem;margin-right:2rem}}.intro__home:before{background:linear-gradient(90deg,#000,rgba(0,0,0,0));opacity:.5;position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:0}.intro__tiles--tile{margin-bottom:3rem}.intro__tiles__img{overflow:hidden}.intro__tiles__img img{width:100%;min-height:300px;object-fit:cover;transition:all .6s ease}.intro__tiles__img:hover img{transform:scale(1.3);transition:all .6s ease}.intro h2{font-size:24px;line-height:30px;margin-top:32px;margin-bottom:18px}@media (max-width:48.115em){.intro h2{margin-top:1rem;margin-bottom:.5rem}}.intro p{margin:0}.slider{padding-bottom:4rem}.slider__slide{display:flex;flex-direction:column;gap:1rem}@media (min-width:48.125em){.slider__slide{align-items:stretch;flex-direction:row;min-height:600px}}.slider__content{padding-top:1rem}@media (min-width:48.125em){.slider__content{padding-top:revert}}.slider__content,.slider__media{display:flex;justify-content:center;flex-direction:column;margin-block:auto;height:100%}.slider .swiper-slide{background-position:50%;background-size:cover;position:relative;display:flex}.slider .swiper-slide:after{content:"";background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,0));width:100%;height:100%;position:absolute;top:0;z-index:-1}.slider .swiper-slide-active .col{opacity:1;transform:translateX(0)}.slider .col{opacity:0;transform:translateX(-50px);transition:all .5s ease-in-out .5s;display:flex;justify-content:center}.slider figcaption{font-size:14px;font-size:.875rem;line-height:1.5714285714em;color:#fff;text-align:right;display:block;filter:drop-shadow(0 0 5px rgba(0,0,0,.9))}.slider figure img{object-fit:contain}.slider .img-small img{max-height:200px}.slider h2{font-size:36px;font-size:2.25rem;line-height:1.3333333333em;margin-bottom:24px}.slider p{margin-top:0}.overlay{position:relative}.overlay:after{content:"";background:linear-gradient(90deg,rgba(0,0,0,.7) 40%,rgba(0,0,0,.05));width:100%;height:100%;position:absolute;top:0;z-index:-1}.swiper-button-next,.swiper-button-prev{color:#fff}.swiper-pagination .swiper-pagination-bullet{background:#00569d}.content-grid{display:grid;gap:1rem;grid-template-areas:"one" "two" "three" "four" "five" "six" "seven" "eight" "nine"}@media (min-width:48.125em){.content-grid{grid-template-areas:"one two" "one two" "four five" "four six" "three three" "seven eight" "nine nine"}}@media (min-width:64.0625em){.content-grid{grid-template-areas:"one one three three" "two two three three" "two two seven nine" "four five eight nine" "four six eight nine"}}.content-grid .grid-image{display:grid;max-width:400px;margin-inline:auto}.content-grid .anchor-link{display:flex;align-items:center;gap:.75rem}.content-grid .anchor-link .icon--anchor{width:30px}.content-grid .img--small{max-width:200px;margin-bottom:3rem}.content-grid .grid-item{padding:2rem}.content-grid .grid-item a,.content-grid .grid-item h2,.content-grid .grid-item li,.content-grid .grid-item p{color:#fff!important}.content-grid #expertenwissen{grid-area:one;background-color:#eb5b25}.content-grid #gestiegen{grid-area:two;background-color:#708ec0;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-grid #maerkte{grid-area:three;background-color:#6e414d}.content-grid #fe{grid-area:four;background-color:#708ec0}.content-grid #geschichte{grid-area:five;background-color:#6e414d}.content-grid #weltweit{grid-area:six;background-color:#575756}.content-grid #qualitaet{grid-area:seven;background-color:#575756}.content-grid #servicezentren{grid-area:eight;background-color:#708ec0}.content-grid #naehe{grid-area:nine;background-color:#eb5b25}.grid-col-span-2{grid-column:span 2}.grid-row-span-2{grid-row:span 2}.grid-row-span-3{grid-row:span 3}.interactive-graphic{position:relative}@media (max-width:48.115em){.interactive-graphic{text-align:center}}.interactive-graphic #pulse>g{cursor:pointer;position:relative}@media (max-width:48.115em){.interactive-graphic svg{max-height:55vh;width:auto;margin:0 auto}}@media (max-width:48.115em){.interactive-graphic__infoboxes{position:relative}}.interactive-graphic__infobox{position:absolute;opacity:0;visibility:hidden;background-color:#fff;padding:1rem;text-align:left}@media (min-width:48.125em){.interactive-graphic__infobox{box-shadow:0 6px 20px rgba(0,0,0,.16);top:0;left:75%;width:50%}}@media (max-width:48.115em){.interactive-graphic__infobox{box-shadow:0 10px 20px rgba(0,0,0,.5);position:fixed;top:105%;left:0;right:0;max-width:80%;margin:0 auto}}.interactive-graphic__no{font-size:1.5rem;color:#00569d}@media (max-width:48.115em){.interactive-graphic__no{font-size:2rem;margin-top:0;margin-bottom:1rem}}@media (max-width:48.115em){#lng-terminal+.divider{margin-bottom:13rem}}.lightbox{display:none;position:fixed;top:var(--headerHeight);right:0;bottom:0;left:0;z-index:100;background-color:#fff}.lightbox video{max-width:100%}.lightbox__content{display:flex!important;flex-direction:column;align-items:center}.lightbox.active{display:flex}.lightbox .icon--close{width:20px;height:20px;justify-self:flex-end;cursor:pointer;padding:1rem;margin-left:auto}.text-media__container{display:grid!important;word-break:break-word;--arrow-inside-distance:5%;--text-inside-distance:20%}@media (min-width:48.125em){.text-media__container{--text-inside-distance:20%}}.text-media__container--sdg{--text-inside-distance:20%;--arrow-inside-distance:0}@media (min-width:48.125em){.text-media__container--sdg{--text-inside-distance:32%}}.text-media__container--sdg .text-media__headline{font-size:4rem}.text-media__container--sdg .text-media__text-container svg{width:64%}@media (max-width:31.24em){.text-media__container--sdg{margin-left:30px}.text-media__container--sdg .text-media__order--left .text-media__arrow--top{margin-right:50px}.text-media__container--sdg .text-media__order--right .text-media__arrow--top{margin-left:50px}}.text-media__container--sdg .text-media__headline{margin-bottom:0;line-height:4.5rem}@media (min-width:31.25em){.text-media__container{display:flex!important;justify-content:center;align-items:center}}.text-media__container>.col{display:flex!important;padding-left:0!important;padding-right:0!important;justify-content:center;position:relative}@media (max-width:31.24em){.text-media__container .col:has(.text-media__text-container){order:2}}.text-media__text-container{text-align:end;display:flex;align-items:center;width:100%}.text-media__text-container .col{width:100%}.text-media__text-container svg{width:50%;margin-right:var(--arrow-inside-distance)}@media (max-width:31.24em){.text-media__text-container svg{height:100%;width:100%}}.text-media__headline,.text-media__text-container p:not(.text-media__headline){margin-right:var(--text-inside-distance)}.text-media__headline{font-size:2rem;font-weight:700;margin-top:0;margin-bottom:1rem}@media (min-width:48.125em){.text-media__headline--big{font-size:3rem}}@media (max-width:31.24em){.text-media__order--left{margin-top:1rem}}.text-media__order--right{order:2;text-align:start}.text-media__order--right .text-media__arrow--top{left:var(--arrow-inside-distance);right:revert}@media (max-width:31.24em){.text-media__order--right{display:block}}.text-media__order--right svg{margin-left:var(--arrow-inside-distance)}.text-media__order--right p,.text-media__order--right p:not(.text-media__headline){margin-left:var(--text-inside-distance);margin-right:0}.text-media__order--right .text-media__info-container{display:flex;flex-direction:column;align-items:start}.text-media__first-info{font-size:.9rem;font-weight:700;margin-bottom:0}.text-media__info-container{display:flex;flex-direction:column;align-items:end}.text-media__arrow--top{position:absolute;top:0;bottom:0;right:var(--arrow-inside-distance)}@media (min-width:31.25em){.text-media__arrow--top{display:none}}@media (max-width:31.24em){.text-media__arrow--left,.text-media__arrow--right{display:none}}.text-media__sdg-container{width:100%;display:grid;grid-auto-flow:column;gap:10px}@media (min-width:31.25em){.text-media__sdg-container{padding:0 1rem}}.text-media__sdg-container img{width:96px;max-width:96px;max-height:96px}@media (max-width:31.24em){.text-media__sdg-container{margin-bottom:1rem}}.text-media__sdg-container--left{justify-content:start}@media (max-width:31.24em){.text-media__sdg-container--left{padding-left:.5rem}}@media (min-width:31.25em){.text-media__sdg-container--left{justify-content:end}}.text-media__sdg-container--right{justify-content:end}@media (max-width:31.24em){.text-media__sdg-container--right{padding-right:.5rem}}@media (min-width:31.25em){.text-media__sdg-container--right{justify-content:start}}.text-media__sdg-row-container{grid-auto-flow:row}.text-media__sdg-image-row{display:grid;grid-auto-flow:column;gap:10px;justify-content:start}.arrow-text__container{width:100%;position:relative;overflow:hidden;margin-top:1rem}.arrow-text__arrow-container{position:absolute;top:0;bottom:0;left:1%}.arrow-text__arrow-container svg{width:7%}.arrow-text__text-container{margin-left:50px}.arrow-text__text-container--white,.arrow-text__text-container--white .arrow-text__text{color:#fff}.arrow-text__text{font-size:.9rem}.arrow-text__headline{font-size:1.1rem}.arrow-link__text-container{padding-bottom:1rem}.arrow-link__text-container a{font-weight:700}.face-frame--green{margin-block:50px}@media (min-width:48.125em){.face-frame--green{margin-block:150px}}.face-frame--sergio{flex-direction:column;background-color:#ff571f}@media (min-width:48.125em){.face-frame--sergio{background-color:revert;margin-top:150px}}.face-frame--sergio .face-frame__arrow-text-container{margin-top:auto}@media (min-width:48.125em){.face-frame__container{margin-bottom:80px}}.face-frame__container img{position:absolute;inset:0}@media (min-width:87.5em){.face-frame__container img{width:60%!important}}.face-frame__container img:first-child{position:relative}.face-frame__orientation-container{background-color:#c3e8c3;margin-bottom:0;position:relative;z-index:100}.face-frame__orientation-container--mid{background-color:#82d8dd}@media (max-width:48.115em){.face-frame__orientation-container--mid .face-frame__content{display:grid}.face-frame__orientation-container--mid .face-frame__content .face-frame__container{order:2}}.face-frame__orientation-container--bottom{background-color:#c3e8c3}.face-frame__target-container{position:relative;padding-block:3rem}.face-frame__target-container:before{width:var(--start-container-width);left:var(--offset);position:absolute;top:0;bottom:0;background-color:#ff571f;content:"";z-index:-1}.face-frame__text{color:#fff}.face-frame__arrow-text-container{position:relative;top:-50px;margin-left:4rem;margin-right:4rem}.face-frame__arrow-text-container--mid{top:-25px;padding-bottom:4rem}.overflow-hidden{overflow:hidden}.bars__container{position:relative}.bars__countup-container{display:flex;position:absolute;color:#00569d}.bars__countup-container:first-of-type{top:11%;right:8%}.bars__countup-container:nth-of-type(2){top:42%;right:12%}.bars__countup-container:nth-of-type(3){bottom:14%;right:33%}.bars__countup-container .countup__number,.bars__countup-container .countup__unit{font-family:Sabon-Bd;font-size:5rem}@media (max-width:48.115em){.blue-bridge-lines__container--regular{display:none}}@media (min-width:48.125em){.blue-bridge-lines__container--mobile{display:none}}.molecule{overflow:hidden}.molecule__container{position:relative;min-height:50vh}.molecule__headline{z-index:200}@media (min-width:48.125em){.molecule__headline{position:absolute}}.molecule__headline:first-of-type{left:2%;top:10%}@media (min-width:48.125em){.molecule__headline:first-of-type{left:10%;top:25%}}.molecule__headline:nth-of-type(2){left:2%;top:30%}@media (min-width:48.125em){.molecule__headline:nth-of-type(2){left:30%;top:55%}}.molecule__image{width:250px;position:absolute;z-index:100}.molecule__image:first-of-type{width:25%;top:40%;right:10%}@media (min-width:48.125em){.molecule__image:first-of-type{width:15%;top:-5%;right:20%}}.molecule__image:nth-of-type(2){width:28%;bottom:10%;right:20%}@media (min-width:48.125em){.molecule__image:nth-of-type(2){right:-2%;bottom:8%;width:16%}}.molecule__image:nth-of-type(3){width:20%;top:50%;left:10%}@media (min-width:48.125em){.molecule__image:nth-of-type(3){width:17%;left:0;bottom:35%}}.molecule__snakeline{position:absolute;bottom:0;width:75%}@media (max-width:64.0525em){.molecule__snakeline{left:-20%;width:100%}}.todo__container{width:95%;max-width:95%;display:flex;justify-content:center;border:5px solid #ff0;border-radius:1rem;background-color:pink;margin-top:2rem;margin-bottom:2rem}.todo__container p{font-weight:700;font-size:1.25rem;margin-left:.25rem;margin-right:.25rem}.todo__container p:before{content:"TODO: "}.pyramide-text-media__image-col{overflow:hidden;padding-right:0!important;padding-left:0!important}.pyramide-text-media__image-col img{height:100%;object-fit:cover;width:100%}.pyramide-text-media__text-col{position:relative;padding-top:2rem}.pyramide-text-media__content{display:flex!important}@media (max-width:48.115em){.pyramide-text-media__content{flex-direction:column}}.pyramide-text-media__content .col:first-of-type .pyramide-text-media__pyramide{--pos-right:0%;--pos-left:revert;--transform:translate(100%,50%);--border-left:var(--visible-border-value);--border-right:0px}.pyramide-text-media__content .col:nth-of-type(2) .pyramide-text-media__pyramide{--pos-left:0%;--pos-right:revert;--transform:translate(-100%,50%);--border-right:var(--visible-border-value);--border-left:0px}.pyramide-text-media__content .col .image__sub{display:none}.pyramide-text-media__pyramide{--transparent-border-value:50px solid rgba(0,0,0,0);--visible-border-value:50px solid var(--border-color);position:absolute;bottom:50%;left:var(--pos-left);right:var(--pos-right);transform:var(--transform);border-left:var(--border-left);border-right:var(--border-right);width:0;height:0;border-bottom:var(--transparent-border-value);border-top:var(--transparent-border-value)}.pyramide-text-media__pyramide--blue-gray{--border-color:#e5edf4}.pyramide-text-media__pyramide--beige{--border-color:#f5ede1}@media (max-width:48.115em){.pyramide-text-media__pyramide{display:none}}.green-box{display:grid;gap:2rem;padding-bottom:2rem}@media (min-width:48.125em){.green-box:first-of-type{border-right:1px solid #fff}}.green-box__row:last-child .green-box__box-container:after{content:revert}.green-box__box{position:relative;display:flex;gap:1rem;flex-direction:column}@media (min-width:48.125em){.green-box__box{height:100%}}.green-box__box-column{width:50%}.green-box__column-container{display:flex;flex-direction:column}@media (min-width:48.125em){.green-box__column-container{flex-direction:row}}.green-box__box-container{position:relative;padding-block:2rem}.green-box__box-container:after{content:"";position:absolute;bottom:1rem;left:1rem;right:1rem;height:1px;background:#fff;z-index:1}@media (min-width:48.125em){.green-box__box-container{height:100%}.green-box__box-container:after{bottom:-1rem;left:2rem;right:2rem}.green-box__box-container:first-of-type{border-right:1px solid #fff}}.green-box__source-text{font-size:.9rem;color:#500f30}.green-box__story-background{background:linear-gradient(180deg,#c3e8c3,#95b7b4)}.green-box__story-headline{padding-top:5rem;padding-bottom:2rem}.green-box__headline{color:#500f30;margin-top:0}.green-box__source-text-container{display:flex;height:100%;justify-self:flex-end}.green-box--title-mehr-chancen{flex-direction:column}.green-box--title-mehr-chancen .green-box__numbers-container{display:flex}.green-box--title-mehr-chancen .green-box__numbers-container .green-box__numbers{width:50%}.green-box--title-mehr-chancen .green-box__numbers-container .green-box__count-up-container{display:flex;align-items:baseline}.green-box--title-mehr-chancen .green-box__numbers-container .green-box__count-up-container .countup__number{font-size:2rem}.green-box--title-lebenserwartung{flex-direction:column}.green-box--title-lebenserwartung .green-box__text-info{text-align:end}.green-box--title-voll-vernetzt{flex-direction:column}.green-box--title-voll-vernetzt .green-box__column-container .green-box__box-column:first-of-type{display:flex;align-items:end}.green-box--title-electricity{flex-direction:column}.green-box--title-electricity .green-box__lottie-container{display:flex;justify-content:end}.green-box--title-electricity .green-box__lottie-container .lottie__container{width:50%}.green-box--title-electricity .green-box__percentage-info-container{display:flex;align-items:baseline}.green-box--title-electricity .green-box__percentage-info-container .countup__number{padding-left:.5rem;font-size:1.5rem}.green-box--title-electricity .green-box__further-text{margin-top:0}.green-box--title-ozonloch,.green-box--title-trinkwasser,.green-box--title-wasser-wieder-verwenden{flex-direction:column}.green-box--title-trinkwasser .green-box__content-container--top{display:flex}.green-box--title-trinkwasser .green-box__content-container--top .green-box__lottie-container{width:30%}.green-box--title-trinkwasser .green-box__info-text--single{padding:0 2rem}.green-box--title-armut{flex-direction:column}.lottie--small{max-height:200px}
/*# sourceMappingURL=/online-report/2023/stylesheet.ab4a61dd.css.map */