@charset "UTF-8";

.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap
}

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

body {
  margin: 0
}

main {
  display: block
}

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

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

a {
  background-color: transparent
}

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

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

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

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert
}

*,
:after,
:before {
  box-sizing: border-box
}

a,
button {
  cursor: revert
}

menu,
ol,
ul {
  list-style: none
}

img {
  max-width: 100%
}

table {
  border-collapse: collapse
}

input,
textarea {
  -webkit-user-select: auto
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}

::-moz-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

:where([hidden]) {
  display: none
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

* {
  margin: 0;
  padding: 0
}

.b_main {
  z-index: 20
}

.b_alert {
  z-index: 30
}

.b_footer {
  z-index: 40
}

.b_em_finder {
  z-index: 50
}

.b_action-bar {
  z-index: 60
}

.b_header {
  z-index: 70
}

.b_menu {
  z-index: 80
}

.b_search {
  z-index: 90
}

.b_lightbox {
  z-index: 100
}

.b_dialog {
  z-index: 110
}

.b_popup-dialog {
  z-index: 120
}

.b_tooltip__tooltip {
  z-index: 130
}

@keyframes spinner-spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spinner-show {
  to {
    opacity: 1
  }
}

html {
  font-size: 15px;
  scroll-behavior: smooth
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga", "kern";
  --privacy-bg: rgba(0, 0, 0, .65);
  color: var(--color-text-default);
  font-family: SRHText, sans-serif;
  font-synthesis: none;
  letter-spacing: .3px;
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility
}

a:focus-visible,
button:not([disabled]):focus-visible,
input:focus-visible,
label:focus-visible,
select:focus-visible {
  outline: 5px solid var(--color-focus);
  outline-offset: var(--outline-offset)
}

a,
button,
input[type=submit] {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-family: SRHText, sans-serif;
  line-height: 20px;
  overflow: visible;
  position: relative;
  text-align: left;
  text-decoration: none;
  touch-action: manipulation
}

em,
i {
  font-style: italic
}

b,
strong {
  font-weight: 700
}

a:focus-visible .b_svg--menu .menu-line,
a:hover .b_svg--menu .menu-line,
button:focus-visible .b_svg--menu .menu-line,
button:hover .b_svg--menu .menu-line {
  animation: burgerHoverLines .9s both
}

a:focus-visible .b_svg--menu .menu-line:nth-child(2),
a:hover .b_svg--menu .menu-line:nth-child(2),
button:focus-visible .b_svg--menu .menu-line:nth-child(2),
button:hover .b_svg--menu .menu-line:nth-child(2) {
  animation-delay: .1s
}

a:focus-visible .b_svg--menu .menu-line:nth-child(3),
a:hover .b_svg--menu .menu-line:nth-child(3),
button:focus-visible .b_svg--menu .menu-line:nth-child(3),
button:hover .b_svg--menu .menu-line:nth-child(3) {
  animation-delay: .2s
}

a:focus-visible .b_svg--whatsapp .whatsapp-phone,
a:hover .b_svg--whatsapp .whatsapp-phone,
button:focus-visible .b_svg--whatsapp .whatsapp-phone,
button:hover .b_svg--whatsapp .whatsapp-phone {
  animation: phoneShake .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--phone .phone-total,
a:hover .b_svg--phone .phone-total,
button:focus-visible .b_svg--phone .phone-total,
button:hover .b_svg--phone .phone-total {
  animation: phoneShake .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--navigation .navigation-total,
a:hover .b_svg--navigation .navigation-total,
button:focus-visible .b_svg--navigation .navigation-total,
button:hover .b_svg--navigation .navigation-total {
  animation: navigationMove .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--chevron-down .chevron-total,
a:focus-visible .b_svg--chevron-left .chevron-total,
a:focus-visible .b_svg--chevron-right .chevron-total,
a:focus-visible .b_svg--chevron-up .chevron-total,
a:hover .b_svg--chevron-down .chevron-total,
a:hover .b_svg--chevron-left .chevron-total,
a:hover .b_svg--chevron-right .chevron-total,
a:hover .b_svg--chevron-up .chevron-total,
button:focus-visible .b_svg--chevron-down .chevron-total,
button:focus-visible .b_svg--chevron-left .chevron-total,
button:focus-visible .b_svg--chevron-right .chevron-total,
button:focus-visible .b_svg--chevron-up .chevron-total,
button:hover .b_svg--chevron-down .chevron-total,
button:hover .b_svg--chevron-left .chevron-total,
button:hover .b_svg--chevron-right .chevron-total,
button:hover .b_svg--chevron-up .chevron-total {
  animation: moveRight .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--chevron-down .chevron-line,
a:focus-visible .b_svg--chevron-left .chevron-line,
a:focus-visible .b_svg--chevron-right .chevron-line,
a:focus-visible .b_svg--chevron-up .chevron-line,
a:hover .b_svg--chevron-down .chevron-line,
a:hover .b_svg--chevron-left .chevron-line,
a:hover .b_svg--chevron-right .chevron-line,
a:hover .b_svg--chevron-up .chevron-line,
button:focus-visible .b_svg--chevron-down .chevron-line,
button:focus-visible .b_svg--chevron-left .chevron-line,
button:focus-visible .b_svg--chevron-right .chevron-line,
button:focus-visible .b_svg--chevron-up .chevron-line,
button:hover .b_svg--chevron-down .chevron-line,
button:hover .b_svg--chevron-left .chevron-line,
button:hover .b_svg--chevron-right .chevron-line,
button:hover .b_svg--chevron-up .chevron-line {
  animation: shortenLines .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--arrow-down .arrow-total,
a:focus-visible .b_svg--arrow-left .arrow-total,
a:focus-visible .b_svg--arrow-right .arrow-total,
a:focus-visible .b_svg--arrow-up .arrow-total,
a:focus-visible .b_svg--arrow-up-right .arrow-total,
a:hover .b_svg--arrow-down .arrow-total,
a:hover .b_svg--arrow-left .arrow-total,
a:hover .b_svg--arrow-right .arrow-total,
a:hover .b_svg--arrow-up .arrow-total,
a:hover .b_svg--arrow-up-right .arrow-total,
button:focus-visible .b_svg--arrow-down .arrow-total,
button:focus-visible .b_svg--arrow-left .arrow-total,
button:focus-visible .b_svg--arrow-right .arrow-total,
button:focus-visible .b_svg--arrow-up .arrow-total,
button:focus-visible .b_svg--arrow-up-right .arrow-total,
button:hover .b_svg--arrow-down .arrow-total,
button:hover .b_svg--arrow-left .arrow-total,
button:hover .b_svg--arrow-right .arrow-total,
button:hover .b_svg--arrow-up .arrow-total,
button:hover .b_svg--arrow-up-right .arrow-total {
  animation: moveRight .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--arrow-down .arrow-line,
a:focus-visible .b_svg--arrow-left .arrow-line,
a:focus-visible .b_svg--arrow-right .arrow-line,
a:focus-visible .b_svg--arrow-up .arrow-line,
a:focus-visible .b_svg--arrow-up-right .arrow-line,
a:hover .b_svg--arrow-down .arrow-line,
a:hover .b_svg--arrow-left .arrow-line,
a:hover .b_svg--arrow-right .arrow-line,
a:hover .b_svg--arrow-up .arrow-line,
a:hover .b_svg--arrow-up-right .arrow-line,
button:focus-visible .b_svg--arrow-down .arrow-line,
button:focus-visible .b_svg--arrow-left .arrow-line,
button:focus-visible .b_svg--arrow-right .arrow-line,
button:focus-visible .b_svg--arrow-up .arrow-line,
button:focus-visible .b_svg--arrow-up-right .arrow-line,
button:hover .b_svg--arrow-down .arrow-line,
button:hover .b_svg--arrow-left .arrow-line,
button:hover .b_svg--arrow-right .arrow-line,
button:hover .b_svg--arrow-up .arrow-line,
button:hover .b_svg--arrow-up-right .arrow-line {
  animation: shortenLines .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--external-link .external-link-total,
a:hover .b_svg--external-link .external-link-total,
button:focus-visible .b_svg--external-link .external-link-total,
button:hover .b_svg--external-link .external-link-total {
  animation: moveUpRight .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--external-link .external-link-line,
a:hover .b_svg--external-link .external-link-line,
button:focus-visible .b_svg--external-link .external-link-line,
button:hover .b_svg--external-link .external-link-line {
  animation: shortenLinesSmall .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--external-link .external-link-line:first-child,
a:hover .b_svg--external-link .external-link-line:first-child,
button:focus-visible .b_svg--external-link .external-link-line:first-child,
button:hover .b_svg--external-link .external-link-line:first-child {
  animation: shortenLines .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--download .arrow-total,
a:hover .b_svg--download .arrow-total,
button:focus-visible .b_svg--download .arrow-total,
button:hover .b_svg--download .arrow-total {
  animation: moveDown .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--download .arrow-line,
a:hover .b_svg--download .arrow-line,
button:focus-visible .b_svg--download .arrow-line,
button:hover .b_svg--download .arrow-line {
  animation: shortenLinesSmall .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--download .arrow-line:first-child,
a:hover .b_svg--download .arrow-line:first-child,
button:focus-visible .b_svg--download .arrow-line:first-child,
button:hover .b_svg--download .arrow-line:first-child {
  animation: shortenLines .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--cross .cross-line,
a:hover .b_svg--cross .cross-line,
button:focus-visible .b_svg--cross .cross-line,
button:hover .b_svg--cross .cross-line {
  animation: shortenLines .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--cross .cross-line:nth-child(2),
a:hover .b_svg--cross .cross-line:nth-child(2),
button:focus-visible .b_svg--cross .cross-line:nth-child(2),
button:hover .b_svg--cross .cross-line:nth-child(2) {
  animation-delay: 30ms
}

a:focus-visible .b_svg--cross .cross-line:nth-child(3),
a:hover .b_svg--cross .cross-line:nth-child(3),
button:focus-visible .b_svg--cross .cross-line:nth-child(3),
button:hover .b_svg--cross .cross-line:nth-child(3) {
  animation-delay: 60ms
}

a:focus-visible .b_svg--cross .cross-line:nth-child(4),
a:hover .b_svg--cross .cross-line:nth-child(4),
button:focus-visible .b_svg--cross .cross-line:nth-child(4),
button:hover .b_svg--cross .cross-line:nth-child(4) {
  animation-delay: 90ms
}

a:focus-visible .b_icon--animation-pulse .b_svg .pulse-total,
a:hover .b_icon--animation-pulse .b_svg .pulse-total,
button:focus-visible .b_icon--animation-pulse .b_svg .pulse-total,
button:hover .b_icon--animation-pulse .b_svg .pulse-total {
  animation: pulse .9s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--mail .mail-close,
a:hover .b_svg--mail .mail-close,
button:focus-visible .b_svg--mail .mail-close,
button:hover .b_svg--mail .mail-close {
  animation: crossFade1 .3s linear both
}

a:focus-visible .b_svg--mail .mail-fade,
a:hover .b_svg--mail .mail-fade,
button:focus-visible .b_svg--mail .mail-fade,
button:hover .b_svg--mail .mail-fade {
  animation: crossFade2 .3s linear both
}

a:focus-visible .b_svg--mail .mail-open,
a:hover .b_svg--mail .mail-open,
button:focus-visible .b_svg--mail .mail-open,
button:hover .b_svg--mail .mail-open {
  animation: crossFade3 .3s linear both
}

a:focus-visible .b_svg--calendar .calendar-close,
a:hover .b_svg--calendar .calendar-close,
button:focus-visible .b_svg--calendar .calendar-close,
button:hover .b_svg--calendar .calendar-close {
  animation: crossFade1 .3s linear both
}

a:focus-visible .b_svg--calendar .calendar-fade,
a:hover .b_svg--calendar .calendar-fade,
button:focus-visible .b_svg--calendar .calendar-fade,
button:hover .b_svg--calendar .calendar-fade {
  animation: crossFade2 .3s linear both
}

a:focus-visible .b_svg--calendar .calendar-open,
a:hover .b_svg--calendar .calendar-open,
button:focus-visible .b_svg--calendar .calendar-open,
button:hover .b_svg--calendar .calendar-open {
  animation: crossFade3 .3s linear both
}

a:focus-visible .b_svg--eye .eye-open,
a:hover .b_svg--eye .eye-open,
button:focus-visible .b_svg--eye .eye-open,
button:hover .b_svg--eye .eye-open {
  animation: crossFade1 .15s linear both
}

a:focus-visible .b_svg--eye .eye-fade,
a:hover .b_svg--eye .eye-fade,
button:focus-visible .b_svg--eye .eye-fade,
button:hover .b_svg--eye .eye-fade {
  animation: crossFade2 .15s linear both
}

a:focus-visible .b_svg--eye .eye-close,
a:hover .b_svg--eye .eye-close,
button:focus-visible .b_svg--eye .eye-close,
button:hover .b_svg--eye .eye-close {
  animation: crossFade3 .15s linear both
}

a:focus-visible .b_svg--edit .edit-pen,
a:hover .b_svg--edit .edit-pen,
button:focus-visible .b_svg--edit .edit-pen,
button:hover .b_svg--edit .edit-pen {
  animation: actionbarEditPen 1.2s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--edit .edit-line,
a:hover .b_svg--edit .edit-line,
button:focus-visible .b_svg--edit .edit-line,
button:hover .b_svg--edit .edit-line {
  animation: actionbarEditLine 1.2s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--info .info-letter,
a:hover .b_svg--info .info-letter,
button:focus-visible .b_svg--info .info-letter,
button:hover .b_svg--info .info-letter {
  animation: actionbarInfo 1.2s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--message .message-bubble,
a:focus-visible .b_svg--message-square a:focus-visible .b_svg--message-circle .message-bubble,
a:focus-visible .b_svg--message-square a:hover .b_svg--message-circle .message-bubble,
a:focus-visible .b_svg--message-square button:focus-visible .b_svg--message-circle .message-bubble,
a:focus-visible .b_svg--message-square button:hover .b_svg--message-circle .message-bubble,
a:hover .b_svg--message .message-bubble,
a:hover .b_svg--message-square a:focus-visible .b_svg--message-circle .message-bubble,
a:hover .b_svg--message-square a:hover .b_svg--message-circle .message-bubble,
a:hover .b_svg--message-square button:focus-visible .b_svg--message-circle .message-bubble,
a:hover .b_svg--message-square button:hover .b_svg--message-circle .message-bubble,
button:focus-visible .b_svg--message .message-bubble,
button:focus-visible .b_svg--message-square a:focus-visible .b_svg--message-circle .message-bubble,
button:focus-visible .b_svg--message-square a:hover .b_svg--message-circle .message-bubble,
button:focus-visible .b_svg--message-square button:focus-visible .b_svg--message-circle .message-bubble,
button:focus-visible .b_svg--message-square button:hover .b_svg--message-circle .message-bubble,
button:hover .b_svg--message .message-bubble,
button:hover .b_svg--message-square a:focus-visible .b_svg--message-circle .message-bubble,
button:hover .b_svg--message-square a:hover .b_svg--message-circle .message-bubble,
button:hover .b_svg--message-square button:focus-visible .b_svg--message-circle .message-bubble,
button:hover .b_svg--message-square button:hover .b_svg--message-circle .message-bubble {
  animation: actionbarMessage 1.2s cubic-bezier(.5, 1, .89, 1) both
}

a:focus-visible .b_svg--search .search-total,
a:hover .b_svg--search .search-total,
button:focus-visible .b_svg--search .search-total,
button:hover .b_svg--search .search-total {
  motion-path: path("M9.5,11a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0");
  motion-offset: 0;
  offset-distance: 0;
  offset-path: path("M9.5,11a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0");
  offset-rotate: 0deg
}

a:focus-visible .b_svg--search .search-total,
a:hover .b_svg--search .search-total,
button:focus-visible .b_svg--search .search-total,
button:hover .b_svg--search .search-total {
  animation: searchMove 1.2s cubic-bezier(.5, 1, .89, 1) both
}

.b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-total,
a:focus-visible .b_svg--arrow-cross .arrow-total,
a:hover .b_svg--arrow-cross .arrow-total,
button:focus-visible .b_svg--arrow-cross .arrow-total,
button:hover .b_svg--arrow-cross .arrow-total {
  animation: arrow2cross-moveRight 1.2s cubic-bezier(.5, 1, .89, 1) both
}

.b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-line:first-child,
a:focus-visible .b_svg--arrow-cross .arrow-line:first-child,
a:hover .b_svg--arrow-cross .arrow-line:first-child,
button:focus-visible .b_svg--arrow-cross .arrow-line:first-child,
button:hover .b_svg--arrow-cross .arrow-line:first-child {
  animation: arrow2cross-shortenLine .9s cubic-bezier(.5, 1, .89, 1) both
}

.b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-line:nth-child(2),
.b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-line:nth-child(3),
a:focus-visible .b_svg--arrow-cross .arrow-line:nth-child(2),
a:focus-visible .b_svg--arrow-cross .arrow-line:nth-child(3),
a:hover .b_svg--arrow-cross .arrow-line:nth-child(2),
a:hover .b_svg--arrow-cross .arrow-line:nth-child(3),
button:focus-visible .b_svg--arrow-cross .arrow-line:nth-child(2),
button:focus-visible .b_svg--arrow-cross .arrow-line:nth-child(3),
button:hover .b_svg--arrow-cross .arrow-line:nth-child(2),
button:hover .b_svg--arrow-cross .arrow-line:nth-child(3) {
  animation: arrow2cross-shortenLines 1.2s cubic-bezier(.5, 1, .89, 1) both
}

.b_holding-stage__card--active .b_holding-stage__card-icon svg .cross-line,
a:focus-visible .b_svg--arrow-cross .cross-line,
a:hover .b_svg--arrow-cross .cross-line,
button:focus-visible .b_svg--arrow-cross .cross-line,
button:hover .b_svg--arrow-cross .cross-line {
  animation: arrow2cross-growLines .9s cubic-bezier(.5, 1, .89, 1) both
}

.b_popup-dialog--open .b_svg,
.b_popup-teaser:hover .b_svg,
a:focus-visible .b_svg--bell,
a:hover .b_svg--bell,
button:focus-visible .b_svg--bell,
button:hover .b_svg--bell {
  animation: bellringing 4s cubic-bezier(.5, 1, .89, 1) both
}

@keyframes burgerHoverLines {
  40% {
    stroke-dashoffset: 10;
    animation-timing-function: cubic-bezier(.61, 1, .88, 1)
  }

  to {
    stroke-dashoffset: 0;
    animation-timing-function: cubic-bezier(.5, 1, .89, 1)
  }
}

@keyframes phoneShake {
  10% {
    transform: rotate(5deg)
  }

  20% {
    transform: rotate(-2deg)
  }

  30% {
    transform: rotate(5deg)
  }

  40% {
    transform: rotate(-2deg)
  }

  50% {
    transform: rotate(5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

@keyframes navigationMove {
  40% {
    transform: scale(.5) rotate(15deg) translateX(-12px) translateY(20px)
  }

  to {
    transform: scale(1) rotate(0deg) translateX(0) translateY(0)
  }
}

@keyframes moveUpRight {
  40% {
    transform: translateX(2px) translateY(-2px)
  }

  to {
    transform: translateX(0) translateY(0)
  }
}

@keyframes moveRight {
  40% {
    transform: translateX(3px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes moveDown {
  40% {
    transform: translateY(3px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes shortenLines {
  40% {
    stroke-dashoffset: 4
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes shortenLinesSmall {
  40% {
    stroke-dashoffset: 2
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes pulse {
  30% {
    animation-timing-function: cubic-bezier(.61, 1, .88, 1);
    transform: scale(.8) rotate(1deg)
  }

  70% {
    animation-timing-function: cubic-bezier(.61, 1, .88, 1);
    transform: scale(1.05) rotate(-2deg)
  }

  to {
    animation-timing-function: cubic-bezier(.5, 1, .89, 1);
    transform: scale(1) rotate(0deg)
  }
}

@keyframes crossFade1 {
  0% {
    opacity: 1
  }

  5% {
    opacity: 1
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  95% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes crossFade2 {
  0% {
    opacity: 1
  }

  5% {
    opacity: 1
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  95% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes crossFade3 {
  0% {
    opacity: 1
  }

  5% {
    opacity: 1
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  95% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes actionbarEditLine {
  1% {
    opacity: 1
  }

  39% {
    stroke-dashoffset: 0;
    animation-timing-function: cubic-bezier(.61, 1, .88, 1);
    opacity: 1
  }

  40% {
    stroke-dashoffset: 0
  }

  99% {
    stroke-dashoffset: 14;
    animation-timing-function: cubic-bezier(.5, 1, .89, 1);
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes actionbarEditPen {
  39% {
    animation-timing-function: cubic-bezier(.61, 1, .88, 1);
    transform: scale(.75) translateX(20px) rotate(-35deg)
  }

  40% {
    transform: scale(.75) translateX(20px) rotate(-35deg)
  }

  to {
    animation-timing-function: cubic-bezier(.5, 1, .89, 1);
    transform: scale(1) rotate(0deg)
  }
}

@keyframes actionbarInfo {
  30% {
    animation-timing-function: cubic-bezier(.61, 1, .88, 1);
    transform: scale(1.3) rotate(-10deg)
  }

  60% {
    animation-timing-function: linear;
    transform: scale(.9) rotate(0deg)
  }

  80% {
    animation-timing-function: linear;
    transform: scale(1.2) rotate(-5deg)
  }

  to {
    animation-timing-function: cubic-bezier(.5, 1, .89, 1);
    transform: scale(1) rotate(0deg)
  }
}

@keyframes actionbarMessage {
  20% {
    transform: scale(.85)
  }

  50% {
    animation-timing-function: linear;
    transform: scale(1)
  }

  70% {
    animation-timing-function: linear;
    transform: scale(.95)
  }

  to {
    animation-timing-function: cubic-bezier(.5, 1, .89, 1);
    transform: scale(1)
  }
}

@keyframes searchMove {
  to {
    motion-offset: 100%;
    offset-distance: 100%
  }
}

@keyframes arrow2cross-moveRight {
  40% {
    transform: translateX(-7px)
  }

  to {
    transform: translateX(-7px)
  }
}

@keyframes arrow2cross-shortenLines {
  to {
    stroke-dashoffset: 1.5
  }
}

@keyframes arrow2cross-shortenLine {
  40% {
    stroke-dashoffset: 14
  }

  to {
    stroke-dashoffset: 14
  }
}

@keyframes arrow2cross-growLines {
  20% {
    stroke-dashoffset: 8.5
  }

  60% {
    stroke-dashoffset: 0
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes bellringing {
  0% {
    transform: rotate(0)
  }

  1% {
    transform: rotate(2deg)
  }

  3% {
    transform: rotate(-4deg)
  }

  5% {
    transform: rotate(6deg)
  }

  7% {
    transform: rotate(-8deg)
  }

  9% {
    transform: rotate(10deg)
  }

  11% {
    transform: rotate(-10deg)
  }

  13% {
    transform: rotate(10deg)
  }

  15% {
    transform: rotate(-10deg)
  }

  17% {
    transform: rotate(10deg)
  }

  19% {
    transform: rotate(-10deg)
  }

  21% {
    transform: rotate(10deg)
  }

  23% {
    transform: rotate(-10deg)
  }

  25% {
    transform: rotate(10deg)
  }

  27% {
    transform: rotate(-9deg)
  }

  29% {
    transform: rotate(8deg)
  }

  31% {
    transform: rotate(-7deg)
  }

  33% {
    transform: rotate(6deg)
  }

  35% {
    transform: rotate(-5deg)
  }

  37% {
    transform: rotate(4deg)
  }

  39% {
    transform: rotate(-3deg)
  }

  41% {
    transform: rotate(2deg)
  }

  43% {
    transform: rotate(1)
  }

  to {
    transform: rotate(0)
  }
}

.b_list li {
  line-height: 27px;
  position: relative
}

.b_list li+li {
  margin-top: 15px
}

.b_list--unordered li,
.b_rte ul:not([class^=b_]):not([class*=" b_"]) li {
  line-height: 27px;
  position: relative
}

.b_list--unordered li+li,
.b_rte ul:not([class^=b_]):not([class*=" b_"]) li+li {
  margin-top: 15px
}

.b_list--unordered li,
.b_rte ul:not([class^=b_]):not([class*=" b_"]) li {
  padding-left: calc(15px + .9em)
}

.b_list--unordered li:before,
.b_rte ul:not([class^=b_]):not([class*=" b_"]) li:before {
  color: var(--list-bullet-color);
  content: "—";
  font-weight: 700;
  left: 0;
  position: absolute
}

.b_list--ordered,
.b_rte ol:not([class^=b_]):not([class*=" b_"]) {
  counter-reset: section
}

.b_list--ordered li,
.b_rte ol:not([class^=b_]):not([class*=" b_"]) li {
  line-height: 27px;
  position: relative
}

.b_list--ordered li+li,
.b_rte ol:not([class^=b_]):not([class*=" b_"]) li+li {
  margin-top: 15px
}

.b_list--ordered li,
.b_rte ol:not([class^=b_]):not([class*=" b_"]) li {
  padding-left: calc(15px + .9em)
}

.b_list--ordered li:before,
.b_rte ol:not([class^=b_]):not([class*=" b_"]) li:before {
  color: var(--list-bullet-color);
  content: counter(section) ".";
  counter-increment: section;
  font-weight: 700;
  left: 0;
  position: absolute
}

.b_checkbox__input,
.b_helper-sr-only,
.b_radio__input,
.b_switch__input {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

.b_benefit-card .b_overline {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b_helper-scroll-disabled {
  overflow-x: hidden !important;
  overflow-y: hidden !important
}

[class*="--spacing-top"] {
  margin-top: 90px
}

:root {
  --color-success: #fcc61e;
  --color-disabled: #575756;
  --color-text-white: #fff;
  --color-text-default: #575756;
  --color-text-dark: #171717;
  --color-bg-grey: #f5f4f3;
  --color-border-grey: #dddad8;
  --color-accent: #78c8d2;
  --color-accent-dark: #0d3a5d;
  --color-focus: #000;
  --color-corporate-primary: #575756;
  --color-corporate-primary-dark: #474b4d;
  --color-edu-primary: #d54407;
  --color-edu-primary-dark: #c12d00;
  --color-health-primary: #00699a;
  --color-health-primary-dark: #004f7e;
  --color-anthracite: #37484e;
  --color-yellow: #fcc61e;
  --color-primary: #d54407;
  --color-primary-dark: #c12d00;
  --color-primary-variant: #c54407;
  --color-interactive: var(--color-primary);
  --color-interactive-active: var(--color-primary-dark);
  --color-button-secondary-base: transparent;
  --color-button-secondary-base-disabled: transparent;
  --color-overline-primary: var(--color-primary);
  --color-overline-secondary: #aaa39d;
  --color-headline-variant: var(--color-text-default);
  --color-rte-link-default: #171717;
  --color-rte-link-default-active: var(--color-interactive-active);
  --color-logo-main: var(--color-primary);
  --color-header-link: var(--color-text-dark);
  --list-bullet-color: var(--color-primary);
  --form-input-bg: #f5f4f3;
  --form-input-border-color: #aaa39d;
  --form-input-color-disabled: #aaa39d;
  --form-label-color-disabled: #aaa39d;
  --outline-offset: 2px
}

[class*="--scheme-edu"] {
  --color-primary: #d54407;
  --color-primary-dark: #c12d00;
  --color-interactive: var(--color-primary);
  --color-interactive-active: var(--color-primary-dark);
  --color-overline-primary: var(--color-primary);
  --color-overline-secondary: #aaa39d;
  --color-headline-variant: var(--color-text-default);
  --color-rte-link-default-active: var(--color-interactive-active);
  --color-logo-main: var(--color-primary);
  --color-header-link: var(--color-text-dark);
  --list-bullet-color: var(--color-primary)
}

[class*="--scheme-corporate"] {
  --color-primary: #575756;
  --color-primary-dark: #474b4d;
  --color-interactive: var(--color-primary);
  --color-interactive-active: var(--color-primary-dark);
  --color-overline-primary: var(--color-primary);
  --color-overline-secondary: var(--color-primary);
  --color-headline-variant: var(--color-text-default);
  --color-rte-link-default-active: var(--color-interactive-active);
  --color-logo-main: #aaa39d;
  --color-header-link: var(--color-text-default);
  --list-bullet-color: var(--color-primary)
}

[class*="--scheme-health"] {
  --color-primary: #00699a;
  --color-primary-dark: #004f7e;
  --color-interactive: var(--color-primary);
  --color-interactive-active: var(--color-primary-dark);
  --color-overline-primary: #0d3a5d;
  --color-overline-secondary: var(--color-primary);
  --color-headline-variant: var(--color-primary);
  --color-rte-link-default-active: #0d3a5d;
  --color-logo-main: var(--color-primary);
  --color-header-link: var(--color-text-dark);
  --list-bullet-color: var(--color-primary)
}

[class*="--scheme-light"] {
  --color-text-default: #fff;
  --color-text-dark: #fff;
  --list-bullet-color: #fff;
  --color-rte-link-default: #fff;
  --color-rte-link-default-active: hsla(0, 0%, 100%, .8);
  --form-input-bg: hsla(0, 0%, 100%, .3);
  --form-input-border-color: #fff;
  --form-input-color-disabled: hsla(0, 0%, 100%, .6);
  --form-label-color-disabled: hsla(0, 0%, 100%, .6)
}

:root [class*="--bg-grey"] {
  --color-primary: var(--color-primary-variant)
}

.b_container,
.b_container__media-wrap {
  margin: 0 auto
}

.b_container__content-wrap {
  flex-grow: 1;
  margin: 0 4%
}

.b_badge {
  --badge-color: var(--color-text-default);
  --badge-color-active: var(--color-text-default);
  --badge-icon-size: 20px;
  grid-column-gap: 15px;
  color: var(--badge-color);
  display: grid;
  grid-template-columns: auto 1fr;
  transition: color .15s ease
}

a.b_badge {
  --badge-color-active: var(--color-interactive-active)
}

.b_badge--department-health {
  --badge-icon-size: 40px
}

.b_badge--department-health .b_icon {
  height: var(--badge-icon-size);
  width: var(--badge-icon-size)
}

.b_badge:active,
.b_badge:hover,
.b_badge:hover:focus-visible {
  color: var(--badge-color-active)
}

.b_badge .b_icon {
  align-self: center;
  grid-column: 1;
  grid-row: 1/3;
  height: var(--badge-icon-size);
  width: var(--badge-icon-size)
}

.b_badge__label {
  font-family: SRHHeadline, sans-serif;
  grid-column: 2
}

.b_badge__label--overline {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .2px;
  line-height: 1.2
}

.b_badge__label--main {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 1.5
}

.b_button--primary,
input.b_button--primary {
  --color-button-text: var(--color-text-white);
  --color-button-text-active: var(--color-text-white);
  --color-button-background: var(--color-interactive);
  --color-button-background-active: var(--color-interactive-active);
  --color-button-disabled-text: var(--color-text-white);
  --color-button-disabled-background: var(--color-disabled)
}

.b_button--primary-inverted,
input.b_button--primary-inverted {
  --color-button-text: var(--color-interactive);
  --color-button-text-active: var(--color-interactive-active);
  --color-button-background: var(--color-text-white);
  --color-button-background-active: var(--color-text-white);
  --color-button-disabled-text: var(--color-disabled);
  --color-button-disabled-background: var(--color-white)
}

.b_button--primary,
.b_button--primary-inverted,
input.b_button--primary,
input.b_button--primary-inverted {
  align-items: center;
  background-color: var(--color-button-background, var(--color-interactive));
  border-radius: 20px 20px 20px 2px;
  color: var(--color-button-text, var(--color-text-white));
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  min-height: 50px;
  padding: 15px 20px;
  transition: all .15s ease
}

.b_button--primary-inverted[disabled],
.b_button--primary[disabled],
input.b_button--primary-inverted[disabled],
input.b_button--primary[disabled] {
  cursor: not-allowed
}

.b_button--primary-inverted:active,
.b_button--primary-inverted:focus-visible,
.b_button--primary-inverted:hover,
.b_button--primary:active,
.b_button--primary:focus-visible,
.b_button--primary:hover,
input.b_button--primary-inverted:active,
input.b_button--primary-inverted:focus-visible,
input.b_button--primary-inverted:hover,
input.b_button--primary:active,
input.b_button--primary:focus-visible,
input.b_button--primary:hover {
  background-color: var(--color-button-background-active, var(--color-interactive-active));
  color: var(--color-button-text-active, var(--color-text-white))
}

.b_button--primary-inverted[disabled],
.b_button--primary[disabled],
input.b_button--primary-inverted[disabled],
input.b_button--primary[disabled] {
  background-color: var(--color-button-disabled-background, var(--color-white));
  color: var(--color-button-disabled-text, var(--color-disabled))
}

.b_button--secondary,
input.b_button--secondary {
  --color-button-text: var(--color-interactive);
  --color-button-text-active: var(--color-text-white);
  --color-button-background: var(--color-button-secondary-base);
  --color-button-background-active: var(--color-interactive-active);
  --color-button-border: var(--color-interactive);
  --color-button-border-active: var(--color-interactive-active);
  --color-button-disabled-text: var(--color-disabled);
  --color-button-disabled-background: var(--color-button-secondary-base-disabled);
  --color-button-disabled-border: var(--color-disabled)
}

.b_button--secondary-inverted,
input.b_button--secondary-inverted {
  --color-button-text: var(--color-text-white);
  --color-button-text-active: var(--color-interactive-active);
  --color-button-background: transparent;
  --color-button-background-active: #fff;
  --color-button-border: #fff;
  --color-button-border-active: #fff;
  --color-button-disabled-text: var(--color-disabled);
  --color-button-disabled-background: transparent;
  --color-button-disabled-border: #fff
}

.b_button--secondary,
.b_button--secondary-inverted,
input.b_button--secondary,
input.b_button--secondary-inverted {
  align-items: center;
  background-color: var(--color-button-background, var(--color-interactive));
  border: 1px solid;
  border-color: var(--color-button-border, var(--color-interactive));
  border-radius: 20px 20px 20px 2px;
  color: var(--color-button-text, var(--color-text-white));
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  min-height: 50px;
  padding: 15px 20px;
  transition: all .15s ease
}

.b_button--secondary-inverted[disabled],
.b_button--secondary[disabled],
input.b_button--secondary-inverted[disabled],
input.b_button--secondary[disabled] {
  cursor: not-allowed
}

.b_button--secondary-inverted:active,
.b_button--secondary-inverted:focus-visible,
.b_button--secondary-inverted:hover,
.b_button--secondary:active,
.b_button--secondary:focus-visible,
.b_button--secondary:hover,
input.b_button--secondary-inverted:active,
input.b_button--secondary-inverted:focus-visible,
input.b_button--secondary-inverted:hover,
input.b_button--secondary:active,
input.b_button--secondary:focus-visible,
input.b_button--secondary:hover {
  background-color: var(--color-button-background-active, var(--color-interactive-active));
  border-color: var(--color-button-border, var(--color-interactive-active));
  color: var(--color-button-text-active, var(--color-text-white))
}

.b_button--secondary-inverted[disabled],
.b_button--secondary[disabled],
input.b_button--secondary-inverted[disabled],
input.b_button--secondary[disabled] {
  background-color: var(--color-button-disabled-background, var(--color-white));
  border-color: var(--color-button-disabled-border, var(--color-white));
  color: var(--color-button-disabled-text, var(--color-disabled))
}

.b_rte+.b_button,
.b_rte+input.b_button {
  margin-top: 30px
}

.b_button__text+.b_icon,
.b_icon+.b_button__text,
.b_icon+input.b_button__text,
input.b_button__text+.b_icon {
  margin-left: .5em
}

.b_button__text+.b_icon .b_button,
.b_icon+.b_button__text .b_button,
.b_icon+input.b_button__text .b_button,
input.b_button--multiline .b_button__text+.b_icon,
input.b_button--multiline .b_icon+.b_button__text,
input.b_button--multiline .b_icon+input.b_button__text,
input.b_button--multiline input.b_button__text+.b_icon,
input.b_button__text+.b_icon .b_button {
  margin-left: .3rem;
  top: 3px
}

.b_download {
  color: var(--color-primary-variant);
  padding-left: 30px;
  position: relative;
  transition: color .15s ease
}

.b_download:active,
.b_download:hover,
.b_download:hover:focus-visible {
  color: var(--color-interactive-active)
}

.b_download:disabled {
  color: #aaa39d
}

.b_download:disabled .b_download__meta {
  color: inherit
}

.b_download__text {
  display: block;
  font-weight: 700
}

.b_download__meta {
  color: var(--color-text-default);
  display: block;
  font-family: SRHHeadline, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase
}

.b_download .b_icon {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px
}

.b_finder-option {
  position: relative;
  width: 100%
}

.b_finder-option--show-text-mobile .b_finder-option__subtitle {
  display: block
}

.b_finder-option__input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.b_finder-option__input[disabled] {
  cursor: not-allowed;
  pointer-events: none
}

.b_finder-option__label {
  align-items: center;
  background-color: transparent;
  border: 1px solid #dddad8;
  border-radius: 20px;
  color: var(--color-text-detault);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  transition: background-color .15s, border-color .15s
}

.b_finder-option__input:focus-visible~.b_finder-option__label,
.b_finder-option__input:hover~.b_finder-option__label {
  background-color: #f5f4f3
}

.b_finder-option__input[disabled]~.b_finder-option__label {
  opacity: .5;
  pointer-events: none
}

.b_finder-option__input:checked~.b_finder-option__label {
  background-color: #f0edeb;
  color: var(--color-primary)
}

.b_finder-option__text {
  display: flex;
  flex-direction: column;
  padding-right: 1px
}

.b_finder-option__title {
  font-weight: 700
}

.b_finder-option__subtitle {
  color: #6d7373;
  display: none
}

.b_finder-option__icon {
  color: var(--color-text-default);
  opacity: 1;
  transition: opacity .15s ease
}

.b_finder-option__input:checked~*>.b_finder-option__icon {
  color: var(--color-primary);
  opacity: 1
}

:root,
[class*="--scheme-edu"] {
  --flow-gradient-stop-1: #ff6a30;
  --flow-gradient-stop-2: #f45d27;
  --flow-gradient-stop-3: #e9501e;
  --flow-gradient-stop-1-low-contrast: #ff6a30;
  --flow-gradient-stop-2-low-contrast: #f45d27;
  --flow-gradient-stop-3-low-contrast: #e9501e
}

[class*="--scheme-corporate"] {
  --flow-gradient-stop-1: #f0edeb;
  --flow-gradient-stop-2: #f0edeb;
  --flow-gradient-stop-3: #f0edeb;
  --flow-gradient-stop-1-low-contrast: #f0edeb;
  --flow-gradient-stop-2-low-contrast: #f0edeb;
  --flow-gradient-stop-3-low-contrast: #f0edeb;
  --flow-gradient-stop-1-on-dark: #fff;
  --flow-gradient-stop-2-on-dark: #fff;
  --flow-gradient-stop-3-on-dark: #fff
}

[class*="--scheme-health"] {
  --flow-gradient-stop-1: #0066a1;
  --flow-gradient-stop-2: #2b7cb0;
  --flow-gradient-stop-3: #5693bf;
  --flow-gradient-stop-1-low-contrast: #0d709f;
  --flow-gradient-stop-2-low-contrast: #0f73a2;
  --flow-gradient-stop-3-low-contrast: #1076a6
}

.b_flow {
  --flow-color-stop-1: var(--flow-gradient-stop-1);
  --flow-color-stop-2: var(--flow-gradient-stop-2);
  --flow-color-stop-3: var(--flow-gradient-stop-3);
  pointer-events: none
}

.b_flow--color-lower-contrast {
  --flow-color-stop-1: var(--flow-gradient-stop-1-low-contrast, var(--flow-gradient-stop-1));
  --flow-color-stop-2: var(--flow-gradient-stop-2-low-contrast, var(--flow-gradient-stop-2));
  --flow-color-stop-3: var(--flow-gradient-stop-3-low-contrast, var(--flow-gradient-stop-3))
}

.b_flow--color-white {
  --flow-gradient-stop-1: #fff;
  --flow-gradient-stop-2: #fff;
  --flow-gradient-stop-3: #fff
}

.b_flow--color-on-dark {
  --flow-color-stop-1: var(--flow-gradient-stop-1-on-dark, var(--flow-gradient-stop-1));
  --flow-color-stop-2: var(--flow-gradient-stop-2-on-dark, var(--flow-gradient-stop-2));
  --flow-color-stop-3: var(--flow-gradient-stop-3-on-dark, var(--flow-gradient-stop-3))
}

.b_flow--animate .b_flow__svg {
  opacity: .24
}

.b_flow--animate .b_flow__svg-path {
  animation: animate-flow-from-end 2s cubic-bezier(.39, .575, .565, 1) forwards
}

.b_flow--animate.b_flow--animation-from-start .b_flow__svg {
  opacity: .24
}

.b_flow--animate.b_flow--animation-from-start .b_flow__svg-path {
  animation: animate-flow-from-start 2s cubic-bezier(.39, .575, .565, 1) forwards
}

.b_flow--animation-from-end .b_flow__svg-path,
.b_flow--animation-from-start .b_flow__svg-path {
  stroke-dashoffset: 1730
}

.b_flow--mirror-x .b_flow__svg {
  transform: scaleX(-1)
}

.b_flow__sizer {
  padding-bottom: 55.8824%;
  position: relative;
  width: 100%
}

.b_flow__svg {
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%
}

.b_flow__gradient-stop--1 {
  stop-color: var(--flow-color-stop-1)
}

.b_flow__gradient-stop--2 {
  stop-color: var(--flow-color-stop-2)
}

.b_flow__gradient-stop--3 {
  stop-color: var(--flow-color-stop-3)
}

.b_flow__svg-path {
  stroke-dasharray: 1730;
  transform: translateZ(0)
}

@keyframes animate-flow-from-end {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes animate-flow-from-start {
  to {
    stroke-dashoffset: 3460
  }
}

:root {
  --field-message-error: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] {
  --field-message-error: #fff
}

.b_field-message {
  color: var(--color-text-default);
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px
}

.b_field-message:first-child {
  margin-top: 0
}

.b_field-message--error {
  color: var(--field-message-error)
}

.b_field-message__mandatory {
  color: var(--color-primary)
}

.b_label {
  align-items: center;
  color: var(--color-text-default);
  display: inline-flex;
  font-size: 14px;
  line-height: 20px
}

.b_label__text:not(:last-child) {
  margin-right: 5px
}

.b_label--disabled,
input:disabled~.b_label,
select:disabled~.b_label,
textarea:disabled~.b_label {
  color: var(--form-label-color-disabled);
  cursor: not-allowed
}

.b_label--required .b_label__text:after,
input:required~.b_label .b_label__text:after,
select:required~.b_label .b_label__text:after,
textarea:required~.b_label .b_label__text:after {
  color: var(--color-primary);
  content: "*"
}

.b_label a {
  color: var(--color-rte-link-default);
  display: inline;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s linear;
  vertical-align: baseline
}

.b_label a:active,
.b_label a:focus-visible,
.b_label a:hover {
  color: var(--color-rte-link-default-active)
}

.b_headline--h1 {
  color: var(--color-text-default);
  font-family: SRHHeadline, sans-serif;
  font-size: inherit;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  line-height: inherit;
  word-break: normal
}

.b_headline--h1,
.b_headline--h1.b_headline--long {
  font-size: 36px;
  line-height: 45px
}

.b_headline--h2 {
  color: var(--color-text-default);
  font-family: SRHHeadline, sans-serif;
  font-size: inherit;
  font-size: 36px;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  line-height: inherit;
  line-height: 45px;
  word-break: normal
}

.b_headline--h2.b_headline--long {
  font-size: 24px;
  line-height: 30px
}

.b_headline--h3 {
  font-size: inherit;
  font-size: 36px;
  line-height: inherit;
  line-height: 45px
}

.b_headline--h3,
.b_headline--h4,
.b_headline--h4to3 {
  color: var(--color-text-default);
  font-family: SRHHeadline, sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  word-break: normal
}

.b_headline--h4,
.b_headline--h4to3 {
  font-size: inherit;
  font-size: 24px;
  line-height: inherit;
  line-height: 30px
}

.b_headline--h5,
.b_headline--h5to4 {
  font-size: inherit;
  font-size: 20px;
  line-height: inherit;
  line-height: 30px
}

.b_headline--h5,
.b_headline--h5to4,
.b_headline--h6 {
  color: var(--color-text-default);
  font-family: SRHHeadline, sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  word-break: normal
}

.b_headline--h6 {
  font-family: SRHText, sans-serif;
  font-size: inherit;
  font-size: 15px;
  line-height: inherit;
  line-height: 28px
}

.b_headline--color-variant {
  color: var(--color-headline-variant)
}

.b_headline--color-primary {
  color: var(--color-primary)
}

.b_headline--color-dark {
  color: var(--color-text-dark)
}

.b_headline--color-light {
  color: var(--color-text-white)
}

.b_headline--color-default-text {
  color: var(--color-text-default)
}

.b_icon {
  display: block;
  height: 20px;
  position: relative;
  width: 20px
}

.b_icon--xs {
  height: 14px;
  width: 14px
}

.b_icon--s {
  height: 16px;
  width: 16px
}

.b_icon--l {
  height: 24px;
  width: 24px
}

.b_icon--xl {
  height: 28px;
  width: 28px
}

.b_icon--xxl {
  height: 32px;
  width: 32px
}

.b_icon svg:not(.b_svg) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  height: auto;
  pointer-events: none;
  width: 100%
}

.b_link {
  --color-link-inactive: var(--color-text-default);
  --color-link-active: var(--color-interactive-active);
  align-items: center;
  display: inline-flex;
  font-family: inherit;
  line-height: 20px;
  transition: color .15s ease
}

.b_link--primary {
  --color-link-inactive: var(--override-color-inactive, var(--color-interactive));
  --color-link-active: var(--override-color-interactive-active, var(--color-interactive-active));
  font-weight: 700
}

.b_link--primary,
.b_link--white {
  color: var(--color-link-inactive)
}

.b_link--white {
  --color-link-inactive: var(--color-text-white);
  --color-link-active: var(--color-text-white)
}

.b_link--underline .b_link__text {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-underline-offset: 2px;
  transition: text-decoration-color .1s
}

.b_link--underline.b_link--primary .b_link__text {
  text-decoration-thickness: 2px
}

.b_link--underline:active .b_link__text,
.b_link--underline:focus-visible .b_link__text,
.b_link--underline:hover .b_link__text {
  text-decoration-color: transparent
}

.b_link--underline-hover .b_link__text {
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  text-underline-offset: 2px;
  transition: text-decoration-color .1s
}

.b_link--underline-hover.b_link--primary .b_link__text {
  text-decoration-thickness: 2px
}

.b_link--underline-hover:active .b_link__text,
.b_link--underline-hover:focus-visible .b_link__text,
.b_link--underline-hover:hover .b_link__text {
  text-decoration-color: currentColor
}

.b_link--color-primary {
  --color-link-inactive: var(--color-primary);
  color: var(--color-link-inactive)
}

.b_link--color-dark {
  --color-link-inactive: var(--color-text-dark);
  color: var(--color-link-inactive)
}

.b_link--color-text {
  --color-link-inactive: var(--color-text-default);
  color: var(--color-link-inactive)
}

.b_link--color-h-primary {
  --color-link-active: var(--color-primary)
}

.b_link--color-h-dark {
  --color-link-active: var(--color-text-dark)
}

.b_link--color-h-text {
  --color-link-active: var(--color-text-default)
}

.b_link--large {
  align-items: baseline
}

.b_link--large .b_icon {
  height: 1em;
  position: relative;
  top: .1666666667em;
  width: 1em
}

.b_link--shifted .b_icon+.b_link__text,
.b_link--shifted .b_link__text+.b_icon {
  margin-left: 15px
}

.b_link--backlink {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase
}

.b_link--multiline {
  display: inline-block
}

.b_link--with-subline {
  align-items: flex-start
}

.b_link--with-subline .b_link__text {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 28px
}

.b_link:active,
.b_link:focus-visible,
.b_link:hover {
  color: var(--color-link-active)
}

.b_link:disabled {
  color: var(--color-disabled);
  pointer-events: none
}

.b_link__subline {
  color: var(--color-text-default)
}

.b_icon+.b_link__text,
.b_link__text+.b_icon {
  margin-left: .5em
}

.b_link--multiline .b_icon+.b_link__text,
.b_link--multiline .b_link__text+.b_icon {
  margin-left: .3rem;
  top: 3px
}

.b_link .b_icon {
  display: inline-block;
  flex: 0 0 auto
}

.b_rte+.b_link {
  margin-top: 30px
}

:root {
  --ml-color-main: var(--color-text-white);
  --ml-border-color: #dddad8;
  --ml-border-width: 1px;
  --ml-fw-secondary: 400;
  --ml-fz-secondary: 20px;
  --ml-fz-secondary-10: 24px;
  --ml-fz-secondary-12: 36px;
  --ml-lh-secondary: 24px;
  --ml-lh-secondary-10: 30px;
  --ml-lh-secondary-12: 45px;
  --ml-color-secondary: var(--ml-color-main);
  --ml-padding-secondary: 25px 0 10px;
  --ml-padding-secondary-10: 25px 0 10px;
  --ml-ff-tertiary-10-down: SRHText, sans-serif;
  --ml-fz-tertiary: 15px;
  --ml-fz-tertiary-10: 20px;
  --ml-fz-tertiary-12: 24px;
  --ml-lh-tertiary-10-down: 20px;
  --ml-color-tertiary: #aaa39d;
  --ml-padding-tertiary: 5px 0;
  --ml-padding-tertiary-12: 7.5px 5px
}

[class*="--scheme-edu"] {
  --ml-color-main: var(--color-text-white);
  --ml-border-color: #6d7373;
  --ml-border-width: 1px;
  --ml-fw-secondary: 400;
  --ml-fz-secondary: 20px;
  --ml-fz-secondary-10: 24px;
  --ml-fz-secondary-12: 36px;
  --ml-lh-secondary: 24px;
  --ml-lh-secondary-10: 30px;
  --ml-lh-secondary-12: 48px;
  --ml-color-secondary: var(--ml-color-main);
  --ml-padding-secondary: 25px 0 10px;
  --ml-padding-secondary-10: 25px 0 10px;
  --ml-ff-tertiary-10-down: SRHText, sans-serif;
  --ml-fz-tertiary: 15px;
  --ml-fz-tertiary-10: 20px;
  --ml-fz-tertiary-12: 24px;
  --ml-lh-tertiary-10-down: 20px;
  --ml-color-tertiary: #aaa39d;
  --ml-padding-tertiary: 5px 0;
  --ml-padding-tertiary-12: 7.5px 5px
}

[class*="--scheme-corporate"] {
  --ml-color-main: var(--color-primary);
  --ml-border-color: #dddad8;
  --ml-border-width: 2px;
  --ml-fw-secondary: 700;
  --ml-fz-secondary: 36px;
  --ml-fz-secondary-10: 54px;
  --ml-fz-secondary-12: 45px;
  --ml-lh-secondary: 45px;
  --ml-lh-secondary-10: 60px;
  --ml-lh-secondary-12: 48px;
  --ml-color-secondary: var(--ml-color-main);
  --ml-padding-secondary: 20px 0 15px;
  --ml-padding-secondary-10: 20px 0 15px;
  --ml-ff-tertiary-10-down: SRHHeadline, sans-serif;
  --ml-fz-tertiary: 20px;
  --ml-fz-tertiary-10: 24px;
  --ml-fz-tertiary-12: 24px;
  --ml-lh-tertiary-10-down: 30px;
  --ml-color-tertiary: var(--color-text-default);
  --ml-padding-tertiary: 10px 0;
  --ml-padding-tertiary-12: 10px 0
}

[class*="--scheme-health"] {
  --ml-color-main: var(--color-text-default);
  --ml-border-color: #dddad8;
  --ml-border-width: 2px;
  --ml-fw-secondary: 700;
  --ml-fz-secondary: 20px;
  --ml-fz-secondary-10: 36px;
  --ml-fz-secondary-12: 45px;
  --ml-lh-secondary: 24px;
  --ml-lh-secondary-10: 45px;
  --ml-lh-secondary-12: 48px;
  --ml-color-secondary: var(--color-primary);
  --ml-padding-secondary: 15px 0;
  --ml-padding-secondary-10: 20px 0 15px;
  --ml-ff-tertiary-10-down: SRHText, sans-serif;
  --ml-fz-tertiary: 16px;
  --ml-fz-tertiary-10: 24px;
  --ml-fz-tertiary-12: 24px;
  --ml-lh-tertiary-10-down: 24px;
  --ml-color-tertiary: var(--color-text-default);
  --ml-padding-tertiary: 10px 0;
  --ml-padding-tertiary-12: 10px 0
}

.b_menu--portal {
  --ml-padding-secondary-10: 20px 0 15px;
  --ml-fz-secondary-10: 36px;
  --ml-lh-secondary-10: 45px;
  --ml-fz-tertiary: 20px;
  --ml-fz-tertiary-10: 24px;
  --ml-fz-tertiary-12: 24px;
  --ml-lh-tertiary-10-down: 30px
}

.b_menu-link {
  align-items: center;
  color: var(--ml-color-main);
  display: flex;
  font-family: SRHText, sans-serif;
  transition: color .15s linear, border-color .15s linear;
  width: 100%
}

.b_menu-link:active,
.b_menu-link:focus-visible,
.b_menu-link:hover {
  color: var(--color-interactive-active)
}

.b_menu-link:active .b_menu-link__toplabel,
.b_menu-link:focus-visible .b_menu-link__toplabel,
.b_menu-link:hover .b_menu-link__toplabel {
  color: var(--color-interactive-active)
}

.b_menu-link--primary {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  padding: 10px 0
}

.b_menu-link--primary .b_menu-link__body {
  overflow: hidden
}

.b_menu-link--primary .b_menu-link__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b_menu-link--secondary {
  color: var(--ml-color-secondary);
  font-size: var(--ml-fz-secondary);
  font-weight: var(--ml-fw-secondary);
  line-height: var(--ml-lh-secondary);
  overflow: hidden;
  padding: var(--ml-padding-secondary)
}

.b_menu-link--secondary .b_menu-link__label {
  white-space: nowrap
}

.b_menu-link--tertiary {
  color: var(--ml-color-tertiary);
  font-family: SRHHeadline, sans-serif;
  font-size: var(--ml-fz-tertiary);
  line-height: var(--ml-lh-tertiary-10-down);
  padding: var(--ml-padding-tertiary)
}

.b_menu-link--has-sub {
  border-bottom: var(--ml-border-width) solid var(--ml-border-color)
}

.b_menu-link--has-sub[aria-expanded=true] {
  border-bottom-color: var(--color-interactive);
  color: var(--color-interactive)
}

.b_menu-link--colored {
  color: var(--color-interactive)
}

.b_menu-link--colored:active,
.b_menu-link--colored:focus-visible,
.b_menu-link--colored:hover {
  color: var(--color-interactive-active)
}

.b_menu-link--colored:active .b_menu-link__toplabel,
.b_menu-link--colored:focus-visible .b_menu-link__toplabel,
.b_menu-link--colored:hover .b_menu-link__toplabel {
  color: var(--color-interactive-active)
}

.b_menu-link--sub {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0
}

.b_menu-link--edu {
  color: var(--color-edu-primary)
}

.b_menu-link--edu:active,
.b_menu-link--edu:focus-visible,
.b_menu-link--edu:hover {
  color: var(--color-edu-primary-dark)
}

.b_menu-link--edu:active .b_menu-link__toplabel,
.b_menu-link--edu:focus-visible .b_menu-link__toplabel,
.b_menu-link--edu:hover .b_menu-link__toplabel {
  color: var(--color-edu-primary-dark)
}

.b_menu-link--edu[aria-expanded=true] {
  border-bottom-color: var(--color-edu-primary);
  color: var(--color-edu-primary)
}

.b_menu-link--corporate {
  color: var(--color-corporate-primary)
}

.b_menu-link--corporate:active,
.b_menu-link--corporate:focus-visible,
.b_menu-link--corporate:hover {
  color: var(--color-corporate-primary-dark)
}

.b_menu-link--corporate:active .b_menu-link__toplabel,
.b_menu-link--corporate:focus-visible .b_menu-link__toplabel,
.b_menu-link--corporate:hover .b_menu-link__toplabel {
  color: var(--color-corporate-primary-dark)
}

.b_menu-link--corporate[aria-expanded=true] {
  border-bottom-color: var(--color-corporate-primary);
  color: var(--color-corporate-primary)
}

.b_menu-link--health {
  color: var(--color-health-primary)
}

.b_menu-link--health:active,
.b_menu-link--health:focus-visible,
.b_menu-link--health:hover {
  color: var(--color-health-primary-dark)
}

.b_menu-link--health:active .b_menu-link__toplabel,
.b_menu-link--health:focus-visible .b_menu-link__toplabel,
.b_menu-link--health:hover .b_menu-link__toplabel {
  color: var(--color-health-primary-dark)
}

.b_menu-link--health[aria-expanded=true] {
  border-bottom-color: var(--color-health-primary);
  color: var(--color-health-primary)
}

.b_menu-link__body {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.b_menu-link__toplabel {
  color: var(--ml-color-tertiary);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px
}

.b_menu-link .b_icon {
  display: flex;
  height: 20px;
  margin-left: auto;
  width: 20px
}

.b_overline {
  color: var(--color-overline-override, var(--color-primary));
  font-family: SRHHeadline, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1666666667em;
  line-height: 18px;
  text-transform: uppercase
}

.b_overline--color-primary {
  color: var(--color-overline-primary-override, var(--color-overline-primary))
}

.b_overline--color-secondary {
  color: var(--color-overline-secondary-override, var(--color-overline-secondary))
}

.b_overline--color-light {
  color: var(--color-overline-light-override, var(--color-text-white))
}

.b_picture {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%
}

.b_picture:before {
  animation: spinner-spin 1s linear infinite, spinner-show .2s linear 3s;
  animation-fill-mode: forwards;
  aspect-ratio: 1;
  border-color: #aaa39d #aaa39d transparent transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 2
}

.b_picture--loaded:before {
  display: none;
  visibility: hidden
}

.b_picture--loaded .b_picture__image {
  animation: none;
  background-color: transparent
}

.b_picture__image {
  animation: image-bg-fade-in .2s linear 1s;
  animation-fill-mode: forwards;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1
}

@keyframes image-bg-fade-in {
  0% {
    background-color: transparent
  }

  to {
    background-color: #f8f8f8
  }
}

.b_svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  height: auto;
  pointer-events: none;
  width: 100%
}

.b_svg--thin {
  stroke-width: inherit
}

:root,
[class*="--scheme-edu"] {
  --tag-background-default: #001725;
  --tag-background-selected-default: var(--color-primary);
  --tag-text-default: var(--color-text-default);
  --tag-text-active-default: var(--color-primary-dark)
}

[class*="--scheme-corporate"] {
  --tag-background-default: #aaa39d;
  --tag-background-selected-default: #aaa39d;
  --tag-text-default: var(--color-text-default);
  --tag-text-active-default: var(--color-primary)
}

[class*="--scheme-health"] {
  --tag-background-default: #78c8d2;
  --tag-background-selected-default: var(--color-primary);
  --tag-text-default: var(--color-primary);
  --tag-text-active-default: var(--color-primary)
}

.b_tag {
  --tag-color-background: var(--tag-background-default);
  --tag-color-background-active: var(--tag-background-selected-default);
  --tag-color-selected: var(--color-text-white);
  --tag-color-text: var(--tag-text-default);
  --tag-color-text-active: var(--tag-text-active-default);
  --tag-color-border: hsla(28, 7%, 64%, .3);
  --tag-color-border-active: var(--color-interactive-active);
  align-items: center;
  background-color: var(--tag-color-background);
  border-radius: 2px;
  color: var(--tag-color-text);
  display: inline-flex;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.1;
  min-height: 21px;
  padding: 0 5px;
  text-transform: uppercase
}

.b_tag--color-primary {
  --tag-color-background: var(--color-primary);
  --tag-color-background-active: var(--color-primary-dark);
  --tag-color-text: var(--color-primary);
  --tag-color-border: var(--color-primary);
  --tag-color-border-active: var(--color-interactive-active)
}

.b_tag--color-grey {
  --tag-color-background: hsla(28, 7%, 64%, .3);
  --tag-color-border: hsla(28, 7%, 64%, .3)
}

.b_tag--color-warm-grey {
  --tag-color-background: #aaa39d;
  --tag-color-border: #aaa39d
}

.b_tag--color-dark {
  --tag-color-background: #001725;
  --tag-color-border: #001725;
  --tag-color-text: #001725
}

.b_tag--solid {
  background: var(--tag-color-background);
  border: none;
  color: var(--color-text-white);
  font-weight: 700
}

.b_tag--outline {
  background-color: transparent;
  border-color: var(--tag-color-border);
  border: 1px solid var(--tag-color-border);
  color: var(--tag-color-text)
}

a.b_tag--outline,
button.b_tag--outline {
  transition: all .15s ease
}

a.b_tag--outline:active,
a.b_tag--outline:focus-visible,
a.b_tag--outline:hover,
button.b_tag--outline:active,
button.b_tag--outline:focus-visible,
button.b_tag--outline:hover {
  border-color: var(--tag-color-border-active);
  color: var(--tag-color-text-active)
}

.b_tag--selected {
  background: var(--tag-color-background-active);
  border-color: var(--tag-color-background-active);
  color: var(--tag-color-selected)
}

a.b_tag--selected:active,
a.b_tag--selected:focus-visible,
a.b_tag--selected:hover,
button.b_tag--selected:active,
button.b_tag--selected:focus-visible,
button.b_tag--selected:hover {
  background: var(--color-interactive-active);
  color: var(--tag-color-selected)
}

.b_tag--small {
  text-transform: none
}

.b_tooltip__toggle {
  --toggle-color: var(--text-default);
  color: var(--toggle-color);
  cursor: pointer;
  display: inline-flex;
  position: relative
}

.b_tooltip__toggle--color-accent {
  --toggle-color: var(--color-accent)
}

.b_tooltip__toggle--color-primary {
  --toggle-color: var(--color-primary)
}

.b_tooltip__toggle--color-deep-blue {
  --toggle-color: #001725
}

.b_tooltip__toggle:before {
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px
}

.b_tooltip__tooltip {
  --tooltip-bg-color: #fff;
  --tooltip-text-color: var(--color-text-default);
  background-color: var(--tooltip-bg-color);
  border-radius: 10px;
  box-shadow: 0 1px 42px -3px rgba(0, 0, 0, .3);
  color: var(--tooltip-text-color);
  font-size: 14px;
  font-weight: 700;
  left: 0;
  max-width: 300px;
  min-width: 200px;
  opacity: 1;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(0);
  transition: .4s ease;
  transition-property: transform, opacity;
  width: -moz-max-content;
  width: max-content
}

.b_tooltip__tooltip--bg-accent {
  --tooltip-bg-color: var(--color-accent);
  --tooltip-text-color: #fff
}

.b_tooltip__tooltip--bg-primary {
  --tooltip-bg-color: var(--color-primary);
  --tooltip-text-color: #fff
}

.b_tooltip__tooltip--bg-deep-blue {
  --tooltip-bg-color: #001725;
  --tooltip-text-color: #fff
}

.b_tooltip__tooltip[hidden] {
  display: initial;
  opacity: 1;
  transform: translateY(10px)
}

.b_tooltip__arrow {
  background: var(--tooltip-bg-color);
  height: 12px;
  position: absolute;
  transform: rotate(45deg);
  width: 12px
}

.b_tooltip__close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='icon-cross' viewBox='0 0 24 24'%3E%3Cg class='cross-total'%3E%3Cpath stroke-dasharray='8.5' d='m12 12-6 6m6-6 6-6m-6 6 6 6m-6-6L6 6' class='cross-line'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 18px;
  pointer-events: auto;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 18px
}

[hidden]>.b_tooltip__close {
  pointer-events: none
}

.b_address {
  width: 100%
}

.b_address__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px
}

.b_address__tag-item .b_tag {
  border-radius: 2px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 10px;
  text-transform: none
}

.b_address__headline {
  color: var(--color-text-default);
  color: var(--color-primary);
  font-family: SRHHeadline, sans-serif;
  font-size: inherit;
  font-size: 20px;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  line-height: inherit;
  line-height: 30px;
  word-break: normal
}

.b_address__header-link {
  display: inline-flex;
  justify-content: space-between;
  line-height: inherit;
  width: 100%
}

.b_address__header-link:focus-visible,
.b_address__header-link:hover {
  color: var(--color-interactive-active)
}

.b_address__header-link .b_icon {
  flex: 0 0 14px;
  height: 14px;
  margin-left: 15px;
  width: 14px
}

.b_address__subline {
  color: var(--color-text-dark)
}

.b_address__location {
  display: flex;
  flex-direction: column
}

.b_address__location-link {
  color: var(--color-text-dark);
  display: flex;
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
  text-decoration: underline;
  text-underline-offset: 5px
}

.b_address__location-link:focus-visible,
.b_address__location-link:hover {
  text-decoration: none
}

.b_address__location-link .b_icon {
  color: var(--color-text-default);
  flex: 0 0 15px;
  margin-right: 10px;
  text-decoration: none
}

.b_address__location-link .b_svg {
  margin-top: 7px
}

.b_address__distance {
  color: #aaa39d;
  font-size: 15px;
  line-height: 28px;
  margin-left: 23px
}

.b_alert {
  color: var(--color-text-white);
  overflow: hidden;
  position: relative
}

.b_alert--dismissable {
  display: none;
  visibility: hidden
}

.b_alert--dismissable.b_alert--visible {
  display: block;
  visibility: visible
}

.b_alert--dismissable.b_alert--dismissed {
  display: none;
  visibility: hidden
}

.b_alert--position-floating {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%
}

.b_alert--position-floating .b_alert__box {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
  margin: 4vw
}

.b_alert--position-floating .b_alert__icon {
  display: block
}

.b_alert--position-floating .b_container__content-wrap {
  padding-right: 20px
}

.b_alert--position-default .b_alert__icon {
  display: block
}

.b_alert--above-stage {
  background-color: var(--color-bg-grey);
  padding-top: 55px
}

.b_alert--above-stage__icon {
  display: block
}

.b_alert--accent {
  color: var(--color-accent-dark)
}

.b_alert--accent .b_alert__box {
  background-color: var(--color-accent)
}

.b_alert--accent .b_alert__close {
  color: var(--color-accent-dark)
}

.b_alert__box {
  background-color: var(--color-primary);
  overflow: hidden;
  position: relative
}

.b_alert__icon {
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: .05;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 80%
}

.b_alert__content {
  display: flex;
  flex-direction: column;
  padding: 20px 0
}

.b_alert__headline {
  font-size: 16px;
  line-height: 21px
}

.b_alert__headline .b_headline {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.b_alert__subline {
  color: inherit;
  font-size: 13px;
  line-height: 18px
}

.b_alert__link-list {
  margin-top: 15px
}

.b_alert__list-item .b_link {
  color: inherit;
  font-size: 13px;
  line-height: 18px
}

.b_alert__list-item .b_icon {
  height: 14px;
  width: 14px
}

.b_alert__close {
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px
}

.b_alert__close .b_link {
  align-items: flex-start;
  color: inherit;
  height: 55px;
  justify-content: center;
  width: 55px
}

:root,
[class*="--scheme-corporate"],
[class*="--scheme-edu"] {
  --article-headline: var(--color-text-default)
}

[class*="--scheme-health"] {
  --article-headline: var(--color-primary)
}

.b_article+.b_article {
  margin-top: 45px
}

.b_article__overline {
  font-weight: 700
}

.b_article .b_headline {
  color: var(--article-headline);
  margin-top: 5px
}

.b_article .b_headline:first-child {
  margin-top: 0
}

.b_article .b_rte {
  margin-top: 15px
}

.b_article .b_button,
.b_article .b_link {
  margin-top: 30px
}

.b_accordion {
  --accordion-toggle-bg: linear-gradient(90deg, hsla(0, 7%, 97%, 0), hsla(30, 11%, 93%, .2) 22%);
  display: flex;
  flex-direction: column;
  width: 100%
}

.b_accordion--scheme-light {
  --accordion-toggle-bg: linear-gradient(90deg, hsla(0, 7%, 97%, 0), hsla(30, 11%, 93%, .05) 22%)
}

.b_accordion--scheme-light .b_accordion__element {
  --toggle-color: #fff;
  --toggle-color-hover: #fff;
  --toggle-color-open: #fff;
  color: #fff
}

.b_accordion--scheme-light .b_accordion__element:active,
.b_accordion--scheme-light .b_accordion__element:focus-visible,
.b_accordion--scheme-light .b_accordion__element:hover {
  color: var(--toggle-color-hover)
}

.b_accordion--footer {
  --toggle-color: var(--color-text-dark);
  --toggle-color-hover: var(--color-primary)
}

.b_accordion--footer+.b_accordion--footer .b_accordion__element {
  border-bottom: 0
}

.b_accordion--footer .b_accordion__toggle {
  --toggle-color: var(--color-text-dark);
  color: var(--toggle-color)
}

.b_accordion--footer .b_svg {
  color: var(--toggle-color-hover)
}

.b_accordion--footer .b_link:active,
.b_accordion--footer .b_link:focus-visible,
.b_accordion--footer .b_link:hover {
  color: var(--color-interactive-active)
}

.b_accordion--courses .b_accordion__toggle {
  align-items: flex-start
}

.b_accordion--courses .b_accordion__toggle .b_icon {
  margin-top: 3px
}

.b_accordion--courses .b_accordion__course-count {
  display: block;
  font-weight: 400;
  padding-left: 0
}

.b_accordion--selection .b_accordion__toggle {
  flex-flow: row wrap
}

.b_accordion--selection .b_accordion__content {
  -moz-column-gap: 60px;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 60px;
  padding-top: 30px;
  row-gap: 60px
}

.b_accordion--selection .b_accordion__content>.b_form-group {
  margin-top: 0
}

.b_accordion--selection .b_form-group>.b_label {
  color: var(--color-text-default);
  font-family: SRHHeadline, sans-serif;
  font-size: inherit;
  font-size: 20px;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  line-height: inherit;
  line-height: 30px;
  word-break: normal
}

.b_accordion--health-pilot .b_accordion__element {
  --toggle-background-hover: transparent
}

.b_accordion--health-pilot .b_accordion__element:first-child {
  border-top: none
}

.b_accordion--health-pilot .b_accordion__toggle .b_icon {
  align-self: flex-start;
  top: 2px
}

.b_accordion--health-pilot .b_accordion__toggle-text-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column
}

.b_accordion--health-pilot .b_accordion__content {
  padding-right: 0
}

.b_accordion--health-pilot .b_accordion__pilot-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.b_accordion--health-pilot .b_accordion__pilot-item .b_link {
  margin-top: 5px
}

.b_accordion--health-pilot .b_accordion__pilot-item .b_link:first-child {
  margin-top: 0
}

.b_accordion--health-pilot .b_accordion__pilot-item+.b_accordion__pilot-item {
  margin-top: 20px
}

.b_accordion--health-pilot .b_accordion__pilot-item-title {
  display: flex
}

.b_accordion--health-pilot .b_accordion__pilot-item-title .b_headline {
  font-weight: 400
}

.b_accordion--health-pilot .b_accordion__pilot-item-title .b_tooltip__toggle {
  margin-left: auto;
  margin-right: 5px;
  top: 4px
}

.b_accordion--icon-chevron .b_accordion__toggle line {
  transform-origin: 12px 15px;
  transition: transform .4s ease .15s
}

.b_accordion--icon-chevron .b_accordion__element--open .b_accordion__toggle line {
  transform: translateY(-6px) rotate(-90deg);
  transition-delay: 0s
}

.b_accordion--icon-chevron .b_accordion__element--open .b_accordion__toggle line:last-child {
  transform: translateY(-6px) rotate(90deg)
}

.b_accordion--icon-plus .b_accordion__toggle line {
  transform-origin: 12px 15px;
  transition: transform .4s ease
}

.b_accordion--icon-plus .b_accordion__toggle line:last-child {
  transition-delay: .15s
}

.b_accordion--icon-plus .b_accordion__element--open .b_accordion__toggle line:last-child {
  transform: scale(0);
  transition-delay: 0s
}

.b_accordion__element {
  --toggle-color: var(--color-text-default);
  --toggle-color-hover: var(--color-interactive-active);
  --toggle-color-open: var(--color-interactive);
  --toggle-background-hover: var(--accordion-toggle-bg);
  border-top: 1px solid var(--color-border-grey);
  position: relative;
  z-index: 1
}

.b_accordion__element:last-child {
  border-bottom: 1px solid var(--color-border-grey)
}

.b_accordion__element--init .b_accordion__panel {
  height: 0
}

.b_accordion__element--init .b_accordion__content {
  opacity: 1
}

.b_accordion__element--transition .b_accordion__panel {
  transition: height .1s
}

.b_accordion__element--transition .b_accordion__content {
  transition: opacity .15s
}

.b_accordion__element--transitionend .b_accordion__panel {
  height: auto !important
}

.b_accordion__element--open .b_accordion__toggle {
  color: var(--toggle-color-open)
}

.b_accordion__element--open .b_accordion__toggle:active,
.b_accordion__element--open .b_accordion__toggle:focus-visible,
.b_accordion__element--open .b_accordion__toggle:hover {
  background-image: none
}

.b_accordion__element--open .b_accordion__selection-list {
  display: none
}

.b_accordion__element--open .b_accordion__content {
  opacity: 1
}

.b_accordion__element--hide-header .b_accordion__header {
  display: none;
  visibility: hidden
}

.b_accordion__element--hide-header .b_accordion__panel {
  padding-top: 30px
}

.b_accordion__element--hide-header .b_accordion__pilot-item-title .b_headline {
  font-weight: 700
}

.b_accordion__toggle {
  align-items: center;
  background: none;
  color: var(--toggle-color);
  display: flex;
  line-height: 27px;
  font: inherit;
  padding: 30px 0;
  transition: .15s linear;
  transition-property: color, background-image;
  width: 100%
}

.b_accordion__toggle:active,
.b_accordion__toggle:focus-visible,
.b_accordion__toggle:hover {
  background-image: var(--toggle-background-hover);
  color: var(--toggle-color-hover)
}

.b_accordion__toggle:active>.b_icon,
.b_accordion__toggle:focus-visible>.b_icon,
.b_accordion__toggle:hover>.b_icon {
  color: inherit
}

.b_accordion__toggle .b_headline {
  color: inherit
}

.b_accordion__toggle>.b_icon {
  box-sizing: content-box;
  color: var(--toggle-color-open);
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 4px
}

.b_accordion__selection-list {
  display: block;
  flex: 0 0 100%
}

.b_accordion__selection-item {
  color: #6d7373;
  display: block;
  margin-top: 15px
}

.b_accordion__selection-item[hidden] {
  display: none
}

.b_accordion__selection-item .b_icon {
  color: var(--color-primary);
  display: inline-block;
  margin-right: 15px;
  transform: translateY(.125em)
}

.b_accordion__panel {
  height: 0;
  overflow: hidden
}

.b_accordion__content {
  padding: 0 30px 30px 0
}

.b_accordion__content>:not(:first-child) {
  margin-top: 30px
}

.b_accept-cn {
  align-items: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3
}

.b_accept-cn__content {
  max-width: 65%;
  text-align: center
}

.b_accept-cn__content .b_headline {
  line-height: 24px
}

.b_accept-cn__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 15px;
  text-align: center
}

.b_benefit-card {
  background-color: #fff;
  border: 1px solid #dddad8;
  border-radius: 10px;
  overflow: hidden
}

.b_benefit-card__link {
  background-color: #fff;
  color: var(--color-text-default);
  display: block;
  width: 100%
}

.b_benefit-card__link:active,
.b_benefit-card__link:focus-visible,
.b_benefit-card__link:hover {
  background-color: #f5f4f3;
  color: var(--color-interactive-active)
}

.b_benefit-card__link:active .b_overline,
.b_benefit-card__link:focus-visible .b_overline,
.b_benefit-card__link:hover .b_overline {
  color: inherit
}

.b_benefit-card__link:active .b_benefit-card__headline,
.b_benefit-card__link:focus-visible .b_benefit-card__headline,
.b_benefit-card__link:hover .b_benefit-card__headline {
  color: inherit
}

.b_benefit-card__link:active .b_benefit-card__image .b_picture,
.b_benefit-card__link:focus-visible .b_benefit-card__image .b_picture,
.b_benefit-card__link:hover .b_benefit-card__image .b_picture {
  transform: translateZ(0) scale(1.07)
}

.b_benefit-card__link .b_icon {
  color: var(--color-interactive-active)
}

.b_benefit-card__image {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%
}

.b_benefit-card__image:after {
  background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .3));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.b_benefit-card__image .b_picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0) scale(1);
  transition: transform .4s cubic-bezier(.215, .61, .355, 1);
  width: 100%
}

.b_benefit-card__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 15px;
  position: relative;
  text-align: center
}

.b_benefit-card__headline {
  color: var(--color-text-default);
  font-size: 15px;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 20px;
  overflow-wrap: break-word
}

.b_overline+.b_benefit-card__headline {
  margin-top: 5px
}

.b_benefit-card .b_overline {
  color: var(--color-primary)
}

.b_benefit-card .b_icon {
  margin-top: 10px
}

:root,
[class*="--scheme-edu"] {
  --card-tag-department: #001725
}

[class*="--scheme-corporate"],
[class*="--scheme-health"] {
  --card-tag-department: #aaa39d
}

.b_card {
  --card-bg: transparent;
  --card-bg-active: transparent;
  --card-color-hl: var(--color-primary-variant);
  --card-color-active-hl: var(--color-interactive-active);
  position: relative;
  width: 100%
}

.b_card--course {
  --card-bg: #f5f4f3;
  --card-bg-active: #f5f4f3
}

.b_card--course .b_card__link {
  border: 1px solid #dddad8;
  border-radius: 20px
}

.b_card--course .b_card__content {
  min-height: 345px;
  padding: 30px 15px 20px
}

.b_card--course .b_card__headline {
  font-size: 20px;
  line-height: 24px
}

.b_card--course .b_card__subline {
  font-size: 15px;
  line-height: 20px
}

.b_card--course .b_card__icon {
  margin-top: auto
}

.b_card--course .b_card__headline+.b_card__icon,
.b_card--course .b_card__tag-list+.b_card__icon {
  padding-top: 30px
}

.b_card--course .b_card__icon-text {
  font-size: 13px
}

.b_card--course .b_card__icon+.b_card__icon {
  margin-top: 5px
}

.b_card--course .b_tag {
  min-height: 19px;
  padding: 0 5px
}

.b_card--course-portal .b_card__headline {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  line-height: 24px
}

.b_card--course-portal .b_card__headline .b_icon {
  flex: 0 0 auto;
  margin-left: 20px;
  margin-top: 3px
}

.b_card--course-portal .b_card__subline {
  font-size: 15px;
  line-height: 20px
}

.b_card--course-portal .b_card__icon {
  margin-top: 20px
}

.b_card--course-portal .b_card__icon+.b_card__icon {
  margin-top: 5px
}

.b_card--course-portal .b_card__icon-text {
  font-size: 13px
}

.b_card--department {
  --card-bg: #fff;
  --card-bg-active: #f5f4f3
}

.b_card--department .b_card__link {
  border: 1px solid #dddad8;
  border-radius: 20px
}

.b_card--department .b_card__content {
  min-height: 345px;
  padding: 30px 15px 20px
}

.b_card--department .b_card__tag-list {
  margin-bottom: 15px
}

.b_card--department .b_card__tag-list .b_tag {
  background: var(--card-tag-department)
}

.b_card--department .b_card__headline {
  font-size: 20px;
  line-height: 24px
}

.b_card--department .b_card__subline {
  font-size: 13px;
  line-height: 18px;
  margin-top: 15px
}

.b_card--department .b_card__icon {
  align-items: flex-start;
  display: flex;
  margin-top: auto;
  padding-top: 30px
}

.b_card--department .b_card__icon .b_icon--xxl,
.b_card--department .b_card__icon-text--large {
  color: var(--color-primary)
}

.b_card--event .b_card__link {
  border-bottom: 1px solid #dddad8
}

.b_card--event .b_card__content {
  padding: 0 0 25px
}

.b_card--news .b_card__link {
  border-bottom: 1px solid #dddad8
}

.b_card--news .b_card__content {
  padding: 0 0 25px
}

.b_card--news .b_card__icon {
  margin-top: 5px
}

.b_card--person {
  --card-bg: #fff;
  --card-bg-active: #f5f4f3;
  --card-color-hl: #fff;
  --card-color-active-hl: #fff;
  color: #fff
}

.b_card--person .b_card__link {
  background-color: #f5f4f3;
  border-radius: 20px
}

.b_card--person .b_card__content {
  bottom: 0;
  left: 0;
  padding: 20px 20px 30px;
  position: absolute;
  right: 0;
  top: 0
}

.b_card--person .b_card__tag-list {
  flex-direction: column
}

.b_card--person .b_card__tag-list .b_tag {
  display: inline-flex;
  margin-bottom: 5px
}

.b_card--person .b_card__headline,
.b_card--person .b_card__overline {
  margin-top: auto
}

.b_card--person .b_card__subline {
  line-height: 20px
}

.b_card--person-no-image .b_card__background-image:after {
  display: none
}

.b_card__link {
  background-color: var(--card-bg);
  display: flex;
  margin-top: var(--card-link-margin, 11px);
  overflow: hidden;
  position: relative;
  transition: background-color .15s linear
}

.b_card__link:focus-visible,
.b_card__link:hover {
  background-color: var(--card-bg-active)
}

.b_card__link:focus-visible .b_card__headline,
.b_card__link:focus-visible .b_card__overline,
.b_card__link:hover .b_card__headline,
.b_card__link:hover .b_card__overline {
  color: var(--card-color-active-hl)
}

.b_card__link:focus-visible .b_card__background-image .b_picture,
.b_card__link:focus-visible .b_card__image .b_picture,
.b_card__link:hover .b_card__background-image .b_picture,
.b_card__link:hover .b_card__image .b_picture {
  transform: translateZ(0) scale(1.07)
}

.b_card__link:focus-visible .b_card__profile-placeholder svg,
.b_card__link:hover .b_card__profile-placeholder svg {
  transform: translateZ(0) scale(1.07)
}

.b_card__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1
}

.b_card__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px
}

.b_card__tag-list:not(:first-child) {
  border-top: 1px solid #dddad8;
  margin-top: 15px;
  padding-top: 15px
}

.b_card__tag-list .b_tag {
  border-radius: 2px;
  display: flex;
  letter-spacing: .1666666667em;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: uppercase
}

.b_card__tag-item {
  line-height: 0
}

.b_card__overline {
  color: var(--card-color-hl);
  font-size: 13px;
  line-height: 18px
}

.b_card__headline {
  color: var(--card-color-hl);
  font-family: SRHHeadline, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px
}

.b_card__headline[class*="--scheme-corporate"],
.b_card__headline[class*="--scheme-edu"],
.b_card__headline[class*="--scheme-health"] {
  --card-color-active-hl: var(--color-interactive-active);
  color: var(--color-primary)
}

.b_card__overline+.b_card__headline {
  margin-top: 5px
}

.b_card__headline .b_icon {
  display: inline-block;
  margin-left: .3em;
  vertical-align: text-top
}

.b_card__date {
  display: block;
  line-height: 0;
  margin-top: 5px
}

.b_card__date .b_icon {
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 12px
}

.b_card__date .b_svg {
  display: block
}

.b_card__date-text {
  display: inline-block;
  font-size: 12px;
  line-height: 18px
}

.b_card__date-text:first-child {
  color: #171717;
  font-family: SRHHeadline, sans-serif;
  font-size: 20px;
  line-height: 30px
}

.b_card__subline {
  font-size: 15px;
  line-height: 28px;
  margin-top: 5px
}

.b_card__icon {
  line-height: 0;
  margin-top: 30px
}

.b_card__icon+.b_card__icon {
  margin-top: 3px
}

.b_card__icon .b_svg {
  display: block
}

.b_card__icon .b_icon--s {
  display: inline-block;
  height: 12px;
  position: relative;
  top: 1px;
  width: 12px
}

.b_card__icon-text {
  font-size: 12px;
  line-height: 18px;
  margin-left: 5px
}

.b_card__icon-text--large {
  display: flex;
  flex-direction: column;
  font-family: SRHHeadline, sans-serif;
  font-size: 13px;
  font-weight: 700
}

.b_card__icon-overline {
  font-family: SRHText, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px
}

.b_card__image {
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
  position: relative
}

.b_card__image .b_picture {
  transform: translateZ(0) scale(1);
  transition: transform .4s cubic-bezier(.215, .61, .355, 1)
}

.b_card__background-image {
  padding-bottom: 125%;
  position: relative;
  width: 100%;
  z-index: 0
}

.b_card__background-image .b_picture {
  height: 100%;
  position: absolute;
  transform: translateZ(0) scale(1);
  transition: transform .4s cubic-bezier(.215, .61, .355, 1);
  width: 100%
}

.b_card__background-image .b_picture__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b_card__background-image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent 65%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.b_card__profile-placeholder {
  background-color: #f0edeb;
  color: #e9e4e1;
  height: 100%;
  position: absolute;
  width: 100%
}

.b_card__profile-placeholder svg {
  fill: currentColor;
  transform: translateZ(0) scale(1);
  transition: transform .4s cubic-bezier(.215, .61, .355, 1)
}

.b_contact--marginal .b_contact__grid {
  grid-template-columns: 114px 1fr
}

.b_contact--marginal .b_contact__profile-image~.b_contact__list {
  grid-column: 1/3;
  margin-top: 20px
}

.b_contact--marginal .b_headline+.b_rte {
  margin-top: 5px
}

.b_contact--marginal .b_link {
  align-items: center;
  font-size: 15px;
  line-height: 20px
}

.b_contact--marginal .b_link .b_icon {
  height: 16px;
  top: 0;
  width: 16px
}

.b_contact--marginal .b_contact__item-info {
  font-size: 12px;
  line-height: 18px;
  margin-left: 30px;
  margin-top: 5px
}

.b_contact__grid {
  grid-column-gap: 15px;
  display: grid;
  grid-template-columns: 33.333% 1fr;
  grid-template-rows: min-content 1fr
}

.b_headline+.b_contact__grid {
  margin-top: 20px
}

.b_contact__profile-image {
  grid-column: 1;
  grid-row: 1/3
}

.b_contact__profile-header {
  grid-column: 1/3
}

.b_contact__profile-image+.b_contact__profile-header {
  grid-column: 2
}

.b_contact__list {
  grid-column: 1/3
}

.b_contact__list:not(:first-child) {
  margin-top: 20px
}

.b_contact__profile-image~.b_contact__list {
  margin-top: 30px
}

.b_contact__list-item .b_rte+*,
.b_contact__list-item+.b_contact__list-item {
  margin-top: 15px
}

.b_contact__item-info {
  margin-left: 30px;
  margin-top: 5px
}

.b_contact__item-table {
  border-collapse: collapse
}

.b_contact__item-table td,
.b_contact__item-table th {
  vertical-align: top
}

.b_contact__item-table th {
  font-weight: 400;
  padding-right: 15px;
  text-align: left
}

:root,
[class*="--scheme-edu"] {
  --dialog-color-bg: #fff;
  --dialog-color-backdrop: rgba(0, 0, 0, .5);
  --dialog-color-border: transparent;
  --dialog-color-content-headline: var(--color-primary)
}

[class*="--scheme-corporate"],
[class*="--scheme-health"] {
  --dialog-color-bg: #f0edeb;
  --dialog-color-backdrop: hsla(0, 0%, 100%, .8);
  --dialog-color-border: var(--color-border-grey);
  --dialog-color-content-headline: var(--color-text-default)
}

.b_dialog {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 15px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease;
  transition-property: opacity, visibility;
  visibility: hidden
}

.b_dialog--filter {
  --dialog-color-bg: #fff;
  --dialog-color-backdrop: rgba(0, 0, 0, .5)
}

.b_dialog--filter .b_dialog__title .b_overline {
  color: #aaa39d
}

.b_dialog--filter .b_dialog__close .b_link {
  --color-link-inactive: var(--color-text-default)
}

.b_dialog--colwidth-full .b_dialog__secondary-col {
  flex: 0 0 100%
}

.b_dialog--open {
  pointer-events: auto;
  visibility: visible
}

.b_dialog--open .b_dialog__backdrop {
  opacity: 1;
  transition-duration: .4s
}

.b_dialog--open .b_dialog__background {
  animation-delay: .1s;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: sc-Dialog-scale;
  animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.b_dialog--open .b_dialog__content {
  animation-delay: .2s;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: dialog-appear;
  animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.b_dialog--open .b_dialog__close {
  animation-delay: .1s;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: sc-Dialog-scale;
  animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.b_dialog__backdrop {
  background-color: var(--dialog-color-backdrop);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: .3s ease;
  width: 100%;
  z-index: 1
}

.b_dialog__box {
  display: flex;
  flex: 0 1 1340px;
  max-height: 100%;
  min-height: 70%;
  position: relative;
  z-index: 2
}

.b_dialog__background {
  background-color: var(--dialog-color-bg);
  border: 1px solid var(--dialog-color-border);
  border-radius: 20px 20px 0 20px;
  height: 100%;
  opacity: 1;
  position: absolute;
  transform: scale(1.2);
  width: 100%
}

.b_dialog__content {
  display: grid;
  grid-template-rows: 1fr max-content;
  min-height: 100%;
  opacity: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  position: relative;
  transform: translateY(30px);
  width: 100%
}

.b_dialog__main {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.b_dialog__close {
  color: var(--color-text-dark);
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.2)
}

.b_dialog__close .b_link {
  height: 55px;
  justify-content: center;
  width: 55px
}

[class*="--scheme-health"] .b_dialog__close .b_link {
  --color-link-active: var(--color-interactive-active)
}

.b_dialog__body {
  display: flex;
  width: 100%
}

.b_dialog__header+.b_dialog__body {
  margin-top: 30px
}

.b_dialog__primary-col,
.b_dialog__secondary-col {
  flex: 0 0 100%;
  min-width: 0
}

.b_dialog__secondary-col {
  margin-top: 45px
}

.b_dialog__footer {
  display: none
}

.b_dialog__footer .b_svg {
  stroke: none;
  color: var(--color-primary);
  height: 45px;
  width: auto
}

.b_dialog__footer .logoMain {
  color: currentColor
}

.b_dialog__footer .logoMeta {
  color: var(--color-text-default)
}

.b_dialog__actions {
  display: flex;
  flex-wrap: wrap
}

.b_dialog__actions>:not(:last-child) {
  margin-right: 30px
}

.b_dialog__actions>*+* {
  margin-top: 13px
}

.b_dialog__downloads {
  border-top: 1px solid var(--color-border-grey);
  padding-top: 30px
}

.b_dialog__spacer {
  border: none;
  border-top: 1px solid var(--color-border-grey);
  margin: 20px 0
}

.b_dialog__accordion:not(:first-child),
.b_dialog__actions:not(:first-child),
.b_dialog__contact:not(:first-child),
.b_dialog__content-headline:not(:first-child),
.b_dialog__downloads:not(:first-child),
.b_dialog__linklist:not(:first-child),
.b_dialog__rte:not(:first-child),
.b_dialog__table:not(:first-child) {
  margin-top: 30px
}

.b_dialog__spacer+.b_dialog__accordion,
.b_dialog__spacer+.b_dialog__actions,
.b_dialog__spacer+.b_dialog__contact,
.b_dialog__spacer+.b_dialog__content-headline,
.b_dialog__spacer+.b_dialog__downloads,
.b_dialog__spacer+.b_dialog__linklist,
.b_dialog__spacer+.b_dialog__rte,
.b_dialog__spacer+.b_dialog__table {
  margin-top: 20px
}

.b_dialog__content-headline .b_headline:not([class*=color]) {
  color: var(--dialog-color-content-headline)
}

.b_dialog__content-headline+.b_dialog__rte {
  margin-top: 15px
}

.b_dialog .b_contact--marginal .b_headline {
  color: var(--color-text-dark)
}

@keyframes sc-Dialog-scale {
  0% {
    opacity: 1;
    transform: scale(1.2)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes dialog-appear {
  0% {
    opacity: 1;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.b_filter-lists {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px
}

.b_filter-lists__title {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 28px
}

.b_filter-lists__list {
  display: flex;
  flex-direction: column;
  margin-top: 5px
}

.b_filter-lists__item {
  display: inline-flex
}

.b_filter-lists__item+.b_filter-lists__item {
  margin-top: 15px
}

.b_footer-contact+.b_footer-contact {
  border-top: 1px solid var(--color-border-grey);
  margin-top: 45px;
  padding-top: 45px
}

.b_footer-contact__header+.b_list {
  margin-top: 15px
}

.b_footer-contact .b_link {
  font-weight: 700
}

.b_footer-contact .b_link:active,
.b_footer-contact .b_link:focus-visible,
.b_footer-contact .b_link:hover {
  color: var(--color-interactive-active)
}

.b_checkbox {
  --bg-color: #f5f4f3;
  --border-color: #aaa39d;
  --checkmark-color: #fff;
  --border-width: 1px
}

.b_checkbox--small .b_checkbox__box {
  height: 16px;
  width: 16px
}

.b_checkbox--small .b_checkbox__box .b_icon {
  height: 14px;
  width: 14px
}

.b_checkbox--small .b_checkbox__label {
  font-size: 14px;
  line-height: 20px
}

.b_checkbox--small .b_checkbox__label .b_label {
  font-size: 14px;
  line-height: 20px;
  margin-top: -3px
}

.b_checkbox__label {
  cursor: pointer;
  display: flex
}

.b_checkbox__input:disabled,
.b_checkbox__input:disabled~.b_checkbox__box,
.b_checkbox__input:disabled~.b_label {
  cursor: not-allowed
}

.b_checkbox__input:focus:not([disabled])~.b_checkbox__box,
.b_checkbox__input:hover:not([disabled])~.b_checkbox__box {
  --border-width: 2px
}

.b_checkbox__box {
  align-items: center;
  background: var(--bg-color);
  background-clip: padding-box;
  border: var(--border-width) solid var(--border-color);
  border-radius: 2px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  transition: .15s linear;
  transition-property: box-shadow, background-color, border-color, color;
  width: 20px
}

input:focus-visible~.b_checkbox__box {
  outline: 5px solid var(--color-focus);
  outline-offset: var(--outline-offset)
}

input:focus:not(:disabled)~.b_checkbox__box,
input:hover:not(:disabled)~.b_checkbox__box {
  --border-color: #6d7373
}

input:checked:not(:disabled)~.b_checkbox__box {
  --border-color: #6d7373;
  --bg-color: #6d7373
}

input:checked:disabled~.b_checkbox__box {
  --bg-color: #aaa39d
}

.b_checkbox--invalid input~.b_checkbox__box {
  --border-color: rgba(230, 0, 0, .7);
  --border-width: 2px
}

.b_checkbox--invalid input:checked~.b_checkbox__box {
  --bg-color: rgba(230, 0, 0, .7);
  --border-color: rgba(230, 0, 0, .7)
}

.b_checkbox--invalid input:focus:not(:disabled)~.b_checkbox__box,
.b_checkbox--invalid input:hover:not(:disabled)~.b_checkbox__box {
  --border-color: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_checkbox {
  --bg-color: hsla(0, 0%, 100%, .3);
  --border-color: #fff
}

[class*="--scheme-light"] input:focus-visible~.b_checkbox__box {
  outline: 5px solid var(--color-focus);
  outline-offset: var(--outline-offset)
}

[class*="--scheme-light"] input:focus~.b_checkbox__box,
[class*="--scheme-light"] input:hover~.b_checkbox__box {
  --border-color: #fff
}

[class*="--scheme-light"] input:checked:focus~.b_checkbox__box,
[class*="--scheme-light"] input:checked:hover~.b_checkbox__box {
  --border-color: hsla(0, 0%, 100%, .8);
  --bg-color: hsla(0, 0%, 100%, .8)
}

[class*="--scheme-light"] input:checked~.b_checkbox__box {
  --bg-color: #fff;
  --border-color: #fff;
  --checkmark-color: #6d7373
}

[class*="--scheme-light"] input:disabled~.b_checkbox__box {
  --border-color: hsla(0, 0%, 100%, .3);
  --bg-color: hsla(0, 0%, 100%, .3);
  --checkmark-color: hsla(0, 0%, 100%, .6)
}

[class*="--scheme-light"] input:checked:disabled~.b_checkbox__box {
  --border-color: hsla(0, 0%, 100%, .3);
  --bg-color: hsla(0, 0%, 100%, .3)
}

[class*="--scheme-light"] .b_checkbox--invalid input~.b_checkbox__box {
  --border-color: rgba(230, 0, 0, .7);
  --bg-color: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_checkbox--invalid input:checked~.b_checkbox__box {
  --checkmark-color: #fff
}

[class*="--scheme-light"] .b_checkbox--invalid input:focus:not(:disabled)~.b_checkbox__box,
[class*="--scheme-light"] .b_checkbox--invalid input:hover:not(:disabled)~.b_checkbox__box {
  --border-color: rgba(230, 0, 0, .7);
  --bg-color: rgba(230, 0, 0, .7)
}

.b_checkbox__box .b_icon {
  color: var(--checkmark-color);
  display: flex;
  flex: 0 0 auto;
  opacity: 1;
  transition: .15s linear;
  transition-property: opacity, color
}

.b_checkbox--checked .b_checkbox__box .b_icon,
input:checked+.b_checkbox__box .b_icon {
  opacity: 1
}

.b_checkbox .b_label {
  font-size: 15px;
  line-height: 28px;
  margin-top: -5px;
  padding-left: 20px
}

.b_checkbox .b_field-message {
  padding: 0 10px 0 40px
}

.b_form-group--inline .b_form-group__items {
  display: flex;
  flex-flow: row wrap
}

.b_form-group--inline .b_form-group__items>* {
  margin-right: 30px;
  margin-top: 0
}

.b_form-group--inline .b_form-group__items>:last-child {
  margin-right: 0
}

.b_form-group__items {
  margin-top: 15px
}

.b_form-group__items:first-child {
  margin-top: 0
}

.b_form-group__items>* {
  margin-top: 30px
}

.b_radio {
  --bg-color: #f5f4f3;
  --border-color: #aaa39d;
  --dot-color: #6d7373;
  --border-width: 1px
}

.b_radio__label {
  cursor: pointer;
  display: flex
}

.b_radio__input:disabled,
.b_radio__input:disabled~.b_label,
.b_radio__input:disabled~.b_radio__box {
  cursor: not-allowed
}

.b_radio__input:focus:not([disabled])~.b_radio__box,
.b_radio__input:hover:not([disabled])~.b_radio__box {
  --border-width: 2px
}

.b_radio__box {
  align-items: center;
  background: var(--bg-color);
  background-clip: padding-box;
  border: var(--border-width) solid var(--border-color);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  transition: .15s linear;
  transition-property: box-shadow, background-color, border-color, color;
  width: 20px
}

.b_radio__box:before {
  background-color: var(--dot-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 1;
  transition: .15s linear;
  transition-property: background-color, opacity;
  width: 10px
}

input:focus-visible~.b_radio__box {
  outline: 5px solid var(--color-focus);
  outline-offset: var(--outline-offset)
}

input:focus:not(:disabled)~.b_radio__box,
input:hover:not(:disabled)~.b_radio__box {
  --border-color: #6d7373
}

input:checked:not(:disabled)~.b_radio__box {
  --border-width: 2px
}

input:checked:disabled~.b_radio__box {
  --dot-color: #aaa39d
}

.b_radio--invalid input~.b_radio__box {
  --dot-color: rgba(230, 0, 0, .7);
  --border-color: rgba(230, 0, 0, .7);
  --border-width: 2px
}

.b_radio--invalid input:focus:not(:disabled)~.b_radio__box,
.b_radio--invalid input:hover:not(:disabled)~.b_radio__box {
  --border-color: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_radio {
  --bg-color: hsla(0, 0%, 100%, .3);
  --border-color: #fff;
  --dot-color: #fff
}

[class*="--scheme-light"] input:focus-visible~.b_radio__box {
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .5)
}

[class*="--scheme-light"] input:focus~.b_radio__box,
[class*="--scheme-light"] input:hover~.b_radio__box {
  --border-color: #fff
}

[class*="--scheme-light"] input:checked:focus~.b_radio__box,
[class*="--scheme-light"] input:checked:hover~.b_radio__box {
  --border-color: hsla(0, 0%, 100%, .8);
  --dot-color: hsla(0, 0%, 100%, .8)
}

[class*="--scheme-light"] input:disabled~.b_radio__box {
  --border-color: hsla(0, 0%, 100%, .3);
  --dot-color: #fff
}

[class*="--scheme-light"] .b_radio--invalid input~.b_radio__box {
  --border-color: rgba(230, 0, 0, .7);
  --bg-color: rgba(230, 0, 0, .7);
  --dot-color: #fff
}

[class*="--scheme-light"] .b_radio--invalid input:focus:not(:disabled)~.b_radio__box,
[class*="--scheme-light"] .b_radio--invalid input:hover:not(:disabled)~.b_radio__box {
  --border-color: rgba(230, 0, 0, .7)
}

.b_radio--checked .b_radio__box:before,
input:checked+.b_radio__box:before {
  opacity: 1
}

.b_radio .b_label {
  font-size: 15px;
  line-height: 28px;
  margin-top: -5px;
  padding-left: 20px
}

.b_radio .b_field-message {
  padding: 0 10px 0 40px
}

.b_select {
  --select-border-width: 1px;
  --select-color: var(--color-text-default)
}

.b_select--invalid {
  --form-input-border-color: rgba(230, 0, 0, .7);
  --select-color: rgba(230, 0, 0, .7);
  --select-border-width: 2px
}

.b_select--invalid .b_select__select {
  color: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_select--invalid {
  --form-input-bg: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_select--invalid .b_select__select {
  box-shadow: none;
  color: #fff
}

[class*="--scheme-light"] .b_select--invalid .b_select__toggle {
  color: #fff
}

.b_select__field {
  display: flex;
  flex-direction: column;
  position: relative
}

.b_select__select {
  background: var(--form-input-bg);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 0 var(--select-border-width) var(--form-input-border-color);
  color: var(--select-color);
  display: block;
  flex: 1 1 auto;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  padding: 11px 59px 11px 20px;
  position: relative;
  resize: none;
  text-align: left;
  text-overflow: ellipsis;
  transition: .15s linear;
  transition-property: box-shadow, color;
  white-space: nowrap;
  width: 100%
}

.b_select__select::-moz-placeholder {
  color: inherit;
  opacity: .6
}

.b_select__select::placeholder {
  color: inherit;
  opacity: .6
}

.b_select__select:focus,
.b_select__select:hover {
  --select-border-width: 2px
}

.b_select__select:focus,
.b_select__select:focus-visible {
  box-shadow: inset 0 0 0 var(--select-border-width) var(--form-input-border-color)
}

.b_select__select:disabled {
  cursor: not-allowed
}

.b_select__select:disabled,
.b_select__select[readonly] {
  color: var(--form-input-color-disabled)
}

.b_select__select[type=number] {
  -moz-appearance: textfield
}

.b_select__select[type=number]::-webkit-inner-spin-button,
.b_select__select[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.b_select__option {
  font-weight: 400
}

.b_select__toggle {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 50px;
  pointer-events: none;
  position: absolute;
  right: 20px
}

.b_select__toggle line {
  transform-origin: 12px 15px;
  transition: transform .4s ease
}

.b_select__select:focus .b_select__toggle line {
  transform: translateY(-6px) rotate(-90deg)
}

.b_select__select:focus .b_select__toggle line:last-child {
  transform: translateY(-6px) rotate(90deg)
}

.b_select--invalid .b_select__toggle {
  color: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_select__toggle {
  color: #fff
}

.b_select .b_label {
  margin: 0 10px 5px;
  order: -1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b_select .b_field-message {
  padding: 0 10px 0 20px
}

:root,
[class*="--scheme-edu"] {
  --switch-icon: var(--color-text-default);
  --switch-track-inactive: #fff;
  --switch-track-active: #fff
}

[class*="--scheme-corporate"] {
  --switch-icon: var(--color-interactive-active);
  --switch-track-inactive: #aaa39d;
  --switch-track-active: #575756
}

[class*="--scheme-health"] {
  --switch-icon: var(--color-interactive-active);
  --switch-track-inactive: #aaa39d;
  --switch-track-active: var(--color-primary)
}

.b_switch--small .b_switch__box {
  height: 16px;
  width: 16px
}

.b_switch--small .b_switch__box .b_icon {
  height: 14px;
  width: 14px
}

.b_switch__label {
  cursor: pointer;
  display: flex
}

.b_switch__input:disabled,
.b_switch__input:disabled~.b_label,
.b_switch__input:disabled~.b_switch__toggle-track {
  cursor: not-allowed
}

.b_switch__input:disabled~.b_label {
  --form-label-color-disabled: var(--color-text-default)
}

.b_switch__input:focus-visible~.b_switch__toggle-track {
  box-shadow: 0 0 0 5px rgba(0, 105, 154, .5)
}

[class*="--scheme-light"] .b_switch__input:focus-visible~.b_switch__toggle-track {
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .5)
}

.b_switch__toggle-track {
  background-color: var(--switch-track-inactive);
  border-radius: 10px;
  flex: 0 0 auto;
  height: 20px;
  position: relative;
  transition: .15s linear;
  transition-property: box-shadow, background-color;
  width: 35px
}

input:checked~.b_switch__toggle-track {
  background-color: var(--switch-track-active)
}

.b_switch__toggle {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 hsla(0, 0%, 9%, .15);
  content: "";
  display: inline-flex;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .25s cubic-bezier(.645, .045, .355, 1), background-color .25s linear, opacity .25s linear;
  width: 20px;
  will-change: opacity, transform
}

.b_switch__input:checked~.b_switch__toggle-track .b_switch__toggle {
  opacity: 1;
  transform: translateX(15px)
}

.b_switch__toggle .b_icon {
  color: var(--switch-icon);
  left: 3px;
  line-height: 18px;
  opacity: 1;
  position: absolute;
  top: 3px;
  transform: scale(0);
  transition: .15s linear;
  transition-property: opacity, transform;
  will-change: opacity, transform
}

.b_switch__input:checked~.b_switch__toggle-track .b_switch__toggle .b_icon {
  opacity: 1;
  transform: scale(1)
}

.b_switch .b_label {
  font-weight: 700;
  margin-top: -4px;
  padding-left: 15px
}

.b_switch .b_label__text {
  line-height: 28px
}

.b_switch .b_field-message {
  padding: 0 10px 0 50px
}

.b_textinput {
  --textinput-border-width: 1px
}

.b_textinput--invalid {
  --form-input-border-color: rgba(230, 0, 0, .7);
  --textinput-border-width: 2px
}

.b_textinput--invalid .b_textinput__counter,
.b_textinput--invalid .b_textinput__input {
  color: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_textinput--invalid {
  --form-input-bg: rgba(230, 0, 0, .7)
}

[class*="--scheme-light"] .b_textinput--invalid .b_textinput__input {
  box-shadow: none;
  color: #fff
}

.b_textinput--autosize .b_textinput__input {
  overflow: hidden
}

.b_textinput__field {
  display: flex;
  flex-direction: column;
  position: relative
}

.b_textinput__input {
  background: var(--form-input-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 0 var(--textinput-border-width) var(--form-input-border-color);
  color: var(--color-text-default);
  display: block;
  flex: 1 1 auto;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 11px 20px;
  position: relative;
  resize: none;
  text-align: left;
  transition: .15s linear;
  transition-property: box-shadow, color
}

.b_textinput__input::-moz-placeholder {
  color: inherit;
  opacity: .6
}

.b_textinput__input::placeholder {
  color: inherit;
  opacity: .6
}

.b_textinput__input:focus,
.b_textinput__input:focus-visible,
.b_textinput__input:hover {
  --textinput-border-width: 2px;
  box-shadow: inset 0 0 0 var(--textinput-border-width) var(--form-input-border-color)
}

.b_textinput__input:disabled {
  cursor: not-allowed
}

.b_textinput__input:disabled,
.b_textinput__input[readonly] {
  color: var(--form-input-color-disabled)
}

.b_textinput__input[type=number] {
  -moz-appearance: textfield
}

.b_textinput__input[type=number]::-webkit-inner-spin-button,
.b_textinput__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.b_textinput__counter {
  color: var(--color-text-default);
  display: block;
  font-size: 12px;
  line-height: 18px;
  opacity: .5;
  padding-top: 5px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 100%;
  transition: .15s linear;
  transition-property: color, opacity
}

.b_textinput__input:focus~.b_textinput__counter {
  opacity: 1
}

.b_textinput .b_label {
  margin: 0 10px 5px;
  order: -1
}

.b_textinput .b_label__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b_textinput .b_field-message {
  padding: 0 10px 0 20px
}

:root,
[class*="--scheme-edu"] {
  --grid-teaser-bg: var(--color-primary)
}

[class*="--scheme-corporate"] {
  --grid-teaser-bg: #aaa39d
}

[class*="--scheme-health"] {
  --grid-teaser-bg: var(--color-primary)
}

.b_grid-teaser {
  overflow: hidden
}

.b_grid-teaser:focus-within {
  outline: 5px solid var(--color-focus);
  outline-offset: var(--outline-offset)
}

.b_grid-teaser__link {
  display: block
}

.b_grid-teaser .b_picture:after {
  background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .3));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.b_grid-teaser__caption {
  bottom: 0;
  color: #fff;
  left: 0;
  max-width: 438px;
  padding: 20px 15px;
  position: absolute;
  width: 75%;
  z-index: 1
}

.b_grid-teaser__caption:before {
  background-color: var(--grid-teaser-bg);
  border-radius: 20px 20px 20px 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.b_grid-teaser__copy {
  font-size: 15px;
  line-height: 20px;
  padding-top: 5px
}

.b_lightbox {
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw
}

.b_lightbox--visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible
}

.b_lightbox--fade-in .b_lightbox__bg,
.b_lightbox--fade-in .b_lightbox__caption,
.b_lightbox--fade-in .b_lightbox__controls {
  opacity: 1;
  transition: opacity .4s ease-in
}

.b_lightbox--fade-in .b_lightbox__caption,
.b_lightbox--fade-in .b_lightbox__controls {
  transition-delay: .5s
}

.b_lightbox--animation-complete .b_lightbox__bg,
.b_lightbox--animation-complete .b_lightbox__caption,
.b_lightbox--animation-complete .b_lightbox__controls,
.b_lightbox--animation-complete .b_lightbox__media .b_picture__image {
  opacity: 1
}

.b_lightbox__bg {
  background-color: #000
}

.b_lightbox__bg,
.b_lightbox__controls {
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity .4s linear;
  width: 100%
}

.b_lightbox__controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3
}

.b_lightbox__button {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  pointer-events: auto;
  width: 80px
}

.b_lightbox__button--close {
  position: absolute;
  right: 0;
  top: 0
}

.b_lightbox__button--close .b_icon {
  height: 30px;
  width: 30px
}

.b_lightbox__button--next,
.b_lightbox__button--prev {
  position: relative
}

.b_lightbox__button--next:before,
.b_lightbox__button--prev:before {
  background: var(--color-interactive);
  border-radius: 50%;
  bottom: 15px;
  box-shadow: 0 0 3px #000;
  content: "";
  display: block;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px
}

.b_lightbox__button--next:focus-visible:before,
.b_lightbox__button--next:hover:before,
.b_lightbox__button--prev:focus-visible:before,
.b_lightbox__button--prev:hover:before {
  background: var(--color-interactive-active)
}

.b_lightbox__button .b_icon {
  color: #fff
}

.b_lightbox__slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.b_lightbox__slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%
}

.b_lightbox__slider:not([data-keen-slider-disabled]) .b_lightbox__slide {
  min-height: 100%;
  position: relative;
  width: 100%
}

.b_lightbox__slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse
}

.b_lightbox__slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap
}

.b_lightbox__media,
.b_lightbox__slide {
  height: 100%;
  width: 100%
}

.b_lightbox__media {
  position: relative
}

.b_lightbox__media .b_picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.b_lightbox__media .b_picture__image {
  opacity: 1
}

.b_lightbox__media .b_picture__image--taller {
  height: 100%;
  width: auto
}

.b_lightbox__media .b_picture__image--wider {
  height: auto;
  width: 100%
}

.b_lightbox__caption {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 1;
  position: absolute;
  text-shadow: 1px 0 5px rgba(0, 0, 0, .4);
  transition: opacity .4s linear;
  z-index: 2
}

.b_lightbox__caption-text {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-mask-image: linear-gradient(180deg, #000, #000 20px, transparent 40px);
  mask-image: linear-gradient(180deg, #000, #000 20px, transparent 40px);
  overflow: hidden;
  padding: 0 20px;
  transform: translateY(calc(100% - 20px));
  transition: all .25s ease
}

.b_lightbox__caption-text--expanded {
  -webkit-mask-image: linear-gradient(180deg, #000, #000 40px);
  mask-image: linear-gradient(180deg, #000, #000 40px);
  transform: translateY(0)
}

.b_list--curriculum li {
  display: flex
}

.b_list--curriculum .b_list__number {
  font-size: 12px;
  line-height: 18px;
  margin-left: auto;
  padding-left: 30px;
  padding-top: 5px
}

.b_media--left {
  padding-right: 30px
}

.b_media--center {
  margin: 0 4%
}

.b_media--right {
  padding-left: 30px
}

.b_media__caption {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  max-width: 23em
}

.b_pagination__list {
  height: 60px
}

.b_pagination__item,
.b_pagination__list {
  align-items: center;
  display: flex;
  justify-content: center
}

.b_pagination__item {
  height: 30px;
  width: 30px
}

.b_pagination__item--icon:first-child {
  margin-right: 20px
}

.b_pagination__item--icon:last-child {
  margin-left: 20px
}

.b_pagination__item[hidden] {
  display: none
}

.b_pagination__button {
  align-items: center;
  color: #575756;
  cursor: pointer;
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  justify-content: center;
  transition: all .15s ease
}

.b_pagination__button:focus-visible,
.b_pagination__button:hover {
  color: var(--color-interactive-active)
}

.b_pagination__button--active {
  color: var(--color-interactive)
}

.b_pagination__button--icon {
  background: var(--color-interactive);
  border-radius: 50%;
  color: #fff
}

.b_pagination__button--icon:focus-visible,
.b_pagination__button--icon:hover {
  background: var(--color-interactive-active);
  color: #fff
}

.b_pagination__button[disabled] {
  background: #575756;
  cursor: not-allowed;
  pointer-events: none
}

.b_pagination__dots {
  color: #575756;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.b_pilot-card {
  --pilot-card-font-size: 20px;
  --pilot-card-line-height: 30px;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  color: var(--color-interactive);
  display: flex;
  padding: 15px 10px;
  width: 100%
}

.b_pilot-card:active,
.b_pilot-card:focus-visible,
.b_pilot-card:hover {
  color: var(--color-interactive-active)
}

.b_pilot-card:active .b_pilot-card__icon,
.b_pilot-card:focus-visible .b_pilot-card__icon,
.b_pilot-card:hover .b_pilot-card__icon {
  color: inherit
}

.b_pilot-card--four-col {
  --pilot-card-font-size: 15px;
  --pilot-card-line-height: 21px;
  flex-direction: column;
  justify-content: center
}

.b_pilot-card--four-col .b_pilot-card__text {
  margin-left: 0;
  margin-top: 5px;
  text-align: center
}

.b_pilot-card--four-col .b_pilot-card__arrow {
  margin-top: 5px
}

.b_pilot-card--dialog {
  --pilot-card-font-size: 15px;
  --pilot-card-line-height: 20px;
  flex-direction: column;
  padding: 20px 10px 15px
}

.b_pilot-card--dialog .b_pilot-card__text {
  font-family: SRHText, sans-serif;
  margin-left: 0;
  margin-top: 10px;
  text-align: center
}

.b_pilot-card__icon {
  align-items: center;
  color: #78c8d2;
  display: flex;
  height: 60px;
  transition: color .15s ease;
  width: 60px
}

.b_pilot-card__icon .b_icon {
  display: flex;
  height: 100%;
  width: 100%
}

.b_pilot-card__icon .b_svg {
  display: inline-block;
  height: auto;
  width: 100%
}

.b_pilot-card__text {
  flex-grow: 1;
  font-family: SRHHeadline, sans-serif;
  font-size: var(--pilot-card-font-size);
  font-weight: 700;
  line-height: var(--pilot-card-line-height);
  margin-left: 15px;
  width: 100%
}

.b_pilot-card__arrow {
  color: inherit
}

.b_pilot-card__arrow .b_icon {
  height: 20px;
  width: 20px
}

.b_pilot-list {
  margin: 45px 15px
}

.b_pilot-list__list {
  margin-top: 20px
}

.b_pilot-list__list:first-child {
  margin-top: 0
}

.b_pilot-list__item {
  align-items: baseline;
  display: flex;
  justify-content: flex-start
}

.b_pilot-list__item+.b_pilot-list__item {
  margin-top: 20px
}

.b_pilot-list__item .b_link {
  padding-right: 15px
}

.b_pilot-list__item .b_link:last-child {
  padding-right: 0
}

.b_pilot-list__item .b_tooltip__toggle {
  margin-left: auto;
  top: 4px
}

:root {
  --pilot-dialog-color-bg: #fff;
  --pilot-dialog-color-backdrop: rgba(0, 0, 0, .5);
  --pilot-dialog-color-content-headline: var(--color-primary)
}

.b_pilot-dialog {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 15px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease;
  transition-property: opacity, visibility;
  visibility: hidden
}

.b_pilot-dialog[class*="--open"] {
  pointer-events: auto;
  visibility: visible
}

.b_pilot-dialog[class*="--open"] .b_pilot-dialog__backdrop {
  opacity: 1;
  transition-duration: .4s
}

.b_pilot-dialog[class*="--open"] .b_pilot-dialog__background,
.b_pilot-dialog[class*="--open"] .b_pilot-dialog__close,
.b_pilot-dialog[class*="--open"] .b_pilot-dialog__content,
.b_pilot-dialog[class*="--open"] .b_pilot-dialog__scrolldown {
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: em-dialog-pilot;
  animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.b_pilot-dialog[class*="--open"] .b_pilot-dialog__background {
  animation-delay: .1s
}

.b_pilot-dialog[class*="--open"] .b_pilot-dialog__content {
  animation-delay: .2s
}

.b_pilot-dialog[class*="--open"] .b_pilot-dialog__close,
.b_pilot-dialog[class*="--open"] .b_pilot-dialog__scrolldown {
  animation-delay: .1s
}

.b_pilot-dialog--tabs .b_pilot-dialog__box {
  height: 100%
}

.b_pilot-dialog--tabs .b_pilot-dialog__view {
  padding-bottom: 0
}

.b_pilot-dialog--tabs .b_section-header .b_headline {
  font-size: 30px;
  line-height: 36px
}

.b_pilot-dialog--menu-init .b_pilot-dialog__view {
  opacity: 1;
  transition: visibility 0s linear 0s, opacity .3s ease .4s;
  visibility: visible
}

.b_pilot-dialog--menu-init .b_pilot-dialog__view[hidden] {
  opacity: 1;
  transition: visibility 0s linear .4s, opacity .4s;
  visibility: hidden
}

.b_pilot-dialog__backdrop {
  background-color: var(--pilot-dialog-color-backdrop);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: .3s ease;
  width: 100%;
  z-index: 1
}

.b_pilot-dialog__box {
  border-radius: 20px 0 20px 20px;
  display: flex;
  flex: 0 0 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2
}

.b_pilot-dialog__background {
  background-color: var(--pilot-dialog-color-bg);
  border: none;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%
}

.b_pilot-dialog__close {
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0
}

.b_pilot-dialog__close .b_link {
  --color-link-active: #fff;
  height: 55px;
  justify-content: center;
  width: 55px
}

.b_pilot-dialog__scrolldown {
  bottom: 0;
  color: var(--color-interactive);
  opacity: 1;
  position: absolute;
  right: 0
}

.b_pilot-dialog__scrolldown .b_link {
  --color-link-active: var(--color-interactive-active);
  height: 55px;
  justify-content: center;
  width: 55px
}

.b_pilot-dialog__content {
  display: grid;
  grid-template-areas: "view";
  grid-template-rows: 1fr;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 100%
}

.b_pilot-dialog__view {
  display: grid;
  grid-area: view;
  grid-template-rows: auto 1fr;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  padding-bottom: 45px;
  width: 100%
}

.b_pilot-dialog__header,
.b_pilot-dialog__view--menu,
.b_pilot-dialog__view--menu .b_pilot-dialog__body {
  background-color: #0d709f
}

.b_pilot-dialog__header {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 45px 15px 40px;
  position: relative
}

.b_pilot-dialog__title {
  position: relative;
  z-index: 2
}

.b_pilot-dialog__header-icon {
  color: #1978a4;
  height: 150%;
  position: absolute;
  right: 15px;
  top: 0;
  width: auto
}

.b_pilot-dialog__header-icon .b_icon,
.b_pilot-dialog__header-icon .b_svg {
  height: 100%;
  width: auto
}

.b_pilot-dialog__body {
  background-color: #fff;
  flex: 1 0 auto;
  overflow-y: scroll;
  width: 100%
}

.b_pilot-dialog__body--bg-blue {
  background-color: #0d709f
}

.b_pilot-dialog__body--hide-scrollbars,
.b_pilot-dialog__body--no-scroll {
  overflow: hidden
}

.b_pilot-dialog__cards {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  padding: 0 15px 15px
}

.b_pilot-dialog__cards .b_pilot-card {
  margin-bottom: 0
}

@keyframes em-dialog-pilot {
  0% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

.b_pilot-tabs {
  display: flex;
  flex-direction: column;
  height: 100%
}

.b_pilot-tabs__navigation {
  align-items: center;
  background-color: #fff;
  display: flex;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .15));
  flex: 0 0 auto;
  width: 100%;
  z-index: 2
}

.b_pilot-tabs__button {
  align-items: center;
  border-bottom: 4px solid transparent;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 20px;
  min-height: 50px;
  padding: 5px;
  text-align: center;
  width: 100%
}

.b_pilot-tabs__button[aria-selected=true] {
  border-color: #0d709f;
  color: #0d709f
}

.b_pilot-tabs__button:focus-visible:not([aria-selected=true]),
.b_pilot-tabs__button:hover:not([aria-selected=true]) {
  background-color: #f5f4f3
}

.b_pilot-tabs__panel {
  overflow: hidden
}

.b_pilot-tabs__panel[hidden] {
  display: none
}

.b_pilot-tabs__panel--scroll {
  overflow-y: scroll
}

.no-js .b_pilot-tabs__panel {
  display: block
}

.b_pilot-tabs__panel-content {
  padding: 0 15px
}

:root,
[class*="--scheme-corporate"],
[class*="--scheme-edu"] {
  --popup-color-icon: var(--color-text-default)
}

[class*="--scheme-health"] {
  --popup-color-icon: var(--color-primary)
}

.b_popup-dialog {
  opacity: 1;
  transition: opacity .1s ease-in 0s, visibility .1s;
  visibility: hidden
}

.b_popup-dialog--open {
  opacity: 1;
  visibility: visible
}

.b_popup-dialog__container {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%
}

.b_popup-dialog__container .b_container {
  height: 100%
}

.b_popup-dialog__container .b_container__content-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center
}

.b_popup-dialog__body {
  background: #fff;
  max-width: 740px;
  position: relative
}

.b_popup-dialog__content {
  max-height: 85vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 20px 90px
}

.b_popup-dialog__ui {
  align-items: flex-end;
  background: linear-gradient(0deg, #fff 50%, hsla(0, 0%, 100%, 0));
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%
}

.b_popup-dialog__icon {
  display: flex;
  justify-content: center;
  margin: 0 auto
}

.b_popup-dialog__icon .b_icon {
  color: var(--popup-color-icon);
  height: 60px;
  width: 60px
}

.b_popup-dialog__icon+.b_popup-dialog__title {
  margin-top: 20px
}

.b_popup-dialog__title+.b_popup-dialog__copy {
  margin-top: 15px
}

.b_popup-teaser--default .b_popup-teaser__content {
  border: 1px solid var(--color-border-grey);
  padding: 60px 20px
}

.b_popup-teaser--default .b_button {
  margin-top: 30px
}

.b_popup-teaser--mini .b_link {
  justify-content: center;
  padding: 15px 30px;
  width: 100%
}

.b_popup-teaser__title {
  align-items: center;
  display: flex
}

.b_popup-teaser__title .b_icon {
  color: var(--color-headline-variant);
  margin-right: 15px
}

.b_popup-teaser__copy {
  line-height: 28px;
  margin-top: 15px
}

.b_project {
  border: solid #dddad8;
  border-width: 1px 0;
  padding: 30px 0
}

.b_project .b_list {
  margin-top: 15px
}

.b_project .b_list li {
  line-height: inherit
}

.b_quote {
  display: flex;
  flex-direction: column
}

.b_quote--author-top {
  flex-direction: column-reverse
}

.b_quote--author-top .b_quote__caption {
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 15px;
  text-transform: uppercase
}

.b_quote--full-width {
  grid-column: main/marginal
}

.b_quote--author-bottom .b_quote__caption:before {
  content: "— "
}

.b_quote--small .b_quote__quote {
  font-size: 20px;
  line-height: 30px
}

.b_quote__quote {
  color: var(--color-primary);
  font-family: SRHHeadline, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  position: relative
}

.b_quote__quote:before {
  content: "»";
  padding-right: .25em
}

.b_quote__quote:after {
  content: "«";
  padding-left: .25em
}

.b_quote__caption {
  font-size: 13px;
  line-height: 18px;
  margin-top: 15px
}

.b_rte {
  color: var(--color-text-default);
  font-size: inherit;
  line-height: 28px
}

.b_rte--small {
  font-size: 12px;
  line-height: 18px
}

.b_rte>* {
  margin-top: 30px
}

.b_rte>:first-child {
  margin-top: 0
}

.b_rte small {
  font-size: 12px;
  line-height: 18px
}

.b_rte a:not([class^=b_]):not([class*=" b_"]) {
  color: var(--color-rte-link-default);
  display: inline;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s linear;
  vertical-align: baseline
}

.b_rte a:not([class^=b_]):not([class*=" b_"]):active,
.b_rte a:not([class^=b_]):not([class*=" b_"]):focus-visible,
.b_rte a:not([class^=b_]):not([class*=" b_"]):hover {
  color: var(--color-rte-link-default-active)
}

.b_rte a:not([class^=b_]):not([class*=" b_"]) .b_icon {
  display: inline-block;
  margin-left: .2em
}

.b_section-header {
  display: flex;
  flex-direction: column
}

.b_section-header .b_link+.b_headline,
.b_section-header .b_overline+.b_headline {
  margin-top: 15px
}

.b_table .b_headline+table {
  margin-top: 30px
}

.b_table table {
  color: var(--color-text-default)
}

.b_table tr {
  vertical-align: top
}

.b_table td {
  padding: 0 0 15px
}

.b_table td:first-child {
  font-weight: 700;
  padding: 0 45px 15px 0
}

.b_table td:last-child {
  display: inline-flex
}

.b_table tr:last-child td {
  padding-bottom: 0
}

.b_search-form {
  align-items: center;
  border-bottom: 1px solid #dddad8;
  display: flex;
  position: relative;
  transition: border .25s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.25, .46, .45, .94) .25s, transform .4s cubic-bezier(.25, .46, .45, .94) .25s
}

.b_search-form:focus-within {
  border-bottom: 2px solid #aaa39d
}

.b_search-form__input {
  border: none;
  box-shadow: none;
  caret-color: #df4807;
  color: var(--color-text-dark);
  font-size: 16px;
  line-height: 28px;
  width: 100%
}

.b_search-form__input:focus {
  box-shadow: none
}

.b_search-form__delete {
  width: 50px
}

.b_search-form__delete .b_link {
  --color-link-inactive: #dddad8
}

.b_search-form__delete .b_link:disabled {
  color: var(--color-link-inactive);
  opacity: 1;
  visibility: hidden
}

.b_search-form__submit {
  display: inline-flex;
  justify-content: center;
  width: 50px
}

.b_search-form__submit .b_link {
  justify-content: flex-end
}

.b_search-form__submit .b_link:disabled {
  --color-disabled: #dddad8
}

.b_search-form__close {
  order: -1;
  width: 50px
}

.b_search-form__close .b_link {
  justify-content: flex-start
}

.b_search-form .b_link {
  height: 50px
}

.b_search-form ::-moz-placeholder {
  color: #575756;
  opacity: .5
}

.b_search-form ::placeholder {
  color: #575756;
  opacity: .5
}

.b_search-header {
  align-items: center;
  border-bottom: 1px solid #dddad8;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px
}

.b_search-header .b_overline {
  color: var(--color-text-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b_search-list {
  display: flex;
  flex-direction: column
}

.b_search-list--courses .b_search-list__suggestion {
  border-bottom: 1px solid #dddad8;
  padding-bottom: 20px
}

.b_search-list--courses .b_search-list__item {
  border-bottom: 1px solid #dddad8;
  padding: 20px 0
}

.b_search-list--courses .b_search-list__item .b_link--with-subline {
  justify-content: space-between;
  width: 100%
}

.b_search-list+.b_search-list {
  border-top: 1px solid var(--color-border-grey);
  padding-top: 30px
}

.b_overline+.b_search-list__list,
.b_search-list__item+.b_search-list__item {
  margin-top: 15px
}

.b_search-list__list+.b_link {
  align-self: flex-end;
  margin-top: 15px
}

.b_search-result__title-link {
  color: var(--color-text-default);
  color: var(--color-interactive);
  font-family: SRHHeadline, sans-serif;
  font-size: inherit;
  font-size: 20px;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-break: auto;
  line-height: inherit;
  line-height: 30px;
  word-break: normal
}

.b_search-result__title-link:active,
.b_search-result__title-link:focus-visible,
.b_search-result__title-link:hover {
  color: var(--color-interactive-active)
}

.b_search-result__excerpt {
  font-size: 15px;
  line-height: 28px;
  margin-top: 5px
}

.b_search-result__breadcrumb-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}

.b_search-result__breadcrumb-item {
  align-items: baseline;
  display: flex;
  margin-right: 5px
}

.b_search-result__breadcrumb-item .b_icon {
  display: flex;
  height: 10px;
  width: 10px
}

.b_search-result__breadcrumb-link {
  color: #171717;
  font-size: 10px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase
}

.b_search-result__breadcrumb-link:active,
.b_search-result__breadcrumb-link:focus-visible,
.b_search-result__breadcrumb-link:hover {
  color: var(--color-interactive-active)
}

.b_tag-list {
  display: flex;
  flex-wrap: wrap
}

.b_tag-list__item .b_tag {
  margin-bottom: 5px
}

.b_tag-list__item:not(:last-child) .b_tag {
  margin-right: 5px
}

.b_tag-filter--multiple-filters .b_tag-filter__toggle {
  width: auto
}

.b_tag-filter__group {
  border-bottom: 1px solid var(--color-border-grey)
}

.b_tag-filter__title+.b_tag-filter__group:not([data-collapse]) {
  margin-top: 15px
}

.b_tag-filter__group--init[data-collapse] .b_tag-filter__panel {
  height: 0
}

.b_tag-filter__group--init[data-collapse] .b_tag-filter__panel-content {
  opacity: 1;
  visibility: hidden
}

.b_tag-filter__group--transition[data-collapse] .b_tag-filter__panel {
  transition: height .1s
}

.b_tag-filter__group--transition[data-collapse] .b_tag-filter__panel-content {
  transition: opacity .15s
}

.b_tag-filter__group--transitionend[data-collapse] .b_tag-filter__panel {
  height: auto !important
}

.b_tag-filter__group--open[data-collapse] .b_tag-filter__toggle {
  color: var(--toggle-color-open)
}

.b_tag-filter__group--open[data-collapse] .b_tag-filter__panel-content {
  opacity: 1;
  visibility: visible
}

.b_tag-filter__toggle {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%
}

.b_tag-filter__group--open .b_tag-filter__toggle .b_tag-filter__toggle-headline,
.b_tag-filter__toggle--has-selected-filter .b_tag-filter__toggle-headline,
.b_tag-filter__toggle:focus-visible .b_tag-filter__toggle-headline,
.b_tag-filter__toggle:hover .b_tag-filter__toggle-headline {
  color: var(--color-interactive-active)
}

.b_tag-filter__toggle .b_icon {
  color: var(--color-interactive)
}

.b_tag-filter__toggle line {
  transform-origin: 12px 15px;
  transition: transform .4s ease
}

.b_tag-filter__group--open .b_tag-filter__toggle line {
  transform: translateY(-6px) rotate(-90deg)
}

.b_tag-filter__group--open .b_tag-filter__toggle line:last-child {
  transform: translateY(-6px) rotate(90deg)
}

.b_tag-filter__toggle-headline {
  font-weight: 700;
  padding-right: 30px
}

.b_tag-filter__panel {
  height: 0;
  overflow: hidden
}

.b_tag-filter__group-toggle+.b_tag-filter__panel {
  padding-top: 15px
}

.b_tag-filter__panel-content {
  padding-bottom: 15px
}

.b_tag-filter .b_tag-list__item .b_tag {
  margin-right: 15px
}

.b_tag-filter .b_tag {
  letter-spacing: .16em;
  line-height: 15px;
  margin-bottom: 15px;
  padding: 5px 10px
}

.b_tag-filter .b_tag-filter__group--small-tag-font .b_tag {
  letter-spacing: .1px;
  text-transform: none
}

.b_video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%
}

.b_video--cover-hidden .b_video__cover {
  opacity: 1;
  pointer-events: none;
  visibility: hidden
}

.b_video--cover-hidden .b_video__main {
  visibility: visible
}

.b_video--show-consent .b_video__consent {
  display: block
}

.b_video--responsive {
  padding-bottom: 0
}

.b_video__consent {
  display: none
}

.b_video__cover {
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: .15s ease;
  transition-property: opacity, visibility;
  width: 100%;
  z-index: 2
}

.b_video__cover--hidden {
  opacity: 1;
  pointer-events: none
}

.b_video__cover .b_picture {
  height: 100%;
  width: 100%
}

.b_video__cover .b_picture__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b_video__button {
  align-items: center;
  color: var(--color-interactive);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all .15s ease;
  width: 100%;
  z-index: 1
}

.b_video__button:active,
.b_video__button:focus-visible,
.b_video__button:hover {
  color: var(--color-interactive-active)
}

.b_video__button-icon {
  background-color: currentColor;
  border-radius: 50%;
  height: 70px;
  transition: background .15s ease;
  width: 70px
}

.b_video__button-svg,
.b_video__main {
  height: 100%;
  width: 100%
}

.b_video__main {
  left: 0;
  position: absolute;
  top: 0
}

.b_video__video {
  background-color: #171717;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.b_video__iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

:root,
[class*="--scheme-edu"] {
  --action-bar-button: rgba(223, 72, 7, .95)
}

[class*="--scheme-corporate"] {
  --action-bar-button: var(--color-interactive)
}

[class*="--scheme-health"] {
  --action-bar-button: rgba(0, 105, 154, .95)
}

.b_action-bar {
  --ab-button-max-width: 25ch;
  animation: abInInitial .6s cubic-bezier(.76, 0, .24, 1) 20ms 1 normal forwards;
  bottom: 0;
  position: fixed;
  right: 0;
  transform: translateX(100%)
}

.b_action-bar__list {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  margin-right: 20px
}

.b_action-bar__list-item {
  animation: abItemInInitial .75s cubic-bezier(.165, .84, .44, 1) 20ms 1 normal forwards;
  transform: translateX(20px)
}

.b_action-bar__list-item:nth-child(2) {
  animation-delay: .1s
}

.b_action-bar__list-item:first-child {
  animation-delay: .2s
}

.b_action-bar__list-item:nth-child(0) {
  animation-delay: .3s
}

.b_action-bar__list-item+.b_action-bar__list-item {
  margin-left: 2px
}

.b_action-bar__list-item:first-of-type .b_action-bar__button {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px
}

.b_action-bar__list-item:last-of-type .b_action-bar__button {
  border-top-right-radius: 20px
}

.b_action-bar__button {
  align-items: center;
  background-color: var(--action-bar-button);
  color: var(--color-text-white);
  display: flex;
  font-weight: 700;
  letter-spacing: .03em;
  overflow: hidden;
  padding: 15px
}

.b_action-bar__button .b_icon {
  height: 18px;
  width: 18px
}

.b_action-bar__button[data-expanded*=hover]:active .b_action-bar__text-container,
.b_action-bar__button[data-expanded*=hover]:focus-visible .b_action-bar__text-container,
.b_action-bar__button[data-expanded*=hover]:hover .b_action-bar__text-container {
  max-width: 250px;
  max-width: var(--ab-button-max-width)
}

.b_action-bar__button[data-expanded*=hover]:active .b_action-bar__button-text,
.b_action-bar__button[data-expanded*=hover]:focus-visible .b_action-bar__button-text,
.b_action-bar__button[data-expanded*=hover]:hover .b_action-bar__button-text {
  opacity: 1;
  transform: translateX(0)
}

.b_action-bar__button--expanded .b_action-bar__text-container,
.b_action-bar__button[data-expanded*=always] .b_action-bar__text-container {
  max-width: 250px;
  max-width: var(--ab-button-max-width)
}

.b_action-bar__button--expanded .b_action-bar__button-text,
.b_action-bar__button[data-expanded*=always] .b_action-bar__button-text {
  opacity: 1;
  transform: translateX(0)
}

.b_action-bar__text-container {
  max-width: 0;
  overflow: hidden;
  transition: max-width .5s ease-in-out
}

.b_action-bar__button-text {
  opacity: 1;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  transform: translateX(15px);
  transition: opacity .4s ease-in-out .1s, transform .3s ease-in-out .2s;
  white-space: nowrap
}

@keyframes abInInitial {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes abItemInInitial {
  0% {
    opacity: 1;
    transform: translateX(40px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.b_footer {
  background-color: var(--color-bg-grey);
  position: relative
}

.b_footer__header {
  padding: 60px 0
}

.b_footer__header-body {
  margin-top: 15px
}

.b_footer__main-grid {
  border-top: 1px solid var(--color-border-grey);
  display: flex;
  flex-direction: column;
  padding: 60px 0 15px
}

.b_footer__bottom {
  background-color: var(--color-primary);
  padding: 60px 0 100px
}

.b_footer__logo-link {
  justify-self: flex-start
}

.b_footer__logo-link svg {
  stroke-width: unset;
  stroke: none;
  height: 45px;
  width: auto
}

.b_footer__logo-link path {
  fill: #fff
}

.b_footer__secondary-nav-list {
  color: var(--color-text-white);
  grid-column: 1;
  grid-row: 2;
  margin-top: 30px
}

.b_footer__secondary-list-item {
  display: inline;
  font-size: 12px;
  line-height: 30px
}

.b_footer__secondary-list-item:not(:last-child) {
  margin-right: 20px
}

.b_footer__social-list {
  display: flex;
  flex-wrap: wrap
}

.b_footer__social-item:not(:last-child) {
  margin-right: 20px
}

.b_footer__social-item .b_icon {
  height: 26px;
  width: 25px
}

.b_footer__social-item .b_svg {
  stroke-width: 2px
}

.b_footer .b_accordion--footer+.b_accordion--footer .b_accordion__element {
  border-top: none
}

.b_header {
  --bg: hsla(0, 0%, 100%, .95);
  --color: var(--color-header-link);
  --logo-main: var(--color-logo-main);
  --logo-meta: var(--color-text-default);
  --link-active: var(--color-primary);
  --link-interaction: var(--color-interactive-active);
  align-items: center;
  background-color: #fff;
  color: #171717;
  display: flex;
  height: 55px;
  left: 0;
  padding: 0 15px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: background-color .25s linear, transform .4s ease, box-shadow .25s linear;
  will-change: transform
}

.b_header--colors-light {
  --bg: hsla(0, 0%, 100%, 0);
  --color: var(--color-text-white);
  --logo-main: #fff;
  --logo-meta: #fff;
  --link-active: var(--color-text-white);
  --link-interaction: var(--color-text-white)
}

.b_header--colors-light.b_header--not-top {
  --bg: hsla(0, 0%, 100%, .95);
  --color: var(--color-header-link);
  --logo-main: var(--color-logo-main);
  --logo-meta: var(--color-text-default);
  --link-active: var(--color-primary);
  --link-interaction: var(--color-interactive-active)
}

.b_header--colors-light.b_header--buttons-outlined .b_header__button-body {
  background-color: rgba(0, 0, 0, .15);
  border: 1px solid hsla(0, 0%, 100%, .5)
}

.b_header--colors-light.b_header--not-top.b_header--buttons-outlined .b_header__button-body {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0)
}

.b_header--buttons-outlined .b_header__list-item--icon+.b_header__list-item--icon {
  margin-left: 15px
}

.b_header--buttons-outlined .b_header__button-body {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0);
  border-radius: 50%;
  height: 40px;
  transition: background-color .15s linear, border-color .15s linear;
  width: 40px
}

.b_header--top {
  transform: translateY(0)
}

.b_header--not-top {
  background-color: var(--bg);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .05)
}

.b_header--not-top.b_header--scrolled-up {
  transform: translateY(0)
}

.b_header--not-top.b_header--scrolled-down {
  transform: translateY(-100%)
}

.b_header--animating-up {
  transition: color .25s linear .4s, background-color .25s linear .4s, transform .4s ease, box-shadow .25s linear .4s
}

.b_header--animating-up .b_header__button-body,
.b_header--animating-up .b_header__link,
.b_header--animating-up .b_header__list--meta:before,
.b_header--animating-up .b_header__logo-link .logoMain,
.b_header--animating-up .b_header__logo-link .logoMeta {
  transition-delay: .4s
}

.b_header .b_container {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  justify-content: space-between;
  width: 100%
}

.b_header__logo-link {
  display: flex
}

.b_header__logo-link .b_svg {
  stroke-width: 0;
  height: 35px;
  transition: color .25s linear;
  width: auto
}

.b_header__logo-link .logoMain,
.b_header__logo-link .logoMeta {
  transition: fill .25s, stroke .25s, color .25s
}

.b_header__logo-link .logoMain {
  fill: currentcolor;
  fill: var(--logo-main)
}

.b_header__logo-link .logoMeta {
  fill: var(--logo-meta)
}

.b_header__nav {
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  width: 100%
}

.b_header__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end
}

.b_header__list--primary {
  flex: 1 1 auto;
  margin-right: 15px
}

.b_header--narrow .b_header__list--primary {
  margin-right: 0
}

.b_header__list--meta {
  flex: 0 0 auto
}

.b_header__list-item {
  display: inline-flex;
  line-height: 27px
}

.b_header__link {
  align-items: center;
  color: var(--color);
  display: none;
  font-family: SRHHeadline, sans-serif;
  font-size: 13px;
  transition: color .25s linear, border-bottom .25s linear
}

.b_header__link--visible-mobile {
  display: flex
}

.b_header__link--color-edu {
  --link-active: #d54407;
  --link-interaction: #c12d00
}

.b_header__link--color-corporate {
  --link-active: #575756;
  --link-interaction: #474b4d
}

.b_header__link--color-health {
  --link-active: #00699a;
  --link-interaction: #004f7e
}

.b_header__link--active {
  color: var(--link-active)
}

.b_header--colors-light .b_header__link--active {
  color: var(--color)
}

.b_header--colors-light.b_header--not-top .b_header__link--active {
  color: var(--link-active)
}

.b_header__link--text:active,
.b_header__link--text:focus-visible,
.b_header__link--text:hover {
  color: var(--link-interaction)
}

.b_header__link--icon {
  justify-content: center;
  min-width: 40px
}

.b_header--narrow .b_header__link--icon {
  min-width: 26px
}

.b_header__link--language {
  text-transform: uppercase
}

.b_header__list--meta .b_header__link {
  display: flex
}

.b_header__link--active .b_header__link-text,
.b_header__link:active .b_header__link-text,
.b_header__link:focus-visible .b_header__link-text,
.b_header__link:hover .b_header__link-text {
  border-bottom-color: currentcolor
}

.b_header__link-text {
  border-bottom: 2px solid transparent;
  display: block;
  padding: 5px 0;
  transition: border-color .15s linear
}

.b_header__button-body {
  align-items: center;
  display: flex;
  justify-content: center
}

.b_header__list-item-multiple-languages .b_header__link--language {
  padding: 0 5px
}

.b_header__list-item-multiple-languages:first-of-type .b_header__link--language {
  margin-left: 10px
}

.b_header__list-item-multiple-languages~.b_header__list-item--icon {
  padding-left: 5px
}

.b_header__list-item-multiple-languages~.b_header__list-item-multiple-languages:before {
  content: "|";
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0
}

.b_inline-search {
  position: relative
}

.b_inline-search .b_search-form:focus-within {
  border-bottom-width: 1px
}

.b_inline-search__panel {
  background: #fff;
  border: 1px solid #dddad8;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 20px 15px;
  position: absolute;
  top: calc(100% - 1px);
  visibility: visible;
  width: 100%;
  z-index: 2
}

.b_inline-search__panel[hidden] {
  display: none;
  visibility: hidden
}

.b_inline-search__panel>p+p,
.b_inline-search__panel>p+ul,
.b_inline-search__panel>ul+p {
  margin-top: 30px
}

.b_inline-search__panel>.b_link {
  margin-top: 15px
}

.b_filter {
  --filterinput-border-width: 1px
}

.b_filter__form {
  display: flex;
  flex-direction: column
}

.b_filter__element {
  margin-top: 20px
}

.b_filter__element:first-child {
  margin-top: 0
}

.b_filter__input-wrap {
  position: relative
}

.b_label+.b_filter__input-wrap {
  margin-top: 5px
}

.b_filter__input {
  background: var(--form-input-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 0 var(--filterinput-border-width) var(--form-input-border-color);
  color: var(--color-text-default);
  display: block;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  transition: .15s linear;
  transition-property: box-shadow, color;
  width: 100%
}

.b_filter__input::-moz-placeholder {
  color: inherit;
  opacity: .6
}

.b_filter__input::placeholder {
  color: inherit;
  opacity: .6
}

.b_filter__input:focus,
.b_filter__input:focus-visible,
.b_filter__input:hover {
  --filterinput-border-width: 2px;
  box-shadow: inset 0 0 0 var(--filterinput-border-width) var(--form-input-border-color)
}

.b_filter__input:disabled {
  color: var(--form-input-color-disabled);
  cursor: not-allowed
}

.b_filter__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-cross' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg class='cross-total' stroke-dasharray='8.5'%3E%3Cpath class='cross-line' d='m12 12-6 6m6-6 6-6m-6 6 6 6m-6-6L6 6'/%3E%3C/g%3E%3C/svg%3E");
  color: var(--color-text-default);
  cursor: pointer;
  height: 16px;
  margin-right: 36px;
  width: 16px
}

.b_filter__input--placeholder-shown .b_filter__button-text--value {
  display: none
}

.b_filter__button-text--placeholder {
  color: #a9a9a8;
  display: none
}

.b_filter__input--placeholder-shown .b_filter__button-text--placeholder {
  display: inline
}

.b_filter__input-clear {
  bottom: 0;
  color: var(--color-text-default);
  cursor: pointer;
  height: 16px;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 66px;
  top: 0;
  width: 16px
}

.b_filter__input:not(.b_filter__input--placeholder-shown):hover~.b_filter__input-clear,
.b_filter__input:not(.b_filter__input--placeholder-shown)~.b_filter__input-clear:focus,
.b_filter__input:not(.b_filter__input--placeholder-shown)~.b_filter__input-clear:hover {
  opacity: 1
}

.b_filter__input-clear .b_icon {
  height: 16px;
  width: 16px
}

.b_filter__input-icon {
  bottom: 0;
  height: 18px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 0;
  width: 18px
}

input:-moz-placeholder-shown+.b_filter__input-icon {
  color: #a9a9a8
}

.b_filter__input--placeholder-shown~.b_filter__input-icon,
input:placeholder-shown+.b_filter__input-icon {
  color: #a9a9a8
}

.b_filter__input-icon .b_icon {
  height: 18px;
  width: 18px
}

.b_filter .b_label {
  margin-left: 0
}

.b_filter .b_select__select {
  padding: 15px 30px
}

.b_filter .b_select__select:invalid {
  --select-color: #a9a9a8
}

.b_filter .b_select__select:invalid~.b_select__toggle {
  color: #a9a9a8
}

.b_filter .b_select__toggle {
  height: 58px;
  right: 28px
}

[class*=b_form][class$="--form-space-small"] {
  margin-top: 20px
}

[class*=b_form][class$="--form-space-medium"] {
  margin-top: 30px
}

[class*=b_form][class$="--form-space-large"] {
  margin-top: 60px
}

.b_form--transitions .b_form__element {
  opacity: 1
}

.b_global-js--no-js .b_form--transitions .b_form__element,
.b_global-js--no-web-animations .b_form--transitions .b_form__element {
  opacity: 1
}

.b_form__section {
  display: flex;
  flex-wrap: wrap
}

.b_form__element {
  flex: 0 0 100%;
  max-width: 100%
}

.b_form__element[hidden] {
  display: none
}

:root,
[class*="--scheme-edu"] {
  --menu-color-main: var(--color-text-white);
  --menu-color-title: var(--color-primary);
  --menu-color-backdrop: hsla(0, 0%, 100%, .8);
  --menu-bg-main: #001725;
  --menu-border-main: #001725;
  --menu-space-hor-10: 4%;
  --menu-space-hor-12: 4%;
  --menu-colspace-2-3--10: 60px;
  --menu-colspace-2-3--12: 60px;
  --menu-mt-meta: 25px;
  --menu-mt-meta-10: 25px;
  --menu-main-menu-width-10: 66.666%;
  --menu-main-menu-width-12: 66.666%
}

[class*="--scheme-edu"] {
  --menu-color-logo: var(--color-text-white)
}

[class*="--scheme-corporate"] {
  --menu-color-main: var(--color-primary);
  --menu-color-title: #575756;
  --menu-color-backdrop: rgba(0, 0, 0, .5);
  --menu-bg-main: #f0edeb;
  --menu-border-main: var(--color-border-grey);
  --menu-space-hor-10: 60px;
  --menu-space-hor-12: 120px;
  --menu-colspace-2-3--10: 150px;
  --menu-colspace-2-3--12: 120px;
  --menu-mt-meta: 45px;
  --menu-mt-meta-10: 45px;
  --menu-main-menu-width-10: 56.666%;
  --menu-main-menu-width-12: 66.666%
}

[class*="--scheme-health"] {
  --menu-color-main: var(--color-text-default);
  --menu-color-title: #aaa39d;
  --menu-color-backdrop: rgba(0, 0, 0, .5);
  --menu-bg-main: #f0edeb;
  --menu-border-main: var(--color-border-grey);
  --menu-space-hor-10: 60px;
  --menu-space-hor-12: 120px;
  --menu-colspace-2-3--10: 120px;
  --menu-colspace-2-3--12: 150px;
  --menu-mt-meta: 20px;
  --menu-mt-meta-10: 20px;
  --menu-main-menu-width-10: 66.666%;
  --menu-main-menu-width-12: 66.666%
}

.b_menu {
  --color-focus: var(--color-primary-variant);
  --ml-color-tertiary: #fff;
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  padding: 15px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease;
  transition-property: opacity, visibility;
  visibility: hidden
}

.b_menu--open {
  pointer-events: auto;
  visibility: visible
}

.b_menu--open,
.b_menu--open .b_menu__backdrop {
  opacity: 1;
  transition-duration: .4s
}

.b_menu--open .b_menu__background {
  transform: scale(1);
  transition-duration: .4s
}

.b_menu .b_menu__list--meta:before,
.b_menu .b_menu__menu-group>.b_menu__title,
.b_menu .b_menu__menu-group>ul>li>.b_menu-link {
  transition: transform .25s cubic-bezier(.645, .045, .355, 1), color .15s linear, border-color .15s linear
}

.b_menu--portal {
  --menu-space-hor-10: 60px;
  --menu-space-hor-12: 120px;
  --menu-colspace-2-3--10: 120px;
  --menu-colspace-2-3--12: 150px;
  --menu-mt-meta: 40px;
  --menu-mt-meta-10: 40px
}

.b_menu--portal .b_menu-link--secondary {
  font-weight: 700
}

.b_menu__backdrop {
  background-color: var(--menu-color-backdrop);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: .3s ease;
  width: 100%;
  z-index: 1
}

.b_menu__container {
  display: grid;
  flex-grow: 1;
  height: 100%;
  position: relative;
  z-index: 2
}

.b_menu__background {
  background: var(--menu-bg-main);
  border: 1px solid var(--menu-border-main);
  border-radius: 20px 0 20px 20px;
  grid-column: 1;
  grid-row: 1;
  transform: scale(1.2);
  transition: transform .3s cubic-bezier(.215, .61, .355, 1) .1s
}

.b_menu__content {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.b_menu__menus {
  padding: 30px 50px 30px 30px;
  width: 100%
}

.b_menu__menu-group {
  display: flex;
  flex-direction: column
}

.b_menu__menu-group--primary .b_overline {
  margin-bottom: 10px
}

.b_menu__menu-group::-webkit-scrollbar {
  height: 0;
  width: 0
}

.b_menu__submenu {
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s cubic-bezier(.215, .61, .355, 1) .2s;
  transition-property: opacity, transform;
  width: 100%;
  z-index: 1
}

.b_menu__submenu--open {
  pointer-events: auto
}

.b_menu__submenu::-webkit-scrollbar {
  height: 0;
  width: 0
}

.b_menu__submenu .b_link--backlink {
  margin-bottom: 40px
}

.b_menu__submenu .b_overline {
  color: #aaa39d
}

.b_menu__sub-headline {
  margin-bottom: 10px
}

.b_menu__list+.b_menu__sub-headline {
  margin-top: 35px
}

.b_menu__list--secondary:first-child {
  margin-top: 0
}

.b_menu__list--meta {
  margin-top: var(--menu-mt-meta)
}

.b_menu__list--meta+.b_menu__list--meta {
  margin-top: 15px
}

.b_menu__list--meta+.b_menu__list--meta:before {
  border-top: 2px solid var(--color-border-grey);
  content: "";
  display: block;
  margin-bottom: 15px;
  transform: translateX(0);
  width: 100%
}

.b_menu__submenu .b_menu__list+.b_menu__list {
  margin-top: 30px
}

.b_menu__title .b_overline {
  color: var(--menu-color-title)
}

.b_menu__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.b_menu__close .b_link {
  color: var(--menu-color-main);
  height: 50px;
  justify-content: center;
  width: 50px
}

.b_menu__close .b_link:active,
.b_menu__close .b_link:focus,
.b_menu__close .b_link:hover {
  color: var(--color-interactive-active)
}

.b_menu__logo-link {
  display: none;
  margin-top: auto;
  padding-top: 60px
}

.b_menu__logo-link .b_svg {
  stroke-width: 0;
  fill: var(--menu-color-main);
  color: var(--menu-color-main);
  height: 45px;
  width: auto
}

.b_menu__logo-link .logoMain {
  color: var(--menu-color-logo, var(--color-primary))
}

.b_menu__logo-link .logoMeta {
  color: var(--menu-color-logo, var(--color-text-default))
}

.b_menu__popup-wrapper {
  background: #fff;
  border-radius: 0 0 20px 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3
}

:root,
[class*="--scheme-edu"] {
  --module-header-ol-light: var(--color-primary)
}

[class*="--scheme-corporate"],
[class*="--scheme-health"] {
  --module-header-ol-light: var(--color-text-white)
}

.b_module-header {
  background: var(--module-header-bg-color);
  border-radius: var(--module-header-border-radius);
  display: flex;
  flex-direction: column;
  max-width: var(--module-header-max-width);
  padding: var(--module-header-padding)
}

.b_module-header--headline-small .b_headline {
  font-size: 30px;
  line-height: 36px
}

.b_module-header--headline-small .b_module-header__secondary-col,
.b_module-header--headline-small .b_rte+.b_button {
  margin-top: 20px
}

.b_module-header--light .b_overline {
  color: var(--module-header-ol-light)
}

.b_module-header--light .b_headline {
  color: var(--module-header-headline-text-color, --color-text-white)
}

.b_module-header--light .b_rte {
  color: var(--module-header-rte-text-color, --color-text-white)
}

.b_module-header__secondary-col {
  margin-top: 30px
}

.b_search {
  bottom: 0;
  display: block;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility .4s ease;
  visibility: hidden
}

.b_search--open {
  pointer-events: auto;
  visibility: visible
}

.b_search--open .b_search__backdrop {
  opacity: .2
}

.b_search--open .b_search__box {
  transform: translateY(0);
  transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.b_search--open .b_search__box .b_search-form {
  opacity: 1;
  transform: translateX(0)
}

.b_search__backdrop {
  background: #171717;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.b_search__box {
  background: #fff;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 30px;
  position: relative;
  transform: translateY(-110vh);
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  z-index: 2
}

.b_search__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
  row-gap: 30px
}

.b_search__content[hidden] {
  display: none
}

.b_search__content-cell .b_contact:not(:first-child),
.b_search__content-cell .b_link:not(:first-child),
.b_search__content-cell .b_rte:not(:first-child),
.b_search__content-cell .b_search__cell-title:not(:first-child) {
  margin-top: 30px
}

.b_search__content-cell .b_contact:not(:last-child) {
  border-bottom: 1px solid var(--color-border-grey);
  padding-bottom: 30px
}

.b_search__cell-title {
  color: var(--color-text-dark)
}

.b_search .b_search-form {
  opacity: 1;
  padding-top: 10px;
  transform: translateX(20px)
}

.b_st-bg-media {
  height: 100%;
  position: absolute;
  width: 100%
}

.b_st-bg-media:after,
.b_st-bg-media:before {
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.b_st-bg-media:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
  height: 60px;
  opacity: .95;
  top: 0
}

.b_st-bg-media:after {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
  bottom: 0;
  opacity: .95;
  top: 25%
}

.b_st-bg-media .b_picture,
.b_st-bg-media .b_video {
  height: 100%;
  width: 100%
}

.b_st-bg-media .b_picture__image,
.b_st-bg-media .b_video__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

.b_st-breadcrumb {
  display: flex
}

.b_st-breadcrumb__info {
  margin-right: 1rem
}

.b_st-breadcrumb__list {
  display: flex;
  flex-direction: column
}

.b_st-breadcrumb__list-item {
  display: inline-flex
}

.b_st-breadcrumb__list-item+.b_st-breadcrumb__list-item {
  margin-top: 20px
}

.b_st-content--bg-media .b_st-content__main {
  position: static
}

.b_st-content--bg-media .b_st-content__main-content .b_rte {
  color: var(--color-text-white)
}

.b_st-content--course .b_st-content__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.b_st-content--course .b_st-content__cta .b_button,
.b_st-content--course .b_st-content__cta .b_link {
  margin: 15px 20px 0 0
}

.b_st-content--course .b_tag-list__item {
  line-height: 0
}

.b_st-content--bg-media {
  --color-rte-link-default-active: var(--color-text-white);
  color: var(--color-text-white)
}

.b_st-content--bg-media .b_link {
  --color-link-inactive: var(--color-text-white);
  --color-link-active: var(--color-text-white);
  background: var(--color-primary);
  padding: 5px 10px
}

.b_st-content--bg-media .b_headline,
.b_st-content--bg-media .b_rte a {
  color: inherit
}

.b_st-content__container {
  margin: 0 4%
}

.b_st-content__cta,
.b_st-content__header,
.b_st-content__main,
.b_st-content__top {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 30px
}

.b_st-content__cta:first-child,
.b_st-content__header:first-child,
.b_st-content__main:first-child,
.b_st-content__top:first-child {
  margin-top: 0
}

.b_st-content__top {
  opacity: 1
}

.b_global-js--no-js .b_st-content__top,
.b_global-js--no-web-animations .b_st-content__top {
  opacity: 1
}

.b_st-content__header {
  opacity: 1
}

.b_global-js--no-js .b_st-content__header,
.b_global-js--no-web-animations .b_st-content__header {
  opacity: 1
}

.b_st-content__header .b_tag+.b_headline {
  margin-top: 20px
}

.b_st-content__header .b_headline--long:last-child {
  margin-bottom: -10px
}

.b_st-content__header .b_tag-list {
  margin-top: 30px
}

.b_st-content__header .b_tag--small {
  padding: 2px 10px
}

.b_st-content__header-date {
  margin-top: 5px
}

.b_st-content__header-date .b_headline {
  font-weight: 400
}

.b_st-content__main {
  position: relative
}

.b_st-content__main-content>* {
  opacity: 1
}

.b_global-js--no-js .b_st-content__main-content>*,
.b_global-js--no-web-animations .b_st-content__main-content>* {
  opacity: 1
}

.b_st-content__main-content>*+* {
  margin-top: 20px
}

.b_st-content__main-content>*+.b_table {
  margin-top: 30px
}

.b_st-content:not(.b_st-content--course) .b_st-content__main-content>.b_rte {
  font-family: SRHHeadline, sans-serif
}

.b_st-content__cta {
  opacity: 1
}

.b_global-js--no-js .b_st-content__cta,
.b_global-js--no-web-animations .b_st-content__cta {
  opacity: 1
}

.b_st-content__cta>*+* {
  margin-top: 20px
}

.b_st-content__list {
  position: relative
}

.b_st-content__list .b_list {
  opacity: 1
}

.b_global-js--no-js .b_st-content__list .b_list,
.b_global-js--no-web-animations .b_st-content__list .b_list {
  opacity: 1
}

.b_st-content__list .b_list li:before {
  color: var(--color-text-default)
}

.b_st-content__image {
  z-index: 1
}

.b_st-content__image .b_media {
  opacity: 1;
  overflow: hidden
}

.b_global-js--no-js .b_st-content__image .b_media,
.b_global-js--no-web-animations .b_st-content__image .b_media {
  opacity: 1
}

.b_st-content__image .b_picture {
  opacity: 1
}

.b_global-js--no-js .b_st-content__image .b_picture,
.b_global-js--no-web-animations .b_st-content__image .b_picture {
  opacity: 1
}

.b_st-content__badge {
  opacity: 1
}

.b_global-js--no-js .b_st-content__badge,
.b_global-js--no-web-animations .b_st-content__badge {
  opacity: 1
}

.b_st-content__badge .b_badge {
  --badge-color: var(--color-text-default);
  --badge-color-active: var(--color-interactive-active)
}

.b_st-content__time-location {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 18px
}

.b_st-content .b_headline,
.b_st-content .b_section-header {
  max-width: 100%
}

.b_st-content .b_section-header .b_overline {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  overflow: visible;
  text-overflow: clip;
  text-transform: none;
  white-space: normal
}

.b_st-content .b_section-header .b_overline+.b_headline {
  margin-top: 5px
}

.b_st-content__main-content-text {
  background: var(--color-primary);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 5px 15px
}

:root,
[class*="--scheme-corporate"],
[class*="--scheme-edu"],
[class*="--scheme-health"] {
  --st-flow-opacity: 1.24
}

.b_st-flow {
  position: absolute;
  z-index: -1
}

.b_st-flow--default {
  bottom: auto;
  height: auto;
  left: auto;
  max-width: 2000px;
  min-width: 1000px;
  opacity: 1;
  right: -10vw;
  top: 0;
  width: 110vw
}

.b_st-flow--background-media {
  bottom: -220px;
  width: 1000px
}

.b_st-flow--background-media,
.b_st-flow--linkbar {
  left: auto;
  opacity: var(--st-flow-opacity);
  right: 0;
  top: auto
}

.b_st-flow--linkbar {
  bottom: 270px;
  width: 750px
}

.b_st-flow--course {
  bottom: auto;
  left: auto;
  max-width: 2000px;
  min-width: 1000px;
  right: -10vw;
  top: 0;
  width: 110vw
}

.b_st-flow .b_flow {
  width: 100%
}

.b_st-linkbar {
  transform: translateY(-70px);
  width: 100%
}

.b_st-linkbar__list {
  background: #f5f4f3;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  opacity: 1;
  padding: 0 30px
}

.b_global-js--no-js .b_st-linkbar__list,
.b_global-js--no-web-animations .b_st-linkbar__list {
  opacity: 1
}

.b_st-linkbar__link {
  border-top: 1px solid #e0e0e0;
  color: var(--color-interactive);
  display: flex;
  flex-direction: column;
  padding: 20px 35px 20px 0;
  position: relative
}

.b_st-linkbar__link:active,
.b_st-linkbar__link:focus-visible,
.b_st-linkbar__link:hover {
  color: var(--color-interactive-active)
}

.b_st-linkbar__list-item:first-child .b_st-linkbar__link {
  border-top: none
}

.b_st-linkbar__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08px;
  line-height: 30px;
  transition: color .25s linear
}

.b_st-linkbar__subline {
  color: var(--color-text-default);
  font-size: 15px;
  line-height: 28px;
  transition: color .25s linear
}

.b_st-linkbar__link:active .b_st-linkbar__subline,
.b_st-linkbar__link:focus-visible .b_st-linkbar__subline,
.b_st-linkbar__link:hover .b_st-linkbar__subline {
  color: var(--color-interactive-active)
}

.b_st-linkbar__icon {
  align-self: center;
  height: 22px;
  line-height: 0;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px
}

.b_st-slider {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.b_st-slider__overline {
  left: 4%;
  position: absolute;
  top: 60px;
  z-index: 2
}

.b_st-slider__slider {
  height: 100%;
  z-index: 1
}

.b_st-slider__slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%
}

.b_st-slider__slider:not([data-keen-slider-disabled]) .b_st-slider__slide {
  min-height: 100%;
  position: relative;
  width: 100%
}

.b_st-slider__slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse
}

.b_st-slider__slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap
}

.b_st-slider__slider:not([data-keen-slider-disabled]) {
  display: block
}

.b_st-slider__slider:not([data-keen-slider-disabled]) .b_st-slider__slide {
  position: absolute
}

.b_st-slider__slide {
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%
}

.b_st-slider__image {
  z-index: 1
}

.b_st-slider__image,
.b_st-slider__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.b_st-slider__link {
  display: block;
  z-index: 2
}

.b_st-slider__slide-content {
  left: 4%;
  max-width: 92%;
  position: absolute;
  top: 90px;
  width: 92%
}

.b_st-slider__slide-content .b_link {
  margin-top: 30px
}

.b_st-slider__slide-content .b_headline {
  color: var(--color-text-white);
  text-shadow: 2px 0 30px rgba(0, 0, 0, .2)
}

.b_st-slider .b_picture {
  height: 100%
}

.b_st-slider .b_picture__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b_st-slider__controls {
  bottom: 30px;
  display: flex;
  flex-direction: column;
  left: 4%;
  max-width: 100%;
  padding-right: 8%;
  position: absolute;
  width: 100%;
  z-index: 3
}

.b_st-slider__arrows {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  width: 100%
}

.b_st-slider__nav-button {
  color: #fff
}

.b_st-slider__nav-button+.b_st-slider__nav-button {
  margin-left: 20px
}

.b_st-slider__nav-button .b_icon {
  height: 24px;
  width: 24px
}

.b_st-slider__pagination {
  display: flex;
  max-width: 100%;
  position: relative;
  width: 100%
}

.b_st-slider__pagination-button {
  align-items: center;
  color: hsla(0, 0%, 100%, .5);
  display: flex;
  transition: width .5s ease;
  width: 20px
}

.b_st-slider__pagination-button--active {
  color: #fff;
  width: 100%
}

.b_st-slider__pagination-button+.b_st-slider__pagination-button {
  margin-left: 10px
}

.b_st-slider__pagination-button--active+.b_st-slider__pagination-button {
  margin-left: 15px
}

.b_st-slider__pagination-number {
  color: inherit;
  font-weight: 700
}

.b_st-slider__pagination-timeline {
  align-items: center;
  animation: progressBarRemove .5s;
  background-color: hsla(0, 0%, 100%, .5);
  border: 0;
  display: flex;
  height: 2px;
  margin-left: 15px;
  max-width: 100%;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 0;
  width: 100%
}

.b_st-slider__pagination-timeline:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px
}

.b_st-slider__controls--animate .b_st-slider__pagination-timeline:after {
  animation: progressBar 8s linear;
  animation-fill-mode: forwards
}

.b_st-slider__pagination-button--active .b_st-slider__pagination-timeline {
  animation: progressBar .5s;
  opacity: 1
}

.b_st-slider__progress {
  align-items: center;
  background-color: hsla(0, 0%, 100%, .5);
  border: 0;
  display: flex;
  height: 2px;
  margin: auto 0 20px;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%
}

.b_st-slider__progress:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px
}

.b_st-slider__controls--animate .b_st-slider__progress:after {
  animation: progressBar 8s linear;
  animation-fill-mode: forwards
}

@keyframes progressBar {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes progressBarRemove {
  0% {
    width: 100%
  }

  to {
    width: 0
  }
}

:root,
[class*="--scheme-edu"] {
  --holding-stage-card-bg: linear-gradient(225deg, #ff5d18, #df4807);
  --holding-stage-svg-transform: scaleY(-1);
  --holding-stage-tile-bg: #d54407
}

[class*="--scheme-corporate"] {
  --holding-stage-card-bg: linear-gradient(45deg, #aaa39d, #ccc4bd);
  --holding-stage-svg-transform: none;
  --holding-stage-tile-bg: #aaa39d
}

[class*="--scheme-health"] {
  --holding-stage-card-bg: linear-gradient(45deg, #00699a, #5693bf);
  --holding-stage-svg-transform: none;
  --holding-stage-tile-bg: #00699a
}

.b_holding-stage {
  overflow: hidden;
  position: relative
}

.b_holding-stage__discover {
  height: 100vh;
  position: relative;
  width: 100%
}

.b_holding-stage__cards {
  bottom: 0;
  height: calc(100% - 55px);
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 10;
  z-index: 3
}

.b_holding-stage__card,
.b_holding-stage__cards {
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.b_holding-stage__card {
  color: #fff;
  height: 85px;
  justify-content: flex-end;
  position: relative
}

.b_holding-stage__card:after {
  background: hsla(0, 0%, 100%, .2);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 10
}

.b_holding-stage__card--active .b_holding-stage__card-headline {
  text-shadow: none
}

.b_holding-stage__card-flow-svg {
  transform: var(--holding-stage-svg-transform)
}

.b_holding-stage__card-content {
  background-color: rgba(0, 0, 0, .15);
  overflow: hidden;
  padding: 20px 4%
}

.b_holding-stage__card-link {
  display: none
}

.b_holding-stage__card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px
}

.b_holding-stage__card-headline {
  margin-bottom: 5px;
  text-shadow: 2px 0 30px rgba(0, 0, 0, .2)
}

.b_holding-stage__card-icon {
  display: block;
  opacity: 1;
  transform: translateX(-20px);
  transition: all .8s ease;
  transition-delay: .5s
}

.b_holding-stage__card-icon .b_icon {
  height: 24px;
  transform: scaleX(-1);
  width: 24px
}

.b_holding-stage__card-subline .b_headline {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px
}

.b_holding-stage__card-button,
.b_holding-stage__card-copy {
  display: none
}

.b_holding-stage__media {
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1
}

.b_holding-stage__media:before {
  background: rgba(0, 0, 0, .05);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.b_holding-stage__media .b_holding-stage__video,
.b_holding-stage__media .b_picture__image {
  animation-duration: .5s;
  animation-name: fadeOut;
  animation-timing-function: ease-out;
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  width: 100%
}

.b_holding-stage__media+.b_holding-stage__media {
  opacity: 1
}

.b_holding-stage--js-image-complete .b_holding-stage__media+.b_holding-stage__media {
  opacity: 1
}

.b_holding-stage--js-image-init .b_holding-stage__media .b_holding-stage__video,
.b_holding-stage--js-image-init .b_holding-stage__media .b_picture__image {
  transform: scale(1)
}

.b_holding-stage__media--first .b_holding-stage__video,
.b_holding-stage__media--first .b_picture__image {
  transform: scale(1.1);
  transition: transform 1.2s cubic-bezier(.17, .84, .44, 1)
}

.b_holding-stage__media--active {
  z-index: 2
}

.b_holding-stage__media--active .b_holding-stage__video,
.b_holding-stage__media--active .b_picture__image {
  animation-duration: .5s;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  opacity: 1
}

.b_holding-stage__experience:before {
  background: hsla(0, 0%, 100%, .2);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10
}

.b_holding-stage__slider {
  position: relative
}

.b_holding-stage__slider:before {
  background: hsla(0, 0%, 100%, .2);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10
}

.b_holding-stage__tiles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  width: 100%
}

.b_holding-stage__tile {
  background-color: var(--holding-stage-tile-bg);
  color: var(--color-text-white);
  flex: 0 0 100%;
  max-height: 100%;
  padding: 30px 4%;
  position: relative;
  width: 100%
}

.b_holding-stage__tile,
.b_holding-stage__tile-content {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.b_holding-stage__tile-content {
  height: 100%;
  overflow: hidden
}

.b_holding-stage__tile-headline .b_headline {
  color: inherit
}

.b_holding-stage__tile-date--large {
  font-size: 24px;
  line-height: 30px
}

.b_holding-stage__tile-headline+.b_holding-stage__tile-date {
  margin-top: 5px
}

.b_holding-stage__tile-headline+.b_holding-stage__tile-copy {
  margin-top: 10px
}

.b_holding-stage__tile-cta {
  margin-top: 30px
}

.b_holding-stage__tile-cta .b_link {
  --color-link-inactive: var(--color-text-white);
  --color-link-active: var(--color-text-white)
}

@keyframes play-left-20-keyframes {
  0% {
    stroke-dasharray: 1315;
    stroke-dashoffset: 700
  }

  to {
    stroke-dasharray: 1315;
    stroke-dashoffset: 0
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

.b_search-stage {
  background-color: #f5f4f3
}

.b_search-stage__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 85px
}

.b_search-stage__form {
  margin-top: 15px
}

.b_search-stage__form .b_search-form:focus-within {
  border-bottom-width: 1px
}

.b_search-stage__headline {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 30px
}

.b_search-stage__keyword {
  color: #171717
}

.b_search-stage .b_tag-filter {
  margin-top: 30px
}

.b_search-stage .b_tag-filter .b_tag-list__item:not(:last-child) .b_tag {
  margin-right: 15px
}

.b_search-stage .b_tag-filter .b_tag {
  margin-bottom: 15px;
  padding: 5px 10px
}

.b_cm_abstract__header+.b_cm_abstract--long .b_cm_abstract__copy {
  margin-top: 15px
}

.b_cm_abstract--bg-deep-blue,
.b_cm_abstract--bg-grey,
.b_cm_abstract--bg-theme-primary {
  padding: 30px 0
}

.b_cm_abstract--bg-deep-blue,
.b_cm_abstract--bg-theme-primary {
  color: var(--color-text-white)
}

.b_cm_abstract--bg-deep-blue .b_headline,
.b_cm_abstract--bg-deep-blue .b_rte,
.b_cm_abstract--bg-theme-primary .b_headline,
.b_cm_abstract--bg-theme-primary .b_rte {
  color: inherit
}

.b_cm_abstract--bg-deep-blue .b_rte,
.b_cm_abstract--bg-theme-primary .b_rte {
  --color-rte-link-default: var(--color-text-white);
  --color-rte-link-default-active: var(--color-text-white)
}

.b_cm_abstract--bg-theme-primary {
  background-color: var(--color-primary)
}

.b_cm_abstract--bg-theme-primary .b_overline {
  color: inherit
}

.b_cm_abstract--bg-theme-primary .b_rte,
.b_cm_abstract--bg-theme-primary .b_section-header {
  color: var(--color-text-white)
}

.b_cm_abstract--bg-deep-blue {
  background-color: #001725
}

.b_cm_abstract--bg-grey {
  background-color: #f5f4f3
}

.b_cm_abstract__content {
  margin: 0 auto;
  max-width: 100%;
  text-align: center
}

.b_cm_abstract__header+.b_cm_abstract__copy {
  margin-top: 30px
}

.b_cm_abstract .b_headline {
  max-width: 100%
}

.b_cm_abstract .b_rte {
  font-family: SRHHeadline, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: inherit
}

.b_cm_abstract .b_rte a,
.b_cm_abstract .b_rte ol,
.b_cm_abstract .b_rte p,
.b_cm_abstract .b_rte ul {
  font-size: inherit;
  line-height: inherit
}

.b_cm_accordion--bg-grey {
  background-color: #f5f4f3;
  padding: 60px 0
}

.b_cm_accordion--bg-grey .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_accordion--bg-grey .b_media__media:after {
  background-color: #f5f4f3;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-web-animations .b_cm_accordion--bg-grey .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_accordion--bg-grey .b_media__media,
.b_global-js--no-web-animations .b_cm_accordion--bg-grey .b_media__media {
  opacity: 1
}

.b_cm_accordion--headline-small .b_cm_accordion__header .b_headline {
  font-size: 30px;
  line-height: 36px
}

.b_cm_accordion__header {
  margin-bottom: 30px
}

.b_cm_accordion__accordion:not(:first-child),
.b_cm_accordion__intro:not(:first-child),
.b_cm_accordion__media:not(:first-child) {
  margin-top: 30px
}

.b_cm_accordion:not(.b_cm_accordion--bg-grey) .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_accordion:not(.b_cm_accordion--bg-grey) .b_media__media:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-web-animations .b_cm_accordion:not(.b_cm_accordion--bg-grey) .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_accordion:not(.b_cm_accordion--bg-grey) .b_media__media,
.b_global-js--no-web-animations .b_cm_accordion:not(.b_cm_accordion--bg-grey) .b_media__media {
  opacity: 1
}

.b_cm_accordion .b_media--image .b_picture,
.b_cm_accordion .b_media--video .b_video {
  opacity: 1
}

.b_global-js--no-js .b_cm_accordion .b_media--image .b_picture,
.b_global-js--no-js .b_cm_accordion .b_media--video .b_video,
.b_global-js--no-web-animations .b_cm_accordion .b_media--image .b_picture,
.b_global-js--no-web-animations .b_cm_accordion .b_media--video .b_video {
  opacity: 1
}

.b_cm_accordion .b_media__caption {
  opacity: 1
}

.b_global-js--no-js .b_cm_accordion .b_media__caption,
.b_global-js--no-web-animations .b_cm_accordion .b_media__caption {
  opacity: 1
}

.b_cm_benefits {
  --benefits-item-spacing: 10px;
  --module-header-max-width: 745px;
  overflow: hidden;
  position: relative
}

.b_cm_benefits--scheme-corporate {
  --flow-gradient-stop-1: #fff;
  --flow-gradient-stop-2: #fff;
  --flow-gradient-stop-3: #fff
}

.b_cm_benefits__bg .b_picture:after {
  background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .3));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.b_cm_benefits__bg img {
  aspect-ratio: var(--benefits-bg-img-aspect-ratio, 9/16)
}

.b_cm_benefits__bg .b_flow {
  left: 0;
  opacity: .5;
  position: absolute;
  top: 18%;
  width: 200%;
  z-index: 1
}

.b_cm_benefits__bg~.b_cm_benefits__content {
  margin-top: -75px;
  position: relative;
  z-index: 1
}

.b_cm_benefits__bg~.b_cm_benefits__content .b_cm_benefits__header {
  display: flex;
  flex-direction: column;
  height: 1px;
  justify-content: flex-end;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%
}

.b_cm_benefits__bg~.b_cm_benefits__content .b_module-header .b_rte {
  font-weight: 700
}

.b_cm_benefits__bg~.b_cm_benefits__content .b_container__content-wrap {
  position: relative
}

.b_cm_benefits__header {
  opacity: 1
}

.b_global-js--no-js .b_cm_benefits__header,
.b_global-js--no-web-animations .b_cm_benefits__header {
  opacity: 1
}

.b_cm_benefits__grid {
  display: flex;
  margin: 0 calc(var(--benefits-item-spacing)/-2);
  overflow: hidden
}

.b_cm_benefits--layout-initial .b_cm_benefits__grid {
  align-items: flex-start;
  flex-flow: row wrap
}

.b_cm_benefits--layout-masonry .b_cm_benefits__grid {
  flex-flow: column wrap
}

.b_cm_benefits--layout-masonry .b_cm_benefits__grid:after,
.b_cm_benefits--layout-masonry .b_cm_benefits__grid:before {
  content: "";
  flex-basis: 100%;
  margin: 0;
  order: 2;
  width: 0
}

.b_cm_benefits--layout-masonry .b_cm_benefits__grid:after {
  display: none
}

.b_cm_benefits--layout-initial .b_cm_benefits__item-wrapper {
  flex: 0 0 50%
}

.b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper {
  width: 50%
}

.b_cm_benefits__item {
  padding: calc(var(--benefits-item-spacing)/2)
}

.b_cm_benefits .b_benefit-card {
  opacity: 1
}

.b_global-js--no-js .b_cm_benefits .b_benefit-card,
.b_global-js--no-web-animations .b_cm_benefits .b_benefit-card {
  opacity: 1
}

.b_cm_benefits .b_module-header {
  margin-bottom: 45px
}

.b_cm_benefits .b_module-header--headline-small {
  margin-bottom: 30px
}

.b_cm_benefits .b_module-header--light {
  --module-header-padding: 15px;
  --module-header-ol-light: #c54407;
  --module-header-bg-color: #fff;
  --module-header-headline-text-color: var(--color-primary);
  --module-header-rte-text-color: #6d7373;
  --module-header-border-radius: 20px 20px 20px 2px
}

.b_cm_contact__header {
  margin-bottom: 45px
}

.b_cm_contact__col-right {
  margin-top: 45px
}

.b_cm_contact__col-right>:not(:first-child) {
  margin-top: 30px
}

.b_cm_gallery {
  --gallery-item-spacing: 10px;
  overflow: hidden;
  position: relative
}

.b_cm_gallery__header {
  opacity: 1
}

.b_global-js--no-js .b_cm_gallery__header,
.b_global-js--no-web-animations .b_cm_gallery__header {
  opacity: 1
}

.b_cm_gallery__grid {
  display: flex;
  margin: 0 calc(var(--gallery-item-spacing)/-2);
  overflow: hidden
}

.b_cm_gallery--layout-initial .b_cm_gallery__grid {
  align-items: flex-start;
  flex-flow: row wrap
}

.b_cm_gallery--layout-masonry .b_cm_gallery__grid {
  flex-flow: column wrap
}

.b_cm_gallery--layout-masonry .b_cm_gallery__grid:after,
.b_cm_gallery--layout-masonry .b_cm_gallery__grid:before {
  content: "";
  flex-basis: 100%;
  margin: 0;
  order: 2;
  width: 0
}

.b_cm_gallery--layout-masonry .b_cm_gallery__grid:after {
  display: none
}

.b_cm_gallery--layout-initial .b_cm_gallery__item-wrapper {
  flex: 0 0 50%
}

.b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper {
  width: 50%
}

.b_cm_gallery__item {
  padding: calc(var(--gallery-item-spacing)/2)
}

.b_cm_gallery__trigger {
  border-radius: 10px;
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_global-js--no-js .b_cm_gallery__trigger,
.b_global-js--no-web-animations .b_cm_gallery__trigger {
  opacity: 1
}

.b_cm_gallery__trigger:focus-visible .b_picture,
.b_cm_gallery__trigger:hover .b_picture {
  transform: translateZ(0) scale(1.07)
}

.b_cm_gallery__trigger:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent 45%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.b_cm_gallery__trigger .b_picture {
  transform: translateZ(0) scale(1);
  transition: transform .15s linear;
  z-index: 1
}

.b_cm_gallery__trigger .b_icon {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  z-index: 3
}

.b_cm_gallery__trigger .b_lightbox__media {
  display: none;
  visibility: hidden
}

.b_cm_gallery .b_module-header {
  margin-bottom: 45px
}

.b_cm_gallery .b_module-header--headline-small {
  margin-bottom: 30px
}

.b_cm_gallery .b_gallery-lightbox__media {
  display: none;
  visibility: hidden
}

.b_cm_highlight {
  overflow: hidden
}

.b_cm_highlight--bg-blue-95,
.b_cm_highlight--bg-deep-blue,
.b_cm_highlight--bg-theme-primary {
  color: var(--color-text-white)
}

.b_cm_highlight--bg-theme-primary {
  background-color: var(--color-primary)
}

.b_cm_highlight--bg-deep-blue {
  background-color: #001725
}

.b_cm_highlight--bg-blue-95 {
  background-color: #0d709f
}

.b_cm_highlight--bg-grey {
  background-color: #aaa39d
}

.b_cm_highlight--grid-three .b_cm_highlight__item {
  width: 100%
}

.b_cm_highlight--grid-four .b_cm_highlight__grid {
  flex-direction: row
}

.b_cm_highlight--grid-four .b_cm_highlight__item {
  min-width: calc(50% - 30px);
  width: calc(50% - 30px)
}

.b_cm_highlight--grid-four .b_cm_highlight__value {
  font-size: 24px;
  line-height: 30px
}

.b_cm_highlight--grid-four .b_cm_highlight__icon .b_icon--s {
  height: 14px;
  width: 14px
}

.b_cm_highlight--grid-six .b_cm_highlight__grid {
  flex-direction: row
}

.b_cm_highlight--grid-six .b_cm_highlight__item {
  min-width: calc(50% - 30px);
  width: calc(50% - 30px)
}

.b_cm_highlight--grid-six .b_cm_highlight__value {
  font-size: 24px;
  line-height: 30px
}

.b_cm_highlight--grid-six__description {
  font-size: 15px;
  line-height: 28px;
  margin-top: 0
}

.b_cm_highlight--grid-six__icon .b_icon--s {
  height: 14px;
  width: 14px
}

.b_cm_highlight__wrapper {
  margin: 0 4%;
  padding-bottom: 60px;
  width: 92%
}

.b_cm_highlight__grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around
}

.b_cm_highlight__item {
  align-items: center;
  color: var(--color-text-white);
  display: flex;
  flex-direction: column;
  padding: 60px 15px 0
}

.b_cm_highlight__icon .b_icon {
  height: 60px;
  width: 60px
}

.b_cm_highlight__icon svg {
  stroke-width: 1
}

.b_cm_highlight__value {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 50px;
  margin-top: 15px;
  text-align: center
}

.b_cm_highlight__description {
  margin-top: 15px
}

.b_cm_highlight__description,
.b_cm_highlight__description .b_link {
  font-size: 24px;
  line-height: 30px;
  text-align: center
}

.b_cm_highlight__description .b_link .b_icon {
  top: .1em
}

.b_cm_highlight__cta {
  display: flex;
  justify-content: center;
  margin: 0 4%;
  padding-bottom: 30px
}

.b_cm_logos--with-loadmore:not(.b_cm_logos--show-all) .b_cm_logos__logo:nth-child(10)~.b_cm_logos__logo {
  display: none
}

.b_global-js--no-js .b_cm_logos--with-loadmore:not(.b_cm_logos--show-all) .b_cm_logos__logo:nth-child(10)~.b_cm_logos__logo {
  display: block
}

.b_cm_logos--show-all .b_cm_logos__loadmore {
  display: none
}

.b_cm_logos__grid {
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  padding-bottom: 60px;
  row-gap: 25px
}

.b_module-header+.b_cm_logos__grid {
  margin-top: 45px
}

.b_cm_logos__loadmore {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.b_cm_logos__logo {
  display: block;
  opacity: .01
}

.b_global-js--no-js .b_cm_logos__logo,
.b_global-js--no-web-animations .b_cm_logos__logo {
  opacity: 1
}

.b_cm_logos__image {
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.b_cm_media--align-right .b_cm_media__grid {
  flex-direction: column-reverse
}

.b_cm_media--align-right:not(.b_cm_media--multiple) .b_media__caption {
  margin-left: auto;
  text-align: right
}

.b_cm_media__grid {
  display: flex;
  flex-direction: column
}

.b_cm_media .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_media .b_media__media:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-web-animations .b_cm_media .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_media .b_media__media,
.b_global-js--no-web-animations .b_cm_media .b_media__media {
  opacity: 1
}

.b_cm_media .b_media--image .b_picture,
.b_cm_media .b_media--video .b_video {
  opacity: 1
}

.b_global-js--no-js .b_cm_media .b_media--image .b_picture,
.b_global-js--no-js .b_cm_media .b_media--video .b_video,
.b_global-js--no-web-animations .b_cm_media .b_media--image .b_picture,
.b_global-js--no-web-animations .b_cm_media .b_media--video .b_video {
  opacity: 1
}

.b_cm_media .b_media__caption {
  max-width: 66.666%;
  opacity: 1
}

.b_global-js--no-js .b_cm_media .b_media__caption,
.b_global-js--no-web-animations .b_cm_media .b_media__caption {
  opacity: 1
}

.b_cm_nav-inline__header+.b_cm_nav-inline__marginal,
.b_cm_nav-inline__marginal .b_rte:not(first-child) {
  margin-top: 30px
}

.b_cm_nav-inline__marginal .b_link {
  font-family: SRHHeadline, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px
}

.b_cm_nav-inline__marginal .b_link svg {
  display: block
}

.b_cm_nav-inline__divider {
  border-bottom: 1px solid hsla(180, 3%, 44%, .3);
  display: block;
  margin-top: 60px
}

.b_cm_search-courses {
  margin-top: 45px
}

.b_cm_search-courses__grid,
.b_cm_search-courses__summary {
  display: flex;
  flex-direction: column
}

.b_cm_search-courses__summary {
  margin-top: 30px;
  order: 2
}

.b_cm_search-courses__summary .b_link {
  margin-top: 20px
}

.b_cm_search-courses__search {
  order: 1
}

.b_cm_search-courses__search .b_headline {
  margin: 15px 0 30px
}

.b_cm_search-courses__count {
  font-weight: 700;
  margin-bottom: 15px
}

.b_cm_search-courses__count strong {
  color: var(--color-text-dark)
}

:root,
[class*="--scheme-edu"] {
  --st-bg-default-with-media: #001725;
  --st-border-color-theme-default: #001725;
  --st-border-color-theme-primary: var(--color-primary)
}

[class*="--scheme-corporate"] {
  --st-bg-default-with-media: #aaa39d;
  --st-border-color-theme-default: #aaa39d;
  --st-border-color-theme-primary: #aaa39d
}

[class*="--scheme-health"] {
  --st-bg-default-with-media: var(--color-primary);
  --st-border-color-theme-default: #f0edeb;
  --st-border-color-theme-primary: var(--color-primary)
}

.b_cm_stage {
  --st-bg-default: #f5f4f3;
  --st-border-height: 0px;
  --st-pb-content: 60px;
  --color-button-secondary-base: var(--color-text-white);
  --color-button-border: var(--color-primary-variant);
  background-color: var(--st-bg-default);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 85px;
  position: relative
}

.b_cm_stage .b_st-bg-media:before {
  background-image: none
}

.b_cm_stage--height-full {
  min-height: 100vh;
  min-height: 100svh
}

.b_cm_stage--height-60 {
  min-height: calc(60vh + 85px);
  min-height: max(60vh + 85px, 500px)
}

.b_cm_stage--height-70 {
  min-height: 70vh;
  min-height: max(70vh, 500px)
}

.b_cm_stage--height-75 {
  min-height: 75vh;
  min-height: max(75vh, 500px)
}

.b_cm_stage--has-bg-media {
  --st-bg-default: var(--st-bg-default-with-media)
}

.b_cm_stage--has-badge,
.b_cm_stage--with-border {
  --st-border-height: 60px;
  --st-border-color: var(--st-border-color-theme-default);
  padding-bottom: var(--st-border-height)
}

.b_cm_stage--has-badge:after,
.b_cm_stage--with-border:after {
  background-color: var(--st-border-color);
  bottom: 0;
  content: " ";
  height: var(--st-border-height);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.b_cm_stage--has-badge {
  --st-border-height: 100px
}

.b_cm_stage--has-linkbar {
  background-color: var(--st-border-color)
}

.b_cm_stage--has-linkbar .b_cm_stage__wrapper-flow {
  display: block
}

.b_cm_stage--border-grey {
  --st-border-color: #f0edeb
}

.b_cm_stage--border-dark {
  --st-border-color: #001725
}

.b_cm_stage--border-primary {
  --st-border-color: var(--st-border-color-theme-primary)
}

.b_cm_stage--course.b_cm_stage--has-image {
  --st-pb-content: 0
}

.b_cm_stage--course.b_cm_stage--no-image {
  --st-pb-content: 60px
}

.b_cm_stage__wrapper-bg {
  height: 100%;
  height: calc(100% - var(--st-border-height, 0px))
}

.b_cm_stage__wrapper-bg,
.b_cm_stage__wrapper-flow {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.b_cm_stage__wrapper-flow {
  display: none;
  height: 100%
}

.b_cm_stage__wrapper-content {
  padding-bottom: var(--st-pb-content);
  z-index: 1
}

.b_cm_stage__wrapper-linkbar {
  display: flex;
  justify-content: center;
  padding: 0 4%;
  position: relative;
  z-index: 3
}

.b_cm_stage__wrapper-image {
  position: relative;
  z-index: 3
}

.b_cm_stage__wrapper-image .b_media {
  opacity: 1;
  overflow: hidden
}

.b_global-js--no-js .b_cm_stage__wrapper-image .b_media,
.b_global-js--no-web-animations .b_cm_stage__wrapper-image .b_media {
  opacity: 1
}

.b_cm_stage__wrapper-image .b_picture {
  opacity: 1
}

.b_global-js--no-js .b_cm_stage__wrapper-image .b_picture,
.b_global-js--no-web-animations .b_cm_stage__wrapper-image .b_picture {
  opacity: 1
}

.b_cm_stage__wrapper-badge {
  bottom: 0;
  height: var(--st-border-height);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3
}

.b_cm_stage__badges {
  align-items: center;
  display: flex;
  height: var(--st-border-height);
  justify-content: flex-end;
  margin: 0 4%
}

.b_cm_stage__badges .b_badge {
  --badge-color: var(--color-interactive);
  --badge-color-active: var(--color-interactive-active)
}

.b_cm_table {
  --table-background: #fff;
  --table-highlight-bg: #faf9f9
}

.b_cm_table__table-wrapper {
  margin-left: -5px;
  margin-right: -5px;
  overflow: auto
}

.b_cm_table__table-wrapper:not(:first-child) {
  margin-top: 45px
}

.b_cm_table__table {
  border-spacing: 0;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  table-layout: fixed;
  text-align: left;
  vertical-align: top;
  width: 100%
}

.b_cm_table thead td {
  background: none;
  box-shadow: none
}

.b_cm_table thead td:before {
  display: none
}

.b_cm_table tbody tr:hover>td {
  background-color: var(--table-highlight-bg)
}

.b_cm_table tbody td {
  box-shadow: inset 0 -9px 0 #f5f4f3
}

.b_cm_table tbody td:before {
  background-color: var(--table-highlight-bg);
  content: "";
  display: none;
  height: 200vh;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1
}

.b_cm_table tbody td:hover:before {
  display: block
}

.b_cm_table td,
.b_cm_table th {
  padding: 30px 29px;
  position: relative;
  vertical-align: top;
  width: 180px
}

.b_cm_table td:after,
.b_cm_table th:after {
  border: 5px solid var(--table-background);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3
}

.b_cm_table th {
  background-color: #f5f4f3;
  box-shadow: inset 0 -9px 0 #f0edeb
}

.b_cm_table__copy--header-headline {
  font-weight: 700
}

.b_cm_table__copy--headline {
  color: #171717;
  font-weight: 400
}

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

.b_cm_table__description {
  margin-top: 5px
}

:root,
[class*="--scheme-corporate"],
[class*="--scheme-edu"] {
  --cm_text-headline-color: var(--color-text-default)
}

[class*="--scheme-health"] {
  --cm_text-headline-color: var(--color-primary)
}

.b_cm_text--bg-grey {
  background-color: #f5f4f3;
  padding: 60px 0
}

.b_cm_text--bg-grey .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_text--bg-grey .b_media__media:after {
  background-color: #f5f4f3;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-web-animations .b_cm_text--bg-grey .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_text--bg-grey .b_media__media,
.b_global-js--no-web-animations .b_cm_text--bg-grey .b_media__media {
  opacity: 1
}

.b_cm_text--headline-small .b_cm_text__header .b_headline {
  font-size: 30px;
  line-height: 36px
}

.b_cm_text__header {
  margin-bottom: 30px
}

.b_cm_text__intro:not(:first-child) {
  margin-top: 30px
}

.b_cm_text__intro .b_rte {
  font-weight: 700
}

.b_cm_text__main:not(:first-child) {
  margin-top: 30px
}

.b_cm_text__marginal {
  margin-top: 60px
}

.b_cm_text__marginal .b_contact--marginal {
  border: 1px solid #dddad8;
  border-width: 1px 0;
  padding: 30px 0
}

.b_cm_text__marginal .b_contact--marginal>.b_headline {
  color: var(--color-primary)
}

.b_cm_text__marginal .b_contact--marginal+.b_contact--marginal,
.b_cm_text__marginal .b_contact--marginal+.b_project,
.b_cm_text__marginal .b_project+.b_contact--marginal {
  border-top: none;
  margin-top: -30px
}

.b_cm_text__marginal .b_contact__profile-header .b_headline {
  color: var(--color-text-dark);
  font-size: inherit
}

.b_cm_text__main>*,
.b_cm_text__marginal>* {
  margin: 30px 0
}

.b_cm_text__main>:first-child,
.b_cm_text__marginal>:first-child {
  margin-top: 0
}

.b_cm_text__main>.b_media,
.b_cm_text__main>.b_quote,
.b_cm_text__marginal>.b_media,
.b_cm_text__marginal>.b_quote {
  margin: 60px 0
}

.b_cm_text__main>.b_media:first-child,
.b_cm_text__main>.b_quote:first-child,
.b_cm_text__marginal>.b_media:first-child,
.b_cm_text__marginal>.b_quote:first-child {
  margin-top: 0
}

.b_cm_text__main>.b_rte:not(:first-child) .b_headline:first-child,
.b_cm_text__marginal>.b_rte:not(:first-child) .b_headline:first-child {
  margin-top: 60px
}

.b_cm_text__main>:last-child,
.b_cm_text__marginal>:last-child {
  margin-bottom: 0
}

.b_cm_text .b_rte .b_headline {
  color: var(--cm_text-headline-color)
}

.b_cm_text:not(.b_cm_text--bg-grey) .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_text:not(.b_cm_text--bg-grey) .b_media__media:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-web-animations .b_cm_text:not(.b_cm_text--bg-grey) .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_text:not(.b_cm_text--bg-grey) .b_media__media,
.b_global-js--no-web-animations .b_cm_text:not(.b_cm_text--bg-grey) .b_media__media {
  opacity: 1
}

.b_cm_text .b_media--image .b_picture,
.b_cm_text .b_media--video .b_video {
  opacity: 1
}

.b_global-js--no-js .b_cm_text .b_media--image .b_picture,
.b_global-js--no-js .b_cm_text .b_media--video .b_video,
.b_global-js--no-web-animations .b_cm_text .b_media--image .b_picture,
.b_global-js--no-web-animations .b_cm_text .b_media--video .b_video {
  opacity: 1
}

.b_cm_text .b_media__caption {
  max-width: 25em;
  opacity: 1;
  padding: 0 15px
}

.b_global-js--no-js .b_cm_text .b_media__caption,
.b_global-js--no-web-animations .b_cm_text .b_media__caption {
  opacity: 1
}

.b_cm_text-media--small-hl .b_section-header .b_headline {
  font-size: 30px;
  line-height: 36px
}

.b_cm_text-media--small-hl .b_cm_text-media__content .b_section-header+.b_button,
.b_cm_text-media--small-hl .b_cm_text-media__content .b_section-header+.b_link,
.b_cm_text-media--small-hl .b_cm_text-media__content .b_section-header+.b_list,
.b_cm_text-media--small-hl .b_cm_text-media__content .b_section-header+.b_rte {
  margin-top: 20px
}

.b_cm_text-media--media-right .b_cm_text-media__media .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_text-media--media-right .b_cm_text-media__media .b_media__media:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-js .b_cm_text-media--media-right .b_cm_text-media__media .b_media__media:after,
.b_global-js--no-web-animations .b_cm_text-media--media-right .b_cm_text-media__media .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_text-media--media-right .b_cm_text-media__media .b_media__media,
.b_global-js--no-web-animations .b_cm_text-media--media-right .b_cm_text-media__media .b_media__media {
  opacity: 1
}

.b_cm_text-media--media-left .b_cm_text-media__media .b_media__media {
  opacity: 1;
  overflow: hidden;
  position: relative
}

.b_cm_text-media--media-left .b_cm_text-media__media .b_media__media:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10
}

.b_global-js--no-web-animations .b_cm_text-media--media-left .b_cm_text-media__media .b_media__media:after {
  display: none
}

.b_global-js--no-js .b_cm_text-media--media-left .b_cm_text-media__media .b_media__media,
.b_global-js--no-web-animations .b_cm_text-media--media-left .b_cm_text-media__media .b_media__media {
  opacity: 1
}

.b_cm_text-media__mobile-overline {
  margin-bottom: 30px;
  opacity: 1
}

.b_global-js--no-js .b_cm_text-media__mobile-overline,
.b_global-js--no-web-animations .b_cm_text-media__mobile-overline {
  opacity: 1
}

.b_cm_text-media__media .b_media--image .b_picture,
.b_cm_text-media__media .b_media--video .b_video {
  opacity: 1
}

.b_global-js--no-js .b_cm_text-media__media .b_media--image .b_picture,
.b_global-js--no-js .b_cm_text-media__media .b_media--video .b_video,
.b_global-js--no-web-animations .b_cm_text-media__media .b_media--image .b_picture,
.b_global-js--no-web-animations .b_cm_text-media__media .b_media--video .b_video {
  opacity: 1
}

.b_cm_text-media__media .b_media__caption {
  max-width: 25em;
  opacity: 1;
  padding: 0 15px
}

.b_global-js--no-js .b_cm_text-media__media .b_media__caption,
.b_global-js--no-web-animations .b_cm_text-media__media .b_media__caption {
  opacity: 1
}

.b_cm_text-media__content {
  margin-top: 45px;
  opacity: 1
}

.b_global-js--no-js .b_cm_text-media__content,
.b_global-js--no-web-animations .b_cm_text-media__content {
  opacity: 1
}

.b_cm_text-media__content>.b_button:not(:first-child),
.b_cm_text-media__content>.b_link:not(:first-child),
.b_cm_text-media__content>.b_list:not(:first-child),
.b_cm_text-media__content>.b_rte:not(:first-child) {
  margin-top: 30px
}

:root,
[class*="--scheme-corporate"],
[class*="--scheme-edu"],
[class*="--scheme-health"] {
  --cm-video-bg: var(--color-primary)
}

.b_cm_video {
  overflow: hidden;
  position: relative
}

.b_cm_video--bg-grey,
.b_cm_video--bg-theme-primary {
  padding: 60px 0
}

.b_cm_video--bg-grey {
  background-color: #f5f4f3
}

.b_cm_video--bg-grey .b_media__caption {
  color: #171717
}

.b_cm_video--bg-theme-primary {
  background-color: var(--color-primary);
  color: var(--color-text-white)
}

.b_cm_video--bg-theme-primary .b_caption,
.b_cm_video--bg-theme-primary .b_headline,
.b_cm_video--bg-theme-primary .b_overline,
.b_cm_video--bg-theme-primary .b_rte,
.b_cm_video--bg-theme-primary .b_rte a {
  color: inherit
}

.b_cm_video--bg-theme-primary .b_rte {
  --color-rte-link-default: var(--color-text-white);
  --color-rte-link-default-active: var(--color-text-white)
}

.b_cm_video--small-headline .b_headline {
  font-size: 36px;
  line-height: 45px
}

.b_cm_video__bg {
  left: 0;
  position: absolute;
  top: 55%;
  transform: translateX(-55%);
  width: 200%
}

.b_cm_video__grid {
  display: flex;
  flex-direction: column
}

.b_cm_video .b_section-header {
  margin-bottom: 30px
}

.b_cm_video__intro+.b_cm_video__video {
  margin-top: 30px
}

.b_cm_video .b_media--video .b_video {
  opacity: 1
}

.b_global-js--no-js .b_cm_video .b_media--video .b_video,
.b_global-js--no-web-animations .b_cm_video .b_media--video .b_video {
  opacity: 1
}

.b_cm_video .b_media__caption {
  max-width: 100%;
  opacity: 1
}

.b_global-js--no-js .b_cm_video .b_media__caption,
.b_global-js--no-web-animations .b_cm_video .b_media__caption {
  opacity: 1
}

.b_cm_quote {
  color: var(--color-text-white);
  overflow: hidden;
  position: relative
}

.b_cm_quote__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.b_cm_quote__bg .b_picture {
  height: 100%;
  z-index: 1
}

.b_cm_quote__bg .b_picture:after {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 50%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 1
}

.b_cm_quote__bg .b_picture__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.b_cm_quote__bg .b_flow {
  bottom: -150px;
  opacity: .5;
  position: absolute;
  right: 0;
  width: 1000px;
  z-index: 2
}

.b_cm_quote__content-wrapper {
  display: flex;
  flex-direction: column;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  min-height: 100vh;
  padding: 120px 0 120px 15px
}

.b_cm_quote__content {
  opacity: 1;
  transition: opacity 70ms linear, transform 70ms linear
}

.no-js .b_cm_quote__content {
  opacity: 1
}

.b_cm_quote__buttons {
  margin-top: 30px
}

.b_cm_quote__buttons .b_link {
  --color-link-inactive: var(--color-text-white);
  --color-link-active: var(--color-text-white);
  color: var(--color-link-inactive)
}

.b_cm_quote .b_quote__quote {
  color: inherit
}

:root,
[class*="--scheme-corporate"],
[class*="--scheme-edu"],
[class*="--scheme-health"] {
  --tm-image-flow-op: 0.24
}

.b_tm_image {
  overflow: hidden
}

.b_tm_image--fullwidth .b_tm_image__flow {
  display: block
}

.b_tm_image--fullwidth .b_tm_image__container {
  margin: 0
}

.b_tm_image--fullwidth .b_tm_image__content-container {
  margin: var(--tm-image-content-container-margin, 0 15px)
}

.b_tm_image--fullwidth .b_tm_image__copy:not(:first-child) {
  margin-top: 30px
}

.b_tm_image--constrained .b_headline {
  font-size: 24px;
  line-height: 30px
}

.b_tm_image--constrained .b_tm_image__container {
  height: auto;
  max-height: none
}

.b_tm_image--constrained .b_tm_image__content-container {
  margin: 0 30px
}

.b_tm_image--align-right .b_tm_image__flow {
  left: auto;
  right: 0
}

.b_tm_image--color-light {
  --color-rte-link-default: #575756;
  --color-link-inactive-override: var(--color-primary);
  --button-bg-color-interactive-override: var(--color-primary);
  --button-bg-color-active-override: var(--color-primary);
  --button-color-override: #fff;
  color: #575756
}

.b_tm_image--color-light .b_headline,
.b_tm_image--color-light .b_overline {
  color: var(--color-primary)
}

.b_tm_image--color-light .b_rte {
  color: #575756
}

.b_tm_image--color-dark {
  --color-rte-link-default: #575756;
  --tm-image-content-background-color: var(--color-primary);
  --button-bg-color-interactive-override: #fff;
  --button-bg-color-active-override: #fff;
  --button-color-override: var(--color-primary);
  color: #575756
}

.b_tm_image--color-dark .b_headline,
.b_tm_image--color-dark .b_overline,
.b_tm_image--color-dark .b_rte {
  color: #fff
}

.b_tm_image__container {
  height: 80vh;
  margin: var(--tm-image-container-margin, 0 15px);
  max-height: 700px;
  min-height: 650px;
  position: relative
}

.b_tm_image__bg {
  background: var(--color-primary);
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0
}

.b_tm_image__bg,
.b_tm_image__bg .b_picture {
  height: 100%;
  width: 100%
}

.b_tm_image__bg .b_picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b_tm_image__flow {
  display: none;
  left: 0;
  opacity: var(--tm-image-flow-op);
  position: absolute;
  top: 220px;
  width: 1000px;
  z-index: 1
}

.b_tm_image__content-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 30px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.b_tm_image__content {
  background-color: var(--tm-image-content-background-color, #fff);
  border-radius: 20px 20px 20px 2px;
  max-width: var(--tm-image-content-max-width);
  padding: var(--tm-image-content-padding, 15px)
}

.b_tm_image__overline {
  opacity: 1
}

.b_global-js--no-js .b_tm_image__overline,
.b_global-js--no-web-animations .b_tm_image__overline {
  opacity: 1
}

.b_tm_image__headline {
  opacity: 1
}

.b_global-js--no-js .b_tm_image__headline,
.b_global-js--no-web-animations .b_tm_image__headline {
  opacity: 1
}

.b_tm_image__headline:not(:first-child) {
  margin-top: 15px
}

.b_tm_image__copy {
  opacity: 1
}

.b_global-js--no-js .b_tm_image__copy,
.b_global-js--no-web-animations .b_tm_image__copy {
  opacity: 1
}

.b_tm_image__copy:not(:first-child) {
  margin-top: var(--tm-image-copy-margin-top, 15px)
}

.b_tm_image__cta {
  opacity: 1
}

.b_global-js--no-js .b_tm_image__cta,
.b_global-js--no-web-animations .b_tm_image__cta {
  opacity: 1
}

.b_tm_image__cta:not(:first-child) {
  margin-top: 30px
}

.b_tm_links--bg-dark {
  background-color: #f5f4f3;
  padding: 60px 0
}

.b_tm_links .b_module-header {
  margin-bottom: 45px;
  opacity: 1
}

.b_global-js--no-js .b_tm_links .b_module-header,
.b_global-js--no-web-animations .b_tm_links .b_module-header {
  opacity: 1
}

.b_tm_links__category {
  opacity: 1
}

.b_global-js--no-js .b_tm_links__category,
.b_global-js--no-web-animations .b_tm_links__category {
  opacity: 1
}

.b_tm_links__list+.b_tm_links__category {
  margin-top: 30px
}

.b_tm_links__category+.b_tm_links__list {
  margin-top: 20px
}

.b_tm_links__list--downloads-rich .b_tm_links__item {
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-columns: 25% minmax(0, 1fr)
}

.b_tm_links__list--downloads-rich .b_tm_links__item+.b_tm_links__item {
  margin-top: 30px
}

.b_tm_links__item {
  opacity: 1
}

.b_global-js--no-js .b_tm_links__item,
.b_global-js--no-web-animations .b_tm_links__item {
  opacity: 1
}

.b_tm_links__item+.b_tm_links__item {
  margin-top: 30px
}

.b_tm_links .b_link+.b_rte {
  margin-top: 5px
}

.b_tm_grid__header .b_module-header {
  margin-bottom: 45px
}

.b_tm_grid__header .b_module-header--headline-small {
  margin-bottom: 30px
}

.b_tm_grid .b_grid-teaser+.b_grid-teaser,
.b_tm_grid__row+.b_tm_grid__row {
  margin-top: 20px
}

.b_tm_search .b_module-header {
  margin-bottom: 45px
}

:root,
[class*="--scheme-edu"] {
  --tm-standard-highlight: var(--color-primary);
  --tm-standard-highlight-hl: #fff;
  --tm-standard-highlight-copy: #fff;
  --tm-standard-highlight-overline: #fff
}

[class*="--scheme-corporate"] {
  --tm-standard-highlight: #f5f4f3;
  --tm-standard-highlight-hl: #575756;
  --tm-standard-highlight-copy: #575756;
  --tm-standard-highlight-overline: #fff
}

[class*="--scheme-health"] {
  --tm-standard-highlight: #78c8d2;
  --tm-standard-highlight-hl: var(--color-primary);
  --tm-standard-highlight-copy: #fff;
  --tm-standard-highlight-overline: #fff
}

.b_tm_standard {
  overflow: hidden
}

.b_tm_standard--single .b_tm_standard__teaser--highlight {
  padding-left: calc(4% + 20px)
}

.b_tm_standard--single .b_tm_standard__teaser-bg {
  background-color: var(--tm-standard-bg);
  border: 1px solid var(--tm-standard-border);
  border-left: none;
  bottom: -1px;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  width: 100%
}

.b_tm_standard--single .b_tm_standard__teaser-bg .b_flow {
  opacity: .2;
  position: absolute;
  right: 0;
  top: 30px;
  width: 250vw
}

.b_tm_standard__teaser {
  --tm-standard-bg: #fff;
  --tm-standard-border: #dddad8;
  border: 1px solid var(--tm-standard-border);
  padding: 30px 20px;
  position: relative
}

.b_tm_standard__teaser:first-child {
  border-width: 1px 1px 1px 0
}

.b_tm_standard__teaser:last-child {
  border-width: 1px 0 1px 1px
}

.b_tm_standard__teaser--highlight {
  --tm-standard-bg: var(--tm-standard-highlight);
  --tm-standard-border: transparent;
  --color-overline-primary-override: var(--tm-standard-highlight-overline);
  --tm-standard-date-color: #fff;
  --override-color-inactive: #fff;
  --override-color-interactive-active: #fff;
  --color-rte-link-default: #fff;
  --color-rte-link-default-active: #fff;
  --list-bullet-color: #fff;
  background-color: var(--tm-standard-highlight)
}

.b_tm_standard__teaser--highlight .b_headline {
  color: var(--tm-standard-highlight-hl)
}

.b_tm_standard__teaser--highlight .b_rte {
  color: var(--tm-standard-highlight-copy);
  font-weight: 700
}

.b_tm_standard__teaser--highlight-anthracite {
  --tm-standard-bg: var(--color-anthracite);
  --tm-standard-border: transparent;
  --override-color-inactive: #fff;
  --override-color-interactive-active: #fff;
  background-color: var(--color-anthracite)
}

.b_tm_standard__teaser--highlight-yellow {
  --tm-standard-bg: var(--color-yellow);
  --tm-standard-border: transparent;
  --color-overline-primary-override: #37484e;
  --tm-standard-highlight-hl: #37484e;
  --tm-standard-date-color: #37484e;
  --tm-standard-highlight-copy: #37484e;
  --override-color-inactive: #37484e;
  --override-color-interactive-active: #37484e;
  --color-rte-link-default: #37484e;
  --color-rte-link-default-active: #37484e;
  --list-bullet-color: #37484e;
  background-color: var(--color-yellow)
}

.b_tm_standard__teaser-bg {
  display: none;
  z-index: 1
}

.b_tm_standard__teaser-header {
  position: relative;
  z-index: 2
}

.b_tm_standard__teaser-header .b_headline:first-child {
  margin-top: 33px
}

.b_tm_standard__teaser-header>:not(:first-child) {
  margin-top: 15px
}

.b_tm_standard__teaser-header .b_headline,
.b_tm_standard__teaser-header .b_overline {
  display: block
}

.b_tm_standard__date {
  color: var(--color-primary);
  display: inline-flex;
  font-family: SRHHeadline, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px
}

.b_tm_standard__teaser--highlight .b_tm_standard__date {
  color: #fff
}

.b_tm_standard__date .b_icon {
  display: inline-flex;
  height: 30px;
  margin-right: 15px
}

.b_tm_standard__teaser-body {
  margin-top: 30px;
  position: relative;
  z-index: 2
}

.b_tm_standard__teaser-body>:not(:first-child) {
  margin-top: 30px
}

:root,
[class*="--scheme-edu"] {
  --tm-teaser-highlight: #fcc61e;
  --tm-teaser-highlight-hl: #fff;
  --tm-teaser-highlight-copy: #fff;
  --tm-teaser-highlight-hl-link-color: #fff;
  --tm-teaser-highlight-hl-link-color-active: #fff;
  --tm-teaser-highlight-overline: #fff
}

[class*="--scheme-corporate"] {
  --tm-teaser-highlight: #f5f4f3;
  --tm-teaser-highlight-hl: #575756;
  --tm-teaser-highlight-copy: #575756;
  --tm-teaser-highlight-hl-link-color: var(--color-interactive);
  --tm-teaser-highlight-hl-link-color-active: var(--color-interactive-active);
  --tm-teaser-highlight-overline: #fff
}

[class*="--scheme-health"] {
  --tm-teaser-highlight: #78c8d2;
  --tm-teaser-highlight-hl: var(--color-primary);
  --tm-teaser-highlight-copy: #fff;
  --tm-teaser-highlight-hl-link-color: var(--color-interactive);
  --tm-teaser-highlight-hl-link-color-active: var(--color-interactive-active);
  --tm-teaser-highlight-overline: #fff
}

.b_tm_teaser .b_module-header {
  margin-bottom: 45px;
  opacity: 1
}

.b_global-js--no-js .b_tm_teaser .b_module-header,
.b_global-js--no-web-animations .b_tm_teaser .b_module-header {
  opacity: 1
}

.b_tm_teaser__teaser {
  border: 1px solid #dddad8;
  padding: 30px 20px
}

.b_tm_teaser__teaser--highlight {
  --color-overline-override: var(--tm-teaser-highlight-overline);
  --list-bullet-color: var(--color-white);
  background-color: var(--color-primary)
}

.b_tm_teaser__teaser--highlight .b_headline {
  color: var(--tm-teaser-highlight-hl)
}

.b_tm_teaser__teaser--highlight .b_headline .b_link {
  --color-link-inactive: var(--tm-teaser-highlight-hl-link-color);
  --color-link-active: var(--tm-teaser-highlight-hl-link-color-active)
}

.b_tm_teaser__teaser--highlight .b_rte {
  color: var(--tm-teaser-highlight-copy)
}

.b_tm_teaser__teaser--highlight-anthracite {
  background-color: var(--color-anthracite)
}

.b_tm_teaser__teaser--highlight-yellow {
  --color-overline-override: #37484e;
  --tm-teaser-highlight-hl: #37484e;
  --tm-teaser-highlight-hl-link-color: #37484e;
  --tm-teaser-highlight-hl-link-color-active: #37484e;
  --tm-teaser-highlight-copy: #37484e;
  --override-color-inactive: #37484e;
  --override-color-interactive-active: #37484e;
  --list-bullet-color: #37484e;
  background-color: var(--color-yellow)
}

.b_tm_teaser__teaser+.b_tm_teaser__teaser {
  margin-top: 20px
}

.b_tm_teaser__teaser-header .b_headline,
.b_tm_teaser__teaser-header .b_overline {
  display: block
}

.b_tm_teaser__teaser-header .b_overline+.b_headline {
  margin-top: 15px
}

.b_tm_teaser__teaser-header .b_link {
  display: inline-block;
  font-size: inherit;
  line-height: inherit
}

.b_tm_teaser__teaser-header .b_link .b_icon {
  margin-left: .3rem;
  position: relative;
  top: 3px
}

.b_tm_teaser__teaser-header--small-headline {
  font-size: 24px;
  line-height: 30px
}

.b_tm_teaser__teaser-header--small-headline .b_overline+.b_headline {
  margin-top: 10px
}

.b_tm_teaser__teaser-body {
  margin-top: 30px
}

.b_tm_teaser__teaser-header--small-headline+.b_tm_teaser__teaser-body {
  margin-top: 20px
}

.b_tm_teaser__teaser-body>:not(:first-child) {
  margin-top: 30px
}

.b_tm_teaser__list-item {
  line-height: 28px
}

.b_tm_teaser__list-item+.b_tm_teaser__list-item {
  margin-top: 15px
}

.b_tm_teaser__list-item .b_rte {
  margin-top: 5px
}

.b_lm_address .b_section-header {
  margin-bottom: 45px
}

.b_lm_address__intro+.b_lm_address__addresses,
.b_lm_address__intro>*+*,
.b_section-header+.b_lm_address__addresses {
  margin-top: 45px
}

.b_lm_address__list {
  max-height: 700px;
  overflow: hidden
}

.b_lm_address__list--expanded,
.no-js .b_lm_address__list {
  max-height: none
}

*+.b_lm_address__list {
  margin-top: 45px
}

.b_lm_address__list-item {
  padding-bottom: 30px
}

.b_lm_address__list-item:last-child {
  padding-bottom: 0
}

.b_lm_address__list-item+.b_lm_address__list-item {
  border-top: 2px solid #dddad8;
  padding-top: 30px
}

.b_lm_address__list-item[hidden] {
  display: block;
  visibility: hidden
}

.b_lm_address__loadmore {
  display: flex;
  height: 60px;
  justify-content: center;
  margin-top: 20px
}

.b_lm_address__loadmore[hidden] {
  display: none
}

.b_lm_address__no-result {
  margin: 20px 0
}

.b_lm_address__no-result>*+* {
  margin-top: 15px
}

.b_lm_courses__section+.b_lm_courses__section {
  margin-top: 60px
}

.b_lm_courses__copy {
  margin-top: 20px
}

.b_lm_courses__courses {
  margin-top: 30px
}

.b_lm_courses__courses .b_accordion__content {
  padding-bottom: 60px;
  padding-right: 0
}

.b_lm_courses__courses .b_card+.b_card {
  border-top: 1px solid #dddad8;
  padding-top: 30px
}

.b_lm_courses__courses .b_card__content,
.b_lm_courses__courses .b_card__link {
  width: 100%
}

:root {
  --lm-curriculum-title: #6d7373
}

:root [class*="--bg-grey"] {
  --lm-curriculum-title: #736e6b
}

.b_section-header+.b_lm_curriculum__curriculum {
  margin-top: 30px
}

.b_lm_curriculum__curriculum>.b_download {
  display: block;
  margin-top: 30px
}

.b_lm_curriculum__panel-title,
.b_lm_curriculum__title {
  color: var(--lm-curriculum-title);
  display: flex;
  font-size: 13px;
  letter-spacing: .16em;
  line-height: 18px;
  padding-bottom: 15px;
  text-transform: uppercase
}

.b_lm_curriculum__points {
  margin-left: auto
}

.b_lm_curriculum__toggle {
  border-top: 1px solid #dddad8;
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  grid-template-rows: max-content max-content;
  padding: 20px 0;
  width: 100%
}

.b_lm_curriculum__toggle--active {
  color: var(--color-interactive-active)
}

.b_lm_curriculum__toggle:focus-visible,
.b_lm_curriculum__toggle:hover {
  color: var(--color-interactive-active)
}

.b_lm_curriculum__toggle line {
  transform-origin: 12px 15px;
  transition: transform .4s ease
}

.b_lm_curriculum__toggle--active line {
  transform: translateY(-6px) rotate(-90deg)
}

.b_lm_curriculum__toggle--active line:last-child {
  transform: translateY(-6px) rotate(90deg)
}

.b_lm_curriculum__toggle--last {
  border-bottom: 1px solid #dddad8
}

.b_lm_curriculum__toggle-headline {
  grid-row: 1
}

.b_lm_curriculum__toggle-headline .b_headline {
  color: inherit
}

.b_lm_curriculum__toggle-sub {
  grid-column: 1;
  grid-row: 2
}

.b_lm_curriculum__toggle-points {
  font-size: 13px;
  grid-column: 2;
  grid-row: 1;
  line-height: 18px;
  margin-left: auto;
  margin-top: 3px;
  padding-left: 30px
}

.b_lm_curriculum__toggle-icon {
  grid-column: 3;
  grid-row: 1;
  margin-left: 10px
}

.b_lm_curriculum__panel {
  display: none
}

.b_lm_curriculum__toggle--active+.b_lm_curriculum__panel,
.no-js .b_lm_curriculum__panel {
  display: block
}

.b_lm_curriculum__panel-title {
  display: none;
  padding-bottom: 0
}

.b_lm_curriculum__panel-content {
  padding: 10px 0 30px
}

.b_lm_grid {
  overflow: hidden
}

.b_lm_grid--animate .b_lm_grid__grid .b_card {
  opacity: 1
}

.b_global-js--no-js .b_lm_grid--animate .b_lm_grid__grid .b_card,
.b_global-js--no-web-animations .b_lm_grid--animate .b_lm_grid__grid .b_card {
  opacity: 1
}

.b_lm_grid .b_inline-search,
.b_lm_grid .b_search-header,
.b_lm_grid .b_tag-filter,
.b_lm_grid .gridAnchor,
.b_lm_grid__grid {
  margin-top: 45px
}

.b_lm_grid .b_inline-search:first-child,
.b_lm_grid .b_search-header:first-child,
.b_lm_grid .b_tag-filter:first-child,
.b_lm_grid .gridAnchor:first-child,
.b_lm_grid__grid:first-child {
  margin-top: 0
}

.b_lm_grid__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 100%
}

.b_lm_grid__controls {
  display: flex;
  justify-content: center;
  margin-top: 60px
}

.b_search-header+.b_lm_search-results__list {
  margin-top: 30px
}

.b_lm_search-results__list-item+.b_lm_search-results__list-item {
  margin-top: 45px
}

.b_lm_search-results__controls {
  display: flex;
  justify-content: center;
  margin-top: 60px
}

[class*="--scheme-health"] {
  --lm-slider-bg-primary: #0d709f
}

.b_lm_slider {
  --lm-slider-ui-top: 50%;
  --lm-slider-overflow: hidden;
  --lm-slider-button-color: var(--color-edu-primary);
  --lm-slider-button-border-color: var(--color-edu-primary);
  --lm-slider-button-color-active: #fff;
  --lm-slider-button-bg: var(--color-text-white);
  --lm-slider-button-bg-active: var(--color-interactive-active);
  --lm-slider-bg: transparent;
  margin-bottom: -5px;
  overflow: hidden;
  position: relative
}

.b_lm_slider--bg-grey {
  --lm-slider-bg: #f5f4f3;
  padding: 60px 0
}

.b_lm_slider--bg-primary {
  --lm-slider-bg: var(--lm-slider-bg-primary, var(--color-primary));
  color: #fff;
  padding: 60px 0
}

.b_lm_slider--events,
.b_lm_slider--news {
  --lm-slider-ui-top: 50px;
  --lm-slider-overflow: visible
}

.b_lm_slider--events .b_lm_slider__slide,
.b_lm_slider--news .b_lm_slider__slide {
  flex: 0 0 calc(85% - 15px)
}

.b_lm_slider--events .b_card__headline:first-child,
.b_lm_slider--news .b_card__headline:first-child {
  margin-top: 29px
}

.b_lm_slider--department .b_lm_slider__flow {
  top: 0
}

.b_lm_slider--fzi {
  --lm-slider-overflow: visible
}

.b_lm_slider--fzi.b_lm_slider--bg-grey {
  padding-bottom: 0
}

.b_lm_slider--fzi.b_lm_slider--bg-grey .b_lm_slider__bg {
  bottom: 60px
}

.b_lm_slider--fzi .b_lm_slider__slide {
  flex: 0 0 calc(85% - 15px)
}

.b_lm_slider--courses {
  --lm-slider-overflow: visible
}

.b_lm_slider--courses .b_lm_slider__slide {
  flex: 0 0 calc(75vw - 15px);
  min-width: 305px
}

.b_lm_slider--courses.b_lm_slider--bg-grey,
.b_lm_slider--courses.b_lm_slider--bg-primary {
  padding-bottom: 0
}

.b_lm_slider--courses.b_lm_slider--bg-grey .b_lm_slider__bg,
.b_lm_slider--courses.b_lm_slider--bg-primary .b_lm_slider__bg {
  bottom: 60px
}

.b_lm_slider--courses.b_lm_slider--bg-grey .b_card,
.b_lm_slider--courses.b_lm_slider--bg-primary .b_card {
  --card-bg: #fff;
  --card-bg-active: #fff
}

.b_lm_slider--department,
.b_lm_slider--people,
.b_lm_slider--textimage {
  --lm-slider-overflow: visible
}

.b_lm_slider--department .b_lm_slider__slide,
.b_lm_slider--people .b_lm_slider__slide,
.b_lm_slider--textimage .b_lm_slider__slide {
  flex: 0 0 69%;
  max-width: 330px;
  min-width: 305px
}

.b_lm_slider--department.b_lm_slider--bg-grey,
.b_lm_slider--department.b_lm_slider--bg-primary,
.b_lm_slider--people.b_lm_slider--bg-grey,
.b_lm_slider--people.b_lm_slider--bg-primary,
.b_lm_slider--textimage.b_lm_slider--bg-grey,
.b_lm_slider--textimage.b_lm_slider--bg-primary {
  padding-bottom: 0
}

.b_lm_slider--department.b_lm_slider--bg-grey .b_lm_slider__bg,
.b_lm_slider--department.b_lm_slider--bg-primary .b_lm_slider__bg,
.b_lm_slider--people.b_lm_slider--bg-grey .b_lm_slider__bg,
.b_lm_slider--people.b_lm_slider--bg-primary .b_lm_slider__bg,
.b_lm_slider--textimage.b_lm_slider--bg-grey .b_lm_slider__bg,
.b_lm_slider--textimage.b_lm_slider--bg-primary .b_lm_slider__bg {
  bottom: 60px
}

.b_lm_slider--video {
  --lm-slider-overflow: visible
}

.b_lm_slider--video .b_lm_slider__slide {
  flex: 0 0 75%;
  max-width: 465px
}

.b_lm_slider__bg {
  background-color: var(--lm-slider-bg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.b_lm_slider__flow {
  position: absolute;
  right: 0;
  top: 120px;
  width: 200%;
  z-index: 0
}

.b_lm_slider__header {
  margin-bottom: 45px;
  opacity: 1
}

.b_global-js--no-js .b_lm_slider__header,
.b_global-js--no-web-animations .b_lm_slider__header {
  opacity: 1
}

.b_lm_slider__header--scheme-light .b_headline,
.b_lm_slider__header--scheme-light .b_overline {
  color: #fff
}

.b_lm_slider__header-col+.b_lm_slider__header-col {
  margin-top: 45px
}

.b_section-header+.b_lm_slider__header-col {
  margin-top: 75px
}

.b_lm_slider__header-col .b_headline+.b_accordion {
  margin-top: 30px
}

.b_lm_slider__header-col .b_accordion__element {
  border-color: hsla(24, 7%, 86%, .3)
}

.b_lm_slider__header-col .b_table+.b_download {
  border-top: 1px solid hsla(24, 7%, 86%, .3);
  margin-top: 30px;
  padding-top: 30px
}

.b_lm_slider .b_module-header {
  margin-bottom: 45px;
  opacity: 1;
  position: relative
}

.b_global-js--no-js .b_lm_slider .b_module-header,
.b_global-js--no-web-animations .b_lm_slider .b_module-header {
  opacity: 1
}

.b_lm_slider .b_module-header--headline-small {
  margin-bottom: 30px
}

.b_lm_slider__slide-container {
  opacity: 1;
  position: relative
}

.b_global-js--no-js .b_lm_slider__slide-container,
.b_global-js--no-web-animations .b_lm_slider__slide-container {
  opacity: 1
}

.b_lm_slider__slider {
  z-index: 1
}

.b_lm_slider__slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%
}

.b_lm_slider__slider:not([data-keen-slider-disabled]) .b_lm_slider__slide {
  min-height: 100%;
  position: relative;
  width: 100%
}

.b_lm_slider__slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse
}

.b_lm_slider__slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap
}

.b_lm_slider__slider:not([data-keen-slider-disabled]) {
  overflow: var(--lm-slider-overflow)
}

.b_lm_slider__overline~.b_lm_slider__slider {
  margin-top: 15px
}

.b_lm_slider__overline .b_link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1666666667em;
  line-height: 18px;
  text-transform: uppercase
}

.b_lm_slider__button {
  align-items: center;
  background-color: var(--lm-slider-button-bg);
  border: 2px solid var(--lm-slider-button-border-color);
  border-radius: 50%;
  color: var(--lm-slider-button-color);
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  top: var(--lm-slider-ui-top);
  visibility: hidden;
  width: 50px;
  z-index: 2
}

.b_lm_slider__button:focus-visible,
.b_lm_slider__button:hover {
  background-color: var(--lm-slider-button-bg-active);
  color: var(--lm-slider-button-color-active)
}

.b_lm_slider__button--prev {
  left: -75px
}

.b_lm_slider__button--next {
  right: -75px
}

.b_lm_slider__button[disabled] {
  opacity: 1;
  pointer-events: none
}

.b_lm_slider__button .b_icon {
  height: 24px;
  width: 24px
}

.b_em_finder {
  background: #001725;
  padding: 45px 0;
  position: relative
}

.b_em_finder--withHeader {
  padding: 30px 0
}

.b_em_finder__finder {
  background: #fff;
  border-radius: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  padding: 30px
}

.b_em_finder__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  order: 1
}

.b_em_finder__header .b_headline {
  display: none
}

.b_em_finder__header .b_link {
  --color-link-inactive: var(--color-interactive);
  --color-link-active: var(--color-interactive-active)
}

.b_em_finder__form {
  display: flex;
  flex-direction: column;
  position: relative
}

.b_em_finder__form-section+.b_em_finder__form-section {
  border-top: 1px solid #dddad8
}

.b_em_finder__form-section--init .b_em_finder__panel {
  transition: height .25s
}

.b_em_finder__form-section--init .b_em_finder__panel-content {
  opacity: 1;
  transition: opacity .15s;
  visibility: hidden
}

.b_em_finder__form-section--expanded .b_em_finder__toggle line:last-child {
  transform: scale(0)
}

.b_em_finder__form-section--expanded .b_em_finder__toggle-title {
  color: var(--color-interactive)
}

.b_em_finder__form-section--expanded .b_em_finder__panel-content {
  opacity: 1;
  visibility: visible
}

.b_em_finder__form-section--transition-complete .b_em_finder__panel {
  height: auto
}

.b_em_finder__toggle-wrapper {
  display: block
}

.b_em_finder__toggle {
  align-items: center;
  color: var(--color-text-default);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 21px;
  padding: 20px 0;
  transition: color, background-color .15s ease;
  width: 100%
}

.b_em_finder__toggle:focus-visible,
.b_em_finder__toggle:hover {
  color: var(--color-interactive-active)
}

.b_em_finder__toggle-text-content {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px
}

.b_em_finder__toggle-category {
  transition: color, background-color .15s ease
}

.b_em_finder__toggle-title {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px
}

.b_em_finder__toggle--active .b_em_finder__toggle-title {
  color: var(--color-text-default)
}

.b_em_finder__toggle-count {
  align-items: center;
  background: #dddad8;
  border-radius: 50%;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  justify-content: center;
  line-height: 18px;
  margin-left: 5px;
  opacity: 1;
  position: absolute;
  transition: opacity .15s ease;
  width: 24px
}

.b_em_finder__toggle-count--visible {
  opacity: 1
}

.b_em_finder__toggle-icon {
  color: var(--color-interactive);
  margin-left: 30px
}

.b_em_finder__toggle-icon line {
  transform-origin: 12px 15px;
  transition: transform .4s ease
}

.b_em_finder__panel {
  height: 0;
  overflow: hidden
}

.no-js .b_em_finder__panel {
  height: auto
}

.b_em_finder__panel-grid {
  display: grid;
  flex: 0 0 100%;
  gap: 15px;
  grid-template-columns: 1fr
}

.b_em_finder__panel-grid--two-col-mobile {
  grid-template-columns: 1fr 1fr
}

.b_em_finder__panel-grid .b_finder-option--large {
  grid-column: span 2
}

.b_em_finder__panel-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px
}

.b_em_finder__map-container {
  display: none
}

.b_em_finder__map-pin {
  color: var(--color-interactive);
  cursor: pointer
}

.b_em_finder__map-pin--hover .b_em_finder__pin-group,
.b_em_finder__map-pin:hover .b_em_finder__pin-group {
  transform: scale(1.2)
}

.b_em_finder__map-pin--selected {
  color: var(--color-interactive-active)
}

.b_em_finder__map-pin--selected .b_em_finder__pin-srh {
  opacity: 1
}

.b_em_finder__map-pin--selected .b_em_finder__pin-check {
  opacity: 1
}

.b_em_finder__map-pin[disabled] {
  color: #dddad8;
  pointer-events: none
}

.b_em_finder__pin-group {
  color: currentColor;
  transform: scale(1);
  transform-origin: 0 10%;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94)
}

.b_em_finder__pin-srh {
  opacity: 1
}

.b_em_finder__pin-check {
  opacity: 1
}

.b_em_finder__panel-cta {
  align-items: flex-start;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  margin-top: 20px
}

.b_em_finder__panel-next {
  margin-left: auto
}

.b_em_finder__panel-link+.b_em_finder__panel-next {
  margin-top: 20px
}

.b_em_finder__submit {
  display: flex;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px
}

.b_em_finder__submit .b_button,
.b_em_finder__submit .b_link {
  padding: 20px 0;
  text-align: center;
  width: 100%
}

.b_em_pilot {
  background-color: #0d709f;
  overflow: hidden;
  padding: 60px 0;
  position: relative
}

.b_em_pilot__flow {
  display: none
}

.b_em_pilot__header {
  margin-bottom: 45px
}

.b_em_pilot__header .b_module-header {
  opacity: 1
}

.b_global-js--no-js .b_em_pilot__header .b_module-header,
.b_global-js--no-web-animations .b_em_pilot__header .b_module-header {
  opacity: 1
}

.b_em_pilot__grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr
}

.b_em_pilot__grid--four-col {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.b_fm_form--bg-deep-blue {
  background-color: #001725;
  padding: 60px 0
}

.b_fm_form--contact .b_fm_form__info .b_rte>.b_headline+* {
  margin-top: 5px
}

.b_fm_form__header {
  margin-bottom: 30px
}

.b_fm_form__intro~.b_fm_form__form {
  margin-top: 30px
}

.b_fm_form__info {
  padding-top: 60px
}

.b_fm_form__info>* {
  margin-top: 20px
}

.b_fm_form__info>:first-child {
  margin-top: 0
}

.b_fm_form__info .b_rte>* {
  margin-top: 20px
}

.b_fm_form__info .b_rte>:first-child {
  margin-top: 0
}

.b_fm_form__hr {
  border-top: 1px solid #dddad8;
  margin: 30px 0
}

.b_fm_form__hr:first-child {
  margin-top: 0
}

.b_fm_form__hr:last-child {
  margin-bottom: 0
}

.b_search-form,
.b_search__form {
  margin-bottom: 30px
}

.b_search__content {
  margin-top: 0
}

.b_search__group {
  border-bottom: 1px solid #dddad8;
  margin-top: 30px;
  padding-bottom: 30px
}

.b_search__group:first-child {
  margin-top: 0
}

.b_search__group:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.b_search__group .b_link__text--small {
  font-size: 15px
}

.b_search__group .b_link--searchresults {
  display: flex;
  justify-content: end
}

@media screen and (min-width:600px) {
  .b_contact--marginal .b_contact__grid {
    grid-template-columns: 132px 1fr
  }

  .b_filter-lists {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .b_st-flow--background-media {
    bottom: -200px;
    width: 1280px
  }

  .b_st-flow--linkbar {
    width: 900px
  }

  .b_cm_quote__bg .b_flow {
    bottom: -200px;
    width: 1280px
  }

  .b_tm_image__flow {
    width: 1280px
  }
}

@media screen and (min-width:740px) {
  .b_alert--position-floating {
    width: auto
  }

  .b_alert--position-floating .b_container__content-wrap {
    margin: 0 30px;
    padding-right: 30px;
    width: 460px
  }

  .b_alert--position-floating .b_alert__box {
    margin: 20px
  }

  .b_alert--position-default .b_alert__icon {
    display: none
  }

  .b_alert--position-default .b_alert__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0
  }

  .b_alert--position-default .b_alert__header {
    max-width: 52%
  }

  .b_alert--position-default .b_alert__headline {
    display: inline;
    font-size: 13px;
    line-height: 18px;
    margin-right: 4px
  }

  .b_alert--position-default .b_alert__headline .b_headline,
  .b_alert--position-default .b_alert__subline {
    display: inline
  }

  .b_alert--position-default .b_alert__link-list {
    margin-top: 0
  }

  .b_alert--above-stage .b_alert__icon {
    display: none
  }

  .b_alert__link-list {
    margin-top: 20px
  }

  .b_filter-lists {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .b_cm_logos__grid {
    padding-bottom: 90px
  }

  .b_cm_table__description {
    font-size: 12px;
    line-height: 18px;
    max-width: 66.6666%
  }

  .b_tm_image {
    --tm-image-container-margin: 0 30px;
    --tm-image-content-container-margin: 0 30px;
    --tm-image-copy-margin-top: 30px
  }

  .b_tm_links__list--downloads .b_tm_links__item+.b_tm_links__item,
  .b_tm_links__list--downloads-rich .b_tm_links__item+.b_tm_links__item {
    margin-top: 0
  }

  .b_tm_links__list--downloads {
    display: grid;
    gap: 15px 0;
    grid-template-columns: 1fr 1fr
  }

  .b_tm_links__list--downloads .b_tm_links__item {
    padding-right: 60px
  }

  .b_tm_links__list--downloads .b_tm_links__item+.b_tm_links__item {
    margin-top: 0
  }

  .b_tm_links__list--downloads-rich {
    gap: 30px 0
  }

  .b_lm_search-results__list {
    width: 66%
  }

  .b_search-header+.b_lm_search-results__list {
    margin-top: 45px
  }

  .b_lm_search-results__list-item+.b_lm_search-results__list-item {
    margin-top: 60px
  }

  .b_lm_slider--courses .b_lm_slider__slide,
  .b_lm_slider--events .b_lm_slider__slide,
  .b_lm_slider--fzi .b_lm_slider__slide,
  .b_lm_slider--news .b_lm_slider__slide {
    flex: 0 0 calc(45vw - 15px)
  }
}

@media screen and (min-width:740px) and (max-width:999px) {
  .b_em_finder__form-section:nth-of-type(3) .b_em_finder__panel-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media screen and (min-width:1000px) {
  html {
    font-size: 16px
  }

  [class*="--spacing-top"] {
    margin-top: 120px
  }

  .b_container--stack {
    grid-column-gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
  }

  .b_container--stack .b_container__media-wrap {
    align-items: center;
    display: flex;
    grid-column: 1;
    grid-row: 1;
    width: 100%
  }

  .b_container__content-wrap {
    margin-left: 10%;
    margin-right: 10%
  }

  .b_button--primary,
  .b_button--primary-inverted,
  input.b_button--primary,
  input.b_button--primary-inverted {
    font-size: 16px;
    min-height: 55px;
    padding: 17.5px 30px
  }

  .b_button--secondary,
  .b_button--secondary-inverted,
  input.b_button--secondary,
  input.b_button--secondary-inverted {
    font-size: 16px
  }

  .b_finder-option__label {
    align-items: flex-start
  }

  .b_finder-option__subtitle {
    display: inline;
    font-size: 14px;
    line-height: 20px
  }

  .b_finder-option__icon {
    margin-top: 3px
  }

  .b_headline {
    max-width: 745px
  }

  .b_headline--h1 {
    font-size: 80px;
    line-height: 90px
  }

  .b_headline--h1.b_headline--long,
  .b_headline--h2 {
    font-size: 54px;
    line-height: 60px
  }

  .b_headline--h2.b_headline--long,
  .b_headline--h4to3 {
    font-size: 36px;
    line-height: 45px
  }

  .b_headline--h5to4 {
    font-size: 24px;
    line-height: 30px
  }

  .b_headline--h6 {
    font-size: 16px;
    line-height: 28px
  }

  .b_link--large {
    font-family: SRHHeadline, sans-serif;
    font-size: 20px;
    line-height: 30px
  }

  .b_link--with-subline .b_link__text {
    font-size: 16px;
    line-height: 28px
  }

  .b_menu-link--primary {
    font-size: 54px;
    line-height: 60px;
    padding: 15px 0
  }

  li:nth-last-child(n+4)>.b_menu-link--primary,
  li:nth-last-child(n+4)~li>.b_menu-link--primary {
    font-size: 40px;
    line-height: 48px
  }

  .b_menu-link--secondary {
    font-size: var(--ml-fz-secondary-10);
    line-height: var(--ml-lh-secondary-10);
    padding: var(--ml-padding-secondary-10)
  }

  .b_menu-link--tertiary {
    font-size: var(--ml-fz-tertiary-10);
    line-height: 30px
  }

  .b_menu-link--sub {
    font-size: 24px
  }

  .b_menu-link__toplabel {
    font-size: 16px
  }

  .b_menu-link .b_icon {
    height: 28px;
    width: 28px
  }

  .b_tag {
    font-size: 12px;
    min-height: 30px;
    padding: 0 10px
  }

  .b_tag--small {
    font-size: 10px;
    line-height: 18px;
    min-height: 18px;
    padding: 0 5px
  }

  .b_tooltip__close {
    display: none
  }

  .b_address__headline {
    font-size: 24px;
    line-height: 30px
  }

  .b_address__header-link .b_icon {
    flex: 0 0 22px;
    height: 22px;
    width: 22px
  }

  .b_address__location-link {
    font-size: 16px
  }

  .b_address__distance {
    font-size: 16px;
    line-height: 28px;
    margin-left: 25px
  }

  .b_alert--above-stage {
    padding-top: 85px
  }

  .b_article+.b_article {
    margin-top: 60px
  }

  .b_accordion--footer .b_accordion__content {
    transition: none
  }

  .b_accordion--footer .b_accordion__panel {
    height: auto !important
  }

  .b_accordion--footer .b_accordion__content {
    opacity: 1
  }

  .b_accordion--courses .b_accordion__toggle {
    align-items: flex-start
  }

  .b_accordion--courses .b_accordion__toggle .b_icon {
    margin-top: 0
  }

  .b_accordion--courses .b_accordion__course-count {
    display: inline;
    padding-left: .25em
  }

  .b_accordion--selection .b_accordion__content {
    grid-template-columns: 1fr 1fr
  }

  .b_accordion--health-pilot .b_accordion__toggle .b_headline:first-child {
    flex: 1 1 auto
  }

  .b_accordion--health-pilot .b_accordion__toggle .b_headline+.b_headline {
    flex: 0 0 auto;
    margin-left: auto
  }

  .b_accordion--health-pilot .b_accordion__toggle-text-wrapper {
    flex-direction: row
  }

  .b_accordion--health-pilot .b_accordion__pilot-item {
    align-items: baseline;
    flex-direction: row
  }

  .b_accordion--health-pilot .b_accordion__pilot-item .b_link {
    margin: 2px 5px 0 15px
  }

  .b_accordion--health-pilot .b_accordion__pilot-item .b_link:first-child {
    margin-left: 0
  }

  .b_accordion--health-pilot .b_accordion__pilot-item-title .b_tooltip__toggle {
    margin-left: 15px;
    margin-right: 0;
    top: 4px
  }

  .b_benefit-card__content {
    padding: 30px 20px
  }

  .b_benefit-card__image:after {
    display: none
  }

  .b_benefit-card__headline {
    font-family: SRHHeadline, sans-serif;
    font-size: 24px;
    line-height: 30px
  }

  .b_overline+.b_benefit-card__headline {
    margin-top: 15px
  }

  .b_benefit-card .b_icon {
    margin-top: 20px
  }

  .b_card--course .b_card__content {
    padding: 30px
  }

  .b_card--course .b_card__headline {
    font-size: 24px;
    line-height: 30px
  }

  .b_card--course .b_card__subline {
    font-size: 16px;
    margin-top: 5px
  }

  .b_card--course .b_card__icon-text {
    font-size: 16px;
    line-height: 20px
  }

  .b_card--course .b_tag {
    line-height: 16px;
    min-height: 16px
  }

  .b_card--course-portal .b_card__headline {
    font-size: 24px;
    line-height: 30px
  }

  .b_card--course-portal .b_card__subline {
    font-size: 16px;
    margin-top: 5px
  }

  .b_card--course-portal .b_card__icon {
    margin-top: 30px
  }

  .b_card--course-portal .b_card__icon-text {
    font-size: 16px;
    line-height: 20px
  }

  .b_card--department .b_card__content {
    padding: 30px
  }

  .b_card--person .b_card__subline {
    font-size: 16px;
    margin-top: 5px
  }

  .b_card--event .b_card__date {
    padding-top: 5px
  }

  .b_card__tag-list {
    margin-bottom: 15px
  }

  .b_card__tag-list:not(:first-child) {
    margin-bottom: 0
  }

  .b_card__overline {
    font-size: 16px;
    line-height: 20px
  }

  .b_card__headline {
    font-size: 24px
  }

  .b_card__headline .b_icon {
    height: 24px;
    vertical-align: middle;
    width: 24px
  }

  .b_card__date-text {
    font-size: 16px;
    line-height: 28px
  }

  .b_card__date-text:first-child {
    font-size: 24px;
    line-height: 30px
  }

  .b_card__subline {
    font-size: 16px;
    margin-top: 15px
  }

  .b_card__icon+.b_card__icon {
    margin-top: 0
  }

  .b_card__icon-text {
    font-size: 16px;
    line-height: 28px
  }

  .b_card__icon-text--large {
    font-size: 13px;
    line-height: 18px
  }

  .b_card__image {
    overflow: hidden;
    position: relative
  }

  .b_contact--marginal .b_contact__profile-image~.b_contact__list {
    margin-top: 20px
  }

  .b_contact--marginal .b_contact__list-item+.b_contact__list-item {
    margin-top: 15px
  }

  .b_contact--marginal .b_link {
    font-size: 16px
  }

  .b_contact__grid {
    grid-column-gap: 20px
  }

  .b_contact__list:not(:first-child) {
    margin-top: 30px
  }

  .b_contact__profile-image~.b_contact__list {
    grid-column: 2
  }

  .b_contact__list-item+.b_contact__list-item {
    margin-top: 30px
  }

  .b_contact__item-info {
    margin-left: 40px
  }

  .b_dialog {
    padding: 30px
  }

  .b_dialog--filter .b_dialog__content {
    padding: 60px
  }

  .b_dialog--filter .b_dialog__header+.b_dialog__body {
    margin-top: 30px
  }

  .b_dialog--colwidth-reversed .b_dialog__primary-col {
    flex: 0 0 calc(33.333% + 120px)
  }

  .b_dialog--colwidth-reversed .b_dialog__secondary-col {
    flex: 0 1 auto
  }

  .b_dialog--colwidth-full .b_dialog__body {
    flex-wrap: wrap
  }

  .b_dialog--colwidth-full .b_dialog__primary-col {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0
  }

  .b_dialog--colwidth-full .b_dialog__secondary-col {
    margin-top: 30px
  }

  .b_dialog__content {
    padding: 60px 10%
  }

  .b_dialog__close {
    right: 20px;
    top: 20px
  }

  .b_dialog__header+.b_dialog__body {
    margin-top: 60px
  }

  .b_dialog__primary-col {
    flex: 0 1 auto;
    padding-right: 120px
  }

  .b_dialog__secondary-col {
    flex: 0 0 33.333%;
    margin-top: 0
  }

  .b_dialog__footer {
    display: block;
    margin-top: auto;
    padding-top: 60px
  }

  .b_filter-lists {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .b_filter-lists__title {
    font-size: 16px;
    line-height: 28px
  }

  .b_checkbox .b_label,
  .b_radio .b_label,
  .b_switch .b_label {
    font-size: 16px
  }

  .b_textinput__input {
    font-size: 16px;
    padding: 13.5px 30px
  }

  .b_textinput .b_field-message {
    padding-left: 30px;
    padding-right: 30px
  }

  .b_grid-teaser {
    --grid-teaser-height: 100%
  }

  .b_grid-teaser,
  .b_grid-teaser__link {
    height: var(--grid-teaser-height)
  }

  .b_grid-teaser__link:focus-visible .b_picture,
  .b_grid-teaser__link:hover .b_picture {
    transform: scale(1.07)
  }

  .b_grid-teaser .b_picture,
  .b_grid-teaser__figure {
    height: var(--grid-teaser-height)
  }

  .b_grid-teaser .b_picture {
    transform: scale(1.001);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1)
  }

  .b_grid-teaser .b_picture__image {
    height: var(--grid-teaser-height);
    -o-object-fit: cover;
    object-fit: cover
  }

  .b_grid-teaser__caption {
    padding: 20px
  }

  .b_grid-teaser__caption:before {
    opacity: 1;
    transition: .3s cubic-bezier(.17, .84, .44, 1);
    transition-property: opacity
  }

  .b_grid-teaser__description {
    display: block;
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    transition: .4s cubic-bezier(.17, .84, .44, 1);
    transition-delay: 0s;
    transition-property: transform, max-height, opacity
  }

  .b_grid-teaser__link:focus-visible .b_grid-teaser__description,
  .b_grid-teaser__link:hover .b_grid-teaser__description {
    max-height: 145px;
    opacity: 1;
    transition: .8s cubic-bezier(.17, .84, .44, 1)
  }

  .b_grid-teaser__copy {
    font-size: 16px;
    line-height: 24px
  }

  .b_lightbox__caption-text {
    -webkit-mask-image: none;
    mask-image: none;
    transform: none
  }

  .b_lightbox__caption-text--expanded {
    -webkit-mask-image: none;
    mask-image: none;
    transform: translateY(0)
  }

  .b_media--left {
    padding-right: 0
  }

  .b_media--center {
    margin: 0
  }

  .b_media--right {
    padding-left: 0
  }

  .b_media--caption-left,
  .b_media--caption-right {
    display: flex
  }

  .b_media--caption-left .b_media__media,
  .b_media--caption-right .b_media__media {
    flex: 1 1 auto
  }

  .b_media--caption-left .b_media__caption,
  .b_media--caption-right .b_media__caption {
    align-self: flex-end;
    flex: 0 0 auto;
    margin-left: 15px;
    margin-top: 0;
    text-align: left;
    width: 33.3333333333%
  }

  .b_media--caption-left {
    flex-direction: row-reverse
  }

  .b_media--caption-left .b_media__caption {
    margin-right: 15px
  }

  .b_media__caption {
    font-size: 14px;
    line-height: 20px
  }

  .b_pilot-card {
    --pilot-card-font-size: 24px;
    --pilot-card-line-height: 30px
  }

  .b_pilot-card--two-col {
    padding: 15px 20px
  }

  .b_pilot-card--three-col {
    flex-direction: column;
    justify-content: center;
    min-height: 180px
  }

  .b_pilot-card--three-col .b_pilot-card__text {
    flex-grow: 0;
    margin-left: 0;
    text-align: center
  }

  .b_pilot-card--three-col .b_pilot-card__arrow {
    margin-top: 15px
  }

  .b_pilot-card--four-col {
    --pilot-card-font-size: 20px;
    --pilot-card-line-height: 24px;
    flex-direction: column;
    justify-content: center;
    min-height: 180px
  }

  .b_pilot-card--four-col .b_pilot-card__arrow {
    margin-top: 15px
  }

  .b_pilot-card--dialog {
    --pilot-card-font-size: 16px;
    --pilot-card-line-height: 21px;
    padding: 30px 10px 25px
  }

  .b_pilot-list {
    margin: 45px
  }

  .b_pilot-list__item+.b_pilot-list__item {
    margin-top: 15px
  }

  .b_pilot-list__item .b_tooltip__toggle {
    margin-left: 5px
  }

  .b_pilot-dialog {
    padding: 30px
  }

  .b_pilot-dialog--scrolldown-button .b_pilot-dialog__body {
    width: calc(100% - 20px)
  }

  .b_pilot-dialog--tabs .b_section-header .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_pilot-dialog__box {
    height: 80vh;
    max-width: 940px
  }

  .b_pilot-dialog__close {
    right: 20px;
    top: 20px
  }

  .b_pilot-dialog__header {
    min-height: 180px;
    padding: 45px
  }

  .b_pilot-dialog__header-icon {
    height: 175%;
    top: -35%
  }

  .b_pilot-dialog__cards {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 45px 15px
  }

  .b_pilot-tabs__panel-content {
    padding: 0 45px
  }

  .b_popup-dialog__content {
    max-height: 75vh;
    padding: 20px 30px 120px
  }

  .b_popup-dialog__ui {
    padding: 30px
  }

  .b_popup-teaser--default .b_popup-teaser__content {
    padding: 60px 45px
  }

  .b_quote--author-top .b_quote__quote {
    font-size: 36px;
    line-height: 52px
  }

  .b_quote--author-top .b_quote__quote:before {
    margin-left: -.85em;
    margin-top: -2px;
    position: absolute
  }

  .b_quote--small .b_quote__quote {
    font-size: 24px;
    line-height: 34px
  }

  .b_search-form__input {
    font-family: SRHHeadline, sans-serif;
    font-size: 20px;
    line-height: 30px
  }

  .b_search-form__close {
    left: -50px;
    position: absolute
  }

  .b_search-result__title-link {
    font-size: 24px;
    line-height: 30px
  }

  .b_search-result__excerpt {
    font-size: 16px;
    line-height: 28px
  }

  .b_tag-list__item .b_tag {
    margin-bottom: 15px
  }

  .b_tag-list__item .b_tag--small {
    margin-bottom: 10px
  }

  .b_tag-list__item:not(:last-child) .b_tag {
    margin-right: 15px
  }

  .b_tag-list__item:not(:last-child) .b_tag--small {
    margin-right: 10px
  }

  .b_tag-filter--multiple-filters {
    padding-bottom: 60px
  }

  .b_tag-filter--multiple-filters .b_tag-filter__toggle {
    padding: 15px 0
  }

  .b_tag-filter--multiple-filters .b_tag-filter__group:last-child {
    padding-bottom: 60px
  }

  .b_tag-filter__title {
    font-size: 12px;
    line-height: 18px
  }

  .b_tag-filter__group {
    border-bottom: none
  }

  .b_tag-filter__title+.b_tag-filter__group {
    margin-top: 15px
  }

  .b_tag-filter__group:last-child {
    border-bottom: 1px solid var(--color-border-grey)
  }

  .b_tag-filter__group:not([data-collapse=desktop]) {
    border-bottom: none
  }

  .b_tag-filter__title+.b_tag-filter__group:not([data-collapse=desktop]) {
    margin-top: 15px
  }

  .b_tag-filter__group:not([data-collapse=desktop]) .b_tag-filter__toggle {
    display: none;
    visibility: hidden
  }

  .b_tag-filter__group:not([data-collapse=desktop]) .b_tag-filter__panel {
    height: auto
  }

  .b_tag-filter__group:not([data-collapse=desktop]) .b_tag-filter__panel-content {
    opacity: 1;
    padding-bottom: 0;
    visibility: visible
  }

  .b_tag-filter__toggle {
    padding: 15px 0;
    width: auto
  }

  .b_tag-filter__panel {
    overflow: visible
  }

  .b_tag-filter__panel-content {
    padding-bottom: 0
  }

  .b_video__button-icon {
    height: 100px;
    width: 100px
  }

  .b_footer .b_accordion__panel {
    overflow: visible
  }

  .b_footer__header-grid {
    display: flex;
    justify-content: space-between
  }

  .b_footer__header-headline {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%
  }

  .b_footer__header-body {
    flex: 0 0 auto;
    width: calc(66.66667% - 120px)
  }

  .b_footer__main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 60px 0
  }

  .b_footer__bottom {
    padding: 30px 0
  }

  .b_footer__bottom-grid {
    display: grid;
    grid-template-columns: 2fr 1fr
  }

  .b_footer__logo-link {
    grid-column: 1;
    grid-row: 1
  }

  .b_footer__logo-link svg {
    height: 60px
  }

  .b_footer__secondary-list-item:not(:last-child) {
    margin-right: 30px
  }

  .b_footer__social-list {
    grid-column: 2;
    grid-row: 1/2
  }

  .b_footer__social-item {
    margin-bottom: 15px
  }

  .b_footer .b_accordion--footer .b_accordion__element {
    border: none
  }

  .b_footer .b_accordion--footer .b_accordion__toggle {
    color: var(--color-text-dark);
    cursor: default;
    padding: 0 0 15px;
    pointer-events: none
  }

  .b_footer .b_accordion--footer .b_accordion__toggle .b_icon {
    display: none
  }

  .b_header {
    height: 85px;
    padding: 0 30px
  }

  .b_header__logo-link .b_svg {
    height: 65px
  }

  .b_header__list--meta:before {
    background-color: var(--color);
    content: "";
    display: block;
    height: 25px;
    margin: auto 15px auto 0;
    opacity: .25;
    transition: background .25s linear;
    width: 2px
  }

  .b_header--narrow .b_header__list--primary {
    margin-right: 15px
  }

  .b_header__list-item {
    line-height: 28px
  }

  .b_header--narrow .b_header__list--meta .b_header__list-item--text+.b_header__list-item--icon {
    margin-left: 15px
  }

  .b_header__list-item-multiple-languages~.b_header__list-item-multiple-languages:before {
    margin-top: 25px
  }

  .b_header__link {
    display: flex;
    font-size: 20px
  }

  .b_header__link--text {
    padding: 0 15px
  }

  .b_header--narrow .b_header__link--icon {
    min-width: 40px
  }

  .b_inline-search__panel {
    padding: 20px 30px
  }

  .b_filter__input {
    font-size: 16px;
    line-height: 28px
  }

  .b_form__section {
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(12, 1fr)
  }

  .b_form__section--two-thirds {
    width: 66%
  }

  .b_form__element {
    grid-column: span 12
  }

  .b_form__element--one-third {
    grid-column: span 4
  }

  .b_form__element--two-thirds {
    grid-column: span 8
  }

  .b_form__footer,
  .b_form__messages {
    grid-column: span 12
  }

  .b_menu--portal .b_menu__list--secondary {
    margin-top: 15px
  }

  .b_menu__container {
    height: 100%;
    max-width: 100%
  }

  .b_menu__content {
    margin: 0 var(--menu-space-hor-10);
    max-width: 1602px
  }

  .b_menu__menus {
    grid-gap: 60px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    padding: 0;
    width: var(--menu-main-menu-width-10)
  }

  .b_menu__menu-group {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
    padding-top: 60px
  }

  .b_menu__menu-group--primary .b_overline {
    margin-bottom: 30px
  }

  .b_menu__menu-group--secondary {
    grid-column: 1/3
  }

  .b_menu__menu-group--primary+.b_menu__menu-group--secondary {
    grid-column: 2
  }

  .b_menu__submenu {
    opacity: 1;
    padding: 115px 0 60px;
    width: calc(100% - var(--menu-main-menu-width-10))
  }

  .b_menu__submenu--open {
    opacity: 1
  }

  .b_menu__submenu .b_link--backlink {
    display: none
  }

  .b_link--backlink+.b_menu__sub-headline,
  .b_menu__sub-headline:first-child {
    margin-top: 15px
  }

  .b_menu__submenu .b_menu__sub-headline {
    opacity: 1;
    transition: .15s .15s;
    transition-delay: 0s
  }

  .b_menu__submenu--open .b_menu__sub-headline {
    opacity: 1
  }

  .b_menu__list--secondary {
    margin-top: 10px
  }

  .b_menu__list--secondary:first-child {
    margin-top: 40px
  }

  .b_menu__list--meta {
    margin-top: var(--menu-mt-meta-10)
  }

  .b_menu__submenu .b_menu__list {
    opacity: 1;
    transition: .15s .15s;
    transition-delay: 0s
  }

  .b_menu__submenu--open .b_menu__list {
    opacity: 1
  }

  .b_menu__menu-group--secondary>.b_menu__list {
    padding-right: var(--menu-colspace-2-3--10)
  }

  .b_menu__close {
    right: 15px;
    top: 15px
  }

  .b_menu__close .b_link {
    height: 55px;
    width: 55px
  }

  .b_menu__logo-link {
    display: block
  }

  .b_module-header--headline-small .b_headline {
    font-size: 30px;
    line-height: 36px
  }

  .b_module-header--headline-small .b_headline:not(:first-child) {
    margin-top: 15px
  }

  .b_module-header--headline-small .b_module-header__secondary-col,
  .b_module-header--headline-small .b_rte+.b_button {
    margin-top: 30px
  }

  .b_module-header--layout-grid {
    flex-direction: row
  }

  .b_module-header--layout-grid .b_module-header__secondary-col {
    flex: 0 0 calc(33.33333% + 120px);
    margin-top: 0;
    padding-left: 120px
  }

  .b_module-header--layout-grid .b_section-header--with-overline~.b_module-header__secondary-col {
    margin-top: 60px
  }

  .b_module-header--layout-grid.b_module-header--headline-small .b_section-header--with-overline~.b_module-header__secondary-col {
    margin-top: 45px
  }

  .b_module-header--layout-grid .b_section-header {
    flex: 1 1 100%;
    min-width: 0
  }

  .b_module-header--layout-simple .b_module-header__secondary-col {
    max-width: 66.6666%
  }

  .b_module-header .b_section-header {
    flex: 1 1 auto
  }

  .b_search__content,
  .b_search__form {
    -moz-column-gap: 120px;
    column-gap: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .b_search__content {
    row-gap: 30px
  }

  .b_search__content--initial .b_search-list:nth-child(2) {
    border: none;
    padding-top: 0
  }

  .b_search__content--results {
    grid-template-columns: 1fr 1fr
  }

  .b_search__content--results>* {
    grid-column: 1
  }

  .b_st-bg-media:before {
    height: 85px
  }

  .b_cm_stage--height-full .b_st-bg-media:after {
    top: 25vh
  }

  .b_st-breadcrumb {
    align-items: baseline;
    flex-direction: row
  }

  .b_st-breadcrumb__info {
    flex: 0 0 auto;
    margin-right: 10px
  }

  .b_st-breadcrumb__list {
    flex-direction: row;
    flex-wrap: wrap
  }

  .b_st-breadcrumb__list-item {
    padding-top: 2px
  }

  .b_st-breadcrumb__list-item+.b_st-breadcrumb__list-item {
    margin-top: 0
  }

  .b_st-breadcrumb__list-item:after {
    color: var(--color-text-dark);
    content: "/";
    display: inline-block;
    margin: 0 5px
  }

  .b_st-breadcrumb__list-item:last-child:after {
    display: none
  }

  .b_st-content--portal {
    margin: 10vh 0
  }

  .b_st-content--narrow .b_st-content__cta,
  .b_st-content--narrow .b_st-content__header,
  .b_st-content--narrow .b_st-content__main-content,
  .b_st-content--narrow .b_st-content__top {
    max-width: 75%
  }

  .b_st-content--image-4-5 .b_st-content__cta,
  .b_st-content--image-4-5 .b_st-content__main-content,
  .b_st-content--image-5-4 .b_st-content__cta,
  .b_st-content--image-5-4 .b_st-content__main-content {
    max-width: calc(66% - 120px)
  }

  .b_st-content--bg-media .b_st-content__cta,
  .b_st-content--bg-media .b_st-content__header,
  .b_st-content--bg-media .b_st-content__main-content,
  .b_st-content--bg-media .b_st-content__top,
  .b_st-content--image-4-5 .b_st-content__header,
  .b_st-content--image-4-5 .b_st-content__top {
    max-width: 66%
  }

  .b_st-content--linkbar .b_st-content__cta,
  .b_st-content--linkbar .b_st-content__header,
  .b_st-content--linkbar .b_st-content__main-content,
  .b_st-content--linkbar .b_st-content__top {
    max-width: 85%
  }

  .b_st-content--fullwidth .b_st-content__cta,
  .b_st-content--fullwidth .b_st-content__header,
  .b_st-content--fullwidth .b_st-content__main-content,
  .b_st-content--fullwidth .b_st-content__top {
    max-width: 100%
  }

  .b_st-content--course .b_st-content__top {
    grid-area: top
  }

  .b_st-content--course .b_st-content__header {
    grid-area: header
  }

  .b_st-content--course .b_st-content__main {
    grid-area: copy;
    padding: 15px 0
  }

  .b_st-content--course .b_st-content__list {
    grid-area: list;
    padding: 15px 0
  }

  .b_st-content--course .b_st-content__cta {
    grid-area: cta
  }

  .b_st-content--course .b_st-content__badge {
    grid-area: badge
  }

  .b_st-content--course .b_st-content__image {
    grid-area: img
  }

  .b_st-content--course .b_st-content__cta,
  .b_st-content--course .b_st-content__header,
  .b_st-content--course .b_st-content__image,
  .b_st-content--course .b_st-content__main,
  .b_st-content--course .b_st-content__main-content,
  .b_st-content--course .b_st-content__top {
    margin-top: 0;
    max-width: 100%
  }

  .b_st-content--course .b_st-content__image,
  .b_st-content--course .b_st-content__list {
    position: relative
  }

  .b_st-content--course .b_st-content__image:before {
    background-color: #001725;
    bottom: 90px;
    content: "";
    display: block;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 90px;
    z-index: -1
  }

  .b_st-content--course.b_st-content--has-image .b_st-content__grid {
    grid-template-areas: "top top" "header header" "copy list" "cta badge" "img img"
  }

  .b_st-content__container {
    margin: 0 10%
  }

  .b_st-content__grid {
    grid-column-gap: 120px;
    grid-row-gap: 30px;
    display: grid;
    grid-template-areas: "top top" "header header" "copy list" "cta badge";
    grid-template-columns: calc(66.6666% - 120px) auto;
    margin: 0 10%
  }

  .b_st-content__main-content {
    max-width: calc(66% - 120px)
  }

  .b_st-content:not(.b_st-content--course) .b_st-content__main-content .b_rte {
    font-size: 20px;
    line-height: 35px
  }

  .b_st-content:not(.b_st-content--course) .b_st-content__main-content .b_rte a,
  .b_st-content:not(.b_st-content--course) .b_st-content__main-content .b_rte ol,
  .b_st-content:not(.b_st-content--course) .b_st-content__main-content .b_rte p,
  .b_st-content:not(.b_st-content--course) .b_st-content__main-content .b_rte ul {
    font-size: inherit;
    line-height: inherit
  }

  .b_st-content__main-content>*+.b_table {
    margin-top: 60px
  }

  .b_st-content__time-location {
    font-size: 16px;
    line-height: 28px
  }

  .b_st-content__cta {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(66% - 120px)
  }

  .b_st-content__cta>*+* {
    margin-left: 30px;
    margin-top: 0
  }

  .b_st-content .b_section-header .b_overline {
    font-size: 24px;
    line-height: 30px
  }

  .b_st-flow--background-media {
    bottom: auto;
    min-width: 1800px;
    top: 35%;
    width: 100%
  }

  .b_st-flow--linkbar {
    bottom: auto;
    min-width: 1800px;
    top: 85px;
    width: 100%
  }

  .b_st-linkbar {
    display: flex;
    justify-content: center;
    transform: translateY(50%);
    width: auto
  }

  .b_st-linkbar--no-subline .b_st-linkbar {
    display: flex;
    flex: 0 1 auto
  }

  .b_st-linkbar--no-subline .b_st-linkbar__list {
    flex: 0 1 auto
  }

  .b_st-linkbar--no-subline .b_st-linkbar__list-item {
    display: block
  }

  .b_st-linkbar--no-subline .b_st-linkbar__link {
    display: inline-block;
    width: 100%
  }

  .b_st-linkbar--no-subline .b_st-linkbar__label {
    display: inline-block
  }

  .b_st-linkbar--no-subline .b_st-linkbar__title {
    display: inline;
    width: -moz-max-content;
    width: max-content
  }

  .b_st-linkbar--no-subline .b_st-linkbar__icon {
    display: inline-block;
    margin-left: .3rem;
    position: relative;
    top: 0
  }

  .b_st-linkbar--no-subline.b_st-linkbar--many-items .b_st-linkbar__icon {
    top: 3px
  }

  .b_st-linkbar--size-default.b_st-linkbar--many-items .b_st-linkbar__title {
    font-size: 20px;
    line-height: 30px
  }

  .b_st-linkbar--size-large .b_st-linkbar__list {
    flex: 0 1 auto
  }

  .b_st-linkbar--size-large .b_st-linkbar__link {
    display: inline-block
  }

  .b_st-linkbar--size-large.b_st-linkbar--many-items .b_st-linkbar__title {
    font-size: 24px;
    line-height: 41px
  }

  .b_st-linkbar--subline-nowrap .b_st-linkbar__subline {
    white-space: nowrap
  }

  .b_st-linkbar__list {
    display: inline-flex;
    flex: 0 1 0%;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0
  }

  .b_st-linkbar__list-item {
    border-left: 1px solid #e0e0e0
  }

  .b_st-linkbar__list-item:first-child {
    border-left: none
  }

  .b_st-linkbar__link {
    border-top: none;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 calc(-80px + 10vw)
  }

  .b_st-linkbar__label {
    align-items: center;
    display: flex
  }

  .b_st-linkbar__title {
    font-size: 36px;
    line-height: 45px
  }

  .b_st-linkbar__subline {
    flex: 1 0 100%;
    font-size: 16px
  }

  .b_st-linkbar__icon {
    margin-left: 15px;
    margin-top: .3em;
    position: static;
    right: auto;
    top: auto
  }

  .b_st-slider {
    height: 100%
  }

  .b_st-slider__overline {
    left: 45px;
    top: 45px
  }

  .b_st-slider__slide-content {
    left: 45px;
    max-width: 66%;
    top: 75px;
    width: 66%
  }

  .b_st-slider__slide-content .b_link {
    display: none
  }

  .b_st-slider__controls {
    bottom: 45px;
    left: 45px;
    padding-right: 90px
  }

  .b_st-slider__arrows {
    display: none
  }

  .b_st-slider__pagination {
    bottom: 0;
    max-width: 300px
  }

  .b_st-slider__progress {
    display: none
  }

  .b_holding-stage__discover {
    height: 70vh !important;
    min-height: 500px
  }

  .b_holding-stage__cards {
    bottom: auto;
    flex-direction: row;
    height: 100%
  }

  .b_holding-stage__card {
    height: 100%;
    width: 33.33%
  }

  .b_holding-stage__card:before {
    background: var(--holding-stage-card-bg);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .5s ease;
    width: 100%;
    z-index: -100
  }

  .b_holding-stage__card:after {
    bottom: auto;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    width: 2px
  }

  .b_holding-stage__card--active:before,
  .b_holding-stage__card:focus-visible:before,
  .b_holding-stage__card:hover:before {
    opacity: 1
  }

  .b_holding-stage__card--active .b_holding-stage__card-content,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-content,
  .b_holding-stage__card:hover .b_holding-stage__card-content {
    max-height: none;
    min-height: auto;
    transform: translateY(0);
    transition: all .5s ease
  }

  .b_holding-stage__card--active .b_holding-stage__card-flow-svg,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-flow-svg,
  .b_holding-stage__card:hover .b_holding-stage__card-flow-svg {
    animation: play-left-20-keyframes 1.5s cubic-bezier(.2, .2, 0, 1) both;
    opacity: .15
  }

  .b_holding-stage__card--active .b_holding-stage__card-header,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-header,
  .b_holding-stage__card:hover .b_holding-stage__card-header {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s cubic-bezier(.17, .84, .44, 1), transform .5s ease
  }

  .b_holding-stage__card--active .b_holding-stage__card-headline,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-headline,
  .b_holding-stage__card:hover .b_holding-stage__card-headline {
    text-shadow: none
  }

  .b_holding-stage__card--active .b_holding-stage__card-subline,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-subline,
  .b_holding-stage__card:hover .b_holding-stage__card-subline {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease
  }

  .b_holding-stage__card--active .b_holding-stage__card-copy,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-copy,
  .b_holding-stage__card:hover .b_holding-stage__card-copy {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease
  }

  .b_holding-stage__card--active .b_holding-stage__card-button,
  .b_holding-stage__card:focus-visible .b_holding-stage__card-button,
  .b_holding-stage__card:hover .b_holding-stage__card-button {
    display: block;
    opacity: 1;
    transform: translateY(0)
  }

  .b_holding-stage__card-flow-svg {
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0
  }

  .b_holding-stage__card-content {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-end;
    max-height: none;
    min-height: auto;
    padding: 45px;
    pointer-events: unset;
    transform: translateY(100%) translateY(-150px)
  }

  .b_holding-stage__card-link {
    display: none
  }

  .b_holding-stage__card-header {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s cubic-bezier(.17, .84, .44, 1), transform .5s ease
  }

  .b_holding-stage__card-headline .b_headline {
    font-size: 54px;
    line-height: 60px
  }

  .b_holding-stage__card-icon {
    display: none
  }

  .b_holding-stage__card-icon .b_icon {
    height: 40px;
    width: 40px
  }

  .b_holding-stage__card-subline {
    display: none;
    height: auto;
    opacity: 1;
    transform: translateY(5px)
  }

  .b_holding-stage__card-copy {
    display: none;
    line-height: 28px;
    margin: 20px 0 30px;
    opacity: 1;
    transform: translateY(5px)
  }

  .b_holding-stage__card-button {
    display: none;
    opacity: 1;
    transform: translateY(1rem);
    transition: all .5s ease;
    transition-delay: .2s
  }

  .b_holding-stage__media,
  .b_holding-stage__media .b_picture {
    height: 100%
  }

  .b_holding-stage__media .b_holding-stage__video,
  .b_holding-stage__media .b_picture__image {
    animation-duration: .7s;
    animation-name: fadeOut;
    animation-timing-function: ease-out;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1
  }

  .b_holding-stage__media--active .b_holding-stage__video,
  .b_holding-stage__media--active .b_picture__image {
    animation-name: fadeIn;
    opacity: 1
  }

  .b_holding-stage__experience {
    display: flex;
    height: 30vh;
    min-height: 300px;
    position: relative;
    width: 100%;
    z-index: 1
  }

  .b_holding-stage__experience:before {
    bottom: auto;
    top: 0
  }

  .b_holding-stage__slider {
    width: 50%
  }

  .b_holding-stage__slider:before {
    height: auto;
    left: auto;
    top: 0;
    width: 2px
  }

  .b_holding-stage__tiles {
    width: 50%
  }

  .b_holding-stage__tiles--layout-m-m .b_holding-stage__tile:first-child:before,
  .b_holding-stage__tiles--layout-m-s .b_holding-stage__tile:first-child:before {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    z-index: 10
  }

  .b_holding-stage__tiles--layout-m-s .b_holding-stage__tile:nth-child(2):after {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 10
  }

  .b_holding-stage__tiles--layout-m-s .b_holding-stage__tile+.b_holding-stage__tile,
  .b_holding-stage__tiles--layout-s-m .b_holding-stage__tile:not(:last-child) {
    flex: 0 0 50%;
    max-height: 50%;
    padding: 15px 20px
  }

  .b_holding-stage__tiles--layout-s-m .b_holding-stage__tile:not(:last-child):before {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    z-index: 10
  }

  .b_holding-stage__tiles--layout-s-m .b_holding-stage__tile:first-child:after {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 10
  }

  .b_holding-stage__tiles--layout-s-s .b_holding-stage__tile {
    flex: 0 0 50%;
    max-height: 50%;
    padding: 15px 20px
  }

  .b_holding-stage__tiles--layout-s-s .b_holding-stage__tile:first-child:before,
  .b_holding-stage__tiles--layout-s-s .b_holding-stage__tile:nth-child(2):before {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    z-index: 10
  }

  .b_holding-stage__tiles--layout-s-s .b_holding-stage__tile:first-child:after,
  .b_holding-stage__tiles--layout-s-s .b_holding-stage__tile:nth-child(3):after {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 10
  }

  .b_holding-stage__tile {
    flex: 0 0 100%;
    max-height: 100%;
    padding: 20px 45px;
    width: 100%
  }

  .b_holding-stage__tile+.b_holding-stage__tile,
  .b_holding-stage__tile:not(:last-child) {
    width: 50%
  }

  .b_holding-stage__tile--no-link .b_holding-stage__tile-copy,
  .b_holding-stage__tile--no-link .b_holding-stage__tile-cta,
  .b_holding-stage__tile--no-link .b_holding-stage__tile-date,
  .b_holding-stage__tile--no-link .b_holding-stage__tile-headline,
  .b_holding-stage__tile:focus-within .b_holding-stage__tile-copy,
  .b_holding-stage__tile:focus-within .b_holding-stage__tile-cta,
  .b_holding-stage__tile:focus-within .b_holding-stage__tile-date,
  .b_holding-stage__tile:focus-within .b_holding-stage__tile-headline,
  .b_holding-stage__tile:hover .b_holding-stage__tile-copy,
  .b_holding-stage__tile:hover .b_holding-stage__tile-cta,
  .b_holding-stage__tile:hover .b_holding-stage__tile-date,
  .b_holding-stage__tile:hover .b_holding-stage__tile-headline {
    opacity: 1;
    transform: translateY(0)
  }

  .b_holding-stage__tile-copy,
  .b_holding-stage__tile-date,
  .b_holding-stage__tile-headline {
    transform: translateY(15px);
    transition: all .5s ease, color 0ms
  }

  .b_holding-stage__tile-copy,
  .b_holding-stage__tile-date {
    display: block
  }

  .b_holding-stage__tile-cta {
    margin-top: 15px;
    opacity: 1;
    transform: translateY(-10px);
    transition: all .5s ease, color 0ms
  }

  .b_search-stage__content {
    padding-top: 115px
  }

  .b_search-stage__form {
    margin-top: 30px;
    width: calc(66.6666% - 120px)
  }

  .b_search-stage__headline {
    font-size: 16px;
    line-height: 28px
  }

  .b_search-stage .b_tag-filter {
    margin-top: 60px
  }

  .b_cm_abstract__header+.b_cm_abstract--long .b_cm_abstract__copy {
    margin-top: 20px
  }

  .b_cm_abstract--long .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_cm_abstract--bg-deep-blue,
  .b_cm_abstract--bg-grey,
  .b_cm_abstract--bg-theme-primary {
    padding: 60px 0
  }

  .b_cm_abstract__content {
    max-width: 75%
  }

  .b_cm_abstract .b_rte {
    font-size: 24px;
    line-height: 34px
  }

  .b_cm_accordion--bg-grey {
    padding-bottom: 90px
  }

  .b_cm_accordion--headline-small .b_cm_accordion__header {
    margin-bottom: 0
  }

  .b_cm_accordion--headline-small .b_cm_accordion__header .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_cm_accordion--accordion-right .b_cm_accordion__grid {
    grid-template-columns: auto calc(66.6666% - 120px)
  }

  .b_cm_accordion__grid {
    grid-column-gap: 120px;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: calc(66.6666% - 120px) 1fr
  }

  .b_cm_accordion__header {
    grid-column: span 2
  }

  .b_cm_accordion__media {
    grid-column: 2
  }

  .b_cm_accordion__intro+.b_cm_accordion__media {
    grid-row: span 3
  }

  .b_cm_accordion__intro+.b_cm_accordion__media+.b_cm_accordion__accordion,
  .b_cm_accordion__media+.b_cm_accordion__accordion {
    grid-column: 1
  }

  .b_cm_benefits {
    --benefits-item-spacing: 30px;
    --benefits-bg-img-aspect-ratio: 16/10
  }

  .b_cm_benefits__bg .b_flow {
    top: 12%;
    width: 100%
  }

  .b_cm_benefits__grid {
    display: flex;
    margin: 0 calc(var(--benefits-item-spacing)/-2);
    overflow: hidden
  }

  .b_cm_benefits--layout-initial .b_cm_benefits__grid {
    align-items: flex-start;
    flex-flow: row wrap
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__grid {
    flex-flow: column wrap
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__grid:after {
    display: block
  }

  .b_cm_benefits--layout-initial .b_cm_benefits__item-wrapper {
    flex: 0 0 33.333%
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper {
    width: 33.33%
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper:nth-child(3n+1) {
    order: 1
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper:nth-child(3n+2) {
    order: 2
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper:nth-child(3n) {
    order: 3
  }

  .b_cm_benefits__item {
    padding: calc(var(--benefits-item-spacing)/2)
  }

  .b_cm_benefits .b_module-header {
    margin-bottom: 60px
  }

  .b_cm_benefits .b_module-header--headline-small {
    margin-bottom: 30px
  }

  .b_cm_contact__content {
    grid-column-gap: 120px;
    grid-row-gap: 60px;
    display: grid;
    grid-template-columns: 33.333% 1fr
  }

  .b_cm_contact__header {
    grid-column: 1/3;
    margin-bottom: 0
  }

  .b_cm_contact__col-right {
    margin-top: 0
  }

  .b_cm_gallery {
    --gallery-item-spacing: 30px
  }

  .b_cm_gallery__grid {
    display: flex;
    margin: 0 calc(var(--gallery-item-spacing)/-2);
    overflow: hidden
  }

  .b_cm_gallery--layout-initial .b_cm_gallery__grid {
    align-items: flex-start;
    flex-flow: row wrap
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__grid {
    flex-flow: column wrap
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__grid:after {
    display: block
  }

  .b_cm_gallery--layout-initial .b_cm_gallery__item-wrapper {
    flex: 0 0 33.333%
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper {
    width: 33.33%
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper:nth-child(3n+1) {
    order: 1
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper:nth-child(3n+2) {
    order: 2
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper:nth-child(3n) {
    order: 3
  }

  .b_cm_gallery__item {
    padding: calc(var(--gallery-item-spacing)/2)
  }

  .b_cm_gallery__trigger .b_icon,
  .b_cm_gallery__trigger:after {
    opacity: 1;
    transition: opacity .15s linear
  }

  .b_cm_gallery__trigger:focus-visible .b_icon,
  .b_cm_gallery__trigger:focus-visible:after,
  .b_cm_gallery__trigger:hover .b_icon,
  .b_cm_gallery__trigger:hover:after {
    opacity: 1
  }

  .b_cm_gallery .b_module-header {
    margin-bottom: 60px
  }

  .b_cm_gallery .b_module-header--headline-small {
    margin-bottom: 30px
  }

  .b_cm_highlight--grid-four .b_cm_highlight__value {
    font-size: 80px;
    line-height: 90px
  }

  .b_cm_highlight--grid-four .b_cm_highlight__description {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px
  }

  .b_cm_highlight--grid-four .b_cm_highlight__icon .b_icon--s {
    height: 16px;
    width: 16px
  }

  .b_cm_highlight--grid-three .b_cm_highlight__item {
    min-width: calc(33.33% - 60px);
    width: calc(33.33% - 60px)
  }

  .b_cm_highlight--grid-three .b_cm_highlight__value {
    font-size: 54px;
    line-height: 60px
  }

  .b_cm_highlight--grid-six .b_cm_highlight__item {
    min-width: calc(33.33% - 20px);
    width: calc(33.33% - 20px)
  }

  .b_cm_highlight--grid-six .b_cm_highlight__value {
    font-size: 54px;
    line-height: 60px
  }

  .b_cm_highlight--grid-six .b_cm_highlight__description {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px
  }

  .b_cm_highlight--grid-six .b_cm_highlight__icon .b_icon--s {
    height: 16px;
    width: 16px
  }

  .b_cm_highlight__wrapper {
    padding-bottom: 90px
  }

  .b_cm_highlight__grid {
    flex-direction: row
  }

  .b_cm_highlight__value {
    font-size: 80px;
    line-height: 90px;
    margin-top: 30px
  }

  .b_cm_highlight__description {
    margin-top: 5px
  }

  .b_cm_highlight__cta {
    justify-content: flex-end;
    margin: 0 10%
  }

  .b_cm_logos__grid {
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 45px
  }

  .b_module-header+.b_cm_logos__grid {
    margin-top: 60px
  }

  .b_cm_media--align-right .b_cm_media__grid {
    flex-direction: row
  }

  .b_cm_media--align-right:not(.b_cm_media--multiple) .b_media {
    margin-left: auto
  }

  .b_cm_media--multiple .b_cm_media__col {
    width: 50%
  }

  .b_cm_media--multiple .b_cm_media__col:nth-of-type(2) {
    width: 28%
  }

  .b_cm_media--multiple.b_cm_media--align-left .b_cm_media__col {
    margin-right: 60px
  }

  .b_cm_media--multiple.b_cm_media--align-right .b_cm_media__grid {
    flex-direction: row-reverse
  }

  .b_cm_media--multiple.b_cm_media--align-right .b_cm_media__col {
    margin-left: 60px
  }

  .b_cm_media:not(.b_cm_media--multiple) .b_media:not(.b_media--caption-left) .b_media__caption,
  .b_cm_media:not(.b_cm_media--multiple) .b_media:not(.b_media--caption-right) .b_media__caption {
    max-width: 50%
  }

  .b_cm_media__grid {
    flex-direction: row
  }

  .b_cm_media__col {
    width: 100%
  }

  .b_cm_media:not(.b_cm_media--multiple):not(.b_cm_media--image-fullwidth) .b_media {
    max-width: 66.666%
  }

  .b_cm_nav-inline__grid {
    grid-gap: 120px;
    display: grid;
    grid-template-columns: calc(66.6666% - 120px) 1fr
  }

  .b_cm_nav-inline__header+.b_cm_nav-inline__marginal {
    margin-top: 15px
  }

  .b_cm_search-courses {
    margin-top: 60px
  }

  .b_cm_search-courses__grid {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
  }

  .b_cm_search-courses__summary {
    flex: 1 1 auto;
    margin-top: 0;
    order: 1;
    padding-right: 120px
  }

  .b_cm_search-courses__search {
    flex: 0 0 calc(66.66666% - 120px);
    order: 2
  }

  .b_cm_search-courses__search .b_headline {
    margin-top: 20px
  }

  .b_cm_search-courses__count {
    margin-bottom: 30px
  }

  .b_cm_stage {
    padding-top: 115px
  }

  .b_cm_stage--height-60 {
    min-height: 60vh;
    min-height: max(60vh, 500px)
  }

  .b_cm_stage--has-linkbar,
  .b_cm_stage--image-4-5,
  .b_cm_stage--image-5-4 {
    --st-border-height: 120px
  }

  .b_cm_stage--has-linkbar {
    --st-pb-content: 0px
  }

  .b_cm_stage--has-linkbar .b_cm_stage {
    padding-bottom: 0
  }

  .b_cm_stage--course.b_cm_stage--no-image {
    --st-pb-content: 30px
  }

  .b_cm_stage__wrapper-image {
    margin: 0 10%
  }

  .b_cm_stage__badges {
    justify-content: flex-start;
    margin: 0 10%
  }

  .b_cm_stage__image {
    bottom: -60px;
    position: absolute;
    right: 0;
    width: 34%
  }

  .b_cm_table__table-wrapper:not(:first-child) {
    margin-top: 60px
  }

  .b_cm_table__table {
    font-size: 16px;
    line-height: 28px
  }

  .b_cm_table td,
  .b_cm_table th {
    width: 260px
  }

  .b_cm_text--bg-grey {
    padding-bottom: 90px
  }

  .b_cm_text--headline-small .b_cm_text__header .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_cm_text .b_container__content-wrap {
    grid-column-gap: 120px;
    display: grid;
    grid-template-areas: "header header" "intro marginal" "main marginal";
    grid-template-columns: calc(66.6666% - 120px) 1fr;
    grid-template-rows: min-content min-content 1fr
  }

  .b_cm_text__header {
    grid-area: header
  }

  .b_cm_text__intro {
    grid-area: intro
  }

  .b_cm_text__main {
    grid-area: main
  }

  .b_cm_text__marginal {
    grid-area: marginal;
    margin-top: 0
  }

  .b_cm_text__main:not(:first-child)+.b_cm_text__marginal {
    margin-top: 30px
  }

  .b_cm_text-media--small-hl .b_section-header .b_headline {
    font-size: 36px;
    line-height: 45px;
    margin-top: 15px
  }

  .b_cm_text-media--media-right .b_cm_text-media__media {
    margin-left: auto;
    margin-right: 0
  }

  .b_cm_text-media--media-right .b_cm_text-media__content-grid {
    grid-template-areas: "content empty";
    grid-template-columns: calc(66.6666% - 120px) auto
  }

  .b_cm_text-media--media-left .b_cm_text-media__media {
    margin-left: 0;
    margin-right: auto
  }

  .b_cm_text-media--media-left .b_cm_text-media__content-grid {
    grid-template-areas: "empty content";
    grid-template-columns: auto calc(66.6666% - 120px)
  }

  .b_cm_text-media__mobile-overline {
    display: none
  }

  .b_cm_text-media__media {
    margin-top: 0;
    width: 37%
  }

  .b_cm_text-media__content-grid {
    grid-column-gap: 120px;
    display: grid;
    flex: 1 1 auto;
    grid-template-rows: 1fr
  }

  .b_cm_text-media__content {
    grid-area: content;
    margin-top: 0
  }

  .b_cm_text-media__content>.b_section-header+.b_rte {
    margin-top: 60px
  }

  .b_cm_video--bg-grey,
  .b_cm_video--bg-theme-primary {
    padding: 60px 0 90px
  }

  .b_cm_video--small-headline .b_section-header {
    margin-bottom: 30px
  }

  .b_cm_video--small-headline .b_headline {
    font-size: 40px;
    line-height: 50px
  }

  .b_cm_video__bg {
    top: 35%;
    transform: none;
    width: 100%
  }

  .b_cm_video__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }

  .b_cm_video .b_section-header {
    flex: 0 0 100%
  }

  .b_cm_video:not(.b_cm_video--small-headline) .b_section-header {
    margin-bottom: 60px
  }

  .b_cm_video__intro {
    flex: 0 0 33.333%
  }

  .b_cm_video__video {
    flex: 0 0 66.666%;
    margin-top: 0
  }

  .b_cm_video__intro+.b_cm_video__video {
    margin-top: 0;
    padding-left: 120px
  }

  .b_cm_quote__content-wrapper {
    max-width: 66.666%;
    padding: 120px 0
  }

  .b_cm_quote__bg .b_flow {
    bottom: auto;
    min-width: 1800px;
    right: 0;
    top: 35%;
    width: 100%
  }

  .b_cm_quote__buttons {
    margin-top: 60px
  }

  .b_tm_image--fullwidth .b_tm_image__copy:not(:first-child),
  .b_tm_image--fullwidth .b_tm_image__headline:not(:first-child) {
    margin-top: 30px
  }

  .b_tm_image--constrained .b_tm_image__container {
    height: auto;
    max-height: none
  }

  .b_tm_image--constrained .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_tm_image--align-right .b_tm_image__content-container {
    align-items: flex-end
  }

  .b_tm_image__container {
    max-height: 1000px
  }

  .b_tm_image__flow {
    min-width: 1800px;
    top: 120px;
    width: 100%
  }

  .b_tm_image__content-container {
    justify-content: center
  }

  .b_tm_image__copy:not(:first-child) {
    margin-top: 20px
  }

  .b_tm_links--bg-dark {
    padding: 90px 0
  }

  .b_tm_links .b_module-header {
    margin-bottom: 60px
  }

  .b_tm_links__list+.b_tm_links__category {
    margin-top: 60px
  }

  .b_tm_links__list {
    grid-gap: 60px
  }

  .b_tm_links__list,
  .b_tm_links__list--downloads {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .b_tm_links__list--downloads {
    gap: 45px 0
  }

  .b_tm_links__list--downloads .b_tm_links__item {
    padding-right: 60px
  }

  .b_tm_links__list--downloads .b_tm_links__item+.b_tm_links__item {
    margin-top: 0
  }

  .b_tm_links__list--downloads-rich {
    gap: 30px 0;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .b_tm_links__list--downloads-rich .b_tm_links__item {
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: 50% 1fr;
    grid-template-columns: 50% minmax(0, 1fr)
  }

  .b_tm_links__category+.b_tm_links__list {
    margin-top: 30px
  }

  .b_tm_links__item+.b_tm_links__item {
    margin-top: 0
  }

  .b_tm_links .b_link+.b_rte {
    margin-top: 15px
  }

  .b_tm_grid {
    --teaser-height: 490px
  }

  .b_tm_grid__header .b_module-header {
    margin-bottom: 60px
  }

  .b_tm_grid__header .b_module-header--headline-small {
    margin-bottom: 30px
  }

  .b_tm_grid__row {
    grid-gap: 20px;
    display: grid;
    height: var(--teaser-height)
  }

  .b_tm_grid__row--small {
    --teaser-height: 340px
  }

  .b_tm_grid__row--layout-a {
    grid-template-areas: "a a" "b c";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: var(--teaser-height) auto;
    height: auto
  }

  .b_tm_grid__row--layout-a>.b_grid-teaser:first-of-type {
    grid-area: a
  }

  .b_tm_grid__row--layout-a>.b_grid-teaser:nth-of-type(2) {
    grid-area: b
  }

  .b_tm_grid__row--layout-a>.b_grid-teaser:nth-of-type(3) {
    grid-area: c
  }

  .b_tm_grid__row--layout-b {
    grid-template-columns: 1fr
  }

  .b_tm_grid__row--layout-c {
    grid-template-columns: 1fr 1fr 1fr
  }

  .b_tm_grid__row--layout-d {
    grid-template-columns: 2fr 1fr
  }

  .b_tm_grid__row--layout-e {
    grid-template-columns: 1fr 1fr
  }

  .b_tm_grid__row--reversed {
    grid-auto-flow: dense
  }

  .b_tm_grid__row--reversed>.b_grid-teaser:first-child {
    order: 3
  }

  .b_tm_grid__row--reversed>.b_grid-teaser:nth-child(2) {
    order: 2
  }

  .b_tm_grid__row--reversed>.b_grid-teaser:nth-child(3) {
    order: 1
  }

  .b_tm_grid__row--reversed.b_tm_grid__row--layout-d {
    grid-template-columns: 1fr 2fr
  }

  .b_tm_grid .b_grid-teaser+.b_grid-teaser {
    margin-top: 0
  }

  .b_tm_search .b_module-header {
    margin-bottom: 60px
  }

  .b_tm_search .b_search-form {
    width: calc(66.666% - 120px)
  }

  .b_tm_teaser .b_module-header {
    margin-bottom: 60px
  }

  .b_tm_teaser__teasers {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .b_tm_teaser__teaser {
    padding: 45px 30px
  }

  .b_tm_teaser__teaser--width-100 {
    grid-gap: 80px;
    display: grid;
    grid-column: span 12;
    grid-template-columns: 1fr 1fr
  }

  .b_tm_teaser__teaser--width-100 .b_tm_teaser__teaser-body {
    margin-bottom: 32px
  }

  .b_tm_teaser__teaser--width-100 .b_tm_teaser__teaser-header--no-overline+.b_tm_teaser__teaser-body {
    margin-top: 0
  }

  .b_tm_teaser__teaser--width-50 {
    grid-column: span 6
  }

  .b_tm_teaser__teaser--width-33 {
    grid-column: span 4
  }

  .b_tm_teaser__teaser+.b_tm_teaser__teaser {
    margin-top: 0
  }

  .b_tm_teaser__teaser-header .b_overline+.b_headline {
    margin-top: 30px
  }

  .b_tm_teaser__teaser-header--small-headline .b_headline--h2.b_headline--long {
    font-size: 24px;
    line-height: 30px
  }

  .b_tm_teaser__teaser-header--small-headline .b_overline+.b_headline {
    margin-top: 10px
  }

  .b_lm_address .b_container__content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .b_lm_address .b_section-header {
    flex: 0 0 100%;
    margin-bottom: 60px
  }

  .b_lm_address__intro {
    flex: 0 0 33.3333%
  }

  .b_lm_address__addresses {
    flex: 0 0 calc(66.6666% - 120px)
  }

  .b_lm_address__intro+.b_lm_address__addresses,
  .b_section-header+.b_lm_address__addresses {
    margin-top: 0
  }

  .b_lm_address__loadmore {
    margin-top: 60px
  }

  .b_lm_courses__section {
    display: flex;
    flex-wrap: wrap
  }

  .b_lm_courses__section+.b_lm_courses__section {
    margin-top: 90px
  }

  .b_lm_courses__headline {
    flex: 0 0 100%;
    margin-bottom: 45px
  }

  .b_lm_courses__copy {
    flex: 0 0 33%;
    margin-top: 0;
    width: 33%
  }

  .b_lm_courses__courses {
    flex: 0 0 calc(66.66667% - 120px);
    margin-top: 0;
    width: calc(66.66667% - 120px)
  }

  .b_lm_courses__copy+.b_lm_courses__courses {
    margin-left: auto
  }

  .b_lm_curriculum__curriculum {
    grid-column-gap: 120px;
    display: grid;
    grid-template-columns: auto calc(66.6666% - 120px);
    grid-template-rows: repeat(100, auto)
  }

  .b_section-header+.b_lm_curriculum__curriculum {
    margin-top: 60px
  }

  .no-js .b_lm_curriculum__curriculum {
    display: block
  }

  .b_lm_curriculum__title {
    border-bottom: 1px solid #dddad8
  }

  .b_lm_curriculum__toggle {
    border-top: none;
    grid-column: 1;
    grid-template-columns: 1fr min-content;
    padding: 22.5px 0
  }

  .b_lm_curriculum__title+.b_lm_curriculum__toggle {
    padding-top: 30px
  }

  .b_lm_curriculum__toggle:last-of-type {
    border-bottom: 1px solid #dddad8
  }

  .b_lm_curriculum__toggle--active {
    color: var(--color-primary)
  }

  .b_lm_curriculum__toggle--last {
    border-bottom: none
  }

  .b_lm_curriculum__toggle-headline .b_headline {
    font-size: 24px;
    line-height: 30px
  }

  .b_lm_curriculum__toggle-sub {
    font-size: 16px;
    line-height: 28px
  }

  .b_lm_curriculum__toggle-icon {
    display: none
  }

  .b_lm_curriculum__panel {
    grid-column: 2;
    grid-row: 1/-1;
    overflow: hidden
  }

  .b_lm_curriculum__panel-title {
    display: block
  }

  .b_lm_curriculum__panel-content {
    padding: 45px 0 0
  }

  .b_lm_curriculum__panel-content>* {
    margin-top: 30px
  }

  .b_lm_curriculum__panel-content>:first-child {
    margin-top: 0
  }

  .b_lm_grid--news .b_card {
    display: flex
  }

  .b_lm_grid .b_inline-search,
  .b_lm_grid .b_search-header,
  .b_lm_grid .b_tag-filter,
  .b_lm_grid__grid {
    margin-top: 60px
  }

  .b_lm_grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .b_lm_grid .b_inline-search {
    width: calc(66.66667% - 120px)
  }

  .b_lm_slider--bg-grey,
  .b_lm_slider--bg-primary {
    padding: 60px 0 90px
  }

  .b_lm_slider--fzi {
    --lm-slider-overflow: hidden
  }

  .b_lm_slider--fzi .b_lm_slider__slide {
    flex: 0 0 calc(33% - 20px);
    min-width: 315px
  }

  .b_lm_slider--events,
  .b_lm_slider--news {
    --lm-slider-overflow: hidden
  }

  .b_lm_slider--events .b_lm_slider__slide,
  .b_lm_slider--news .b_lm_slider__slide {
    flex: 0 0 33%
  }

  .b_lm_slider--events .b_card__headline:first-child,
  .b_lm_slider--news .b_card__headline:first-child {
    margin-top: 48px
  }

  .b_lm_slider--courses .b_lm_slider__slide {
    flex: 0 0 315px
  }

  .b_lm_slider--video {
    --lm-slider-overflow: hidden
  }

  .b_lm_slider--video .b_lm_slider__slide {
    flex: 0 0 50%;
    max-width: none
  }

  .b_lm_slider__flow {
    width: 100%
  }

  .b_lm_slider__header {
    -moz-column-gap: 120px;
    column-gap: 120px;
    display: grid;
    grid-template-columns: auto calc(66.666% - 120px);
    margin-bottom: 60px;
    row-gap: 45px
  }

  .b_lm_slider__header .b_section-header {
    grid-column: 1/3
  }

  .b_lm_slider__header-col+.b_lm_slider__header-col,
  .b_section-header+.b_lm_slider__header-col {
    margin-top: 0
  }

  .b_lm_slider .b_module-header {
    margin-bottom: 60px
  }

  .b_lm_slider .b_module-header--headline-small {
    margin-bottom: 30px
  }

  .b_lm_slider__button {
    visibility: visible
  }

  .b_em_finder__finder {
    background-color: transparent;
    display: block;
    padding: 0;
    position: relative;
    z-index: 1
  }

  .b_em_finder__finder--expanded .b_em_finder__form {
    background-color: #fff
  }

  .b_em_finder__finder--expanded .b_em_finder__form-section {
    background-color: #f5f4f3
  }

  .b_em_finder__header {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0
  }

  .b_em_finder__header .b_headline {
    display: block
  }

  .b_em_finder__header .b_link {
    --color-link-inactive: var(--color-text-white);
    --color-link-active: var(--color-text-white)
  }

  .b_em_finder__form {
    border-radius: 0 0 20px 0;
    flex-direction: row;
    flex-wrap: wrap
  }

  .b_em_finder__header+.b_em_finder__form {
    margin-top: 20px
  }

  .b_em_finder__form-section {
    background-color: #fff;
    border-left: 1px solid #dddad8;
    display: flex;
    flex: 0 0 25%;
    padding-top: 1px;
    width: 25%
  }

  .b_em_finder__form-section:first-child {
    border-left: none
  }

  .b_em_finder__form-section:nth-child(4) {
    border-radius: 0 20px 0 0
  }

  .b_em_finder__form-section+.b_em_finder__form-section {
    border-top: none
  }

  .b_em_finder__form-section--init .b_em_finder__panel {
    height: auto;
    transition: .15s cubic-bezier(.25, .46, .45, .94);
    transition-delay: 0s;
    transition-property: box-shadow, opacity, visibility, transform
  }

  .b_em_finder__form-section--expanded {
    border-left: none
  }

  .b_em_finder__form-section--expanded .b_em_finder__toggle {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
  }

  .b_em_finder__form-section--expanded .b_em_finder__panel {
    box-shadow: 0 -6px 10px rgba(0, 0, 0, .1);
    height: auto;
    opacity: 1;
    overflow-y: auto;
    transform: translateY(0);
    transition-delay: .25s;
    visibility: visible;
    z-index: 1006
  }

  .b_em_finder__form-section--expanded+.b_em_finder__form-section {
    border-left: none
  }

  .b_em_finder__toggle-wrapper {
    position: relative;
    width: 100%
  }

  .b_em_finder__toggle-wrapper--active {
    border-left: none
  }

  .b_em_finder__toggle {
    border-radius: 20px;
    height: 100%;
    min-height: 105px;
    padding: 20px 30px
  }

  .b_em_finder__form-section:first-of-type .b_em_finder__toggle {
    border-radius: 0 20px 20px 0
  }

  .b_em_finder__form-section:nth-of-type(4) .b_em_finder__toggle {
    border-radius: 20px 0 0 20px
  }

  .b_em_finder__toggle-icon {
    display: none
  }

  .b_em_finder__panel {
    background: #fff;
    border-radius: 20px 20px 0 0;
    bottom: 100%;
    left: 0;
    max-height: calc(82vh - 30px);
    opacity: 1;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: auto;
    transform: translateY(2%);
    transition: .15s cubic-bezier(.25, .46, .45, .94);
    transition-delay: 0s;
    transition-property: box-shadow, opacity, visibility, transform;
    visibility: hidden;
    width: 100%;
    z-index: -1
  }

  .b_em_finder__panel-content {
    opacity: 1;
    padding-bottom: 0
  }

  .b_em_finder__panel-grid {
    grid-template-columns: 1fr 1fr 1fr
  }

  .b_em_finder__map-container+.b_em_finder__panel-grid {
    flex: 0 0 60%
  }

  .b_em_finder__panel-link+.b_em_finder__panel-next {
    margin-top: 0
  }

  .b_em_finder__panel-cta {
    align-items: center;
    flex-direction: row;
    justify-content: space-between
  }

  .b_em_finder__map-container {
    display: flex;
    flex: 0 0 40%;
    justify-content: center;
    max-height: 450px;
    padding: 15px
  }

  .b_em_finder__map {
    display: block;
    max-width: 350px;
    width: 100%
  }

  .b_em_finder__submit {
    flex: 0 0 100%;
    margin-top: 0;
    width: 100%
  }

  .b_em_finder__submit .b_button {
    border-radius: 0 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 30px
  }

  .b_em_pilot {
    padding: 90px 0
  }

  .b_em_pilot__flow {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

  .b_em_pilot__header {
    margin-bottom: 60px
  }

  .b_em_pilot__grid {
    gap: 30px
  }

  .b_em_pilot__grid--two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .b_em_pilot__grid--three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .b_em_pilot__grid--four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .b_fm_form {
    --marginalPaddingTop: 0
  }

  .b_fm_form--contact {
    --marginalPaddingTop: 109px
  }

  .b_fm_form--newsletter {
    --marginalPaddingTop: 21px
  }

  .b_fm_form--order .b_fm_form__grid {
    display: block
  }

  .b_fm_form--order .b_section-header {
    width: 66.666%
  }

  .b_fm_form--bg-deep-blue {
    padding-bottom: 90px
  }

  .b_fm_form__grid {
    grid-column-gap: 120px;
    display: grid;
    grid-template-areas: "header header" "form marginal1" "form marginal2";
    grid-template-columns: calc(66.6666% - 120px) 1fr;
    grid-template-rows: max-content max-content 1fr
  }

  .b_fm_form__header {
    grid-area: header;
    margin-bottom: 60px
  }

  .b_fm_form__intro {
    grid-area: marginal1;
    padding-top: var(--marginalPaddingTop)
  }

  .b_fm_form__form {
    grid-area: form
  }

  .b_fm_form__intro~.b_fm_form__form {
    margin-top: 0
  }

  .b_fm_form__info {
    grid-area: marginal1;
    padding-top: 60px
  }

  .b_fm_form__intro~.b_fm_form__info {
    grid-area: marginal2;
    padding-top: 60px
  }

  .b_fm_form__hr {
    display: block;
    margin: 60px 0
  }

  .b_fm_form__hr:first-child {
    margin-top: 0
  }

  .b_search__form {
    display: block
  }

  .b_search-form {
    width: calc(50% - 60px)
  }
}

@media screen and (min-width:1000px) and (min-width:1000px) {

  .b_section-header .b_link+.b_headline--h1,
  .b_section-header .b_link+.b_headline--h2,
  .b_section-header .b_overline+.b_headline--h1,
  .b_section-header .b_overline+.b_headline--h2 {
    margin-top: 30px
  }

  .b_section-header .b_link+.b_headline--long,
  .b_section-header .b_overline+.b_headline--long {
    margin-top: 15px
  }
}

@media screen and (min-width:1000px) and (max-width:1399px) {

  .b_cm_highlight--grid-four .b_cm_highlight__value,
  .b_cm_highlight--grid-three .b_cm_highlight__value {
    font-size: 54px;
    line-height: 60px
  }

  .b_cm_highlight--grid-six .b_cm_highlight__item {
    min-width: calc(50% - 30px);
    width: calc(50% - 30px)
  }
}

@media (min-aspect-ratio:16/9) and (min-width:1000px) {

  .b_cm_stage--has-linkbar .b_st-bg-media .b_picture__image,
  .b_cm_stage--has-linkbar .b_st-bg-media .b_video__video {
    -o-object-position: center top;
    object-position: center top
  }
}

@media screen and (min-width:1024px) {
  .b_headline {
    -webkit-hyphens: manual;
    hyphens: manual
  }

  .b_cm_benefits .b_module-header--light {
    --module-header-padding: 30px
  }

  .b_tm_image {
    --tm-image-content-padding: 30px;
    --tm-image-content-container-margin: 0 102px;
    --tm-image-content-max-width: 546px
  }

  .b_tm_image--constrained {
    --tm-image-container-margin: 0 102px
  }
}

@media screen and (min-width:1025px) {
  .b_tm_standard--single .b_tm_standard__teaser {
    padding: 30px 0 45px 90px
  }

  .b_tm_standard--single .b_tm_standard__teaser:not(.b_tm_standard__teaser--no-copy) {
    grid-gap: 80px;
    grid-column-gap: 45px;
    display: grid;
    grid-template-columns: 60% auto
  }

  .b_tm_standard--single .b_tm_standard__teaser-bg {
    left: 0;
    width: 90vw
  }

  .b_tm_standard--single .b_tm_standard__teaser-bg .b_flow {
    max-width: 1800px;
    width: 90vw
  }

  .b_tm_standard--single .b_tm_standard__teaser-body {
    margin-top: 60px
  }

  .b_tm_standard--single .b_tm_standard__teaser-header--no-overline+.b_tm_standard__body {
    margin-top: 0
  }

  .b_tm_standard--double .b_tm_standard__container {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .b_tm_standard--double .b_tm_standard__teaser {
    border-width: 1px
  }

  .b_tm_standard--double .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_tm_standard__container {
    margin: 0 10%
  }

  .b_tm_standard__teaser--no-copy .b_tm_standard__teaser-body {
    margin-top: 30px
  }

  .b_tm_standard__teaser-header .b_headline:first-child {
    margin-top: 48px
  }

  .b_tm_standard__teaser-header>:not(:first-child) {
    margin-top: 30px
  }

  .b_tm_standard__date {
    font-size: 36px;
    line-height: 45px
  }

  .b_tm_standard__date .b_icon {
    height: 45px;
    width: 28px
  }
}

@media screen and (min-width:1240px) {
  .b_headline {
    max-width: 770px
  }

  .b_link--large {
    font-size: 24px
  }

  .b_menu-link--secondary {
    font-size: var(--ml-fz-secondary-12);
    line-height: var(--ml-lh-secondary-12)
  }

  .b_menu-link--tertiary {
    font-size: var(--ml-fz-tertiary-12);
    padding: var(--ml-padding-tertiary-12)
  }

  .b_contact__item-info {
    margin-left: 44px
  }

  .b_grid-teaser__caption {
    padding: 30px
  }

  .b_grid-teaser__copy {
    font-size: 15px;
    line-height: 21px
  }

  .b_pilot-dialog--tabs .b_section-header .b_headline {
    font-size: 40px;
    line-height: 50px
  }

  .b_menu__container {
    height: 80vh
  }

  .b_menu__content {
    margin: 0 var(--menu-space-hor-12)
  }

  .b_menu__menus {
    width: var(--menu-main-menu-width-12)
  }

  .b_menu__submenu {
    width: calc(100% - var(--menu-main-menu-width-12))
  }

  .b_menu__list--secondary:first-child {
    margin-top: 40px
  }

  .b_menu__menu-group--secondary>.b_menu__list {
    padding-right: var(--menu-colspace-2-3--12)
  }

  .b_module-header--headline-small .b_headline {
    font-size: 40px;
    line-height: 50px
  }

  .b_module-header .b_section-header {
    flex: 1 1 auto
  }

  .b_st-linkbar--size-default.b_st-linkbar--many-items .b_st-linkbar__title {
    font-size: 24px;
    line-height: 30px
  }

  .b_cm_abstract .b_rte,
  .b_cm_abstract .b_rte a {
    font-size: 26px;
    line-height: 36px
  }

  .b_cm_benefits {
    --module-header-max-width: 760px;
    --benefits-bg-img-aspect-ratio: 16/9
  }

  .b_cm_logos__grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .b_cm_logos__image {
    height: 120px
  }

  .b_cm_stage--portal {
    min-height: 75vh
  }

  .b_cm_text--headline-small .b_cm_text__header .b_headline {
    font-size: 40px;
    line-height: 50px
  }

  .b_cm_text-media--small-hl .b_section-header .b_headline {
    font-size: 40px;
    line-height: 50px;
    margin-top: 15px
  }

  .b_tm_image {
    --tm-image-content-max-width: 682px;
    --tm-image-content-container-margin: 0;
    --tm-image-content-container-inner-max-width: 1024px
  }

  .b_tm_image--align-right {
    --tm-image-content-container-inner-justify-content: flex-end
  }

  .b_tm_image--constrained .b_tm_image__container,
  .b_tm_image__content-container-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--tm-image-content-container-inner-max-width)
  }

  .b_tm_image__content-container-inner {
    display: flex;
    justify-content: var(--tm-image-content-container-inner-justify-content);
    width: 100%
  }

  .b_tm_grid__row--small .b_grid-teaser__caption {
    padding: 20px
  }

  .b_tm_grid__row--small .b_grid-teaser__copy {
    font-size: 15px;
    line-height: 21px
  }

  .b_tm_grid__row--layout-a {
    grid-template-areas: "a b" "a c";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    height: var(--teaser-height)
  }

  .b_tm_grid__row--reversed.b_tm_grid__row--layout-a {
    grid-template-areas: "b a" "c a";
    grid-template-columns: 1fr 2fr
  }

  .b_lm_grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .b_em_finder__finder--expanded .b_em_finder__form {
    background-color: transparent
  }

  .b_em_finder__form {
    flex-wrap: nowrap
  }

  .b_em_finder__form-section {
    flex: 0 0 20%;
    width: 20%
  }

  .b_em_finder__form-section:nth-child(4) {
    border-radius: 0
  }

  .b_em_finder__panel {
    width: 80%
  }

  .b_em_finder__submit {
    flex: 0 0 20%;
    width: 20%
  }

  .b_em_finder__submit .b_button {
    border-radius: 0 20px 20px 0
  }
}

@media screen and (min-width:1366px) {

  .b_st-content--image-4-5 .b_st-content__cta,
  .b_st-content--image-4-5 .b_st-content__header,
  .b_st-content--image-4-5 .b_st-content__main-content,
  .b_st-content--image-4-5 .b_st-content__top,
  .b_st-content--image-5-4 .b_st-content__cta,
  .b_st-content--image-5-4 .b_st-content__header,
  .b_st-content--image-5-4 .b_st-content__main-content,
  .b_st-content--image-5-4 .b_st-content__top {
    max-width: calc(66% - 120px)
  }

  .b_st-content--course .b_st-content__cta,
  .b_st-content--course .b_st-content__header,
  .b_st-content--course .b_st-content__main-content,
  .b_st-content--course .b_st-content__top {
    max-width: none
  }

  .b_st-content__cta,
  .b_st-content__header,
  .b_st-content__main-content,
  .b_st-content__top {
    max-width: 66%
  }
}

@media screen and (min-width:1400px) {
  .b_headline {
    max-width: 874px
  }

  .b_menu__container {
    max-width: 1400px
  }

  .b_st-content--bg-media .b_st-content__container,
  .b_st-content__main {
    position: static
  }

  .b_st-content__container {
    position: relative
  }

  .b_st-linkbar--size-large {
    padding-left: 0;
    padding-right: 0
  }

  .b_st-linkbar--size-large .b_st-linkbar__link {
    padding: 0 60px
  }

  .b_st-linkbar__link {
    padding: 0 30px
  }

  .b_cm_abstract__content {
    max-width: 66.6%
  }

  .b_tm_image {
    --tm-image-content-container-inner-max-width: 1152px
  }

  .b_tm_links__list--downloads-rich {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media screen and (min-width:1640px) {

  a,
  button,
  input[type=submit] {
    font-size: 18px;
    line-height: 23px
  }

  .b_button--primary,
  .b_button--primary-inverted,
  .b_button--secondary,
  .b_button--secondary-inverted,
  input.b_button--primary,
  input.b_button--primary-inverted,
  input.b_button--secondary,
  input.b_button--secondary-inverted {
    font-size: 18px
  }

  .b_headline {
    max-width: 1024px
  }

  .b_link {
    font-size: 18px;
    line-height: 23px
  }

  .b_link--backlink {
    font-size: 13px;
    line-height: 18px
  }

  .b_link--large {
    font-size: 24px;
    line-height: 30px
  }

  .b_link--shifted {
    line-height: 20px
  }

  .b_link:not(.b_link--large) .b_icon--s {
    height: 18px;
    width: 18px
  }

  .b_accordion--courses .b_accordion__toggle .b_headline,
  .b_accordion--default .b_accordion__toggle .b_headline,
  .b_accordion--health-pilot .b_accordion__toggle .b_headline,
  .b_accordion--selection .b_accordion__toggle .b_headline,
  .b_accordion__element--hide-header .b_headline--h6 {
    font-size: 18px;
    line-height: 23px
  }

  .b_card--person .b_card__subline,
  .b_card__date-text {
    font-size: 18px;
    line-height: 30px
  }

  .b_card__date-text:first-child {
    font-size: 24px;
    line-height: 30px
  }

  .b_card__icon-text,
  .b_card__subline {
    font-size: 18px;
    line-height: 30px
  }

  .b_card__icon-text--large {
    font-size: 13px;
    line-height: 18px
  }

  .b_contact--marginal .b_link {
    font-size: 18px
  }

  .b_contact--marginal .b_link .b_icon {
    height: 18px;
    width: 18px
  }

  .b_filter-lists__title {
    font-size: 24px;
    line-height: 36px
  }

  .b_checkbox--small .b_checkbox__label .b_label {
    font-size: 18px;
    line-height: 30px;
    margin-top: -8px
  }

  .b_checkbox .b_label,
  .b_radio .b_label,
  .b_switch .b_label {
    font-size: 18px
  }

  .b_grid-teaser__copy {
    font-size: 18px;
    line-height: 26px
  }

  .b_list li {
    font-size: 18px;
    line-height: 30px
  }

  .b_pagination__button .b_icon {
    height: 18px;
    width: 18px
  }

  .b_rte a,
  .b_rte ol,
  .b_rte p,
  .b_rte ul {
    font-size: 18px;
    line-height: 30px
  }

  .b_rte--small a,
  .b_rte--small ol,
  .b_rte--small p,
  .b_rte--small ul {
    font-size: inherit;
    line-height: inherit
  }

  .b_table {
    font-size: 18px
  }

  .b_footer__header-body p,
  .b_header__list-item {
    font-size: 18px;
    line-height: 30px
  }

  .b_st-breadcrumb {
    font-size: 18px;
    line-height: 23px
  }

  .b_st-breadcrumb__list-item {
    padding-top: 0
  }

  .b_st-content__time-location {
    font-size: 18px;
    line-height: 23px
  }

  .b_st-slider__controls,
  .b_st-slider__overline,
  .b_st-slider__slide-content {
    left: 60px
  }

  .b_holding-stage__card-content {
    padding: 60px;
    transform: translateY(100%) translateY(-210px)
  }

  .b_holding-stage__card-headline .b_headline {
    font-size: 80px;
    line-height: 90px
  }

  .b_holding-stage__card-icon .b_icon {
    height: 50px;
    width: 50px
  }

  .b_holding-stage__card-subline .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_holding-stage__card-copy {
    font-family: SRHHeadline, sans-serif;
    font-size: 20px;
    line-height: 35px
  }

  .b_holding-stage__tile {
    padding: 20px 60px
  }

  .b_cm_logos__grid {
    -moz-column-gap: 45px;
    column-gap: 45px
  }

  .b_cm_table__table,
  .b_cm_text__marginal .b_contact__profile-header .b_headline {
    font-size: 18px;
    line-height: 30px
  }

  .b_tm_grid {
    --teaser-height: 580px
  }

  .b_tm_grid__row--small {
    --teaser-height: 430px
  }

  .b_lm_grid__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .b_lm_slider--fzi .b_lm_slider__slide {
    flex: 0 0 calc(25% - 22.5px)
  }

  .b_lm_slider--events .b_lm_slider__slide,
  .b_lm_slider--news .b_lm_slider__slide {
    flex: 0 0 25%
  }

  .b_link--meta {
    font-size: 12px
  }
}

@media screen and (min-width:1880px) {
  .b_headline {
    max-width: 1070px
  }

  .b_card--department .b_card__headline {
    font-size: 24px;
    line-height: 30px
  }
}

@media screen and (min-width:2002px) {
  .b_container__content-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1602px;
    width: 100%
  }

  .b_st-content--course .b_st-content__content-grid,
  .b_st-content__container {
    margin: 0 auto;
    max-width: 1602px
  }

  .b_st-flow--default {
    right: calc(800px - 50vw)
  }

  .b_st-flow--course {
    right: -20vw
  }

  .b_cm_stage--course .b_cm_stage__wrapper-content {
    max-width: none;
    width: auto
  }

  .b_cm_stage__wrapper-content,
  .b_cm_stage__wrapper-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 1602px;
    width: 100%
  }

  .b_cm_stage__badges {
    margin: 0 auto;
    max-width: 1602px
  }

  .b_tm_standard--single .b_tm_standard__teaser-bg {
    left: 0;
    width: calc(50vw + 801px)
  }

  .b_tm_standard__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1602px;
    width: 100%
  }

  .b_lm_slider--courses,
  .b_lm_slider--department,
  .b_lm_slider--people,
  .b_lm_slider--textimage {
    --lm-slider-overflow: hidden
  }

  .b_lm_slider--courses .b_lm_slider__slide {
    flex: 0 0 calc(25vw - 30px)
  }
}

@media screen and (min-width:2442px) {

  .b_container,
  .b_container__media-wrap {
    max-width: 2202px
  }
}

@media screen and (max-width:999px) {
  .b_menu-link--tertiary {
    font-family: var(--ml-ff-tertiary-10-down)
  }

  .b_body--has-actionbar .b_alert--position-floating {
    bottom: 70px
  }

  .b_benefit-card__image~.b_benefit-card__content .b_icon {
    bottom: 100%;
    color: #fff;
    margin-bottom: 15px;
    position: absolute;
    right: 15px
  }

  .b_benefit-card .b_overline {
    font-size: 10px;
    line-height: 15px
  }

  .b_dialog__body {
    flex-wrap: wrap
  }

  .b_footer-contact:last-child {
    padding-bottom: 45px
  }

  .b_media--right .b_media__caption {
    margin-left: auto;
    text-align: right
  }

  .b_tag-filter__group:not([data-collapse]) {
    border-bottom: none
  }

  .b_tag-filter__title+.b_tag-filter__group:not([data-collapse]) {
    margin-top: 15px
  }

  .b_tag-filter__group:not([data-collapse]) .b_tag-filter__toggle {
    display: none;
    visibility: hidden
  }

  .b_tag-filter__group:not([data-collapse]) .b_tag-filter__panel {
    height: auto
  }

  .b_tag-filter__group:not([data-collapse]) .b_tag-filter__panel-content {
    opacity: 1;
    padding-bottom: 0;
    visibility: visible
  }

  .b_footer__social-list+.b_footer__logo-link {
    margin-top: 60px
  }

  .b_footer .b_accordion--footer {
    order: 2
  }

  .b_header__list--meta .b_header__list-item--text+.b_header__list-item--icon {
    margin-left: 15px
  }

  .b_header--narrow .b_header__list--meta .b_header__list-item--text+.b_header__list-item--icon {
    margin-left: 0
  }

  .b_menu--sub-visible .b_menu__list--meta+.b_menu__list--meta:before,
  .b_menu--sub-visible .b_menu__menu-group>.b_menu__title,
  .b_menu--sub-visible .b_menu__menu-group>ul>li>.b_menu-link {
    transform: translateX(-100vw)
  }

  .b_menu__menus {
    height: 100%;
    overflow: hidden;
    overflow-y: auto
  }

  .b_menu__menu-group--primary+.b_menu__menu-group--secondary {
    margin-top: 30px
  }

  .b_menu__submenu {
    padding: 30px 50px 30px 30px;
    transform: translateX(100vw);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
  }

  .b_menu__submenu--open {
    transform: translateX(0)
  }

  .b_menu__menu-group--primary .b_menu__title,
  .b_menu__menu-group--secondary .b_menu__title {
    margin-bottom: 10px
  }

  .b_st-content--linkbar {
    left: 0;
    position: absolute;
    top: -100px;
    transform: translateY(-100%);
    width: 100%
  }

  .b_st-content--linkbar .b_st-content__header {
    margin-top: 15px
  }

  .b_st-content--linkbar .b_st-content__header .b_headline--long {
    font-size: 24px;
    line-height: 30px
  }

  .b_st-content--course .b_st-content__badge-container,
  .b_st-content--course .b_st-content__cta,
  .b_st-content--course .b_st-content__header,
  .b_st-content--course .b_st-content__list,
  .b_st-content--course .b_st-content__main,
  .b_st-content--course .b_st-content__top {
    margin-left: 4%;
    margin-right: 4%
  }

  .b_st-content--course .b_st-content__header {
    margin-top: 20px
  }

  .b_st-content--course .b_st-content__image {
    position: relative
  }

  .b_st-content--bg-media .b_st-content__main {
    margin-top: 15px
  }

  .b_st-content__badge,
  .b_st-content__list {
    margin-top: 30px
  }

  .b_st-content__image+.b_st-content__badge {
    background-color: #001725;
    margin-top: -60px;
    padding-bottom: 30px;
    padding-top: 90px
  }

  .b_st-content__image+.b_st-content__badge .b_badge {
    --badge-color: var(--color-interactive);
    --badge-color-active: var(--color-interactive-active)
  }

  .b_st-content__badge .b_badge {
    grid-template-columns: 1fr auto
  }

  .b_st-content__badge .b_badge__label {
    grid-column: 1;
    text-align: right
  }

  .b_st-content__badge .b_icon {
    grid-column: 2
  }

  .b_st-content__image {
    margin-top: 30px
  }

  .b_st-slider__pagination {
    display: none
  }

  .b_holding-stage__cards-spacer {
    display: block;
    height: 3211px;
    margin: 0;
    overflow: visible;
    padding: 0 0 2104px;
    position: relative;
    width: 100%;
    z-index: 1
  }

  .b_holding-stage__discover {
    height: 100vh
  }

  .b_holding-stage__card--active .b_holding-stage__card-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

  .b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-line:first-child,
  .b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-line:nth-child(2),
  .b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-line:nth-child(3),
  .b_holding-stage__card--active .b_holding-stage__card-icon svg .arrow-total,
  .b_holding-stage__card--active .b_holding-stage__card-icon svg .cross-line {
    animation: none
  }

  .b_holding-stage__card-flow {
    display: none
  }

  .b_holding-stage__card:last-child .b_holding-stage__card-content {
    padding-bottom: 45px
  }

  .b_holding-stage__tiles--layout-m-s .b_holding-stage__tile+.b_holding-stage__tile,
  .b_holding-stage__tiles--layout-s-m .b_holding-stage__tile:not(:last-child),
  .b_holding-stage__tiles--layout-s-s .b_holding-stage__tile {
    min-height: 150px
  }

  .b_holding-stage__tile {
    min-height: 300px
  }

  .b_holding-stage__tile:after {
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 10
  }

  .b_holding-stage__tile:first-child:last-child {
    min-height: 500px
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper:nth-child(odd) {
    order: 1
  }

  .b_cm_benefits--layout-masonry .b_cm_benefits__item-wrapper:nth-child(2n+2) {
    order: 2
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper:nth-child(odd) {
    order: 1
  }

  .b_cm_gallery--layout-masonry .b_cm_gallery__item-wrapper:nth-child(2n+2) {
    order: 2
  }

  .b_cm_media--align-left .b_media--right .b_media__caption {
    margin-left: 0;
    text-align: left
  }

  .b_cm_media--multiple.b_cm_media--align-left .b_cm_media__col:nth-of-type(2) .b_media,
  .b_cm_media--multiple.b_cm_media--align-right .b_cm_media__col:first-of-type .b_media {
    margin-top: 30px
  }

  .b_cm_stage,
  .b_cm_stage--has-bg-media,
  .b_cm_stage--image-4-5,
  .b_cm_stage--image-5-4 {
    --st-pb-content: 30px
  }

  .b_cm_stage--has-linkbar {
    --st-border-height: 20px;
    min-height: 0;
    padding-bottom: 20px;
    padding-top: 125%
  }

  .b_cm_stage--has-linkbar .b_cm_stage__wrapper-bg {
    height: auto;
    padding-bottom: 125%;
    width: 100%
  }

  .b_cm_stage--has-linkbar .b_cm_stage__wrapper-content {
    padding-bottom: 0;
    position: relative
  }

  .b_cm_stage__image {
    position: relative
  }

  .b_cm_stage__image:after {
    background-color: var(--st-border-color);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: -1
  }

  .b_cm_stage__image .b_media--right {
    padding-left: 45px
  }

  .b_cm_stage__badges .b_badge {
    grid-template-columns: 1fr auto
  }

  .b_cm_stage__badges .b_badge__label {
    grid-column: 1;
    text-align: right
  }

  .b_cm_stage__badges .b_icon {
    grid-column: 2
  }

  .b_cm_text--reversed .b_container__content-wrap {
    display: flex;
    flex-direction: column
  }

  .b_cm_text--reversed .b_cm_text__main {
    order: 2
  }

  .b_cm_text--reversed .b_cm_text__marginal {
    margin-top: 30px;
    order: 1
  }

  .b_cm_text--reversed .b_cm_text__marginal>:last-child {
    margin-bottom: 0
  }

  .b_cm_text-media--media-right .b_cm_text-media__media {
    margin-left: 4%
  }

  .b_cm_text-media--media-left .b_cm_text-media__media {
    margin-right: 4%
  }

  .b_cm_text-media__content>.b_section-header .b_overline {
    display: none
  }

  .b_cm_text-media__content>.b_section-header .b_headline {
    margin-top: 0
  }

  .b_tm_image--align-mobile-top .b_tm_image__content-container {
    justify-content: flex-start;
    padding-top: 60px
  }

  .b_lm_curriculum__panel-content>.b_headline {
    display: none
  }

  .b_lm_grid--courses .b_card__content,
  .b_lm_grid--fzi .b_card__content {
    min-height: auto
  }

  .b_lm_slider--department .b_lm_slider__flow {
    left: 0;
    right: auto
  }

  .b_em_finder__form-section:nth-of-type(2) .b_em_finder__panel-grid,
  .b_em_finder__form-section:nth-of-type(4) .b_em_finder__panel-grid {
    grid-template-columns: 1fr 1fr
  }

  .b_fm_form__intro .b_fm_form__hr {
    display: none
  }
}

@media screen and (max-width:1239px) {
  .b_contact__item-info {
    font-size: 12px;
    line-height: 18px
  }
}

@media only screen and (pointer:coarse) and (min-device-width:1000px) {
  .b_holding-stage__card-icon {
    display: block;
    opacity: 1;
    transform: translateX(0);
    transition: none
  }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
  .b_holding-stage__card-headline .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_holding-stage__card-icon .b_icon {
    height: 30px;
    width: 30px
  }
}

@media only screen and (min-device-width:1000px) and (max-device-width:1400px) {
  .b_holding-stage__card-headline .b_headline {
    font-size: 36px;
    line-height: 45px
  }

  .b_holding-stage__card-icon .b_icon {
    height: 30px;
    width: 30px
  }
}

@media screen and (max-width:739px) {
  .b_tm_links__list--downloads-rich .b_download {
    padding-left: 0
  }

  .b_tm_links__list--downloads-rich .b_download .b_icon {
    display: inline-block;
    position: static
  }
}

@media screen and (max-width:1024px) {
  .b_tm_standard--double .b_tm_standard__teaser:first-child {
    border-width: 1px;
    margin-right: 15px;
    padding-left: 30px
  }

  .b_tm_standard--double .b_tm_standard__teaser:last-child {
    border-width: 1px;
    margin-left: 15px;
    padding-left: 20px
  }

  .b_tm_standard__teaser:first-child {
    margin-left: auto;
    margin-right: 4%
  }

  .b_tm_standard__teaser:last-child {
    margin-left: 4%;
    margin-right: auto
  }

  .b_tm_standard__teaser+.b_tm_standard__teaser {
    margin-top: 20px
  }
}

@media screen and (max-width:320px) {

  .b_lm_slider--courses .b_lm_slider__slide,
  .b_lm_slider--department .b_lm_slider__slide,
  .b_lm_slider--people .b_lm_slider__slide,
  .b_lm_slider--textimage .b_lm_slider__slide {
    min-width: 92%
  }
}

.b_lm_grid__grid--search {
  padding-bottom: 90px;
  position: relative
}

.b_lm_grid__grid--search .b_pagination {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.b_select__select {
  padding: 14px 59px 13px 20px
}

.b_cm_stage .b_tag+.b_section-header {
  margin-top: 23px
}

body {
  text-wrap: balance
}

.b_card--event,
.b_card--event .b_card__link,
.b_event,
.b_event .b_card__link {
  height: 100%
}

.b_card--news,
.b_card--news .b_card__link,
.b_event,
.b_event .b_card__link {
  height: calc(100% - 11px);
  padding-bottom: 11px
}

.b_card--pages {
  --card-link-margin: 0;
  background: #f5f4f3;
  border: 1px solid #dddad8;
  border-radius: 20px;
  height: 100%
}

.b_card--pages .b_card__link {
  height: 100%
}

.b_card--pages .b_card__content {
  padding: 30px 15px 20px
}

.b_lm_slider--bg-grey .b_card--pages .b_card__content {
  background: #fff;
  border-radius: 20px
}

@media (min-width:1000px) {
  .b_card--pages .b_card__content {
    padding: 30px
  }
}

.b_card--pages .b_card__headline:first-child {
  margin-top: 0;
  padding-bottom: 15px
}

.b_card--pages .b_card__headline:first-child:after {
  background: #dddad8;
  content: "";
  display: block;
  height: 1px;
  margin-top: 15px;
  width: 100%
}

.b_card--news .b_card__image,
.b_card--pages .b_card__subline {
  margin-top: 0
}

.b_card--news .b_card__headline {
  padding: 20px 0 30px
}

.b_card--news .b_card__tag-list {
  border: none;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px
}

.b_card--news .b_card__date {
  bottom: 15px;
  position: absolute
}

.b_card--person .b_card__content {
  padding-bottom: 15px
}

.b_card--person .b_card__content-inner {
  background: var(--color-primary);
  border-radius: 2px 10px 10px;
  margin-top: auto;
  padding: 15px 47px 15px 15px
}

.b_card-textimage {
  aspect-ratio: 364/455;
  background-color: transparent;
  display: block;
  perspective: 1000px
}

.b_card-textimage:focus-within .b_card-textimage__inner,
.b_card-textimage:hover .b_card-textimage__inner {
  transform: rotateY(180deg)
}

.b_card-textimage__inner {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .8s;
  width: 100%
}

.b_card-textimage__content {
  background: var(--color-primary);
  border-radius: 20px;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 10
}

.b_card-textimage__content--back {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%
}

.b_card-textimage__content .b_card-textimage__text,
.b_card-textimage__content .b_headline,
.b_card-textimage__content .b_overline,
.b_card-textimage__content .b_rte {
  color: #fff
}

.b_card-textimage__content .b_rte {
  font-size: 16px
}

.b_card-textimage__back,
.b_card-textimage__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100
}

.b_card-textimage__back svg,
.b_card-textimage__front .b_card__profile-placeholder,
.b_card-textimage__front .b_card__profile-placeholder svg,
.b_card-textimage__front .b_picture,
.b_card-textimage__front svg {
  border-radius: 20px
}

.b_card-textimage__back {
  border-radius: 20px;
  transform: rotateY(180deg)
}

.b_card-textimage__back .b_button {
  background: #fff;
  bottom: 30px;
  color: #d54407;
  position: absolute
}

.b_card-textimage__overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, .5) 1.18%, transparent);
  border-radius: 20px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10
}

.b_slider-grid__container {
  display: grid;
  gap: 30px;
  grid-template-columns: 100%;
  margin-top: 45px
}

@media (min-width:1000px) {
  .b_slider-grid__container {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1240px) {
  .b_slider-grid__container {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (min-width:1600px) {
  .b_slider-grid__container {
    grid-template-columns: repeat(4, 1fr)
  }
}

.b_header__list--additional,
.b_header__list--primary {
  visibility: hidden
}

@media (min-width:1280px) {

  .b_header__list--additional,
  .b_header__list--primary {
    visibility: visible
  }
}

.b_header__list--meta:before {
  visibility: hidden
}

@media (min-width:1280px) {
  .b_header__list--meta:before {
    visibility: visible
  }
}

.b_header__list--additional:before {
  background-color: var(--color);
  content: "";
  display: block;
  height: 25px;
  margin: auto 0;
  opacity: .25;
  transition: background .25s linear;
  width: 2px
}

.b_header__list--primary {
  margin-right: 0
}

.b_header__list-item--language {
  display: none;
  position: relative
}

@media (min-width:1000px) {
  .b_header__list-item--language {
    display: flex
  }
}

.b_is-visible .b_header__link--language .b_icon {
  color: #d54407
}

.b_header__language-switcher {
  background: #001725;
  border-radius: 20px 0 20px 20px;
  color: #fff;
  display: none;
  padding: 30px 50px;
  position: absolute;
  right: 0;
  top: 84px;
  width: 345px
}

.b_is-visible .b_header__language-switcher {
  display: block
}

.b_header__language-link {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  line-height: 50px
}

.b_header__language-link .b_icon {
  display: none
}

.b_header__language-link--active,
.b_header__language-link:hover {
  color: #d54407
}

.b_header__language-link--active .b_icon {
  display: block
}

.b_menu-link--language .b_icon {
  display: none
}

.b_menu-link--active-language {
  color: #d54407
}

.b_menu-link--active-language .b_icon {
  display: block
}

.b_menu-link__label--language {
  align-items: center;
  display: flex;
  width: 100%
}

.b_menu-link__label--language .b_icon {
  margin-right: 5px
}

.b_menu__menu-group--language+.b_menu__menu-group--primary {
  margin-top: 45px
}

@media (min-width:1000px) {
  .b_menu__menu-group--language+.b_menu__menu-group--primary {
    margin-top: 0
  }
}

.b_menu__menu-group--language {
  margin-top: 30px
}

@media (min-width:1000px) {
  .b_menu__menu-group--language {
    display: none
  }
}

.b_switch__inner {
  background: #f5f4f3;
  border: 1px solid #aaa39d;
  border-radius: 10px;
  display: flex;
  position: relative
}

.b_switch__button {
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 55px;
  justify-content: center;
  letter-spacing: .3px;
  line-height: 28px;
  width: 104px
}

.b_switch__button:focus-within {
  outline: 5px solid var(--color-focus);
  outline-offset: var(--outline-offset)
}

.b_switch__label {
  z-index: 100
}

.b_switch__button--active .b_switch__label {
  color: #d54407
}

.b_switch__switch {
  background: #fff;
  border: 1px solid #aaa39d;
  border-radius: 10px;
  bottom: -1px;
  display: flex;
  position: absolute;
  top: -1px;
  width: 104px;
  z-index: 9
}

.b_switch__switch--is-digital {
  left: -1px
}

.b_switch__switch--is-print {
  left: unset;
  right: -1px
}

.b_form__section--addresswrap {
  display: none;
  grid-column: span 12;
  width: 100%
}

.b_form__section--addresswrap-visible {
  display: grid
}

@media (min-width:1000px) {
  .b_form__element--half {
    grid-column: span 6
  }
}

.b_form__element--switch {
  margin-top: 30px
}

.b_form__bonus {
  background: #d54407;
  border-radius: 10px;
  color: #fff;
  line-height: 28px;
  padding: 15px
}

@media (min-width:1000px) {
  .b_form__bonus {
    width: 66.6%
  }
}

@media (min-width:1240px) {
  .b_form__bonus {
    margin-top: 30px;
    width: 100%
  }
}

.b_form__bonus .b_checkbox {
  margin-top: 20px
}

.b_form__bonus .b_label {
  color: #fff
}

@media (min-width:1640px) {
  .b_form__bonus .b_label {
    margin-top: -3px
  }
}

.b_form__bonus .b_checkbox__label {
  display: flex
}

.b_form__bonus .b_label__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 28px;
  margin-top: -5px
}

@media (min-width:1640px) {
  .b_form__bonus .b_label__text {
    margin-top: 0
  }
}

@media (min-width:1240px) {
  .b_form__innerwrap--grid {
    grid-column-gap: 120px;
    display: grid;
    grid-template-columns: 720px 254px
  }

  .b_form__innerwrap--grid .b_form__section {
    width: 100%
  }
}

.b_curriculum-tabs__intro {
  margin-top: 30px
}

.b_curriculum-tabs__list {
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  margin: 15px 0 45px
}

.b_curriculum-tabs__tab {
  align-items: center;
  border: 1px solid #dddad8;
  border-radius: 2px;
  color: #d54407;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 18px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease
}

.b_curriculum-tabs__tab:hover {
  background: #d54407;
  color: #fff
}

.b_curriculum-tabs__tab--active {
  background: #d54407;
  border-color: #d54407;
  color: #fff
}

.b_curriculum-tabs__content {
  display: none
}

.b_curriculum-tabs__content--active {
  display: block
}

@media (min-width:1000px) {
  .b_cm_stage--image-5-4 .b_st-content__header {
    width: 65%
  }
}

@media (min-width:1440px) {
  .b_cm_stage--image-5-4 .b_st-content__header {
    width: 100%
  }
}

.b_timeline__timeline {
  margin-top: 60px;
  padding-bottom: 20px;
  position: relative
}

@media (min-width:1440px) {
  .b_timeline__timeline {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px
  }
}

.b_timeline__timeline:before {
  background: #dddad8;
  content: "";
  height: 100%;
  position: absolute;
  width: 2px
}

@media (min-width:1440px) {
  .b_timeline__timeline:before {
    left: 50%
  }
}

.b_timeline__year {
  margin-top: 45px;
  padding-left: 30px;
  position: relative
}

@media (min-width:1440px) {
  .b_timeline__year {
    -moz-column-gap: 60px;
    column-gap: 60px;
    display: flex;
    padding-left: 0
  }

  .b_timeline__year--reverse {
    flex-direction: row-reverse
  }
}

.b_timeline__year:first-child {
  margin-top: 0
}

.b_timeline__year:before {
  background: #fff;
  border: 2px solid #d54407;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -8px;
  position: absolute;
  top: 6px;
  width: 18px
}

@media (min-width:1440px) {
  .b_timeline__year:before {
    left: calc(50% - 8px)
  }

  .b_timeline__year-header,
  .b_timeline__year-inner {
    width: 50%
  }
}

.b_timeline__year-header {
  font-family: SRHHeadline;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px
}

@media (min-width:1440px) {
  .b_timeline__year-header {
    text-align: end
  }

  .b_timeline__year--reverse .b_timeline__year-header {
    text-align: start
  }
}

.b_timeline__item {
  background: #f5f4f3;
  border: 1px solid #dddad8;
  border-radius: 0 20px 20px;
  margin-top: 15px;
  max-width: 546px;
  overflow: hidden
}

@media (min-width:1440px) {
  .b_timeline__year--reverse .b_timeline__item {
    border-radius: 20px 0 20px 20px
  }
}

.b_timeline__link {
  width: 100%
}

.b_timeline__link:hover .b_timeline__image {
  transform: scale(1.05)
}

.b_timeline__image-wrap {
  overflow: hidden
}

.b_timeline__image-wrap picture {
  display: block;
  height: 240px
}

.b_timeline__image {
  border-radius: 0 20px 0 0;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:1440px) {
  .b_timeline__year--reverse .b_timeline__image {
    border-radius: 20px 0 0
  }
}

.b_timeline__item-inner {
  grid-gap: 20px;
  display: grid;
  max-width: 546px;
  padding: 30px
}

.b_timeline__item-header {
  font-family: SRHHeadline;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 30px
}

.b_timeline__item-header--color {
  color: #d54407
}

.b_timeline__item-text {
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 28px
}

.b_icon-text__section {
  margin-top: 46px;
  max-width: 647px
}

.b_icon-text__section-name {
  font-family: SRHHeadline;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 30px
}

.b_icon-text__section-name--small {
  font-size: 20px
}

.b_icon-text__item {
  grid-gap: 30px;
  display: grid;
  grid-template-columns: 40px 1fr;
  margin-top: 45px
}

.b_icon-text__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 28px;
  margin-top: 15px
}

.b_icon-text__icon .b_icon {
  color: #d54407;
  height: 40px;
  width: 40px
}

.b_icon-text__link:first-child {
  margin-top: 20px
}

.b_icon-text__link {
  margin-top: 15px
}

.b_icon-text .b_rte {
  margin-top: 30px
}

@media (min-width:1000px) {
  .b_icon-text .b_rte {
    margin-top: 60px
  }
}

.b_main {
  margin-top: 60px
}

@media (min-width:1000px) {
  .b_main {
    margin-top: 80px
  }
}

.b_stage-headline {
  text-wrap: balance;
  hyphenate-limit-chars: 10 4 4;
  background: var(--color-primary);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.275;
  padding: 0 15px
}

.b_lm_slider__slider--pages .b_lm_slider__slide {
  height: 353px
}

@media (min-width:1000px) {
  .b_lm_slider__slider--pages .b_lm_slider__slide {
    height: 525px;
    min-width: 353px
  }
}

@media (min-width:1200px) {
  .b_lm_slider__slider--pages .b_lm_slider__slide {
    height: 425px
  }
}

@media (min-width:1400px) {
  .b_lm_slider__slider--pages .b_lm_slider__slide {
    height: 353px
  }
}

@media (min-width:1640px) {
  .b_lm_slider__slider--pages .b_lm_slider__slide {
    height: 475px
  }
}

.b_lm_slider__slide-container--pages .b_lm_slider__button {
  top: 50%;
  transform: translateY(-50%)
}

.b_lm_curriculum__cta {
  margin-top: 30px
}

.b_st-content__cta--column {
  align-items: start;
  flex-direction: column
}

.b_st-content__cta>*+* {
  margin-left: 0;
  margin-top: 10px
}

.b_st-content__ctaHeadline {
  font-size: inherit;
  font-weight: 700
}

@media (min-width:1000px) {
  .b_st-content__ctaHeadline {
    font-size: 20px
  }
}