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

.accordion ul {
  list-style: url("../../common/images/list_styles/rectangle.svg");
}

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

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

[role=tab] {
  align-items: center;
  border-top: 0.0625rem solid gray;
  cursor: pointer;
  display: flex;
  margin: 0 0 0.375em;
  min-width: 100%;
  padding: 0.4995em 0;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #EF7D00;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
}
[role=tab][aria-expanded=true] {
  border-color: #EF7D00;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #EF7D00;
  outline: 0;
}
[role=tab]:focus .title {
  color: #EF7D00;
}

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

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

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

.contact {
  display: flex;
}
.contact > span {
  min-width: 4.0625rem;
}
@media (min-width: 30rem) {
  .contact > span {
    min-width: 5.625rem;
  }
}
.contact > span:not(.text)::after {
  content: ":";
}
.contact > span.text {
  font-weight: 400;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

/* 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_wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.75em;
}
.author_wrapper .author_hor {
  fill: #a0a0a0;
  height: 0.5625rem;
  line-height: 0.5625rem;
  width: 4.6875rem;
  margin-top: 0.3125rem;
}

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

.background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22.0625rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 61.875rem) {
  .background_image {
    height: 100%;
  }
}

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

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

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

.button {
  border-radius: 0.25rem;
  padding: 0 1.05em;
  background: #1E3B72;
  border: 0.0625rem solid #1E3B72;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.8125rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.4995em;
}
.button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  outline: 0;
  background: #6A709C;
  border-color: #6A709C;
  color: #fff;
}
.button:focus .icon {
  fill: #fff;
}
.button:hover {
  background: #6A709C;
  border-color: #6A709C;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #13264a inset;
  background: #13264a;
  border: 0.0625rem solid #13264a;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.8125rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.4995em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

.white_button {
  background-color: #fff;
  border-color: #fff;
  color: #1E3B72;
}

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

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

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

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

.company_logo {
  width: 13.125rem;
  display: block;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(13.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 16.25rem;
  }
}

.company_logo_1 {
  width: 10rem;
  margin-bottom: -0.5rem;
}
@media (min-width: 20rem) {
  .company_logo_1 {
    width: calc(10rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo_1 {
    width: 12.5rem;
  }
}

.company_logo_2 {
  width: 12rem;
}
@media (min-width: 20rem) {
  .company_logo_2 {
    width: calc(12rem + 3.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo_2 {
    width: 15.9375rem;
  }
}

.logo_wrapper .company_logo_1 {
  width: 13.25rem;
  margin-bottom: 0rem;
  transition: all 300ms ease;
}
@media (min-width: 20rem) {
  .logo_wrapper .company_logo_1 {
    width: calc(13.25rem + 2.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .logo_wrapper .company_logo_1 {
    width: 15.375rem;
  }
}
.scrolled_down .logo_wrapper .company_logo_1 {
  width: 11.25rem;
}
@media (min-width: 20rem) {
  .scrolled_down .logo_wrapper .company_logo_1 {
    width: calc(11.25rem + 4.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down .logo_wrapper .company_logo_1 {
    width: 15.375rem;
  }
}
@media (min-width: 47.5rem) {
  .logo_wrapper .company_logo_1 {
    margin-bottom: -0.75rem;
  }
  .scrolled_down .logo_wrapper .company_logo_1 {
    width: 13.25rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .scrolled_down .logo_wrapper .company_logo_1 {
    width: calc(13.25rem + 2.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .scrolled_down .logo_wrapper .company_logo_1 {
    width: 15.375rem;
  }
}

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

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  row-gap: 0.75em;
  border-top: 0.125rem solid #EF7D00;
  padding: 0.75em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  text-align: center;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    align-items: center;
    column-gap: 0.3em;
    grid-template-columns: 1fr;
    grid-template-areas: "cb_text_policy cb_button_confirm" "cb_link_privacy cb_button_confirm";
  }
  .cookie_banner .cb_text_policy {
    text-align: left;
  }
  .cookie_banner .cb_link_privacy {
    justify-self: flex-start;
  }
}
.cookie_banner .cb_title_with_svg {
  display: none;
  grid-area: cb_title_with_svg;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
}
.cookie_banner p {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}

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

.disclaimer {
  background: #6A709C;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 85%;
  margin: 1.5em 0;
  padding: 0.999em 1.5em;
}
.disclaimer a {
  display: inline;
  color: #fff;
}

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

.down_arrow {
  background-color: #1E3B72;
  padding: 1.5em;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  display: block;
  line-height: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 300ms, visibility 300ms;
  visibility: visible;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  right: 0.9375rem;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 20rem) {
  .down_arrow {
    right: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    right: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    height: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    height: 2rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    width: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    width: 2rem;
  }
}
.down_arrow .icon {
  animation: bounce 1.8s infinite;
  display: block;
  fill: #EF7D00;
  transition: fill 300ms;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 20rem) {
  .down_arrow .icon {
    height: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow .icon {
    height: 2rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow .icon {
    width: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow .icon {
    width: 2rem;
  }
}
.down_arrow:focus .icon, .down_arrow:hover .icon {
  fill: #000000;
}
.down_arrow.scrolled_down {
  opacity: 0;
  visibility: hidden;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 47.5rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 75rem) {
  .dropdown_menu {
    justify-content: flex-end;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:last-child > .ul_wrapper ul {
  right: 0;
}
.dropdown_menu > ul li:last-child > .ul_wrapper ul .icon {
  left: unset;
  right: 0;
}
.dropdown_menu > ul li:last-child a {
  padding-right: 0;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #1E3B72;
  text-decoration: underline;
}
.dropdown_menu > ul li:hover > .ul_wrapper ul, .dropdown_menu > ul li.hover > .ul_wrapper ul {
  visibility: visible;
}
.dropdown_menu > ul li:hover > .ul_wrapper, .dropdown_menu > ul li.hover > .ul_wrapper {
  visibility: visible;
}
.dropdown_menu > ul li:hover > .ul_wrapper .icon svg .arrow, .dropdown_menu > ul li.hover > .ul_wrapper .icon svg .arrow {
  transition-timing-function: ease-in;
}
.dropdown_menu > ul li:hover > .ul_wrapper .icon svg .arrow_top, .dropdown_menu > ul li.hover > .ul_wrapper .icon svg .arrow_top {
  visibility: visible;
}
.dropdown_menu > ul li:hover > .ul_wrapper .icon svg .arrow_middle, .dropdown_menu > ul li.hover > .ul_wrapper .icon svg .arrow_middle {
  transition-delay: 0.03s;
  visibility: visible;
}
.dropdown_menu > ul li:hover > .ul_wrapper .icon svg .arrow_bottom, .dropdown_menu > ul li.hover > .ul_wrapper .icon svg .arrow_bottom {
  transition-delay: 0.06s;
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 3.375rem;
  width: 1.875rem;
  padding-left: 0.45em;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #1E3B72;
  display: flex;
  hyphens: none;
  padding: 0.75em 1.2em;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}
.dropdown_menu > ul > li > a.active {
  color: #EF7D00;
}
.dropdown_menu > ul > li .ul_wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
}
.dropdown_menu > ul > li .ul_wrapper .icon {
  position: absolute;
  bottom: 0;
  left: 0.9em;
  transform: translateY(60%);
  z-index: 3000;
}
.dropdown_menu > ul > li .ul_wrapper .icon svg {
  height: 5rem;
}
.dropdown_menu > ul > li .ul_wrapper .icon svg .arrow {
  visibility: hidden;
}
.dropdown_menu > ul > li ul {
  background: #fff;
  padding: 0.75em 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  border-radius: 0.25rem;
  margin-top: 1.5em;
  padding: 1.35em;
  margin-left: 0.9em;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
.dropdown_menu > ul > li ul .icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.dropdown_menu > ul > li ul .icon svg {
  height: 5rem;
}
.dropdown_menu > ul > li ul .icon svg .arrow {
  visibility: hidden;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #1E3B72;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0 0.75em;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
}
.dropdown_menu > ul > li ul a:hover {
  color: #1E3B72;
  text-decoration: underline;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #EF7D00;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

footer {
  margin: 2.25em 0;
}
footer .address .not_postal_address {
  margin-bottom: 0;
}
footer .company_logo {
  margin-bottom: 1.25rem;
}
footer .logo_left .company_logo_2 {
  display: none;
}
footer .logo_left .company_logo_1 {
  margin-bottom: 0.5rem;
}
footer .logo_right .company_logo_1 {
  display: none;
}
@media (max-width: 47.5rem) {
  footer .logo_right {
    margin-top: 1.5em;
  }
}
footer .related_links_wrapper {
  display: flex;
  margin-top: 1.5em;
}
@media (min-width: 61.875rem) {
  footer .related_links_wrapper {
    margin-top: auto;
  }
}
footer .related_links_wrapper .related_links li {
  position: relative;
  display: inline-flex;
}
footer .related_links_wrapper .related_links li:nth-child(1) {
  margin-right: 0.875rem;
}
footer .related_links_wrapper .related_links li:nth-child(1)::after {
  content: "|";
  position: absolute;
  right: -0.875rem;
  color: #1E3B72;
}

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

.footer_always_shown_wrapper {
  position: relative;
  display: flex;
  padding: 1.5em 0;
  align-items: flex-start;
  gap: 2.25em;
  margin-top: 4.5em;
  flex-direction: column;
}
@media (min-width: 61.875rem) {
  .footer_always_shown_wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.footer_always_shown_wrapper .subscribe_text {
  flex: 30%;
}
.footer_always_shown_wrapper .subscribe_text p {
  color: #fff;
  margin-bottom: 0;
  flex: 30%;
}
.footer_always_shown_wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #1E3B72;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 2.9375rem;
  }
}
.file.error .file_name {
  border-color: #EF7D00;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid gray;
  border-radius: 0.25rem 0 0 0.25rem;
  box-shadow: 0 0 0.1875rem gray inset;
  color: #000000;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 2.8125rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 2.9375rem;
  }
}
.file .file_button {
  border-radius: 0 0.25rem 0.25rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #1E3B72;
  border: 0.0625rem solid #1E3B72;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.8125rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.4995em;
}
.file .file_button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.8125rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  background: #6A709C;
  border-color: #6A709C;
  color: #fff;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 2.9375rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #6A709C;
  border-color: #6A709C;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #13264a inset;
  background: #13264a;
  border: 0.0625rem solid #13264a;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 2.8125rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.4995em;
}

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

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.5em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 2.9375rem;
  }
}
@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;
  }
}
[class*=span] {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
@media (min-width: 20rem) {
  [class*=span] {
    padding: 0 calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [class*=span] {
    padding: 0 1.5625rem;
  }
}
[class*=span].span_column {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order12_xxxlarge {
    order: 12;
  }
}

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

header {
  position: fixed;
  z-index: 555;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.45);
}
header .navigation_wrapper {
  position: relative;
  padding-top: 0.75em;
}
@media (min-width: 35rem) {
  header .navigation_wrapper {
    padding-bottom: 0.75em;
  }
}
@media (min-width: 75rem) {
  header .navigation_wrapper {
    margin-top: -3.4375rem;
    margin-top: 0rem;
    padding-bottom: 0.45em;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  header .navigation_wrapper {
    margin-top: calc(0rem + -3.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  header .navigation_wrapper {
    margin-top: -3.4375rem;
  }
}
header .inner_header {
  padding-top: 0.3em;
}
header .inner_header .logo_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.8em;
  flex-direction: column;
  z-index: 500;
}
@media (min-width: 35rem) {
  header .inner_header .logo_wrapper {
    flex-direction: row;
    align-items: center;
  }
}
header .inner_header .icons_wrapper {
  display: none;
  justify-content: flex-end;
  gap: 1.5625rem;
  gap: 0.375em;
  margin-bottom: 0.3em;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1rem;
  z-index: 50;
}
@media (min-width: 20rem) {
  header .inner_header .icons_wrapper {
    gap: calc(0.375em + 0.825 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .inner_header .icons_wrapper {
    gap: 1.2em;
  }
}
@media (min-width: 47.5rem) {
  header .inner_header .icons_wrapper {
    display: flex;
  }
}
@media (min-width: 47.5rem) {
  header .inner_header .icons_wrapper {
    flex-direction: row;
    align-items: center;
    height: 2.75rem;
  }
}
@media (min-width: 75rem) {
  header .inner_header .icons_wrapper {
    align-items: flex-start;
  }
}
header .inner_header .icons_wrapper .link {
  background-color: #EF7D00;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  transition: 300ms;
}
header .inner_header .icons_wrapper .link:hover {
  background-color: #6A709C;
}
header .inner_header .icons_wrapper .link .icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}
header .inner_header .icons_wrapper .link .icon svg {
  display: block;
  fill: #fff;
  margin: 0;
}
header .inner_header .icons_wrapper .email .icon svg,
header .inner_header .icons_wrapper .call .icon svg {
  width: 1.5rem;
}
header .inner_header .icons_wrapper .email {
  background-color: #1E3B72;
  order: 3;
}
header .inner_header .icons_wrapper .email:hover {
  background-color: #6A709C;
}
header .inner_header .icons_wrapper .call {
  background-color: #6A709C;
  order: 2;
}
header .inner_header .icons_wrapper .call:hover {
  background-color: #1E3B72;
}
header .inner_header .icons_wrapper .search .icon svg {
  width: 1.8125rem;
}
header .inner_header .icons_wrapper.quicklinks_small {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  right: 8.75rem;
  transform: translateY(130%);
  margin-bottom: 0;
  margin-top: 0rem;
}
@media (min-width: 47.5rem) {
  header .inner_header .icons_wrapper.quicklinks_small {
    display: none;
  }
}

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

.image_wrapper .container {
  position: relative;
}
.image_wrapper .header_background {
  background-position: center top 15%;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: 300ms;
  height: 21.375rem;
}
@media (min-width: 30rem) {
  .image_wrapper .header_background {
    height: 26.875rem;
  }
}
@media (min-width: 35rem) {
  .image_wrapper .header_background {
    height: 39.5rem;
  }
}
@media (min-width: 47.5rem) {
  .image_wrapper .header_background {
    height: 60vh;
  }
}
@media (min-width: 75rem) {
  .image_wrapper .header_background {
    height: 85vh;
  }
}
.image_wrapper .header_background .container {
  z-index: 33;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 3em;
}
.startpage .image_wrapper .header_background .container {
  bottom: 20%;
}
.image_wrapper .header_background .slogan span {
  color: #fff;
  font-size: 420%;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 20rem) {
  .image_wrapper .header_background .slogan span {
    font-size: calc(1.875rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .image_wrapper .header_background .slogan span {
    font-size: 5.625rem;
  }
}
.image_wrapper .header_background .button {
  width: fit-content;
  margin-top: 2.25em;
}

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

.infolist_anchor_overview {
  background: #999999;
  border-radius: 0.25rem;
  padding: 0.75em 1.5em;
}
.infolist_anchor_overview a {
  display: block;
  padding: 0.75em 0;
}
.infolist_anchor_overview li {
  border-top: 0.0625rem solid gray;
}
.infolist_anchor_overview li:first-child {
  border-top: 0;
}

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

.infolist_download {
  align-items: baseline;
  background: #6A709C;
  border-radius: 0.25rem;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.infolist_download .infolist_title {
  font-weight: 700;
}
.infolist_download p {
  margin-right: 1.5em;
  color: #fff;
}

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

.infolist_top_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0.75em 0;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.infolist_top_link .icon {
  display: block;
  fill: #EF7D00;
  height: 3rem;
  transform: rotate(-90deg);
  width: 3rem;
}

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

.infolist_overview .icon_title_wr {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.infolist_overview .icon_title_wr .title {
  color: #1E3B72;
}
.infolist_overview .icon_title_wr .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.infolist_overview .icon_title_wr .icon svg .element {
  transition: 300ms;
}
.infolist_overview .icon_title_wr .icon svg .right {
  fill: #EF7D00;
}
.infolist_overview .icon_title_wr .icon svg .left {
  fill: rgba(239, 125, 0, 0.4);
}
.infolist_overview .icon_title_wr:hover .icon svg .element {
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.infolist_overview .icon_title_wr:hover .icon svg .left {
  animation-name: change_color_left;
}
.infolist_overview .icon_title_wr:hover .icon svg .right {
  animation-delay: 0.1s;
  animation-name: change_color_right;
}

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

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

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

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

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

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

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

.infolist_teaser_style, .infolist_text_fader_style {
  display: flex;
  flex-direction: column;
}
.infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text {
  background: #999999;
  margin-bottom: 1.5em;
  padding: 0 0.75em;
}
@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.5em / 2));
  }
}

.infolist_text_list_style, .infolist:not(.infolist_boxit) .infolist_text_container {
  list-style: url("../../common/images/list_styles/rectangle.svg");
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.infolist_text_list_style > .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container > .infolist_text {
  display: list-item;
  padding-left: 0.375em;
}

.infolist_accordion_style .infolist_text {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
  background: #999999;
  color: #EF7D00;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.75em;
  user-select: none;
  transition: all 300ms;
}
.infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #EF7D00;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.75em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: all 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2 {
  background: #919191;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((0.9375rem + 0.3125 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.9375rem;
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.25rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

.infolist_text_fader_style .infolist_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.infolist_text_fader_style .infolist_text > h2,
.infolist_text_fader_style .infolist_text > h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0 3em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3em;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(1.875rem);
}
.infolist_text_fader_style .infolist_text:hover, .infolist_text_fader_style .infolist_text:focus {
  background: rgba(239, 125, 0, 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/infolists_at_reisekosten.scss */

.map_chart {
  height: 16.25rem;
  background-color: #fff;
  margin: 0 0 1.5em 0;
  max-width: 100%;
  position: relative;
}
@media (min-width: 20rem) {
  .map_chart {
    height: calc(16.25rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .map_chart {
    height: 28.75rem;
  }
}
.map_chart .drag_area {
  bottom: 0;
  left: 3.75rem;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
.map_chart .drag_area.visible {
  visibility: visible;
}
.map_chart .map_chart_wrapper {
  height: 16.25rem;
  border: 0.0625rem solid gray;
  cursor: move;
  overflow: hidden;
  padding: 0.375em;
  position: relative;
  z-index: 0;
}
@media (min-width: 20rem) {
  .map_chart .map_chart_wrapper {
    height: calc(16.25rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .map_chart .map_chart_wrapper {
    height: 28.75rem;
  }
}
.map_chart svg path {
  position: relative;
  stroke: #fff;
  transition: fill-opacity 300ms;
}
.map_chart svg path.hasData {
  fill: #EF7D00;
}
.map_chart svg path.noData {
  fill: #dddddd;
}
.map_chart .map_chart_navigation {
  display: inline-flex;
  flex-direction: column;
  left: 0.75em;
  position: absolute;
  top: 0.75em;
}
.map_chart .map_chart_navigation .zoom {
  align-items: center;
  background-color: #999999;
  border: 0.0625rem solid gray;
  border-radius: 0.25rem;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 120%;
  height: 2.5rem;
  justify-content: center;
  margin: 0 0 0.375em 0;
  padding: 0.375em 0.75em;
  text-decoration: none;
  width: 2.5rem;
}
.map_chart .map_chart_navigation .zoom.disabled {
  cursor: default;
  opacity: 0.4;
}
.map_chart .output {
  background-color: #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  min-width: 9.375rem;
  opacity: 0;
  padding: 1.05em;
  position: absolute;
  transition: left 300ms, opacity 300ms, top 300ms, visibility 300ms;
  user-select: none;
  visibility: hidden;
  z-index: 2;
}
.map_chart .output.show {
  opacity: 1;
  visibility: visible;
}
.map_chart .touch_info {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: flex;
  font-weight: 700;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 3;
}

body.reisekosten .switch_view {
  margin-bottom: 0.75em;
}

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

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

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

.job_benefit_overview .entry {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  margin-top: 1.5em;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .job_benefit_overview .entry {
    flex-direction: row;
  }
}
.job_benefit_overview .entry .title {
  padding-top: 0;
}
.job_benefit_overview .entry:hover .icon {
  animation-name: animate_scale;
  animation-delay: 0.1s;
  animation-duration: 570ms;
  animation-fill-mode: forwards;
}
.job_benefit_overview .text_wrapper {
  flex: 60%;
}
.job_benefit_overview .icon {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #EF7D00;
  border-radius: 0.25rem;
  padding: 0.75em;
  order: -1;
}
@media (min-width: 20rem) {
  .job_benefit_overview .icon {
    width: calc(4.375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .icon {
    width: 5rem;
  }
}
@media (min-width: 20rem) {
  .job_benefit_overview .icon {
    height: calc(4.375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .icon {
    height: 5rem;
  }
}
.job_benefit_overview .icon svg {
  fill: #fff;
}

@keyframes animate_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

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


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

.job_overview {
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
.job_overview .touch_link {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.job_overview .touch_link .title {
  color: #1E3B72;
  text-decoration: none;
}
.job_overview .touch_link .icon {
  top: 1.5em;
  left: 0;
}
.job_overview .touch_link .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.job_overview .touch_link .icon svg .element {
  transition: 300ms;
}
.job_overview .touch_link .icon svg .right {
  fill: #EF7D00;
}
.job_overview .touch_link .icon svg .left {
  fill: rgba(239, 125, 0, 0.4);
}
.job_overview .touch_link:hover .icon svg .element {
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.job_overview .touch_link:hover .icon svg .left {
  animation-name: change_color_left;
}
.job_overview .touch_link:hover .icon svg .right {
  animation-delay: 0.1s;
  animation-name: change_color_right;
}

@keyframes change_color_left {
  0% {
    fill: rgba(239, 125, 0, 0.4);
  }
  50% {
    fill: #EF7D00;
  }
  100% {
    fill: rgba(239, 125, 0, 0.4);
  }
}
@keyframes change_color_right {
  0% {
    fill: #EF7D00;
  }
  50% {
    fill: rgba(239, 125, 0, 0.4);
  }
  100% {
    fill: #EF7D00;
  }
}

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

.legal_notice_tax_aut_aab {
  margin-bottom: 0.75em;
  padding-top: 0.75em;
}
.legal_notice_tax_aut_aab [href$=".pdf"] {
  display: block;
}
.legal_notice_tax_aut_aab [href$=".pdf"] > span {
  display: flex;
}
.legal_notice_tax_aut_aab .icon {
  display: block;
  fill: #e44e4e;
  height: 1.5rem;
  margin-right: 0.75em;
  min-width: 1.5rem;
  width: 1.5rem;
}

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

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

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

@charset "UTF-8";
.page_wrapper {
  overflow-x: hidden;
}

.sitetitle {
  padding: 1em 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.sitetitle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #1E3B72;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  z-index: -1;
  overflow: hidden;
}

main .intro {
  padding: 4.5em 0;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  position: relative;
}
@media (min-width: 20rem) {
  main .intro {
    padding-top: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main .intro {
    padding-top: 4.5em;
  }
}
@media (min-width: 20rem) {
  main .intro {
    padding-bottom: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main .intro {
    padding-bottom: 4.5em;
  }
}
main .intro .intro_text {
  margin: auto;
  width: 100%;
}
@media (min-width: 47.5rem) {
  main .intro .intro_text {
    width: 75%;
  }
}
main .intro h1 {
  text-transform: uppercase;
}
main .intro p, main .intro h1 {
  color: white;
}
main .intro .button {
  margin-top: 1.5em;
}
main .intro:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #1E3B72;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  z-index: -1;
  overflow: hidden;
}
main .contact_overview h2 {
  padding-top: 0;
  margin-bottom: 1.5em;
}
main .contact_overview .button_overview {
  margin-top: 1.5em;
}
main .contact_overview .background_image {
  margin-bottom: 1.5em;
}
@media (min-width: 61.875rem) {
  main .contact_overview .background_image {
    margin-bottom: 0;
  }
}
main .teaser_outer_wrapper {
  margin: 6em 0;
}
@media (min-width: 61.875rem) {
  main .teaser_outer_wrapper {
    margin: 7.5em 0;
  }
}
main .teaser_outer_wrapper .title {
  position: relative;
  font-size: 150%;
  margin-bottom: 0.225em;
  width: 100%;
}
main .teaser_outer_wrapper .sub_title {
  font-size: 0.9375rem;
  color: #1E3B72;
  margin-bottom: 1.95em;
}
@media (min-width: 20rem) {
  main .teaser_outer_wrapper .sub_title {
    font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main .teaser_outer_wrapper .sub_title {
    font-size: 1.125rem;
  }
}
main .career_outer_wrapper {
  position: relative;
  text-align: center;
  padding: 3.75em 0;
}
main .career_outer_wrapper h2, main .career_outer_wrapper p {
  color: #fff;
}
main .career_outer_wrapper h2:after {
  left: 50%;
  transform: translateX(-50%);
}
main .career_outer_wrapper p {
  margin: auto;
  margin-bottom: 1.5em;
  margin-top: 3em;
}
@media (min-width: 35rem) {
  main .career_outer_wrapper p {
    max-width: 70vw;
  }
}
@media (min-width: 61.875rem) {
  main .career_outer_wrapper p {
    max-width: 40vw;
  }
}
main .career_outer_wrapper:after {
  content: "";
  position: absolute;
  background: url("../../common/images/bogenschießen_gruppe.jpg");
  background-size: cover;
  background-position: center left;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
main .career_outer_wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(30, 59, 114, 0.8);
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}
main .news_outer_wrapper {
  margin: 4.5em 0;
}
main .news_outer_wrapper p {
  margin: 3em 0 2.25em 0;
}

@media (min-width: 75rem) {
  .zms_folder.benefits {
    margin-right: -33vw;
  }
}

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

@media (max-width: 61.875rem) {
  .newsletter_quick_subscribe {
    width: 100%;
  }
}
.newsletter_quick_subscribe form {
  display: block;
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .newsletter_quick_subscribe form {
    display: flex;
    flex-direction: row;
  }
}
.newsletter_quick_subscribe .entry {
  width: 100%;
}
.newsletter_quick_subscribe input[type=email] {
  appearance: none;
  background: #fff;
  border: 0.0625rem solid gray;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 gray inset;
  color: #000000;
  margin: 0;
  padding: 0 0.75em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe input[type=email] {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe input[type=email] {
    height: 2.9375rem;
  }
}
.newsletter_quick_subscribe input[type=email]:focus {
  background: #fff;
  border-color: #EF7D00;
  box-shadow: 0 0 0.1875rem #EF7D00 inset, 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  color: #000000;
  outline: 0;
}
.newsletter_quick_subscribe button {
  background: #1E3B72;
  border: 0.0625rem solid #1E3B72;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 1.5em;
  width: 100%;
  height: 2.75rem;
  margin-top: 1.5em;
  width: fit-content;
}
.newsletter_quick_subscribe button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button > span {
    min-height: 2.8125rem;
  }
}
.newsletter_quick_subscribe button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.newsletter_quick_subscribe button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.newsletter_quick_subscribe button .icon + .text {
  padding-left: 0.4995em;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button {
    height: 2.9375rem;
  }
}
@media (min-width: 35rem) {
  .newsletter_quick_subscribe button {
    margin-left: 1.5em;
    margin-top: 0;
  }
}
.newsletter_quick_subscribe button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button > span {
    min-height: 2.8125rem;
  }
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe button {
    flex-shrink: 0;
    width: fit-content;
  }
}
.newsletter_quick_subscribe button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  background: #6A709C;
  border-color: #6A709C;
  color: #fff;
}
.newsletter_quick_subscribe button:focus .icon {
  fill: #fff;
}

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

.toggle_offcanvas_menu {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0.46875rem;
  transform: translateY(130%);
}
@media (min-width: 47.5rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 112.5%;
  font-weight: 400;
  min-height: 2.75rem;
  position: relative;
  color: #1E3B72;
  user-select: none;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.45);
  padding: 0.6875rem;
  border-radius: 0.25rem;
  height: 2.75rem;
}
.toggle_offcanvas_menu label .text {
  margin-right: 0.6875rem;
}
.toggle_offcanvas_menu label .icon {
  height: 1.5rem;
  position: relative;
  width: 2.0625rem;
}
.toggle_offcanvas_menu label .line {
  background: #000000;
  display: block;
  height: 0.3125rem;
  position: absolute;
  width: 100%;
  transform: skewX(-20deg);
}
.toggle_offcanvas_menu label .line_1 {
  opacity: 1;
  top: 0;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  background-color: #1E3B72;
}
.toggle_offcanvas_menu label .line_2 {
  opacity: 1;
  top: calc(50% - (0.3125rem / 2));
  transition: opacity 300ms;
  visibility: visible;
  background-color: #6A709C;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0;
  transition: bottom 300ms, transform 300ms;
  background-color: #EF7D00;
}
.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);
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 240ms, visibility 240ms;
  visibility: hidden;
  z-index: 110;
}

@media (max-width: 47.4375rem) {
  .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 .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.3125rem / 2));
  transform: rotate(45deg);
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_2 {
  opacity: 0;
  visibility: hidden;
}
.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 {
  bottom: calc(50% - (0.3125rem / 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 {
  background-color: #1E3B72;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  display: block;
  min-height: 100%;
  opacity: 0;
  padding: 1.5em 0;
  position: absolute;
  transform: scaleX(0);
  transition: opacity 240ms, transform 240ms, visibility 240ms;
  user-select: none;
  visibility: hidden;
  width: 15.625rem;
  z-index: 5000;
  left: 0;
  transform-origin: left;
}
@media (min-width: 30rem) {
  .offcanvas_menu {
    width: 21.875rem;
  }
}
.offcanvas_menu .offcanvas_menu_content > ul > li {
  padding: 0 1.5em;
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  color: #fff;
  display: block;
  font-size: 122.5%;
  font-weight: 700;
  line-height: 2.75rem;
  text-decoration: none;
  transition: 300ms;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a:hover {
  opacity: 0.8;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  text-decoration: underline;
}
.offcanvas_menu .offcanvas_menu_content > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul {
  display: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul:target {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a {
  color: #fff;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
  text-decoration: none;
  transition: 300ms;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a:hover {
  opacity: 0.8;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  text-decoration: underline;
}
.offcanvas_menu .offcanvas_menu_content > ul ul ul {
  border-bottom: 0.0625rem solid gray;
  border-top: 0.0625rem solid gray;
}

/* 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 {
  margin-top: 1.5em;
}
.onlinetools_popup_overview .entry {
  margin: 0 0 0.75em;
  background-color: #1E3B72;
  padding: 1.5em 1.5em;
}
.onlinetools_popup_overview .description {
  display: block;
  margin-bottom: 0.75em;
  color: #fff;
}
.onlinetools_popup_overview .button {
  background-color: #fff;
  color: #1E3B72;
}
.onlinetools_popup_overview .button .icon svg {
  transition: 300ms;
  fill: #1E3B72;
}
.onlinetools_popup_overview .button:hover {
  background-color: #6A709C;
  color: #fff;
}
.onlinetools_popup_overview .button:hover .icon svg {
  fill: #fff;
}
.onlinetools_popup_overview .title {
  color: #fff;
}
.onlinetools_popup_overview .touch_link .title {
  margin: 0 0 0.375em;
  padding: 0;
}

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

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

.popup_close {
  align-items: center;
  background: #EF7D00;
  border-radius: 0.25rem 0.25rem 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4275em;
  text-align: center;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 2.9375rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 2.9375rem;
  }
}
.popup_close svg {
  fill: #fff;
  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 + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 2.9375rem;
  }
}

.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: #999999;
  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(153, 153, 153, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.5em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    margin: 0 1.5em 0 0;
    max-width: 40.625rem;
  }
  .open_street_map .plan_route .saddr input {
    margin-bottom: 0;
  }
}
.open_street_map .plan_route .select_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.75em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.5em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper .select {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .button_wrapper button {
    margin-bottom: 0;
  }
}
.open_street_map .ol-viewport {
  touch-action: pan-y !important;
}
.open_street_map .ol-overlaycontainer-stopevent button {
  align-items: center;
  background: #1E3B72;
  border: 0.0625rem solid #1E3B72;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #6A709C;
  border: 0.0625rem solid #6A709C;
  box-shadow: 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #6A709C;
  border: 0.0625rem solid #6A709C;
  color: #fff;
}
.open_street_map .ol-overlaycontainer-stopevent button.disabled {
  cursor: default;
  opacity: 0.6;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  position: absolute;
  right: 0.3125rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.375rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 2.875rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

.opening_times .title {
  padding-top: 0.75em;
}
.opening_times .entries {
  display: flex;
  flex-wrap: wrap;
}
.opening_times .entry {
  margin-right: 2.25em;
}

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

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0.25rem 0.25rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #1E3B72;
  border: 0.0625rem solid #1E3B72;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.8125rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
form[role=search] button .text {
  font-weight: 700;
  padding: 0.375em 0;
}
form[role=search] button .icon + .text {
  padding-left: 0.4995em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 2.9375rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 2.9375rem;
  }
}
form[role=search] button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.8125rem;
  }
}
form[role=search] button[disabled] {
  background-color: #999999;
  border-color: #8c8c8c;
  color: gray;
}
form[role=search] button[disabled] .icon {
  fill: #000000;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  position: relative;
  z-index: 10;
  background: #6A709C;
  border-color: #6A709C;
  color: #fff;
}
form[role=search] button:focus .icon {
  fill: #fff;
}
form[role=search] button .icon {
  height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 2.8125rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid gray;
  border-radius: 0.25rem 0 0 0.25rem;
  box-shadow: 0 0 0 gray inset;
  color: #000000;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0.75em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms, z-index 300ms;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 2.9375rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #EF7D00;
  box-shadow: 0 0 0.1875rem #EF7D00 inset, 0 0 0 0.1875rem rgba(239, 125, 0, 0.2);
  color: #000000;
  outline: 0;
  position: relative;
  z-index: 10;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

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

.toggle_search_box {
  height: 2.125rem;
  position: relative;
  width: 2.125rem;
}
.toggle_search_box label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.toggle_search_box label:hover ~ a {
  fill: #EF7D00;
}
.toggle_search_box a {
  fill: #000000;
}
.toggle_search_box a .icon {
  display: block;
  height: 2.125rem;
  transition: fill 300ms;
  width: 2.125rem;
}
.toggle_search_box a .icon svg {
  width: 1.8125rem;
  height: 1.8125rem;
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  display: none;
}

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

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

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

.aside_wrapper {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-top: 2.1em;
}
.aside_wrapper .icon {
  width: 3.25rem;
}
.aside_wrapper .icon svg {
  width: 3.25rem;
}
.aside_wrapper .hideme_twoteaser {
  display: none;
}
.small_sidebar .aside_wrapper .hideme_twoteaser {
  display: unset;
}
.small_sidebar .aside_wrapper .hideme_mobile {
  display: none;
}
.small_sidebar .aside_wrapper .hideme_desktop {
  display: none;
}
.aside_wrapper .hideme_mobile {
  display: none;
}
@media (min-width: 75rem) {
  .aside_wrapper .hideme_mobile {
    display: unset;
  }
}
@media (min-width: 75rem) {
  .aside_wrapper .hideme_desktop {
    display: none;
  }
}
.aside_wrapper .sidebar .teaser_overview .teaser {
  text-align: right;
  align-items: flex-end;
}

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

.steuernews_preview {
  margin-bottom: 0.75em;
}
@media (max-width: 61.875rem) {
  .startpage .steuernews_preview {
    margin-top: 2.25em;
  }
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
  border-top: 0.125rem solid #1E3B72;
}
.steuernews_preview .entry:not(.startpage .steuernews_preview .entry) {
  padding: 1.5em 0;
}
@media (min-width: 35rem) {
  .steuernews_preview .entry {
    flex-direction: row;
    align-items: center;
  }
}
.steuernews_preview .entry:last-child {
  border-bottom: 0.125rem solid #1E3B72;
}
.steuernews_preview .entry:hover .teaser_text {
  transform: scale(0.97);
}
.steuernews_preview .entry:hover .icon svg .element {
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.steuernews_preview .entry:hover .icon svg .left {
  animation-name: change_color_left;
}
.steuernews_preview .entry:hover .icon svg .right {
  animation-delay: 0.1s;
  animation-name: change_color_right;
}
@keyframes change_color_left {
  0% {
    fill: rgba(239, 125, 0, 0.4);
  }
  50% {
    fill: #EF7D00;
  }
  100% {
    fill: rgba(239, 125, 0, 0.4);
  }
}
@keyframes change_color_right {
  0% {
    fill: #EF7D00;
  }
  50% {
    fill: rgba(239, 125, 0, 0.4);
  }
  100% {
    fill: #EF7D00;
  }
}
.steuernews_preview .image {
  flex: 0 1 35%;
  line-height: 0;
  margin: 0;
  order: 1;
}
@media (min-width: 35rem) {
  .steuernews_preview .image {
    margin-right: 1.5em;
  }
}
@media (min-width: 35rem) {
  .steuernews_preview .photo {
    flex: 0 1 35%;
    height: auto;
    margin-right: 1.5em;
  }
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1.5em;
  width: 100%;
  padding-top: 66.64%;
}
.steuernews_preview .teaser_text {
  order: 2;
  padding: 1.05em 1.95em;
  position: relative;
  transition: 210ms;
}
.steuernews_preview .teaser_text:not(.startpage .steuernews_preview .teaser_text) {
  flex: 0 0 65%;
}
.steuernews_preview .teaser_text .icon {
  position: absolute;
  top: 1.5em;
  left: 0;
}
.steuernews_preview .teaser_text .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.steuernews_preview .teaser_text .icon svg .element {
  transition: 300ms;
}
.steuernews_preview .teaser_text .icon svg .right {
  fill: #EF7D00;
}
.steuernews_preview .teaser_text .icon svg .left {
  fill: rgba(239, 125, 0, 0.4);
}
.steuernews_preview .teaser_text .text {
  margin: 0.75em 0;
  margin-bottom: 0;
}
.steuernews_preview .teaser_text .title {
  color: #1E3B72;
  text-decoration: none;
}
.steuernews_preview .title {
  word-wrap: break-word;
}
.steuernews_preview .sub_title {
  display: block;
}

.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}

.news_image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 35rem) {
  .news_image {
    width: auto;
    float: right;
    max-width: 50vw;
  }
}
.news_image + * {
  padding-top: 0;
}

.steuernews_issues {
  margin: 1.5em 0;
}
.steuernews_issues ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li {
  padding-left: 0;
}
.steuernews_issues a {
  background: #999999;
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  white-space: nowrap;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .steuernews_issues a {
    line-height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 2.9375rem;
  }
}

.steuernews_issues ul,
.steuernews_navigation ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.steuernews_navigation ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}
.steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
  background: #1E3B72;
  color: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2.75rem;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: 2.9375rem;
  }
}
.steuernews_issues a.active, .steuernews_issues a:hover, .steuernews_issues a:focus,
.steuernews_navigation a.active,
.steuernews_navigation a:hover,
.steuernews_navigation a:focus,
.blog_issues a.active,
.blog_issues a:hover,
.blog_issues a:focus,
.blog_tags a.active,
.blog_tags a:hover,
.blog_tags a:focus {
  background: #6A709C;
  color: #fff;
}

.steuernews_disclaimer {
  clear: both;
  background-color: #6A709C;
  color: #fff;
}

.steuernews_sidebar {
  margin: 1.5em 0 0.75em;
}

.steuernews_current_issue {
  margin-bottom: 0.75em;
}

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

.steuernews_article_slider {
  display: none;
}
@media (min-width: 61.875rem) {
  .steuernews_article_slider {
    display: block;
    height: 20.4375rem;
    overflow: hidden;
    position: relative;
    user-select: none;
  }
  .steuernews_article_slider .slide {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 300ms, visibility 300ms;
    visibility: hidden;
    z-index: 0;
  }
  .steuernews_article_slider .slide .image {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .steuernews_article_slider .slide .description {
    padding: 0 4.5em 0 3em;
    width: 100%;
  }
  .steuernews_article_slider .slide .description .title {
    margin: 0;
    word-wrap: break-word;
  }
  .steuernews_article_slider .slide .description .sub_title {
    display: block;
    margin-bottom: 0.75em;
  }
  .steuernews_article_slider .slide_anchor:checked + .slide {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
  .steuernews_article_slider .control_slides {
    background: #999999;
    display: block;
    fill: #000000;
    height: 3.75rem;
    margin-top: -1.875rem;
    padding: 0.999em;
    position: absolute;
    right: 0;
    top: 50%;
    transition: background 300ms;
    width: 3.75rem;
    z-index: 15;
  }
  .steuernews_article_slider .control_slides:focus, .steuernews_article_slider .control_slides:hover {
    fill: #EF7D00;
    outline: 0;
  }
  .steuernews_article_slider .prev_slide {
    left: 0;
    transform: rotate(180deg);
  }
  .steuernews_article_slider .next_slide {
    right: 0;
  }
}

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

.steuernews_newsletter_subscribe {
  background: #fff;
  border-radius: 0.25rem;
  margin-bottom: 1.5em;
  padding: 1.5em;
}

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

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

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

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

@media (max-width: 61.875rem) {
  .teaser_overview {
    margin-left: 1.5em;
  }
}
@media (max-width: 61.875rem) {
  .teaser_overview .zero_padding {
    padding: 0;
  }
}
.teaser_overview .first_teaser_overview, .teaser_overview .second_teaser_overview {
  position: relative;
  display: flex;
  flex-grow: 1;
}
.teaser_overview .first_teaser_overview {
  border-left: 0.125rem solid #1E3B72;
}
@media (min-width: 61.875rem) {
  .teaser_overview .first_teaser_overview {
    border-left: unset;
    border-bottom: 0.125rem solid #1E3B72;
  }
}
.teaser_overview .first_teaser_overview .teaser {
  position: relative;
  padding-bottom: 2.55em;
}
.teaser_overview .first_teaser_overview .teaser:after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #EF7D00;
  position: absolute;
  left: 0;
  top: 17%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media (min-width: 61.875rem) {
  .teaser_overview .first_teaser_overview .teaser:after {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
  }
}
.teaser_overview .first_teaser_overview::before {
  content: "";
  background-image: url("../../common/images/icons/arrow_services.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.8125rem;
  height: 3.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  rotate: 90deg;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 61.875rem) {
  .teaser_overview .first_teaser_overview::before {
    transform: translateY(50%);
    bottom: 0;
    top: unset;
    rotate: unset;
  }
}
@media (min-width: 112.5rem) {
  .teaser_overview .first_teaser_overview::before {
    transform: translateY(50%) translateX(-110%);
  }
}
.teaser_overview .second_teaser_overview {
  display: flex;
  justify-content: center;
  border-left: 0.125rem solid #1E3B72;
}
@media (min-width: 61.875rem) {
  .teaser_overview .second_teaser_overview {
    border-left: unset;
  }
}
.teaser_overview .second_teaser_overview .teaser {
  position: relative;
}
.teaser_overview .second_teaser_overview .teaser:after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #EF7D00;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media (min-width: 61.875rem) {
  .teaser_overview .second_teaser_overview .teaser:after {
    top: unset;
    top: 0;
    left: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.teaser_overview .second_teaser_overview::after {
  content: "";
  background-image: url("../../common/images/icons/arrow_services_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.655rem;
  height: 2.830625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  rotate: 90deg;
  transform-origin: left;
  transform: translateX(50%);
}
@media (min-width: 61.875rem) {
  .teaser_overview .second_teaser_overview::after {
    transform: translateY(-50%);
    top: 0;
    right: 0;
    left: unset;
    rotate: unset;
  }
}
@media (min-width: 112.5rem) {
  .teaser_overview .second_teaser_overview::after {
    transform: translateY(-50%) translateX(110%);
  }
}
.teaser_overview .teaser {
  text-align: left;
  padding: 1.2em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
}
@media (min-width: 35rem) {
  .teaser_overview .teaser {
    padding-left: 3em;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview .teaser {
    text-align: center;
    align-items: center;
    padding: 1.5em;
  }
}
.teaser_overview .teaser p {
  margin-bottom: 2.55em;
}
.teaser_overview .teaser .button {
  margin-top: auto;
  width: fit-content;
}

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

.timeline {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .title_overview {
    text-align: center;
  }
}
.timeline .timeline_wrapper {
  margin-left: 0.75em;
  padding-left: 1.5em;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper {
    margin-left: 0;
    padding-left: 0;
  }
}
.timeline .timeline_wrapper:before {
  background: #EF7D00;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline .timeline_entry {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3em;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry {
    justify-content: flex-end;
  }
}
.timeline .timeline_entry:before {
  background: #EF7D00;
  border: 0.0625rem solid #fff;
  border-radius: 100%;
  content: "";
  height: 1.375rem;
  left: calc((-1.5em + (0.0625rem / 2)));
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1.375rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry:before {
    left: 50%;
    margin-left: 0;
  }
}
.timeline .timeline_entry:nth-child(odd) {
  justify-content: flex-start;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry:nth-child(odd) .timeline_content {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right;
    width: 50%;
    word-wrap: break-word;
  }
}
@media (min-width: 35rem) {
  .timeline .timeline_entry .timeline_content {
    padding-left: 1.5em;
    width: 50%;
  }
}

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

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

[role=tooltip] {
  background: #fff;
  border: 0.0625rem solid #EF7D00;
  border-radius: 0.75rem;
  bottom: 100%;
  color: #000000;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: visible;
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #EF7D00;
  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: #EF7D00;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  opacity: 0;
  transform: translateY(-0.9375rem);
  visibility: hidden;
}

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

.useful_link_overview .icon_title_wr {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.useful_link_overview .icon_title_wr .title {
  color: #1E3B72;
}
.useful_link_overview .icon_title_wr .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.useful_link_overview .icon_title_wr .icon svg .element {
  transition: 300ms;
}
.useful_link_overview .icon_title_wr .icon svg .right {
  fill: #EF7D00;
}
.useful_link_overview .icon_title_wr .icon svg .left {
  fill: rgba(239, 125, 0, 0.4);
}
.useful_link_overview .icon_title_wr:hover .icon svg .element {
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.useful_link_overview .icon_title_wr:hover .icon svg .left {
  animation-name: change_color_left;
}
.useful_link_overview .icon_title_wr:hover .icon svg .right {
  animation-delay: 0.1s;
  animation-name: change_color_right;
}

