/* Source common/css/styles/screen/accessibility.scss */

.visible_for_screen_reader {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -624.9375rem;
  width: 0.0625rem;
}

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

/* Source common/css/styles/screen/accordion.scss */

[role=tablist] {
  margin-bottom: 1.5em;
}

* + [role=tablist] {
  margin-top: 1.5em;
}

[role=tab] {
  align-items: center;
  border-bottom: 0.125rem solid #00ABC0;
  background: #fff;
  cursor: pointer;
  display: flex;
  margin: 0 0 0 0 !important;
  min-width: 100%;
  padding: 0.75em 2rem;
  transition: border-color 300ms;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #030D17;
  height: 1.5rem;
  transform: rotate(0);
  width: 1.5rem;
  transition: transform 300ms;
}
[role=tab][aria-expanded=true] {
  border-color: #fff;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(90deg);
}
[role=tab]:focus {
  border-color: #030D17;
  outline: 0;
}
[role=tab]:focus .title {
  color: #0F4C81;
}
[role=tab]:focus[aria-expanded=true] {
  border-color: #fff;
}

[role=tabpanel] {
  height: auto;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 2rem;
}
[role=tabpanel][aria-hidden=false] {
  margin: 0 0 0 0;
  max-height: none;
}
[role=tabpanel].animated {
  transition: all 600ms;
}

/* Source common/css/styles/screen/address.scss */

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper address {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.25em;
  margin-bottom: 0;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.75em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span {
  min-width: 1.5625rem;
  font-weight: 700;
}
.contact > span.text {
  font-weight: 400;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

.company_name .addition {
  display: block;
}

/* Source common/css/styles/screen/aside.scss */


/* Source common/css/styles/screen/atikon_address.scss */

.atikon_logo {
  height: 100%;
}

/* Source common/css/styles/screen/author.scss */

.author_rotate {
  transform-origin: bottom right;
  transform: rotate(-90deg);
}

.author {
  display: block;
  fill: #fff;
  height: 0.8125rem;
  line-height: 0.8125rem;
  width: 4.625rem;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}

/* Source common/css/styles/screen/backroundimage.scss */

.background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.background_image.fullwidth {
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  position: relative;
  max-width: none;
  aspect-ratio: 16/6;
  height: initial;
}
.background_image.fully_filled {
  height: 100%;
}
.background_image.aligned_image {
  aspect-ratio: 16/6;
}
@media (min-width: 61.875rem) {
  .background_image.aligned_image {
    aspect-ratio: initial;
    width: initial;
  }
}
@media (min-width: 75rem) {
  .background_image.aligned_image.left {
    margin-right: 2.5rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  .background_image.aligned_image.left {
    margin-right: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .background_image.aligned_image.left {
    margin-right: 6.25rem;
  }
}
@media (min-width: 75rem) {
  .background_image.aligned_image.right {
    margin-left: 2.5rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  .background_image.aligned_image.right {
    margin-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .background_image.aligned_image.right {
    margin-left: 6.25rem;
  }
}

.bleed_to_right {
  box-sizing: border-box;
  max-width: none;
}

.hide_on_mobile {
  display: none;
}
@media (min-width: 61.875rem) {
  .hide_on_mobile {
    display: block;
  }
}

/* Source common/css/styles/screen/breadcrumbs.scss */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}
.breadcrumbs p {
  margin: 0 0.375em 0 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .separator {
  margin: 0 0.375em;
}

/* Source common/css/styles/screen/button.scss */

.button {
  border-radius: 0rem;
  padding: 0 0.75em;
  cursor: pointer;
  background: #00ABC0;
  border: 0.125rem solid #00ABC0;
  color: #030D17;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.125rem;
  }
}
.button .icon {
  fill: #030D17;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.4995em;
}
.button:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3.125rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.4995em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}
.button.outline {
  background: transparent;
  border: 0.125rem solid #0F4C81;
  color: #0F4C81;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.outline > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.outline > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.outline > span {
    min-height: 3.125rem;
  }
}
.button.outline .icon {
  fill: #0F4C81;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.outline .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button.outline .icon + .text {
  padding-left: 0.4995em;
}
.button.outline:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.button.outline:focus-visible .icon {
  fill: #fff;
}
.button.outline:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.button.outline:hover .icon {
  fill: #fff;
}
.button.outline:active, .button.outline.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.outline:active > span, .button.outline.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.outline:active > span, .button.outline.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.outline:active > span, .button.outline.active > span {
    min-height: 3.125rem;
  }
}
.button.outline:active .icon, .button.outline.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.outline:active .text, .button.outline.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button.outline:active .icon + .text, .button.outline.active .icon + .text {
  padding-left: 0.4995em;
}
.button.white {
  background: #fff;
  border: 0.125rem solid #fff;
  color: #030D17;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.white > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.white > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.white > span {
    min-height: 3.125rem;
  }
}
.button.white .icon {
  fill: #030D17;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.white .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button.white .icon + .text {
  padding-left: 0.4995em;
}
.button.white:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.button.white:focus-visible .icon {
  fill: #fff;
}
.button.white:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.button.white:hover .icon {
  fill: #fff;
}
.button.white:active, .button.white.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.white:active > span, .button.white.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.white:active > span, .button.white.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.white:active > span, .button.white.active > span {
    min-height: 3.125rem;
  }
}
.button.white:active .icon, .button.white.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.white:active .text, .button.white.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button.white:active .icon + .text, .button.white.active .icon + .text {
  padding-left: 0.4995em;
}

.text_button {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
}
.text_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0.375em;
}
.text_button > span .text {
  font-weight: 700;
  padding: 0.375em 0;
  color: #030D17;
}
.text_button > span .icon {
  fill: #030D17;
  flex-shrink: 0;
  height: 1.375rem;
  transition: transform 300ms;
  width: 1.375rem;
}
.text_button > span .icon + .text {
  padding-right: 0.4995em;
}
.text_button:hover > span .icon {
  transform: translateX(0.375em);
}
.text_button:hover > span .text {
  text-decoration: underline;
}
.text_button.active {
  user-select: none;
  pointer-events: none;
}
.text_button.active > span {
  flex-direction: row;
}
.text_button.active .text {
  font-weight: 400;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
}
.button_overview .button {
  margin: 0.75em 0.75em 0 0;
}

/* Source common/css/styles/screen/bypass_links.scss */

