/* 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;
}

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

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

[role=tab] {
  align-items: center;
  background-color: #0D1827;
  cursor: pointer;
  display: flex;
  margin: 0 0 0.39em;
  min-width: 100%;
  padding: 0.39em 0.78em;
}
[role=tab] .title {
  color: #fff;
  flex-basis: 100%;
  margin-bottom: 0;
  margin-right: 0.78em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
[role=tab] .icon {
  display: flex;
  fill: #fff;
  height: 1.5rem;
  transition: transform 300ms linear;
  width: 1.5rem;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-180deg);
}
[role=tab]:focus {
  outline: 0;
}

[role=tabpanel] {
  height: auto;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
[role=tabpanel][aria-hidden=false] {
  margin: 0.78em 0 1.56em 0;
  max-height: none;
}
[role=tabpanel].animated {
  transition: all 600ms;
}

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

.address.no_title_padding .company_name {
  padding-top: 0;
}
.address .button_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.address .button_wrapper .button {
  margin-right: 0.78em;
  margin-top: 0.78em;
}
.address .company_name {
  margin-left: 0;
}

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.34em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact strong {
  min-width: 1.5625rem;
}

.address_vcard_button {
  margin: 0.78em 0;
}

.address_call_button {
  margin: 0.78em 0;
}

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

.arrow_list {
  margin: 0;
  padding: 1.04em 0;
}
@media (min-width: 61.875rem) {
  .arrow_list {
    padding: 0 0 1.56em;
  }
}
.arrow_list .number {
  height: 1.3125rem;
  min-width: 1.3125rem;
  width: 1.3125rem;
  align-items: center;
  background-color: #0D1827;
  color: #fff;
  display: inline-flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 90%;
  font-weight: 700;
  justify-content: center;
  margin-right: 0.39em;
}
@media (min-width: 20rem) {
  .arrow_list .number {
    height: calc(1.3125rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .number {
    height: 3.8125rem;
  }
}
@media (min-width: 20rem) {
  .arrow_list .number {
    min-width: calc(1.3125rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .number {
    min-width: 3.8125rem;
  }
}
@media (min-width: 20rem) {
  .arrow_list .number {
    width: calc(1.3125rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .number {
    width: 3.8125rem;
  }
}
.arrow_list .text {
  position: relative;
}
.arrow_list .text .arrow {
  height: 1.875rem;
  min-width: 1.875rem;
  width: 1.875rem;
  display: block;
  fill: #E5DF2C;
  left: 0;
  margin-top: 0.4em;
  position: absolute;
  top: 100%;
}
@media (min-width: 20rem) {
  .arrow_list .text .arrow {
    height: calc(1.875rem + 6.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .text .arrow {
    height: 7.9375rem;
  }
}
@media (min-width: 20rem) {
  .arrow_list .text .arrow {
    min-width: calc(1.875rem + 6.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .text .arrow {
    min-width: 7.9375rem;
  }
}
@media (min-width: 20rem) {
  .arrow_list .text .arrow {
    width: calc(1.875rem + 6.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .text .arrow {
    width: 7.9375rem;
  }
}
.arrow_list .text .arrow.left {
  transform: rotate(90deg) translateX(3%);
  transform-origin: right center;
  left: auto;
  right: 160%;
}
.arrow_list .text:after {
  height: 0.125rem;
  left: 0.9375rem;
  background-color: #E5DF2C;
  content: "";
  margin-top: 0.4em;
  position: absolute;
  right: 0;
  top: 100%;
}
@media (min-width: 20rem) {
  .arrow_list .text:after {
    height: calc(0.125rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .text:after {
    height: 0.4375rem;
  }
}
@media (min-width: 20rem) {
  .arrow_list .text:after {
    left: calc(0.9375rem + 3.03125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .arrow_list .text:after {
    left: 3.96875rem;
  }
}
.arrow_list.left .text:after {
  left: -73%;
}
.arrow_list.hideme_small {
  display: none;
  margin-top: 1.56em;
}
@media (min-width: 61.875rem) {
  .arrow_list.hideme_small {
    display: block;
  }
}
.arrow_list.hideme_large {
  display: block;
  margin-top: 1.56em;
}
@media (min-width: 61.875rem) {
  .arrow_list.hideme_large {
    display: none;
  }
}
.on_dark .arrow_list {
  position: relative;
  z-index: 2;
}
.on_dark .arrow_list .text {
  color: #0D1827;
}
.on_dark .arrow_list:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  .on_dark .arrow_list:before {
    display: none;
    left: calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 20rem) / (73.75) * -2);
  }
}
.on_dark .arrow_list.background_large {
  z-index: 1;
}
.on_dark .arrow_list.background_large:before {
  display: block;
}
@media (min-width: 61.875rem) {
  .on_dark .arrow_list.background_large:before {
    content: "";
    position: absolute;
    top: -100vh;
    left: calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 20rem) / (73.75) * -2);
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
  }
}
@media (min-width: 93.75rem) {
  .on_dark .arrow_list.background_large:before {
    left: -1.5625rem;
  }
}

/* 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_hor {
  fill: #a0a0a0;
  height: 0.5625rem;
  line-height: 0.5625rem;
  width: 4.6875rem;
  position: absolute;
  right: 0.2em;
  top: 0.2em;
}
.author_hora[tabindex="-1"] {
  display: flex;
}
@media (min-width: 35rem) {
  .author_hor {
    bottom: 0.2em;
    top: auto;
  }
}

a[tabindex="-1"].author_hor {
  display: flex;
}

.author_ver {
  display: inline-block;
  fill: #a0a0a0;
  height: 4.6875rem;
  line-height: 4.6875rem;
  width: 0.5625rem;
}

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

.breadcrumbs {
  background-color: #E5DF2C;
  display: inline-block;
  margin-bottom: 2.028em;
  margin-top: 4.368em;
  padding: 0.39em 0.78em;
}
.breadcrumbs ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: flex;
}
.breadcrumbs ul a {
  font-size: 70%;
}
.breadcrumbs ul .separator {
  fill: #0D1827;
  height: 1.0625rem;
  margin: 0 0.78em;
  min-width: 1.0625rem;
  width: 1.0625rem;
}
.breadcrumbs ul .separator svg {
  transform: rotate(-90deg);
}

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

.button {
  border-radius: 0;
  padding: 0 1.56em;
  background: transparent;
  border: 0.125rem solid #0D1827;
  color: #0D1827;
  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 + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.5rem;
  }
}
.button .icon {
  fill: #0D1827;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 700;
  padding: 0.39em 0;
}
.button .icon + .text {
  padding-left: 0.52em;
}
.on_dark .button, .button.button_on_dark {
  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 > span, .button.button_on_dark > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button > span, .button.button_on_dark > span {
    min-height: calc(2.5rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button > span, .button.button_on_dark > span {
    min-height: 3.5rem;
  }
}
.on_dark .button .icon, .button.button_on_dark .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button .text, .button.button_on_dark .text {
  font-weight: 700;
  padding: 0.39em 0;
}
.on_dark .button .icon + .text, .button.button_on_dark .icon + .text {
  padding-left: 0.52em;
}
.on_dark .button:focus, .button.button_on_dark:focus, .button:focus {
  outline: 0;
  background: #E5DF2C;
  border-color: #E5DF2C;
  color: #0D1827;
}
.on_dark .button:focus .icon, .button.button_on_dark:focus .icon, .button:focus .icon {
  fill: #0D1827;
}
.on_dark .button:hover, .button.button_on_dark:hover, .button:hover {
  background: #E5DF2C;
  border-color: #E5DF2C;
  color: #0D1827;
}
.on_dark .button:hover .icon, .button.button_on_dark:hover .icon, .button:hover .icon {
  fill: #0D1827;
}
.on_dark .button:active, .button.button_on_dark:active, .button:active, .button.active {
  background: #E5DF2C;
  border: 0.125rem solid #E5DF2C;
  color: #0D1827;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_dark .button:active > span, .button.button_on_dark:active > span, .button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_dark .button:active > span, .button.button_on_dark:active > span, .button:active > span, .button.active > span {
    min-height: calc(2.5rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_dark .button:active > span, .button.button_on_dark:active > span, .button:active > span, .button.active > span {
    min-height: 3.5rem;
  }
}
.on_dark .button:active .icon, .button.button_on_dark:active .icon, .button:active .icon, .button.active .icon {
  fill: #0D1827;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_dark .button:active .text, .button.button_on_dark:active .text, .button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.39em 0;
}
.on_dark .button:active .icon + .text, .button.button_on_dark:active .icon + .text, .button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.52em;
}
.on_medium .button:focus, .button.button_on_medium:focus {
  background: #0D1827;
  border-color: #0D1827;
  color: #fff;
}
.on_medium .button:focus .icon, .button.button_on_medium:focus .icon {
  fill: #fff;
}
.on_medium .button:hover, .button.button_on_medium:hover {
  background: #0D1827;
  border-color: #0D1827;
  color: #fff;
}
.on_medium .button:hover .icon, .button.button_on_medium:hover .icon {
  fill: #fff;
}
.on_medium .button:active, .on_medium .button.active, .button.button_on_medium:active, .button.button_on_medium.active {
  background: #0D1827;
  border: 0.125rem solid #0D1827;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.on_medium .button:active > span, .on_medium .button.active > span, .button.button_on_medium:active > span, .button.button_on_medium.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .on_medium .button:active > span, .on_medium .button.active > span, .button.button_on_medium:active > span, .button.button_on_medium.active > span {
    min-height: calc(2.5rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .on_medium .button:active > span, .on_medium .button.active > span, .button.button_on_medium:active > span, .button.button_on_medium.active > span {
    min-height: 3.5rem;
  }
}
.on_medium .button:active .icon, .on_medium .button.active .icon, .button.button_on_medium:active .icon, .button.button_on_medium.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.on_medium .button:active .text, .on_medium .button.active .text, .button.button_on_medium:active .text, .button.button_on_medium.active .text {
  font-weight: 700;
  padding: 0.39em 0;
}
.on_medium .button:active .icon + .text, .on_medium .button.active .icon + .text, .button.button_on_medium:active .icon + .text, .button.button_on_medium.active .icon + .text {
  padding-left: 0.52em;
}

.button_overview {
  margin-bottom: -1.56em;
}
.button_overview .button {
  margin: 0 1.56em 1.56em 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: #fff;
  color: #0D1827;
  display: inline-block;
  font-size: 85%;
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0.39em;
  position: absolute;
  text-decoration: underline;
  top: -624.9375rem;
  width: 0.0625rem;
}
.bypass_links a:focus {
  color: #0D1827;
  height: auto;
  left: 0.39em;
  top: 0.39em;
  width: auto;
}

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

header .company_logo,
.offcanvas_menu_header .company_logo {
  width: 4.375rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 20rem) {
  header .company_logo,
.offcanvas_menu_header .company_logo {
    width: calc(4.375rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo,
.offcanvas_menu_header .company_logo {
    width: 8.75rem;
  }
}
header .company_logo img,
.offcanvas_menu_header .company_logo img {
  display: block;
}

footer .company_logo {
  width: 4.375rem;
  align-items: flex-end;
  align-self: flex-end;
  display: none;
  flex-shrink: 0;
  margin-bottom: -0.1rem;
  margin-right: 1.56em;
  margin-top: -6.552em;
  position: relative;
}
@media (min-width: 20rem) {
  footer .company_logo {
    width: calc(4.375rem + 16.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .company_logo {
    width: 21.0625rem;
  }
}
footer .company_logo img {
  display: block;
}
@media (min-width: 47.5rem) {
  footer .company_logo {
    display: flex;
  }
}

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

.cookie_banner {
  -webkit-backdrop-filter: blur(0.125rem);
  align-items: center;
  backdrop-filter: blur(0.125rem);
  background: linear-gradient(180deg, rgba(13, 24, 39, 0.92) 0%, rgba(13, 24, 39, 0.92) 70%, rgba(54, 61, 40, 0.92) 100%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
  opacity: 0;
  animation: fade_in 0.5s linear 1s forwards;
}
.cookie_banner .cookie_banner_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 1.56em;
}
.cookie_banner::-webkit-scrollbar {
  width: 0.625rem;
}
.cookie_banner::-webkit-scrollbar-track {
  background-color: #0D1827;
}
.cookie_banner::-webkit-scrollbar-thumb {
  background-color: #E5DF2C;
  transition: background-color 300ms;
}
.cookie_banner::-webkit-scrollbar-thumb:hover {
  background-color: #cfc919;
}
.cookie_banner .cookie_outer_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cookie_banner .cookie_outer_wrapper .icon_wrapper {
  animation: roll_in 1.5s ease-out 1s forwards;
  display: block;
  margin-bottom: 0.78em;
  position: relative;
}
.cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
  width: 6.25rem;
  min-width: 6.25rem;
  height: 6.25rem;
  display: flex;
}
@media (min-width: 20rem) {
  .cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
    width: calc(6.25rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
    width: 15.625rem;
  }
}
@media (min-width: 20rem) {
  .cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
    min-width: calc(6.25rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
    min-width: 15.625rem;
  }
}
@media (min-width: 20rem) {
  .cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
    height: calc(6.25rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner .cookie_outer_wrapper .icon_wrapper .icon {
    height: 15.625rem;
  }
}
.cookie_banner .cookie_outer_wrapper .icon_wrapper .cookies_broken {
  display: none;
}
.cookie_banner .cookie_outer_wrapper .title {
  opacity: 0;
  animation: fade_in 0.5s linear 2.5s forwards;
  padding-top: 0;
}
.cookie_banner .cookie_outer_wrapper.activated .icon_wrapper .cookies_whole {
  display: none;
}
.cookie_banner .cookie_outer_wrapper.activated .icon_wrapper .cookies_broken {
  display: flex;
}
.cookie_banner .cookie_infos {
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.cookie_banner .cookie_infos.activated {
  animation: fade_in 0.5s linear 0.5s forwards;
}
.cookie_banner .cookie_infos p.text {
  color: #fff;
  font-size: 85%;
  margin: 0 auto;
  max-width: 50rem;
  text-align: center;
  width: 100%;
}
.cookie_banner .cookie_infos p.text .cookie_link {
  color: #fff;
  white-space: nowrap;
}
.cookie_banner .cookie_infos .close {
  align-self: center;
  margin-top: 0.78em;
}

.hide_consent_banner .cookie_banner {
  display: none;
}

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

.disclaimer {
  background: #F3F3F3;
  border-radius: 0;
  color: #0D1827;
  font-size: 85%;
  margin: 1.56em 0;
  padding: 1.04em 1.56em;
}
.disclaimer a {
  display: inline;
}

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

.down_arrow {
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}
.down_arrow .icon {
  display: flex;
  fill: #0D1827;
  height: 3.6875rem;
  transform-origin: top center;
  transition: transform 300ms ease-out;
  width: 3.6875rem;
}
.down_arrow .icon svg {
  transform: rotate(90deg);
}
.down_arrow:hover .icon {
  transform: scale(1.1);
}
.intro .down_arrow {
  display: none;
}
@media (min-width: 61.875rem) {
  .intro .down_arrow {
    display: block;
  }
}

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

.download_overview .entry {
  margin-bottom: 2.34em;
}
.download_overview .entry .title {
  margin-bottom: 0;
  padding: 0;
}
.download_overview .entry .description {
  margin: 0;
}
.download_overview .button_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.download_overview .button_wrapper .button {
  margin-right: 0.78em;
  margin-top: 0.78em;
}

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

footer .top_footer_wrapper {
  position: relative;
}
footer .top_footer_wrapper .top_footer {
  align-items: center;
  display: flex;
}
footer .top_footer_wrapper .top_footer .address {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
footer .top_footer_wrapper .top_footer .address .company_name {
  padding: 0;
  margin: 0.78em 0.78em 0.78em 0;
}
footer .top_footer_wrapper .top_footer .address .contact_wrapper {
  gap: 0 2.34em;
  margin-right: 3.9em;
}
@media (min-width: 30rem) {
  footer .top_footer_wrapper .top_footer .address .contact_wrapper {
    margin-right: 0;
  }
}
footer .top_footer_wrapper .top_footer .address .contact_wrapper p {
  margin: 0 0 1.2em 0;
}
footer .top_footer_wrapper .top_footer .address .contact_wrapper p > span {
  font-size: 85%;
}
footer .top_footer_wrapper .top_footer .address .contact_wrapper .postal_address {
  margin-right: 0.5em;
}

.bottom_footer_wrapper {
  background-color: #0D1827;
  padding: 0.2em 0;
  width: 100%;
}
.bottom_footer_wrapper ul {
  display: flex;
  justify-content: flex-start;
}
.bottom_footer_wrapper ul li {
  align-items: center;
  display: flex;
}
.bottom_footer_wrapper ul a {
  color: #fff;
  font-size: 70%;
  margin: 0 1.56em 0 0;
}
.bottom_footer_wrapper ul a.active {
  text-decoration: none;
}
@media (min-width: 35rem) {
  .bottom_footer_wrapper ul {
    justify-content: flex-end;
  }
  .bottom_footer_wrapper ul a {
    margin: 0 0 0 1.56em;
  }
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 1.04em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.75rem;
  }
}
.file.error .file_name {
  border-color: #0D1827;
}
.file .file_name {
  background: #fff;
  border: 0.125rem solid #0D1827;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 #0D1827 inset;
  color: #0D1827;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.78em;
  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 + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.5rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.75rem;
  }
}
.file .file_button {
  border-radius: 0 0 0 0;
  flex: 1 0 auto;
  padding: 0 1.56em;
  z-index: 10;
  background: transparent;
  border: 0.125rem solid #0D1827;
  color: #0D1827;
  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 + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.5rem;
  }
}
.file .file_button .icon {
  fill: #0D1827;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 700;
  padding: 0.39em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.52em;
}
.file .file_button > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.5rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0 rgba(13, 24, 39, 0.2);
  background: #E5DF2C;
  border-color: #E5DF2C;
  color: #0D1827;
}
.file .file_button.focus .icon {
  fill: #0D1827;
}
.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 + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.75rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #E5DF2C;
  border-color: #E5DF2C;
  color: #0D1827;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #0D1827;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0 #E5DF2C inset;
  background: #E5DF2C;
  border: 0.125rem solid #E5DF2C;
  color: #0D1827;
  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 + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.5rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #0D1827;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 700;
  padding: 0.39em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.52em;
}

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

button {
  cursor: pointer;
  margin: 0.78em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.56em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.75rem;
  }
}
@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: 100rem;
  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;
  }
}
@media (min-width: 125rem) {
  .row.around_xxxxlarge {
    justify-content: space-around;
  }
  .row.between_xxxxlarge {
    justify-content: space-between;
  }
  .row.start_xxxxlarge {
    justify-content: flex-start;
  }
  .row.center_xxxxlarge {
    justify-content: center;
  }
  .row.end_xxxxlarge {
    justify-content: flex-end;
  }
  .row.top_xxxxlarge {
    align-items: flex-start;
  }
  .row.middle_xxxxlarge {
    align-items: center;
  }
  .row.bottom_xxxxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxxxlarge {
    align-items: baseline;
  }
  .row.reverse_xxxxlarge {
    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;
}
[class*=span].between_column {
  justify-content: space-between;
}

@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;
  }
}
@media (min-width: 125rem) {
  .span1_xxxxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxxxlarge {
    order: 1;
  }
}
@media (min-width: 125rem) {
  .span2_xxxxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxxxlarge {
    order: 2;
  }
}
@media (min-width: 125rem) {
  .span3_xxxxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxxxlarge {
    order: 3;
  }
}
@media (min-width: 125rem) {
  .span4_xxxxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxxxlarge {
    order: 4;
  }
}
@media (min-width: 125rem) {
  .span5_xxxxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxxxlarge {
    order: 5;
  }
}
@media (min-width: 125rem) {
  .span6_xxxxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxxxlarge {
    order: 6;
  }
}
@media (min-width: 125rem) {
  .span7_xxxxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxxxlarge {
    order: 7;
  }
}
@media (min-width: 125rem) {
  .span8_xxxxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

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

  .order9_xxxxlarge {
    order: 9;
  }
}
@media (min-width: 125rem) {
  .span10_xxxxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxxxlarge {
    order: 10;
  }
}
@media (min-width: 125rem) {
  .span11_xxxxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxxxlarge {
    order: 11;
  }
}
@media (min-width: 125rem) {
  .span12_xxxxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxxxlarge {
    order: 12;
  }
}

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

.startpage .header_outer_wrapper {
  min-height: 28.75rem;
  max-height: 28.75rem;
  position: relative;
  height: 100vh;
}
@media (min-width: 20rem) {
  .startpage .header_outer_wrapper {
    min-height: calc(28.75rem + 21.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_outer_wrapper {
    min-height: 50rem;
  }
}
@media (min-width: 20rem) {
  .startpage .header_outer_wrapper {
    max-height: calc(28.75rem + 35.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_outer_wrapper {
    max-height: 64.0625rem;
  }
}

header,
.offcanvas_menu_header {
  overflow: hidden;
}
header .header_wrapper,
.offcanvas_menu_header .header_wrapper {
  height: 6.25rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 20rem) {
  header .header_wrapper,
.offcanvas_menu_header .header_wrapper {
    height: calc(6.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_wrapper,
.offcanvas_menu_header .header_wrapper {
    height: 8.75rem;
  }
}

.startpage header {
  margin-right: 3.75rem;
}
@media (min-width: 20rem) {
  .startpage header {
    margin-right: calc(3.75rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage header {
    margin-right: 7.5rem;
  }
}
@media (max-width: 35rem) {
  .startpage header {
    margin-right: 0;
  }
}
@media (min-width: 115rem) {
  .startpage header {
    margin-right: 0;
  }
}

.company_name {
  margin-left: 3.75rem;
  flex-grow: 1;
  line-height: 1.4;
}
@media (min-width: 20rem) {
  .company_name {
    margin-left: calc(3.75rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_name {
    margin-left: 7.5rem;
  }
}
@media (min-width: 115rem) {
  .company_name {
    margin-left: 0;
  }
}
.company_name .addition {
  display: block;
  max-width: 37.5rem;
}
.startpage header .company_name, .offcanvas_menu_header .company_name {
  color: #fff;
}
.offcanvas_menu_header .company_name {
  display: none;
}
@media (min-width: 30rem) {
  .offcanvas_menu_header .company_name {
    display: block;
  }
}

.link_call {
  display: none;
  margin-right: 1.56em;
}
.startpage .link_call {
  color: #fff;
}
@media (min-width: 75rem) {
  .startpage .link_call {
    display: block;
  }
}
@media (min-width: 93.75rem) {
  .link_call {
    display: block;
  }
}

.offcanvas_menu_contact {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 3.9em;
}
@media (min-width: 125rem) {
  .offcanvas_menu_contact {
    margin-left: 0.78em;
  }
}
.offcanvas_menu_contact .address {
  margin-top: 2.34em;
}
.offcanvas_menu_contact .address p,
.offcanvas_menu_contact .address a {
  color: #fff;
}
.offcanvas_menu_contact .contact_button {
  align-self: flex-start;
  margin-top: 1.04em;
}

.slogan_wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 3.12em;
}
.slogan_wrapper .slogan {
  margin-left: 2.34em;
  position: relative;
}
.slogan_wrapper .slogan .title_headline {
  line-height: 1.03;
}
.slogan_wrapper .slogan .title_headline .highlight {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(37%) translateX(-39%);
  z-index: -1;
}
.slogan_wrapper .slogan .small_headline {
  line-height: 0.7;
  transform: translateX(2%);
}
.slogan_wrapper .slogan span {
  display: block;
}
.slogan_wrapper h1 {
  color: #fff;
}
.slogan_wrapper h1 .title_headline {
  color: #fff;
}

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

[data-sticky] {
  position: sticky;
  top: 0;
}

.header_slider .slides_wrapper .slides .slide .header_background_wrapper {
  opacity: 0;
  transition: opacity 1500ms ease-out;
}
.header_slider .slides_wrapper .slides .slide.active .header_background_wrapper {
  opacity: 1;
}

.startpage .header_background_wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.startpage .header_background_wrapper .dots {
  height: 31.25rem;
  width: 31.25rem;
  min-width: 31.25rem;
  display: none;
  fill: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: scaleX(-1) translateY(-25%) translateX(-25%) rotate(-20deg);
  z-index: 1;
}
@media (min-width: 20rem) {
  .startpage .header_background_wrapper .dots {
    height: calc(31.25rem + 29.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_background_wrapper .dots {
    height: 60.375rem;
  }
}
@media (min-width: 20rem) {
  .startpage .header_background_wrapper .dots {
    width: calc(31.25rem + 29.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_background_wrapper .dots {
    width: 60.375rem;
  }
}
@media (min-width: 20rem) {
  .startpage .header_background_wrapper .dots {
    min-width: calc(31.25rem + 29.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_background_wrapper .dots {
    min-width: 60.375rem;
  }
}
@media (min-width: 61.875rem) {
  .startpage .header_background_wrapper .dots {
    display: block;
  }
}
.startpage .header_background_wrapper:after {
  animation: gradient 10s ease infinite;
  background-image: linear-gradient(190deg, rgba(13, 24, 39, 0.71), rgba(75, 81, 40, 0.71), rgba(13, 24, 39, 0.71), rgba(13, 24, 39, 0.71), rgba(75, 81, 40, 0.71));
  background-size: 400% 400%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.startpage .header_background_wrapper .header_background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.subpage .header_background_wrapper {
  display: none;
  position: relative;
}
.subpage .header_background_wrapper .header_background {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-right: calc(-25vw + 75%);
  position: relative;
}
@media (min-width: 100rem) {
  .subpage .header_background_wrapper .header_background {
    margin-right: calc(-50vw + 47rem);
  }
}
@media (min-width: 160rem) {
  .subpage .header_background_wrapper .header_background {
    margin-right: -33rem;
  }
}
@media (min-width: 61.875rem) {
  .subpage .header_background_wrapper {
    display: block;
  }
}

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

.img_container.infolist_graphic_a_online_graphic_small {
  max-width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_a_online_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_a_online_graphic_small .svg_resize {
  padding-bottom: 634.4827586207%;
}
.img_container.infolist_graphic_a_online_graphic_large {
  margin: 0.78em 0 2.34em;
  max-width: 28.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_a_online_graphic_large {
    display: block;
  }
}
.img_container.infolist_graphic_a_online_graphic_large .svg_resize {
  padding-bottom: 148.8888888889%;
}

.infolist_graphic_a_online_graphic_small {
  display: block;
  margin: 1.56em auto;
}

.infolist_graphic_a_online_graphic_large {
  display: none;
}

.arbeitnehmer_online_2_headline {
  fill: #0D1827;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 75%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .arbeitnehmer_online_2_headline {
    font-size: 65%;
  }
}
.arbeitnehmer_online_2_headline .strong {
  fill: #0D1827;
  font-weight: 600;
}

.arbeitnehmer_online_text {
  fill: #0D1827;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 75%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .arbeitnehmer_online_text {
    font-size: 65%;
  }
}

.arbeitnehmer_online_company_logo {
  fill: #0D1827;
}

.arbeitnehmer_online_icon {
  fill: #0D1827;
  transition: 300ms;
}

.arbeitnehmer_online_button .normal {
  display: block;
}
.arbeitnehmer_online_button .hover {
  display: none;
}
.arbeitnehmer_online_button:hover .normal {
  display: none;
}
.arbeitnehmer_online_button:hover .hover {
  display: block;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_euro_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_warning_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_check_icon {
  fill: #0D1827;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_icon {
  fill: #0D1827;
}

.arbeitnehmer_online_lines {
  fill: #E5DF2C;
}

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

.infolist_download {
  background: #0D1827;
  margin-bottom: 1.56em;
  padding: 1.56em;
}
.infolist_download .infolist_title {
  font-weight: 600;
}

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

.infolist_top_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 3.12em 0 0.78em 0;
}
.infolist_top_link a {
  align-items: center;
  background-color: #E5DF2C;
  display: flex;
  flex-direction: column;
  height: 2.75rem;
  justify-content: flex-end;
  text-align: center;
  width: 2.75rem;
}
.infolist_top_link a .icon {
  display: block;
  fill: #0D1827;
  height: 1.875rem;
  transform-origin: bottom center;
  transition: transform 300ms ease-out;
  width: 1.875rem;
}
.infolist_top_link a .icon svg {
  transform: rotate(-90deg);
}
.infolist_top_link a:hover .icon, .infolist_top_link a:focus .icon {
  transform: scale(1.2);
}

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

.img_container.infolist_graphic_u_online_graphic_small {
  width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_u_online_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_u_online_graphic_small .svg_resize {
  padding-bottom: 634.4827586207%;
}
.img_container.infolist_graphic_u_online_graphic_large {
  margin: 2.34em 0 1.56em;
  max-width: 28.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_u_online_graphic_large {
    display: block;
  }
}
.img_container.infolist_graphic_u_online_graphic_large .svg_resize {
  padding-bottom: 148.8888888889%;
}

.infolist_graphic_u_online_graphic_small {
  display: block;
  margin: 1.56em auto;
}

.infolist_graphic_u_online_graphic_large {
  display: none;
}

.u_online_2_headline {
  fill: #0D1827;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 85%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .u_online_2_headline {
    font-size: 75%;
  }
}
.u_online_2_headline .strong {
  fill: #0D1827;
  font-weight: 600;
}

.u_online_text {
  fill: #0D1827;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 75%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .u_online_text {
    font-size: 65%;
  }
}

.u_online_company_logo {
  fill: #0D1827;
}

.u_online_warning_icon {
  fill: #0D1827;
  transition: 300ms;
}

.u_online_euro_icon,
.u_online_check_icon {
  fill: #0D1827;
  transition: 300ms;
}

.u_online_icon {
  fill: #0D1827;
  transition: 300ms;
}

.u_online_button .normal {
  display: block;
}
.u_online_button .hover {
  display: none;
}
.u_online_button:hover .normal {
  display: none;
}
.u_online_button:hover .hover {
  display: block;
}
.u_online_button:hover .u_online_euro_icon,
.u_online_button:hover .u_online_warning_icon,
.u_online_button:hover .u_online_check_icon {
  fill: #0D1827;
}
.u_online_button:hover .u_online_icon {
  fill: #0D1827;
}

.u_online_lines {
  fill: #E5DF2C;
}

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

.infolist_overview .overview_title {
  padding-top: 0;
}
.infolist_overview .entry {
  border-left: 0.125rem solid #0D1827;
  margin-bottom: 1.56em;
  padding-left: 0.78em;
}
.infolist_overview .entry .info {
  transition: transform 300ms ease-out;
}
.infolist_overview .entry .title {
  margin-bottom: 0;
}
.infolist_overview .entry .text {
  margin: 0;
}
.infolist_overview .entry:last-child {
  margin-bottom: 0;
}
.infolist_overview .entry:hover .info, .infolist_overview .entry:focus .info {
  transform: translateX(0.3em);
}

.lexikon_liste a {
  text-decoration: none;
}
.lexikon_liste a:hover, .lexikon_liste a:focus, .lexikon_liste a.active {
  text-decoration: underline;
}

.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: 3.12em;
  }
}

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

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

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

.infolist_cta_style, .infolist_cta {
  align-items: center;
  background: #0D1827;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.56em 0 0.78em;
  padding: 3.12em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
}
.infolist_cta_style .title, .infolist_cta .title {
  color: #fff;
  transition: color 300ms ease-out;
  padding: 0;
  max-width: 50rem;
}
.infolist_cta_style .text, .infolist_cta .text {
  color: #fff;
  transition: color 300ms ease-out;
  margin: 0;
  max-width: 50rem;
}
.infolist_cta_style:hover, .infolist_cta:hover, .infolist_cta_style:focus, .infolist_cta:focus {
  background: #E5DF2C;
}
.infolist_cta_style:hover .title, .infolist_cta:hover .title,
.infolist_cta_style:hover .text,
.infolist_cta:hover .text, .infolist_cta_style:focus .title, .infolist_cta:focus .title,
.infolist_cta_style:focus .text,
.infolist_cta:focus .text {
  color: #0D1827;
}

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

.infolist_text_list_style, .infolist_datev_arbeitnehmer_online .infolist_text_container {
  list-style: url("../../common/images/list_styles/rectangle.svg");
  margin: 0 0 0.78em;
  padding-left: 1.17em;
}
.infolist_text_list_style > .infolist_text, .infolist_datev_arbeitnehmer_online .infolist_text_container > .infolist_text {
  display: list-item;
  padding-left: 0.39em;
  margin-bottom: 0.78em;
}
.infolist_text_list_style > .infolist_text h3, .infolist_datev_arbeitnehmer_online .infolist_text_container > .infolist_text h3 {
  letter-spacing: calc((1rem + 0.5625 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 600;
}
@media (min-width: 20rem) {
  .infolist_text_list_style > .infolist_text h3, .infolist_datev_arbeitnehmer_online .infolist_text_container > .infolist_text h3 {
    font-size: calc(1rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_text_list_style > .infolist_text h3, .infolist_datev_arbeitnehmer_online .infolist_text_container > .infolist_text h3 {
    font-size: 1.5625rem;
  }
}
.infolist_text_list_style > .infolist_text h3:after, .infolist_datev_arbeitnehmer_online .infolist_text_container > .infolist_text h3:after {
  content: ":";
  position: relative;
}
.infolist_text_list_style > .infolist_text p, .infolist_datev_arbeitnehmer_online .infolist_text_container > .infolist_text p {
  display: inline;
}

.infolist_accordion_style .infolist_text {
  background: none;
  margin-bottom: 1.56em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
  background: #F3F3F3;
  color: #0D1827;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.78em;
  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: #0D1827;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.78em;
  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: #ebebeb;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((1rem + 0.5625 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(1rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.5625rem;
  }
}
.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.78em;
  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 3.12em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3.12em;
  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(13, 24, 39, 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/intro_box.scss */

