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

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

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

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

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

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

[role=tab] {
  align-items: center;
  border-top: 0.0625rem solid #b7b7b7;
  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: #0033FF;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
}
[role=tab][aria-expanded=true] {
  border-color: #0033FF;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #0033FF;
  outline: 0;
}
[role=tab]:focus .title {
  color: #0033FF;
}

[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;
}
.contact_wrapper address {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.25em;
  margin-bottom: 0;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.75em;
}
.contact_wrapper a {
  padding: 0.1875rem 0;
}
@media (min-width: 47.5rem) {
  .contact_wrapper a {
    padding: 0;
  }
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span {
  min-width: 1.5625rem;
  padding: 0.1875rem 0;
}
@media (min-width: 47.5rem) {
  .contact > span {
    padding: 0;
  }
}
.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/animation.scss */

html:not(.reduced_motion) .animation,
html:not(.reduced_motion) [data-animation] {
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: 300ms;
}
html:not(.reduced_motion) .animation.not_in_viewport,
html:not(.reduced_motion) [data-animation].not_in_viewport {
  opacity: 0;
  transform: translateY(2em);
  transition: unset;
}
html:not(.reduced_motion) .animate_slide_in_left {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_left.not_in_viewport {
  opacity: 0;
  transform: translateX(-5em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_left.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_left.delay_medium {
  transition-delay: 220ms;
}
html:not(.reduced_motion) .animate_slide_in_right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_right.not_in_viewport {
  opacity: 0;
  transform: translateX(5em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_right.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_right.delay_medium {
  transition-delay: 220ms;
}
html:not(.reduced_motion) .animate_slide_in_bottom {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_bottom.not_in_viewport {
  opacity: 0;
  transform: translateY(5em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_bottom.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_bottom.delay_medium {
  transition-delay: 220ms;
}
html:not(.reduced_motion) .animate_slide_in_bottom.delay_long {
  transition-delay: 320ms;
}
html:not(.reduced_motion) .animate_slide_in_top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_top.not_in_viewport {
  opacity: 0;
  transform: translateY(-5em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_top.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_top.delay_medium {
  transition-delay: 220ms;
}

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


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

.atikon_logo {
  height: 100%;
}

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

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

.author {
  display: block;
  fill: #000000;
  height: 0.8125rem;
  line-height: 0.8125rem;
  width: 4.625rem;
  transform-origin: bottom right;
  transform: rotate(-90deg);
  position: absolute;
  top: 1.5em;
  right: 0.3125rem;
}

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

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

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

.button {
  border-radius: 0rem;
  padding: 0 1.8em;
  cursor: pointer;
  background: #0033FF;
  border: 0.0625rem solid #0033FF;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3rem;
  }
}
.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-visible {
  background: #000000;
  border-color: #000000;
  color: #fff;
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #0026bd inset;
  background: #0026bd;
  border: 0.0625rem solid #0026bd;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.4995em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}
.button.top_spacing {
  margin-top: 1.5em;
}
.button.main_color_bg {
  background: #fff;
  border: 0.0625rem solid #fff;
  color: #0033FF;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.main_color_bg > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.main_color_bg > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.main_color_bg > span {
    min-height: 3rem;
  }
}
.button.main_color_bg .icon {
  fill: #0033FF;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.main_color_bg .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button.main_color_bg .icon + .text {
  padding-left: 0.4995em;
}
.button.main_color_bg .text {
  color: #0033FF;
}
.button.main_color_bg:focus-visible {
  background: #000000;
  border-color: #000000;
  color: #fff;
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button.main_color_bg:focus-visible .icon {
  fill: #fff;
}
.button.main_color_bg:focus-visible .text {
  color: #fff;
}
.button.main_color_bg:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.button.main_color_bg:hover .icon {
  fill: #fff;
}
.button.main_color_bg:hover .text {
  color: #fff;
}
.button.main_color_bg:active, .button.main_color_bg.active {
  box-shadow: 0 0 0.1875rem #0026bd inset;
  background: #0026bd;
  border: 0.0625rem solid #0026bd;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.main_color_bg:active > span, .button.main_color_bg.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.main_color_bg:active > span, .button.main_color_bg.active > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.main_color_bg:active > span, .button.main_color_bg.active > span {
    min-height: 3rem;
  }
}
.button.main_color_bg:active .icon, .button.main_color_bg.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.main_color_bg:active .text, .button.main_color_bg.active .text {
  font-weight: 700;
  padding: 0.375em 0;
}
.button.main_color_bg:active .icon + .text, .button.main_color_bg.active .icon + .text {
  padding-left: 0.4995em;
}

.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: #0033FF;
  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: #0033FF;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

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

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

.content_bg_image_container {
  min-height: 15.625rem;
  height: 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
.content_bg_image_container > .container {
  width: 100%;
}
.content_bg_image_container.center {
  background-position-x: center;
}
.content_bg_image_container.left {
  background-position-x: left;
}
.content_bg_image_container.right {
  background-position-x: right;
}
.content_bg_image_container.middle {
  background-position-y: center;
}
.content_bg_image_container.top {
  background-position-y: top;
}
.content_bg_image_container.bottom {
  background-position-y: bottom;
}
.content_bg_image_container.show_overlay::after {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.content_bg_image_container.fixed {
  background-attachment: fixed;
}
html.ios .content_bg_image_container.fixed, html.mobile .content_bg_image_container.fixed {
  background-attachment: scroll;
}
.content_bg_image_container.full_width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 160rem) {
  .content_bg_image_container.full_width {
    margin-left: calc(50% - (160rem / 2));
    margin-right: calc(50% - (160rem / 2));
  }
}
@media (max-width: 60.875rem) {
  .content_bg_image_container.outside_left_xlarge {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 61.875rem) {
  .content_bg_image_container.outside_left_xlarge {
    margin-left: calc(-25vw + 50%);
  }
}
@media (min-width: 93.75rem) {
  .content_bg_image_container.outside_left_xlarge {
    margin-left: calc(-33.3333333vw + 50%);
  }
}
@media (max-width: 60.875rem) {
  .content_bg_image_container.outside_right_xlarge {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 61.875rem) {
  .content_bg_image_container.outside_right_xlarge {
    margin-right: calc(-25vw + 50%);
  }
}
@media (min-width: 93.75rem) {
  .content_bg_image_container.outside_right_xlarge {
    margin-right: calc(-33.3333333vw + 50%);
  }
}

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

.cookie_banner {
  animation: cookie_slide_in 2s forwards;
  transform: translateX(200%);
  animation-delay: 2s;
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  bottom: 0.75em;
  right: 0.3125rem;
  left: 0.3125rem;
  width: calc(100% - (10 * $rem));
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.16);
  row-gap: 0.75em;
  padding: 0.9375rem 1.25rem;
  z-index: 9000;
  grid-template-areas: "cb_title" "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
.cookie_banner::after {
  position: absolute;
  content: "";
  background-color: #fff;
  border: solid #0033FF 0.125rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -2;
}
.cookie_banner .cb_title {
  grid-area: cb_title;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_link_privacy a {
  position: relative;
  color: #0033FF;
  text-decoration: none;
  transition: all 300ms ease-in-out !important;
}
.cookie_banner .cb_link_privacy a::after {
  display: none;
}
.cookie_banner .cb_link_privacy a:hover {
  color: #000000;
}
@media (min-width: 93.75rem) {
  .cookie_banner .cb_link_privacy a {
    transition: opacity 300ms ease-in-out;
  }
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
  justify-self: flex-start;
  width: fit-content;
}
.cookie_banner .cb_button_confirm .button {
  justify-content: flex-start;
}
.cookie_banner p {
  font-size: 95%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  width: 100%;
}
@media (min-width: 61.875rem) {
  .cookie_banner {
    bottom: 0.75em;
    right: 1.25rem;
    left: auto;
    width: 50rem;
    padding: 1.5625rem 1.875rem;
  }
}

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

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

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

.dropdown_menu {
  display: none;
}
@media (min-width: 61.875rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a:after, .dropdown_menu > ul li.hover > a:after {
  background-color: #d0d0d0;
  transition: max-height 0.2s ease;
  max-height: 0.25rem;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  opacity: 1;
  transform: translate(-25%, 0%);
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.75em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #000000;
  display: flex;
  hyphens: none;
  padding: 1.5em;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.dropdown_menu > ul > li > a:after {
  content: "";
  display: block;
  left: 1.5em;
  right: 1.5em;
  position: absolute;
  bottom: 1.125em;
  height: 0.25rem;
  max-height: 0;
  transition: max-height 0.2s ease;
}
.dropdown_menu > ul > li > a.active:after {
  background-color: #000000;
  transition: max-height 0.2s ease;
  max-height: 0.25rem;
}
.dropdown_menu > ul > li ul {
  background: #f5f5f5;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  left: 1.5em;
  min-width: 12.5rem;
  opacity: 0;
  padding: 0.75rem 0;
  position: absolute;
  top: calc(100% + (8 * $rem));
  transform: translateY(-0.5rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  z-index: 1000;
  transform: translate(-25%, 1.5625rem);
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul li {
  margin: 0;
  padding: 0;
}
.dropdown_menu > ul > li ul a {
  color: #000000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  hyphens: none;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu > ul > li ul a:hover {
  text-decoration: underline;
}
.dropdown_menu > ul > li ul a:focus {
  background-color: rgba(0, 51, 255, 0.1);
  outline: none;
}
.dropdown_menu > ul > li ul a.active {
  text-decoration: underline;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

footer {
  border-top: 0.25rem solid #0033FF;
  padding: 1.5em 0;
  position: relative;
}
footer .company_logo {
  margin-bottom: 1.5em;
}
footer .footer_content {
  display: flex;
  column-gap: 4.5em;
  flex-wrap: wrap;
}
footer .footer_content .contact_wrapper address {
  flex-direction: column;
}
footer .footer_content .contact_wrapper address .postal_address, footer .footer_content .contact_wrapper address .contacts {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
footer .footer_content .contact_wrapper address .postal_address p, footer .footer_content .contact_wrapper address .contacts p {
  margin-right: 0;
  margin-bottom: 0;
}
footer .footer_content .contact_wrapper address .postal_address a, footer .footer_content .contact_wrapper address .contacts a {
  color: #000000;
}
footer .related_links {
  margin-top: 1.5em;
}
footer .related_links ul {
  align-items: flex-end;
  justify-content: flex-start;
  display: flex;
}
@media (min-width: 47.5rem) {
  footer .related_links ul {
    justify-content: flex-end;
  }
}
footer .related_links ul a {
  color: #000000;
}

/* 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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.125rem;
  }
}
.file.error .file_name {
  border-color: #0033FF;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #b7b7b7;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0.1875rem #b7b7b7 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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.125rem;
  }
}
.file .file_button {
  border-radius: 0 0rem 0rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #0033FF;
  border: 0.0625rem solid #0033FF;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3rem;
  }
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 51, 255, 0.2);
  background: #000000;
  border-color: #000000;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.125rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #0026bd inset;
  background: #0026bd;
  border: 0.0625rem solid #0026bd;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3rem;
  }
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.125rem;
  }
}
@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;
  left: 0;
  right: 0;
  top: 0;
  min-height: 9.375rem;
  z-index: 1000;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.94) 27%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 47.5rem) {
  header {
    min-height: 15.625rem;
  }
}
@media (min-width: 75rem) {
  header {
    min-height: 23.4375rem;
  }
}
header .header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
header .navigation_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1.5em;
}

.scrolled_down header {
  background-color: #fff;
  min-height: 6.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

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

.header_picture {
  min-height: 13.9375rem;
}
.header_picture img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

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

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

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

.infolist_download {
  align-items: baseline;
  background: #d0d0d0;
  border-radius: 0rem;
  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;
}

/* 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: #0033FF;
  height: 3rem;
  transform: rotate(-90deg);
  width: 3rem;
}

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

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

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

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

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

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

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

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

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

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

@supports (-moz-appearance: none) {
  .infolist_text_list_style, .infolist:not(.infolist_boxit) .infolist_text_container {
    list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%23d0d0d0"/></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: #d0d0d0;
  color: #0033FF;
  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: #0033FF;
  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: #c8c8c8;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.125rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

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

.infolist_overview.grey_teaser {
  position: relative;
  padding: 3.125rem 0;
}
.infolist_overview.grey_teaser::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.125rem;
  right: -56.25rem;
  background-color: #d0d0d0;
  z-index: -1;
}
.infolist_overview.grey_teaser .title {
  padding: 0;
  margin: 0;
}
.infolist_overview.grey_teaser .button {
  margin-top: 2.5rem;
  align-self: flex-start;
}

/* 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;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3em;
}
@media (min-width: 75rem) {
  .job_benefit_overview .entry {
    margin-bottom: 0;
  }
}
.job_benefit_overview .entry .icon {
  fill: #0033FF;
  display: block;
  height: 6.25rem;
  width: 6.25rem;
}

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


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

.job_overview {
  margin-bottom: 0.75em;
}

.colored_bg .job_overview {
  margin-bottom: 0;
}
.colored_bg .touch_link .title {
  color: #fff;
}

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

.section {
  margin: 4.5em 0 4.5em 0;
  padding: 1.5em 0 1.5em 0;
  position: relative;
}

.kpt_section_content.no_margin_top .section {
  margin-top: 0;
}
.kpt_section_content.no_padding_bottom .section {
  padding-bottom: 0;
}
.kpt_section_content.no_padding_top .section {
  padding-top: 0;
}
.kpt_section_content.no_margin_bottom .section {
  margin-bottom: 0;
}
.kpt_section_content.no_gap .section {
  margin: 0;
  padding: 0;
}

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

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

/* Source common/css/styles/screen/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 */

.page_wrapper {
  overflow-x: hidden;
  position: relative;
}

.grey_teaser {
  margin-top: 3em;
}
@media (min-width: 61.875rem) {
  .grey_teaser {
    margin-top: 0;
  }
}

.sitetitle_wrapper {
  position: absolute;
  padding: 0.75em;
  background-color: rgba(0, 51, 255, 0.9);
  transform: translateY(-100%);
  left: 0;
  right: 0;
}
@media (min-width: 61.875rem) {
  .sitetitle_wrapper {
    padding: 1.5em;
  }
}
.sitetitle_wrapper::before, .sitetitle_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-color: rgba(0, 51, 255, 0.9);
  z-index: -1;
}
.sitetitle_wrapper::before {
  left: -50vw;
}
.sitetitle_wrapper::after {
  right: -50vw;
}
.sitetitle_wrapper h1 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 61.875rem) {
  .sitetitle_wrapper h1 {
    text-align: left;
  }
}

.main_content_wrapper {
  padding-top: 0.75em;
}
@media (min-width: 20rem) {
  .main_content_wrapper {
    padding-top: calc(0.75em + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .main_content_wrapper {
    padding-top: 4.5em;
  }
}

.startpage .main_content_wrapper {
  padding-top: 0;
}

.special_headline {
  position: relative;
  padding-bottom: 0.75em;
}
.special_headline .sub_title {
  letter-spacing: calc((1.125rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 93.75rem) {
  .special_headline .sub_title {
    letter-spacing: calc(1.375rem * 0);
  }
}
@media (min-width: 20rem) {
  .special_headline .sub_title {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .special_headline .sub_title {
    font-size: 1.375rem;
  }
}
.special_headline.center .title {
  text-align: center;
}
.special_headline.center.line .title::before {
  left: 50%;
  transform: translateX(-50%) translateY(1.25rem);
}
.special_headline.line .title {
  position: relative;
}
.special_headline.line .title::before {
  background-color: #d0d0d0;
  content: "";
  position: absolute;
  bottom: 0;
  width: 10rem;
  height: 0.25rem;
  transform: translateX(-2.5rem) translateY(1.25rem);
}
.special_headline.line .title.main_color::before {
  background-color: #0033FF;
}

.content_padding {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 20rem) {
  .content_padding {
    padding-top: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .content_padding {
    padding-top: 4.5em;
  }
}
@media (min-width: 20rem) {
  .content_padding {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .content_padding {
    padding-bottom: 6em;
  }
}
.content_padding .title {
  padding-top: 0;
}

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

.centered_content {
  text-align: center;
}
.centered_content p {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.colored_bg {
  background-color: #0033FF;
  color: #fff;
  position: relative;
  z-index: 99;
}
.colored_bg h2, .colored_bg h3, .colored_bg h4, .colored_bg h5, .colored_bg h6, .colored_bg p, .colored_bg a, .colored_bg span {
  color: #fff;
}
.colored_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  right: -125rem;
  background-color: #0033FF;
}
.colored_bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 60%;
  bottom: 0;
  left: -25rem;
  background: linear-gradient(to right, rgba(0, 51, 255, 0) 0%, #0033ff 50%);
  z-index: -1;
}

.bg_colored_bg {
  background-color: #d0d0d0;
  position: relative;
  z-index: 99;
}
.bg_colored_bg:after {
  background-color: #d0d0d0;
  content: "";
  position: absolute;
  top: 0;
  right: -62.5rem;
  left: 100%;
  bottom: 0;
}
.bg_colored_bg:before {
  background-color: #d0d0d0;
  content: "";
  position: absolute;
  top: 0;
  left: -62.5rem;
  right: 100%;
  bottom: 0;
}

.unsere_leistungen .teaser_overview .teaser a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unsere_leistungen .teaser_overview .teaser a p {
  text-align: center;
}
.unsere_leistungen .teaser_overview .teaser a .icon {
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 20rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon {
    width: calc(3.75rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon {
    width: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon {
    height: calc(3.75rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon {
    height: 6.25rem;
  }
}
.unsere_leistungen .teaser_overview .teaser a .icon svg {
  fill: #0033FF;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 20rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon svg {
    width: calc(3.75rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon svg {
    width: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon svg {
    height: calc(3.75rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unsere_leistungen .teaser_overview .teaser a .icon svg {
    height: 6.25rem;
  }
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
@media (min-width: 61.875rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 112.5%;
  height: 2.75rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  z-index: 10;
  display: inline-flex;
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn > span {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.toggle_offcanvas_menu .open_btn .text {
  display: none;
}
@media (min-width: 35rem) {
  .toggle_offcanvas_menu .open_btn .text {
    display: block;
  }
}
.toggle_offcanvas_menu .open_btn .icon {
  display: flex;
  height: 1rem;
  margin-right: 0.75em;
  position: relative;
  width: 1.875rem;
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #000000;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms;
}
.toggle_offcanvas_menu .open_btn .icon .line_1 {
  top: 0;
}
.toggle_offcanvas_menu .open_btn .icon .line_2 {
  top: 50%;
  transform: translateY(-50%);
}
.toggle_offcanvas_menu .open_btn .icon .line_3 {
  top: 100%;
  transform: translateY(-100%);
}
.toggle_offcanvas_menu .open_btn.open .icon .line_1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_2 {
  transform: translateY(-50%) scaleX(0);
}
.toggle_offcanvas_menu .open_btn.open .icon .line_3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .sr_open {
  display: none;
}
.toggle_offcanvas_menu .open_btn.open .sr_close {
  display: block;
}

.offcanvas_menu {
  display: flex;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 100000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(0, 0, 0, 0.5);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding: 0.75rem 0;
  min-height: 100%;
  background: #f5f5f5;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 15.625rem;
  position: absolute;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 21.875rem;
  }
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  margin-bottom: 0.75em;
  display: inline-flex;
}
.offcanvas_menu .close_btn .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0;
  margin-right: 0.75em;
  position: relative;
}
.offcanvas_menu .close_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .line_2 {
  top: 50%;
  transition: bottom 300ms, transform 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  color: #000000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  hyphens: none;
  line-height: 1.4;
  padding: 0.5rem 1.5em;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: normal;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.offcanvas_menu .navigation > ul > li > a .text {
  position: relative;
}
.offcanvas_menu .navigation > ul > li > a .text:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -0.3125rem;
  height: 0.25rem;
  max-height: 0;
  transition: max-height 0.2s ease;
}
.offcanvas_menu .navigation > ul > li > a:hover .text:after {
  background-color: #d0d0d0;
  transition: max-height 0.2s ease;
  max-height: 0.25rem;
}
.offcanvas_menu .navigation > ul > li > a:focus {
  outline: none;
}
.offcanvas_menu .navigation > ul > li > a .icon {
  display: inline-block;
  fill: #000000;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .navigation > ul > li > a .icon svg {
  transition: 300ms;
}
.offcanvas_menu .navigation > ul > li > a.active .text:after {
  background-color: #000000;
  transition: max-height 0.2s ease;
  max-height: 0.25rem;
}
.offcanvas_menu .navigation > ul > li ul {
  padding-left: 1.5em;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
  background-color: #d0d0d0;
}
.offcanvas_menu .navigation > ul li.expanded > a .icon svg {
  transform: rotate(180deg);
}
.offcanvas_menu .navigation > ul ul {
  margin: 0 1.5em;
}
.offcanvas_menu .navigation > ul ul a {
  color: #000000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  hyphens: none;
  line-height: 1.4;
  padding: 0.5rem 0;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: normal;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.offcanvas_menu .navigation > ul ul a:hover {
  text-decoration: underline;
}
.offcanvas_menu .navigation > ul ul a:focus {
  background-color: rgba(0, 51, 255, 0.1);
  outline: none;
}
.offcanvas_menu .navigation > ul ul a.active {
  text-decoration: underline;
}
.offcanvas_menu .navigation > ul ul a .icon {
  display: inline-block;
  fill: #000000;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .navigation > ul ul a .icon svg {
  transition: 300ms;
}

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

.open_street_map .map {
  height: 21.875rem;
  background-color: #d0d0d0;
  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(208, 208, 208, 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: #0033FF;
  border: 0.0625rem solid #0033FF;
  border-radius: 0rem;
  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: #000000;
  border: 0.0625rem solid #000000;
  box-shadow: 0 0 0 0.1875rem rgba(0, 51, 255, 0.2);
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #000000;
  border: 0.0625rem solid #000000;
  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 .entries {
  column-gap: 2.25em;
  display: flex;
  flex-wrap: wrap;
}
.opening_times.grey_teaser {
  position: relative;
  padding: 3.125rem 0;
}
.opening_times.grey_teaser::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.125rem;
  right: -56.25rem;
  background-color: #d0d0d0;
  z-index: -1;
}
.opening_times.grey_teaser .title {
  padding: 0;
  margin: 0;
}
.opening_times.grey_teaser .button {
  margin-top: 2.5rem;
  align-self: flex-start;
}

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

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

html:not(.reduced_motion) .animation,
html:not(.reduced_motion) [data-animation] {
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: 300ms;
}
html:not(.reduced_motion) .animation.not_in_viewport,
html:not(.reduced_motion) [data-animation].not_in_viewport {
  opacity: 0;
  transform: translateY(1em);
  transition: unset;
}

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0rem 0rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #0033FF;
  border: 0.0625rem solid #0033FF;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3rem;
  }
}
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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.125rem;
  }
}
form[role=search] button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3rem;
  }
}
form[role=search] button[disabled] {
  background-color: #d0d0d0;
  border-color: #c3c3c3;
  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(0, 51, 255, 0.2);
  position: relative;
  z-index: 10;
  background: #000000;
  border-color: #000000;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 3rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid #b7b7b7;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0 #b7b7b7 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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3.125rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #0033FF;
  box-shadow: 0 0 0.1875rem #0033FF inset, 0 0 0 0.1875rem rgba(0, 51, 255, 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;
}
.search .count + .pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search .count + .pages a {
  text-decoration: none;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.375em 0.375em 0.375em 0;
  background: #0026bd;
  white-space: nowrap;
  color: #fff;
  border-radius: 0rem;
}
.search .count + .pages a:first-of-type {
  margin-left: 0.75em;
  padding: 0 0.75em;
  width: auto;
}
.search .count + .pages a:last-of-type {
  width: auto;
  padding: 0 0.75em;
}
.search .count + .pages a[href] {
  background: #0033FF;
  color: #fff;
  transition: all 300ms;
}
.search .count + .pages a[href]:hover {
  background: #000000;
  color: #fff;
}

/* 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: #0033FF;
}
@media (min-width: 61.875rem) {
  .toggle_search_box label:hover ~ a {
    fill: #000000;
  }
}
.toggle_search_box a {
  fill: #000000;
}
@media (min-width: 61.875rem) {
  .toggle_search_box a {
    fill: #0033FF;
  }
}
.toggle_search_box a .icon {
  display: block;
  height: 2.125rem;
  transition: fill 300ms;
  width: 2.125rem;
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  display: none;
}

.search_box {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.75em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  visibility: hidden;
  z-index: 9999;
}
.search_box .close_search_box_wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search_box .close_search_box_wrapper label {
  background: rgba(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 {
  min-width: 2.625rem;
  padding: 0;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}
@media (min-width: 20rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: 3rem;
  }
}
.search_box .close_search_box_wrapper .close_search_box:hover, .search_box .close_search_box_wrapper .close_search_box:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon, .search_box .close_search_box_wrapper .close_search_box:focus .icon {
  fill: #fff;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  display: flex;
  opacity: 0;
  position: relative;
  transform: translateY(-6.25rem);
  transition: 300ms;
  visibility: hidden;
  width: 37.5rem;
  z-index: 1000;
}
.search_box form[role=search] button {
  width: 2.75rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.125rem;
  }
}
.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/steuernews.scss */

.steuernews_preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .steuernews_preview {
    margin-bottom: calc(0.75em + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview {
    margin-bottom: 4.5em;
  }
}
@media (min-width: 61.875rem) {
  .steuernews_preview {
    margin-bottom: 0;
  }
}
@media (min-width: 75rem) {
  .steuernews_preview {
    grid-template-columns: 1fr 1fr;
  }
}
.steuernews_preview .entry,
.steuernews_preview .touch_link {
  position: relative;
  grid-column: span 1;
  overflow: hidden;
}
.steuernews_preview .entry .teaser_text,
.steuernews_preview .touch_link .teaser_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
  order: 2;
  background-color: rgba(0, 51, 255, 0.9);
  z-index: 1;
}
.steuernews_preview .entry .title,
.steuernews_preview .touch_link .title {
  color: #fff;
  word-wrap: break-word;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.steuernews_preview .entry:hover .photo .bg_image,
.steuernews_preview .touch_link:hover .photo .bg_image {
  transform: scale(1.05);
}
.steuernews_preview .image {
  margin: 0;
  order: 1;
  width: 100%;
}
@media (min-width: 35rem) {
  .steuernews_preview .photo {
    flex: 0 1 35%;
  }
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding-top: 66.64%;
  transition: transform 300ms ease-out;
}
.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%;
}
.news_image + * {
  padding-top: 0;
}

.steuernews_issues.grey_teaser {
  position: relative;
  padding: 3.125rem 0;
}
.steuernews_issues.grey_teaser::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.125rem;
  right: -56.25rem;
  background-color: #d0d0d0;
  z-index: -1;
}
.steuernews_issues.grey_teaser .title {
  padding: 0;
  margin: 0;
}
.steuernews_issues.grey_teaser .button {
  margin-top: 2.5rem;
  align-self: flex-start;
}
.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: #d0d0d0;
  border-radius: 0rem;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 3.125rem;
  }
}

.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: #0033FF;
  color: #fff;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  white-space: nowrap;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: 3.125rem;
  }
}
.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: #000000;
  color: #fff;
}

.steuernews_disclaimer {
  clear: both;
}

.steuernews_sidebar {
  margin: 0;
}
.steuernews_sidebar.grey_teaser {
  position: relative;
  padding: 0 0 3.125rem 0;
}
.steuernews_sidebar.grey_teaser::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.125rem;
  right: -56.25rem;
  background-color: #d0d0d0;
  z-index: -1;
}
.steuernews_sidebar.grey_teaser .overview_title {
  margin-top: 3.125rem;
}
.steuernews_sidebar.grey_teaser .button {
  margin-top: 2.5rem;
  align-self: flex-start;
}

.steuernews_current_issue li {
  padding: 0.1875rem 0;
}
.steuernews_current_issue a {
  text-decoration: underline;
}
.steuernews_current_issue a.active, .steuernews_current_issue a:hover, .steuernews_current_issue a:focus {
  text-decoration: none;
}

.steuernews_more_articles_overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .steuernews_more_articles_overview {
    margin-bottom: calc(0.75em + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_more_articles_overview {
    margin-bottom: 4.5em;
  }
}
@media (min-width: 61.875rem) {
  .steuernews_more_articles_overview {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

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

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

.team_overview .team_entry {
  flex-direction: column-reverse;
  margin-bottom: 0.75em;
  position: relative;
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry {
    align-items: flex-start;
  }
}
.team_overview .team_entry .buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 30rem) {
  .team_overview .team_entry .buttons {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team_overview .title {
  background-color: rgba(0, 51, 255, 0.9);
  color: #fff;
  margin: 0;
  padding: 0.75em;
  width: 100%;
  transform: translateY(-100%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.team_overview .photo {
  display: block;
  flex: 0 0 auto;
}
@media (min-width: 61.875rem) {
  .team_overview .photo {
    margin-bottom: 0;
  }
}
.team_overview .photo img {
  display: block;
}
.team_overview .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.75em;
  width: 100%;
}
.team_overview .info .position {
  background-color: #d0d0d0;
  padding: 0.75em;
  width: 100%;
}
.team_overview .info p {
  padding: 0 0.75em;
  padding-top: 0.75em;
  margin-bottom: 0;
}

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

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

.teaser {
  display: flex;
  flex-direction: column;
}
.teaser .teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}
.teaser.grey_teaser {
  position: relative;
  padding: 3.125rem 0;
}
.teaser.grey_teaser::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.125rem;
  right: -56.25rem;
  background-color: #d0d0d0;
  z-index: -1;
}
.teaser.grey_teaser .title {
  padding: 0;
  margin: 0;
}
.teaser.grey_teaser .button {
  margin-top: 2.5rem;
  align-self: flex-start;
}

.teaser_overview.no_button_teaser .teaser {
  flex-grow: 1;
}
.teaser_overview.no_button_teaser .teaser a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transform: translateY(0);
  transition: all 300ms ease;
  padding: 1.5em 0.75em;
}
.teaser_overview.no_button_teaser .teaser a:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 2.25em 4.5em rgba(0, 0, 0, 0.15);
  transition: all 300ms ease;
}

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

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

[role=tooltip] {
  background: #d0d0d0;
  border: 0.0625rem solid #b7b7b7;
  border-radius: 0rem;
  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: #d0d0d0;
  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: #b7b7b7;
  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;
}