.bypass_links {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 6000;
}
.bypass_links li {
  display: block;
  width: 20rem;
}
.bypass_links a {
  background: #EEF5F6;
  color: #0F4C81;
  display: inline-block;
  font-size: 85%;
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0.375em;
  position: absolute;
  text-decoration: underline;
  top: -624.9375rem;
  width: 0.0625rem;
}
.bypass_links a:focus {
  color: #0F4C81;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

/* Source common/css/styles/screen/checkliste_jahreswechsel.scss */

.dialog_wrapper {
  display: none;
  margin-top: 2.5rem;
  position: relative;
}
@media (min-width: 20rem) {
  .dialog_wrapper {
    margin-top: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dialog_wrapper {
    margin-top: 6.25rem;
  }
}
.dialog_wrapper.show {
  display: block;
}

[role=dialog] {
  background: #fff;
  border-radius: 0rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  outline: 0;
  padding: 0.75em;
  width: 100%;
  z-index: 10;
}
@media (min-width: 20rem) {
  [role=dialog] {
    padding: calc(0.75em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=dialog] {
    padding: 3em;
  }
}
[role=dialog] .title {
  padding: 0 1.875em 0 0;
}
[role=dialog] .description {
  padding: 0 0 0.75em 0;
}
[role=dialog] .close {
  display: block;
  fill: #0F4C81;
  padding: 0.249em;
  position: absolute;
  right: 0.375em;
  top: 0.375em;
  transition: fill 300ms;
  width: 2.25rem;
  height: 2.25rem;
}
[role=dialog] .close:focus, [role=dialog] .close:hover {
  fill: #030D17;
}

/* Source common/css/styles/screen/company_logo.scss */

.company_logo {
  width: 13.75rem;
  display: block;
}
.company_logo.company_logo_rcm {
  width: 12rem;
}
@media (min-width: 47.5rem) {
  .company_logo {
    width: 17.1875rem;
  }
  .company_logo.company_logo_rcm {
    width: 15rem;
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 19.25rem;
  }
  .company_logo.company_logo_rcm {
    width: 16.8rem;
  }
}
@media (min-width: 113.75rem) {
  .company_logo {
    width: 13.75rem;
  }
}
@media (min-width: 113.75rem) and (min-width: 20rem) {
  .company_logo {
    width: calc(13.75rem + 11.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 113.75rem) and (min-width: 93.75rem) {
  .company_logo {
    width: 25rem;
  }
}
@media (min-width: 113.75rem) {
  .company_logo.company_logo_rcm {
    width: 12rem;
  }
}
@media (min-width: 113.75rem) and (min-width: 20rem) {
  .company_logo.company_logo_rcm {
    width: calc(12rem + 9.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 113.75rem) and (min-width: 93.75rem) {
  .company_logo.company_logo_rcm {
    width: 21.875rem;
  }
}
.navigation_fixed_wrapper .company_logo path,
.navigation_fixed_wrapper .company_logo g,
.navigation_fixed_wrapper .company_logo polygon,
.navigation_fixed_wrapper .company_logo circle,
.navigation_fixed_wrapper .company_logo rect {
  fill: #fff !important;
}

/* Source common/css/styles/screen/cookie_banner_styling_2.scss */

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EEF5F6;
  row-gap: 0.75em;
  border: 0.25rem solid #00ABC0;
  padding: 0.75em;
  z-index: 9000;
  text-align: center;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    justify-content: center;
    align-items: center;
    column-gap: 0.75em;
    grid-template-areas: "cb_text_policy cb_button_confirm" "cb_link_privacy cb_button_confirm";
  }
  .cookie_banner .cb_text_policy {
    text-align: left;
  }
  .cookie_banner .cb_link_privacy {
    justify-self: flex-start;
  }
}
.cookie_banner .cb_title_with_svg {
  display: none;
  grid-area: cb_title_with_svg;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_link_privacy a {
  position: relative;
  color: #0F4C81;
  text-decoration: none;
}
.cookie_banner .cb_link_privacy a::after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  right: 0;
  height: 0.125rem;
  background-color: currentColor;
}
.cookie_banner .cb_link_privacy a:hover::after, .cookie_banner .cb_link_privacy a:focus::after {
  display: none;
}
@media (min-width: 93.75rem) {
  .cookie_banner .cb_link_privacy a {
    transition: opacity 300ms ease-in-out;
  }
  .cookie_banner .cb_link_privacy a::after {
    transition: right 300ms ease-out;
  }
  .cookie_banner .cb_link_privacy a:hover::after, .cookie_banner .cb_link_privacy a:focus::after {
    display: block;
    right: 100%;
  }
}
@media (min-width: 75rem) {
  .cookie_banner {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.125rem;
    max-width: 50rem;
  }
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
}
.cookie_banner p {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}

/* Source common/css/styles/screen/disclaimer.scss */

.disclaimer {
  background: #fff;
  border-radius: 0rem;
  color: #030D17;
  font-size: 85%;
  margin: 1.5em auto 0;
  padding: 0.999em 1.5em;
  max-width: 56.25rem;
}
.disclaimer a {
  display: inline;
}

/* Source common/css/styles/screen/downloads.scss */


/* Source common/css/styles/screen/dropdown_menu.scss */

.dropdown_menu {
  display: none;
}
@media (min-width: 93.75rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: 100%;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 100%;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #0F4C81;
}
.dropdown_menu > ul li:hover > a:before, .dropdown_menu > ul li.hover > a:before {
  width: 1.875rem;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  fill: #00ABC0;
  box-sizing: content-box;
  display: inline-flex;
  height: 0.625rem;
  padding-left: 0.375em;
  width: 0.625rem;
}
.dropdown_menu > ul li:last-child ul {
  right: 0;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li > a {
  letter-spacing: calc((1.125rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  align-items: center;
  color: #030D17;
  display: flex;
  hyphens: none;
  padding: 0.3em 0;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    letter-spacing: calc(1.375rem * 0);
  }
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li > a {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    font-size: 1.375rem;
  }
}
.scrolled_down .dropdown_menu > ul > li > a {
  color: #fff;
}
.dropdown_menu > ul > li > a:before {
  background: #00ABC0;
  content: "";
  height: 0.1875rem;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 300ms;
  left: 0;
}
.dropdown_menu > ul > li > a.active:before {
  width: 1.875rem;
}
.dropdown_menu > ul > li ul {
  background: #EEF5F6;
  padding: 0.75em;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #030D17;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding-left: 0;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  position: relative;
  transition: padding-left 300ms;
}
.dropdown_menu > ul > li ul a:before {
  background: #0F4C81;
  content: "";
  height: 0.1875rem;
  position: absolute;
  top: 48%;
  width: 0;
  left: 0;
  transition: width 300ms;
}
.dropdown_menu > ul > li ul a:hover {
  padding-left: 2.25rem;
}
.dropdown_menu > ul > li ul a:hover:before {
  width: 1.875rem;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  padding-left: 2.25rem;
}
.dropdown_menu > ul > li ul a.active:before {
  width: 1.875rem;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

/* Source common/css/styles/screen/footer.scss */

.on_dark p, footer .blue_container p,
.on_dark .title,
footer .blue_container .title,
.on_dark .site_title,
footer .blue_container .site_title,
.on_dark .sub_title,
footer .blue_container .sub_title,
.on_dark .company_name,
footer .blue_container .company_name,
.on_dark .label,
footer .blue_container .label,
.on_dark .overview_title,
footer .blue_container .overview_title {
  color: #fff;
}
.on_dark ul li, footer .blue_container ul li {
  color: #fff;
}
.on_dark a:not(.button), footer .blue_container a:not(.button) {
  color: #fff;
}
.on_dark .touch_link .title, footer .blue_container .touch_link .title {
  color: #fff;
}
.on_dark .button.outline, footer .blue_container .button.outline {
  background: transparent;
  border: 0.125rem solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button.outline > span, footer .blue_container .button.outline > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button.outline > span, footer .blue_container .button.outline > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button.outline > span, footer .blue_container .button.outline > span {
    min-height: 3.125rem;
  }
}
.on_dark .button.outline .icon, footer .blue_container .button.outline .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button.outline .text, footer .blue_container .button.outline .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.on_dark .button.outline .icon + .text, footer .blue_container .button.outline .icon + .text {
  padding-left: 0.4995em;
}
.on_dark .button.outline:focus-visible, footer .blue_container .button.outline:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.on_dark .button.outline:focus-visible .icon, footer .blue_container .button.outline:focus-visible .icon {
  fill: #fff;
}
.on_dark .button.outline:hover, footer .blue_container .button.outline:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.on_dark .button.outline:hover .icon, footer .blue_container .button.outline:hover .icon {
  fill: #fff;
}
.on_dark .button.outline:active, footer .blue_container .button.outline:active, .on_dark .button.outline.active, footer .blue_container .button.outline.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button.outline:active > span, footer .blue_container .button.outline:active > span, .on_dark .button.outline.active > span, footer .blue_container .button.outline.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button.outline:active > span, footer .blue_container .button.outline:active > span, .on_dark .button.outline.active > span, footer .blue_container .button.outline.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button.outline:active > span, footer .blue_container .button.outline:active > span, .on_dark .button.outline.active > span, footer .blue_container .button.outline.active > span {
    min-height: 3.125rem;
  }
}
.on_dark .button.outline:active .icon, footer .blue_container .button.outline:active .icon, .on_dark .button.outline.active .icon, footer .blue_container .button.outline.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button.outline:active .text, footer .blue_container .button.outline:active .text, .on_dark .button.outline.active .text, footer .blue_container .button.outline.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.on_dark .button.outline:active .icon + .text, footer .blue_container .button.outline:active .icon + .text, .on_dark .button.outline.active .icon + .text, footer .blue_container .button.outline.active .icon + .text {
  padding-left: 0.4995em;
}
.on_dark .sub_title:before, footer .blue_container .sub_title:before {
  background: #fff;
}

footer .footer_wrapper {
  position: relative;
  overflow-x: hidden;
}
footer .logo_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5em;
}
footer .logo_container .company_logo {
  flex: 0 0 auto;
}
footer .logo_container:after {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
}
footer .blue_container {
  position: relative;
}
footer .blue_container:after {
  background: #0F4C81;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
}
footer .company_name {
  margin: 0;
  padding: 0;
  letter-spacing: calc((1.5rem + 1.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.5rem;
}
@media (min-width: 93.75rem) {
  footer .company_name {
    letter-spacing: calc(3.125rem * 0);
  }
}
@media (min-width: 20rem) {
  footer .company_name {
    font-size: calc(1.5rem + 1.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .company_name {
    font-size: 3.125rem;
  }
}
@media (min-width: 61.875rem) {
  footer .company_logo_first {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  footer .company_logo_first {
    padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  footer .company_logo_first {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  footer .blue_container {
    padding-left: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  footer .blue_container {
    padding-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  footer .blue_container {
    padding-left: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  footer .blue_container:after {
    right: -100vw;
    left: 0;
  }
}
@media (min-width: 93.75rem) {
  footer .blue_container {
    padding-left: 5rem;
  }
}
@media (min-width: 93.75rem) and (min-width: 20rem) {
  footer .blue_container {
    padding-left: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) and (min-width: 93.75rem) {
  footer .blue_container {
    padding-left: 12.5rem;
  }
}

.related_links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5em;
}

/* Source common/css/styles/screen/form.scss */

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.375rem;
  }
}
.file.error .file_name {
  border-color: #0F4C81;
}
.file .file_name {
  background: #EEF5F6;
  border: 0.125rem solid #cde1e4;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0.1875rem #cde1e4 inset;
  color: #030D17;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.5rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.375rem;
  }
}
.file .file_button {
  border-radius: 0 0rem 0rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #00ABC0;
  border: 0.125rem solid #00ABC0;
  color: #030D17;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.125rem;
  }
}
.file .file_button .icon {
  fill: #030D17;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.4995em;
}
.file .file_button > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.125rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(15, 76, 129, 0.2);
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.375rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.125rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.4995em;
}

@media (min-width: 35rem) {
  .formular .button_wrapper {
    text-align: right;
  }
}

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.5em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.375rem;
  }
}
@media (min-width: 35rem) {
  button {
    width: auto;
  }
}
button::-moz-focus-inner {
  border: 0;
}

/* Source common/css/styles/screen/grid.scss */

.container {
  margin: 0 auto;
  max-width: 113.75rem;
  min-width: 20rem;
  padding: 0 0.9375rem;
}
@media (min-width: 20rem) {
  .container {
    padding: 0 calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .container {
    padding: 0 3.125rem;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media (min-width: 20rem) {
  .row {
    margin: 0 calc((-0.9375rem / 2) - (2.1875 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row {
    margin: 0 -1.5625rem;
  }
}
.row.no_column_margin {
  margin-left: 0;
  margin-right: 0;
}
.row.no_column_margin > [class*=span] {
  padding-left: 0;
  padding-right: 0;
}
.row.half_column_margin {
  margin-left: -0.234375rem;
  margin-right: -0.234375rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin {
    margin: 0 calc((-0.9375rem / 4) - (2.1875 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin {
    margin: 0 -0.78125rem;
  }
}
.row.half_column_margin > [class*=span] {
  padding-left: 0.234375rem;
  padding-right: 0.234375rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 calc((0.9375rem / 4) + (2.1875 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 0.78125rem;
  }
}

@media (min-width: 20rem) {
  .row.around_xsmall {
    justify-content: space-around;
  }
  .row.between_xsmall {
    justify-content: space-between;
  }
  .row.start_xsmall {
    justify-content: flex-start;
  }
  .row.center_xsmall {
    justify-content: center;
  }
  .row.end_xsmall {
    justify-content: flex-end;
  }
  .row.top_xsmall {
    align-items: flex-start;
  }
  .row.middle_xsmall {
    align-items: center;
  }
  .row.bottom_xsmall {
    align-items: flex-end;
  }
  .row.baseline_xsmall {
    align-items: baseline;
  }
  .row.reverse_xsmall {
    flex-direction: row-reverse;
  }
}
@media (min-width: 30rem) {
  .row.around_small {
    justify-content: space-around;
  }
  .row.between_small {
    justify-content: space-between;
  }
  .row.start_small {
    justify-content: flex-start;
  }
  .row.center_small {
    justify-content: center;
  }
  .row.end_small {
    justify-content: flex-end;
  }
  .row.top_small {
    align-items: flex-start;
  }
  .row.middle_small {
    align-items: center;
  }
  .row.bottom_small {
    align-items: flex-end;
  }
  .row.baseline_small {
    align-items: baseline;
  }
  .row.reverse_small {
    flex-direction: row-reverse;
  }
}
@media (min-width: 35rem) {
  .row.around_medium {
    justify-content: space-around;
  }
  .row.between_medium {
    justify-content: space-between;
  }
  .row.start_medium {
    justify-content: flex-start;
  }
  .row.center_medium {
    justify-content: center;
  }
  .row.end_medium {
    justify-content: flex-end;
  }
  .row.top_medium {
    align-items: flex-start;
  }
  .row.middle_medium {
    align-items: center;
  }
  .row.bottom_medium {
    align-items: flex-end;
  }
  .row.baseline_medium {
    align-items: baseline;
  }
  .row.reverse_medium {
    flex-direction: row-reverse;
  }
}
@media (min-width: 47.5rem) {
  .row.around_large {
    justify-content: space-around;
  }
  .row.between_large {
    justify-content: space-between;
  }
  .row.start_large {
    justify-content: flex-start;
  }
  .row.center_large {
    justify-content: center;
  }
  .row.end_large {
    justify-content: flex-end;
  }
  .row.top_large {
    align-items: flex-start;
  }
  .row.middle_large {
    align-items: center;
  }
  .row.bottom_large {
    align-items: flex-end;
  }
  .row.baseline_large {
    align-items: baseline;
  }
  .row.reverse_large {
    flex-direction: row-reverse;
  }
}
@media (min-width: 61.875rem) {
  .row.around_xlarge {
    justify-content: space-around;
  }
  .row.between_xlarge {
    justify-content: space-between;
  }
  .row.start_xlarge {
    justify-content: flex-start;
  }
  .row.center_xlarge {
    justify-content: center;
  }
  .row.end_xlarge {
    justify-content: flex-end;
  }
  .row.top_xlarge {
    align-items: flex-start;
  }
  .row.middle_xlarge {
    align-items: center;
  }
  .row.bottom_xlarge {
    align-items: flex-end;
  }
  .row.baseline_xlarge {
    align-items: baseline;
  }
  .row.reverse_xlarge {
    flex-direction: row-reverse;
  }
}
@media (min-width: 75rem) {
  .row.around_xxlarge {
    justify-content: space-around;
  }
  .row.between_xxlarge {
    justify-content: space-between;
  }
  .row.start_xxlarge {
    justify-content: flex-start;
  }
  .row.center_xxlarge {
    justify-content: center;
  }
  .row.end_xxlarge {
    justify-content: flex-end;
  }
  .row.top_xxlarge {
    align-items: flex-start;
  }
  .row.middle_xxlarge {
    align-items: center;
  }
  .row.bottom_xxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxlarge {
    align-items: baseline;
  }
  .row.reverse_xxlarge {
    flex-direction: row-reverse;
  }
}
@media (min-width: 93.75rem) {
  .row.around_xxxlarge {
    justify-content: space-around;
  }
  .row.between_xxxlarge {
    justify-content: space-between;
  }
  .row.start_xxxlarge {
    justify-content: flex-start;
  }
  .row.center_xxxlarge {
    justify-content: center;
  }
  .row.end_xxxlarge {
    justify-content: flex-end;
  }
  .row.top_xxxlarge {
    align-items: flex-start;
  }
  .row.middle_xxxlarge {
    align-items: center;
  }
  .row.bottom_xxxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxxlarge {
    align-items: baseline;
  }
  .row.reverse_xxxlarge {
    flex-direction: row-reverse;
  }
}
[class*=span] {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
@media (min-width: 20rem) {
  [class*=span] {
    padding: 0 calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [class*=span] {
    padding: 0 1.5625rem;
  }
}
[class*=span].span_column {
  display: flex;
  flex-direction: column;
}

@media (min-width: 20rem) {
  .span1_xsmall {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xsmall {
    order: 1;
  }
}
@media (min-width: 20rem) {
  .span2_xsmall {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xsmall {
    order: 2;
  }
}
@media (min-width: 20rem) {
  .span3_xsmall {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xsmall {
    order: 3;
  }
}
@media (min-width: 20rem) {
  .span4_xsmall {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xsmall {
    order: 4;
  }
}
@media (min-width: 20rem) {
  .span5_xsmall {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xsmall {
    order: 5;
  }
}
@media (min-width: 20rem) {
  .span6_xsmall {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xsmall {
    order: 6;
  }
}
@media (min-width: 20rem) {
  .span7_xsmall {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xsmall {
    order: 7;
  }
}
@media (min-width: 20rem) {
  .span8_xsmall {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xsmall {
    order: 8;
  }
}
@media (min-width: 20rem) {
  .span9_xsmall {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xsmall {
    order: 9;
  }
}
@media (min-width: 20rem) {
  .span10_xsmall {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xsmall {
    order: 10;
  }
}
@media (min-width: 20rem) {
  .span11_xsmall {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xsmall {
    order: 11;
  }
}
@media (min-width: 20rem) {
  .span12_xsmall {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xsmall {
    order: 12;
  }
}
@media (min-width: 30rem) {
  .span1_small {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_small {
    order: 1;
  }
}
@media (min-width: 30rem) {
  .span2_small {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_small {
    order: 2;
  }
}
@media (min-width: 30rem) {
  .span3_small {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_small {
    order: 3;
  }
}
@media (min-width: 30rem) {
  .span4_small {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_small {
    order: 4;
  }
}
@media (min-width: 30rem) {
  .span5_small {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_small {
    order: 5;
  }
}
@media (min-width: 30rem) {
  .span6_small {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_small {
    order: 6;
  }
}
@media (min-width: 30rem) {
  .span7_small {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_small {
    order: 7;
  }
}
@media (min-width: 30rem) {
  .span8_small {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_small {
    order: 8;
  }
}
@media (min-width: 30rem) {
  .span9_small {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_small {
    order: 9;
  }
}
@media (min-width: 30rem) {
  .span10_small {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_small {
    order: 10;
  }
}
@media (min-width: 30rem) {
  .span11_small {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_small {
    order: 11;
  }
}
@media (min-width: 30rem) {
  .span12_small {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_small {
    order: 12;
  }
}
@media (min-width: 35rem) {
  .span1_medium {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_medium {
    order: 1;
  }
}
@media (min-width: 35rem) {
  .span2_medium {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_medium {
    order: 2;
  }
}
@media (min-width: 35rem) {
  .span3_medium {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_medium {
    order: 3;
  }
}
@media (min-width: 35rem) {
  .span4_medium {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_medium {
    order: 4;
  }
}
@media (min-width: 35rem) {
  .span5_medium {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_medium {
    order: 5;
  }
}
@media (min-width: 35rem) {
  .span6_medium {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_medium {
    order: 6;
  }
}
@media (min-width: 35rem) {
  .span7_medium {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_medium {
    order: 7;
  }
}
@media (min-width: 35rem) {
  .span8_medium {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_medium {
    order: 8;
  }
}
@media (min-width: 35rem) {
  .span9_medium {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_medium {
    order: 9;
  }
}
@media (min-width: 35rem) {
  .span10_medium {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_medium {
    order: 10;
  }
}
@media (min-width: 35rem) {
  .span11_medium {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_medium {
    order: 11;
  }
}
@media (min-width: 35rem) {
  .span12_medium {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_medium {
    order: 12;
  }
}
@media (min-width: 47.5rem) {
  .span1_large {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_large {
    order: 1;
  }
}
@media (min-width: 47.5rem) {
  .span2_large {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_large {
    order: 2;
  }
}
@media (min-width: 47.5rem) {
  .span3_large {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_large {
    order: 3;
  }
}
@media (min-width: 47.5rem) {
  .span4_large {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_large {
    order: 4;
  }
}
@media (min-width: 47.5rem) {
  .span5_large {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_large {
    order: 5;
  }
}
@media (min-width: 47.5rem) {
  .span6_large {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_large {
    order: 6;
  }
}
@media (min-width: 47.5rem) {
  .span7_large {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_large {
    order: 7;
  }
}
@media (min-width: 47.5rem) {
  .span8_large {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_large {
    order: 8;
  }
}
@media (min-width: 47.5rem) {
  .span9_large {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_large {
    order: 9;
  }
}
@media (min-width: 47.5rem) {
  .span10_large {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_large {
    order: 10;
  }
}
@media (min-width: 47.5rem) {
  .span11_large {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_large {
    order: 11;
  }
}
@media (min-width: 47.5rem) {
  .span12_large {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_large {
    order: 12;
  }
}
@media (min-width: 61.875rem) {
  .span1_xlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xlarge {
    order: 1;
  }
}
@media (min-width: 61.875rem) {
  .span2_xlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xlarge {
    order: 2;
  }
}
@media (min-width: 61.875rem) {
  .span3_xlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xlarge {
    order: 3;
  }
}
@media (min-width: 61.875rem) {
  .span4_xlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xlarge {
    order: 4;
  }
}
@media (min-width: 61.875rem) {
  .span5_xlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xlarge {
    order: 5;
  }
}
@media (min-width: 61.875rem) {
  .span6_xlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xlarge {
    order: 6;
  }
}
@media (min-width: 61.875rem) {
  .span7_xlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xlarge {
    order: 7;
  }
}
@media (min-width: 61.875rem) {
  .span8_xlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xlarge {
    order: 8;
  }
}
@media (min-width: 61.875rem) {
  .span9_xlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xlarge {
    order: 9;
  }
}
@media (min-width: 61.875rem) {
  .span10_xlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xlarge {
    order: 10;
  }
}
@media (min-width: 61.875rem) {
  .span11_xlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xlarge {
    order: 11;
  }
}
@media (min-width: 61.875rem) {
  .span12_xlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xlarge {
    order: 12;
  }
}
@media (min-width: 75rem) {
  .span1_xxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxlarge {
    order: 1;
  }
}
@media (min-width: 75rem) {
  .span2_xxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxlarge {
    order: 2;
  }
}
@media (min-width: 75rem) {
  .span3_xxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxlarge {
    order: 3;
  }
}
@media (min-width: 75rem) {
  .span4_xxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxlarge {
    order: 4;
  }
}
@media (min-width: 75rem) {
  .span5_xxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxlarge {
    order: 5;
  }
}
@media (min-width: 75rem) {
  .span6_xxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxlarge {
    order: 6;
  }
}
@media (min-width: 75rem) {
  .span7_xxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxlarge {
    order: 7;
  }
}
@media (min-width: 75rem) {
  .span8_xxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xxlarge {
    order: 8;
  }
}
@media (min-width: 75rem) {
  .span9_xxlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xxlarge {
    order: 9;
  }
}
@media (min-width: 75rem) {
  .span10_xxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxlarge {
    order: 10;
  }
}
@media (min-width: 75rem) {
  .span11_xxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxlarge {
    order: 11;
  }
}
@media (min-width: 75rem) {
  .span12_xxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxlarge {
    order: 12;
  }
}
@media (min-width: 93.75rem) {
  .span1_xxxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxxlarge {
    order: 1;
  }
}
@media (min-width: 93.75rem) {
  .span2_xxxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxxlarge {
    order: 2;
  }
}
@media (min-width: 93.75rem) {
  .span3_xxxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxxlarge {
    order: 3;
  }
}
@media (min-width: 93.75rem) {
  .span4_xxxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxxlarge {
    order: 4;
  }
}
@media (min-width: 93.75rem) {
  .span5_xxxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxxlarge {
    order: 5;
  }
}
@media (min-width: 93.75rem) {
  .span6_xxxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxxlarge {
    order: 6;
  }
}
@media (min-width: 93.75rem) {
  .span7_xxxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxxlarge {
    order: 7;
  }
}
@media (min-width: 93.75rem) {
  .span8_xxxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xxxlarge {
    order: 8;
  }
}
@media (min-width: 93.75rem) {
  .span9_xxxlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xxxlarge {
    order: 9;
  }
}
@media (min-width: 93.75rem) {
  .span10_xxxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxxlarge {
    order: 10;
  }
}
@media (min-width: 93.75rem) {
  .span11_xxxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxxlarge {
    order: 11;
  }
}
@media (min-width: 93.75rem) {
  .span12_xxxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxxlarge {
    order: 12;
  }
}

/* Source common/css/styles/screen/header.scss */

.header_wrapper .navigation_fixed_wrapper {
  background: #0F4C81;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
.header_wrapper .navigation_fixed_wrapper .navigation_fixed_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 500;
  padding: 0.75em 0;
}
.header_wrapper .navigation_fixed_wrapper .navigation_fixed_container .logo_container {
  display: flex;
  flex-direction: column;
  gap: 0.375em;
}
.header_wrapper .navigation_fixed_wrapper .navigation_fixed_container .navigation_container .icons_container {
  background: #0F4C81;
  position: fixed;
  right: 0;
  padding: 0.75em 0.46875rem 0.75em 0.375em;
  top: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 0.375em;
  border-bottom-left-radius: 0.75em;
  border-top-left-radius: 0.75em;
}
.header_wrapper .content_wrapper .content_container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
@media (min-width: 20rem) {
  .header_wrapper .content_wrapper .content_container {
    padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_wrapper .content_wrapper .content_container {
    padding-top: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .header_wrapper .content_wrapper .content_container {
    padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_wrapper .content_wrapper .content_container {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .header_wrapper .content_wrapper .content_container {
    padding-left: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
    padding-right: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
.header_wrapper .content_wrapper .image_container {
  position: relative;
  aspect-ratio: 16/7;
}
.startpage .header_wrapper .content_wrapper .image_container {
  aspect-ratio: 16/9;
}
.header_wrapper .content_wrapper .content_link {
  display: none;
}
@media (min-width: 35rem) {
  .header_wrapper .content_wrapper .content_container p {
    max-width: 37.5rem;
  }
  .header_wrapper .content_wrapper .content_container .content_link {
    display: flex;
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    padding: 1.05em;
    transform: translateX(50%) translateY(50%);
    box-shadow: 0 0 0.625rem rgba(3, 13, 23, 0.15);
    transition: background 300ms, padding 300ms;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .header_wrapper .content_wrapper .content_container .content_link {
    width: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .header_wrapper .content_wrapper .content_container .content_link {
    width: 5rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .header_wrapper .content_wrapper .content_container .content_link {
    height: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .header_wrapper .content_wrapper .content_container .content_link {
    height: 5rem;
  }
}
@media (min-width: 35rem) {
  .header_wrapper .content_wrapper .content_container .content_link .icon {
    fill: #00ABC0;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: fill 300ms;
  }
}
@media (min-width: 35rem) {
  .header_wrapper .content_wrapper .content_container .content_link:hover, .header_wrapper .content_wrapper .content_container .content_link:active {
    background: #00ABC0;
  }
  .header_wrapper .content_wrapper .content_container .content_link:hover .icon, .header_wrapper .content_wrapper .content_container .content_link:active .icon {
    fill: #fff;
  }
}
@media (min-width: 47.5rem) {
  .header_wrapper .navigation_fixed_wrapper {
    position: fixed;
    transition: background 300ms;
  }
  .scrolled_down .header_wrapper .navigation_fixed_wrapper {
    background: rgba(15, 76, 129, 0.95);
  }
  .header_wrapper .navigation_fixed_wrapper .navigation_fixed_container {
    padding: 1.5em 0;
  }
  .header_wrapper .navigation_fixed_wrapper .navigation_fixed_container .logo_container {
    flex-direction: row;
    gap: 1.5em;
  }
  .header_wrapper .navigation_fixed_wrapper .navigation_fixed_container .navigation_container .icons_container {
    position: relative;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: row;
    gap: 0.75em;
  }
}
@media (min-width: 75rem) {
  .header_wrapper .content_wrapper {
    display: flex;
    flex-direction: row;
    min-height: 18.75rem;
    height: 50vw;
    max-height: 31.25rem;
  }
  .startpage .header_wrapper .content_wrapper {
    height: 100vh;
    max-height: 67.5rem;
  }
  .header_wrapper .content_wrapper .logo_container {
    gap: 3em;
  }
  .header_wrapper .content_wrapper .content_container {
    flex: 1 0 50%;
    padding-left: 3.125rem;
    align-self: flex-end;
  }
  .startpage .header_wrapper .content_wrapper .content_container {
    align-self: center;
  }
  .header_wrapper .content_wrapper .content_container .content_link {
    right: 0;
    bottom: 0;
    transform: translateX(50%) translateY(100%);
  }
  .header_wrapper .content_wrapper .image_container {
    flex: 1 0 50%;
    aspect-ratio: inherit !important;
  }
}
@media (min-width: 93.75rem) {
  .header_wrapper .navigation_fixed_wrapper {
    background: transparent;
  }
  .header_wrapper .navigation_fixed_container .logo_container {
    flex: 0 0 50%;
    gap: 3em;
  }
  .header_wrapper .navigation_fixed_container .navigation_container {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    padding-left: 3em;
  }
  .header_wrapper .content_wrapper {
    max-height: 43.75rem;
  }
}
@media (min-width: 113.75rem) {
  .header_wrapper .content_wrapper .content_container {
    max-width: 107.5rem;
    padding-left: max(0px, calc((100% - 107.5rem) / 2));
  }
}

/* Source common/css/styles/screen/header_background.scss */

.header_background {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.startpage .header_background {
  background-position: top right;
}
@media (min-width: 75rem) {
  .header_background:before {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 50%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* Source common/css/styles/screen/icon_link.scss */

.icon_link {
  background-color: #00ABC0;
  height: 2.375rem;
  width: 2.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #030D17;
  width: 1.25rem;
  height: 1.25rem;
  transition: fill 300ms, transform 300ms;
}
.icon_link:hover .icon, .icon_link:focus .icon {
  fill: #fff;
  transform: scale(1.1);
}

/* Source common/css/styles/screen/infolist_anchor_overview.scss */

.infolist_anchor_overview {
  background: #EEF5F6;
  border-radius: 0rem;
  padding: 0.75em 1.5em;
}
.infolist_anchor_overview a {
  display: block;
  padding: 0.75em 0;
}
.infolist_anchor_overview li {
  border-top: 0.125rem solid #cde1e4;
}
.infolist_anchor_overview li:first-child {
  border-top: 0;
}

/* Source common/css/styles/screen/infolist_arbeitnehmer_online_v2.scss */

.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large {
  width: 100%;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-1, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-1 {
  fill: #030D17;
  stroke: #030D17;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-1,
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-2, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-1,
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-2 {
  stroke-miterlimit: 10;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-3, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-3 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-4,
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-5, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-4,
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-5 {
  fill: #030D17;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-5, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-5 {
  opacity: 0.15;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small .cls-2, .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large .cls-2 {
  fill: none;
  stroke: #030D17;
  stroke-linecap: round;
  stroke-width: 0.625rem;
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small {
  margin: 1.5em auto;
  max-width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large {
  margin: 3em auto;
  display: none;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large {
    display: block;
    width: 37.5rem;
  }
}
@media (min-width: 75rem) {
  .img_container.infolist_graphic_arbeitnehmer_online_v2_graphic_large {
    width: 50rem;
  }
}

/* Source common/css/styles/screen/infolist_checkliste_jahreswechsel.scss */

.checklist_entry {
  border-top: 0.125rem solid #cde1e4;
  margin-bottom: 0.75em;
  padding-top: 0.75em;
}
.checklist_entry:first-child {
  border-top: 0;
  padding-top: 0;
}

/* Source common/css/styles/screen/infolist_download_pdf.scss */

.infolist_download {
  align-items: baseline;
  background: #fff;
  border-radius: 0rem;
  color: #030D17;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3em;
  padding: 1.5em;
  max-width: 56.25rem;
}
.infolist_download .infolist_title {
  font-weight: 700;
}
.infolist_download p {
  margin-right: 1.5em;
}

/* Source common/css/styles/screen/infolist_meine_steuern_v2.scss */

.img_container.infolist_graphic_meine_steuern_v2_graphic_large {
  width: 100%;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_large .cls-1 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_large .cls-2 {
  fill: #030D17;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_large .cls-3 {
  fill: #030D17;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_large .cls-4 {
  fill: none;
  stroke: #030D17;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.625rem;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_large .benefit-box .cls-3 {
  fill: #fff;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small {
  width: 100%;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small .cls-1 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small .cls-2, .img_container.infolist_graphic_meine_steuern_v2_graphic_small .cls-3 {
  fill: #030D17;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small .cls-4 {
  fill: #030D17;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small .cls-3 {
  opacity: 0.15;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small .cls-5 {
  fill: none;
  stroke: #030D17;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.625rem;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small .benefit-box .cls-4 {
  fill: #fff;
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_small {
  margin: 1.5em auto;
  max-width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_meine_steuern_v2_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_meine_steuern_v2_graphic_large {
  margin: 3em auto;
  display: none;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_meine_steuern_v2_graphic_large {
    display: block;
    width: 37.5rem;
  }
}
@media (min-width: 75rem) {
  .img_container.infolist_graphic_meine_steuern_v2_graphic_large {
    width: 50rem;
  }
}

/* Source common/css/styles/screen/infolist_my_datev_portal.scss */

.img_container.infolist_graphic_my_datev_portal_small, .img_container.infolist_graphic_my_datev_portal_large {
  width: 100%;
}
.img_container.infolist_graphic_my_datev_portal_small .cls-1, .img_container.infolist_graphic_my_datev_portal_large .cls-1 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_my_datev_portal_small .cls-2, .img_container.infolist_graphic_my_datev_portal_large .cls-2 {
  fill: #030D17;
}
.img_container.infolist_graphic_my_datev_portal_small .cls-3, .img_container.infolist_graphic_my_datev_portal_large .cls-3 {
  stroke: #030D17;
}
.img_container.infolist_graphic_my_datev_portal_small .cls-3,
.img_container.infolist_graphic_my_datev_portal_small .cls-4, .img_container.infolist_graphic_my_datev_portal_large .cls-3,
.img_container.infolist_graphic_my_datev_portal_large .cls-4 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 0.625rem;
}
.img_container.infolist_graphic_my_datev_portal_small .cls-4, .img_container.infolist_graphic_my_datev_portal_large .cls-4 {
  stroke: #0F4C81;
}
.img_container.infolist_graphic_my_datev_portal_small {
  margin: 1.5em auto;
  max-width: 18.125rem;
}
@media (min-width: 35rem) {
  .img_container.infolist_graphic_my_datev_portal_small {
    display: none;
  }
}
.img_container.infolist_graphic_my_datev_portal_large {
  margin: 3em auto;
  display: none;
}
@media (min-width: 35rem) {
  .img_container.infolist_graphic_my_datev_portal_large {
    display: block;
    width: 31.25rem;
  }
}
@media (min-width: 61.875rem) {
  .img_container.infolist_graphic_my_datev_portal_large {
    width: 37.5rem;
  }
}

/* Source common/css/styles/screen/infolist_top_link.scss */

.infolist_top_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 3em 0;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.infolist_top_link a:hover .icon, .infolist_top_link a:focus .icon {
  transform: rotate(-90deg) translateX(0.75em);
  fill: #00ABC0;
}
.infolist_top_link .icon {
  display: block;
  fill: #0F4C81;
  height: 3rem;
  transform: rotate(-90deg) translateX(0);
  width: 3rem;
  transition: transform 300ms, fill 300ms;
}

/* Source common/css/styles/screen/infolist_unternehmen_online_v2.scss */

.img_container.infolist_graphic_u_online_v2_graphic_large, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed {
  margin: 3em auto;
  width: 100%;
  display: none;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_u_online_v2_graphic_large, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed {
    display: block;
    width: 41.25rem;
  }
}
@media (min-width: 61.875rem) {
  .img_container.infolist_graphic_u_online_v2_graphic_large, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed {
    width: 49.375rem;
  }
}
@media (min-width: 75rem) {
  .img_container.infolist_graphic_u_online_v2_graphic_large, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed {
    width: 56.25rem;
  }
}
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed {
  max-width: 12.5rem;
}
.img_container.infolist_graphic_u_online_v2_graphic_small {
  max-width: 18.125rem;
}
.img_container.infolist_graphic_u_online_v2_graphic_small, .img_container.infolist_graphic_u_online_v2_graphic_small_fixed {
  margin: 1.5em auto;
  width: 100%;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_u_online_v2_graphic_small, .img_container.infolist_graphic_u_online_v2_graphic_small_fixed {
    display: none;
  }
}
.img_container.infolist_graphic_u_online_v2_graphic_large {
  padding: 0.75em;
  max-width: 100%;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-1, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-1 {
  stroke: #030D17;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-1,
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-2, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-1,
.img_container.infolist_graphic_u_online_v2_graphic_large .cls-2 {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.3125rem;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-3,
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-4, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-3,
.img_container.infolist_graphic_u_online_v2_graphic_large .cls-4 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-3,
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-5, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-3,
.img_container.infolist_graphic_u_online_v2_graphic_large .cls-5 {
  opacity: 0.15;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-6,
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-5, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-6,
.img_container.infolist_graphic_u_online_v2_graphic_large .cls-5 {
  fill: #030D17;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-7, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-7 {
  opacity: 0.25;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-8, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-8 {
  fill: #030D17;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .cls-2, .img_container.infolist_graphic_u_online_v2_graphic_large .cls-2 {
  stroke: #0F4C81;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .u_online_v2_link, .img_container.infolist_graphic_u_online_v2_graphic_large .u_online_v2_link {
  cursor: pointer;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .u_online_v2_link:hover .cls-3, .img_container.infolist_graphic_u_online_v2_graphic_small .u_online_v2_link:focus .cls-3, .img_container.infolist_graphic_u_online_v2_graphic_large .u_online_v2_link:hover .cls-3, .img_container.infolist_graphic_u_online_v2_graphic_large .u_online_v2_link:focus .cls-3 {
  opacity: 0.35;
}
.img_container.infolist_graphic_u_online_v2_graphic_small .u_online_v2_link_heading:hover .cls-8, .img_container.infolist_graphic_u_online_v2_graphic_small .u_online_v2_link_heading:focus .cls-8, .img_container.infolist_graphic_u_online_v2_graphic_large .u_online_v2_link_heading:hover .cls-8, .img_container.infolist_graphic_u_online_v2_graphic_large .u_online_v2_link_heading:focus .cls-8 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed .cls-1, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed .cls-1 {
  fill: none;
  stroke: #030D17;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.3125rem;
}
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed .cls-2, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed .cls-2 {
  fill: #0F4C81;
}
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed .cls-3,
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed .cls-4, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed .cls-3,
.img_container.infolist_graphic_u_online_v2_graphic_large_fixed .cls-4 {
  fill: #030D17;
}
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed .cls-5, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed .cls-5 {
  fill: #030D17;
}
.img_container.infolist_graphic_u_online_v2_graphic_small_fixed .cls-4, .img_container.infolist_graphic_u_online_v2_graphic_large_fixed .cls-4 {
  opacity: 0.15;
}

/* Source common/css/styles/screen/infolists.scss */

.amount {
  display: block;
  text-align: right;
  white-space: nowrap;
}

.steuerlexikon .amount {
  display: table-cell;
}

.multi_columns li {
  break-inside: avoid;
}
@media (min-width: 47.5rem) {
  .multi_columns {
    column-count: 2;
    column-gap: 3em;
  }
}

.infolist_container_stand_haftung > div {
  margin-top: 3em;
}

.infolist_text_container,
.infolist_object {
  margin-bottom: 1.5em;
}

.infolist_text {
  transition: all 300ms;
}
.infolist_text:focus {
  outline: 0;
}

.text_button_object {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  width: 100%;
  position: relative;
  max-width: 88.75rem;
  margin: 0 auto;
}
@media (min-width: 20rem) {
  .text_button_object {
    padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .text_button_object {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .text_button_object {
    padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .text_button_object {
    padding-top: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .text_button_object {
    margin-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .text_button_object {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .text_button_object {
    margin-top: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .text_button_object {
    margin-top: 6.25rem;
  }
}
.text_button_object .title {
  padding: 0;
}
.text_button_object:after {
  background: #00ABC0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
}
.text_button_object .button {
  background: #fff;
  border: 0.125rem solid #fff;
  color: #030D17;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.text_button_object .button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .text_button_object .button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .text_button_object .button > span {
    min-height: 3.125rem;
  }
}
.text_button_object .button .icon {
  fill: #030D17;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.text_button_object .button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.text_button_object .button .icon + .text {
  padding-left: 0.4995em;
}
.text_button_object .button:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.text_button_object .button:focus-visible .icon {
  fill: #fff;
}
.text_button_object .button:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.text_button_object .button:hover .icon {
  fill: #fff;
}
.text_button_object .button:active, .text_button_object .button.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.text_button_object .button:active > span, .text_button_object .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .text_button_object .button:active > span, .text_button_object .button.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .text_button_object .button:active > span, .text_button_object .button.active > span {
    min-height: 3.125rem;
  }
}
.text_button_object .button:active .icon, .text_button_object .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.text_button_object .button:active .text, .text_button_object .button.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.text_button_object .button:active .icon + .text, .text_button_object .button.active .icon + .text {
  padding-left: 0.4995em;
}

.infolist_cta_style, .infolist_cta {
  align-items: center;
  background: #0F4C81;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3em 0;
  padding: 3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
}
.infolist_cta_style > *, .infolist_cta > * {
  color: #fff;
  max-width: 50rem;
}
.infolist_cta_style:hover, .infolist_cta:hover, .infolist_cta_style:focus, .infolist_cta:focus {
  background: rgba(15, 76, 129, 0.8);
}

.infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container_boxit_nutzen_fuer_klienten {
  display: flex;
  flex-direction: column;
}
.infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
  background: #EEF5F6;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
@media (min-width: 61.875rem) {
  .infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container_boxit_nutzen_fuer_klienten {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
    width: calc(50% - (1.5em / 2));
  }
}

.infolist_text_list_style:not(:has(div > ul)), .infolist:not(.infolist_boxit) .infolist_text_container:not(:has(div > ul)) {
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%2300ABC0"/></svg>');
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.infolist_text_list_style:not(:has(div > ul)) > .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container:not(:has(div > ul)) > .infolist_text {
  display: list-item;
  padding-left: 0.375em;
}

@supports (-moz-appearance: none) {
  .infolist_text_list_style, .infolist:not(.infolist_boxit) .infolist_text_container {
    list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%2300ABC0"/></svg>');
    margin: 0 0 0.75em;
    padding-left: 1.125em;
  }
  .infolist_text_list_style > .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container > .infolist_text {
    display: list-item;
    padding-left: 0.375em;
  }
}
.infolist_accordion_style .infolist_text {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
  background: #EEF5F6;
  color: #0F4C81;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.75em;
  user-select: none;
  transition: all 300ms;
}
.infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #0F4C81;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.75em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: all 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2 {
  background: #e4eff1;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.125rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

.infolist_text_fader_style .infolist_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.infolist_text_fader_style .infolist_text > h2,
.infolist_text_fader_style .infolist_text > h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0 3em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3em;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(1.875rem);
}
.infolist_text_fader_style .infolist_text:hover, .infolist_text_fader_style .infolist_text:focus {
  background: rgba(15, 76, 129, 0.3);
}
.infolist_text_fader_style .infolist_text:hover > h2,
.infolist_text_fader_style .infolist_text:hover > h3, .infolist_text_fader_style .infolist_text:focus > h2,
.infolist_text_fader_style .infolist_text:focus > h3 {
  bottom: 50%;
  opacity: 0;
}
.infolist_text_fader_style .infolist_text:hover > *:not(h2):not(h3), .infolist_text_fader_style .infolist_text:focus > *:not(h2):not(h3) {
  transform: translateY(0);
  opacity: 1;
}

/* Source common/css/styles/screen/iphone_safe_area.scss */

@supports (padding-left: env(safe-area-inset-left)) {
  html.iphone .container {
    padding-left: "max(0.9375rem, env(safe-area-inset-left))";
    padding-right: "max(0.9375rem, env(safe-area-inset-right))";
  }
}
@media (min-width: 20rem) {
  @supports (padding-left: env(safe-area-inset-left)) {
    html.iphone .container {
      padding-left: "max(calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75)), env(safe-area-inset-left))";
      padding-right: "max(calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75)), env(safe-area-inset-right))";
    }
  }
}

/* Source common/css/styles/screen/job_benefit_overview.scss */

.job_benefit_overview [role=tablist] {
  display: grid;
  gap: 0.75em;
  grid-template-columns: 1fr;
}
@media (min-width: 47.5rem) {
  .job_benefit_overview [role=tablist] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.875rem) {
  .job_benefit_overview [role=tablist] {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview [role=tablist] {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Source common/css/styles/screen/job_entry.scss */


/* Source common/css/styles/screen/job_overview.scss */

.offene_stellen {
  height: 100%;
}

.job_overview {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.job_overview > *:not(:last-child) {
  border-bottom: 0.125rem solid #cde1e4;
}
.job_overview .entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
  padding-bottom: 1.5em;
  align-items: flex-start;
}
.job_overview .entry .description {
  margin-bottom: 1.5em;
}

/* Source common/css/styles/screen/karrierepaket_counter.scss */

.kpt_counter_overview {
  margin-bottom: 1.5em;
  display: inline-grid;
  gap: 0.75em;
  grid-template-columns: repeat(2, 1fr);
}
.kpt_counter_entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 0.75em;
}
@media (min-width: 35rem) {
  .kpt_counter_entry {
    aspect-ratio: 1/1;
    max-width: 11.25rem;
  }
}
.kpt_counter_entry .description {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: calc((1.125rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .description {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry .description {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .description {
    font-size: 1.25rem;
  }
}
.kpt_counter_entry .number_wrapper {
  color: #0091A3;
  display: block;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: relative;
  text-align: center;
  letter-spacing: calc((2.5rem + 2.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2.5rem;
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    letter-spacing: calc(5rem * 0);
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: 5rem;
  }
}
.kpt_counter_entry .number_wrapper .number {
  position: absolute;
}
.kpt_counter_entry .number_wrapper .number.number_fix {
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.tilted_counter_overview .kpt_counter_entry {
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2.25em;
  position: relative;
  z-index: 10;
}
.tilted_counter_overview .kpt_counter_entry:after {
  background-color: #EEF5F6;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.tilted_counter_overview .kpt_counter_entry .description {
  align-self: center;
  color: #030D17;
  margin-bottom: 0;
  padding: 0.5rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.tilted_counter_overview .kpt_counter_entry .number_wrapper {
  flex-shrink: 0;
  padding: 0 0.5rem;
  transform-origin: 0 100%;
  transform: translateY(-35%) translateX(-1.6666666667rem) rotateZ(-12deg);
  letter-spacing: calc((2.5rem + 2.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2.5rem;
}
@media (min-width: 93.75rem) {
  .tilted_counter_overview .kpt_counter_entry .number_wrapper {
    letter-spacing: calc(5rem * 0);
  }
}
@media (min-width: 20rem) {
  .tilted_counter_overview .kpt_counter_entry .number_wrapper {
    font-size: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .tilted_counter_overview .kpt_counter_entry .number_wrapper {
    font-size: 5rem;
  }
}

/* Source common/css/styles/screen/karrierepaket_formulare.scss */

.visible_for_screen_reader, .form_elements .entry.nolabel .label {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -624.9375rem;
  width: 0.0625rem;
}

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

.kpt_form .title {
  max-width: 62.5rem;
}
@media (min-width: 35rem) {
  .kpt_form .button_wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

.kpt_form_application {
  max-width: 62.5rem;
}
@media (min-width: 47.5rem) {
  .kpt_form_application {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3em;
  }
  .kpt_form_application .required_description {
    grid-area: 1/1/2/3;
  }
  .kpt_form_application .form_fieldset.apply_as {
    grid-area: 2/1/3/2;
  }
  .kpt_form_application .form_fieldset.personal_informations {
    grid-area: 3/1/7/2;
  }
  .kpt_form_application .form_fieldset.documents {
    grid-area: 2/2/6/3;
  }
  .kpt_form_application .form_fieldset.locations {
    grid-area: 6/2/7/3;
  }
  .kpt_form_application .form_fieldset.message {
    grid-area: 7/1/8/3;
  }
  .kpt_form_application .checkbox.control {
    grid-area: 8/1/9/3;
  }
  .kpt_form_application .frc-captcha {
    grid-area: 9/1/10/3;
  }
  .kpt_form_application .button_wrapper {
    grid-area: 10/1/11/3;
  }
}
.kpt_form_application .form_elements {
  display: flex;
  flex-direction: column;
}
.kpt_form_application .required_description {
  margin-bottom: 1.5em;
}
.kpt_form_application.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.kpt_form_application.center .form_fieldset.locations {
  order: 1;
}
.kpt_form_application.center .checkbox.control {
  order: 2;
}
.kpt_form_application.center .frc-captcha {
  order: 3;
}
.kpt_form_application.center .button_wrapper {
  order: 4;
}
@media (min-width: 47.5rem) {
  .kpt_form_application.center .form_elements.personal_informations,
.kpt_form_application.center .form_elements.documents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kpt_form_application.center .form_elements.personal_informations .entry,
.kpt_form_application.center .form_elements.documents .entry {
    flex: 0 0 calc(50% - 1.5em);
  }
}

.kpt_form.center .title {
  text-align: center;
  margin: 0 auto;
}

.kpt_form_application_short {
  max-width: 50rem;
}
.kpt_form_application_short .form_elements {
  display: flex;
  flex-direction: column;
  margin: 1.5em 0;
}
.kpt_form_application_short .form_elements .entry {
  order: 3;
}
.kpt_form_application_short .form_elements .entry_first_name {
  order: 1;
}
.kpt_form_application_short .form_elements .entry_family_name {
  order: 2;
}
@media (min-width: 47.5rem) {
  .kpt_form_application_short .form_elements {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kpt_form_application_short .form_elements .entry {
    order: 0;
    flex: 0 0 calc(50% - 1.5em);
  }
}

.kpt_form_application_short_state {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
}
.kpt_form_application_short_state:checked ~ .kpt_form_application_short.popup {
  visibility: visible;
  opacity: 1;
  padding: 3em;
}

.kpt_form_application_short_button_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

.kpt_form_application_quick {
  max-width: 50rem;
}
.kpt_form_application_quick .form_elements {
  display: flex;
  flex-direction: column;
}
@media (min-width: 47.5rem) {
  .kpt_form_application_quick .form_elements {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kpt_form_application_quick .form_elements .entry_job_interest {
    flex: 1 1 100%;
  }
  .kpt_form_application_quick .form_elements .entry_select_location {
    flex: 0 0 calc(50% - 1.5em);
  }
  .kpt_form_application_quick .form_elements .entry_online_resume_link {
    flex: 1 0 calc(50% - 1.5em);
  }
  .kpt_form_application_quick .form_elements .entry_select_location + .entry_online_resume_link {
    flex: 0 0 calc(50% - 1.5em);
  }
}

.radio_wrapper {
  display: block;
  min-height: 0.0625rem;
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 1.5em;
}
.radio_wrapper .row > .span_column {
  position: relative;
}
.radio_wrapper .label {
  padding: 0.75em 1.5em;
  background-color: #00ABC0;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
  transition: all 300ms;
}
.radio_wrapper .label .icon {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  fill: #030D17;
  flex: 0 0 auto;
}
.radio_wrapper .label img {
  border-radius: 0rem;
  display: block;
}
.radio_wrapper .label .radio_text {
  color: #030D17;
  display: block;
  padding: 1.5em;
  font-family: "Oswald", sans-serif;
}
.radio_wrapper .radio:hover + .label,
.radio_wrapper .radio:focus + .label {
  background-color: #0091A3;
}
.radio_wrapper .radio:hover + .label .radio_text,
.radio_wrapper .radio:focus + .label .radio_text {
  color: #fff;
}
.radio_wrapper .radio:hover + .label .icon,
.radio_wrapper .radio:focus + .label .icon {
  fill: #fff;
}
.radio_wrapper .radio {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.radio_wrapper .radio:checked + .label {
  background-color: #0F4C81;
}
.radio_wrapper .radio:checked + .label .radio_text {
  color: #fff;
}
.radio_wrapper .radio:checked + .label .icon {
  fill: #fff;
}

.icon_input_wrapper {
  align-items: stretch;
  background-color: #00ABC0;
  border-radius: 0rem;
  display: flex;
  flex-grow: 1;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.icon_input_wrapper > .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1.5em;
}
.icon_input_wrapper > .icon svg {
  display: block;
  fill: #030D17;
  height: 2.75rem;
  width: 2.75rem;
}
.icon_input_wrapper .checkbox,
.icon_input_wrapper .input_textfield {
  align-items: center;
  background-color: #EEF5F6;
  border-radius: 0rem;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 0.75em 1.5em;
  display: flex;
}
.icon_input_wrapper .checkbox .input,
.icon_input_wrapper .input_textfield .input {
  margin-bottom: 0;
}
.icon_input_wrapper .checkbox .text,
.icon_input_wrapper .input_textfield .text {
  flex-grow: 1;
  color: #030D17;
  padding-right: 0.75em;
  position: relative;
  z-index: 9999;
}
.icon_input_wrapper .checkbox .indicator .icon,
.icon_input_wrapper .input_textfield .indicator .icon {
  height: 100%;
  width: 100%;
}
.icon_input_wrapper .input[type=text] {
  border: 0.125rem solid #cde1e4;
  height: 3.375rem;
  opacity: 1;
  padding: 0 0.75em;
  position: relative;
  width: 100%;
}

.kpt_form_application_express .frc-captcha .frc-container {
  justify-content: flex-start;
}
.kpt_form_application_express .button_overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kpt_form_application_express .button_overview .button {
  margin: 0;
}
.kpt_form_application_express .button_overview .button_wrapper,
.kpt_form_application_express .button_overview .next_button {
  margin-left: auto;
}

.kpt_form_application_express.multipage {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 3em;
  border-radius: 0rem;
}
.kpt_form_application_express.multipage .progress_bar_wrapper {
  position: relative;
  width: 100%;
}
.kpt_form_application_express.multipage .progress_bar_wrapper .progress_bar {
  background: #0F4C81;
  height: 0.125rem;
  left: 0;
  margin-bottom: 2.25em;
  max-width: 0;
  position: relative;
  top: 0;
  transition: max-width 300ms ease-in;
  width: 100%;
  height: 0.25rem;
  border-radius: 0rem;
}
.kpt_form_application_express.multipage .progress_bar_wrapper::before {
  background-color: #EEF5F6;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.kpt_form_application_express.multipage .form_page {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.kpt_form_application_express.multipage .form_page.active {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
  visibility: visible;
}
.kpt_form_application_express.multipage .form_page .sub_title {
  font-weight: 700;
}
.kpt_form_application_express.multipage .form_page .title {
  padding-top: 0;
}
.kpt_form_application_express.multipage .button_overview {
  margin-top: 1.5em;
}

.select_location_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  align-items: center;
}
.select_location_wrapper > .text {
  flex: 1 0 100%;
  margin-right: 0.75em;
}
@media (min-width: 47.5rem) {
  .select_location_wrapper > .text {
    flex: 0 0 auto;
  }
}
.select_location_wrapper .button {
  margin: 0.75em 0.75em 0.75em 0;
}

.radio_wrapper .select_location_option {
  display: flex;
}
.radio_wrapper .select_location_option.hide {
  display: none;
}

/* Source common/css/styles/screen/legal_notice_font_overview.scss */

.legal_notice_font_overview p {
  margin-bottom: 0;
}
.legal_notice_font_overview li {
  margin-bottom: 0.75em;
}

/* Source common/css/styles/screen/main.scss */

.on_dark p, .bg_blue p,
.on_dark .title,
.bg_blue .title,
.on_dark .site_title,
.bg_blue .site_title,
.on_dark .sub_title,
.bg_blue .sub_title,
.on_dark .company_name,
.bg_blue .company_name,
.on_dark .label,
.bg_blue .label,
.on_dark .overview_title,
.bg_blue .overview_title {
  color: #fff;
}
.on_dark ul li, .bg_blue ul li {
  color: #fff;
}
.on_dark a:not(.button), .bg_blue a:not(.button) {
  color: #fff;
}
.on_dark .touch_link .title, .bg_blue .touch_link .title {
  color: #fff;
}
.on_dark .button.outline, .bg_blue .button.outline {
  background: transparent;
  border: 0.125rem solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button.outline > span, .bg_blue .button.outline > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button.outline > span, .bg_blue .button.outline > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button.outline > span, .bg_blue .button.outline > span {
    min-height: 3.125rem;
  }
}
.on_dark .button.outline .icon, .bg_blue .button.outline .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button.outline .text, .bg_blue .button.outline .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.on_dark .button.outline .icon + .text, .bg_blue .button.outline .icon + .text {
  padding-left: 0.4995em;
}
.on_dark .button.outline:focus-visible, .bg_blue .button.outline:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.on_dark .button.outline:focus-visible .icon, .bg_blue .button.outline:focus-visible .icon {
  fill: #fff;
}
.on_dark .button.outline:hover, .bg_blue .button.outline:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.on_dark .button.outline:hover .icon, .bg_blue .button.outline:hover .icon {
  fill: #fff;
}
.on_dark .button.outline:active, .bg_blue .button.outline:active, .on_dark .button.outline.active, .bg_blue .button.outline.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button.outline:active > span, .bg_blue .button.outline:active > span, .on_dark .button.outline.active > span, .bg_blue .button.outline.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button.outline:active > span, .bg_blue .button.outline:active > span, .on_dark .button.outline.active > span, .bg_blue .button.outline.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button.outline:active > span, .bg_blue .button.outline:active > span, .on_dark .button.outline.active > span, .bg_blue .button.outline.active > span {
    min-height: 3.125rem;
  }
}
.on_dark .button.outline:active .icon, .bg_blue .button.outline:active .icon, .on_dark .button.outline.active .icon, .bg_blue .button.outline.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button.outline:active .text, .bg_blue .button.outline:active .text, .on_dark .button.outline.active .text, .bg_blue .button.outline.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.on_dark .button.outline:active .icon + .text, .bg_blue .button.outline:active .icon + .text, .on_dark .button.outline.active .icon + .text, .bg_blue .button.outline.active .icon + .text {
  padding-left: 0.4995em;
}
.on_dark .sub_title:before, .bg_blue .sub_title:before {
  background: #fff;
}

.page_wrapper {
  overflow-x: hidden;
}

.main_content_wrapper {
  padding-top: 5rem;
}
@media (min-width: 20rem) {
  .main_content_wrapper {
    padding-top: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .main_content_wrapper {
    padding-top: 12.5rem;
  }
}
.startpage .main_content_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.digital_sites .main_content_wrapper {
  max-width: 88.75rem;
  margin: 0 auto;
}
.digital_sites.infolinks .main_content_wrapper, .digital_sites.extend_bottom .main_content_wrapper {
  padding-bottom: 5rem;
}
@media (min-width: 20rem) {
  .digital_sites.infolinks .main_content_wrapper, .digital_sites.extend_bottom .main_content_wrapper {
    padding-bottom: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .digital_sites.infolinks .main_content_wrapper, .digital_sites.extend_bottom .main_content_wrapper {
    padding-bottom: 12.5rem;
  }
}

.ot_container {
  padding-bottom: 5rem;
}
@media (min-width: 20rem) {
  .ot_container {
    padding-bottom: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_container {
    padding-bottom: 12.5rem;
  }
}

.bg_blue {
  position: relative;
}
.bg_blue:after {
  background: #0F4C81;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  .bg_blue.to_left > .entry, .bg_blue.to_left > nav {
    padding-right: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .bg_blue.to_left > .entry, .bg_blue.to_left > nav {
    padding-right: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .bg_blue.to_left > .entry, .bg_blue.to_left > nav {
    padding-right: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .bg_blue.to_left:after {
    right: 0;
    left: -100vw;
  }
}
@media (min-width: 61.875rem) {
  .bg_blue.to_right > .entry, .bg_blue.to_right > nav {
    padding-left: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .bg_blue.to_right > .entry, .bg_blue.to_right > nav {
    padding-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .bg_blue.to_right > .entry, .bg_blue.to_right > nav {
    padding-left: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .bg_blue.to_right:after {
    left: 0;
    right: -100vw;
  }
}

.bg_lightblue {
  position: relative;
}
.bg_lightblue:after {
  background: #00ABC0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  .bg_lightblue.to_left > .entry {
    padding-right: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .bg_lightblue.to_left > .entry {
    padding-right: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .bg_lightblue.to_left > .entry {
    padding-right: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .bg_lightblue.to_left:after {
    right: 0;
    left: -100vw;
  }
}
@media (min-width: 61.875rem) {
  .bg_lightblue.to_right > .entry {
    padding-left: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .bg_lightblue.to_right > .entry {
    padding-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .bg_lightblue.to_right > .entry {
    padding-left: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .bg_lightblue.to_right:after {
    left: 0;
    right: -100vw;
  }
}

.full_height {
  height: 100%;
}

.align_center {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline .title {
  padding-top: 0;
}

.sub_title {
  padding-left: 2.25em;
  position: relative;
}
.sub_title:before {
  background: #030D17;
  content: "";
  height: 0.1875rem;
  position: absolute;
  top: 48%;
  width: 1.875rem;
  left: 0;
}

.container_narrow {
  max-width: 88.75rem;
  margin: 0 auto;
}

.button_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  margin-top: 1.5em;
}
.button_wrapper .button {
  margin: 0;
}

.spacing_top {
  margin-top: 1.5em;
}

.overview .touch_link {
  border-bottom: 0.0625rem solid #cde1e4;
  padding: 1em 0;
}
.overview .touch_link .title {
  display: flex;
  width: 100%;
  margin: 0;
}
.overview .touch_link .title .icon {
  fill: #00ABC0;
}

.grid_1_4 {
  display: grid;
  grid-template-columns: 1fr;
}
.grid_1_4 > *:not(:last-child) {
  border-bottom: 0.125rem solid #cde1e4;
}
.grid_1_4.digital_teaser > * {
  margin: 0.75em 0;
}
.grid_1_4.digital_teaser > * .touch_link {
  padding: 1.5em;
  height: 100%;
}
@media (min-width: 35rem) {
  .grid_1_4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_1_4 > *:not(:last-child) {
    border-bottom: none;
  }
  .grid_1_4 > *:nth-child(odd):not(:last-child) {
    border-right: 0.125rem solid #cde1e4;
  }
}
@media (min-width: 93.75rem) {
  .grid_1_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid_1_4 > * {
    border-right: none;
  }
  .grid_1_4 > *:not(:nth-child(4n)):not(:last-child) {
    border-right: 0.125rem solid #cde1e4;
  }
}

.grid_1_2 {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.grid_1_2 > *:not(:last-child) {
  border-bottom: 0.1875rem solid #cde1e4;
}
@media (min-width: 93.75rem) {
  .grid_1_2 {
    flex-direction: row;
    gap: 0;
  }
  .grid_1_2 > * {
    flex: 0 1 48% !important;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .grid_1_2 > *:nth-child(odd) {
    padding-right: 4.5em;
  }
  .grid_1_2 > *:nth-child(even) {
    padding-left: 4.5em;
  }
  .grid_1_2 > *:not(:last-child) {
    border-right: 0.1875rem solid #cde1e4;
    border-bottom: 0;
  }
}

.infolist_overview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5em;
}

.download_overview .entry,
.onlinetool_v2_overview .entry,
.useful_link_overview .entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
  padding-bottom: 1.5em;
  align-items: flex-start;
}
.download_overview .entry .description,
.onlinetool_v2_overview .entry .description,
.useful_link_overview .entry .description {
  margin-bottom: 1.5em;
}
.download_overview .entry > .icon,
.onlinetool_v2_overview .entry > .icon,
.useful_link_overview .entry > .icon {
  fill: #0F4C81;
  flex-shrink: 0;
  height: 1.875rem;
  width: 1.875rem;
}

/* Source common/css/styles/screen/offcanvas_menu.scss */

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  font-size: 112.5%;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
  display: inline-flex;
  background: #fff;
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn .icon {
  position: relative;
  height: 0.75rem;
  width: 1rem;
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #030D17;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms;
}
.toggle_offcanvas_menu .open_btn .icon .line_1 {
  top: 0;
  left: 0;
}
.toggle_offcanvas_menu .open_btn .icon .line_2 {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.toggle_offcanvas_menu .open_btn .icon .line_3 {
  top: 100%;
  transform: translateY(-100%);
  left: 0;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_2 {
  transform: translateY(-50%) scaleX(0);
}
.toggle_offcanvas_menu .open_btn.open .icon .line_3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .sr_open {
  display: none;
}
.toggle_offcanvas_menu .open_btn.open .sr_close {
  display: block;
}

.offcanvas_menu {
  display: flex;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(3, 13, 23, 0.5);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding: 0.75em;
  min-height: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 15.625rem;
  position: absolute;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 21.875rem;
  }
}
@media (min-width: 35rem) {
  .offcanvas_menu .menu_wrapper {
    width: 31.25rem;
    padding: 1.5em 3em;
  }
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  margin-bottom: 0.75em;
  display: inline-flex;
}
.offcanvas_menu .close_btn .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0;
  margin-right: 0.75em;
  position: relative;
}
.offcanvas_menu .close_btn .icon .line {
  background: #030D17;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .line_2 {
  top: 50%;
  transition: bottom 300ms, transform 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  display: flex;
  flex-direction: row;
  color: #030D17;
  font-size: 120%;
  line-height: 3.575rem;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.offcanvas_menu .navigation > ul > li > a .icon {
  display: inline-block;
  fill: #030D17;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .navigation > ul > li > a .icon svg {
  transition: 300ms;
}
.offcanvas_menu .navigation > ul > li > a.active {
  color: #0F4C81;
}
.offcanvas_menu .navigation > ul > li > a.active:before {
  background: #00ABC0;
  content: "";
  height: 0.1875rem;
  position: absolute;
  bottom: 0.625rem;
  width: 1.875rem;
  transition: width 300ms;
  left: 0;
}
.offcanvas_menu .navigation > ul > li ul {
  padding-left: 1.5em;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .navigation > ul li.expanded > a .icon svg {
  transform: rotate(180deg);
}
.offcanvas_menu .navigation > ul ul a {
  color: #030D17;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul ul a:hover {
  text-decoration: underline;
}
.offcanvas_menu .navigation > ul ul a.active {
  color: #0F4C81;
  font-weight: 700;
}
.offcanvas_menu .navigation > ul ul a .icon {
  display: inline-block;
  fill: #030D17;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .navigation > ul ul a .icon svg {
  transition: 300ms;
}

/* Source common/css/styles/screen/on_dark.scss */

.on_dark p,
.on_dark .title,
.on_dark .site_title,
.on_dark .sub_title,
.on_dark .company_name,
.on_dark .label,
.on_dark .overview_title {
  color: #fff;
}
.on_dark ul li {
  color: #fff;
}
.on_dark a:not(.button) {
  color: #fff;
}
.on_dark .touch_link .title {
  color: #fff;
}
.on_dark .button.outline {
  background: transparent;
  border: 0.125rem solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button.outline > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button.outline > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button.outline > span {
    min-height: 3.125rem;
  }
}
.on_dark .button.outline .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button.outline .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.on_dark .button.outline .icon + .text {
  padding-left: 0.4995em;
}
.on_dark .button.outline:focus-visible {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #EEF5F6;
}
.on_dark .button.outline:focus-visible .icon {
  fill: #fff;
}
.on_dark .button.outline:hover {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.on_dark .button.outline:hover .icon {
  fill: #fff;
}
.on_dark .button.outline:active, .on_dark .button.outline.active {
  box-shadow: 0 0 0.1875rem #00707e inset;
  background: #00707e;
  border: 0.125rem solid #00707e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button.outline:active > span, .on_dark .button.outline.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button.outline:active > span, .on_dark .button.outline.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button.outline:active > span, .on_dark .button.outline.active > span {
    min-height: 3.125rem;
  }
}
.on_dark .button.outline:active .icon, .on_dark .button.outline.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button.outline:active .text, .on_dark .button.outline.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.on_dark .button.outline:active .icon + .text, .on_dark .button.outline.active .icon + .text {
  padding-left: 0.4995em;
}
.on_dark .sub_title:before {
  background: #fff;
}

/* Source common/css/styles/screen/onlinetool_popup.scss */

.onlinetools_popup_overview .entry {
  margin: 0 0 0.75em;
}
.onlinetools_popup_overview .description {
  display: block;
  margin-bottom: 0.75em;
}
.onlinetools_popup_overview .touch_link .title {
  margin: 0 0 0.375em;
  padding: 0;
}

.popup_overlay,
.popup_overlay_v2 {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(3, 13, 23, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 1% 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
  z-index: -1;
}
.popup_overlay.show,
.popup_overlay_v2.show {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}

.popup_header {
  padding: 0 0 0 1.5em;
}

.popup_close {
  align-items: center;
  background: #0F4C81;
  border-radius: 0rem 0rem 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4275em;
  text-align: center;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 3.375rem;
  }
}
.popup_close svg {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

.popup_content {
  height: 100%;
  margin: 0 auto;
  max-width: 113.75rem;
  opacity: 0;
  position: relative;
  transform: scale(0.6);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 9500;
}
.popup_content.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.popup_content .content {
  background: #EEF5F6;
  bottom: 0;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  right: 0;
  top: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_content .content {
    top: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 3.375rem;
  }
}

.popup_iframe {
  background: #EEF5F6;
  border: 0;
  height: 100%;
  opacity: 0;
  position: relative;
  transition: opacity 300ms;
  width: 100%;
  z-index: 1;
}
.popup_iframe.show {
  opacity: 1;
}

/* Source common/css/styles/screen/open_street_map.scss */

.open_street_map .map {
  height: 21.875rem;
  background-color: #EEF5F6;
  cursor: move;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  max-width: none;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(21.875rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 28.125rem;
  }
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(238, 245, 246, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em auto 0;
  text-align: center;
}
.open_street_map .osm_plan_route {
  margin: 0 auto 0;
  max-width: 56.25rem;
}
.open_street_map .osm_plan_route .disclaimer {
  color: #030D17;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    margin: 0 1.5em 0 0;
    max-width: 40.625rem;
  }
  .open_street_map .plan_route .saddr input {
    margin-bottom: 0;
  }
}
.open_street_map .plan_route .select_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.75em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.5em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper .select {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .button_wrapper button {
    margin-bottom: 0;
  }
}
.open_street_map .ol-viewport {
  touch-action: pan-y !important;
}
.open_street_map .ol-overlaycontainer-stopevent button {
  align-items: center;
  background: #00ABC0;
  border: 0.125rem solid #00ABC0;
  border-radius: 0rem;
  color: #030D17;
  display: inline-flex;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #0091A3;
  border: 0.125rem solid #0091A3;
  box-shadow: 0 0 0 0.1875rem rgba(15, 76, 129, 0.2);
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #0091A3;
  border: 0.125rem solid #0091A3;
  color: #fff;
}
.open_street_map .ol-overlaycontainer-stopevent button.disabled {
  cursor: default;
  opacity: 0.6;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  position: absolute;
  right: 0.3125rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.375rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 3rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

/* Source common/css/styles/screen/opening_times.scss */

.opening_times .entries {
  column-gap: 2.25em;
  display: flex;
  flex-wrap: wrap;
}

/* Source common/css/styles/screen/ot_main.scss */

@charset "UTF-8";
.nobreak {
  white-space: nowrap;
}

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

::selection {
  background: #0a3153;
  color: #fff;
}

* {
  -webkit-tap-highlight-color: rgba(15, 76, 129, 0.1);
  box-sizing: border-box;
}
@media (min-width: 61.875rem) {
  * {
    hyphens: none;
  }
}

main {
  display: block;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #EEF5F6;
  color: #030D17;
  font-family: "Lato", sans-serif;
  font-feature-settings: "liga", "kern";
  font-kerning: normal;
  font-weight: 300;
  hyphenate-limit-chars: 6 3 2;
  hyphens: auto;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 160rem;
  position: relative;
  text-rendering: geometricPrecision;
}
@media (min-width: 93.75rem) {
  body {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body {
    font-size: 1.125rem;
  }
}
body.no_scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
  hyphens: none;
  word-wrap: break-word;
}

h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
  letter-spacing: calc((2.5rem + 2.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2.5rem;
  color: #030D17;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(5rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 5rem;
  }
}

h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
  letter-spacing: calc((1.875rem + 1.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.875rem;
  color: #030D17;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.75em;
  padding-top: 0.75em;
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    letter-spacing: calc(3.125rem * 0);
  }
}
@media (min-width: 20rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: 3.125rem;
  }
}

h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
  letter-spacing: calc((1.25rem + 0.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  color: #030D17;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.75em;
  padding-top: 0.75em;
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    letter-spacing: calc(1.875rem * 0);
  }
}
@media (min-width: 20rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: 1.875rem;
  }
}

h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
  letter-spacing: calc((1.125rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #030D17;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    letter-spacing: calc(1.375rem * 0);
  }
}
@media (min-width: 20rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: 1.375rem;
  }
}

h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #030D17;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: 1.125rem;
  }
}

h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
  letter-spacing: calc((0.75rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.75rem;
  color: #030D17;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 93.75rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    letter-spacing: calc(0.875rem * 0);
  }
}
@media (min-width: 20rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    font-size: 0.875rem;
  }
}

p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #030D17;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: 1.125rem;
  }
}

a {
  color: #0F4C81;
  text-decoration: underline;
  transition: color 300ms;
}
a:active, a.active {
  color: #030D17;
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem solid #030D17;
  outline-offset: 0.125rem;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[tabindex="-1"] {
  display: block;
}
a[tabindex="-1"]:focus {
  outline: 0;
}
a[tabindex="-1"][id] {
  position: relative;
}
a[tabindex="-1"][id]:after {
  content: "";
}
a.touch_link {
  color: #030D17;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #0F4C81;
  display: inline-flex;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  transition: color 300ms;
  flex-direction: row;
  justify-content: space-between;
}
a.touch_link .title.active {
  color: #030D17;
}
a.touch_link .title .icon {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 300ms;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.125rem solid rgba(3, 13, 23, 0.8);
  outline-offset: 0.0625rem;
  text-decoration: none;
}
a.touch_link:focus .title .icon {
  transform: translateX(-0.75em);
}
a.touch_link:focus[data-focus-method=mouse] .title, a.touch_link:focus[data-focus-method=touch] .title {
  outline: 0;
}
a.touch_link:hover .title {
  text-decoration: none;
}
a.touch_link:hover .title .icon {
  transform: translateX(-0.75em);
}

.highlighted:not(.form) {
  animation: highlighted_anchor 900ms;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 0 0.75em 1ch;
  text-indent: -1ch;
}
blockquote:before {
  content: "„";
}
blockquote:after {
  content: "“";
}

small {
  font-size: 85%;
}

sup {
  font-size: 85%;
  line-height: 1;
  position: relative;
  top: -0.3125rem;
}

sub {
  bottom: -0.125rem;
  font-size: 85%;
  line-height: 1;
  position: relative;
}

.table {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5em;
  overflow-y: auto;
}

* + .table {
  margin-top: 1.5em;
}

table {
  border-bottom: 0.125rem solid #cde1e4;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

.responsive_table {
  overflow-x: auto;
}
.responsive_table table {
  min-width: 25rem;
}
.responsive_table_500 {
  overflow-x: auto;
}
.responsive_table_500 table {
  min-width: 31.25rem;
}
.responsive_table_600 {
  overflow-x: auto;
}
.responsive_table_600 table {
  min-width: 37.5rem;
}
.responsive_table_700 {
  overflow-x: auto;
}
.responsive_table_700 table {
  min-width: 43.75rem;
}
.responsive_table_800 {
  overflow-x: auto;
}
.responsive_table_800 table {
  min-width: 50rem;
}
.responsive_table_900 {
  overflow-x: auto;
}
.responsive_table_900 table {
  min-width: 56.25rem;
}

th {
  font-weight: 700;
  text-align: left;
}

td,
th {
  border-top: 0.125rem solid #cde1e4;
  padding: 0.4995em;
  transition: background 300ms;
  vertical-align: top;
}

tr:hover td,
tr:hover th {
  background: #EEF5F6;
}

ol {
  counter-reset: list;
  list-style: none;
  margin: 0 0 0.75em;
  padding: 0;
}
ol > li {
  padding-left: 1.5em;
  position: relative;
}
ol > li:before {
  color: #0F4C81;
  content: counter(list) ".";
  counter-increment: list;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  position: absolute;
  text-align: right;
  width: 1.125em;
}
ol ol, ol ul {
  margin: 0;
}

ul {
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%2300ABC0"/></svg>');
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
ul > li {
  padding-left: 0.375em;
}
ul ol, ul ul {
  margin: 0;
}

.defined_list dl {
  border-bottom: 0.125rem solid #cde1e4;
  margin: 0.75em 0;
}
@media (min-width: 35rem) {
  .defined_list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.defined_list dt {
  border-top: 0.125rem solid #cde1e4;
  font-weight: 700;
  padding: 0.75em 0;
}
@media (min-width: 35rem) {
  .defined_list dt {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0.75em 0.75em 0.75em 0;
  }
}
.defined_list dd {
  margin: 0;
}
@media (min-width: 35rem) {
  .defined_list dd {
    border-top: 0.125rem solid #cde1e4;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0.75em 0.4995em 0 0;
  }
}

nav {
  user-select: none;
}
nav ol {
  margin: 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  margin: 0;
  padding: 0;
}
nav li:before {
  display: none;
}

figure {
  margin: 0 0 1.5em;
}
figure img {
  display: block;
}
figure.center {
  margin-left: auto;
  margin-right: auto;
}
figure.floatleft {
  float: left;
  margin-right: 1.5em;
}
figure.floatright {
  float: right;
  margin-left: 1.5em;
}

figcaption {
  font-size: 85%;
  margin-top: 0.375em;
  text-align: left;
}

.img_container {
  overflow: hidden;
}
.img_container img,
.img_container svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.img_resize {
  height: 0;
  position: relative;
  width: 100%;
}

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  user-select: none;
}

svg {
  height: 100%;
  transform: scale(1);
  width: 100%;
}
svg a:focus {
  outline: 0;
}

.ot_external_accordion_svg::before {
  /*Mask wird verwendet um exterenes SVG für Onlinetools Akkordeon zur Verfügung zu stellen*/
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
}

.ot_ui {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .ot_ui {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui {
    font-size: 1.125rem;
  }
}

/* Source common/css/styles/screen/ot_settings.scss */

:root {
  --ot-main-color: #0F4C81;
  --ot-secondary-color: #0F4C81;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #0a3153;
  --ot-rgba-main-01: rgba(15, 76, 129, 0.1);
  --ot-rgba-main-02: rgba(15, 76, 129, 0.2);
  --ot-rgba-main-05: rgba(15, 76, 129, 0.5);
  --ot-rgba-main-08: rgba(15, 76, 129, 0.8);
  --ot-rgba-secondary-01: rgba(15, 76, 129, 0.1);
  --ot-rgba-secondary-02: rgba(15, 76, 129, 0.2);
  --ot-lighten-main-30: #409ae9;
  --ot-main-color-darken-40: black;
  --ot-button-color: #00ABC0;
  --ot-button-active-color: #007e8d;
  --ot-elements-border-radius: 2px;
  --ot-em: 16em;
  --ot-rem: 0.0625rem;
  /* set root for shadowDOM */
  --ot-container-min-width: 20rem;
  --ot-container-max-width: 113.75rem;
  --ot-column-margin-min: 0.9375rem;
  --ot-column-margin-max: 3.125rem;
  --ot-page-max-width: 160rem;
  --ot-xsmall-grid-breakpoint: 20rem;
  --ot-small-grid-breakpoint: 30rem;
  --ot-medium-grid-breakpoint: 35rem;
  --ot-large-grid-breakpoint: 47.5rem;
  --ot-xlarge-grid-breakpoint: 61.875rem;
  --ot-xxlarge-grid-breakpoint: 75rem;
  --ot-xxxlarge-grid-breakpoint: 93.75rem;
  --ot-border-width: 0.125rem;
  --ot-border-radius: 0rem;
  --ot-button-height-min: 2.75rem;
  --ot-button-height-max: 3.375rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #EEF5F6;
  --ot-text-color-light: #fff;
  --ot-text-color: #030D17;
  --ot-bg-color: #EEF5F6;
  --ot-border-color: #cde1e4;
  --ot-okay-color: #96ca67;
  --ot-okay-bg-color: #ecf6e4;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #0F4C81;
  --ot-popup-overlay-color: rgba(3, 13, 23, 0.5);
  --ot-shadow-color: rgba(0, 0, 0, 0.2);
  --ot-font-family-headline: Oswald, sans-serif;
  --ot-font-family: Lato, sans-serif;
  --ot-font-size-max: 1.125rem;
  --ot-font-size-min: 1rem;
  --ot-font-weight-strong: 700;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 5rem;
  --ot-font-size-h1-min: 2.5rem;
  --ot-font-weight-h1: 400;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.35;
  --ot-text-color-h1: #030D17;
  --ot-font-size-h2-max: 3.125rem;
  --ot-font-size-h2-min: 1.875rem;
  --ot-font-weight-h2: 400;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.35;
  --ot-text-color-h2: #030D17;
  --ot-font-size-h3-max: 1.875rem;
  --ot-font-size-h3-min: 1.25rem;
  --ot-font-weight-h3: 700;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.35;
  --ot-text-color-h3: #030D17;
  --ot-font-size-h4-max: 1.375rem;
  --ot-font-size-h4-min: 1.125rem;
  --ot-font-weight-h4: 400;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.35;
  --ot-text-color-h4: #030D17;
  --ot-font-size-h5-max: 1.125rem;
  --ot-font-size-h5-min: 1rem;
  --ot-font-weight-h5: 400;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.35;
  --ot-text-color-h5: #030D17;
  --ot-font-size-h6-max: 0.875rem;
  --ot-font-size-h6-min: 0.75rem;
  --ot-font-weight-h6: 700;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.35;
  --ot-text-color-h6: #030D17;
  --ot-font-size-legend-max: 1.875rem;
  --ot-font-size-legend-min: 1.25rem;
  --ot-font-weight-legend: 700;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.35;
  --ot-text-color-legend: #030D17;
  --ot-font-size-bigger: 112.5%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 85%;
  --ot-spacing: 1.5em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.125rem;
  --ot-input-bg-color: #EEF5F6;
  --ot-input-border-color: #cde1e4;
  --ot-input-text-color: #030D17;
  --ot-input-focus-bg-color: #EEF5F6;
  --ot-input-focus-border-color: #0F4C81;
  --ot-input-focus-text-color: #030D17;
  --ot-button-bg-color: #00ABC0;
  --ot-button-border-color: #00ABC0;
  --ot-button-text-color: #030D17;
  --ot-button-hover-bg-color: #0091A3;
  --ot-button-hover-border-color: #0091A3;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #0091A3;
  --ot-button-focus-border-color: #0091A3;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #00707e;
  --ot-button-active-border-color: #00707e;
  --ot-button-active-text-color: #fff;
  --ot-button-disabled-bg-color: #EEF5F6;
  --ot-button-disabled-border-color: #ddebed;
  --ot-button-disabled-text-color: #348de5;
}

/* Source common/css/styles/screen/preloader.scss */

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader_rotate 900ms linear infinite;
  display: block;
  fill: #cde1e4;
  height: 3rem;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: 300ms;
  visibility: visible;
  width: 3rem;
}
.preloader .icon_spin.hide {
  opacity: 0;
  visibility: hidden;
}

/* Source common/css/styles/screen/scale_padding.scss */

.p_t_01 {
  padding-top: 0.5rem;
}
@media (min-width: 20rem) {
  .p_t_01 {
    padding-top: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_01 {
    padding-top: 1.25rem;
  }
}

.m_t_01 {
  margin-top: 0.5rem;
}
@media (min-width: 20rem) {
  .m_t_01 {
    margin-top: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_01 {
    margin-top: 1.25rem;
  }
}

.p_t_02 {
  padding-top: 1rem;
}
@media (min-width: 20rem) {
  .p_t_02 {
    padding-top: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_02 {
    padding-top: 2.5rem;
  }
}

.m_t_02 {
  margin-top: 1rem;
}
@media (min-width: 20rem) {
  .m_t_02 {
    margin-top: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_02 {
    margin-top: 2.5rem;
  }
}

.p_t_03 {
  padding-top: 1.5rem;
}
@media (min-width: 20rem) {
  .p_t_03 {
    padding-top: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_03 {
    padding-top: 3.75rem;
  }
}

.m_t_03 {
  margin-top: 1.5rem;
}
@media (min-width: 20rem) {
  .m_t_03 {
    margin-top: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_03 {
    margin-top: 3.75rem;
  }
}

.p_t_04 {
  padding-top: 2rem;
}
@media (min-width: 20rem) {
  .p_t_04 {
    padding-top: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_04 {
    padding-top: 5rem;
  }
}

.m_t_04 {
  margin-top: 2rem;
}
@media (min-width: 20rem) {
  .m_t_04 {
    margin-top: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_04 {
    margin-top: 5rem;
  }
}

.p_t_05 {
  padding-top: 2.5rem;
}
@media (min-width: 20rem) {
  .p_t_05 {
    padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_05 {
    padding-top: 6.25rem;
  }
}

.m_t_05 {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  .m_t_05 {
    margin-top: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_05 {
    margin-top: 6.25rem;
  }
}

.p_t_06 {
  padding-top: 3rem;
}
@media (min-width: 20rem) {
  .p_t_06 {
    padding-top: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_06 {
    padding-top: 7.5rem;
  }
}

.m_t_06 {
  margin-top: 3rem;
}
@media (min-width: 20rem) {
  .m_t_06 {
    margin-top: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_06 {
    margin-top: 7.5rem;
  }
}

.p_t_07 {
  padding-top: 3.5rem;
}
@media (min-width: 20rem) {
  .p_t_07 {
    padding-top: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_07 {
    padding-top: 8.75rem;
  }
}

.m_t_07 {
  margin-top: 3.5rem;
}
@media (min-width: 20rem) {
  .m_t_07 {
    margin-top: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_07 {
    margin-top: 8.75rem;
  }
}

.p_t_08 {
  padding-top: 4rem;
}
@media (min-width: 20rem) {
  .p_t_08 {
    padding-top: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_08 {
    padding-top: 10rem;
  }
}

.m_t_08 {
  margin-top: 4rem;
}
@media (min-width: 20rem) {
  .m_t_08 {
    margin-top: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_08 {
    margin-top: 10rem;
  }
}

.p_t_09 {
  padding-top: 4.5rem;
}
@media (min-width: 20rem) {
  .p_t_09 {
    padding-top: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_09 {
    padding-top: 11.25rem;
  }
}

.m_t_09 {
  margin-top: 4.5rem;
}
@media (min-width: 20rem) {
  .m_t_09 {
    margin-top: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_09 {
    margin-top: 11.25rem;
  }
}

.p_t_1 {
  padding-top: 5rem;
}
@media (min-width: 20rem) {
  .p_t_1 {
    padding-top: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_t_1 {
    padding-top: 12.5rem;
  }
}

.m_t_1 {
  margin-top: 5rem;
}
@media (min-width: 20rem) {
  .m_t_1 {
    margin-top: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_t_1 {
    margin-top: 12.5rem;
  }
}

.p_b_01 {
  padding-bottom: 0.5rem;
}
@media (min-width: 20rem) {
  .p_b_01 {
    padding-bottom: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_01 {
    padding-bottom: 1.25rem;
  }
}

.m_b_01 {
  margin-bottom: 0.5rem;
}
@media (min-width: 20rem) {
  .m_b_01 {
    margin-bottom: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_01 {
    margin-bottom: 1.25rem;
  }
}

.p_b_02 {
  padding-bottom: 1rem;
}
@media (min-width: 20rem) {
  .p_b_02 {
    padding-bottom: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_02 {
    padding-bottom: 2.5rem;
  }
}

.m_b_02 {
  margin-bottom: 1rem;
}
@media (min-width: 20rem) {
  .m_b_02 {
    margin-bottom: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_02 {
    margin-bottom: 2.5rem;
  }
}

.p_b_03 {
  padding-bottom: 1.5rem;
}
@media (min-width: 20rem) {
  .p_b_03 {
    padding-bottom: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_03 {
    padding-bottom: 3.75rem;
  }
}

.m_b_03 {
  margin-bottom: 1.5rem;
}
@media (min-width: 20rem) {
  .m_b_03 {
    margin-bottom: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_03 {
    margin-bottom: 3.75rem;
  }
}

.p_b_04 {
  padding-bottom: 2rem;
}
@media (min-width: 20rem) {
  .p_b_04 {
    padding-bottom: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_04 {
    padding-bottom: 5rem;
  }
}

.m_b_04 {
  margin-bottom: 2rem;
}
@media (min-width: 20rem) {
  .m_b_04 {
    margin-bottom: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_04 {
    margin-bottom: 5rem;
  }
}

.p_b_05 {
  padding-bottom: 2.5rem;
}
@media (min-width: 20rem) {
  .p_b_05 {
    padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_05 {
    padding-bottom: 6.25rem;
  }
}

.m_b_05 {
  margin-bottom: 2.5rem;
}
@media (min-width: 20rem) {
  .m_b_05 {
    margin-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_05 {
    margin-bottom: 6.25rem;
  }
}

.p_b_06 {
  padding-bottom: 3rem;
}
@media (min-width: 20rem) {
  .p_b_06 {
    padding-bottom: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_06 {
    padding-bottom: 7.5rem;
  }
}

.m_b_06 {
  margin-bottom: 3rem;
}
@media (min-width: 20rem) {
  .m_b_06 {
    margin-bottom: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_06 {
    margin-bottom: 7.5rem;
  }
}

.p_b_07 {
  padding-bottom: 3.5rem;
}
@media (min-width: 20rem) {
  .p_b_07 {
    padding-bottom: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_07 {
    padding-bottom: 8.75rem;
  }
}

.m_b_07 {
  margin-bottom: 3.5rem;
}
@media (min-width: 20rem) {
  .m_b_07 {
    margin-bottom: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_07 {
    margin-bottom: 8.75rem;
  }
}

.p_b_08 {
  padding-bottom: 4rem;
}
@media (min-width: 20rem) {
  .p_b_08 {
    padding-bottom: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_08 {
    padding-bottom: 10rem;
  }
}

.m_b_08 {
  margin-bottom: 4rem;
}
@media (min-width: 20rem) {
  .m_b_08 {
    margin-bottom: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_08 {
    margin-bottom: 10rem;
  }
}

.p_b_09 {
  padding-bottom: 4.5rem;
}
@media (min-width: 20rem) {
  .p_b_09 {
    padding-bottom: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_09 {
    padding-bottom: 11.25rem;
  }
}

.m_b_09 {
  margin-bottom: 4.5rem;
}
@media (min-width: 20rem) {
  .m_b_09 {
    margin-bottom: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_09 {
    margin-bottom: 11.25rem;
  }
}

.p_b_1 {
  padding-bottom: 5rem;
}
@media (min-width: 20rem) {
  .p_b_1 {
    padding-bottom: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_b_1 {
    padding-bottom: 12.5rem;
  }
}

.m_b_1 {
  margin-bottom: 5rem;
}
@media (min-width: 20rem) {
  .m_b_1 {
    margin-bottom: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_b_1 {
    margin-bottom: 12.5rem;
  }
}

.p_l_01 {
  padding-left: 0.5rem;
}
@media (min-width: 20rem) {
  .p_l_01 {
    padding-left: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_01 {
    padding-left: 1.25rem;
  }
}

.m_l_01 {
  margin-left: 0.5rem;
}
@media (min-width: 20rem) {
  .m_l_01 {
    margin-left: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_01 {
    margin-left: 1.25rem;
  }
}

.p_l_02 {
  padding-left: 1rem;
}
@media (min-width: 20rem) {
  .p_l_02 {
    padding-left: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_02 {
    padding-left: 2.5rem;
  }
}

.m_l_02 {
  margin-left: 1rem;
}
@media (min-width: 20rem) {
  .m_l_02 {
    margin-left: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_02 {
    margin-left: 2.5rem;
  }
}

.p_l_03 {
  padding-left: 1.5rem;
}
@media (min-width: 20rem) {
  .p_l_03 {
    padding-left: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_03 {
    padding-left: 3.75rem;
  }
}

.m_l_03 {
  margin-left: 1.5rem;
}
@media (min-width: 20rem) {
  .m_l_03 {
    margin-left: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_03 {
    margin-left: 3.75rem;
  }
}

.p_l_04 {
  padding-left: 2rem;
}
@media (min-width: 20rem) {
  .p_l_04 {
    padding-left: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_04 {
    padding-left: 5rem;
  }
}

.m_l_04 {
  margin-left: 2rem;
}
@media (min-width: 20rem) {
  .m_l_04 {
    margin-left: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_04 {
    margin-left: 5rem;
  }
}

.p_l_05 {
  padding-left: 2.5rem;
}
@media (min-width: 20rem) {
  .p_l_05 {
    padding-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_05 {
    padding-left: 6.25rem;
  }
}

.m_l_05 {
  margin-left: 2.5rem;
}
@media (min-width: 20rem) {
  .m_l_05 {
    margin-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_05 {
    margin-left: 6.25rem;
  }
}

.p_l_06 {
  padding-left: 3rem;
}
@media (min-width: 20rem) {
  .p_l_06 {
    padding-left: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_06 {
    padding-left: 7.5rem;
  }
}

.m_l_06 {
  margin-left: 3rem;
}
@media (min-width: 20rem) {
  .m_l_06 {
    margin-left: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_06 {
    margin-left: 7.5rem;
  }
}

.p_l_07 {
  padding-left: 3.5rem;
}
@media (min-width: 20rem) {
  .p_l_07 {
    padding-left: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_07 {
    padding-left: 8.75rem;
  }
}

.m_l_07 {
  margin-left: 3.5rem;
}
@media (min-width: 20rem) {
  .m_l_07 {
    margin-left: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_07 {
    margin-left: 8.75rem;
  }
}

.p_l_08 {
  padding-left: 4rem;
}
@media (min-width: 20rem) {
  .p_l_08 {
    padding-left: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_08 {
    padding-left: 10rem;
  }
}

.m_l_08 {
  margin-left: 4rem;
}
@media (min-width: 20rem) {
  .m_l_08 {
    margin-left: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_08 {
    margin-left: 10rem;
  }
}

.p_l_09 {
  padding-left: 4.5rem;
}
@media (min-width: 20rem) {
  .p_l_09 {
    padding-left: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_09 {
    padding-left: 11.25rem;
  }
}

.m_l_09 {
  margin-left: 4.5rem;
}
@media (min-width: 20rem) {
  .m_l_09 {
    margin-left: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_09 {
    margin-left: 11.25rem;
  }
}

.p_l_1 {
  padding-left: 5rem;
}
@media (min-width: 20rem) {
  .p_l_1 {
    padding-left: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_l_1 {
    padding-left: 12.5rem;
  }
}

.m_l_1 {
  margin-left: 5rem;
}
@media (min-width: 20rem) {
  .m_l_1 {
    margin-left: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_l_1 {
    margin-left: 12.5rem;
  }
}

.p_r_01 {
  padding-right: 0.5rem;
}
@media (min-width: 20rem) {
  .p_r_01 {
    padding-right: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_01 {
    padding-right: 1.25rem;
  }
}

.m_r_01 {
  margin-right: 0.5rem;
}
@media (min-width: 20rem) {
  .m_r_01 {
    margin-right: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_01 {
    margin-right: 1.25rem;
  }
}

.p_r_02 {
  padding-right: 1rem;
}
@media (min-width: 20rem) {
  .p_r_02 {
    padding-right: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_02 {
    padding-right: 2.5rem;
  }
}

.m_r_02 {
  margin-right: 1rem;
}
@media (min-width: 20rem) {
  .m_r_02 {
    margin-right: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_02 {
    margin-right: 2.5rem;
  }
}

.p_r_03 {
  padding-right: 1.5rem;
}
@media (min-width: 20rem) {
  .p_r_03 {
    padding-right: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_03 {
    padding-right: 3.75rem;
  }
}

.m_r_03 {
  margin-right: 1.5rem;
}
@media (min-width: 20rem) {
  .m_r_03 {
    margin-right: calc(1.5rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_03 {
    margin-right: 3.75rem;
  }
}

.p_r_04 {
  padding-right: 2rem;
}
@media (min-width: 20rem) {
  .p_r_04 {
    padding-right: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_04 {
    padding-right: 5rem;
  }
}

.m_r_04 {
  margin-right: 2rem;
}
@media (min-width: 20rem) {
  .m_r_04 {
    margin-right: calc(2rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_04 {
    margin-right: 5rem;
  }
}

.p_r_05 {
  padding-right: 2.5rem;
}
@media (min-width: 20rem) {
  .p_r_05 {
    padding-right: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_05 {
    padding-right: 6.25rem;
  }
}

.m_r_05 {
  margin-right: 2.5rem;
}
@media (min-width: 20rem) {
  .m_r_05 {
    margin-right: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_05 {
    margin-right: 6.25rem;
  }
}

.p_r_06 {
  padding-right: 3rem;
}
@media (min-width: 20rem) {
  .p_r_06 {
    padding-right: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_06 {
    padding-right: 7.5rem;
  }
}

.m_r_06 {
  margin-right: 3rem;
}
@media (min-width: 20rem) {
  .m_r_06 {
    margin-right: calc(3rem + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_06 {
    margin-right: 7.5rem;
  }
}

.p_r_07 {
  padding-right: 3.5rem;
}
@media (min-width: 20rem) {
  .p_r_07 {
    padding-right: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_07 {
    padding-right: 8.75rem;
  }
}

.m_r_07 {
  margin-right: 3.5rem;
}
@media (min-width: 20rem) {
  .m_r_07 {
    margin-right: calc(3.5rem + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_07 {
    margin-right: 8.75rem;
  }
}

.p_r_08 {
  padding-right: 4rem;
}
@media (min-width: 20rem) {
  .p_r_08 {
    padding-right: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_08 {
    padding-right: 10rem;
  }
}

.m_r_08 {
  margin-right: 4rem;
}
@media (min-width: 20rem) {
  .m_r_08 {
    margin-right: calc(4rem + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_08 {
    margin-right: 10rem;
  }
}

.p_r_09 {
  padding-right: 4.5rem;
}
@media (min-width: 20rem) {
  .p_r_09 {
    padding-right: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_09 {
    padding-right: 11.25rem;
  }
}

.m_r_09 {
  margin-right: 4.5rem;
}
@media (min-width: 20rem) {
  .m_r_09 {
    margin-right: calc(4.5rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_09 {
    margin-right: 11.25rem;
  }
}

.p_r_1 {
  padding-right: 5rem;
}
@media (min-width: 20rem) {
  .p_r_1 {
    padding-right: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .p_r_1 {
    padding-right: 12.5rem;
  }
}

.m_r_1 {
  margin-right: 5rem;
}
@media (min-width: 20rem) {
  .m_r_1 {
    margin-right: calc(5rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .m_r_1 {
    margin-right: 12.5rem;
  }
}

/* Source common/css/styles/screen/search.scss */

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0rem 0rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #00ABC0;
  border: 0.125rem solid #00ABC0;
  color: #030D17;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.125rem;
  }
}
form[role=search] button .icon {
  fill: #030D17;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
form[role=search] button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
form[role=search] button .icon + .text {
  padding-left: 0.4995em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3.375rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.375rem;
  }
}
form[role=search] button > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.125rem;
  }
}
form[role=search] button[disabled] {
  background-color: #EEF5F6;
  border-color: #ddebed;
  color: #348de5;
}
form[role=search] button[disabled] .icon {
  fill: #030D17;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(15, 76, 129, 0.2);
  position: relative;
  z-index: 10;
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
form[role=search] button:focus .icon {
  fill: #fff;
}
form[role=search] button .icon {
  height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 3.125rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #EEF5F6;
  border: 0.125rem solid #cde1e4;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0 #cde1e4 inset;
  color: #030D17;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0.75em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms, z-index 300ms;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3.375rem;
  }
}
input[type=search]:focus {
  background: #EEF5F6;
  border-color: #0F4C81;
  box-shadow: 0 0 0.1875rem #0F4C81 inset, 0 0 0 0.1875rem rgba(15, 76, 129, 0.2);
  color: #030D17;
  outline: 0;
  position: relative;
  z-index: 10;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search dl {
  margin: 0 0 0.75em;
  padding-top: 0.375em;
}
.search dl br,
.search dl em,
.search dl img {
  display: none;
}
.search dd {
  margin: 0;
}
.search .count + .pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search .count + .pages a {
  text-decoration: none;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.375em 0.375em 0.375em 0;
  background: #00707e;
  white-space: nowrap;
  color: #fff;
  border-radius: 0rem;
}
.search .count + .pages a:first-of-type {
  margin-left: 0.75em;
  padding: 0 0.75em;
  width: auto;
}
.search .count + .pages a:last-of-type {
  width: auto;
  padding: 0 0.75em;
}
.search .count + .pages a[href] {
  background: #00ABC0;
  color: #030D17;
  transition: all 300ms;
}
.search .count + .pages a[href]:hover {
  background: #0091A3;
  color: #fff;
}

/* Source common/css/styles/screen/search_box.scss */

.toggle_search_box {
  position: relative;
}
.toggle_search_box label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.toggle_search_box label:hover ~ a .icon {
  transform: scale(1.1);
  fill: #fff;
}
.toggle_search_box a {
  fill: #030D17;
}
.toggle_search_box .open_search_box {
  display: flex;
}
.toggle_search_box .close_search_box {
  display: none;
}

.search_box {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.75em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  visibility: hidden;
  z-index: 9999;
}
.search_box .close_search_box_wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search_box .close_search_box_wrapper label {
  background: rgba(3, 13, 23, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
}
.search_box .close_search_box_wrapper .close_search_box {
  min-width: 2.5rem;
  padding: 0;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}
@media (min-width: 20rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: 3.125rem;
  }
}
.search_box .close_search_box_wrapper .close_search_box:hover, .search_box .close_search_box_wrapper .close_search_box:focus {
  background: #0091A3;
  border-color: #0091A3;
  color: #fff;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon, .search_box .close_search_box_wrapper .close_search_box:focus .icon {
  fill: #fff;
}
.search_box form[role=search] {
  background: #EEF5F6;
  border: 0.625rem solid #EEF5F6;
  border-radius: 0rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  display: flex;
  opacity: 0;
  position: relative;
  transform: translateY(-6.25rem);
  transition: 300ms;
  visibility: hidden;
  width: 37.5rem;
  z-index: 1000;
}
.search_box form[role=search] button {
  width: 2.75rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.375rem;
  }
}
.search_box input[type=search] {
  flex: 1 1 auto;
  font-size: 115%;
  user-select: text;
}

.search_box_state {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
}
.search_box_state:checked ~ .search_box, .search_box_state:target ~ .search_box {
  opacity: 1;
  visibility: visible;
}
.search_box_state:checked ~ .search_box .close_search_box_wrapper label, .search_box_state:target ~ .search_box .close_search_box_wrapper label {
  opacity: 1;
  visibility: visible;
}
.search_box_state:checked ~ .search_box form[role=search], .search_box_state:target ~ .search_box form[role=search] {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.search_box_state:checked ~ .page_wrapper .toggle_search_box .open_search_box, .search_box_state:target ~ .page_wrapper .toggle_search_box .open_search_box {
  display: none;
}
.search_box_state:checked ~ .page_wrapper .toggle_search_box .close_search_box, .search_box_state:target ~ .page_wrapper .toggle_search_box .close_search_box {
  display: flex;
}

/* Source common/css/styles/screen/sitemap.scss */


/* Source common/css/styles/screen/steuernews.scss */

.steuernews_preview {
  margin-bottom: 0.75em;
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
}
.steuernews_preview .touch_link {
  background: #fff;
  padding: 1em;
  margin-bottom: 1.5em;
  transition: background 300ms;
}
.steuernews_preview .touch_link .title {
  color: #030D17;
  margin: 0;
  padding: 0;
}
.steuernews_preview .touch_link:hover {
  background: #00ABC0;
}
.steuernews_preview .touch_link:hover .issue_month .icon {
  fill: #fff;
}
.steuernews_preview .image {
  flex: 0 1 35%;
  margin: 0;
  order: 1;
}
@media (min-width: 35rem) {
  .steuernews_preview .image {
    margin-right: 1.5em;
  }
}
@media (min-width: 35rem) {
  .steuernews_preview .photo {
    flex: 0 1 35%;
    margin-right: 1.5em;
  }
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-right: 1.5em;
  width: 100%;
  padding-top: 66.64%;
}
.steuernews_preview .teaser_text {
  order: 2;
}
.steuernews_preview .title {
  word-wrap: break-word;
}
.steuernews_preview .sub_title {
  display: block;
}
.steuernews_preview .issue_month {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.steuernews_preview .issue_month .icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  fill: #00ABC0;
  transition: fill 300ms;
}

.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}
.news_entity > h2:first-of-type {
  padding-top: 0;
}

.news_image {
  display: none;
}
@media (min-width: 75rem) {
  .news_image {
    display: block;
    margin-left: 2.5rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  .news_image {
    margin-left: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .news_image {
    margin-left: 6.25rem;
  }
}
@media (min-width: 75rem) {
  .news_image .bg_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 50rem;
    height: 100vh;
  }
}

.steuernews_issues ul,
.steuernews_navigation ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.steuernews_navigation ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}
.steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
  background: #00ABC0;
  color: #030D17;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  line-height: 2.75rem;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: 3.375rem;
  }
}
.steuernews_issues a:hover, .steuernews_issues a:focus,
.steuernews_navigation a:hover,
.steuernews_navigation a:focus,
.blog_issues a:hover,
.blog_issues a:focus,
.blog_tags a:hover,
.blog_tags a:focus {
  background: #0091A3;
  color: #fff;
}
.steuernews_issues a.active,
.steuernews_navigation a.active,
.blog_issues a.active,
.blog_tags a.active {
  border: #0F4C81 solid 0.125rem;
  background: transparent;
  color: #0F4C81;
  pointer-events: none;
}
.bg_blue .steuernews_issues a,
.bg_blue .steuernews_navigation a,
.bg_blue .blog_issues a,
.bg_blue .blog_tags a {
  color: #030D17;
}
.bg_blue .steuernews_issues a.hover, .bg_blue .steuernews_issues a:hover,
.bg_blue .steuernews_navigation a.hover,
.bg_blue .steuernews_navigation a:hover,
.bg_blue .blog_issues a.hover,
.bg_blue .blog_issues a:hover,
.bg_blue .blog_tags a.hover,
.bg_blue .blog_tags a:hover {
  color: #fff;
}
.bg_blue .steuernews_issues a.active,
.bg_blue .steuernews_navigation a.active,
.bg_blue .blog_issues a.active,
.bg_blue .blog_tags a.active {
  border: #fff solid 0.125rem;
  background: transparent;
  color: #fff;
}
.steuernews_issues.bg_blue a,
.steuernews_navigation.bg_blue a,
.blog_issues.bg_blue a,
.blog_tags.bg_blue a {
  color: #030D17;
}
.steuernews_issues.bg_blue a.hover, .steuernews_issues.bg_blue a:hover,
.steuernews_navigation.bg_blue a.hover,
.steuernews_navigation.bg_blue a:hover,
.blog_issues.bg_blue a.hover,
.blog_issues.bg_blue a:hover,
.blog_tags.bg_blue a.hover,
.blog_tags.bg_blue a:hover {
  color: #fff;
}
.steuernews_issues.bg_blue a.active,
.steuernews_navigation.bg_blue a.active,
.blog_issues.bg_blue a.active,
.blog_tags.bg_blue a.active {
  border: #fff solid 0.125rem;
  background: transparent;
  color: #fff;
}

.steuernews_disclaimer {
  clear: both;
  margin-left: 0;
}

.steuernews_current_issue {
  margin-bottom: 0.75em;
}

/* Source common/css/styles/screen/team.scss */

.team_overview .team_entry {
  flex-direction: column-reverse;
  margin-bottom: 0.75em;
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.team_overview .team_entry .buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 30rem) {
  .team_overview .team_entry .buttons {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: block;
  flex: 0 0 auto;
}
@media (min-width: 61.875rem) {
  .team_overview .photo {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.team_overview .photo img {
  display: block;
}
.team_overview .info {
  flex: 1 1 auto;
  margin-bottom: 0.75em;
}

.team_entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team_entry .photo {
  margin-bottom: 0.75em;
}
.team_entry .photo img {
  display: block;
}
.team_entry .info {
  margin-bottom: 0.75em;
}
.team_entry .buttons .button {
  margin-bottom: 0.75em;
  margin-right: 0.75em;
}

/* Source common/css/styles/screen/teaser.scss */

.teaser {
  display: flex;
  flex-direction: column;
}
.teaser .teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}
.teaser .touch_link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background 300ms;
}
.teaser .touch_link .title,
.teaser .touch_link .additional_title {
  color: #030D17;
  text-align: center;
}
.teaser .touch_link .additional_title {
  font-weight: 700;
  padding: 0;
  margin-bottom: 0.375em;
}
.teaser .touch_link .arrow_icon {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 300ms;
}
.teaser .touch_link:hover {
  background: #EEF5F6;
}
.teaser .touch_link:hover .title {
  outline: 0;
}
.teaser .touch_link:hover .arrow_icon {
  transform: rotate(90deg);
}
.teaser .touch_link:focus {
  outline: 0.125rem solid rgba(3, 13, 23, 0.8);
  outline-offset: 0.625rem;
  background: #EEF5F6;
}
.teaser .touch_link:focus .title {
  outline: 0;
}

/* Source common/css/styles/screen/tooltip.scss */

.tooltip_wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.checkbox .tooltip_wrapper {
  position: static;
}

[role=tooltip] {
  background: #EEF5F6;
  border: 0.125rem solid #cde1e4;
  border-radius: 0rem;
  bottom: 100%;
  color: #030D17;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: visible;
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #EEF5F6;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.625rem;
  position: absolute;
  width: 0;
}
[role=tooltip]:before {
  border: 0.6875rem solid transparent;
  border-top-color: #cde1e4;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  opacity: 0;
  transform: translateY(-0.9375rem);
  visibility: hidden;
}

