/* 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;
  cursor: pointer;
  display: flex;
  margin: 0 0 1.5em;
  min-width: 100%;
  padding: 0.75em;
  background: rgba(212, 212, 210, 0.25);
  border-bottom: 0.125rem solid rgba(212, 212, 210, 0.5);
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #000000;
  width: 1.3125rem;
  height: 1.3125rem;
}
@media (min-width: 20rem) {
  [role=tab] .icon {
    width: calc(1.3125rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=tab] .icon {
    width: 2.5625rem;
  }
}
@media (min-width: 20rem) {
  [role=tab] .icon {
    height: calc(1.3125rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=tab] .icon {
    height: 2.5625rem;
  }
}
[role=tab][aria-expanded=true] {
  border-color: #BE1622;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-180deg);
  fill: #BE1622;
}
[role=tab]:focus {
  border-color: #BE1622;
  outline: 0;
}
[role=tab]:focus .title {
  color: #BE1622;
}

[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][aria-hidden=true] {
  display: none;
}
[role=tabpanel].animated {
  transition: all 600ms;
}

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

.contact_wrapper address {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.25em;
  margin-bottom: 0;
  line-height: 1.8;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.9375rem;
  line-height: 1.8;
}
@media (min-width: 20rem) {
  .contact_wrapper .postal_address, .contact_wrapper .contacts {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .contact_wrapper .postal_address, .contact_wrapper .contacts {
    margin-bottom: 1.875rem;
  }
}
.contact_wrapper .postal_address > span {
  display: block;
}

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

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

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

aside {
  margin-top: 3em;
}
@media (min-width: 61.875rem) {
  aside {
    margin-top: 0;
  }
}
aside .sidebar .teaser_overview {
  margin-bottom: 0;
  padding-top: 2.1875rem;
  padding-left: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 20rem) {
  aside .sidebar .teaser_overview {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .teaser_overview {
    padding-top: 4.375rem;
  }
}
@media (min-width: 20rem) {
  aside .sidebar .teaser_overview {
    padding-left: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .teaser_overview {
    padding-left: 4.375rem;
  }
}
@media (min-width: 20rem) {
  aside .sidebar .teaser_overview {
    padding-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .teaser_overview {
    padding-bottom: 4.375rem;
  }
}
aside .sidebar .teaser_overview .title h2,
aside .sidebar .teaser_overview .title {
  padding-top: 0;
  margin-bottom: 0;
}
aside .sidebar .teaser_overview .teaser {
  margin-bottom: 2.1875rem;
}
aside .sidebar .teaser_overview .button_wrapper a {
  margin-top: 0rem;
}
aside .sidebar .teaser_overview.dark_gray_bg::after {
  left: 0;
  margin-left: 0;
}
aside .sidebar .second:has(> div) {
  margin-top: 2.1875rem;
}
@media (min-width: 20rem) {
  aside .sidebar .second:has(> div) {
    margin-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .second:has(> div) {
    margin-top: 4.375rem;
  }
}
aside .sidebar .second:has(> div) .figure {
  margin-bottom: 0;
  height: 12.5rem;
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
}
@media (min-width: 20rem) {
  aside .sidebar .second:has(> div) .figure {
    height: calc(12.5rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .second:has(> div) .figure {
    height: 18.75rem;
  }
}
@media (min-width: 61.875rem) {
  aside .sidebar .second:has(> div) .figure {
    margin-right: calc(-25vw + 50%);
  }
}
@media (min-width: 125rem) {
  aside .sidebar .second:has(> div) .figure {
    margin-right: calc(-33.33vw + 50%);
  }
}
aside .sidebar .second:has(> div) .figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 93.75rem) {
  aside .sidebar .second:has(> div) .figure img {
    transform: scale(1.5);
  }
}
aside .sidebar .second:has(> div) .red_gradient {
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 20rem) {
  aside .sidebar .second:has(> div) .red_gradient {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .second:has(> div) .red_gradient {
    padding-left: 5rem;
  }
}
@media (min-width: 20rem) {
  aside .sidebar .second:has(> div) .red_gradient {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .second:has(> div) .red_gradient {
    padding-top: 5rem;
  }
}
@media (min-width: 20rem) {
  aside .sidebar .second:has(> div) .red_gradient {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .sidebar .second:has(> div) .red_gradient {
    padding-bottom: 5rem;
  }
}
aside .sidebar .second:has(> div) .red_gradient h3,
aside .sidebar .second:has(> div) .red_gradient h2 {
  padding-top: 0;
  color: #fff;
}
aside .sidebar .second:has(> div) .red_gradient:after {
  left: 0;
  margin-left: 0;
}

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

/* 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.2em;
  cursor: pointer;
  background: #BE1622;
  border: 0.0625rem solid #BE1622;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button {
    margin-top: 2.5rem;
  }
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.9375rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
.button .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
.button .icon + .text {
  padding-left: 0.75rem;
}
.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 #830f17 inset;
  background: #830f17;
  border: 0.0625rem solid #830f17;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .button:active, .button.active {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active, .button.active {
    margin-top: 2.5rem;
  }
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.9375rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
.button:active .text, .button.active .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.75rem;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}
.button.light {
  background: #fff;
  border: 0.0625rem solid #fff;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .button.light {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.light {
    margin-top: 2.5rem;
  }
}
.button.light > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button.light > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.light > span {
    min-height: 2.9375rem;
  }
}
.button.light .icon {
  fill: #000000;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
.button.light .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
.button.light .icon + .text {
  padding-left: 0.75rem;
}
.button.light:hover, .button.light:focus-visible, .button.light.active, .button.light:active, .button.light:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.button.light:hover .icon, .button.light:focus-visible .icon, .button.light.active .icon, .button.light:active .icon, .button.light:focus .icon {
  fill: #fff;
}

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

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

.steuernews_call_to_action {
  background: rgba(212, 212, 210, 0.25);
  border-radius: 0rem;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 0.75em;
}
.steuernews_call_to_action p {
  margin: 0;
}

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

header .company_logo {
  width: 15rem;
  display: block;
  transition: 300ms;
}
@media (min-width: 20rem) {
  header .company_logo {
    width: calc(15rem + 9.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    width: 24.9375rem;
  }
}
.scrolled_down header .company_logo {
  width: 11.25rem;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .scrolled_down header .company_logo {
    width: calc(11.25rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down header .company_logo {
    width: 15rem;
  }
}

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

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  bottom: 0;
  background: #E7E7E7;
  row-gap: 0.75em;
  padding: 0.9375rem 1.25rem;
  z-index: 9000;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
  align-self: flex-end;
}
.cookie_banner .cb_link_privacy a {
  position: relative;
  color: #BE1622;
  text-decoration: none;
}
.cookie_banner .cb_link_privacy a::after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  right: 0;
  height: 0.125rem;
  background-color: currentColor;
}
.cookie_banner .cb_link_privacy a:hover::after, .cookie_banner .cb_link_privacy a:focus::after {
  display: none;
}
@media (min-width: 93.75rem) {
  .cookie_banner .cb_link_privacy a {
    transition: opacity 300ms ease-in-out;
  }
  .cookie_banner .cb_link_privacy a::after {
    transition: right 300ms ease-out;
  }
  .cookie_banner .cb_link_privacy a:hover::after, .cookie_banner .cb_link_privacy a:focus::after {
    display: block;
    right: 100%;
  }
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
  justify-self: flex-start;
  width: fit-content;
}
.cookie_banner .cb_button_confirm .button {
  position: relative;
  padding: 0;
  border: none;
  background-color: #E7E7E7;
  display: block;
  margin-top: 0.75em;
}
@media (min-width: 35rem) {
  .cookie_banner .cb_button_confirm .button {
    margin-top: 0;
  }
}
.cookie_banner .cb_button_confirm .button span {
  transition: background 300ms, border 300ms, color 300ms;
  background-color: #BE1622;
  padding: 0 1.5625rem;
  width: auto;
}
.cookie_banner .cb_button_confirm .button span:hover {
  background-color: #000000;
  color: #fff;
}
.cookie_banner .cb_button_confirm .button:focus {
  outline: 0.125rem solid #BE1622;
  outline-offset: 0.3125rem;
  box-shadow: 0 0 0 0.3125rem #E7E7E7, 0 0 0 0.625rem #BE1622;
}
.cookie_banner p {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
@media (min-width: 35rem) {
  .cookie_banner {
    bottom: 1.25rem;
    right: 1.25rem;
    left: auto;
    width: 31.25rem;
    padding: 1.5625rem 1.875rem;
    grid-template-areas: "cb_text_policy cb_text_policy" "cb_link_privacy cb_button_confirm";
  }
  .cookie_banner .cb_button_confirm {
    width: 100%;
  }
}
@media (min-width: 61.875rem) {
  .cookie_banner {
    width: 37.5rem;
  }
  .cookie_banner .cb_button_confirm {
    width: auto;
    justify-self: flex-end;
  }
  .cookie_banner .cb_button_confirm .button {
    width: 13.75rem;
  }
}

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

.debug_show_grid {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none;
}
.debug_show_grid .container {
  height: 100%;
}
.debug_show_grid .container .row {
  height: 100%;
}
@media (min-width: 30rem) {
  .debug_show_grid .container .span3_xsmall {
    display: none;
  }
}
.debug_show_grid .container .span2_small {
  display: none;
}
@media (min-width: 30rem) {
  .debug_show_grid .container .span2_small {
    display: block;
  }
}
@media (min-width: 47.5rem) {
  .debug_show_grid .container .span2_small {
    display: none;
  }
}
.debug_show_grid .container .span1_large {
  display: none;
}
@media (min-width: 47.5rem) {
  .debug_show_grid .container .span1_large {
    display: block;
  }
}
.debug_show_grid .debug_bg_grid {
  background: rgba(255, 0, 0, 0.1);
  height: 100%;
}
.debug_show_grid .debug_page_max_width {
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 160rem;
}
.debug_show_grid .debug_page_max_width:before, .debug_show_grid .debug_page_max_width:after {
  background: #f00;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
.debug_show_grid .debug_page_max_width:before {
  left: 0;
}
.debug_show_grid .debug_page_max_width:after {
  right: 0;
}

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

.disclaimer {
  background: rgba(212, 212, 210, 0.25);
  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: 93.75rem) {
  .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:last-child {
  margin-right: 0;
}
.dropdown_menu > ul li:last-child > ul {
  left: 100%;
  transform: translateX(-100%);
}
.dropdown_menu > ul li:hover > a:after, .dropdown_menu > ul li.hover > a:after {
  right: 0;
  transition: right 300ms;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  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;
  margin: 0 2rem;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #000000;
  display: flex;
  hyphens: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.3125rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.125rem;
  line-height: 2;
}
.dropdown_menu > ul > li > a:after {
  background: #BE1622;
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  left: 0;
  height: 0.1875rem;
  transition: right 300ms;
}
.dropdown_menu > ul > li > a.active:after {
  right: 0;
  transition: right 300ms;
}
.dropdown_menu > ul > li ul {
  background: #E7E7E7;
  padding: 0.75em 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #000000;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0 1.125em;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
}
.dropdown_menu > ul > li ul a:hover {
  color: #BE1622;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #BE1622;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

footer .footer_top .headline h2 {
  margin-bottom: 1.5625rem;
}
footer .footer_top .steuernews_preview {
  margin-bottom: 5rem;
}
@media (min-width: 20rem) {
  footer .footer_top .steuernews_preview {
    margin-bottom: calc(5rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_top .steuernews_preview {
    margin-bottom: 10.625rem;
  }
}
footer .footer_bottom {
  position: relative;
}
footer .footer_bottom .icon.signet {
  bottom: -2.5rem;
  right: -1.25rem;
  opacity: 10%;
}
@media (min-width: 20rem) {
  footer .footer_bottom .icon.signet {
    right: calc(-1.25rem + -4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom .icon.signet {
    right: -5.75rem;
  }
}
footer .footer_bottom .footer_logo_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .footer_bottom .footer_logo_wrapper .social_media_links {
  margin-top: 1.5625rem;
}
@media (min-width: 20rem) {
  footer .footer_bottom .footer_logo_wrapper .social_media_links {
    margin-top: calc(1.5625rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom .footer_logo_wrapper .social_media_links {
    margin-top: 3.125rem;
  }
}
@media (min-width: 35rem) {
  footer .footer_bottom .footer_logo_wrapper {
    flex-direction: row;
    align-items: center;
  }
  footer .footer_bottom .footer_logo_wrapper .social_media_links {
    margin-top: 0;
  }
}
@media (min-width: 61.875rem) {
  footer .footer_bottom .footer_logo_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer_bottom .footer_logo_wrapper .social_media_links {
    margin-top: 1.5625rem;
  }
}
footer .footer_bottom .footer_logo_wrapper .company_logo {
  width: 15.625rem;
}
@media (min-width: 20rem) {
  footer .footer_bottom .footer_logo_wrapper .company_logo {
    width: calc(15.625rem + 1.875 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  footer .footer_bottom .footer_logo_wrapper .company_logo {
    width: calc(17.5rem + 7.4375 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom .footer_logo_wrapper .company_logo {
    width: 24.9375rem;
  }
}
footer .footer_bottom .address {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 61.875rem) {
  footer .footer_bottom .address {
    margin-top: 0;
  }
}
footer .footer_bottom .address .company_name {
  padding-top: 0;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .footer_bottom .address .company_name {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom .address .company_name {
    margin-bottom: 1.875rem;
  }
}
footer .footer_bottom .address a {
  color: #000000;
}
footer .footer_bottom .address .contact_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
footer .footer_bottom .open_times {
  margin-top: 1.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 61.875rem) {
  footer .footer_bottom .open_times {
    margin-top: 0;
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom .open_times {
    padding-left: 3.125rem;
  }
}
footer .footer_bottom .open_times > p.style_h3 {
  padding-top: 0;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .footer_bottom .open_times > p.style_h3 {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom .open_times > p.style_h3 {
    margin-bottom: 1.875rem;
  }
}
footer .footer_bottom .open_times .entries p {
  line-height: 1.8;
  margin-bottom: 0;
}
footer .footer_bottom .open_times .subtext {
  margin-top: 1.875rem;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
footer .footer_bottom_links .red_bg {
  position: relative;
  padding: 2.3125rem 0;
}
footer .footer_bottom_links .red_bg:after {
  background: #BE1622;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
footer .footer_bottom_links .red_bg .links_overview ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3125rem 0;
}
footer .footer_bottom_links .red_bg .links_overview ul li {
  position: relative;
  padding-left: 0;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}
footer .footer_bottom_links .red_bg .links_overview ul li::before {
  content: none;
}
footer .footer_bottom_links .red_bg .links_overview ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
footer .footer_bottom_links .red_bg .links_overview ul li:last-child:after {
  content: none;
}
footer .footer_bottom_links .red_bg .links_overview ul li:after {
  content: "|";
  color: #fff;
  position: absolute;
  right: -0.125rem;
  top: 0;
  bottom: 0;
}
footer .footer_bottom_links .red_bg .links_overview a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
footer .footer_bottom_links .red_bg .links_overview a:hover, footer .footer_bottom_links .red_bg .links_overview a.active {
  text-decoration: underline;
}
footer .footer_bottom_links .footer_links {
  margin-bottom: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}
@media (min-width: 35rem) {
  footer .footer_bottom_links .footer_links {
    margin-bottom: 0;
  }
}
footer .footer_bottom_links .footer_links .related_links ul {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.25rem;
}
footer .footer_bottom_links .footer_links .related_links ul a {
  color: #000000;
}
footer .footer_bottom_links .footer_links .related_links ul a.active {
  text-decoration: none;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.5rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.0625rem;
  }
}
.file.error .file_name {
  border-color: #BE1622;
}
.file .file_name {
  background: rgba(212, 212, 210, 0.25);
  border: 0.0625rem solid #cecece;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0.1875rem #cecece 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.375rem;
  height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 2.9375rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.0625rem;
  }
}
.file .file_button {
  border-radius: 0 0rem 0rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #BE1622;
  border: 0.0625rem solid #BE1622;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .file .file_button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button {
    margin-top: 2.5rem;
  }
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.9375rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
.file .file_button .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
.file .file_button .icon + .text {
  padding-left: 0.75rem;
}
.file .file_button > span {
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.9375rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(190, 22, 34, 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.5rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.0625rem;
  }
}
.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 #830f17 inset;
  background: #830f17;
  border: 0.0625rem solid #830f17;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button {
    margin-top: 2.5rem;
  }
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 2.9375rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.75rem;
}

@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.5rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.0625rem;
  }
}
@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: 111.25rem;
  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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header:after {
  background: linear-gradient(#fff 0%, #fff 37%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 7.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  transition: height 300ms;
}
@media (min-width: 20rem) {
  header:after {
    height: calc(7.5rem + 14.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header:after {
    height: 22rem;
  }
}
.scrolled_down header:after {
  height: 6.25rem;
  transition: height 300ms;
}
@media (min-width: 20rem) {
  .scrolled_down header:after {
    height: calc(6.25rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down header:after {
    height: 15.625rem;
  }
}
@media (min-width: 35rem) {
  header:after {
    background: linear-gradient(#fff 0%, #fff 28%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 93.75rem) {
  header:after {
    background: linear-gradient(#fff 7.26%, #fff 27%, rgba(255, 255, 255, 0.9) 42.72%, rgba(255, 255, 255, 0) 100%);
  }
}
header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .header_top .header_top_right_mobile {
  display: none;
}
@media (min-width: 35rem) {
  header .header_top .header_top_right_mobile {
    display: flex;
  }
}
@media (min-width: 93.75rem) {
  header .header_top .header_top_right_mobile {
    display: none;
  }
}
header .header_top .header_top_left {
  display: flex;
  align-items: center;
  margin-top: 0.9375rem;
  height: 100%;
}
@media (min-width: 20rem) {
  header .header_top .header_top_left {
    margin-top: calc(0.9375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_top .header_top_left {
    margin-top: 1.5rem;
  }
}
header .header_top .header_top_right {
  display: none;
}
@media (min-width: 93.75rem) {
  header .header_top .header_top_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.9375rem;
    transition: 300ms;
  }
}
@media (min-width: 93.75rem) and (min-width: 20rem) {
  header .header_top .header_top_right {
    gap: calc(0.9375rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) and (min-width: 93.75rem) {
  header .header_top .header_top_right {
    gap: 3.4375rem;
  }
}
.scrolled_down header .header_top .header_top_right {
  gap: 0.625rem;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .scrolled_down header .header_top .header_top_right {
    gap: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down header .header_top .header_top_right {
    gap: 1.25rem;
  }
}
header .header_top .header_top_right .buttons_wrapper {
  gap: 1.25rem;
  display: flex;
}
@media (min-width: 20rem) {
  header .header_top .header_top_right .buttons_wrapper {
    gap: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_top .header_top_right .buttons_wrapper {
    gap: 1.875rem;
  }
}
header .header_top .header_top_right .buttons_wrapper .button {
  margin-top: -0.25rem;
}
header .header_top .header_top_right .header_top_right_bottom {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (min-width: 20rem) {
  header .header_top .header_top_right .header_top_right_bottom {
    gap: calc(1.875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_top .header_top_right .header_top_right_bottom {
    gap: 4.0625rem;
  }
}

.header_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.9375rem;
  background-color: #BE1622;
}
@media (min-width: 35rem) {
  .header_mobile {
    display: none;
  }
}
.header_mobile .button {
  padding-left: 0;
  margin-top: 0;
  border: none;
}
.header_mobile .button:active, .header_mobile .button.active {
  background: #BE1622;
  box-shadow: none;
  border: none;
}
.header_mobile .button:active .text, .header_mobile .button.active .text {
  padding-left: 0;
}
.header_mobile a.call {
  color: #fff;
  text-decoration: none;
}

.header_content {
  position: relative;
}
.header_content .header_image {
  height: 18.75rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 20rem) {
  .header_content .header_image {
    height: calc(18.75rem + 31.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_content .header_image {
    height: 49.875rem;
  }
}
.startpage .header_content .header_image {
  height: 25rem;
}
@media (min-width: 20rem) {
  .startpage .header_content .header_image {
    height: calc(25rem + 42.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_content .header_image {
    height: 67.5rem;
  }
}
.header_content .header_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.startpage .header_content .header_background {
  height: 130%;
}
@media (min-width: 35rem) {
  .header_content .header_background {
    height: 100%;
  }
}
.header_content .content_link {
  display: none;
  width: 1.875rem;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
  right: 0;
  z-index: 1;
  background: #3D3B3A;
}
@media (min-width: 61.875rem) {
  .header_content .content_link {
    display: flex;
  }
}
@media (min-width: 20rem) {
  .header_content .content_link {
    width: calc(1.875rem + 1.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_content .content_link {
    width: 3.8125rem;
  }
}
@media (min-width: 20rem) {
  .header_content .content_link {
    height: calc(3.125rem + 3.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_content .content_link {
    height: 6.3125rem;
  }
}
.header_content .content_link .icon {
  width: 0.8125rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
}
@media (min-width: 20rem) {
  .header_content .content_link .icon {
    width: calc(0.8125rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_content .content_link .icon {
    width: 1rem;
  }
}
@media (min-width: 20rem) {
  .header_content .content_link .icon {
    height: calc(1.5rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_content .content_link .icon {
    height: 1.75rem;
  }
}
.header_content .header_content_inner {
  background: #3D3B3A;
  padding: 1.5rem 0;
}
@media (min-width: 35rem) {
  .header_content .header_content_inner {
    padding: 3.4375rem 0;
  }
}
@media (min-width: 61.875rem) {
  .header_content .header_content_inner {
    padding: 0;
    background: transparent;
  }
}
@media (min-width: 93.75rem) {
  .header_content .header_content_inner h1 {
    padding-right: 1.875rem;
  }
}
.header_content .header_content_inner p {
  margin-bottom: 0;
}
.header_content .header_content_inner h1,
.header_content .header_content_inner p {
  color: #fff;
  text-align: center;
}
@media (min-width: 35rem) {
  .header_content .header_content_inner h1,
.header_content .header_content_inner p {
    text-align: left;
  }
}
@media (min-width: 61.875rem) {
  .header_content .header_content_inner h1,
.header_content .header_content_inner p {
    color: #000000;
  }
}
.header_content .header_content_inner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 35rem) {
  .header_content .header_content_inner .content {
    align-items: flex-start;
  }
}
@media (min-width: 61.875rem) {
  .header_content .header_content_inner .content {
    margin-left: calc(-50vw + 50%);
    text-align: right;
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .header_content .header_content_inner .content {
    margin-left: 0;
  }
}
@media (min-width: 61.875rem) {
  .header_content .header_content_inner {
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .header_content .header_content_inner {
    bottom: calc(1.875rem + 2.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .header_content .header_content_inner {
    bottom: 4.5rem;
  }
}
@media (min-width: 61.875rem) {
  .header_content .header_content_inner .container {
    width: 100%;
  }
}
@media (min-width: 61.875rem) {
  .header_content .header_content_inner .content {
    padding: 1.25rem;
    background: #E7E7E7;
    max-width: 30rem;
    margin-right: auto;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .header_content .header_content_inner .content {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .header_content .header_content_inner .content {
    padding: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .header_content .header_content_inner .content {
    max-width: 47.25rem;
  }
}

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

.header_background {
  background-position: center center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 35rem) {
  .startpage .header_background {
    background-position: 60% 0%;
    background-size: 180%;
  }
}
@media (min-width: 61.875rem) {
  .startpage .header_background {
    background-position: 0% 0%;
    background-size: 140%;
  }
}
@media (min-width: 75rem) {
  .startpage .header_background {
    background-size: 140%;
    background-position: 30% 0%;
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_background {
    background-size: 145%;
    background-position: 0 40%;
  }
}
@media (min-width: 107.5rem) {
  .startpage .header_background {
    background-size: 125%;
    background-position: 0 10%;
  }
}
@media (min-width: 120rem) {
  .startpage .header_background {
    background-size: 127%;
    background-position: 0% 100%;
  }
}
@media (min-width: 125rem) {
  .startpage .header_background {
    background-size: 127%;
    background-position: 0% 50%;
  }
}

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

.headline.center {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0.9375rem;
  flex-wrap: wrap;
  margin: 0 0 2.9375rem;
}
.headline.center h2 {
  margin-bottom: 0;
  padding-top: 0;
}
.headline.left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}
.headline.left h2 {
  margin-bottom: 0;
  padding-top: 0;
}

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

.infolist_anchor_overview {
  background: #E7E7E7;
  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 #cecece;
}
.infolist_anchor_overview li:first-child {
  border-top: 0;
}

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

.img_container.infolist_graphic_digitalisierung_graphic_small {
  width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_digitalisierung_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_digitalisierung_graphic_large {
  margin: 0 0 1.5em;
  max-width: 34.375rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_digitalisierung_graphic_large {
    display: block;
  }
}

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

.infolist_graphic_digitalisierung_graphic_large {
  display: none;
}

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

.digitalisierung_company_logo {
  fill: #000000;
}

.digitalisierung_lines {
  fill: #BE1622;
}

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

.infolist_download {
  align-items: baseline;
  background: #E7E7E7;
  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: 600;
}
.infolist_download p {
  margin-right: 1.5em;
}
.infolist_download .button {
  margin-top: 0;
}

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

.infolist_overview,
.onlinetool_v2_overview {
  margin-top: 3em;
}
.infolist_overview .entry,
.onlinetool_v2_overview .entry {
  background-color: rgba(212, 212, 210, 0.25);
  padding: 1.5em;
  border-bottom: 0.1875rem solid #BE1622;
  transition: border-bottom-color 300ms;
}
.infolist_overview .entry .title_wrapper,
.onlinetool_v2_overview .entry .title_wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.infolist_overview .entry .title_wrapper .icon,
.onlinetool_v2_overview .entry .title_wrapper .icon {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(-90deg);
  fill: #BE1622;
}
.infolist_overview .entry p.text,
.onlinetool_v2_overview .entry p.text {
  margin-bottom: 0;
}
.infolist_overview .entry .title,
.onlinetool_v2_overview .entry .title {
  text-decoration: none;
  color: #000000;
  margin-bottom: 0;
}
.infolist_overview .entry:hover,
.onlinetool_v2_overview .entry:hover {
  border-bottom-color: #EF7D00;
  transition: border-bottom-color 300ms;
}

/* 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;
  color: #000000;
}
.infolist_top_link .icon {
  display: block;
  fill: #BE1622;
  height: 3rem;
  transform: rotate(-180deg);
  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: #BE1622;
  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(190, 22, 34, 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: #E7E7E7;
  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("../../common/images/list_styles/rectangle.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("../../common/images/list_styles/rectangle.svg");
    margin: 0 0 0.75em;
    padding-left: 1.125em;
  }
  .infolist_text_list_style > .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container > .infolist_text {
    display: list-item;
    padding-left: 0.375em;
  }
}
.infolist_accordion_style .infolist_text {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
  background: #E7E7E7;
  color: #BE1622;
  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: #BE1622;
  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: #dfdfdf;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.125rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

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

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

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

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

.job_benefit_overview .title_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.job_benefit_overview .title_container h2.red {
  padding-top: 0;
  margin-bottom: 0;
}
.job_benefit_overview .entry {
  margin-bottom: 1.5625rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  height: 100%;
  text-decoration: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  transition: 300ms;
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry {
    margin-bottom: 3.125rem;
  }
}
.job_benefit_overview .entry:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 0.125rem solid #BE1622;
  transition: 300ms;
}
.job_benefit_overview .entry .title {
  padding-top: 0;
  color: #fff;
}
.job_benefit_overview .entry p {
  margin-bottom: 0;
  color: #fff;
}
.job_benefit_overview .icon {
  display: block;
  height: 6.25rem;
  width: 6.25rem;
}

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

.job_entry .intro {
  text-align: center;
}
@media (min-width: 61.875rem) {
  .job_entry .job_content {
    padding-right: 3.125rem;
  }
}

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

.job_overview {
  margin-bottom: 0.75em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.job_overview .button .text {
  color: #fff;
  margin-bottom: 0;
}

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

.main_wrapper {
  padding-top: 3.125rem;
}
@media (min-width: 20rem) {
  .main_wrapper {
    padding-top: calc(3.125rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .main_wrapper {
    padding-top: 8.75rem;
  }
}
.startpage .main_wrapper {
  padding-top: 3.125rem;
}
@media (min-width: 20rem) {
  .startpage .main_wrapper {
    padding-top: calc(3.125rem + 7.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .main_wrapper {
    padding-top: 10.9375rem;
  }
}

@media (min-width: 61.875rem) {
  .main_content {
    padding-right: 3.125rem;
  }
}
.main_content > h2:first-of-type:not([role=tab]) {
  padding-top: 0 !important;
}

.relative {
  position: relative;
}

.text_centered {
  text-align: center;
}

.content_center_v {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}

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

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

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

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

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

.margin_top_300 {
  margin-top: 6.875rem;
}
@media (min-width: 20rem) {
  .margin_top_300 {
    margin-top: calc(6.875rem + 11.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .margin_top_300 {
    margin-top: 18.75rem;
  }
}

.padding_120 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .padding_120 {
    padding-top: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_120 {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20rem) {
  .padding_120 {
    padding-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_120 {
    padding-bottom: 7.5rem;
  }
}

.padding_145 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 20rem) {
  .padding_145 {
    padding-top: calc(2.5rem + 6.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_145 {
    padding-top: 9.0625rem;
  }
}
@media (min-width: 20rem) {
  .padding_145 {
    padding-bottom: calc(2.5rem + 6.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_145 {
    padding-bottom: 9.0625rem;
  }
}

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

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

.padding_200 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 20rem) {
  .padding_200 {
    padding-top: calc(4.375rem + 8.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_200 {
    padding-top: 12.5rem;
  }
}
@media (min-width: 20rem) {
  .padding_200 {
    padding-bottom: calc(4.375rem + 8.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_200 {
    padding-bottom: 12.5rem;
  }
}

.spacing_left {
  margin-bottom: 1.5em;
}
.spacing_left h2:first-of-type {
  padding-top: 0;
}
@media (min-width: 61.875rem) {
  .spacing_left {
    margin-bottom: 0;
    padding-left: 0rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .spacing_left {
    padding-left: calc(0rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .spacing_left {
    padding-left: 3.125rem;
  }
}

.template_einleitung h2 {
  padding-top: 0;
}
.template_einleitung figure {
  margin-bottom: 0;
}

.template_centered .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 75rem) {
  .template_centered .middle {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}

.template_5_7 .red_gradient {
  height: 100%;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 20rem) {
  .template_5_7 .red_gradient {
    padding-top: calc(5.625rem + 6.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_5_7 .red_gradient {
    padding-top: 11.8125rem;
  }
}
@media (min-width: 20rem) {
  .template_5_7 .red_gradient {
    padding-bottom: calc(5.625rem + 6.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_5_7 .red_gradient {
    padding-bottom: 11.8125rem;
  }
}
.template_5_7 .red_gradient .style_h1 {
  text-align: left;
  color: #fff;
  padding-top: 0;
}
@media (min-width: 61.875rem) {
  .template_5_7 .red_gradient > p {
    margin-right: 3em;
  }
}
.template_5_7 .image_wrapper {
  height: 100%;
  position: relative;
  min-height: 12.5rem;
}
@media (min-width: 20rem) {
  .template_5_7 .image_wrapper {
    min-height: calc(12.5rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_5_7 .image_wrapper {
    min-height: 18.75rem;
  }
}
.template_5_7 .image_wrapper figure {
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 61.875rem) {
  .template_5_7 .image_wrapper figure {
    margin-right: calc(-37.33vw + 50%);
    margin-left: inherit;
  }
}
.template_5_7 .image_wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.template_5_7.simple {
  position: relative;
}
.template_5_7.simple .icon.signet {
  top: -3.125rem;
  left: -1.25rem;
}
@media (min-width: 20rem) {
  .template_5_7.simple .icon.signet {
    top: calc(-3.125rem + -3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_5_7.simple .icon.signet {
    top: -6.25rem;
  }
}
@media (min-width: 20rem) {
  .template_5_7.simple .icon.signet {
    left: calc(-1.25rem + -2.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_5_7.simple .icon.signet {
    left: -4.1875rem;
  }
}
.template_5_7.simple .style_h1 {
  text-align: left;
}
.template_5_7.simple .accordion {
  margin-top: 3em;
}
@media (min-width: 61.875rem) {
  .template_5_7.simple .accordion {
    margin-top: 0;
  }
}

.dark_gray_bg {
  position: relative;
}
.dark_gray_bg h2,
.dark_gray_bg p {
  color: #fff;
}
.dark_gray_bg:after {
  background: #3D3B3A;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

.red_gradient {
  position: relative;
}
.red_gradient .style_h1,
.red_gradient p,
.red_gradient h3 {
  color: #fff;
}
.red_gradient:after {
  background: linear-gradient(180deg, #BE1622 0%, #580A10 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  text-align: right;
  margin-right: calc(-50vw + 50%);
}

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

.newsletter_quick_subscribe {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe {
    padding-top: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe {
    padding-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe {
    padding-bottom: 4.375rem;
  }
}
.newsletter_quick_subscribe p.red {
  text-align: left;
  margin-bottom: 1.5rem;
}
.newsletter_quick_subscribe .form_wrapper form {
  padding: 1.5625rem;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-top: 1.5em;
}
@media (min-width: 75rem) {
  .newsletter_quick_subscribe .form_wrapper form {
    margin-top: 0;
  }
}
@media (min-width: 120rem) {
  .newsletter_quick_subscribe .form_wrapper form {
    margin-left: 5rem;
  }
}
.newsletter_quick_subscribe form {
  display: block;
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe form {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}
.newsletter_quick_subscribe .entry {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 47.5rem) {
  .newsletter_quick_subscribe .entry {
    gap: 3.125rem;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 75rem) {
  .newsletter_quick_subscribe .entry {
    gap: 0.625rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe .entry {
    gap: 3.125rem;
    flex-direction: row;
    align-items: center;
  }
}
.newsletter_quick_subscribe .entry .label {
  color: #fff;
}
.newsletter_quick_subscribe .entry .label abbr {
  color: #fff;
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe .entry .label {
    margin-bottom: 0;
  }
}
.newsletter_quick_subscribe .entry .tooltip_wrapper {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 47.5rem) {
  .newsletter_quick_subscribe .entry .tooltip_wrapper {
    width: auto;
  }
}
@media (min-width: 75rem) {
  .newsletter_quick_subscribe .entry .tooltip_wrapper {
    width: 100%;
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe .entry .tooltip_wrapper {
    width: auto;
  }
}
.newsletter_quick_subscribe input[type=email] {
  appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0rem;
  color: #000000;
  margin: 0;
  padding: 0 0.75em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms;
  width: 100%;
  height: 2.5rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe input[type=email] {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe input[type=email] {
    height: 3.0625rem;
  }
}
.newsletter_quick_subscribe input[type=email]:focus {
  background: #fff;
  border-color: #BE1622;
  box-shadow: 0 0 0.1875rem #BE1622 inset, 0 0 0 0.1875rem rgba(190, 22, 34, 0.2);
  color: #000000;
  outline: 0;
}
.newsletter_quick_subscribe button {
  background: #BE1622;
  border: 0.0625rem solid #BE1622;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
  border-radius: 0rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 1.5em;
  width: 100%;
  height: 2.5rem;
  margin-top: 0;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button {
    margin-top: 2.5rem;
  }
}
.newsletter_quick_subscribe button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button > span {
    min-height: 2.9375rem;
  }
}
.newsletter_quick_subscribe button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
.newsletter_quick_subscribe button .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
.newsletter_quick_subscribe button .icon + .text {
  padding-left: 0.75rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button {
    height: 3.0625rem;
  }
}
.newsletter_quick_subscribe button > span {
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button > span {
    min-height: 2.9375rem;
  }
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe button {
    flex-shrink: 0;
    width: auto;
    margin-top: 0;
  }
}
.newsletter_quick_subscribe button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(190, 22, 34, 0.2);
  background: #000000;
  border-color: #000000;
  color: #fff;
  margin-top: 0;
}
.newsletter_quick_subscribe button:focus .icon {
  fill: #fff;
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  font-size: 112.5%;
  font-weight: 600;
  height: 3.5rem;
  position: relative;
  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 .text {
  padding-left: 0;
}
.toggle_offcanvas_menu .open_btn .icon {
  height: 1.125rem;
  margin-right: 0.9375rem;
  position: relative;
  width: 1.625rem;
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #fff;
  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;
}
.toggle_offcanvas_menu .open_btn:active .text {
  padding-left: 0rem;
}

.offcanvas_menu {
  display: flex;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(0, 0, 0, 0.5);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding: 0.75em;
  min-height: 100%;
  background-color: #E7E7E7;
  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;
  margin-top: 0;
  padding: 0 0.625rem;
}
.offcanvas_menu .close_btn:active .text {
  padding-left: 0;
}
.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 .close_btn .text {
  padding-left: 0;
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation .toggle_search_box {
  margin-top: 2.5rem;
}
.offcanvas_menu .navigation .buttons_wrapper .button:last-child {
  margin-top: 1.25rem;
}
.offcanvas_menu .navigation > ul ul {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  display: flex;
  flex-direction: row;
  color: #000000;
  font-size: 112.5%;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: none;
  margin-bottom: 0.625rem;
  align-items: center;
}
.offcanvas_menu .navigation > ul > li > a .text {
  position: relative;
}
.offcanvas_menu .navigation > ul > li > a .text:before {
  background: #BE1622;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  right: 100%;
  left: 0;
  transition: 300ms;
}
.offcanvas_menu .navigation > ul > li > a .icon {
  display: flex;
  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:before {
  right: 0;
  transition: 300ms;
}
.offcanvas_menu .navigation > ul > li ul {
  padding-left: 1.5em;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .navigation > ul li.expanded > a .text:before {
  right: 0;
  transition: 300ms;
}
.offcanvas_menu .navigation > ul li.expanded > a .icon svg {
  transform: rotate(180deg);
}
.offcanvas_menu .navigation > ul ul {
  background-color: #fff;
}
.offcanvas_menu .navigation > ul ul > li:first-child {
  padding-top: 0.625rem;
}
.offcanvas_menu .navigation > ul ul > li:last-child {
  padding-bottom: 0.625rem;
}
.offcanvas_menu .navigation > ul ul a {
  color: #000000;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul ul a.active {
  color: #BE1622;
}
.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/onlinetool_popup.scss */

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

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

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

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

