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

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

abbr {
  text-decoration: none;
}

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

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

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

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

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

.button {
  border-radius: 0.125rem;
  padding: 0 1.5em;
  background: #004b87;
  border: 0.0625rem solid #004b87;
  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.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.25rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 400;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.5em;
}
.button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 75, 135, 0.2);
  outline: 0;
  background: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}
.button:focus .icon {
  fill: #fff;
}
.button:hover {
  background: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #002f54 inset;
  background: #002f54;
  border: 0.0625rem solid #002f54;
  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.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3.25rem;
  }
}
.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: 400;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.5em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

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

/* 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: #004b87;
  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: #004b87;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

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

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

.disclaimer {
  background: #f3f3f3;
  border-radius: 0.125rem;
  color: #5a5a5a;
  font-size: 85%;
  margin: 1.5em 0;
  padding: 1em 1.5em;
}
.disclaimer a {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order12_xxxlarge {
    order: 12;
  }
}

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

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

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

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

.arbeitnehmer_online_svg_2_small {
  display: block;
  margin: 1.5em auto;
}

.arbeitnehmer_online_svg_2 {
  display: none;
}

.arbeitnehmer_online_2_headline {
  fill: #5a5a5a;
  font-family: "Schriftname", sans-serif;
  font-size: 90%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .arbeitnehmer_online_2_headline {
    font-size: 80%;
  }
}
.arbeitnehmer_online_2_headline .strong {
  fill: #5a5a5a;
  font-weight: 700;
}

.arbeitnehmer_online_text {
  fill: #5a5a5a;
  font-family: "Schriftname", sans-serif;
  font-size: 90%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .arbeitnehmer_online_text {
    font-size: 80%;
  }
}

.arbeitnehmer_online_company_logo {
  fill: #5a5a5a;
}

.arbeitnehmer_online_icon {
  fill: #004b87;
  transition: 300ms;
}

.arbeitnehmer_online_button .normal {
  display: block;
}
.arbeitnehmer_online_button .hover {
  display: none;
}
.arbeitnehmer_online_button:hover .normal {
  display: none;
}
.arbeitnehmer_online_button:hover .hover {
  display: block;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_euro_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_warning_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_check_icon {
  fill: #004b87;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_icon {
  fill: #5a5a5a;
}

.arbeitnehmer_online_lines {
  fill: #004b87;
}

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

.infolist_download {
  align-items: baseline;
  background: #f3f3f3;
  border-radius: 0.125rem;
  color: #5a5a5a;
  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: #004b87;
  height: 3rem;
  transform: rotate(-90deg);
  width: 3rem;
}

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

.u_online_secure_login {
  margin-bottom: 1.5em;
}

.u_online_overview .touch_link {
  flex: 1 0 auto;
  margin: 0.75em 0;
}

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

.u_online_svg_2_small {
  display: block;
  margin: 1.5em auto;
}

.u_online_svg_2 {
  display: none;
}

.u_online_2_headline {
  fill: #5a5a5a;
  font-family: "Schriftname", sans-serif;
  font-size: 90%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .u_online_2_headline {
    font-size: 80%;
  }
}
.u_online_2_headline .strong {
  fill: #5a5a5a;
  font-weight: 700;
}

.u_online_text {
  fill: #5a5a5a;
  font-family: "Schriftname", sans-serif;
  font-size: 90%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .u_online_text {
    font-size: 80%;
  }
}

.u_online_company_logo {
  fill: #5a5a5a;
}

.u_online_warning_icon {
  fill: #5a5a5a;
  transition: 300ms;
}

.u_online_euro_icon,
.u_online_check_icon {
  fill: #5a5a5a;
  transition: 300ms;
}

.u_online_icon {
  fill: #004b87;
  transition: 300ms;
}

.u_online_button .normal {
  display: block;
}
.u_online_button .hover {
  display: none;
}
.u_online_button:hover .normal {
  display: none;
}
.u_online_button:hover .hover {
  display: block;
}
.u_online_button:hover .u_online_euro_icon,
.u_online_button:hover .u_online_warning_icon,
.u_online_button:hover .u_online_check_icon {
  fill: #004b87;
}
.u_online_button:hover .u_online_icon {
  fill: #5a5a5a;
}

.u_online_lines {
  fill: #004b87;
}

.u_online_benefits_flow h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  text-align: center;
}
.u_online_benefits_flow ul {
  list-style: none;
}
.u_online_benefits_flow .table_cell.text {
  margin: 0 auto;
  max-width: 20rem;
}
.u_online_benefits_flow .arrow_large {
  display: none;
}
.u_online_benefits_flow .arrow_small {
  display: block;
  height: 4rem;
  margin: 0 auto;
  width: 1.875rem;
}
.u_online_benefits_flow .flow_text {
  display: none;
}
.u_online_benefits_flow .u_online_arrow_main_color {
  fill: #004b87;
}
.u_online_benefits_flow .u_online_arrow_main_color_medium {
  fill: #0076d4;
}
.u_online_benefits_flow .header {
  display: table;
  margin: 0.75em auto;
  max-width: 20rem;
  text-align: right;
}
.u_online_benefits_flow .header .text {
  display: table-cell;
  margin: 0;
  padding: 0 0.75em 0 0;
  vertical-align: middle;
}
.u_online_benefits_flow .header .arrow_small {
  transform: rotate(180deg);
}
.u_online_benefits_flow .footer {
  display: table;
  margin: 0.75em auto;
  max-width: 20rem;
}
.u_online_benefits_flow .footer .text {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 0.75em;
  vertical-align: middle;
}
.u_online_benefits_flow .description {
  margin: 0 auto;
}
.u_online_benefits_flow .description ul {
  list-style: none;
  margin: 1.5em;
}
.u_online_benefits_flow .description li {
  margin: 0.75em 0;
  padding-left: 2.125rem;
  position: relative;
}
.u_online_benefits_flow .description li:before {
  background-color: #004b87;
  background-image: url("../../common/images/u_online/check.svg");
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
}
.u_online_benefits_flow .lock {
  background: #f3f3f3;
  display: table;
  margin: 0 auto 0.75em;
  padding: 1.5em;
}
.u_online_benefits_flow .lock .text {
  display: table-cell;
  padding-left: 1.5em;
  vertical-align: middle;
}
.u_online_benefits_flow .lock:before {
  background: url("../../common/images/u_online/lock.svg") no-repeat 50% 50%;
  content: "";
  display: table-cell;
  height: 1.75rem;
  width: 1.75rem;
}
.u_online_benefits_flow .benefits_button {
  border: 0;
  cursor: pointer;
  display: table;
  margin: 0 auto;
  min-width: 14.375rem;
  text-decoration: none;
}
.u_online_benefits_flow .benefits_button > span {
  display: table-cell;
}
.u_online_benefits_flow .benefits_button .text {
  border-bottom-width: 0.125rem;
  border-color: #004b87;
  border-left-width: 0.0625rem;
  border-radius: 0.125rem 0 0 0.125rem;
  border-style: solid;
  border-top-width: 0.0625rem;
  color: #5a5a5a;
  display: block;
  font-size: 130%;
  font-weight: 500;
  margin-right: 0.1875rem;
  padding: 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  transition: border 300ms;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .u_online_benefits_flow .benefits_button .text {
    line-height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .u_online_benefits_flow .benefits_button .text {
    line-height: 3.375rem;
  }
}
.u_online_benefits_flow .benefits_button:after {
  background-color: #004b87;
  background-image: url("../../common/images/u_online/button_arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 0 0.125rem 0.125rem 0;
  content: "";
  display: table-cell;
  position: relative;
  transition: background-color 300ms;
  vertical-align: middle;
  z-index: 1;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .u_online_benefits_flow .benefits_button:after {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .u_online_benefits_flow .benefits_button:after {
    height: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .u_online_benefits_flow .benefits_button:after {
    width: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .u_online_benefits_flow .benefits_button:after {
    width: 3.375rem;
  }
}
.u_online_benefits_flow .benefits_button.visible .text {
  border-color: #5a5a5a;
}
.u_online_benefits_flow .benefits_button.visible:after {
  background-color: #5a5a5a;
  border-radius: 0.125rem 0 0 0.125rem;
  transform: rotate(180deg);
}
.u_online_benefits_flow .benefits_button:hover .text {
  border-color: #002f54;
}
.u_online_benefits_flow .benefits_button:hover:after {
  background-color: #002f54;
}
.u_online_benefits_flow .flow_image {
  border: 0.25rem solid #004b87;
  border-radius: 50%;
  box-sizing: content-box;
  height: 15.625rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 15.625rem;
}
.u_online_benefits_flow .flow_image .text {
  background: rgba(0, 75, 135, 0.85);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 0.75em 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.u_online_benefits_flow .flow_image img {
  border-radius: 50%;
}

@media (min-width: 61.875rem) {
  .u_online_benefits_flow .table {
    display: table;
    margin: 0 auto;
    padding: 0;
  }
  .u_online_benefits_flow .table_cell {
    display: table-cell;
    padding: 0 1.5em;
    vertical-align: middle;
  }
  .u_online_benefits_flow .table_cell.text {
    max-width: 31.25rem;
  }
  .u_online_benefits_flow .arrow_large {
    display: block;
  }
  .u_online_benefits_flow .arrow_small {
    display: none;
  }
  .u_online_benefits_flow .flow_text {
    display: block;
  }
  .u_online_benefits_flow .header {
    display: block;
    text-align: center;
  }
  .u_online_benefits_flow .header .text {
    display: block;
    margin: 0 auto 0.75em;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  .u_online_benefits_flow .footer {
    display: block;
    text-align: center;
  }
  .u_online_benefits_flow .footer .text {
    display: block;
    margin: 0.75em auto 0;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  .u_online_benefits_flow .footer .arrow_large {
    transform: rotate(180deg);
  }
  .u_online_benefits_flow .description {
    max-height: none;
    overflow: none;
    padding: 0 0.75em;
  }
  .u_online_benefits_flow .lock {
    margin-bottom: 1.5em;
  }
  .u_online_benefits_flow .lock:before {
    height: 3.5rem;
    width: 3.5rem;
  }
  .u_online_benefits_flow .benefits_button {
    display: none;
  }
}

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

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

body.verbraucherpreisindizes .switch_view {
  cursor: pointer;
  margin-bottom: 0.75em;
}

.vpi_diagram_grid_wrapper {
  border: 0.0625rem solid #dadada;
  margin-bottom: 1.5em;
  padding: 0.75em 1.5em 0.75em 0.75em;
  user-select: none;
}
.vpi_diagram_grid_wrapper .vpi_diagram {
  line-height: 1;
}
.vpi_diagram_grid_wrapper .vpi_diagram_grid_points_wrapper {
  position: relative;
}
.vpi_diagram_grid_wrapper .vpi_diagram_label_legend_wrapper {
  padding: 0.5em 0;
  position: relative;
}
@media (min-width: 30rem) {
  .vpi_diagram_grid_wrapper .vpi_diagram_label_legend_wrapper {
    padding-left: 3.75rem;
  }
}
.vpi_diagram_grid_wrapper .vpi_diagram_year_label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.vpi_diagram_grid_wrapper .vpi_diagram_grid {
  height: 18.75rem;
  padding: 0.75em 0 0.75em 0;
}
.vpi_diagram_grid_wrapper .vpi_diagram_grid line {
  stroke: #bbbbbb;
  stroke-width: 0.03125rem;
}
.vpi_diagram_grid_wrapper .vpi_diagram_grid text {
  text-anchor: end;
}
.vpi_diagram_grid_wrapper .vpi_diagram_points {
  height: 18.75rem;
  left: 0;
  padding: 0.75em 0 0.75em 3.75rem;
  position: absolute;
  right: 2.25em;
  top: 0;
  z-index: 1;
}
.vpi_diagram_grid_wrapper .vpi_diagram_points circle {
  cursor: pointer;
}
.vpi_diagram_grid_wrapper .vpi_diagram_legend circle, .vpi_diagram_grid_wrapper .vpi_diagram_points circle {
  fill: #004b87;
}
.vpi_diagram_grid_wrapper .vpi_diagram_legend line, .vpi_diagram_grid_wrapper .vpi_diagram_points line {
  stroke: #004b87;
  stroke-width: 0.125rem;
}
.vpi_diagram_grid_wrapper .vpi_diagram_legend {
  height: 2.5rem;
  margin-top: -1.25rem;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 50%;
}
.vpi_diagram_grid_wrapper .vpi_diagram_legend text {
  text-anchor: end;
}
.vpi_diagram_grid_wrapper .vpi_diagram_months_wrapper {
  height: 3.125rem;
  margin-left: 3.75rem;
  position: relative;
}
.vpi_diagram_grid_wrapper .vpi_diagram_months {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.vpi_diagram_grid_wrapper .vpi_diagram_months text {
  text-anchor: middle;
}
.vpi_diagram_grid_wrapper .vpi_diagram_output_wrapper {
  bottom: 0.75em;
  left: 0;
  margin-left: 3.75rem;
  position: absolute;
  right: 0;
  top: 0.75em;
}
.vpi_diagram_grid_wrapper .vpi_diagram_output {
  background-color: #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  padding: 1.05em;
  position: absolute;
  transform: translateX(-50%) translateY(-120%);
  transition: opacity 300ms, visibility 300ms;
  user-select: none;
  visibility: hidden;
  z-index: 2;
}
.vpi_diagram_grid_wrapper .vpi_diagram_output.show {
  opacity: 1;
  visibility: visible;
}
.vpi_diagram_grid_wrapper .vpi_diagram_output.right {
  transform: translateX(-90%) translateY(-130%);
}
.vpi_diagram_grid_wrapper .vpi_diagram_output .value {
  margin-bottom: 0;
  white-space: nowrap;
}
.vpi_diagram_grid_wrapper .vpi_diagram text {
  font-size: 85%;
}
@media (min-width: 30rem) {
  .vpi_diagram_grid_wrapper .vpi_diagram text {
    font-size: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.no-cssanimations .icon_spin {
  display: none;
}

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

.social_media_share ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em 0 0.75em 0;
  padding: 0;
}
.social_media_share li {
  line-height: 0;
  list-style: none;
  margin: 0.375em 0;
  padding: 0;
}
.social_media_share a {
  color: #5a5a5a;
  cursor: pointer;
  display: block;
  padding-right: 1.0625rem;
  user-select: none;
}
.social_media_share a > span {
  align-items: center;
  display: flex;
  height: 2.75rem;
}
.social_media_share a .icon {
  border-radius: 0.125rem;
  height: 2.125rem;
  width: 2.125rem;
}
.social_media_share a .text {
  font-weight: 400;
  padding-left: 1.0625rem;
  padding-right: 0.75em;
}
.social_media_share a.print {
  display: none;
}
@media (min-width: 30rem) {
  .social_media_share a.print {
    display: block;
  }
}
.social_media_share a.print .icon {
  background: #004b87;
  border-radius: 50%;
  text-align: center;
}
.social_media_share a.print .icon svg {
  fill: #fff;
  height: 2.125rem;
  margin: 0 auto;
  width: 1.5rem;
}
.social_media_share a.facebook .icon, .social_media_share a.twitter .icon {
  border-radius: 0;
}
.social_media_share a.whatsapp {
  display: none;
}
.tablet .social_media_share a.whatsapp, .mobile .social_media_share a.whatsapp {
  display: block;
}

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

.steuernews_preview {
  margin-bottom: 0.75em;
}
.steuernews_preview .entry {
  display: flex;
  margin-bottom: 1.5em;
}
.steuernews_preview .image {
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
  order: 1;
}
.steuernews_preview .image img {
  margin-right: 1.5em;
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
  margin-right: 1.5em;
  width: 10rem;
}
.steuernews_preview .teaser_text {
  order: 2;
}
.steuernews_preview .title {
  word-wrap: break-word;
}

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

.news_image {
  float: right;
  margin-left: 1.5em;
}
.news_image + * {
  padding-top: 0;
}

.steuernews_issues ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li {
  padding-left: 0;
}
.steuernews_issues a {
  background: #f3f3f3;
  border-radius: 0.125rem;
  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.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 3.375rem;
  }
}

.steuernews_disclaimer {
  clear: both;
}

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

.steuernews_current_issue {
  margin-bottom: 0.75em;
}

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

.steuernews_video_overview {
  margin-bottom: 1.5em;
}
.steuernews_video_overview .entry {
  display: inline-block;
}
.steuernews_video_overview .image {
  margin-bottom: 0.75em;
  position: relative;
}
.steuernews_video_overview .video_play {
  position: relative;
}
.steuernews_video_overview .video_play .icon {
  fill: #004b87;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

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

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

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

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

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

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

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

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