.intro_box {
  align-items: center;
  background-color: #E5DF2C;
  display: flex;
  flex-direction: column;
  padding: 2.34em 1.56em;
  position: relative;
}
@media (min-width: 61.875rem) {
  .intro_box {
    padding: 3.9em 3.12em;
  }
}
.intro_box .description p {
  letter-spacing: calc((1rem + 1.1875 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.31;
  text-align: center;
}
@media (min-width: 20rem) {
  .intro_box .description p {
    font-size: calc(1rem + 1.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .intro_box .description p {
    font-size: 2.1875rem;
  }
}
.intro_box .button_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.intro_box .button_wrapper .button {
  margin-top: 0.78em;
}
.intro .intro_box {
  max-width: 16.875rem;
  margin: 0 auto;
  transform: translateY(-3.9em);
}
@media (min-width: 20rem) {
  .intro .intro_box {
    max-width: calc(16.875rem + 44.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .intro .intro_box {
    max-width: 61.375rem;
  }
}
.career_upper .intro_box {
  padding: 3.9em 1.56em 0;
  z-index: -1;
  overflow: hidden;
}
.career_upper .intro_box:after {
  height: 12.5rem;
  margin-bottom: -6.5625rem;
  margin-top: 2.34em;
  width: 12.5rem;
  bottom: 0;
  content: url("../../common/images/abstract/ladders.svg");
  left: 0;
  position: relative;
  transform: translateX(-25%);
  z-index: -1;
}
@media (min-width: 20rem) {
  .career_upper .intro_box:after {
    height: calc(12.5rem + 21.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .career_upper .intro_box:after {
    height: 33.625rem;
  }
}
@media (min-width: 20rem) {
  .career_upper .intro_box:after {
    margin-bottom: calc(-6.5625rem + -10.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .career_upper .intro_box:after {
    margin-bottom: -16.875rem;
  }
}
@media (min-width: 20rem) {
  .career_upper .intro_box:after {
    margin-top: calc(2.34em + 1.56 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .career_upper .intro_box:after {
    margin-top: 3.9em;
  }
}
@media (min-width: 20rem) {
  .career_upper .intro_box:after {
    width: calc(12.5rem + 21.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .career_upper .intro_box:after {
    width: 33.625rem;
  }
}
@media (min-width: 61.875rem) {
  .career_upper .intro_box {
    padding: 6.24em 1.56em 0;
    margin-top: -10.92em;
    overflow: visible;
  }
}
@media (min-width: 75rem) {
  .career_upper .intro_box {
    padding: 6.24em 3.9em 0;
    margin-top: -10.14em;
  }
}

/* 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/karrierepaket_anfahrt.scss */

@media (min-width: 75rem) {
  .kpt_map_directions.open_street_map {
    display: flex;
  }
}
.kpt_map_directions.open_street_map .location_text {
  padding: 1.56em;
  background: #0D1827;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}
@media (min-width: 20rem) {
  .kpt_map_directions.open_street_map .location_text {
    padding: calc(1.56em + 1.56 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_map_directions.open_street_map .location_text {
    padding: 3.12em;
  }
}
.kpt_map_directions.open_street_map .location_text h2 {
  padding-top: 0;
}
.kpt_map_directions.open_street_map form {
  background: #0D1827;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.12em;
  z-index: 20;
}
.kpt_map_directions.open_street_map form .disclaimer {
  background: transparent;
  padding: 0;
}
.kpt_map_directions.open_street_map form > *,
.kpt_map_directions.open_street_map form fieldset > * {
  color: #fff;
}
.kpt_map_directions.open_street_map .map {
  min-height: 18.75rem;
  min-width: 50%;
  z-index: 10;
}
@media (min-width: 75rem) {
  .kpt_map_directions.open_street_map .map {
    min-height: 40.625rem;
  }
}
@media (min-width: 93.75rem) {
  .kpt_map_directions.open_street_map .map {
    min-width: 60%;
  }
}
.kpt_map_directions.open_street_map .button {
  cursor: pointer;
}
.kpt_map_directions.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
}
.kpt_map_directions.open_street_map .plan_route .saddr {
  flex: 1 1 auto;
  margin: 1.56em 0 0 0;
  max-width: none;
}
.kpt_map_directions.open_street_map .plan_route .saddr input {
  margin-bottom: 0;
}
.kpt_map_directions.open_street_map .plan_route .button_wrapper {
  margin: 1.56em 0 0 0;
}
@media (min-width: 35rem) {
  .kpt_map_directions.open_street_map .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
  .kpt_map_directions.open_street_map .plan_route .saddr ~ .button_wrapper {
    margin-left: 1.56em;
  }
}
@media (min-width: 47.5rem) {
  .kpt_map_directions.open_street_map .plan_route .select_wrapper {
    padding: 0 1.56em;
  }
}
@media (min-width: 75rem) {
  .kpt_map_directions.open_street_map .plan_route .saddr {
    flex: 1 1 50%;
  }
}
.kpt_map_directions.open_street_map .plan_route.multi_locations .select_wrapper {
  flex: 1 1 auto;
  margin: 1.56em 0 0 0;
}
.kpt_map_directions.open_street_map .plan_route.multi_locations .select_wrapper .select {
  margin-bottom: 0;
}
@media (min-width: 35rem) {
  .kpt_map_directions.open_street_map .plan_route.multi_locations .saddr ~ .select_wrapper {
    padding-left: 1.56em;
    max-width: 50%;
  }
  .kpt_map_directions.open_street_map .plan_route.multi_locations .select_wrapper + .button_wrapper {
    flex: 100%;
    margin-left: 0;
  }
}
@media (min-width: 47.5rem) {
  .kpt_map_directions.open_street_map .plan_route.multi_locations .select_wrapper + .button_wrapper {
    flex: 0 0 auto;
  }
}
@media (min-width: 75rem) {
  .kpt_map_directions.open_street_map .plan_route.multi_locations .saddr {
    flex: 100%;
  }
  .kpt_map_directions.open_street_map .plan_route.multi_locations .saddr ~ .select_wrapper {
    padding-left: 0;
    flex: 1 1 auto;
  }
}
.kpt_map_directions.open_street_map.full_width {
  display: flex;
  flex-direction: column-reverse;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 160rem;
}
@media (min-width: 75rem) {
  .kpt_map_directions.open_street_map.full_width {
    align-items: stretch;
    flex-direction: row-reverse;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .kpt_map_directions.open_street_map.full_width .map {
    margin-left: -15.625rem;
  }
  .kpt_map_directions.open_street_map.full_width form {
    max-width: 48.75rem;
    padding: 1.56em 3.12em;
  }
  .kpt_map_directions.open_street_map.full_width .plan_route.multi_locations {
    flex-wrap: nowrap;
  }
  .kpt_map_directions.open_street_map.full_width .plan_route.multi_locations .saddr ~ .select_wrapper {
    flex: 1 1 100%;
    padding-left: 1.56em;
  }
}
@media (min-width: 160rem) {
  .kpt_map_directions.open_street_map.full_width {
    margin: 0 -32.8125rem;
  }
}

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

.kpt_background_image .background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kpt_background_image.top .background_image {
  background-position-y: top;
}
.kpt_background_image.bottom .background_image {
  background-position-y: bottom;
}
.kpt_background_image.left .background_image {
  background-position-x: left;
}
.kpt_background_image.right .background_image {
  background-position-x: right;
}

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

.kpt_counter_overview {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.34em 0;
}
@media (min-width: 75rem) {
  .startpage .kpt_counter_overview {
    justify-content: space-between;
  }
}

.kpt_counter_entry {
  max-width: 9.375rem;
  min-width: 9.375rem;
  border-radius: 50%;
  margin-bottom: 1.56em;
  margin-left: 0.78em;
  margin-right: 0.78em;
  overflow: hidden;
  padding: 0.8210526316em;
  position: relative;
}
@media (min-width: 20rem) {
  .kpt_counter_entry {
    max-width: calc(9.375rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry {
    max-width: 16.125rem;
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry {
    min-width: calc(9.375rem + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry {
    min-width: 16.125rem;
  }
}
.kpt_counter_entry:before {
  animation: rotate 15s linear infinite;
  background: linear-gradient(180deg, #1F0F51 0%, #E5DF2C 100%);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.kpt_counter_entry:nth-child(1):before {
  background: linear-gradient(-90deg, #1F0F51 0%, #E5DF2C 100%);
}
.kpt_counter_entry:nth-child(2):before {
  animation: rotate 15s linear reverse infinite;
  background: linear-gradient(180deg, #1F0F51 0%, #E5DF2C 100%);
}
.kpt_counter_entry:nth-child(3):before {
  background: linear-gradient(-90deg, #1F0F51 0%, #E5DF2C 100%);
}
.kpt_counter_entry:nth-child(4):before {
  animation: rotate 15s linear reverse infinite;
  background: linear-gradient(0deg, #1F0F51 0%, #E5DF2C 100%);
}
.kpt_counter_entry .info_wrapper {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.kpt_counter_entry .info_wrapper .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  padding: 0.78em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kpt_counter_entry .pre_description,
.kpt_counter_entry .description {
  letter-spacing: calc((0.875rem + 0.375 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-align: center;
}
@media (min-width: 20rem) {
  .kpt_counter_entry .pre_description,
.kpt_counter_entry .description {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .pre_description,
.kpt_counter_entry .description {
    font-size: 1.25rem;
  }
}
.kpt_counter_entry .pre_description {
  margin-bottom: -0.2em;
}
.kpt_counter_entry .number_wrapper {
  color: #0D1827;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  letter-spacing: calc((1.5rem + 4.25 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1.5rem;
}
@media (min-width: 20rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: calc(1.5rem + 4.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: 5.75rem;
  }
}
.kpt_counter_entry .number_wrapper .number {
  position: absolute;
}
.kpt_counter_entry .number_wrapper .number.number_fix {
  opacity: 0;
  position: relative;
  visibility: hidden;
}

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

.kpt_cta.background {
  align-items: center;
  background-color: #0D1827;
  display: flex;
  flex-direction: column;
  padding: 1.56em;
  text-align: center;
}
.kpt_cta.background > * {
  color: #fff;
}

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

.kpt_faq.accordion [role=tab] {
  border: 0;
  padding: 0.78em 1.17em;
}
.kpt_faq.accordion [role=tab]:focus-visible {
  outline-width: 0.125rem;
  outline-style: dashed;
  outline-color: #0D1827;
  outline-offset: -0.25rem;
}
.kpt_faq.accordion [role=tabpanel] {
  box-sizing: content-box;
  margin: 0;
  padding: 0.78em 1.17em;
}
.kpt_faq.accordion [role=tabpanel][aria-hidden=true] {
  padding-bottom: 0;
  padding-top: 0;
}
.kpt_faq.accordion .title {
  margin: 0;
  padding: 0;
}
.kpt_faq.accordion:not(.background) [role=tab] {
  background-color: #0D1827;
}
.kpt_faq.accordion:not(.background) [role=tab] .title {
  color: #fff;
}
.kpt_faq.accordion:not(.background) [role=tab] .icon {
  fill: #fff;
}
.kpt_faq.accordion:not(.background) [role=tab]:focus .title {
  color: #fff;
}
.kpt_faq.accordion:not(.background) [role=tab]:focus-visible {
  outline-color: #fff;
}
.kpt_faq.accordion.background .accordion_element {
  border-radius: 0.75rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  margin-bottom: 0.78em;
  overflow: hidden;
}
.kpt_faq.accordion.background .accordion_element * {
  color: #0D1827;
}
.kpt_faq.accordion.background [role=tab] {
  background-color: #F3F3F3;
  margin: 0;
}
.kpt_faq.accordion.background [role=tab] * {
  color: #0D1827;
}
.kpt_faq.accordion.background [role=tab] svg {
  fill: #0D1827;
}
.kpt_faq.accordion.background [role=tab]:focus-visible {
  outline-color: #0D1827;
}
.kpt_faq.accordion.background [role=tabpanel] {
  position: relative;
}
.kpt_faq.accordion.background [role=tabpanel]:after {
  background-color: #F3F3F3;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.kpt_faq:not(.accordion) .entry {
  counter-reset: list;
  margin-bottom: 1.56em;
  margin: 0 0 0.78em;
  position: relative;
  display: flex;
}
.kpt_faq:not(.accordion) .entry .list_number {
  align-self: flex-start;
  background: #0D1827;
  color: #fff;
  flex-shrink: 0;
  margin-right: 0.78em;
  padding: 0.1em 0.5em;
}
.kpt_faq:not(.accordion) .entry .text_wrapper {
  width: 100%;
}
.kpt_faq:not(.accordion) .entry .question {
  padding-top: 0;
}
.kpt_faq:not(.accordion).background .entry {
  background-color: #F3F3F3;
  padding: 1.95em;
}
.kpt_faq:not(.accordion).background .entry *:not(.list_number) {
  color: #0D1827;
}

/* 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;
}

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

.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.56em 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.56em);
  }
}

.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: 3.12em;
}

.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.56em);
  }
  .kpt_form_application_quick .form_elements .entry_online_resume_link {
    flex: 1 0 calc(50% - 1.56em);
  }
  .kpt_form_application_quick .form_elements .entry_select_location + .entry_online_resume_link {
    flex: 0 0 calc(50% - 1.56em);
  }
}

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

.kpt_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 3.12em;
  margin: -0.3125rem;
  position: relative;
}
.kpt_gallery .kpt_background_image {
  display: block;
  flex: 0 0 100%;
  margin: 0.3125rem;
  position: relative;
}
@media (min-width: 30rem) {
  .kpt_gallery .kpt_background_image {
    flex: 0 0 calc(50% - (0.625rem));
  }
}
@media (min-width: 47.5rem) {
  .kpt_gallery .kpt_background_image {
    flex: 0 0 calc(33.333% - (0.625rem));
  }
}
@media (min-width: 75rem) {
  .kpt_gallery .kpt_background_image {
    flex: 0 0 calc(25% - (0.625rem));
  }
}
@media (min-width: 93.75rem) {
  .kpt_gallery .kpt_background_image {
    flex: 0 0 calc(20% - (0.625rem));
  }
}
.kpt_gallery .kpt_background_image:focus, .kpt_gallery .kpt_background_image:hover {
  outline: 0;
}
.kpt_gallery .kpt_background_image:focus .open, .kpt_gallery .kpt_background_image:hover .open {
  opacity: 1;
  visibility: visible;
}
.kpt_gallery .kpt_background_image .open {
  background: linear-gradient(180deg, rgba(13, 24, 39, 0.92) 0%, rgba(13, 24, 39, 0.92) 70%, rgba(54, 61, 40, 0.92) 100%);
  bottom: 0;
  display: flex;
  fill: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 600ms, visibility 600ms;
  visibility: hidden;
}
.kpt_gallery .kpt_background_image .open svg {
  height: 3.75rem;
  margin: auto;
  width: 3.75rem;
}
.kpt_gallery .kpt_background_image .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15.625rem;
  overflow: hidden;
}
.kpt_gallery .kpt_background_image.top .image {
  background-position-y: top;
}
.kpt_gallery .kpt_background_image.bottom .image {
  background-position-y: bottom;
}
.kpt_gallery .kpt_background_image.left .image {
  background-position-x: left;
}
.kpt_gallery .kpt_background_image.right .image {
  background-position-x: right;
}

.kpt_gallery .text,
.kpt_gallery_overlay .text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, transparent);
  bottom: 0;
  left: 0;
  padding: 0.78em;
  position: absolute;
  right: 0;
  white-space: normal;
}
.kpt_gallery .text *,
.kpt_gallery_overlay .text * {
  color: #fff;
  margin: 0;
}

.kpt_gallery_overlay {
  background: linear-gradient(180deg, rgba(13, 24, 39, 0.92) 0%, rgba(13, 24, 39, 0.92) 70%, rgba(54, 61, 40, 0.92) 100%);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  user-select: none;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.kpt_gallery_overlay.show {
  opacity: 1;
  visibility: visible;
}
.kpt_gallery_overlay .slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 300ms ease;
  white-space: nowrap;
  width: 100%;
}
.kpt_gallery_overlay .slider.bounce_from_right {
  animation: kpt_gallery_bounce_from_right 300ms ease-out;
}
.kpt_gallery_overlay .slider.bounce_from_left {
  animation: kpt_gallery_bounce_from_left 300ms ease-out;
}
.kpt_gallery_overlay .full_image {
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.kpt_gallery_overlay .full_image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 0;
}
.kpt_gallery_overlay .full_image figure {
  display: inline;
  height: 100%;
  margin: 0;
}
.kpt_gallery_overlay .full_image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  transition: opacity 300ms;
  vertical-align: middle;
  visibility: hidden;
}
.kpt_gallery_overlay .full_image img:not([src*=".svg?checksum"]) {
  height: auto;
  width: auto;
}
.kpt_gallery_overlay .full_image img.show {
  opacity: 1;
  visibility: visible;
}
.kpt_gallery_overlay .spinner {
  display: inline-block;
  height: 1.125rem;
  left: 50%;
  margin-left: -2.1875rem;
  margin-top: -0.5625rem;
  position: absolute;
  top: 50%;
  width: 4.375rem;
}
.kpt_gallery_overlay .spinner .bounce {
  animation: kpt_gallery_spinner 900ms infinite;
  background: #0D1827;
  border-radius: 100%;
  display: inline-block;
  height: 1.125rem;
  margin: 0 0.25rem;
  width: 1.125rem;
}
.kpt_gallery_overlay .spinner .bounce_1 {
  animation-delay: -300ms;
}
.kpt_gallery_overlay .spinner .bounce_2 {
  animation-delay: -150ms;
}
.kpt_gallery_overlay nav a {
  cursor: pointer;
  display: block;
  position: absolute;
}
.kpt_gallery_overlay nav .previous,
.kpt_gallery_overlay nav .next {
  height: 2.75rem;
  margin-top: -1.375rem;
  top: 50%;
  transition: background 300ms;
  width: 2.75rem;
}
.kpt_gallery_overlay nav .previous:focus .icon, .kpt_gallery_overlay nav .previous:hover .icon,
.kpt_gallery_overlay nav .next:focus .icon,
.kpt_gallery_overlay nav .next:hover .icon {
  fill: #0D1827;
}
.kpt_gallery_overlay nav .previous .icon,
.kpt_gallery_overlay nav .next .icon {
  fill: #fff;
  height: 2.75rem;
  width: 2.75rem;
}
.kpt_gallery_overlay nav .previous {
  left: 2%;
  transform: rotate(180deg);
}
.kpt_gallery_overlay nav .next {
  right: 2%;
}
.kpt_gallery_overlay nav .close {
  background: #fff;
  height: 2.75rem;
  padding: 0.375rem;
  right: 0;
  top: 0;
  transition: background 300ms;
  width: 2.75rem;
}
.kpt_gallery_overlay nav .close:focus, .kpt_gallery_overlay nav .close:hover {
  outline: 0;
}
.kpt_gallery_overlay nav .close:focus .icon, .kpt_gallery_overlay nav .close:hover .icon {
  fill: #0D1827;
}
.kpt_gallery_overlay nav .close .icon {
  fill: #0D1827;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 61.875rem) {
  .kpt_gallery.vertical {
    display: grid;
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin: 0;
  }
  .kpt_gallery.vertical .kpt_background_image {
    margin: 0;
  }
  .kpt_gallery.vertical .kpt_background_image .image {
    min-height: 100%;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(1) {
    grid-area: 1/1/4/2;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(4) {
    grid-area: 3/2/4/3;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(5) {
    grid-area: 1/3/2/4;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(6) {
    grid-area: 2/3/4/4;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(7) {
    grid-area: 1/4/4/5;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(8) {
    grid-area: 1/5/2/6;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(9) {
    grid-area: 2/5/3/6;
  }
  .kpt_gallery.vertical .kpt_background_image:nth-child(10) {
    grid-area: 3/5/4/6;
  }
}

@media (min-width: 61.875rem) {
  .kpt_gallery.horizontal {
    display: grid;
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
  }
  .kpt_gallery.horizontal .kpt_background_image {
    margin: 0;
  }
  .kpt_gallery.horizontal .kpt_background_image .image {
    min-height: 100%;
  }
  .kpt_gallery.horizontal .kpt_background_image:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .kpt_gallery.horizontal .kpt_background_image:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .kpt_gallery.horizontal .kpt_background_image:nth-child(3) {
    grid-area: 1/3/2/5;
  }
  .kpt_gallery.horizontal .kpt_background_image:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  .kpt_gallery.horizontal .kpt_background_image:nth-child(5) {
    grid-area: 2/2/3/4;
  }
  .kpt_gallery.horizontal .kpt_background_image:nth-child(6) {
    grid-area: 2/4/3/5;
  }
}

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

.kpt_icon_text_entry {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
  margin-bottom: 0.78em;
}
.kpt_icon_text_entry.vertical_center {
  align-items: center;
}
.kpt_icon_text_entry .title {
  margin: 0;
  padding-top: 0;
}
.kpt_icon_text_entry p {
  margin: 0;
}
.kpt_icon_text_entry .icon {
  display: block;
  fill: #0D1827;
  flex-shrink: 0;
  height: 1.875rem;
  line-height: 0;
  margin-right: 0.78em;
  width: 1.875rem;
}

.icon_text_center .kpt_icon_text_entry {
  flex-direction: column;
}
.icon_text_center .kpt_icon_text_entry.vertical_top {
  align-items: center;
}
.icon_text_center .kpt_icon_text_entry * {
  text-align: center;
}
.icon_text_center .kpt_icon_text_entry .icon {
  fill: #0D1827;
  height: 5.625rem;
  margin: 0 0 0.78em 0;
  width: 6.875rem;
}

.icon_text_background .kpt_icon_text_entry {
  background-color: #0D1827;
  padding: 2.34em;
}
.icon_text_background .kpt_icon_text_entry .title {
  margin-bottom: 0.39em;
}
.icon_text_background .kpt_icon_text_entry .title + .text_wrapper {
  margin-top: 0.78em;
}
.icon_text_background .kpt_icon_text_entry .icon {
  fill: #fff;
}
.icon_text_background .kpt_icon_text_entry .text_wrapper * {
  color: #fff;
}
.icon_text_background.icon_text_center .icon_text_entry .icon {
  margin-bottom: 0.78em;
  padding: 0;
}

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

.kpt_figure {
  margin: 0;
  position: relative;
  width: 100%;
}
.kpt_figure .text {
  z-index: 20;
  margin-top: 1.56em;
}
.kpt_figure figure {
  margin: 0;
  position: relative;
  width: 100%;
}
.kpt_figure.round figure {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.kpt_figure.round figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.kpt_figure.round img {
  height: auto;
  left: 50%;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.kpt_figure.text_inside .text {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin-top: 0;
  padding: 1.56em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.kpt_figure.text_inside .text * {
  color: #fff;
  margin: 0;
}
.kpt_figure.overlay figure::before {
  background: #0D1827;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.kpt_figure.overlay.text_inside .text * {
  color: #fff;
}

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

.interview_fullpage .interview_content {
  margin-bottom: 3.12em;
}
.interview_fullpage .image_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: sticky;
  top: 0;
}
.interview_fullpage .image_container video {
  width: 100%;
}
@media (min-width: 61.875rem) {
  .interview_fullpage .image_container {
    display: block;
  }
  .interview_fullpage .image_container img {
    width: 100%;
  }
}
.interview_fullpage .position {
  margin-top: -1.56em;
}
.interview_fullpage .position p {
  font-weight: 600;
}
.interview_fullpage .introduction {
  margin: 1.56em 0;
}
.interview_fullpage .quote {
  margin: 0 0 1.56em 0;
}
.interview_fullpage .quote p {
  font-style: italic;
  letter-spacing: calc((1rem + 0.875 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 20rem) {
  .interview_fullpage .quote p {
    font-size: calc(1rem + 0.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .interview_fullpage .quote p {
    font-size: 1.875rem;
  }
}

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

.kpt_interview_overview .row > div {
  display: flex;
}
.kpt_interview_overview .kpt_interview {
  background: #F3F3F3;
  margin-bottom: 1.56em;
  padding: 3.12em;
  width: 100%;
}
.kpt_interview_overview .kpt_interview .image_container .photo {
  min-height: 18.75rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 20rem) {
  .kpt_interview_overview .kpt_interview .image_container .photo {
    min-height: calc(18.75rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_interview_overview .kpt_interview .image_container .photo {
    min-height: 31.25rem;
  }
}
.kpt_interview_overview .kpt_interview .image_container video {
  width: 100%;
}
.kpt_interview_overview .kpt_interview .image_container video::cue {
  background: #000000;
  color: #ffffff;
}
.kpt_interview_overview .kpt_interview .name {
  padding: 0;
  margin: 1.56em 0 0 0;
}
@media (min-width: 35rem) {
  .kpt_interview_overview .kpt_interview .name {
    display: inline-block;
  }
}
.kpt_interview_overview .kpt_interview .position {
  margin-bottom: 1.56em;
}
@media (min-width: 35rem) {
  .kpt_interview_overview .kpt_interview .position {
    display: inline-block;
  }
}
.kpt_interview_overview .kpt_interview .position {
  font-weight: 600;
}
@media (min-width: 35rem) {
  .kpt_interview_overview .kpt_interview .position {
    position: relative;
  }
  .kpt_interview_overview .kpt_interview .position::before {
    bottom: 0;
    content: "-";
    display: inline-block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
  }
}
.kpt_interview_overview .kpt_interview .introduction {
  margin-bottom: 1.56em;
}
.kpt_interview_overview.borderless .kpt_interview {
  display: flex;
  flex-direction: column;
}
.kpt_interview_overview.borderless .kpt_interview .name {
  display: block;
  margin-bottom: 0;
}
.kpt_interview_overview.borderless .kpt_interview .position {
  display: block;
  margin-top: 0;
}
.kpt_interview_overview.borderless .kpt_interview .position::before {
  display: none;
}
.kpt_interview_overview.borderless .kpt_interview .image_container {
  margin: -3.12em -3.12em 0 -3.12em;
}
.kpt_interview_overview.borderless .kpt_interview .button {
  margin-left: auto;
}
.kpt_interview_overview.card .row > div {
  display: block;
}
.kpt_interview_overview.card .kpt_interview {
  height: 18.75rem;
  background: transparent;
  cursor: pointer;
  padding: 0;
  perspective: 75rem;
  position: relative;
}
@media (min-width: 20rem) {
  .kpt_interview_overview.card .kpt_interview {
    height: calc(18.75rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_interview_overview.card .kpt_interview {
    height: 31.25rem;
  }
}
.kpt_interview_overview.card .kpt_interview .card_container {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all 900ms;
  width: 100%;
}
.kpt_interview_overview.card .kpt_interview.flip .card_container {
  transform: rotateY(180deg);
}
.kpt_interview_overview.card .kpt_interview .text_container,
.kpt_interview_overview.card .kpt_interview .image_container {
  height: 18.75rem;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
}
@media (min-width: 20rem) {
  .kpt_interview_overview.card .kpt_interview .text_container,
.kpt_interview_overview.card .kpt_interview .image_container {
    height: calc(18.75rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_interview_overview.card .kpt_interview .text_container,
.kpt_interview_overview.card .kpt_interview .image_container {
    height: 31.25rem;
  }
}
.kpt_interview_overview.card .kpt_interview .text_container .name,
.kpt_interview_overview.card .kpt_interview .text_container .position,
.kpt_interview_overview.card .kpt_interview .text_container .introduction,
.kpt_interview_overview.card .kpt_interview .image_container .name,
.kpt_interview_overview.card .kpt_interview .image_container .position,
.kpt_interview_overview.card .kpt_interview .image_container .introduction {
  user-select: none;
}
.kpt_interview_overview.card .kpt_interview .text_container .name,
.kpt_interview_overview.card .kpt_interview .image_container .name {
  display: block;
  margin-top: 0;
}
.kpt_interview_overview.card .kpt_interview .text_container .position,
.kpt_interview_overview.card .kpt_interview .image_container .position {
  display: block;
  margin-top: 0;
}
.kpt_interview_overview.card .kpt_interview .text_container .position::before,
.kpt_interview_overview.card .kpt_interview .image_container .position::before {
  display: none;
}
.kpt_interview_overview.card .kpt_interview .image_container {
  z-index: 40;
}
.kpt_interview_overview.card .kpt_interview .image_container .name_container {
  left: 3.12em;
  position: absolute;
  right: 3.12em;
  top: 3.12em;
  z-index: 20;
}
.kpt_interview_overview.card .kpt_interview .image_container .name_container * {
  color: #fff;
}
.kpt_interview_overview.card .kpt_interview .text_container {
  max-height: 18.75rem;
  background: #F3F3F3;
  overflow: auto;
  padding: 3.12em;
  transform: rotateY(180deg);
  z-index: 50;
}
@media (min-width: 20rem) {
  .kpt_interview_overview.card .kpt_interview .text_container {
    max-height: calc(18.75rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_interview_overview.card .kpt_interview .text_container {
    max-height: 31.25rem;
  }
}
.kpt_interview_overview.card .kpt_interview .photo,
.kpt_interview_overview.card .kpt_interview .video {
  height: 18.75rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (min-width: 20rem) {
  .kpt_interview_overview.card .kpt_interview .photo,
.kpt_interview_overview.card .kpt_interview .video {
    height: calc(18.75rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_interview_overview.card .kpt_interview .photo,
.kpt_interview_overview.card .kpt_interview .video {
    height: 31.25rem;
  }
}
.kpt_interview_overview.card .kpt_interview .photo::before,
.kpt_interview_overview.card .kpt_interview .video::before {
  background: #0D1827;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
.kpt_interview_overview.card .kpt_interview .photo video,
.kpt_interview_overview.card .kpt_interview .video video {
  min-height: 100%;
  width: auto;
}
.kpt_interview_overview.bubble .kpt_interview {
  background: transparent;
  padding: 0;
}
.kpt_interview_overview.bubble .kpt_interview .name {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.kpt_interview_overview.bubble .kpt_interview .position {
  display: block;
  margin-top: 0;
}
.kpt_interview_overview.bubble .kpt_interview .position::before {
  display: none;
}
.kpt_interview_overview.bubble .kpt_interview .text_container {
  background: #F3F3F3;
  margin-top: 3.12em;
  padding: 1.56em 3.12em;
  position: relative;
}
.kpt_interview_overview.bubble .kpt_interview .text_container::before {
  border-color: transparent transparent #F3F3F3 transparent;
  border-style: solid;
  border-width: 0 3.125rem 3.125rem 3.125rem;
  content: "";
  display: block;
  left: -1.5625rem;
  position: absolute;
  top: 0;
  transform-origin: top;
  transform: rotate(-70deg);
  z-index: -1;
}
@media (min-width: 47.5rem) {
  .kpt_interview_overview.bubble .kpt_interview {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .kpt_interview_overview.bubble .kpt_interview .image_container {
    flex: 0 0 40%;
  }
  .kpt_interview_overview.bubble .kpt_interview .text_container {
    flex: 1 0 50%;
    margin-left: 3.12em;
    margin-top: 0;
    padding: 1.56em 4.68em 1.56em 4.68em;
  }
  .kpt_interview_overview.bubble .kpt_interview .text_container::before {
    border-color: transparent transparent #F3F3F3 transparent;
    border-width: 0 3.125rem 3.125rem 3.125rem;
    left: -3.125rem;
    top: 1.5625rem;
    transform: rotate(-20deg);
  }
}
@media (min-width: 47.5rem) {
  .kpt_interview_overview.bubble .kpt_interview:nth-child(even) {
    flex-direction: row-reverse;
  }
  .kpt_interview_overview.bubble .kpt_interview:nth-child(even) .text_container {
    margin-left: 0;
    margin-right: 3.12em;
  }
  .kpt_interview_overview.bubble .kpt_interview:nth-child(even) .text_container::before {
    left: auto;
    right: -3.125rem;
    transform: rotate(20deg);
  }
}

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

.career_job_overview {
  margin: 4.68em 0 3.12em 0;
}
@media (min-width: 61.875rem) {
  .career_job_overview {
    margin: 3.12em 5.46em 1.56em 0;
  }
}

.job_detail_page .job_content .job_content_image_container {
  margin: 3.12em 0;
}
.job_detail_page .job_content .job_content_image_container .job_background_image {
  height: 12.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
@media (min-width: 20rem) {
  .job_detail_page .job_content .job_content_image_container .job_background_image {
    height: calc(12.5rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_detail_page .job_content .job_content_image_container .job_background_image {
    height: 25rem;
  }
}
.job_detail_page .job_content .job_content_image_container .video video {
  max-width: 100%;
}
.job_detail_page .job_content .job_content_image_container .video video::cue {
  background: #000000;
  color: #ffffff;
}
.job_detail_page .job_content .job_introduction {
  margin-bottom: 3.12em;
}
.job_detail_page .job_content .job_buttons {
  margin-top: 3.12em;
}
.job_detail_page .job_content .job_further_infos {
  margin: 3.12em 0;
}

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

.kpt_benefit_overview .kpt_benefit_entry,
.kpt_slider .kpt_benefit_entry {
  height: 100%;
  margin: 1.56em 0 0;
  position: relative;
}
@media (min-width: 30rem) {
  .kpt_benefit_overview .kpt_benefit_entry,
.kpt_slider .kpt_benefit_entry {
    display: flex;
  }
}
.kpt_benefit_overview .kpt_benefit_entry .image_container,
.kpt_slider .kpt_benefit_entry .image_container {
  background-color: #0D1827;
  position: relative;
}
@media (min-width: 30rem) {
  .kpt_benefit_overview .kpt_benefit_entry .image_container,
.kpt_slider .kpt_benefit_entry .image_container {
    order: 2;
  }
}
.kpt_benefit_overview .kpt_benefit_entry .icon,
.kpt_slider .kpt_benefit_entry .icon {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  fill: #E5DF2C;
}
.kpt_benefit_overview .kpt_benefit_entry .icon svg,
.kpt_slider .kpt_benefit_entry .icon svg {
  height: 5rem;
  width: 5rem;
}
.kpt_benefit_overview .kpt_benefit_entry .background_image,
.kpt_slider .kpt_benefit_entry .background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
@media (min-width: 30rem) {
  .kpt_benefit_overview .kpt_benefit_entry .background_image,
.kpt_slider .kpt_benefit_entry .background_image {
    height: 100%;
  }
}
.kpt_benefit_overview .kpt_benefit_entry .background_image::after,
.kpt_slider .kpt_benefit_entry .background_image::after {
  background: #0D1827;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
.kpt_benefit_overview .kpt_benefit_entry .text,
.kpt_slider .kpt_benefit_entry .text {
  flex: 1 1 auto;
}
@media (min-width: 30rem) {
  .kpt_benefit_overview .kpt_benefit_entry .text,
.kpt_slider .kpt_benefit_entry .text {
    padding-left: 1.56em;
  }
}
.kpt_benefit_overview .kpt_benefit_entry .text .description,
.kpt_slider .kpt_benefit_entry .text .description {
  max-width: 37.5rem;
}
.kpt_benefit_overview.background .kpt_benefit_entry .text,
.kpt_slider.background .kpt_benefit_entry .text {
  background: #F3F3F3;
  padding: 1.56em;
}
.kpt_benefit_overview.icon_only .kpt_benefit_entry .background_image,
.kpt_slider.icon_only .kpt_benefit_entry .background_image {
  display: none;
}
.kpt_benefit_overview.icon_only .kpt_benefit_entry .icon,
.kpt_slider.icon_only .kpt_benefit_entry .icon {
  padding: 0.78em;
  position: relative;
}
@media (min-width: 30rem) {
  .kpt_benefit_overview.image_only .kpt_benefit_entry,
.kpt_slider.image_only .kpt_benefit_entry {
    flex-direction: column;
  }
}
.kpt_benefit_overview.image_only .kpt_benefit_entry .icon,
.kpt_slider.image_only .kpt_benefit_entry .icon {
  display: none;
}
.kpt_benefit_overview.image_only .kpt_benefit_entry .text,
.kpt_slider.image_only .kpt_benefit_entry .text {
  text-align: center;
}
@media (min-width: 30rem) {
  .kpt_benefit_overview.image_only .kpt_benefit_entry .text,
.kpt_slider.image_only .kpt_benefit_entry .text {
    padding: 1.56em;
  }
}
.kpt_benefit_overview.image_only .kpt_benefit_entry .image_container,
.kpt_slider.image_only .kpt_benefit_entry .image_container {
  flex: 0;
}
.kpt_benefit_overview.image_only .kpt_benefit_entry .background_image::after,
.kpt_slider.image_only .kpt_benefit_entry .background_image::after {
  display: none;
}
.kpt_benefit_overview.overlay_text .kpt_benefit_entry .text, .kpt_benefit_overview.slide .kpt_benefit_entry .text,
.kpt_slider.overlay_text .kpt_benefit_entry .text {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1.56em;
}
.kpt_benefit_overview.overlay_text .kpt_benefit_entry .text *, .kpt_benefit_overview.slide .kpt_benefit_entry .text *,
.kpt_slider.overlay_text .kpt_benefit_entry .text * {
  color: #fff;
}
.kpt_benefit_overview.overlay_text .kpt_benefit_entry .image_container, .kpt_benefit_overview.slide .kpt_benefit_entry .image_container,
.kpt_slider.overlay_text .kpt_benefit_entry .image_container {
  flex: 0 0 100%;
}
.kpt_benefit_overview.overlay_text .kpt_benefit_entry .background_image::after, .kpt_benefit_overview.slide .kpt_benefit_entry .background_image::after,
.kpt_slider.overlay_text .kpt_benefit_entry .background_image::after {
  display: block;
}

.kpt_benefit_overview.slide .title_slide,
.kpt_benefit_overview.slide .description_slide {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 600ms;
}
.kpt_benefit_overview.slide .description_slide {
  opacity: 0;
  transform: translateX(100%);
}
.kpt_benefit_overview.slide .navigation {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.kpt_benefit_overview.slide .navigation .prev,
.kpt_benefit_overview.slide .navigation .next {
  height: 1.875rem;
  width: 1.875rem;
  cursor: pointer;
  display: block;
  fill: #fff;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .kpt_benefit_overview.slide .navigation .prev,
.kpt_benefit_overview.slide .navigation .next {
    height: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_benefit_overview.slide .navigation .prev,
.kpt_benefit_overview.slide .navigation .next {
    height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .kpt_benefit_overview.slide .navigation .prev,
.kpt_benefit_overview.slide .navigation .next {
    width: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_benefit_overview.slide .navigation .prev,
.kpt_benefit_overview.slide .navigation .next {
    width: 3.125rem;
  }
}
.kpt_benefit_overview.slide .navigation .prev {
  margin-left: -6.25rem;
  transform: rotate(180deg);
}
.kpt_benefit_overview.slide .icon {
  fill: #fff;
  position: relative;
}
.kpt_benefit_overview.slide .text {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  z-index: 20;
}
@media (min-width: 20rem) {
  .kpt_benefit_overview.slide .text {
    margin-left: calc(2.5rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_benefit_overview.slide .text {
    margin-left: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .kpt_benefit_overview.slide .text {
    margin-right: calc(2.5rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_benefit_overview.slide .text {
    margin-right: 4.375rem;
  }
}
.kpt_benefit_overview.slide .kpt_benefit_entry {
  overflow: hidden;
  position: relative;
}
.kpt_benefit_overview.slide .kpt_benefit_entry .image_container {
  flex: 0 0 100%;
}
.kpt_benefit_overview.slide .kpt_benefit_entry.show .prev {
  margin-left: 0;
}
.kpt_benefit_overview.slide .kpt_benefit_entry.show .next {
  margin-right: -6.25rem;
}
.kpt_benefit_overview.slide .kpt_benefit_entry.show .description_slide {
  opacity: 1;
  transform: translateX(0);
}
.kpt_benefit_overview.slide .kpt_benefit_entry.show .title_slide {
  opacity: 0;
  transform: translateX(-100%);
}

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

.list_background ul, .list_background ol {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_background li {
  background: #E5DF2C;
  color: #0D1827;
  margin: 0 0 0.78em;
  padding: 0.546em;
}

ol > li {
  margin-bottom: 0.78em;
  padding-left: 2.34em !important;
}
ol > li::before {
  align-items: center;
  background: #E5DF2C;
  color: #0D1827;
  content: counter(list);
  display: flex;
  height: 1.56em;
  justify-content: center;
  width: 1.56em;
  top: 0.26em;
  font-size: 85%;
}

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

.section {
  margin: 4.68em 0 4.68em 0;
  padding: 1.56em 0 1.56em 0;
  position: relative;
}

.section_bg {
  position: relative;
  padding: 1.56em 0 1.56em;
}
.section_bg > .title {
  padding-top: 0;
  color: #fff;
}
.section_bg .content > * {
  color: #fff;
}
.section_bg::before {
  background-color: #0D1827;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.section_bg::before {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.background_image_section {
  padding: 1.56em 0 1.56em;
}
.background_image_section > .title {
  padding-top: 0;
  color: #fff;
}
.background_image_section .content > * {
  color: #fff;
}
.background_image_section .section_background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -10;
}
.background_image_section .section_background_image::before {
  background-color: #0D1827;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.background_image_section .section_background_image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

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

.kpt_sequence_entry {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.56em;
  position: relative;
}
.kpt_sequence_entry .info {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 43.75rem;
}
.kpt_sequence_entry .info .title,
.kpt_sequence_entry .info .description {
  text-align: center;
}
.kpt_sequence_entry .description *:last-child {
  margin-bottom: 0;
}
.kpt_sequence_entry.style_arrow .description {
  background-color: #F3F3F3;
  flex-grow: 1;
  margin-right: 3.12em;
  padding: 1.56em 3.12em 1.56em 1.56em;
  position: relative;
}
.kpt_sequence_entry.style_arrow .description:after, .kpt_sequence_entry.style_arrow .description:before {
  height: 2.34em;
  width: 1.56em;
  background-color: #0D1827;
  border-radius: 0;
  content: "";
  position: absolute;
  right: -3.12em;
}
@media (min-width: 20rem) {
  .kpt_sequence_entry.style_arrow .description:after, .kpt_sequence_entry.style_arrow .description:before {
    height: calc(2.34em + 0.78 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_sequence_entry.style_arrow .description:after, .kpt_sequence_entry.style_arrow .description:before {
    height: 3.12em;
  }
}
@media (min-width: 20rem) {
  .kpt_sequence_entry.style_arrow .description:after, .kpt_sequence_entry.style_arrow .description:before {
    width: calc(1.56em + 0.78 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_sequence_entry.style_arrow .description:after, .kpt_sequence_entry.style_arrow .description:before {
    width: 2.34em;
  }
}
.kpt_sequence_entry.style_arrow .description:after {
  bottom: 49.9%;
  transform-origin: top right;
  transform: skewX(-45deg);
}
.kpt_sequence_entry.style_arrow .description:before {
  top: 49.9%;
  transform-origin: bottom right;
  transform: skewX(45deg);
}
.kpt_sequence_entry.style_number {
  padding-left: 3.75rem;
}
@media (min-width: 20rem) {
  .kpt_sequence_entry.style_number {
    padding-left: calc(3.75rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_sequence_entry.style_number {
    padding-left: 8.125rem;
  }
}
.kpt_sequence_entry.style_number .number_count {
  width: 3.75rem;
  align-items: center;
  background-color: #0D1827;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 450%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 20rem) {
  .kpt_sequence_entry.style_number .number_count {
    width: calc(3.75rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_sequence_entry.style_number .number_count {
    width: 8.125rem;
  }
}
.kpt_sequence_entry.style_number .info {
  background-color: #F3F3F3;
  padding: 1.56em;
}
.kpt_sequence_entry.style_number .title {
  padding-top: 0;
}
.kpt_sequence_entry.style_timeline {
  margin: 0;
  padding-bottom: 3.12em;
  width: 100%;
}
@media (min-width: 35rem) {
  .kpt_sequence_entry.style_timeline {
    width: 50%;
  }
}
.kpt_sequence_entry.style_timeline:after {
  background-color: #0D1827;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 0.375rem;
}
.kpt_sequence_entry.style_timeline:before {
  height: 1.25rem;
  width: 1.25rem;
  background-color: #0D1827;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 0;
}
@media (min-width: 20rem) {
  .kpt_sequence_entry.style_timeline:before {
    height: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_sequence_entry.style_timeline:before {
    height: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .kpt_sequence_entry.style_timeline:before {
    width: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_sequence_entry.style_timeline:before {
    width: 2.5rem;
  }
}
.kpt_sequence_entry.style_timeline:nth-child(even) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-left: 3.12em;
}
.kpt_sequence_entry.style_timeline:nth-child(even):after {
  left: 0;
  transform: translate(-0.1875rem);
}
.kpt_sequence_entry.style_timeline:nth-child(even):before {
  left: 0;
  transform: translate(-50%);
}
.kpt_sequence_entry.style_timeline:nth-child(even) .title,
.kpt_sequence_entry.style_timeline:nth-child(even) .description {
  text-align: left;
}
.kpt_sequence_entry.style_timeline:nth-child(even) .title ul,
.kpt_sequence_entry.style_timeline:nth-child(even) .title ol,
.kpt_sequence_entry.style_timeline:nth-child(even) .description ul,
.kpt_sequence_entry.style_timeline:nth-child(even) .description ol {
  display: inline-block;
  text-align: left;
}
@media (min-width: 35rem) {
  .kpt_sequence_entry.style_timeline:nth-child(even) {
    align-items: flex-end;
    margin-left: 0;
    padding-right: 3.12em;
  }
  .kpt_sequence_entry.style_timeline:nth-child(even):after {
    left: auto;
    right: 0;
    transform: translate(0.1875rem);
  }
  .kpt_sequence_entry.style_timeline:nth-child(even):before {
    left: auto;
    right: 0;
    transform: translate(50%);
  }
  .kpt_sequence_entry.style_timeline:nth-child(even) .title,
.kpt_sequence_entry.style_timeline:nth-child(even) .description {
    text-align: right;
  }
}
.kpt_sequence_entry.style_timeline:nth-child(odd) {
  margin-left: auto;
  padding-left: 3.12em;
}
.kpt_sequence_entry.style_timeline:nth-child(odd):after {
  left: 0;
  transform: translate(-0.1875rem);
}
.kpt_sequence_entry.style_timeline:nth-child(odd):before {
  left: 0;
  transform: translate(-50%);
}
.kpt_sequence_entry.style_timeline .description {
  display: inline-block;
  max-width: 31.25rem;
}
.kpt_sequence_entry.style_timeline .title {
  max-width: 31.25rem;
  padding-top: 0;
}

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

.kpt_slider {
  position: relative;
}
.kpt_slider:focus {
  outline: 0;
}
.kpt_slider .slides_wrapper {
  overflow: hidden;
}
.kpt_slider .slides_wrapper .slides {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.kpt_slider .slides_wrapper .slides .slide {
  opacity: 0;
  position: relative;
  visibility: hidden;
  width: 100%;
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-10000"] {
  transform: translateX(-10000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9900"] {
  transform: translateX(-9900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9800"] {
  transform: translateX(-9800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9700"] {
  transform: translateX(-9700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9600"] {
  transform: translateX(-9600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9500"] {
  transform: translateX(-9500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9400"] {
  transform: translateX(-9400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9300"] {
  transform: translateX(-9300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9200"] {
  transform: translateX(-9200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9100"] {
  transform: translateX(-9100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-9000"] {
  transform: translateX(-9000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8900"] {
  transform: translateX(-8900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8800"] {
  transform: translateX(-8800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8700"] {
  transform: translateX(-8700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8600"] {
  transform: translateX(-8600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8500"] {
  transform: translateX(-8500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8400"] {
  transform: translateX(-8400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8300"] {
  transform: translateX(-8300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8200"] {
  transform: translateX(-8200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8100"] {
  transform: translateX(-8100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-8000"] {
  transform: translateX(-8000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7900"] {
  transform: translateX(-7900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7800"] {
  transform: translateX(-7800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7700"] {
  transform: translateX(-7700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7600"] {
  transform: translateX(-7600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7500"] {
  transform: translateX(-7500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7400"] {
  transform: translateX(-7400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7300"] {
  transform: translateX(-7300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7200"] {
  transform: translateX(-7200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7100"] {
  transform: translateX(-7100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-7000"] {
  transform: translateX(-7000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6900"] {
  transform: translateX(-6900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6800"] {
  transform: translateX(-6800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6700"] {
  transform: translateX(-6700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6600"] {
  transform: translateX(-6600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6500"] {
  transform: translateX(-6500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6400"] {
  transform: translateX(-6400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6300"] {
  transform: translateX(-6300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6200"] {
  transform: translateX(-6200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6100"] {
  transform: translateX(-6100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-6000"] {
  transform: translateX(-6000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5900"] {
  transform: translateX(-5900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5800"] {
  transform: translateX(-5800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5700"] {
  transform: translateX(-5700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5600"] {
  transform: translateX(-5600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5500"] {
  transform: translateX(-5500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5400"] {
  transform: translateX(-5400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5300"] {
  transform: translateX(-5300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5200"] {
  transform: translateX(-5200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5100"] {
  transform: translateX(-5100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-5000"] {
  transform: translateX(-5000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4900"] {
  transform: translateX(-4900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4800"] {
  transform: translateX(-4800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4700"] {
  transform: translateX(-4700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4600"] {
  transform: translateX(-4600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4500"] {
  transform: translateX(-4500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4400"] {
  transform: translateX(-4400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4300"] {
  transform: translateX(-4300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4200"] {
  transform: translateX(-4200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4100"] {
  transform: translateX(-4100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-4000"] {
  transform: translateX(-4000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3900"] {
  transform: translateX(-3900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3800"] {
  transform: translateX(-3800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3700"] {
  transform: translateX(-3700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3600"] {
  transform: translateX(-3600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3500"] {
  transform: translateX(-3500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3400"] {
  transform: translateX(-3400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3300"] {
  transform: translateX(-3300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3200"] {
  transform: translateX(-3200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3100"] {
  transform: translateX(-3100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-3000"] {
  transform: translateX(-3000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2900"] {
  transform: translateX(-2900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2800"] {
  transform: translateX(-2800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2700"] {
  transform: translateX(-2700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2600"] {
  transform: translateX(-2600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2500"] {
  transform: translateX(-2500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2400"] {
  transform: translateX(-2400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2300"] {
  transform: translateX(-2300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2200"] {
  transform: translateX(-2200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2100"] {
  transform: translateX(-2100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-2000"] {
  transform: translateX(-2000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1900"] {
  transform: translateX(-1900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1800"] {
  transform: translateX(-1800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1700"] {
  transform: translateX(-1700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1600"] {
  transform: translateX(-1600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1500"] {
  transform: translateX(-1500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1400"] {
  transform: translateX(-1400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1300"] {
  transform: translateX(-1300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1200"] {
  transform: translateX(-1200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1100"] {
  transform: translateX(-1100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-1000"] {
  transform: translateX(-1000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-900"] {
  transform: translateX(-900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-800"] {
  transform: translateX(-800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-700"] {
  transform: translateX(-700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-600"] {
  transform: translateX(-600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-500"] {
  transform: translateX(-500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-400"] {
  transform: translateX(-400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-300"] {
  transform: translateX(-300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-200"] {
  transform: translateX(-200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="-100"] {
  transform: translateX(-100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="0"] {
  transform: translateX(0%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="100"] {
  transform: translateX(100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="200"] {
  transform: translateX(200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="300"] {
  transform: translateX(300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="400"] {
  transform: translateX(400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="500"] {
  transform: translateX(500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="600"] {
  transform: translateX(600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="700"] {
  transform: translateX(700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="800"] {
  transform: translateX(800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="900"] {
  transform: translateX(900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1000"] {
  transform: translateX(1000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1100"] {
  transform: translateX(1100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1200"] {
  transform: translateX(1200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1300"] {
  transform: translateX(1300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1400"] {
  transform: translateX(1400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1500"] {
  transform: translateX(1500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1600"] {
  transform: translateX(1600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1700"] {
  transform: translateX(1700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1800"] {
  transform: translateX(1800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="1900"] {
  transform: translateX(1900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2000"] {
  transform: translateX(2000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2100"] {
  transform: translateX(2100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2200"] {
  transform: translateX(2200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2300"] {
  transform: translateX(2300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2400"] {
  transform: translateX(2400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2500"] {
  transform: translateX(2500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2600"] {
  transform: translateX(2600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2700"] {
  transform: translateX(2700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2800"] {
  transform: translateX(2800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="2900"] {
  transform: translateX(2900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3000"] {
  transform: translateX(3000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3100"] {
  transform: translateX(3100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3200"] {
  transform: translateX(3200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3300"] {
  transform: translateX(3300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3400"] {
  transform: translateX(3400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3500"] {
  transform: translateX(3500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3600"] {
  transform: translateX(3600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3700"] {
  transform: translateX(3700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3800"] {
  transform: translateX(3800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="3900"] {
  transform: translateX(3900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4000"] {
  transform: translateX(4000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4100"] {
  transform: translateX(4100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4200"] {
  transform: translateX(4200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4300"] {
  transform: translateX(4300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4400"] {
  transform: translateX(4400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4500"] {
  transform: translateX(4500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4600"] {
  transform: translateX(4600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4700"] {
  transform: translateX(4700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4800"] {
  transform: translateX(4800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="4900"] {
  transform: translateX(4900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5000"] {
  transform: translateX(5000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5100"] {
  transform: translateX(5100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5200"] {
  transform: translateX(5200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5300"] {
  transform: translateX(5300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5400"] {
  transform: translateX(5400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5500"] {
  transform: translateX(5500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5600"] {
  transform: translateX(5600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5700"] {
  transform: translateX(5700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5800"] {
  transform: translateX(5800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="5900"] {
  transform: translateX(5900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6000"] {
  transform: translateX(6000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6100"] {
  transform: translateX(6100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6200"] {
  transform: translateX(6200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6300"] {
  transform: translateX(6300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6400"] {
  transform: translateX(6400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6500"] {
  transform: translateX(6500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6600"] {
  transform: translateX(6600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6700"] {
  transform: translateX(6700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6800"] {
  transform: translateX(6800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="6900"] {
  transform: translateX(6900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7000"] {
  transform: translateX(7000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7100"] {
  transform: translateX(7100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7200"] {
  transform: translateX(7200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7300"] {
  transform: translateX(7300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7400"] {
  transform: translateX(7400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7500"] {
  transform: translateX(7500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7600"] {
  transform: translateX(7600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7700"] {
  transform: translateX(7700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7800"] {
  transform: translateX(7800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="7900"] {
  transform: translateX(7900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8000"] {
  transform: translateX(8000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8100"] {
  transform: translateX(8100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8200"] {
  transform: translateX(8200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8300"] {
  transform: translateX(8300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8400"] {
  transform: translateX(8400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8500"] {
  transform: translateX(8500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8600"] {
  transform: translateX(8600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8700"] {
  transform: translateX(8700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8800"] {
  transform: translateX(8800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="8900"] {
  transform: translateX(8900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9000"] {
  transform: translateX(9000%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9100"] {
  transform: translateX(9100%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9200"] {
  transform: translateX(9200%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9300"] {
  transform: translateX(9300%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9400"] {
  transform: translateX(9400%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9500"] {
  transform: translateX(9500%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9600"] {
  transform: translateX(9600%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9700"] {
  transform: translateX(9700%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9800"] {
  transform: translateX(9800%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="9900"] {
  transform: translateX(9900%);
}
.kpt_slider .slides_wrapper .slides .slide.slide[data-position="10000"] {
  transform: translateX(10000%);
}
.kpt_slider .slides_wrapper .slides .slide.no_grid {
  min-width: 100%;
}
.kpt_slider .slides_wrapper .slides .slide.active {
  opacity: 1;
  visibility: visible;
}
.kpt_slider .slides_wrapper .slides .slide.visible {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  visibility: visible;
}
.kpt_slider .slides_wrapper .slides .slide:focus {
  outline: 0;
}
.kpt_slider .slide.animated {
  transition: transform 300ms ease-out;
}
.kpt_slider.fade .slides_wrapper .slides .slide {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0) !important;
  visibility: visible;
}
.kpt_slider.fade .slides_wrapper .slides .slide.active {
  opacity: 1;
  position: relative;
}
.kpt_slider.navigation_outside {
  padding: 0 3.125rem;
}
.kpt_slider .navigation {
  display: inline-flex;
  justify-content: flex-start;
  background-color: #E5DF2C;
  margin-top: 1.56em;
  padding: 0 0.2em;
}
.kpt_slider .navigation a {
  position: relative;
  margin: 0 0.39em;
}
.kpt_slider .navigation a .icon {
  display: block;
  fill: #0D1827;
  height: 2.75rem;
  min-width: 2.75rem;
  transition: fill 300ms ease-out;
  width: 2.75rem;
}
.kpt_slider .navigation a .icon svg {
  display: block;
  transition: transform 300ms ease-out;
  transform-origin: left center;
}
.kpt_slider .navigation a.prev {
  left: 0;
}
.kpt_slider .navigation a.prev .icon {
  transform: rotate(180deg);
}
.kpt_slider .navigation a.next {
  right: 0;
}
.kpt_slider .navigation a:hover svg {
  transform: scale(1.1);
}
.kpt_slider.pagination {
  margin-bottom: 3.12em;
}
.kpt_slider.number_pagination .pagination a {
  align-items: center;
  display: inline-flex;
  height: 2.1875rem;
  justify-content: center;
  margin: 0 0.25rem;
  position: relative;
  text-decoration: none;
  width: 2.1875rem;
}
.kpt_slider.number_pagination .pagination a:after {
  color: #0D1827;
  content: attr(title);
  font-size: 70%;
  font-weight: 600;
  position: relative;
}
.on_dark .kpt_slider.number_pagination .pagination a:after {
  color: #fff;
}
.kpt_slider .pagination {
  bottom: -3.12em;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.kpt_slider .pagination a {
  border: 0.125rem solid #0D1827;
  display: inline-block;
  height: 0.9375rem;
  margin: 0 0.125rem;
  width: 0.9375rem;
}
.on_dark .kpt_slider .pagination a {
  border: 0.125rem solid #fff;
}
.kpt_slider .pagination a.active, .kpt_slider .pagination a:hover {
  background-color: #E5DF2C;
  border-color: #E5DF2C;
}
.kpt_slider .pagination a.active:after, .on_dark .kpt_slider .pagination a.active:after, .kpt_slider .pagination a:hover:after, .on_dark .kpt_slider .pagination a:hover:after {
  color: #0D1827;
}

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

.kpt_video video {
  max-width: 100%;
}
.kpt_video video::cue {
  background: #000000;
  color: #ffffff;
}

/* 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.78em;
}

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

.page_wrapper {
  overflow-x: hidden;
}

main > .main_content {
  padding-bottom: 4.68em;
  position: relative;
}
main > .main_content:before {
  height: 12.5rem;
  width: 12.5rem;
  bottom: 0;
  content: url("../../common/images/abstract/abstract_elements.svg");
  opacity: 0.15;
  position: absolute;
  right: 0;
  transform: translateY(19%) translateX(45%);
  z-index: -1;
}
@media (min-width: 20rem) {
  main > .main_content:before {
    height: calc(12.5rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main > .main_content:before {
    height: 21.875rem;
  }
}
@media (min-width: 20rem) {
  main > .main_content:before {
    width: calc(12.5rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main > .main_content:before {
    width: 21.875rem;
  }
}

.abstract_box {
  padding: 3.9em 0 2.34em;
  position: relative;
}
.abstract_box.entry.zms_folder h2,
.abstract_box .entry.zms_folder h2 {
  padding-top: 0;
}
.abstract_box:before {
  background-image: url("../../common/images/abstract/abstract_background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: calc(-50vw + 50%);
  margin: 0 auto;
  max-width: 160rem;
  opacity: 0.15;
  position: absolute;
  right: calc(-50vw + 50%);
  top: 0;
  z-index: -1;
  transform: scale(-1);
}

.white_box {
  padding: 3.9em 0;
  position: relative;
}
.white_box.entry.zms_folder h2,
.white_box .entry.zms_folder h2 {
  padding-top: 0;
}
.white_box:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: -50vw;
  position: absolute;
  right: -50vw;
  top: 0;
  z-index: -1;
}

.yellow_box {
  padding: 3.9em 0;
  position: relative;
}
.yellow_box .entry.zms_folder h2 {
  padding-top: 0;
}
.yellow_box:before {
  background-color: #E5DF2C;
  bottom: 0;
  content: "";
  left: -50vw;
  position: absolute;
  right: -50vw;
  top: 0;
  z-index: -1;
}

.black_box {
  padding: 3.9em 0;
  position: relative;
}
.black_box .entry.zms_folder h2 {
  padding-top: 0;
}
.black_box:before {
  background-color: #0D1827;
  bottom: 0;
  content: "";
  left: -50vw;
  position: absolute;
  right: -50vw;
  top: 0;
  z-index: -1;
}
.black_box:after {
  height: 12.5rem;
  width: 12.5rem;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../common/images/abstract/white_dots.svg");
  content: "";
  left: 0;
  opacity: 0.43;
  position: absolute;
  top: 0;
  transform: translateY(-60%) translateX(-95%);
}
@media (min-width: 20rem) {
  .black_box:after {
    height: calc(12.5rem + 9.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .black_box:after {
    height: 22.125rem;
  }
}
@media (min-width: 20rem) {
  .black_box:after {
    width: calc(12.5rem + 9.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .black_box:after {
    width: 22.125rem;
  }
}
@media (min-width: 112.5rem) {
  .black_box:after {
    transform: translateY(-60%) translateX(-125%);
  }
}
.startpage .black_box {
  padding: 0;
}
.startpage .black_box:after {
  display: none;
}

.intro {
  position: relative;
}
.intro:before {
  background-image: url("../../common/images/abstract/abstract_background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: calc(-50vw + 50%);
  margin: 0 auto;
  max-width: 160rem;
  opacity: 0.15;
  position: absolute;
  right: calc(-50vw + 50%);
  top: 0;
  z-index: -1;
}

.career_upper {
  position: relative;
}
.career_upper:before {
  background-image: url("../../common/images/abstract/abstract_background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: calc(-50vw + 50%);
  margin: 0 auto;
  max-width: 160rem;
  opacity: 0.15;
  position: absolute;
  right: calc(-50vw + 50%);
  top: 0;
  z-index: -1;
  transform: scale(-1);
}

.career_down {
  position: relative;
}
.career_down > .row {
  overflow: hidden;
}
.career_down:before {
  background-color: #0D1827;
  bottom: 0;
  content: "";
  left: -50vw;
  position: absolute;
  right: -50vw;
  top: 0;
  z-index: -1;
}

.big_headline {
  display: flex;
  flex-direction: column;
  padding: 3.12em 0 0 0;
}
.big_headline .title_headline {
  letter-spacing: calc((2.8125rem + 7.875 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 2.8125rem;
}
@media (min-width: 20rem) {
  .big_headline .title_headline {
    font-size: calc(2.8125rem + 7.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .big_headline .title_headline {
    font-size: 10.6875rem;
  }
}
.big_headline .pre_text,
.big_headline .post_text {
  letter-spacing: calc((2.0625rem + 1.875 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 2.0625rem;
  color: #0D1827;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 300;
  line-height: 1.09;
  margin: 0;
}
@media (min-width: 20rem) {
  .big_headline .pre_text,
.big_headline .post_text {
    font-size: calc(2.0625rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .big_headline .pre_text,
.big_headline .post_text {
    font-size: 3.9375rem;
  }
}
.big_headline .post_text {
  display: block;
  max-width: 37.5rem;
}
@media (min-width: 30rem) {
  .big_headline .post_text {
    margin-left: 1.716em;
  }
}
@media (min-width: 61.875rem) {
  .big_headline .wrapped_text {
    align-self: flex-end;
    display: flex;
  }
  .big_headline .wrapped_text .pre_text {
    margin: 0.1em 0.2em 0 0;
  }
  .big_headline .post_text {
    margin-left: 0;
  }
}

.center_title_h2 h2.title {
  text-align: center;
}

.no_title_padding h2 {
  padding-top: 0;
}

.career_button_overview {
  padding-left: 1.3125rem;
  padding-top: 3.12em;
  margin: 0 0 0.78em 0.39em;
}
@media (min-width: 20rem) {
  .career_button_overview {
    padding-left: calc(1.3125rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .career_button_overview {
    padding-left: 3.8125rem;
  }
}
@media (min-width: 20rem) {
  .career_button_overview {
    padding-top: calc(3.12em + 3.12 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .career_button_overview {
    padding-top: 6.24em;
  }
}

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

.toggle_offcanvas_menu {
  bottom: 0;
  display: inline-block;
  position: fixed;
  right: 0;
  z-index: 99;
}
@media (min-width: 35rem) {
  .toggle_offcanvas_menu {
    bottom: auto;
    top: 0;
  }
}
.toggle_offcanvas_menu label {
  height: 4.375rem;
  width: 4.375rem;
  align-items: center;
  background-color: #0D1827;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: opacity 300ms ease-out;
  user-select: none;
  z-index: 10;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label {
    height: calc(4.375rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu label {
    height: 8.75rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label {
    width: calc(4.375rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu label {
    width: 8.75rem;
  }
}
.toggle_offcanvas_menu label .icon {
  height: 0.625rem;
  width: 2rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .icon {
    height: calc(0.625rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu label .icon {
    height: 0.9375rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .icon {
    width: calc(2rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu label .icon {
    width: 3.125rem;
  }
}
.toggle_offcanvas_menu label .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
}
.toggle_offcanvas_menu label .line_1 {
  max-width: 60%;
  opacity: 1;
  top: 0;
  transition: top 300ms, transform 300ms, background-color 300ms ease-out;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0;
  transition: bottom 300ms, transform 300ms, background-color 300ms ease-out;
}
.toggle_offcanvas_menu label .text {
  color: #fff;
  line-height: 1;
  margin-top: 0.5rem;
  transition: color 300ms ease-out;
}
.toggle_offcanvas_menu label:hover .line, .toggle_offcanvas_menu label:focus .line {
  background-color: #E5DF2C;
}
.toggle_offcanvas_menu label:hover .text, .toggle_offcanvas_menu label:focus .text {
  color: #E5DF2C;
}
.toggle_offcanvas_menu a {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.toggle_offcanvas_menu .open_offcanvas_menu {
  display: block;
}
.toggle_offcanvas_menu .close_offcanvas_menu {
  display: none;
}

.offcanvas_menu_overlay {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: linear-gradient(180deg, rgba(13, 24, 39, 0.92) 0%, rgba(13, 24, 39, 0.92) 70%, rgba(54, 61, 40, 0.92) 100%);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 110;
}

.offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu {
  opacity: 1;
  transform: scaleX(1);
  visibility: visible;
}
.offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.offcanvas_menu_state {
  position: fixed;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label {
  opacity: 0;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .icon, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .icon, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .icon, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .icon {
  justify-content: center;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_1 {
  top: calc(50% - (0.125rem / 2));
  transform: rotate(45deg);
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_3 {
  max-width: 60%;
  bottom: calc(50% - (0.125rem / 2));
  transform: rotate(-45deg);
}
.offcanvas_menu_state:checked ~ header .open_offcanvas_menu, .offcanvas_menu_state:checked ~ div .open_offcanvas_menu, .offcanvas_menu_state:target ~ header .open_offcanvas_menu, .offcanvas_menu_state:target ~ div .open_offcanvas_menu {
  display: none;
}
.offcanvas_menu_state:checked ~ header .close_offcanvas_menu, .offcanvas_menu_state:checked ~ div .close_offcanvas_menu, .offcanvas_menu_state:target ~ header .close_offcanvas_menu, .offcanvas_menu_state:target ~ div .close_offcanvas_menu {
  display: block;
}

.offcanvas_menu {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: 1.56em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  user-select: none;
  visibility: hidden;
  z-index: 5000;
}
.offcanvas_menu .dots {
  height: 31.25rem;
  width: 31.25rem;
  min-width: 31.25rem;
  fill: #fff;
  opacity: 0.03;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-45%) translateX(20%);
}
@media (min-width: 20rem) {
  .offcanvas_menu .dots {
    height: calc(31.25rem + 31.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .dots {
    height: 62.5rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .dots {
    width: calc(31.25rem + 31.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .dots {
    width: 62.5rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .dots {
    min-width: calc(31.25rem + 31.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .dots {
    min-width: 62.5rem;
  }
}
.offcanvas_menu > .container {
  width: 100%;
}
.offcanvas_menu > .container.offcanvas_menu_content_container {
  display: flex;
  flex-grow: 1;
}
.offcanvas_menu > .container.offcanvas_menu_content_container > .row {
  flex-grow: 1;
}
.offcanvas_menu::-webkit-scrollbar {
  width: 0.625rem;
}
.offcanvas_menu::-webkit-scrollbar-track {
  background-color: #0D1827;
}
.offcanvas_menu::-webkit-scrollbar-thumb {
  background-color: #E5DF2C;
  transition: background-color 300ms;
}
.offcanvas_menu::-webkit-scrollbar-thumb:hover {
  background-color: #cfc919;
}
.offcanvas_menu .close_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
  height: 4.375rem;
  width: 3.75rem;
  min-width: 3.75rem;
  align-items: center;
  display: flex;
  fill: #fff;
  justify-content: center;
  transition: fill 300ms ease-out;
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
    height: calc(4.375rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
    height: 8.75rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
    width: calc(3.75rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
    width: 8.125rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
    min-width: calc(3.75rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon {
    min-width: 8.125rem;
  }
}
.offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
  height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  display: block;
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
    height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
    width: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
    min-width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_wrapper .close_offcanvas_menu .icon svg {
    min-width: 3.125rem;
  }
}
.offcanvas_menu .close_wrapper .close_offcanvas_menu:hover .icon, .offcanvas_menu .close_wrapper .close_offcanvas_menu:focus .icon {
  fill: #E5DF2C;
}
.offcanvas_menu .offcanvas_menu_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.12em 0 3.12em 0;
  max-width: 81.25rem;
}
.offcanvas_menu .offcanvas_menu_content > ul > li {
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 1.04em 0 0.52em;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color 300ms ease-out;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a:hover, .offcanvas_menu .offcanvas_menu_content > ul > li > a:focus, .offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  color: #E5DF2C;
}
.offcanvas_menu .offcanvas_menu_content > ul li.expanded > ul {
  max-height: 37.5rem;
}
.offcanvas_menu .offcanvas_menu_content > ul ul {
  border-left: 0.125rem solid #E5DF2C;
  margin-left: 1.4181818182em;
  overflow: hidden;
  padding-left: 0.78em;
}
.offcanvas_menu .offcanvas_menu_content > ul ul li {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul:target {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a {
  color: #fff;
  display: inline-block;
  padding: 0.1em 0;
  text-decoration: none;
  transition: color 300ms ease-out;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a:hover, .offcanvas_menu .offcanvas_menu_content > ul ul a:focus, .offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  color: #E5DF2C;
}

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

.offcanvas_menu .offcanvas_menu_content > ul ul {
  display: block !important;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: height 600ms;
}

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

.onlinetools_popup_overview .overview_title {
  padding-top: 0;
}
.onlinetools_popup_overview .entry {
  border-left: 0.125rem solid #fff;
  margin-bottom: 1.56em;
  padding-left: 0.78em;
}
.onlinetools_popup_overview .entry .info {
  transition: transform 300ms ease-out;
}
.onlinetools_popup_overview .entry .title {
  margin-bottom: 0;
}
.onlinetools_popup_overview .entry .text {
  margin: 0;
}
.onlinetools_popup_overview .entry:last-child {
  margin-bottom: 0;
}
.onlinetools_popup_overview .entry:hover .info, .onlinetools_popup_overview .entry:focus .info {
  transform: translateX(0.3em);
}

.popup_overlay {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: linear-gradient(180deg, rgba(13, 24, 39, 0.92) 0%, rgba(13, 24, 39, 0.92) 70%, rgba(54, 61, 40, 0.92) 100%);
  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 {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}

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

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

.popup_content {
  height: 100%;
  margin: 0 auto;
  max-width: 100rem;
  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: #fff;
  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 + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 3.75rem;
  }
}

.popup_iframe {
  background: #fff;
  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: #F3F3F3;
  cursor: move;
  position: relative;
  width: 100%;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(21.875rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 34.375rem;
  }
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(243, 243, 243, 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.56em 3.12em;
  text-align: center;
}
.open_street_map form {
  background-color: #0D1827;
  padding: 1.56em;
}
.open_street_map form .osm_disclaimer {
  color: #fff;
  font-size: 85%;
}
.open_street_map form .osm_disclaimer a {
  color: #fff;
}
.open_street_map form .required_description {
  color: #fff;
}
.open_street_map form .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
@media (min-width: 35rem) {
  .open_street_map form .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
}
.open_street_map form .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
.open_street_map form .plan_route .saddr input {
  background: rgba(255, 255, 255, 0.16);
  border: 0;
  border-bottom: 0.125rem solid #fff;
  color: #fff;
  margin-bottom: 0;
}
.open_street_map form .plan_route .saddr input::placeholder {
  color: #fff;
  user-select: none;
}
.open_street_map form .plan_route .select_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.78em;
}
@media (min-width: 47.5rem) {
  .open_street_map form .plan_route .select_wrapper {
    margin: 0 1.56em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map form .plan_route .select_wrapper .select {
    margin-bottom: 0;
  }
}
@media (min-width: 35rem) {
  .open_street_map form .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: transparent;
  border: 0.125rem solid #0D1827;
  border-radius: 0;
  color: #0D1827;
  display: inline-flex;
  font-weight: 600;
  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: #E5DF2C;
  border: 0.125rem solid #E5DF2C;
  box-shadow: 0 0 0 0 rgba(13, 24, 39, 0.2);
  color: #0D1827;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #E5DF2C;
  border: 0.125rem solid #E5DF2C;
  color: #0D1827;
}
.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: 1.25rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 1.25rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 4.625rem;
}
.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.78em;
  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 {
  background-color: #0D1827;
  padding: 1.56em;
  margin-top: 1.56em;
}
.opening_times .title {
  padding-top: 0;
}
.opening_times .entries {
  display: flex;
  flex-wrap: wrap;
}
.opening_times > p {
  margin-bottom: 0;
}
.opening_times .entry {
  margin-right: 2.34em;
}

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

.pool_image .background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
}
.pool_image.top .background_image {
  background-position-y: top;
}
.pool_image.bottom .background_image {
  background-position-y: bottom;
}
.pool_image.left .background_image {
  background-position-x: left;
}
.pool_image.right .background_image {
  background-position-x: right;
}

.pool_random_image {
  position: relative;
  flex-grow: 1;
  min-height: 40vw;
}
.pool_random_image .pool_image .background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pool_random_image .pool_image .description {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.44);
  font-weight: 700;
  padding: 0.2em 0.6em;
}
.pool_random_image.right_out, .pool_random_image.left_out {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.pool_random_image.right_out .pool_image .description {
  left: 0;
  right: auto;
}
@media (min-width: 61.875rem) {
  .pool_random_image {
    min-height: auto;
  }
  .pool_random_image.left_out {
    margin-left: calc(-50vw + 100%);
    margin-right: 0;
  }
  .pool_random_image.right_out {
    margin-left: 0;
    margin-right: calc(-50vw + 100%);
  }
}
@media (min-width: 100rem) {
  .pool_random_image.left_out {
    margin-left: calc(-50vw + 47rem);
  }
  .pool_random_image.right_out {
    margin-right: calc(-50vw + 47rem);
  }
}
@media (min-width: 100rem) {
  .pool_random_image.left_out {
    margin-left: -33.125rem;
  }
  .pool_random_image.right_right {
    margin-left: -33.125rem;
  }
}

.pool_grid {
  position: relative;
  margin: 0 calc(-50vw + 50%);
  z-index: -1;
}
@media (min-width: 160rem) {
  .pool_grid {
    margin: 0 -32.8125rem;
  }
}
.pool_grid .image_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.pool_grid .image_wrapper .pool_image {
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
}
.pool_grid .image_wrapper .pool_image:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.pool_grid .image_wrapper .pool_image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.pool_grid .image_wrapper .pool_image .background_image {
  height: 0;
  padding-bottom: 60%;
}
.pool_grid .image_wrapper .pool_image .description {
  display: none;
}
@media (min-width: 30rem) {
  .pool_grid .image_wrapper .pool_image {
    flex-basis: 25%;
  }
  .pool_grid .image_wrapper .pool_image .background_image {
    padding-bottom: 117%;
  }
}
.pool_grid .image_wrapper .pool_image:nth-child(0):after {
  opacity: 0.4;
}
.pool_grid .image_wrapper .pool_image:nth-child(0):before {
  animation-delay: 2s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(1):after {
  opacity: 0.4;
}
.pool_grid .image_wrapper .pool_image:nth-child(1):before {
  animation-delay: 3s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(2):after {
  opacity: 0.4;
}
.pool_grid .image_wrapper .pool_image:nth-child(2):before {
  animation-delay: 2s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(3):after {
  opacity: 0.6;
}
.pool_grid .image_wrapper .pool_image:nth-child(3):before {
  animation-delay: 1s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(4):after {
  opacity: 0.4;
}
.pool_grid .image_wrapper .pool_image:nth-child(4):before {
  animation-delay: 3s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(5):after {
  opacity: 0.5;
}
.pool_grid .image_wrapper .pool_image:nth-child(5):before {
  animation-delay: 1s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(6):after {
  opacity: 0.5;
}
.pool_grid .image_wrapper .pool_image:nth-child(6):before {
  animation-delay: 2s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(7):after {
  opacity: 0.6;
}
.pool_grid .image_wrapper .pool_image:nth-child(7):before {
  animation-delay: 3s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .image_wrapper .pool_image:nth-child(8):after {
  opacity: 0.4;
}
.pool_grid .image_wrapper .pool_image:nth-child(8):before {
  animation-delay: 3s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change_opacity;
}
.pool_grid .text_wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.pool_grid .text_wrapper > .container {
  width: 100%;
}

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

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader_rotate 900ms linear infinite;
  display: block;
  fill: #0D1827;
  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/quick_application.scss */

.quick_application {
  margin-top: 1.56em;
  margin-bottom: 3.12em;
}
@media (min-width: 20rem) {
  .quick_application {
    margin-top: calc(1.56em + 1.56 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .quick_application {
    margin-top: 3.12em;
  }
}
.quick_application form {
  margin-left: 0;
}
@media (min-width: 35rem) {
  .quick_application form {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 61.875rem) {
  .quick_application form {
    margin-left: calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 20rem) / (73.75) * -2);
  }
}
@media (min-width: 93.75rem) {
  .quick_application form {
    margin-left: -1.5625rem;
  }
}
.quick_application form .entry {
  flex-grow: 1;
}
.quick_application form .entry input {
  border-color: #fff;
  margin: 0.78em 0 0 0;
}
.quick_application form .entry input::placeholder {
  font-family: "Source Serif Pro", sans-serif;
  opacity: 0.7;
  font-size: 70%;
}
.quick_application form .entry input[aria-invalid=true] {
  border-color: #0D1827;
}
.quick_application form .entry input[aria-invalid=true]:focus {
  border-color: #E5DF2C;
  box-shadow: 0 0 0 #E5DF2C inset, 0 0 0 0 rgba(229, 223, 44, 0.2);
  color: #0D1827;
}
.quick_application form .entry input:focus {
  border-color: #E5DF2C;
  box-shadow: 0 0 0 #E5DF2C inset, 0 0 0 0 rgba(229, 223, 44, 0.2);
  color: #0D1827;
}
.quick_application form .button {
  margin: 0.78em 0 0 0;
}
@media (min-width: 35rem) {
  .quick_application form .button {
    margin: 0.78em 0 0 1.04em;
  }
}

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

form[role=search] input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.16);
  border: 0;
  border-bottom: 0.125rem solid #fff;
  color: #fff;
  flex-basis: 100%;
  margin: 0 0 0.78em 0;
  padding: 0 1.04em;
  transition: background-color 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms, z-index 300ms;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  form[role=search] input[type=search] {
    height: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] input[type=search] {
    height: 3.75rem;
  }
}
form[role=search] input[type=search]::placeholder {
  color: #fff;
  user-select: none;
}
form[role=search] input[type=search]:focus {
  border-color: #E5DF2C;
  outline: 0;
  position: relative;
  z-index: 10;
}
form[role=search] input[type=search]::-webkit-search-cancel-button, form[role=search] input[type=search]::-webkit-search-decoration, form[role=search] input[type=search]::-webkit-search-results-button, form[role=search] input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
form[role=search] button {
  margin: 0;
  flex-shrink: 0;
}
@media (min-width: 35rem) {
  form[role=search] {
    display: flex;
  }
  form[role=search] input[type=search] {
    margin: 0;
  }
}

.search dl {
  margin: 0 0 0.78em;
  padding-top: 0.39em;
}
.search dl br,
.search dl em,
.search dl img {
  display: none;
}
.search dd {
  margin: 0;
}

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

header .social_media_links {
  display: none;
}
@media (min-width: 61.875rem) {
  header .social_media_links {
    display: block;
  }
}
.offcanvas_menu_contact .social_media_links {
  display: block;
}
.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.social_media_links li {
  list-style: none;
  margin-left: 1.375rem;
}
.social_media_links li:first-child {
  margin-left: 0;
}
.social_media_links a {
  border-radius: 0;
  display: inline-block;
}
.social_media_links a .icon {
  display: block;
  fill: #0D1827;
  height: 2.75rem;
  transition: transform 300ms ease-out;
  width: 2.75rem;
}
.social_media_links a.facebook .icon, .social_media_links a.twitter .icon {
  border-radius: 0;
}
.social_media_links a:hover .icon, .social_media_links a:focus .icon {
  transform: scale(0.9) rotate(-5deg);
}

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

.social_media_share {
  background-color: #0D1827;
  display: inline-block;
}
.social_media_share ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 1.0625rem;
}
.social_media_share li {
  line-height: 0;
  list-style: none;
  margin: 0.39em 0;
  padding: 0;
}
.social_media_share a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 85%;
  padding-right: 1.0625rem;
  text-decoration: none;
  user-select: none;
}
.social_media_share a > span {
  align-items: center;
  display: flex;
  height: 2.75rem;
}
.social_media_share a .icon {
  border-radius: 0;
  height: 2.125rem;
  transition: transform 300ms ease-out;
  width: 2.125rem;
}
.social_media_share a .text {
  font-weight: 300;
  padding-left: 1.0625rem;
  padding-right: 0.78em;
}
.social_media_share a.print {
  display: none;
}
@media (min-width: 30rem) {
  .social_media_share a.print {
    display: block;
  }
}
.social_media_share a.print .icon {
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.social_media_share a.print .icon svg {
  fill: #0D1827;
  height: 2.125rem;
  margin: 0 auto;
  width: 1.5rem;
}
.social_media_share a.facebook .icon, .social_media_share a.twitter .icon {
  border-radius: 0;
}
.social_media_share a:hover, .social_media_share a:focus {
  text-decoration: underline;
}
.social_media_share a:hover .icon, .social_media_share a:focus .icon {
  transform: scale(0.9);
}

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

.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.56em;
  max-width: 29.1875rem;
}
.steuernews_preview .entry .image {
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
  order: 1;
  overflow: hidden;
  position: relative;
}
.steuernews_preview .entry .image:after {
  background: linear-gradient(190deg, rgba(13, 24, 39, 0.71), rgba(75, 81, 40, 0.71), rgba(13, 24, 39, 0.71), rgba(13, 24, 39, 0.71), rgba(75, 81, 40, 0.71));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms ease-out;
  z-index: 2;
}
.steuernews_preview .entry .image img {
  display: block;
  transition: transform 300ms ease-out;
  width: 100%;
}
.steuernews_preview .entry .teaser_text {
  border-top: 0.25rem solid #E5DF2C;
  order: 2;
  padding-top: 0.39em;
}
.steuernews_preview .entry .teaser_text .title {
  line-height: 1.1;
  word-wrap: break-word;
}
.steuernews_preview .entry:hover .image:after, .steuernews_preview .entry:focus .image:after {
  opacity: 0.5;
}
.steuernews_preview .entry:hover .image img, .steuernews_preview .entry:focus .image img {
  transform: scale(1.05);
}

.news_entity > figure + h2 {
  padding-top: 0;
}
.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}

.news_image {
  margin-bottom: 3.12em;
  max-width: 21.875rem;
}
.news_image img {
  display: block;
}
@media (min-width: 61.875rem) {
  .news_image {
    float: right;
    margin-bottom: 1.56em;
    margin-left: 1.56em;
  }
}

.steuernews_current_issue_overview .overview_title,
.steuernews_issue_overview .overview_title {
  padding-top: 0;
}
.steuernews_current_issue_overview a,
.steuernews_issue_overview a {
  text-decoration: none;
}
.steuernews_current_issue_overview a:hover, .steuernews_current_issue_overview a:focus,
.steuernews_issue_overview a:hover,
.steuernews_issue_overview a:focus {
  text-decoration: underline;
}
.steuernews_current_issue_overview a.active,
.steuernews_issue_overview a.active {
  font-weight: 600;
}

.steuernews_issue_overview ul {
  columns: 3 12.5rem;
}
.steuernews_issue_overview ul li {
  break-inside: avoid;
}

.steuernews_disclaimer {
  clear: both;
}

.steuernews_sidebar {
  margin: 1.56em 0 0.78em;
}

.steuernews_current_issue {
  margin-bottom: 0.78em;
}

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

.job_contact_person .job_contact_person_entry,
.job_contact_person .team_entry,
.team_overview .job_contact_person_entry,
.team_overview .team_entry {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  margin-bottom: 3.12em;
  max-width: 29.1875rem;
}
.job_contact_person .job_contact_person_entry .info,
.job_contact_person .team_entry .info,
.team_overview .job_contact_person_entry .info,
.team_overview .team_entry .info {
  border-top: 0.25rem solid #E5DF2C;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1 1 auto;
  padding-top: 0.39em;
}
.job_contact_person .job_contact_person_entry .info .title,
.job_contact_person .team_entry .info .title,
.team_overview .job_contact_person_entry .info .title,
.team_overview .team_entry .info .title {
  margin: 0;
  padding: 0;
}
.job_contact_person .job_contact_person_entry .info .position,
.job_contact_person .team_entry .info .position,
.team_overview .job_contact_person_entry .info .position,
.team_overview .team_entry .info .position {
  flex-grow: 1;
}
.job_contact_person .job_contact_person_entry .photo,
.job_contact_person .team_entry .photo,
.team_overview .job_contact_person_entry .photo,
.team_overview .team_entry .photo {
  display: block;
}
.job_contact_person .job_contact_person_entry .photo img,
.job_contact_person .team_entry .photo img,
.team_overview .job_contact_person_entry .photo img,
.team_overview .team_entry .photo img {
  display: block;
  width: 100%;
}

.team_entry.main_content .position {
  font-weight: 600;
}
.team_entry.main_content .photo {
  margin-bottom: 3.12em;
  max-width: 21.875rem;
}
.team_entry.main_content .photo img {
  display: block;
}
@media (min-width: 47.5rem) {
  .team_entry.main_content .photo {
    float: right;
    margin-bottom: 1.56em;
    margin-left: 1.56em;
  }
}
.team_entry.main_content .profile > h2:first-child {
  padding-top: 0;
}

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

.teaser {
  max-width: 59.375rem;
}
.teaser .title_headline {
  color: #E5DF2C;
  margin-bottom: 0.312em;
  position: relative;
  z-index: 2;
}
.teaser .title {
  margin-bottom: 1.04em;
  padding-top: 0;
}
.teaser .button_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.teaser .button_wrapper .button {
  margin-right: 0.78em;
  margin-top: 0.78em;
}
.startpage .teaser {
  margin: 3.9em 0;
  max-width: none;
}
.startpage .teaser .button_wrapper .button {
  margin-top: 2.028em;
}
.startpage .teaser .description p {
  letter-spacing: calc((1rem + 1.1875 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.31;
  margin: 0;
}
@media (min-width: 20rem) {
  .startpage .teaser .description p {
    font-size: calc(1rem + 1.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .teaser .description p {
    font-size: 2.1875rem;
  }
}
@media (min-width: 61.875rem) {
  .startpage .teaser.title_left_out .title_headline {
    margin-left: -1.95em;
  }
  .startpage .teaser.title_right_out .title_headline {
    margin-left: 0.624em;
  }
}

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

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

[role=tooltip] {
  background: #F3F3F3;
  border: 0.125rem solid #F3F3F3;
  border-radius: 0;
  bottom: 100%;
  color: #0D1827;
  font-size: 85%;
  font-weight: 300;
  line-height: 1.56;
  padding: 0.39em 0.78em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #F3F3F3;
  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: #F3F3F3;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  display: none;
}

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

.video_overview .entry,
.video_infolists_overview .entry,
.video_infolist_overview .entry,
.video_tutorial_overview .entry {
  display: inline-block;
}
.video_overview .image,
.video_overview figure,
.video_infolists_overview .image,
.video_infolists_overview figure,
.video_infolist_overview .image,
.video_infolist_overview figure,
.video_tutorial_overview .image,
.video_tutorial_overview figure {
  margin: 0.78em 0;
}
.video_overview .image img,
.video_overview figure img,
.video_infolists_overview .image img,
.video_infolists_overview figure img,
.video_infolist_overview .image img,
.video_infolist_overview figure img,
.video_tutorial_overview .image img,
.video_tutorial_overview figure img {
  width: 100%;
}
.video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption,
.video_tutorial_overview figcaption {
  font-size: 100%;
}
.video_overview .video_play,
.video_infolists_overview .video_play,
.video_infolist_overview .video_play,
.video_tutorial_overview .video_play {
  position: relative;
}
.video_overview .video_play .icon,
.video_infolists_overview .video_play .icon,
.video_infolist_overview .video_play .icon,
.video_tutorial_overview .video_play .icon {
  fill: #0D1827;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.video_infolist .button,
.video_tutorial .button {
  margin-bottom: 1.56em;
}

.video_wrapper {
  height: 0;
  margin-bottom: 1.56em;
  padding-top: 56.25%;
  position: relative;
}
.video_wrapper video,
.video_wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_wrapper video::cue {
  background: #000000;
  color: #ffffff;
}

.video_preview {
  margin-bottom: 0.78em;
}
.video_preview .entry {
  display: flex;
  margin-bottom: 1.56em;
}
.video_preview figure {
  flex: 0 0 auto;
  margin: 0;
  order: 1;
  padding-right: 1.56em;
}
.video_preview .teaser_text {
  order: 2;
}
.video_preview .video_play {
  position: relative;
}
.video_preview .video_play .icon {
  fill: #0D1827;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.steuernews_preview .video_play {
  position: relative;
}
.steuernews_preview .video_play .icon {
  fill: #0D1827;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