.popup_content {
  height: 100%;
  margin: 0 auto;
  max-width: 111.25rem;
  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.5rem;
}
@media (min-width: 20rem) {
  .popup_content .content {
    top: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 3.0625rem;
  }
}

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

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

.open_street_map .red_gradient {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 20rem) {
  .open_street_map .red_gradient {
    padding-top: calc(5.625rem + 6.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .red_gradient {
    padding-top: 11.8125rem;
  }
}
@media (min-width: 20rem) {
  .open_street_map .red_gradient {
    padding-bottom: calc(5.625rem + 6.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .red_gradient {
    padding-bottom: 11.8125rem;
  }
}
.open_street_map .red_gradient h2 {
  color: #fff;
  padding-top: 0;
}
.open_street_map .red_gradient label,
.open_street_map .red_gradient abbr {
  color: #fff;
}
.open_street_map .map {
  min-height: 21.875rem;
  background-color: #E7E7E7;
  cursor: move;
  position: relative;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 20rem) {
  .open_street_map .map {
    min-height: calc(21.875rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    min-height: 34.375rem;
  }
}
@media (min-width: 61.875rem) {
  .open_street_map .map {
    margin-left: 0;
    margin-right: calc(-33.33vw + 50%);
  }
}
@media (min-width: 131.25rem) {
  .open_street_map .map {
    margin-left: 0;
    margin-right: calc(-37vw + 50%);
  }
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(231, 231, 231, 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 .disclaimer {
  color: #000000;
  background: #E7E7E7;
}
.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 input {
  background: #E7E7E7;
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    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;
  }
}
.open_street_map .plan_route .button_wrapper button {
  margin-top: 0.3125rem;
}
@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: #BE1622;
  border: 0.0625rem solid #BE1622;
  border-radius: 0rem;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  height: 2.5rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.5rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #000000;
  border: 0.0625rem solid #000000;
  box-shadow: 0 0 0 0.1875rem rgba(190, 22, 34, 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;
  left: 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.125rem;
}
.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-start;
  text-align: right;
  user-select: none;
  z-index: 99;
  left: 0;
}
.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.625rem;
  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::before {
  content: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

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

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

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

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

::selection {
  background: #e52230;
  color: #fff;
}

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

main {
  display: block;
}

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

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

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

h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
  letter-spacing: calc((1.25rem + 1.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 2.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    margin-bottom: calc(1.25rem + 1.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    margin-bottom: 2.9375rem;
  }
}
h1 ~ .description,
.style_h1 ~ .description,
[data-otool-headlinestyling=style_h1] .ot_headline ~ .description {
  text-align: center;
}

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

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

h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
  letter-spacing: calc((0.875rem + 0.375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: 1.25rem;
  }
}

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

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

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

h1 > .red, h1.red, h2 > .red, h2.red, h3 > .red, h3.red, h4 > .red, h4.red, h5 > .red, h5.red, h6 > .red, h6.red, p > .red, p.red {
  position: relative;
  display: inline-block;
}
h1 > .red:after, h1.red:after, h2 > .red:after, h2.red:after, h3 > .red:after, h3.red:after, h4 > .red:after, h4.red:after, h5 > .red:after, h5.red:after, h6 > .red:after, h6.red:after, p > .red:after, p.red:after {
  background: #BE1622;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;
  height: 0.125rem;
}
@media (min-width: 20rem) {
  h1 > .red:after, h1.red:after, h2 > .red:after, h2.red:after, h3 > .red:after, h3.red:after, h4 > .red:after, h4.red:after, h5 > .red:after, h5.red:after, h6 > .red:after, h6.red:after, p > .red:after, p.red:after {
    bottom: calc(0rem + -0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1 > .red:after, h1.red:after, h2 > .red:after, h2.red:after, h3 > .red:after, h3.red:after, h4 > .red:after, h4.red:after, h5 > .red:after, h5.red:after, h6 > .red:after, h6.red:after, p > .red:after, p.red:after {
    bottom: -0.125rem;
  }
}
@media (min-width: 20rem) {
  h1 > .red:after, h1.red:after, h2 > .red:after, h2.red:after, h3 > .red:after, h3.red:after, h4 > .red:after, h4.red:after, h5 > .red:after, h5.red:after, h6 > .red:after, h6.red:after, p > .red:after, p.red:after {
    height: calc(0.125rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1 > .red:after, h1.red:after, h2 > .red:after, h2.red:after, h3 > .red:after, h3.red:after, h4 > .red:after, h4.red:after, h5 > .red:after, h5.red:after, h6 > .red:after, h6.red:after, p > .red:after, p.red:after {
    height: 0.25rem;
  }
}
h1 > .orange, h1.orange, h2 > .orange, h2.orange, h3 > .orange, h3.orange, h4 > .orange, h4.orange, h5 > .orange, h5.orange, h6 > .orange, h6.orange, p > .orange, p.orange {
  position: relative;
  display: inline-block;
}
h1 > .orange:after, h1.orange:after, h2 > .orange:after, h2.orange:after, h3 > .orange:after, h3.orange:after, h4 > .orange:after, h4.orange:after, h5 > .orange:after, h5.orange:after, h6 > .orange:after, h6.orange:after, p > .orange:after, p.orange:after {
  background: #EF7D00;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;
  height: 0.125rem;
}
@media (min-width: 20rem) {
  h1 > .orange:after, h1.orange:after, h2 > .orange:after, h2.orange:after, h3 > .orange:after, h3.orange:after, h4 > .orange:after, h4.orange:after, h5 > .orange:after, h5.orange:after, h6 > .orange:after, h6.orange:after, p > .orange:after, p.orange:after {
    bottom: calc(0rem + -0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1 > .orange:after, h1.orange:after, h2 > .orange:after, h2.orange:after, h3 > .orange:after, h3.orange:after, h4 > .orange:after, h4.orange:after, h5 > .orange:after, h5.orange:after, h6 > .orange:after, h6.orange:after, p > .orange:after, p.orange:after {
    bottom: -0.125rem;
  }
}
@media (min-width: 20rem) {
  h1 > .orange:after, h1.orange:after, h2 > .orange:after, h2.orange:after, h3 > .orange:after, h3.orange:after, h4 > .orange:after, h4.orange:after, h5 > .orange:after, h5.orange:after, h6 > .orange:after, h6.orange:after, p > .orange:after, p.orange:after {
    height: calc(0.125rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1 > .orange:after, h1.orange:after, h2 > .orange:after, h2.orange:after, h3 > .orange:after, h3.orange:after, h4 > .orange:after, h4.orange:after, h5 > .orange:after, h5.orange:after, h6 > .orange:after, h6.orange:after, p > .orange:after, p.orange:after {
    height: 0.25rem;
  }
}

a {
  color: #BE1622;
  text-decoration: underline;
  transition: color 300ms;
}
a:active, a.active {
  color: #000000;
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[tabindex="-1"] {
  display: block;
}
a[tabindex="-1"]:focus {
  outline: 0;
}
a[tabindex="-1"][id] {
  position: relative;
}
a[tabindex="-1"][id]:after {
  content: "";
}
a.touch_link {
  color: #000000;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #BE1622;
  display: inline-block;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #000000;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.125rem solid rgba(0, 0, 0, 0.8);
  outline-offset: 0.0625rem;
  text-decoration: none;
}
a.touch_link:focus[data-focus-method=mouse] .title, a.touch_link:focus[data-focus-method=touch] .title {
  outline: 0;
}
a.touch_link:hover .title {
  text-decoration: none;
}

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

strong {
  font-weight: 600;
}

em {
  font-style: normal;
}

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

small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
ul > li {
  position: relative;
}
ul > li:before {
  content: "";
  position: absolute;
  left: -1.125em;
  top: 0.5625rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
ul > li:nth-child(odd):before {
  background: url("../../common/images/list_styles/rectangle.svg");
}
ul > li:nth-child(even):before {
  background: url("../../common/images/list_styles/rectangle_orange.svg");
}
ul ol, ul ul {
  margin: 0;
}

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

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

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

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

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

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

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

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

.svg_defs {
  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;
}

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

.ot_ui {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .ot_ui {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui {
    font-size: 1.125rem;
  }
}
.ot_ui .button {
  margin-top: 0;
}
.ot_ui .ot_accordion .ot_external_accordion_svg::before {
  transform: rotate(0deg) !important;
}
.ot_ui .ot_accordion.ot_accordion_open > .ot_accordion_tablist > .ot_accordion_title > .ot_accordion_subtitle > .ot_external_accordion_svg:before {
  transform: rotate(180deg) !important;
}

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

:root {
  --ot-main-color: #BE1622;
  --ot-secondary-color: #BE1622;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #e52230;
  --ot-rgba-main-01: rgba(190, 22, 34, 0.1);
  --ot-rgba-main-02: rgba(190, 22, 34, 0.2);
  --ot-rgba-main-05: rgba(190, 22, 34, 0.5);
  --ot-rgba-main-08: rgba(190, 22, 34, 0.8);
  --ot-rgba-secondary-01: rgba(190, 22, 34, 0.1);
  --ot-rgba-secondary-02: rgba(190, 22, 34, 0.2);
  --ot-lighten-main-30: #f07d85;
  --ot-main-color-darken-40: #070101;
  --ot-button-color: #BE1622;
  --ot-button-active-color: #90111a;
  --ot-elements-border-radius: 2px;
  --ot-em: 16em;
  --ot-rem: 0.0625rem;
  /* set root for shadowDOM */
  --ot-container-min-width: 20rem;
  --ot-container-max-width: 111.25rem;
  --ot-column-margin-min: 0.9375rem;
  --ot-column-margin-max: 3.125rem;
  --ot-page-max-width: 160rem;
  --ot-xsmall-grid-breakpoint: 20rem;
  --ot-small-grid-breakpoint: 30rem;
  --ot-medium-grid-breakpoint: 35rem;
  --ot-large-grid-breakpoint: 47.5rem;
  --ot-xlarge-grid-breakpoint: 61.875rem;
  --ot-xxlarge-grid-breakpoint: 75rem;
  --ot-xxxlarge-grid-breakpoint: 93.75rem;
  --ot-border-width: 0.0625rem;
  --ot-border-radius: 0rem;
  --ot-button-height-min: 2.5rem;
  --ot-button-height-max: 3.0625rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #fff;
  --ot-text-color-light: #fff;
  --ot-text-color: #000000;
  --ot-bg-color: #E7E7E7;
  --ot-border-color: #cecece;
  --ot-okay-color: #96ca67;
  --ot-okay-bg-color: #ecf6e4;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #BE1622;
  --ot-popup-overlay-color: rgba(0, 0, 0, 0.5);
  --ot-shadow-color: rgba(0, 0, 0, 0.2);
  --ot-font-family-headline: Inter, sans-serif;
  --ot-font-family: Rethink, sans-serif;
  --ot-font-size-max: 1.125rem;
  --ot-font-size-min: 1rem;
  --ot-font-weight-strong: 600;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 2.5rem;
  --ot-font-size-h1-min: 1.25rem;
  --ot-font-weight-h1: 600;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.4;
  --ot-text-color-h1: #000000;
  --ot-font-size-h2-max: 1.875rem;
  --ot-font-size-h2-min: 1.125rem;
  --ot-font-weight-h2: 600;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.35;
  --ot-text-color-h2: #000000;
  --ot-font-size-h3-max: 1.5rem;
  --ot-font-size-h3-min: 1rem;
  --ot-font-weight-h3: 600;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.35;
  --ot-text-color-h3: #000000;
  --ot-font-size-h4-max: 1.25rem;
  --ot-font-size-h4-min: 0.875rem;
  --ot-font-weight-h4: 600;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.35;
  --ot-text-color-h4: #000000;
  --ot-font-size-h5-max: 1rem;
  --ot-font-size-h5-min: 0.875rem;
  --ot-font-weight-h5: 600;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.35;
  --ot-text-color-h5: #000000;
  --ot-font-size-h6-max: 0.875rem;
  --ot-font-size-h6-min: 0.75rem;
  --ot-font-weight-h6: 600;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.35;
  --ot-text-color-h6: #000000;
  --ot-font-size-legend-max: 1.5rem;
  --ot-font-size-legend-min: 1rem;
  --ot-font-weight-legend: 600;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.35;
  --ot-text-color-legend: #000000;
  --ot-font-size-bigger: 112.5%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 85%;
  --ot-spacing: 1.5em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.0625rem;
  --ot-input-bg-color: rgba(212, 212, 210, 0.25);
  --ot-input-border-color: #cecece;
  --ot-input-text-color: #000000;
  --ot-input-focus-bg-color: #fff;
  --ot-input-focus-border-color: #BE1622;
  --ot-input-focus-text-color: #000000;
  --ot-button-bg-color: #BE1622;
  --ot-button-border-color: #BE1622;
  --ot-button-text-color: #fff;
  --ot-button-hover-bg-color: #000000;
  --ot-button-hover-border-color: #000000;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #000000;
  --ot-button-focus-border-color: #000000;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #830f17;
  --ot-button-active-border-color: #830f17;
  --ot-button-active-text-color: #fff;
  --ot-button-disabled-bg-color: #E7E7E7;
  --ot-button-disabled-border-color: #dadada;
  --ot-button-disabled-text-color: gray;
}

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

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader_rotate 900ms linear infinite;
  display: block;
  fill: #cecece;
  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: translateX(-1em);
  transition: unset;
}
html:not(.reduced_motion) .animation.right.not_in_viewport,
html:not(.reduced_motion) [data-animation].right.not_in_viewport {
  transform: translateX(1em);
}

/* 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: #BE1622;
  border: 0.0625rem solid #BE1622;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  margin-top: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    margin-top: 2.5rem;
  }
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.9375rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: fill 300ms;
  width: 1.25rem;
}
form[role=search] button .text {
  font-weight: 600;
  padding: 0.375em 0;
  font-family: "Inter", sans-serif;
}
form[role=search] button .icon + .text {
  padding-left: 0.75rem;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3.0625rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.0625rem;
  }
}
form[role=search] button > span {
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.9375rem;
  }
}
form[role=search] button[disabled] {
  background-color: #E7E7E7;
  border-color: #dadada;
  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(190, 22, 34, 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.375rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 2.9375rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(212, 212, 210, 0.25);
  border: 0.0625rem solid #cecece;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0 #cecece 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.5rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3.0625rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #BE1622;
  box-shadow: 0 0 0.1875rem #BE1622 inset, 0 0 0 0.1875rem rgba(190, 22, 34, 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.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.375em 0.375em 0.375em 0;
  background: #830f17;
  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: #BE1622;
  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: #BE1622;
}
.toggle_search_box a {
  fill: #000000;
}
.toggle_search_box a .icon {
  display: block;
  height: 2.125rem;
  transition: fill 300ms;
  width: 2.125rem;
}
.toggle_search_box .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.375rem;
  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.375rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: 2.9375rem;
  }
}
.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.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.0625rem;
  }
}
.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/signet.scss */

.signet {
  position: absolute;
  opacity: 20%;
  pointer-events: none;
  width: 9.375rem;
  height: 9.375rem;
  margin-left: calc(-50vw + 50%);
  text-align: right;
  left: -5.375rem;
  bottom: -11.25rem;
  z-index: -10;
}
@media (min-width: 20rem) {
  .signet {
    width: calc(9.375rem + 10.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet {
    width: 20.0625rem;
  }
}
@media (min-width: 20rem) {
  .signet {
    height: calc(9.375rem + 10.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet {
    height: 20.0625rem;
  }
}
.signet.right {
  left: auto;
  right: -3.5625rem;
  margin-right: calc(-50vw + 50%);
  margin-left: auto;
}
.signet.bottom {
  bottom: -3.5625rem;
}
.signet.top {
  top: -2.5rem;
  bottom: inherit;
  opacity: 10%;
}
.signet.big {
  width: 9.375rem;
  height: 9.375rem;
}
@media (min-width: 20rem) {
  .signet.big {
    width: calc(9.375rem + 14.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet.big {
    width: 23.8125rem;
  }
}
@media (min-width: 20rem) {
  .signet.big {
    height: calc(9.375rem + 14.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet.big {
    height: 23.8125rem;
  }
}
.signet.small {
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 20rem) {
  .signet.small {
    width: calc(6.25rem + 10.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet.small {
    width: 17.0625rem;
  }
}
@media (min-width: 20rem) {
  .signet.small {
    height: calc(6.25rem + 10.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet.small {
    height: 17.0625rem;
  }
}
.signet.intro.right {
  opacity: 10%;
  right: -1.25rem;
  bottom: -7.5rem;
}
@media (min-width: 20rem) {
  .signet.intro.right {
    right: calc(-1.25rem + -0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet.intro.right {
    right: -2.1875rem;
  }
}
@media (min-width: 20rem) {
  .signet.intro.right {
    bottom: calc(-7.5rem + -7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signet.intro.right {
    bottom: -15rem;
  }
}

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

.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.6875rem;
}
.social_media_links li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_links li:before {
  content: none;
}
.social_media_links li .icon,
.social_media_links li .icon img {
  display: block;
  height: 2.25rem;
}
.social_media_links li .video_link.icon {
  fill: #BE1622;
}

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

.some_share_center {
  margin-bottom: -6.25rem;
  margin-top: 3.125rem;
}
@media (min-width: 20rem) {
  .some_share_center {
    margin-bottom: calc(-6.25rem + -3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .some_share_center {
    margin-bottom: -9.375rem;
  }
}
@media (min-width: 20rem) {
  .some_share_center {
    margin-top: calc(3.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .some_share_center {
    margin-top: 6.25rem;
  }
}
.some_share_center .social_media_share {
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media (min-width: 35rem) {
  .some_share_center .social_media_share {
    padding-bottom: 0;
  }
}

.social_media_share {
  display: flex;
  justify-content: flex-end;
}
.social_media_share ul {
  display: flex;
  margin: 1.75rem 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: flex-end;
}
.social_media_share li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_share li::before {
  content: none;
}
.social_media_share li a {
  text-decoration: none;
  color: #000000;
}
.social_media_share li a:hover {
  text-decoration: underline;
}
.social_media_share li .icon,
.social_media_share li .icon img {
  display: block;
  height: 1.75rem;
}
.social_media_share li .share_button > span,
.social_media_share li .print_link > span {
  display: flex;
  align-items: center;
}
.social_media_share li .share_button > span .text,
.social_media_share li .print_link > span .text {
  margin-left: 0.75em;
}
.social_media_share li.print .icon {
  fill: #000000;
  width: 1.75rem;
}
.social_media_share li.whatsapp {
  display: none;
}
.tablet .social_media_share li.whatsapp, .mobile .social_media_share li.whatsapp {
  display: block;
}

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

.steuernews_preview {
  margin-bottom: 0.75em;
}
.steuernews_preview.margin .entry {
  margin-bottom: 1.25rem;
}
@media (min-width: 20rem) {
  .steuernews_preview.margin .entry {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview.margin .entry {
    margin-bottom: 3.125rem;
  }
}
.steuernews_preview .overview_title {
  padding-top: 0;
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 61.875rem) {
  .steuernews_preview .entry {
    margin-bottom: 0;
  }
}
.steuernews_preview .entry h3 {
  text-decoration: none;
  color: #000000;
  text-align: center;
}
.steuernews_preview .entry .text {
  text-align: center;
}
.steuernews_preview .entry:hover img {
  transform: scale(1.05);
  transition: transform 300ms;
}
.steuernews_preview .entry:hover .icon {
  opacity: 1;
  transition: opacity 300ms;
}
.steuernews_preview .image {
  overflow: hidden;
  position: relative;
}
.steuernews_preview .image:after {
  background: linear-gradient(to bottom, rgba(190, 22, 34, 0), rgba(190, 22, 34, 0.4));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.steuernews_preview .image .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #BE1622;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(-90deg);
  fill: #fff;
  opacity: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.steuernews_preview img {
  width: 100%;
  height: 100%;
  transition: transform 300ms;
}
@media (min-width: 35rem) {
  .steuernews_preview .photo {
    flex: 0 1 35%;
    margin-right: 1.5em;
  }
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-right: 1.5em;
  width: 100%;
  padding-top: 66.64%;
}
.steuernews_preview .teaser_text {
  background: rgba(212, 212, 210, 0.25);
  padding: 2.5rem 1.25rem;
  flex-grow: 1;
  border-bottom: 0.25rem solid #BE1622;
}
.steuernews_preview .teaser_text .text {
  margin-bottom: 0;
}
.steuernews_preview .title {
  word-wrap: break-word;
}
.steuernews_preview .sub_title {
  display: block;
}

.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}
.news_entity aside .sidebar .news_article > .dark_gray_bg {
  padding-top: 2.1875rem;
  padding-left: 2.1875rem;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    padding-top: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    padding-left: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    padding-left: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    padding-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    margin-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .news_article > .dark_gray_bg {
    margin-bottom: 4.375rem;
  }
}
.news_entity aside .sidebar .news_article > .dark_gray_bg::after {
  left: 0;
  margin-left: 0;
}
.news_entity aside .sidebar .news_article > .dark_gray_bg li {
  display: flex;
}
.news_entity aside .sidebar .news_article > .dark_gray_bg li > a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  height: 100%;
  text-decoration: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  transition: 300ms;
  color: #fff;
  margin-bottom: 0.75em;
  width: 100%;
}
.news_entity aside .sidebar .news_article > .dark_gray_bg li > a:hover, .news_entity aside .sidebar .news_article > .dark_gray_bg li > a.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 0.125rem solid #BE1622;
  transition: 300ms;
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient {
  padding-top: 2.1875rem;
  padding-left: 2.1875rem;
  padding-bottom: 2.1875rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .steuernews_issues_select.red_gradient {
    padding-top: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .steuernews_issues_select.red_gradient {
    padding-top: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .steuernews_issues_select.red_gradient {
    padding-left: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .steuernews_issues_select.red_gradient {
    padding-left: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .news_entity aside .sidebar .steuernews_issues_select.red_gradient {
    padding-bottom: calc(2.1875rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity aside .sidebar .steuernews_issues_select.red_gradient {
    padding-bottom: 4.375rem;
  }
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient::after {
  left: 0;
  margin-left: 0;
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient h2 {
  padding-top: 0;
  color: #fff;
  text-align: left;
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient nav {
  flex-direction: column;
  align-items: flex-start;
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient nav label span {
  color: #fff;
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient nav .select_wrapper {
  width: 100%;
  display: flex;
}
.news_entity aside .sidebar .steuernews_issues_select.red_gradient nav .select {
  background: #E7E7E7;
}

.news_image {
  margin-bottom: 0;
  height: 12.5rem;
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
}
@media (min-width: 20rem) {
  .news_image {
    height: calc(12.5rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_image {
    height: 18.75rem;
  }
}
@media (min-width: 61.875rem) {
  .news_image {
    margin-right: calc(-25vw + 50%);
  }
}
@media (min-width: 125rem) {
  .news_image {
    margin-right: calc(-33.33vw + 50%);
  }
}
.news_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news_image figcaption {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.3125rem;
  margin-top: 0;
}
.news_image + * {
  padding-top: 0;
}

.steuernews_more_articles_overview .overview_title {
  text-align: center;
}

.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: #E7E7E7;
  border-radius: 0rem;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  white-space: nowrap;
  line-height: 2.5rem;
}
@media (min-width: 20rem) {
  .steuernews_issues a {
    line-height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 3.0625rem;
  }
}

.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: #BE1622;
  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.5rem;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: calc(2.5rem + 0.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: 3.0625rem;
  }
}
.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: 1.5em 0 0.75em;
}

.steuernews_current_issue {
  margin-bottom: 0.75em;
}

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

.highlight_keyword {
  background: #BE1622;
  color: #fff;
  outline: 0.125rem solid #BE1622;
}

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

.steuernews_issues_select {
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .steuernews_issues_select {
    margin-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues_select {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 20rem) {
  .steuernews_issues_select {
    margin-top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues_select {
    margin-top: 3.75rem;
  }
}
.steuernews_issues_select nav {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
.steuernews_issues_select nav .select_outer_wrapper {
  width: 100%;
}
@media (min-width: 61.875rem) {
  .steuernews_issues_select nav .select_outer_wrapper {
    margin-left: auto;
    max-width: 50vw;
    margin-right: auto;
    width: 100%;
  }
}
.steuernews_issues_select nav .select_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
.steuernews_issues_select nav .select_container .select_wrapper {
  width: 100%;
  display: flex;
}
.steuernews_issues_select .title {
  width: 100%;
  text-align: center;
}
.steuernews_issues_select .select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
}
.steuernews_issues_select .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  flex-shrink: 0;
  margin-top: 0;
}

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

.steuernews_newsletter_subscribe {
  background: #E7E7E7;
  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;
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.team_overview .team_entry .buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 30rem) {
  .team_overview .team_entry .buttons {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: block;
  flex: 0 0 auto;
  width: 12.5rem;
}
@media (min-width: 20rem) {
  .team_overview .photo {
    width: calc(12.5rem + 14.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview .photo {
    width: 27.125rem;
  }
}
@media (min-width: 47.5rem) {
  .team_overview .photo {
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .team_overview .photo {
    margin-right: 3.125rem;
  }
}
.team_overview .photo img {
  display: block;
}
@media (min-width: 93.75rem) {
  .team_overview .info {
    margin-left: 3.125rem;
  }
}

.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 {
  margin-top: 2.5rem;
}
.team_entry .buttons .button {
  margin-bottom: 0.75em;
  margin-right: 0.75em;
  margin-top: 0;
}

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

.teaser_top {
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 20rem) {
  .teaser_top {
    padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_top {
    padding-bottom: 5rem;
  }
}
@media (min-width: 47.5rem) {
  .teaser_top {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
}
.teaser_top .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.teaser_top .title h2 {
  margin-bottom: 0;
}
.teaser_top .title h2.red {
  padding-top: 0;
}

.teaser {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5625rem;
  flex-grow: 1;
  height: 100%;
}
@media (min-width: 20rem) {
  .teaser {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    margin-bottom: 3.125rem;
  }
}
.teaser a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  height: 100%;
  text-decoration: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  transition: 300ms;
}
.teaser a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 0.125rem solid #BE1622;
  transition: 300ms;
}
.teaser a .title {
  padding-top: 0;
  color: #fff;
}
.teaser a p {
  margin-bottom: 0;
  color: #fff;
}
.teaser .teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}

.teaser_overview.dark_gray_bg .teaser > a:focus-visible {
  outline-color: #fff;
}

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

.testimonial_overview .testimonial {
  display: flex;
  flex-direction: column;
  background: rgba(212, 212, 210, 0.25);
  padding: 1.25rem;
  border-bottom: 0.125rem solid #BE1622;
  position: relative;
  margin-bottom: 1.25rem;
}
.testimonial_overview .testimonial .text {
  flex: 1;
  order: 1;
}
.testimonial_overview .testimonial .text > p {
  display: flex;
  flex-direction: column;
}
.testimonial_overview .testimonial .text > p strong {
  margin-top: 0.625rem;
}
.testimonial_overview .testimonial .photo {
  order: 2;
  align-self: flex-end;
  margin-top: 0.9375rem;
}
.testimonial_overview .testimonial .photo img {
  width: 3.75rem;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 20rem) {
  .testimonial_overview .testimonial .photo img {
    width: calc(3.75rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .testimonial_overview .testimonial .photo img {
    width: 5rem;
  }
}
@media (min-width: 61.875rem) {
  .testimonial_overview .testimonial {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.25rem;
  }
  .testimonial_overview .testimonial .photo {
    margin-top: 0;
    flex-shrink: 0;
  }
}

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

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

[role=tooltip] {
  background: #BE1622;
  border-radius: 0rem;
  bottom: 100%;
  color: #fff;
  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: #BE1622;
  bottom: -1.125rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.625rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  opacity: 0;
  transform: translateY(-0.9375rem);
  visibility: hidden;
}

