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

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

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

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

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

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

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

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

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

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper address {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.25em;
  margin-bottom: 0;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.75em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: list-item;
}
.contact p {
  margin-bottom: 0;
}
.contact > span {
  min-width: 1.5625rem;
  font-weight: 600;
}
.contact > span.text {
  font-weight: 400;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

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


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

.atikon_logo {
  height: 100%;
}

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

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

.author {
  display: block;
  fill: #878787;
  height: 0.8125rem;
  line-height: 0.8125rem;
  width: 4.625rem;
  position: absolute;
  bottom: 0.75em;
  right: 0;
}

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

.big_teaser {
  margin: 2.25em 0 2.25em 0;
  padding: 3em;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
  background-color: #242424;
}
.big_teaser .row {
  row-gap: 2.25em;
}
.big_teaser .content > h2:first-child {
  padding-top: 0;
}
.big_teaser .image {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.big_teaser .image figure {
  height: 100%;
}
.big_teaser .image figure img {
  height: 100%;
  object-fit: cover;
}
.big_teaser .text_icon_overview {
  margin-bottom: 2.25em;
}
.big_teaser .text_icon_overview .title_icon .title {
  color: #fff;
}
.big_teaser h3 {
  margin-bottom: 0;
}

/* 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: 6.1875rem;
  padding-left: 1.125em;
  padding-right: 1.125em;
  cursor: pointer;
  background: #C81623;
  border: 0.125rem solid #C81623;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
@media (min-width: 20rem) {
  .button {
    padding-left: calc(1.125em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button {
    padding-left: 1.5em;
  }
}
@media (min-width: 20rem) {
  .button {
    padding-right: calc(1.125em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button {
    padding-right: 1.5em;
  }
}
.button.transparent_button {
  background: transparent;
  border: #fff 0.125rem solid;
  color: #fff;
}
.button.transparent_button:hover {
  background: #fff;
  color: #C81623;
}
.button.transparent_button:hover .icon {
  fill: #C81623;
}
.button.white_button {
  background: #fff;
  border: #171717 0.125rem solid;
  color: #171717;
}
.button.white_button .icon {
  fill: #171717;
}
.button.white_button:hover, .button.white_button:focus-visible {
  background: #DE0010;
  color: #fff;
}
.button.white_button:hover .icon, .button.white_button:focus-visible .icon {
  fill: #fff;
}
.button.icon_left > span {
  flex-direction: row-reverse;
}
.button.icon_left > span .icon {
  padding-left: 0;
  padding-right: 0.4995em;
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.75rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.125rem;
  transition: fill 300ms;
  width: 1.125rem;
}
@media (min-width: 20rem) {
  .button .icon {
    height: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button .icon {
    height: 1.5rem;
  }
}
@media (min-width: 20rem) {
  .button .icon {
    width: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button .icon {
    width: 1.5rem;
  }
}
.button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-size: 1rem;
  padding-bottom: 0;
}
.button .text + .icon {
  padding-left: 0.4995em;
}
.button:focus-visible {
  background: #171717;
  border-color: #fff;
  color: #fff;
  outline: 0.125rem solid #B0B0B0;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #2B2B2B;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #171717;
  border-color: #fff;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  background: #8c0f19;
  border: 0.125rem solid #8c0f19;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active.transparent_button, .button.active.transparent_button {
  background: transparent;
  border: #fff 0.125rem solid;
  color: #fff;
}
.button:active.transparent_button:hover, .button.active.transparent_button:hover {
  background: #fff;
  color: #C81623;
}
.button:active.transparent_button:hover .icon, .button.active.transparent_button:hover .icon {
  fill: #C81623;
}
.button:active.white_button, .button.active.white_button {
  background: #fff;
  border: #171717 0.125rem solid;
  color: #171717;
}
.button:active.white_button .icon, .button.active.white_button .icon {
  fill: #171717;
}
.button:active.white_button:hover, .button:active.white_button:focus-visible, .button.active.white_button:hover, .button.active.white_button:focus-visible {
  background: #DE0010;
  color: #fff;
}
.button:active.white_button:hover .icon, .button:active.white_button:focus-visible .icon, .button.active.white_button:hover .icon, .button.active.white_button:focus-visible .icon {
  fill: #fff;
}
.button:active.icon_left > span, .button.active.icon_left > span {
  flex-direction: row-reverse;
}
.button:active.icon_left > span .icon, .button.active.icon_left > span .icon {
  padding-left: 0;
  padding-right: 0.4995em;
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.75rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.125rem;
  transition: fill 300ms;
  width: 1.125rem;
}
@media (min-width: 20rem) {
  .button:active .icon, .button.active .icon {
    height: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active .icon, .button.active .icon {
    height: 1.5rem;
  }
}
@media (min-width: 20rem) {
  .button:active .icon, .button.active .icon {
    width: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active .icon, .button.active .icon {
    width: 1.5rem;
  }
}
.button:active .text, .button.active .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-size: 1rem;
  padding-bottom: 0;
}
.button:active .text + .icon, .button.active .text + .icon {
  padding-left: 0.4995em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75em;
  column-gap: 1.5em;
  row-gap: 1.125em;
}

/* 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: #2B2B2B;
  color: #C81623;
  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: #C81623;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

.steuernews_call_to_action {
  background: #DADEE1;
  border-radius: 0.75rem;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 0.75em;
}
.steuernews_call_to_action p {
  margin: 0;
}
.steuernews_call_to_action p,
.steuernews_call_to_action a {
  color: #171717;
  font-size: 1rem;
}

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

.dialog_wrapper {
  display: none;
  margin: 1.5em 0;
  position: relative;
}
.dialog_wrapper.show {
  display: block;
}

[role=dialog] {
  background-color: #242424;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  outline: 0;
  padding: 1.5em;
  width: 100%;
  z-index: 10;
}
[role=dialog] .title {
  padding: 0 1.875em 0 0;
}
[role=dialog] .description {
  padding: 0 0 0.75em 0;
}
[role=dialog] .close {
  display: block;
  fill: #C81623;
  padding: 0.249em;
  position: absolute;
  right: 0.1875em;
  top: 0.1875em;
  transition: fill 300ms;
  height: 2.625rem;
  width: 2.625rem;
}
@media (min-width: 20rem) {
  [role=dialog] .close {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=dialog] .close {
    height: 3rem;
  }
}
@media (min-width: 20rem) {
  [role=dialog] .close {
    width: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=dialog] .close {
    width: 3rem;
  }
}
[role=dialog] .close:focus, [role=dialog] .close:hover {
  fill: #B0B0B0;
}

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

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

/* 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: #DADEE1;
  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_text_policy p {
  color: #171717;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
  align-self: flex-end;
}
.cookie_banner .cb_link_privacy a {
  position: relative;
  color: #171717;
  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: #DADEE1;
  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: #C81623;
  border-radius: 3.125rem;
  padding: 0 1.5625rem;
  width: auto;
}
.cookie_banner .cb_button_confirm .button span:hover {
  background-color: #171717;
  color: #fff;
}
.cookie_banner .cb_button_confirm .button:focus {
  outline: 0.125rem solid #C81623;
  outline-offset: 0.3125rem;
  box-shadow: 0 0 0 0.3125rem #DADEE1, 0 0 0 0.625rem #C81623;
  border-radius: 3.125rem;
}
.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;
    border-radius: 1.25rem;
    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/disclaimer.scss */

.disclaimer {
  background: #2B2B2B;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1rem;
  margin: 1.5em 0;
  padding: 3em;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
  background-color: #242424;
}
.disclaimer a {
  display: inline;
}

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

.down_arrow {
  animation: bounce 1.8s infinite;
  display: block;
  line-height: 0;
  opacity: 1;
  position: fixed;
  transition: opacity 300ms, visibility 300ms;
  visibility: visible;
  z-index: 10;
  bottom: 0.9375rem;
  right: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 20rem) {
  .down_arrow {
    bottom: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    bottom: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    height: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    height: 2rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    width: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    width: 2rem;
  }
}
.down_arrow .icon {
  display: block;
  transform: translateX(50%);
  fill: #fff;
  transition: fill 300ms;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 20rem) {
  .down_arrow .icon {
    height: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow .icon {
    height: 2rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow .icon {
    width: calc(1.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow .icon {
    width: 2rem;
  }
}
.down_arrow:focus .icon, .down_arrow:hover .icon {
  fill: #B0B0B0;
}
.down_arrow.scrolled_down {
  opacity: 0;
  visibility: hidden;
}

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

.download_overview {
  margin-bottom: 0.75em;
}
.download_overview .entry {
  margin: 0 0 1.125em;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: #fff;
  text-decoration: none;
}
@media (min-width: 20rem) {
  .download_overview .entry {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .entry {
    padding: 2.5rem;
  }
}
.download_overview .entry .title {
  color: #171717;
  text-decoration: none;
}
.download_overview .entry .title_wrapper {
  padding-top: 0;
}
.download_overview .touch_link {
  display: flex;
}
.download_overview .touch_link .title_wrapper {
  margin-bottom: 0.375em;
  padding-top: 0;
}
.download_overview .icon {
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: 0.75em;
  width: 1.5rem;
}
.download_overview .icon_doc {
  fill: #2a5699;
}
.download_overview .icon_xls {
  fill: #4e892d;
}
.download_overview .icon_pdf {
  fill: #e44e4e;
}
.download_overview .icon_online {
  fill: #0074ce;
}

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

.dropdown_menu {
  display: none;
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #C81623;
}
.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;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #B0B0B0;
  display: flex;
  hyphens: none;
  padding: 0.75em;
  white-space: nowrap;
}
.dropdown_menu > ul > li > a.active {
  color: #C81623;
}
.dropdown_menu > ul > li ul {
  background: #DADEE1;
  padding: 0.75em 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #B0B0B0;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0 0.75em;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu > ul > li ul a:hover {
  color: #C81623;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #C81623;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

.faq_seo_overview .faq_seo_entry {
  margin-bottom: 1.5em;
}
.faq_seo_overview.chat .faq_seo_entry {
  container-type: inline-size;
}
.faq_seo_overview.chat .faq_seo_item {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question {
  background-color: #C81623;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question p {
  margin-bottom: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question::before {
  border-color: transparent transparent #C81623 transparent;
  border-width: 0 1.5625rem 1.5625rem 1.5625rem;
  bottom: -1.5625rem;
  transform: rotate(90deg);
  left: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer {
  background-color: #DADEE1;
  margin-top: 3em;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer p:last-of-type {
  margin-bottom: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer::before {
  border-color: transparent transparent #DADEE1 transparent;
  transform: rotate(270deg);
  border-width: 0 3.125rem 3.125rem 3.125rem;
  bottom: -3.125rem;
  right: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer p {
  color: #B0B0B0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question,
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer {
  padding: 1.5em 3em;
  position: relative;
  margin-bottom: 4.5em;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question::before,
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer::before {
  content: "";
  border-style: solid;
  display: block;
  position: absolute;
  transform-origin: top;
  z-index: -1;
}
@container (min-width: 470px) {
  .faq_seo_overview.chat .faq_seo_item {
    flex-direction: row;
    align-items: flex-start;
  }
  .faq_seo_overview.chat .faq_seo_item .faq_seo_question {
    flex: 0 0 30%;
    margin-right: 1.5em;
  }
  .faq_seo_overview.chat .faq_seo_item .faq_seo_answer {
    flex: 1 0 50%;
  }
}
.faq_seo_overview.teaser_style .faq_seo_entry {
  display: flex;
  align-items: flex-start;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.4);
  padding: 2.25em;
  background-color: #2B2B2B;
  flex-grow: 1;
}
.faq_seo_overview.teaser_style .faq_seo_entry .icon {
  display: none;
}
.faq_seo_overview.teaser_style .faq_seo_entry .faq_seo_item {
  position: relative;
  padding-left: 0.75em;
}
.faq_seo_overview.teaser_style .faq_seo_entry .faq_seo_item:before {
  background: #C81623;
  content: "";
  height: 1.25rem;
  position: absolute;
  top: 0;
  width: 0.25rem;
  left: 0;
  border-radius: 0.125rem;
}
.faq_seo_overview.card_flip {
  text-align: center;
  margin-bottom: 1.5em;
}
.faq_seo_overview.card_flip .faq_seo_entry {
  height: 100%;
}
.faq_seo_overview.card_flip .faq_seo_item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 900ms;
  margin-bottom: 3em;
  border: 0.125rem solid #3a3a3a;
  width: 100%;
  height: 100%;
}
.faq_seo_overview.card_flip .faq_seo_item:focus {
  transform: rotateY(180deg);
}
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_question {
  z-index: 100;
  grid-column: 1/-1;
  order: 2;
  background-color: #C81623;
}
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_answer {
  z-index: 90;
  grid-column: 1/-1;
  order: 1;
  background-color: #DADEE1;
  transform: rotateY(180deg);
}
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_question,
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_answer {
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
  backface-visibility: hidden;
}
.faq_seo_overview.card_full {
  display: grid;
  gap: 1.5em;
  grid-template-areas: "a" "b" "c" "d" "e" "f";
  grid-template-columns: 1fr;
}
.faq_seo_overview.card_full .faq_seo_entry {
  grid-column: -1/1;
  background-color: #DADEE1;
  padding: 4.5em;
  padding-left: 7.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  counter-increment: faq_seo_card_section;
  position: relative;
}
.faq_seo_overview.card_full .faq_seo_entry .title {
  color: #C81623;
}
.faq_seo_overview.card_full .faq_seo_entry::before {
  content: counter(faq_seo_card_section) ". ";
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  top: 0.9375rem;
  left: 1.875rem;
  color: #C81623;
}
.faq_seo_overview.card_full .faq_seo_entry_1 {
  grid-area: a;
}
.faq_seo_overview.card_full .faq_seo_entry_2 {
  grid-area: b;
}
.faq_seo_overview.card_full .faq_seo_entry_3 {
  grid-area: c;
}
.faq_seo_overview.card_full .faq_seo_entry_4 {
  grid-area: d;
}
.faq_seo_overview.card_full .faq_seo_entry_5 {
  grid-area: e;
}
.faq_seo_overview.card_full .faq_seo_entry_6 {
  grid-area: f;
}
@media (min-width: 75rem) {
  .faq_seo_overview.card_full {
    grid-template-areas: "a a b b b" "a a c c c" "d d d e e" "f f f e e";
    grid-template-columns: repeat(5, 1fr);
  }
}
.faq_seo_overview.card_layout .faq_seo_banner {
  background-color: #C81623;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 1.5em;
}
.faq_seo_overview.card_layout .faq_seo_banner strong {
  color: #fff;
  font-size: 3.125rem;
  margin-right: 1.25rem;
}
@media (min-width: 20rem) {
  .faq_seo_overview.card_layout .faq_seo_banner strong {
    font-size: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .faq_seo_overview.card_layout .faq_seo_banner strong {
    font-size: 9.375rem;
  }
}
.faq_seo_overview.card_layout .faq_seo_entry {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 3em;
  background-color: #DADEE1;
}
.faq_seo_overview.card_layout .faq_seo_entry .title {
  color: #C81623;
}
.faq_seo_overview.tab_horizontal, .faq_seo_overview.tab_vertical {
  display: flex;
  margin-bottom: 1.5em;
  position: relative;
  flex-direction: column;
}
@media (min-width: 75rem) {
  .faq_seo_overview.tab_horizontal.tab_vertical, .faq_seo_overview.tab_vertical.tab_vertical {
    flex-direction: row;
  }
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
  overflow: hidden;
  background-color: #f7b3b8;
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper .faq_seo_slides, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper .faq_seo_slides {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab.active, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab.active {
  visibility: visible;
  opacity: 1;
}
.faq_seo_overview.tab_horizontal .faq_seo_slide.animated, .faq_seo_overview.tab_vertical .faq_seo_slide.animated {
  transition: transform 300ms ease-out;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination, .faq_seo_overview.tab_vertical .faq_seo_pagination {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  position: relative;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination.tab_vertical, .faq_seo_overview.tab_vertical .faq_seo_pagination.tab_vertical {
  flex-direction: column;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination a, .faq_seo_overview.tab_vertical .faq_seo_pagination a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  text-decoration: none;
  padding: 1.5em;
  position: relative;
  transition: all 300ms ease-out;
  font-weight: bold;
}
.faq_seo_overview.tab_vertical {
  background-color: #f7b3b8;
}
.faq_seo_overview.tab_vertical .faq_seo_pagination {
  flex-direction: column;
  gap: 0.125rem;
}
.faq_seo_overview.tab_vertical .faq_seo_pagination_item {
  border-left: #f7b3b8 solid 0.3125rem;
  background-color: #f7b3b8;
}
.faq_seo_overview.tab_vertical .faq_seo_pagination_item.active, .faq_seo_overview.tab_vertical .faq_seo_pagination_item:hover {
  background-color: #ed5762;
  border-left-color: #9a111b;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination {
  flex-direction: column;
  border-bottom: 0.3125rem solid #9a111b;
}
@media (min-width: 61.875rem) {
  .faq_seo_overview.tab_horizontal .faq_seo_pagination {
    flex-direction: row;
    gap: 0.625rem;
  }
  .faq_seo_overview.tab_horizontal .faq_seo_pagination a {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination a {
  background-color: #f7b3b8;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination a.active, .faq_seo_overview.tab_horizontal .faq_seo_pagination a:hover {
  background-color: #9a111b;
}

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

footer .footer_content * p:not(.style_h4), footer .footer_content a {
  font-size: 1rem;
}
footer .footer_content .title_icon .title {
  color: #fff;
}
footer .footer_content .address .location {
  position: relative;
  padding-left: 0.75em;
  font-weight: 600;
  font-family: "Marblis", sans-serif;
  color: #fff;
}
footer .footer_content .address .location:before {
  background: #C81623;
  content: "";
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  left: 0;
  border-radius: 0.125rem;
}
footer .footer_content .links_overview .title {
  position: relative;
  padding-left: 0.75em;
  font-weight: 600;
  font-family: "Marblis", sans-serif;
  color: #fff;
}
footer .footer_content .links_overview .title:before {
  background: #C81623;
  content: "";
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  left: 0;
  border-radius: 0.125rem;
}
footer .footer_content .links_overview .link_entries {
  display: flex;
  flex-direction: column;
}
footer .footer_content .links_overview .link_entry {
  text-decoration: none;
}
footer .footer_content .links_overview .link_entry:hover, footer .footer_content .links_overview .link_entry.active {
  text-decoration: underline;
}
footer .related_links {
  display: flex;
  justify-content: flex-end;
  column-gap: 1.5em;
  padding: 1.5em 0;
  font-size: 1rem;
  position: relative;
  border-top: 0.125rem solid #3a3a3a;
}
footer .related_links::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: -50vw;
  right: -50vw;
  height: 100%;
  background-color: #2B2B2B;
  z-index: -1;
}
footer .related_links a {
  text-decoration: none;
  color: #B0B0B0;
}
footer .related_links a:hover {
  color: #C81623;
}
footer .related_links a.active {
  color: #C81623;
}
footer .light_grey_bg {
  position: relative;
  padding: 2.25em 0;
  row-gap: 1.5em;
}
footer .light_grey_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  height: 100%;
  background-color: #2B2B2B;
  z-index: -1;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.625rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3rem;
  }
}
.file.error .file_name {
  border-color: #C81623;
}
.file .file_name {
  background: #2B2B2B;
  border: 0.125rem solid #3a3a3a;
  border-radius: 0.75rem 0 0 0.75rem;
  color: #B0B0B0;
  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.625rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 2.75rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3rem;
  }
}
.file .file_button {
  border-radius: 0 0.75rem 0.75rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #C81623;
  border: 0.125rem solid #C81623;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button.transparent_button {
  background: transparent;
  border: #fff 0.125rem solid;
  color: #fff;
}
.file .file_button.transparent_button:hover {
  background: #fff;
  color: #C81623;
}
.file .file_button.transparent_button:hover .icon {
  fill: #C81623;
}
.file .file_button.white_button {
  background: #fff;
  border: #171717 0.125rem solid;
  color: #171717;
}
.file .file_button.white_button .icon {
  fill: #171717;
}
.file .file_button.white_button:hover, .file .file_button.white_button:focus-visible {
  background: #DE0010;
  color: #fff;
}
.file .file_button.white_button:hover .icon, .file .file_button.white_button:focus-visible .icon {
  fill: #fff;
}
.file .file_button.icon_left > span {
  flex-direction: row-reverse;
}
.file .file_button.icon_left > span .icon {
  padding-left: 0;
  padding-right: 0.4995em;
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.75rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.125rem;
  transition: fill 300ms;
  width: 1.125rem;
}
@media (min-width: 20rem) {
  .file .file_button .icon {
    height: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button .icon {
    height: 1.5rem;
  }
}
@media (min-width: 20rem) {
  .file .file_button .icon {
    width: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button .icon {
    width: 1.5rem;
  }
}
.file .file_button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-size: 1rem;
  padding-bottom: 0;
}
.file .file_button .text + .icon {
  padding-left: 0.4995em;
}
.file .file_button > span {
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.75rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 22, 35, 0.2);
  background: #171717;
  border-color: #fff;
  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.625rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #171717;
  border-color: #fff;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #8c0f19 inset;
  background: #8c0f19;
  border: 0.125rem solid #8c0f19;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button.transparent_button {
  background: transparent;
  border: #fff 0.125rem solid;
  color: #fff;
}
.file [type=file]:active ~ .file_button.transparent_button:hover {
  background: #fff;
  color: #C81623;
}
.file [type=file]:active ~ .file_button.transparent_button:hover .icon {
  fill: #C81623;
}
.file [type=file]:active ~ .file_button.white_button {
  background: #fff;
  border: #171717 0.125rem solid;
  color: #171717;
}
.file [type=file]:active ~ .file_button.white_button .icon {
  fill: #171717;
}
.file [type=file]:active ~ .file_button.white_button:hover, .file [type=file]:active ~ .file_button.white_button:focus-visible {
  background: #DE0010;
  color: #fff;
}
.file [type=file]:active ~ .file_button.white_button:hover .icon, .file [type=file]:active ~ .file_button.white_button:focus-visible .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button.icon_left > span {
  flex-direction: row-reverse;
}
.file [type=file]:active ~ .file_button.icon_left > span .icon {
  padding-left: 0;
  padding-right: 0.4995em;
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 2.75rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.125rem;
  transition: fill 300ms;
  width: 1.125rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button .icon {
    height: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button .icon {
    height: 1.5rem;
  }
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button .icon {
    width: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button .icon {
    width: 1.5rem;
  }
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-size: 1rem;
  padding-bottom: 0;
}
.file [type=file]:active ~ .file_button .text + .icon {
  padding-left: 0.4995em;
}

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

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.5em;
  width: 100%;
  height: 2.625rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3rem;
  }
}
@media (min-width: 35rem) {
  button {
    width: auto;
  }
}
button::-moz-focus-inner {
  border: 0;
}
button > span {
  flex-direction: row-reverse;
}
button > span .icon {
  padding-left: 0.4995em;
}

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

.container {
  margin: 0 auto;
  max-width: 82.5rem;
  min-width: 20rem;
  padding: 0 0.9375rem;
}
@media (min-width: 20rem) {
  .container {
    padding: 0 calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .container {
    padding: 0 1.25rem;
  }
}

.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) - (0.3125 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row {
    margin: 0 -0.625rem;
  }
}
.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) - (0.3125 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin {
    margin: 0 -0.3125rem;
  }
}
.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) + (0.3125 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 0.3125rem;
  }
}

@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) + (0.3125 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [class*=span] {
    padding: 0 0.625rem;
  }
}
[class*=span].margin_top {
  margin-top: 3.75em;
}
[class*=span].margin_bottom {
  margin-bottom: 3.75em;
}
[class*=span].span_column {
  display: flex;
  flex-direction: column;
}
[class*=span].span_center {
  align-items: center;
}

@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: relative;
  z-index: 1;
}
header .header_wrapper {
  padding-top: 1.5em;
  padding-bottom: 3em;
  position: relative;
  min-height: 14.0625rem;
}
@media (min-width: 20rem) {
  header .header_wrapper {
    padding-top: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_wrapper {
    padding-top: 2.25em;
  }
}
@media (min-width: 20rem) {
  header .header_wrapper {
    padding-bottom: calc(3em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_wrapper {
    padding-bottom: 3.75em;
  }
}
@media (min-width: 20rem) {
  header .header_wrapper {
    min-height: calc(14.0625rem + 14.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_wrapper {
    min-height: 28.125rem;
  }
}
header .header_wrapper:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
  z-index: -1;
}
header .header_wrapper .header_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
  margin: 0 calc(50% - 50vw);
}
header .header_wrapper .header_description {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  header .header_wrapper .header_description {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_wrapper .header_description {
    margin-top: 3em;
  }
}
header .header_wrapper .header_description > .row {
  width: 100%;
}
@media (min-width: 61.875rem) {
  header .header_wrapper .header_description h1 {
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 61.875rem) and (min-width: 61.875rem) {
  header .header_wrapper .header_description h1 {
    max-width: calc(43.75rem + -8.75 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  header .header_wrapper .header_description h1 {
    max-width: 35rem;
  }
}
@media (min-width: 61.875rem) {
  .startpage header .header_wrapper .header_description h1 {
    max-width: inherit;
  }
}
header .header_wrapper .appointment_header {
  background-color: #DADEE1;
  justify-content: flex-end;
  padding: 0.375em 0;
  position: absolute;
  top: 0;
  align-items: center;
  right: 0;
  display: none;
}
@media (min-width: 61.875rem) {
  header .header_wrapper .appointment_header {
    display: flex;
  }
}
header .header_wrapper .appointment_header:before {
  background: #DADEE1;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -100vw;
  left: -100vw;
  z-index: -1;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
}
header .header_wrapper .appointment_header p {
  color: #171717;
  margin: 0;
  font-size: 1rem;
  position: relative;
  padding: 0 1.5em;
}
header .header_wrapper .appointment_header p:before {
  background: #C81623;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.25rem;
  left: 0;
  border-radius: 0.125rem;
}
header .header_wrapper .appointment_header a {
  color: #171717;
  text-decoration: underline;
}
header .header_wrapper .appointment_header a:hover {
  text-decoration: none;
}
header:after {
  content: "";
  position: absolute;
  height: 31.25rem;
  width: 31.25rem;
  bottom: -12.5rem;
  right: -18.75rem;
  margin-right: calc(-50vw + 50%);
  background: #C81623;
  z-index: -10;
  border-radius: 50%;
  filter: blur(12.5rem);
  opacity: 0.1;
  user-select: none;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform, filter;
}
@media (min-width: 20rem) {
  header:after {
    height: calc(31.25rem + 42.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header:after {
    height: 73.3125rem;
  }
}
@media (min-width: 20rem) {
  header:after {
    width: calc(31.25rem + 42.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header:after {
    width: 73.3125rem;
  }
}
@media (min-width: 20rem) {
  header:after {
    bottom: calc(-12.5rem + -6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header:after {
    bottom: -18.75rem;
  }
}
@media (min-width: 20rem) {
  header:after {
    right: calc(-18.75rem + -9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header:after {
    right: -28.125rem;
  }
}
.startpage header .header_wrapper {
  padding-top: 4.5em;
  padding-bottom: 3em;
}
@media (min-width: 20rem) {
  .startpage header .header_wrapper {
    padding-top: calc(4.5em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage header .header_wrapper {
    padding-top: 6.75em;
  }
}
@media (min-width: 20rem) {
  .startpage header .header_wrapper {
    padding-bottom: calc(3em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage header .header_wrapper {
    padding-bottom: 3.75em;
  }
}
.startpage header .text_icon_overview {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.25em;
  row-gap: 0.75em;
  margin-bottom: 0.75em;
}
.startpage header .text_icon_overview .title_icon .title {
  color: #fff;
}
.startpage header .red_line_header {
  position: relative;
  padding: 0 1.125em 0.375em 1.125em;
  margin-bottom: 3.75em;
}
.startpage header .red_line_header:before {
  background-color: #DE0010;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  border-radius: 0.125rem;
}
.startpage header .button_header_content {
  background-color: #fff;
  border-color: #fff;
  color: #171717;
  margin-bottom: 0.75em;
}
.startpage header .button_header_content .icon {
  fill: #171717;
}
.startpage header .kpt_counter_overview {
  display: flex;
  column-gap: 0.75em;
  margin-top: 3.75em;
}
@media (min-width: 20rem) {
  .startpage header .kpt_counter_overview {
    column-gap: calc(0.75em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage header .kpt_counter_overview {
    column-gap: 3.75em;
  }
}
.startpage header .kpt_counter_overview .kpt_counter_entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.startpage header .address_call_button {
  margin: 0 0.75em;
}
.startpage header .address_call_button.button {
  background-color: transparent;
  border-color: #171717;
  color: #fff;
}
.startpage header .address_call_button.button .call {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
}
@media (min-width: 20rem) {
  .startpage header .address_call_button.button .call {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage header .address_call_button.button .call {
    height: 3rem;
  }
}
.startpage header .address_call_button.button .icon {
  margin-right: 0.75em;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
}
.startpage header .address_call_button.button .text {
  text-decoration: underline;
}
.startpage header .address_call_button.button:hover .text {
  text-decoration: none;
}
.startpage header .teaser_overview {
  margin-top: 2.25em;
  margin-bottom: 0;
}
@media (min-width: 61.875rem) {
  .startpage header .teaser_overview {
    margin-top: 0;
    margin-left: 2.25em;
  }
}
.startpage header .teaser_overview .teaser {
  margin-bottom: 0.75em;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 1rem;
  border: 0.125rem solid rgba(51, 51, 51, 0.5);
  background: rgba(36, 36, 36, 0.2);
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1.640625rem);
  padding: 0.75em;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 47.5rem) {
  .startpage header .teaser_overview .teaser {
    flex-direction: row;
  }
}
.startpage header .teaser_overview .teaser .image_wrapper {
  margin-bottom: 0.75em;
}
@media (min-width: 47.5rem) {
  .startpage header .teaser_overview .teaser .image_wrapper {
    margin-bottom: 0;
  }
}
.startpage header .teaser_overview .teaser .teaser_content {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.75em;
}
@media (min-width: 47.5rem) {
  .startpage header .teaser_overview .teaser .teaser_content {
    margin-left: 0.75em;
  }
}
.startpage header .teaser_overview .teaser .teaser_content h3 {
  color: #fff;
  text-align: left;
}
.startpage header .teaser_overview .teaser .teaser_content p {
  text-align: left;
}
.startpage header .teaser_overview .teaser .teaser_content .icon {
  margin-bottom: 0;
}

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

.header_background {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}

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

.header_top_wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
}
.header_top_wrapper .header_top_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125em 0;
  position: relative;
}
.header_top_wrapper .header_top_content:before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
.header_top_wrapper .language_select {
  display: none;
}
@media (min-width: 35rem) {
  .header_top_wrapper .language_select {
    display: flex;
  }
}
.header_top_wrapper .header_buttons {
  display: flex;
  column-gap: 0.75em;
}
.header_top_wrapper .header_buttons .header_button {
  border-radius: 6.1875rem;
  display: none;
  align-items: center;
  justify-content: center;
  background: #171717;
  border-color: #171717;
  padding: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  transition: background 300ms, border-color 300ms;
}
@media (min-width: 35rem) {
  .header_top_wrapper .header_buttons .header_button {
    display: flex;
  }
}
.header_top_wrapper .header_buttons .header_button.video_button, .header_top_wrapper .header_buttons .header_button.call, .header_top_wrapper .header_buttons .header_button.toggle_search_box {
  display: none;
}
@media (min-width: 61.875rem) {
  .header_top_wrapper .header_buttons .header_button.video_button, .header_top_wrapper .header_buttons .header_button.call, .header_top_wrapper .header_buttons .header_button.toggle_search_box {
    display: flex;
  }
}
.header_top_wrapper .header_buttons .header_button .icon {
  fill: #fff;
  display: flex;
}
.header_top_wrapper .header_buttons .header_button:hover {
  background: #C81623;
  border-color: #C81623;
}

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

.info_box {
  background-color: #DADEE1;
  border-radius: 0.75rem;
  padding: 0.9375rem;
}
@media (min-width: 20rem) {
  .info_box {
    padding: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .info_box {
    padding: 1.875rem;
  }
}
.info_box .box_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
.info_box .box_top .headline_wrapper .title {
  padding-top: 0;
  margin-bottom: 0;
}
.info_box .box_top .headline_wrapper .sub_title {
  font-size: 1rem;
  margin-bottom: 0;
}
.info_box .image {
  display: flex;
  justify-content: center;
  margin: 0.75em 0;
}
.info_box .badge {
  background-color: #C81623;
  border-radius: 1rem;
  padding: 0.3125rem 0.75rem 0.0625rem;
}
.info_box .badge p.badge_text {
  font-size: 1rem;
  margin-bottom: 0;
  color: #fff;
}
.info_box .list {
  margin-top: 1.5em;
}
@media (min-width: 47.5rem) {
  .info_box .list .list_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.info_box .list .list_content .title_icon {
  justify-content: flex-start;
}
.info_box .list .list_content .title_icon .icon {
  fill: #C81623;
}
.info_box .btn {
  margin-top: 1.5em;
  width: 100%;
}
.info_box.centered_text .content {
  text-align: center;
}
.info_box.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 75rem) {
  .info_box.centered {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media (min-width: 75rem) and (min-width: 75rem) {
  .info_box.centered {
    padding-left: calc(6.25rem + 11.875 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .info_box.centered {
    padding-left: 18.125rem;
  }
}
@media (min-width: 75rem) and (min-width: 75rem) {
  .info_box.centered {
    padding-right: calc(6.25rem + 11.875 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .info_box.centered {
    padding-right: 18.125rem;
  }
}
.info_box.centered .title,
.info_box.centered .content {
  text-align: center;
}
.info_box.centered .btn {
  width: auto;
}

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

.infobanner_dialog_wrapper dialog {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0.75rem #B0B0B0;
  width: 95vw;
  min-width: 20rem;
  max-width: 82.5rem;
  max-height: 75vh;
  min-height: 50vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0;
}
.infobanner_dialog_wrapper dialog::backdrop {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  cursor: pointer;
}
.infobanner_dialog_wrapper dialog .infobanner_dialog_close {
  position: sticky;
  top: 0;
}
.infobanner_dialog_wrapper dialog .infobanner_dialog_close .close {
  padding: 0.5rem;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  position: absolute;
  right: 0;
  top: 0;
}
.infobanner_dialog_wrapper dialog .infobanner_dialog_close .close .icon {
  display: block;
  fill: #C81623;
  transition: fill 300ms;
  height: 1.5625rem;
  width: 1.5625rem;
}
.infobanner_dialog_wrapper dialog .infobanner_dialog_close .close .icon:hover {
  fill: #171717;
}
.infobanner_dialog_wrapper dialog .infobanner_dialog_content {
  width: 100%;
  height: 100%;
  padding: 3em;
}
.infobanner_dialog_wrapper dialog .infobanner_dialog_content p {
  color: #171717;
}

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

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

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

.checklist_entry {
  border-top: 0.125rem solid #3a3a3a;
  margin-bottom: 0.75em;
  padding-top: 0.75em;
}
.checklist_entry:first-child {
  border-top: 0;
  padding-top: 0;
}

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

.infolist_download {
  align-items: baseline;
  color: #B0B0B0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 3em;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
  background-color: #242424;
  gap: 1.25rem;
}
.infolist_download .infolist_title {
  font-weight: 600;
}
.infolist_download p {
  margin: 0;
  color: #fff;
}

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

.img_container.infolist_graphic_meine_steuern_graphic_large {
  display: none;
  margin: 3em auto;
  width: 37.5rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_meine_steuern_graphic_large {
    display: block;
  }
}
.img_container.infolist_graphic_meine_steuern_graphic_small {
  margin: 3em auto;
  width: 15.625rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_meine_steuern_graphic_small {
    display: none;
  }
}

.meine_steuern_text {
  fill: #B0B0B0;
  font-family: "Marblis", sans-serif;
}

.meine_steuern_arrows {
  fill: #C81623;
}

.meine_steuern_icon {
  fill: #B0B0B0;
}

.infolist_graphic_meine_steuern_graphic_large svg stop:nth-child(1) {
  stop-color: #5e5e5e;
}
.infolist_graphic_meine_steuern_graphic_large svg stop:nth-child(2) {
  stop-color: #2B2B2B;
}

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

.infolist_overview .title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infolist_overview .title_wrapper p,
.infolist_overview .title_wrapper h2 {
  text-align: center;
}
.infolist_overview > .row {
  margin: 1.125em 0;
}
.infolist_overview .entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 0.125rem solid #fff;
  flex-grow: 1;
  margin-bottom: 1.5em;
  text-decoration: none;
  transition: background-color 300ms;
  position: relative;
}
@media (min-width: 20rem) {
  .infolist_overview .entry {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_overview .entry {
    padding: 2.5rem;
  }
}
.infolist_overview .entry:hover {
  background-color: #fff;
  transition: background-color 300ms;
}
.infolist_overview .entry .icon_wrapper {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.infolist_overview .entry .icon_wrapper .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #B0B0B0;
  display: block;
}
.infolist_overview .entry p,
.infolist_overview .entry .title {
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}

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

.infolist_top_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  padding: 0.75em 0;
  margin: 1.5em 0;
  background-color: #242424;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  gap: 0.625rem;
  text-decoration: none;
  font-size: 1rem;
  flex-direction: row;
  align-items: center;
}
.infolist_top_link a .text {
  padding-top: 0.3125rem;
}
.infolist_top_link a:hover {
  text-decoration: underline;
}
.infolist_top_link .icon {
  display: block;
  fill: #C81623;
  height: 1.25rem;
  transform: rotate(-90deg);
  width: 1.25rem;
}

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

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

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

.infolist_graphic_u_online_graphic_large {
  display: none;
}

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

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

.u_online_company_logo {
  fill: #B0B0B0;
}

.u_online_warning_icon {
  fill: #B0B0B0;
  transition: 300ms;
}

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

.u_online_icon {
  fill: #C81623;
  transition: 300ms;
}

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

.u_online_lines {
  fill: #C81623;
}

/* 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: #C81623;
  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(200, 22, 35, 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: #DADEE1;
  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)) {
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle cx="7" cy="4" r="3" fill="%23fff"/></svg>');
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.infolist_text_list_style:not(:has(div > ul)) > .infolist_text {
  display: list-item;
  padding-left: 0.375em;
}

@supports (-moz-appearance: none) {
  .infolist_text_list_style {
    list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle cx="7" cy="4" r="3" fill="%23fff"/></svg>');
    margin: 0 0 0.75em;
    padding-left: 1.125em;
  }
  .infolist_text_list_style > .infolist_text {
    display: list-item;
    padding-left: 0.375em;
  }
}
.infolist_accordion_style .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
  background: #242424;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.75em;
  user-select: none;
  transition: all 300ms;
  padding-top: 1.125em;
  border-radius: 0.75rem;
}
.infolist_accordion_style .infolist_text > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #C81623;
  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:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h2 {
  background: #0b0b0b;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.25rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .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(200, 22, 35, 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 + 0.3125 * (100vw - 20rem) / (73.75)), env(safe-area-inset-left))";
      padding-right: "max(calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75)), env(safe-area-inset-right))";
    }
  }
}

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

.job_benefit_overview .icon {
  display: block;
  height: 6.25rem;
  width: 6.25rem;
}
.job_benefit_overview .title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}
.job_benefit_overview .title_wrapper p,
.job_benefit_overview .title_wrapper h2 {
  text-align: center;
}
.job_benefit_overview .title_wrapper .title_icon {
  justify-content: center;
}
.job_benefit_overview .entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(218, 222, 225, 0.8);
  border-radius: 1rem;
  border: 0.125rem solid #fff;
  padding: 1.8em;
  flex-grow: 1;
  margin-bottom: 1.5em;
}
.job_benefit_overview .entry .icon {
  fill: #C81623;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry .icon {
    width: calc(1.875rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry .icon {
    width: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry .icon {
    height: calc(1.875rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry .icon {
    height: 3.75rem;
  }
}
.job_benefit_overview .entry .title,
.job_benefit_overview .entry p {
  text-align: center;
}

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

.job_entry .job_entry_more_jobs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.job_entry .job_entry_more_jobs .title,
.job_entry .job_entry_more_jobs .description p {
  text-align: center;
}
.job_entry .job_entry_more_jobs .list {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #DADEE1;
  border-radius: 0.75rem;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  display: flex;
}
@media (min-width: 20rem) {
  .job_entry .job_entry_more_jobs .list {
    margin-top: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_entry .job_entry_more_jobs .list {
    margin-top: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .job_entry .job_entry_more_jobs .list {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_entry .job_entry_more_jobs .list {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .job_entry .job_entry_more_jobs .list {
    padding: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_entry .job_entry_more_jobs .list {
    padding: 1.875rem;
  }
}
@media (min-width: 47.5rem) {
  .job_entry .job_entry_more_jobs .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.625rem;
    row-gap: 1.875rem;
  }
}
.job_entry .job_entry_more_jobs .list .list_item {
  display: flex;
}
.job_entry .job_entry_more_jobs .list .list_item:hover a, .job_entry .job_entry_more_jobs .list .list_item:focus a {
  transition: 300ms;
}
.job_entry .job_entry_more_jobs .list .list_item:hover a .text, .job_entry .job_entry_more_jobs .list .list_item:focus a .text {
  color: #fff;
}
.job_entry .job_entry_more_jobs .list .list_item:hover a:after, .job_entry .job_entry_more_jobs .list .list_item:focus a:after {
  width: 100%;
  transition: 300ms;
  border-radius: 0.75rem;
}
.job_entry .job_entry_more_jobs .list a {
  padding: 0.625rem 0.9375rem 0.1875rem 0.9375rem;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.job_entry .job_entry_more_jobs .list a .text {
  color: #171717;
  z-index: 2;
  position: relative;
}
.job_entry .job_entry_more_jobs .list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #C81623;
  z-index: -1;
  width: 0.25rem;
  border-radius: 0.125rem;
  transition: 300ms;
}
.job_entry .job_entry_more_jobs .list a:hover, .job_entry .job_entry_more_jobs .list a:focus {
  transition: 300ms;
}
.job_entry .job_entry_more_jobs .list a:hover .text, .job_entry .job_entry_more_jobs .list a:focus .text {
  color: #fff;
}
.job_entry .job_entry_more_jobs .list a:hover:after, .job_entry .job_entry_more_jobs .list a:focus:after {
  width: 100%;
  transition: 300ms;
  border-radius: 0.75rem;
}

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

.job_overview {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  justify-content: center;
  margin: 1.5em 0;
}
@media (min-width: 61.875rem) {
  .job_overview {
    margin: 0;
  }
}
.job_overview .entry .title {
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
  padding-top: 0.3125rem;
  text-decoration: none;
  color: #171717;
}
.job_overview .entry .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #C81623;
  z-index: -1;
  width: 0.25rem;
  border-radius: 0.125rem;
  transition: 300ms;
}
.job_overview .entry:hover h3.title, .job_overview .entry:focus h3.title {
  color: #fff;
  transition: 300ms;
}
.job_overview .entry:hover h3.title:after, .job_overview .entry:focus h3.title:after {
  width: 100%;
  transition: 300ms;
  border-radius: 0.75rem;
}

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

.counter_overview {
  margin-bottom: 1.5em;
}

.kpt_counter_entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kpt_counter_entry .description {
  font-weight: 400;
  text-align: center;
  letter-spacing: calc((1rem + 0 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .description {
    letter-spacing: calc(1rem * 0);
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry .description {
    font-size: calc(1rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .description {
    font-size: 1rem;
  }
}
.kpt_counter_entry .number_addition_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kpt_counter_entry .number_addition_wrapper .number_addition {
  letter-spacing: calc((1.25rem + 0.3125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  color: #C81623;
  line-height: 1;
  font-weight: 600;
  font-family: "Marblis", sans-serif;
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_addition_wrapper .number_addition {
    letter-spacing: calc(1.5625rem * 0);
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry .number_addition_wrapper .number_addition {
    font-size: calc(1.25rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_addition_wrapper .number_addition {
    font-size: 1.5625rem;
  }
}
.kpt_counter_entry .number_wrapper {
  color: #C81623;
  display: block;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-align: center;
  font-family: "Marblis", sans-serif;
  letter-spacing: calc((1.25rem + 0.3125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    letter-spacing: calc(1.5625rem * 0);
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: calc(1.25rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: 1.5625rem;
  }
}
.kpt_counter_entry .number_wrapper .number {
  position: absolute;
}
.kpt_counter_entry .number_wrapper .number.number_fix {
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.tilted_counter_overview .kpt_counter_entry {
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2.25em;
  position: relative;
  z-index: 10;
}
.tilted_counter_overview .kpt_counter_entry:after {
  background-color: #DADEE1;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.tilted_counter_overview .kpt_counter_entry .description {
  align-self: center;
  color: #B0B0B0;
  margin-bottom: 0;
  padding: 0.5rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.tilted_counter_overview .kpt_counter_entry .number_wrapper {
  flex-shrink: 0;
  padding: 0 0.5rem;
  transform-origin: 0 100%;
  transform: translateY(-35%) translateX(-0.8333333333rem) rotateZ(-12deg);
  letter-spacing: calc((1.25rem + 0.3125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
}
@media (min-width: 93.75rem) {
  .tilted_counter_overview .kpt_counter_entry .number_wrapper {
    letter-spacing: calc(1.5625rem * 0);
  }
}
@media (min-width: 20rem) {
  .tilted_counter_overview .kpt_counter_entry .number_wrapper {
    font-size: calc(1.25rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .tilted_counter_overview .kpt_counter_entry .number_wrapper {
    font-size: 1.5625rem;
  }
}

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

.kpt_figure {
  margin: 0;
  position: relative;
  width: 100%;
}
.kpt_figure .text {
  z-index: 20;
  margin-top: 1.5em;
}
.kpt_figure figure {
  margin: 0;
  position: relative;
  width: 100%;
}
.kpt_figure figure img {
  width: 100%;
}
.kpt_figure.round img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.kpt_figure.margin_bottom {
  margin-bottom: 2.25em;
}
.kpt_figure.border_round img {
  border-radius: 1rem;
}
.kpt_figure.text_inside .text {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin-top: 0;
  padding: 1.5em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.kpt_figure.text_inside .text * {
  color: #fff;
  margin: 0;
}
.kpt_figure.overlay figure::before {
  background: #C81623;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.kpt_figure.overlay.text_inside .text * {
  color: #fff;
}

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

.section {
  position: relative;
}

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

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

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

.language_select {
  align-items: center;
}
.language_select a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 0.3125rem;
  color: #171717;
  font-size: 1rem;
  text-decoration: none;
}
.language_select a.active {
  color: #171717;
  display: none;
}
.language_select a:hover {
  text-decoration: underline;
}
.language_select .icon {
  display: block;
  fill: #171717;
  transition: fill 300ms;
  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 {
  position: relative;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  main {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main {
    padding-top: 6em;
  }
}
.startpage main {
  padding-top: 0;
}

.text_centered {
  text-align: center;
}
.text_centered p,
.text_centered h2 {
  text-align: center;
}

.margin_bottom_medium {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .margin_bottom_medium {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .margin_bottom_medium {
    margin-bottom: 3em;
  }
}

.margin_top_medium {
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .margin_top_medium {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .margin_top_medium {
    margin-top: 3em;
  }
}

.padding_bottom_main {
  padding-bottom: 3em;
}
@media (min-width: 20rem) {
  .padding_bottom_main {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .padding_bottom_main {
    padding-bottom: 6em;
  }
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 20rem) {
  .section {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section {
    padding-top: 6em;
  }
}
@media (min-width: 20rem) {
  .section {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section {
    padding-bottom: 6em;
  }
}
.section.no_padding_bottom {
  padding-bottom: 0;
}
.section.no_padding_top {
  padding-top: 0;
}
.section.section_light {
  position: relative;
}
.section.section_light:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
}
.section.section_light *:not(button):not(.button):not(.button *):not(.badge):not(.badge_text):not(input):not(.file_button .text):not(.job_overview .title):not(.job_entry_more_jobs .list_item .text):not(.team_entry .info p, a):not(.team_entry .info .headline_wrapper *) {
  color: #171717;
}
.section.section_light .steuernews_keywords a {
  color: #171717;
}
.section.section_light .input,
.section.section_light .select,
.section.section_light select,
.section.section_light .indicator,
.section.section_light .textarea,
.section.section_light .file .file_name {
  background-color: #DADEE1;
  border-color: #DADEE1;
  color: #171717;
}
.section.section_light .input .icon,
.section.section_light .select .icon,
.section.section_light select .icon,
.section.section_light .indicator .icon,
.section.section_light .textarea .icon,
.section.section_light .file .file_name .icon {
  fill: #171717;
}
.section.section_light .file .file_button > span span.text {
  color: #fff;
}
.section.section_light .title_icon p.title {
  color: #C81623;
}
.section.section_light .text_icon_overview .title_icon .title {
  color: #171717;
}
.section.section_light ul {
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle cx="7" cy="4" r="3" fill="%23171717"/></svg>');
}
.section.section_dark {
  position: relative;
}
.section.section_dark:before {
  background: #242424;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
}
.section.section_bg_image {
  position: relative;
}
.section.section_bg_image:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
}
.section.section_bg_image:before {
  background: url("../../common/images/sunrise_bg.jpg") no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(-50vw + 50%);
  width: 100vw;
  z-index: -1;
}
.section.section_medium {
  position: relative;
}
.section.section_medium:before {
  background: #DADEE1;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
}
.section.section_medium *:not(button):not(.button):not(.button *) {
  color: #171717;
}
.section.section_medium select {
  color: #fff;
}
.section.section_medium select option {
  color: #fff;
}
.section.section_medium .button:not(.white_button) .text {
  color: #fff;
}
.section.section_medium .absolute_image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin-right: calc(-50vw + 50%);
  width: 21.875rem;
}
@media (min-width: 75rem) {
  .section.section_medium .absolute_image {
    width: calc(21.875rem + 9.375 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 93.75rem) {
  .section.section_medium .absolute_image {
    width: 31.25rem;
  }
}
.section.section_medium .absolute_image.hide_small {
  display: none;
}
@media (min-width: 47.5rem) {
  .section.section_medium .absolute_image.hide_small {
    display: block;
  }
}

.no_margin_bottom {
  margin-bottom: 0 !important;
}

.bmc_site .header_description h1 {
  max-width: 70rem !important;
}

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

.newsletter_form {
  background-color: #DADEE1;
  border-radius: 1rem;
  padding: 2.25em;
  margin: 3em 0;
}
.newsletter_form *:not(button):not(.button):not(.button *) {
  color: #171717;
}
.newsletter_form .input,
.newsletter_form .select,
.newsletter_form select,
.newsletter_form .indicator {
  background-color: #fff;
  border-color: #fff;
  color: #171717;
}
.newsletter_form .input .icon,
.newsletter_form .select .icon,
.newsletter_form select .icon,
.newsletter_form .indicator .icon {
  fill: #171717;
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
  margin: 0 0.75em;
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  font-size: 112.5%;
  font-weight: 400;
  height: 3rem;
  position: relative;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
  user-select: none;
  z-index: 10;
  display: inline-flex;
  padding: 0.375em 1.5em 0.375em 1.125em;
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn .icon {
  height: 1.25rem;
  margin-right: 0.75em;
  position: relative;
  width: 1.5625rem;
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  border-radius: 6.1875rem;
  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 .text {
  padding: 0;
  font-size: 1rem;
  font-family: "Marblis", sans-serif;
  padding-top: 0.3125rem;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_2 {
  transform: translateY(-50%) scaleX(0);
}
.toggle_offcanvas_menu .open_btn.open .icon .line_3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .sr_open {
  display: none;
}
.toggle_offcanvas_menu .open_btn.open .sr_close {
  display: block;
}

.offcanvas_menu {
  display: flex;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 10000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(176, 176, 176, 0.5);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding: 0.75em 1.875em;
  min-height: 100%;
  background-color: #171717;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 15.625rem;
  position: absolute;
  right: 0;
  transform-origin: right;
  transform: translate(100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 30vw;
    min-width: 21.875rem;
  }
}
.offcanvas_menu .menu_wrapper .button_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.25em;
  column-gap: 0.75em;
  row-gap: 0.75em;
  flex-wrap: wrap;
}
.offcanvas_menu .menu_wrapper .button_wrapper .language_select {
  margin: 0 0.375em;
}
.offcanvas_menu .menu_wrapper .button_wrapper .language_select a {
  color: #fff;
}
.offcanvas_menu .menu_wrapper .button_wrapper .language_select .icon {
  fill: #fff;
}
.offcanvas_menu .menu_wrapper .button_wrapper .header_button {
  background-color: #DE0010;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 6.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  color: #fff;
  font-size: 1rem;
  border-color: #DE0010;
}
.offcanvas_menu .menu_wrapper .button_wrapper .header_button .icon {
  display: flex;
  fill: #fff;
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  margin-bottom: 0.75em;
  display: inline-flex;
}
.offcanvas_menu .close_btn .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  margin-right: 0.75em;
  position: relative;
}
.offcanvas_menu .close_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .line_2 {
  top: 50%;
  transition: bottom 300ms, transform 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  display: flex;
  flex-direction: row;
  color: #B0B0B0;
  font-size: 112.5%;
  font-weight: 600;
  line-height: 2.625rem;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul > li > a .icon {
  display: inline-block;
  fill: #B0B0B0;
  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 {
  color: #DE0010;
}
.offcanvas_menu .navigation > ul > li > a:hover {
  color: #fff;
}
.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 .icon svg {
  transform: rotate(90deg);
}
.offcanvas_menu .navigation > ul ul a {
  color: #B0B0B0;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
}
.offcanvas_menu .navigation > ul ul a.active {
  color: #DE0010;
}
.offcanvas_menu .navigation > ul ul a .icon {
  display: inline-block;
  fill: #B0B0B0;
  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 .onlinetools_v2_entry,
.onlinetool_v2_overview .onlinetools_v2_entry,
.onlineforms_popup_overview .onlinetools_v2_entry {
  flex-grow: 1;
  display: flex;
}
.onlinetools_popup_overview .entry,
.onlinetool_v2_overview .entry,
.onlineforms_popup_overview .entry {
  margin: 0 0 1.125em;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: #fff;
  text-decoration: none;
  flex-grow: 1;
}
@media (min-width: 20rem) {
  .onlinetools_popup_overview .entry,
.onlinetool_v2_overview .entry,
.onlineforms_popup_overview .entry {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlinetools_popup_overview .entry,
.onlinetool_v2_overview .entry,
.onlineforms_popup_overview .entry {
    padding: 2.5rem;
  }
}
.onlinetools_popup_overview .entry .text,
.onlinetool_v2_overview .entry .text,
.onlineforms_popup_overview .entry .text {
  margin-bottom: 0;
}
.onlinetools_popup_overview .entry .title,
.onlinetool_v2_overview .entry .title,
.onlineforms_popup_overview .entry .title {
  color: #171717;
  text-decoration: none;
  padding-top: 0;
}
.onlinetools_popup_overview .description,
.onlinetool_v2_overview .description,
.onlineforms_popup_overview .description {
  display: block;
  margin-bottom: 0.75em;
}
.onlinetools_popup_overview .touch_link .title,
.onlinetool_v2_overview .touch_link .title,
.onlineforms_popup_overview .touch_link .title {
  margin: 0 0 0.375em;
  padding: 0;
}

.onlinetools_popup_overview.dark_view .entry {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}
.onlinetools_popup_overview.dark_view .entry .title {
  color: #fff;
}

.popup_overlay,
.popup_overlay_v2 {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(176, 176, 176, 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: #C81623;
  border-radius: 0.75rem 0.75rem 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4275em;
  text-align: center;
  height: 2.625rem;
  width: 2.625rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 3rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 3rem;
  }
}
.popup_close svg {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

.popup_content {
  height: 100%;
  margin: 0 auto;
  max-width: 82.5rem;
  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.625rem;
}
@media (min-width: 20rem) {
  .popup_content .content {
    top: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 3rem;
  }
}

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

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

.open_street_map .map {
  height: 12.5rem;
  background-color: #DADEE1;
  cursor: move;
  position: relative;
  width: 100%;
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(12.5rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 21.875rem;
  }
}
.open_street_map .disclaimer {
  border-radius: 0 0 0.75rem 0.75rem;
  margin: 0;
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(218, 222, 225, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.5em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    margin: 0 1.5em 0 0;
    max-width: 40.625rem;
  }
  .open_street_map .plan_route .saddr input {
    margin-bottom: 0;
  }
}
.open_street_map .plan_route .select_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.75em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.5em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper .select {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .button_wrapper button {
    margin-bottom: 0;
  }
}
.open_street_map .ol-viewport {
  touch-action: pan-y !important;
}
.open_street_map .ol-overlaycontainer-stopevent button {
  align-items: center;
  background: #C81623;
  border: 0.125rem solid #C81623;
  border-radius: 0.75rem;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  height: 2.625rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.625rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #171717;
  border: 0.125rem solid #fff;
  box-shadow: 0 0 0 0.1875rem rgba(200, 22, 35, 0.2);
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #171717;
  border: 0.125rem solid #fff;
  color: #fff;
}
.open_street_map .ol-overlaycontainer-stopevent button.disabled {
  cursor: default;
  opacity: 0.6;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  position: absolute;
  right: 0.3125rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.25rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 2.875rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

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

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

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

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

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

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

hr {
  width: 100%;
  border-radius: 50%;
}

main {
  display: block;
}

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

body {
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #2B2B2B;
  color: #B0B0B0;
  font-family: "Marblis", 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.25rem * 0);
  }
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body {
    font-size: 1.25rem;
  }
}
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.375rem + 1.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  color: #fff;
  font-family: "Marblis", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.495em;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(3rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(1.375rem + 1.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 3rem;
  }
}

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

h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
  letter-spacing: calc((1.125rem + 0.375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #fff;
  font-family: "Marblis", 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(1.125rem + 0.375 * (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((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #fff;
  font-family: "Marblis", 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(1rem + 0.25 * (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((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #fff;
  font-family: "Marblis", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: 1.25rem;
  }
}

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: #B0B0B0;
  font-family: "Marblis", 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.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #B0B0B0;
  font-family: "Marblis", 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.25rem * 0);
  }
}
@media (min-width: 20rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: 1.25rem;
  }
}

a {
  color: #B0B0B0;
  text-decoration: underline;
  transition: color 300ms;
}
a:active, a.active {
  color: #B0B0B0;
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem solid #B0B0B0;
  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: #B0B0B0;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #C81623;
  display: inline-block;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #B0B0B0;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.125rem solid rgba(176, 176, 176, 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.125rem solid #3a3a3a;
  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.125rem solid #3a3a3a;
  padding: 0.4995em;
  transition: background 300ms;
  vertical-align: top;
}

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

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: #C81623;
  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: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle cx="7" cy="4" r="3" fill="%23fff"/></svg>');
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
ul > li {
  padding-left: 0.375em;
}
ul ol, ul ul {
  margin: 0;
}

.defined_list dl {
  border-bottom: 0.125rem solid #3a3a3a;
  margin: 0.75em 0;
}
@media (min-width: 35rem) {
  .defined_list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.defined_list dt {
  border-top: 0.125rem solid #3a3a3a;
  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.125rem solid #3a3a3a;
    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 !important;
  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;
}

.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.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .ot_ui {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui {
    font-size: 1.25rem;
  }
}
.ot_ui *:not(button):not(.button):not(.button *) {
  color: #171717 !important;
}
.ot_ui .input,
.ot_ui .select,
.ot_ui select,
.ot_ui .textarea {
  background: #fff !important;
}
.ot_ui select {
  border: 0;
}
.ot_ui .ot_input_units .unit {
  background: #fff !important;
}
.ot_ui .control .indicator {
  background: #fff !important;
}

.ot_ui .ot_input_button_radio_group input[type=radio]:checked + label {
  color: #fff !important;
}

.ot_ui .ot_result.active .ot_result_desktop .ot_table_row {
  color: #fff !important;
}
.ot_ui .ot_result.active .ot_result_desktop .ot_table_row > span[role=columnheader] > span {
  color: #fff !important;
}

.ot_ui .content > div .ot_container .ot_disclaimer,
.ot_ui .content > div .ot_container .ot_up_and_download_json,
.ot_ui .content > div .ot_container .ot_import_export_state {
  background-color: #DADEE1 !important;
}

.ot_ui .content > div .ot_container .input_result_container .ot_input_date_wrapper,
.ot_ui .content > div .ot_container .input_result_container .ot_input_time_wrapper {
  background-color: transparent !important;
}

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

:root {
  --ot-main-color: #C81623;
  --ot-secondary-color: #C81623;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #e82937;
  --ot-rgba-main-01: rgba(200, 22, 35, 0.1);
  --ot-rgba-main-02: rgba(200, 22, 35, 0.2);
  --ot-rgba-main-05: rgba(200, 22, 35, 0.5);
  --ot-rgba-main-08: rgba(200, 22, 35, 0.8);
  --ot-rgba-secondary-01: rgba(200, 22, 35, 0.1);
  --ot-rgba-secondary-02: rgba(200, 22, 35, 0.2);
  --ot-lighten-main-30: #f2858d;
  --ot-main-color-darken-40: #100203;
  --ot-button-color: #C81623;
  --ot-button-active-color: #9a111b;
  --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: 82.5rem;
  --ot-column-margin-min: 0.9375rem;
  --ot-column-margin-max: 1.25rem;
  --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.125rem;
  --ot-border-radius: 0.75rem;
  --ot-button-height-min: 2.625rem;
  --ot-button-height-max: 3rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #2B2B2B;
  --ot-text-color-light: #fff;
  --ot-text-color: #B0B0B0;
  --ot-bg-color: #DADEE1;
  --ot-border-color: #3a3a3a;
  --ot-okay-color: #28A745;
  --ot-okay-bg-color: #92e5a5;
  --ot-error-text-color: #DE0010;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #C81623;
  --ot-popup-overlay-color: rgba(176, 176, 176, 0.5);
  --ot-shadow-color: rgba(0, 0, 0, 0.2);
  --ot-font-family-headline: Marblis, sans-serif;
  --ot-font-family: Marblis, sans-serif;
  --ot-font-size-max: 1.25rem;
  --ot-font-size-min: 1rem;
  --ot-font-weight-strong: 600;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 3rem;
  --ot-font-size-h1-min: 1.375rem;
  --ot-font-weight-h1: 600;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.35;
  --ot-text-color-h1: #fff;
  --ot-font-size-h2-max: 2.25rem;
  --ot-font-size-h2-min: 1.25rem;
  --ot-font-weight-h2: 600;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.35;
  --ot-text-color-h2: #fff;
  --ot-font-size-h3-max: 1.5rem;
  --ot-font-size-h3-min: 1.125rem;
  --ot-font-weight-h3: 600;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.35;
  --ot-text-color-h3: #fff;
  --ot-font-size-h4-max: 1.25rem;
  --ot-font-size-h4-min: 1rem;
  --ot-font-weight-h4: 600;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.35;
  --ot-text-color-h4: #fff;
  --ot-font-size-h5-max: 1.25rem;
  --ot-font-size-h5-min: 1rem;
  --ot-font-weight-h5: 400;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.35;
  --ot-text-color-h5: #fff;
  --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: #B0B0B0;
  --ot-font-size-legend-max: 1.5rem;
  --ot-font-size-legend-min: 1.125rem;
  --ot-font-weight-legend: 600;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.35;
  --ot-text-color-legend: #fff;
  --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.125rem;
  --ot-input-bg-color: #2B2B2B;
  --ot-input-border-color: #3a3a3a;
  --ot-input-text-color: #B0B0B0;
  --ot-input-focus-bg-color: #2B2B2B;
  --ot-input-focus-border-color: #C81623;
  --ot-input-focus-text-color: #B0B0B0;
  --ot-button-bg-color: #C81623;
  --ot-button-border-color: #C81623;
  --ot-button-text-color: #fff;
  --ot-button-hover-bg-color: #171717;
  --ot-button-hover-border-color: #fff;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #171717;
  --ot-button-focus-border-color: #fff;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #8c0f19;
  --ot-button-active-border-color: #8c0f19;
  --ot-button-active-text-color: #fff;
  --ot-button-disabled-bg-color: #171717;
  --ot-button-disabled-border-color: #2B2B2B;
  --ot-button-disabled-text-color: #2B2B2B;
}

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

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader_rotate 900ms linear infinite;
  display: block;
  fill: #3a3a3a;
  height: 3rem;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: 300ms;
  visibility: visible;
  width: 3rem;
}
.preloader .icon_spin.hide {
  opacity: 0;
  visibility: hidden;
}

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0.75rem 0.75rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #C81623;
  border: 0.125rem solid #C81623;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.625rem;
  width: 2.625rem;
}
form[role=search] button.transparent_button {
  background: transparent;
  border: #fff 0.125rem solid;
  color: #fff;
}
form[role=search] button.transparent_button:hover {
  background: #fff;
  color: #C81623;
}
form[role=search] button.transparent_button:hover .icon {
  fill: #C81623;
}
form[role=search] button.white_button {
  background: #fff;
  border: #171717 0.125rem solid;
  color: #171717;
}
form[role=search] button.white_button .icon {
  fill: #171717;
}
form[role=search] button.white_button:hover, form[role=search] button.white_button:focus-visible {
  background: #DE0010;
  color: #fff;
}
form[role=search] button.white_button:hover .icon, form[role=search] button.white_button:focus-visible .icon {
  fill: #fff;
}
form[role=search] button.icon_left > span {
  flex-direction: row-reverse;
}
form[role=search] button.icon_left > span .icon {
  padding-left: 0;
  padding-right: 0.4995em;
}
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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.75rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.125rem;
  transition: fill 300ms;
  width: 1.125rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 1.5rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    width: calc(1.125rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    width: 1.5rem;
  }
}
form[role=search] button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-size: 1rem;
  padding-bottom: 0;
}
form[role=search] button .text + .icon {
  padding-left: 0.4995em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3rem;
  }
}
form[role=search] button > span {
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.75rem;
  }
}
form[role=search] button[disabled] {
  background-color: #171717;
  border-color: #2B2B2B;
  color: #2B2B2B;
}
form[role=search] button[disabled] .icon {
  fill: #B0B0B0;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 22, 35, 0.2);
  position: relative;
  z-index: 10;
  background: #171717;
  border-color: #fff;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 2.75rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #2B2B2B;
  border: 0.125rem solid #3a3a3a;
  border-radius: 0.75rem 0 0 0.75rem;
  box-shadow: 0 0 0 #3a3a3a inset;
  color: #B0B0B0;
  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.625rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3rem;
  }
}
input[type=search]:focus {
  background: #2B2B2B;
  border-color: #C81623;
  box-shadow: 0 0 0.1875rem #C81623 inset, 0 0 0 0.1875rem rgba(200, 22, 35, 0.2);
  color: #B0B0B0;
  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.625rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.375em 0.375em 0.375em 0;
  background: #8c0f19;
  white-space: nowrap;
  color: #fff;
  border-radius: 0.75rem;
}
.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: #C81623;
  color: #fff;
  transition: all 300ms;
}
.search .count + .pages a[href]:hover {
  background: #171717;
  color: #fff;
}

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

.toggle_search_box {
  position: relative;
}
.toggle_search_box label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.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: 9999999;
}
.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(176, 176, 176, 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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: 2.75rem;
  }
}
.search_box .close_search_box_wrapper .close_search_box:hover, .search_box .close_search_box_wrapper .close_search_box:focus {
  background: #171717;
  border-color: #fff;
  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: #2B2B2B;
  border: 0.625rem solid #2B2B2B;
  border-radius: 0.75rem;
  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.625rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3rem;
  }
}
.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 ~ .search_box form[role=search] .icon, .search_box_state:target ~ .search_box form[role=search] .icon {
  padding: 0;
}
.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/sitemap.scss */

.sitemap .sitemap_entry {
  padding: 3em;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
  background-color: #242424;
  margin-bottom: 1.5em;
  flex-grow: 1;
}
.sitemap .sitemap_entry > h2 {
  padding-top: 0;
  text-decoration: none;
  color: #fff;
}
.sitemap .sitemap_entry > h2 a {
  text-decoration: none;
  color: #fff;
}
.sitemap .sitemap_entry a {
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}

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

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

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

.social_media_share {
  position: relative;
  padding: 0.375em 0;
}
.social_media_share::after {
  content: "";
  display: block;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
}
.social_media_share ul {
  display: flex;
  margin: 1.75rem 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
}
.social_media_share li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.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;
  color: #171717;
  font-size: 1rem;
  padding-top: 0.3125rem;
}
.social_media_share li.print .icon {
  fill: #171717;
  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 */

.startpage .steuernews_preview {
  display: flex;
  flex-grow: 1;
  margin-top: 1.875em;
}
.steuernews_preview .entry {
  flex-grow: 1;
  display: flex;
  margin-top: 1.875em;
  flex-direction: column;
  border-radius: 1rem;
  border-left: 0.25rem solid #DE0010;
  background-color: #242424;
  position: relative;
  overflow: hidden;
}
.steuernews_preview .entry:hover .icon {
  fill: #DE0010;
}
.steuernews_preview .entry .image .video_play {
  margin-bottom: 0.75em;
  position: relative;
}
.steuernews_preview .entry .image .video_play img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.steuernews_preview .image {
  margin: 0;
}
.steuernews_preview .photo {
  display: flex;
  flex-grow: 1;
}
.steuernews_preview .photo .bg_image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding-top: 40%;
}
.steuernews_preview .news_type {
  padding-left: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-color: rgba(43, 43, 43, 0.85);
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 20rem) {
  .steuernews_preview .news_type {
    padding-top: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .news_type {
    padding-top: 1.125em;
  }
}
@media (min-width: 20rem) {
  .steuernews_preview .news_type {
    padding-bottom: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .news_type {
    padding-bottom: 1.125em;
  }
}
@media (min-width: 47.5rem) {
  .steuernews_preview .news_type {
    padding-left: 0.75em;
  }
}
@media (min-width: 75rem) {
  .steuernews_preview .news_type {
    padding-left: 1.5em;
  }
}
.steuernews_preview .news_type p {
  color: #fff;
  margin: 0;
  font-size: 1rem;
}
.steuernews_preview .teaser_text {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 1;
}
.steuernews_preview .teaser_text .link {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
  font-size: 1rem;
}
.steuernews_preview .teaser_text .link .icon {
  display: flex;
  fill: #fff;
  width: 1rem;
  height: 1rem;
}
.steuernews_preview .title {
  word-wrap: break-word;
}
.steuernews_preview .sub_title {
  display: block;
}

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

.news_image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.news_image img {
  border-radius: 1rem;
}
@media (min-width: 35rem) {
  .news_image {
    width: auto;
    margin-left: 1.5em;
    margin-top: 1.5em;
    float: right;
    max-width: 40vw;
  }
}
.news_image + * {
  padding-top: 0;
}

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

.steuernews_navigation {
  margin: 2.25em 0;
  text-align: center;
}

.steuernews_issues ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}
.steuernews_issues a,
.blog_issues a,
.blog_tags a {
  background: #C81623;
  color: #fff;
  border-radius: 6.1875rem;
  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.625rem;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .steuernews_issues a,
.blog_issues a,
.blog_tags a {
    line-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.blog_issues a,
.blog_tags a {
    line-height: 3rem;
  }
}
.steuernews_issues a.active, .steuernews_issues a:hover, .steuernews_issues 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: #171717;
  color: #fff;
}

.steuernews_disclaimer {
  clear: both;
  background-color: #242424;
}

.steuernews_sidebar {
  text-align: center;
}

.steuernews_current_issue {
  margin-bottom: 1.5em;
  text-align: center;
}
.steuernews_current_issue a {
  text-decoration: none;
  color: #171717;
}
.steuernews_current_issue a.active {
  font-weight: 600;
  user-select: none;
  pointer-events: none;
}
.steuernews_current_issue a:hover, .steuernews_current_issue a:focus {
  text-decoration: underline;
}

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

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

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

.steuernews_issues_select {
  margin-bottom: 0.75em;
}
.steuernews_issues_select nav {
  align-items: stretch;
  display: flex;
  justify-content: center;
  width: 100%;
}
.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;
  max-width: 30rem;
}
.steuernews_issues_select .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.steuernews_issues_select .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.steuernews_issues_select .select_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.steuernews_issues_select .select_wrapper.smaller {
  width: 80%;
}
@media (min-width: 20rem) {
  .steuernews_issues_select .select_wrapper.smaller {
    width: calc(80% + -45 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues_select .select_wrapper.smaller {
    width: 35%;
  }
}

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

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

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

.steuernews_search {
  margin: 0 0 1.5em;
}
.steuernews_search .search {
  margin: 0 0 0.75em;
}

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

.steuernews_video_overview.section {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
.steuernews_video_overview .overview_content {
  background-color: #DADEE1;
  padding: 2.25em;
  border-radius: 1rem;
}
.steuernews_video_overview .overview_title {
  text-align: center;
}
.steuernews_video_overview .entry {
  display: flex;
  flex-direction: column;
  background-color: #242424;
  border-radius: 1rem;
  margin-bottom: 0.75em;
  color: #fff;
  flex-grow: 1;
  overflow: hidden;
  text-decoration: none;
  border-left: 0.25rem solid #DE0010;
  transition: transform 300ms;
}
.steuernews_video_overview .entry.big_video_entry:hover {
  transform: unset;
}
.steuernews_video_overview .entry figcaption {
  color: #fff;
  padding: 0.75em;
  font-family: "Marblis", sans-serif;
  font-weight: 600;
}
.steuernews_video_overview .entry:hover {
  transform: scale(0.95);
}
.steuernews_video_overview .entry:hover .icon {
  fill: #171717;
}
.steuernews_video_overview .entry .video_wrapper {
  margin-bottom: 0;
}
.steuernews_video_overview .entry .video_title {
  padding: 1.125em;
  color: #fff;
  margin: 0;
}
.steuernews_video_overview .image {
  margin-bottom: 0.75em;
  position: relative;
}
.steuernews_video_overview .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

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

.team_overview.margin_top_medium {
  margin-top: 0;
  margin-bottom: 2.25em;
}
.team_overview .team_entry {
  flex-direction: column;
  margin-bottom: 0.75em;
  border-left: 0.125rem solid #C81623;
  border-radius: 0.75rem;
  background-color: #242424;
  overflow: hidden;
  flex-grow: 1;
  border-top: 0.125rem solid #171717;
  border-bottom: 0.125rem solid #171717;
  border-right: 0.125rem solid #171717;
}
.team_overview .team_entry .info {
  padding: 0.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
}
.team_overview .team_entry .info .contact {
  margin-left: 0.75em;
  margin-bottom: 0;
}
.team_overview .team_entry .link {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
  font-size: 1rem;
}
.team_overview .team_entry .link .icon {
  display: flex;
  fill: #fff;
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
  margin-bottom: 0.1875rem;
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry {
    align-items: flex-start;
  }
}
.team_overview .team_entry .buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 30rem) {
  .team_overview .team_entry .buttons {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team_overview .title {
  padding: 0;
}
.team_overview .photo {
  display: block;
  width: 100%;
}
.team_overview .photo img {
  display: block;
  width: 100%;
  max-height: 12.5rem;
  object-fit: cover;
  object-position: top;
}

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

.team_overview:not(:has(> .row)) .team_entry .photo {
  min-height: 15.625rem;
}
@media (min-width: 20rem) {
  .team_overview:not(:has(> .row)) .team_entry .photo {
    min-height: calc(15.625rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview:not(:has(> .row)) .team_entry .photo {
    min-height: 21.875rem;
  }
}
.team_overview:not(:has(> .row)) .team_entry .photo img {
  max-height: inherit;
}

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

.team_overview_popup .caller:hover, .team_overview_popup .caller:focus {
  cursor: pointer;
}
.team_overview_popup .popup_info {
  background-color: rgba(176, 176, 176, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 99999;
}
.team_overview_popup .popup_info.show {
  opacity: 1;
  visibility: visible;
}
.team_overview_popup .popup_info .close {
  background-color: #C81623;
  cursor: pointer;
  fill: #fff;
  position: absolute;
  right: -0.9375rem;
  top: -0.9375rem;
  transition: background-color 300ms;
  padding: 0.375em;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_overview_popup .popup_info .close:focus, .team_overview_popup .popup_info .close:hover {
  background-color: #171717;
}
.team_overview_popup .popup_info .info {
  align-items: stretch;
  background-color: #2B2B2B;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  display: flex;
  height: 90%;
  left: 50%;
  padding: 3em 0 3em 1.5em;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 17.5rem;
  border-radius: 0.75rem;
}
@media (min-width: 20rem) {
  .team_overview_popup .popup_info .info {
    width: 17.5rem;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .team_overview_popup .popup_info .info {
    width: calc(17.5rem + 57.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 20rem) and (min-width: 93.75rem) {
  .team_overview_popup .popup_info .info {
    width: 75rem;
  }
}
.team_overview_popup .popup_info .info .text {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 1.5em;
}
.team_overview_popup .popup_info .info .content > h2:first-child {
  padding-top: 0;
}
.team_overview_popup .popup_info .info .person_details {
  border-radius: 1rem;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
  background-color: #242424;
  position: sticky;
  top: 0;
  margin-bottom: 3em;
}
.team_overview_popup .popup_info .info .person_details img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.team_overview_popup .popup_info .info .person_details .details {
  padding: 1.5em;
}
.team_overview_popup .popup_info .info .person_details .quote {
  color: #fff;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
  padding-top: 0.375rem;
  margin-top: 1.5em;
}
.team_overview_popup .popup_info .info .person_details .quote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #C81623;
  z-index: -1;
  width: 0.25rem;
  border-radius: 0.125rem;
}

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

.teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  justify-content: center;
  border-radius: 1rem;
  border: 0.125rem solid #fff;
  padding: 1.8em;
  flex-grow: 1;
}
.teaser .link_obj {
  display: flex;
  text-decoration: none;
  width: 100%;
}
.teaser .link_obj:hover h2 {
  text-decoration: underline;
}
.teaser.teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}
.teaser.teaser_white_img .image_wrapper {
  background-color: #fff;
}
.teaser .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.375rem;
  width: 5.375rem;
  flex-shrink: 0;
  background-color: #242424;
  border-radius: 0.5rem;
  padding: 0.625rem;
}
.teaser .teaser_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teaser .teaser_content .style_h1 {
  margin-bottom: 0;
}
.teaser .teaser_content P,
.teaser .teaser_content h3 {
  color: #171717;
  padding-top: 0;
  text-align: center;
}
.teaser .teaser_content .title_icon .title {
  padding-top: 0.25rem;
}
.teaser .icon {
  fill: #C81623;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .teaser .icon {
    width: calc(1.875rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser .icon {
    width: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .teaser .icon {
    height: calc(1.875rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser .icon {
    height: 3.75rem;
  }
}
.teaser .title_icon {
  padding: 0.225em 0.75em;
  background-color: #242424;
  border-radius: 1rem;
  margin-bottom: 0.375em;
}
.teaser .title_icon .icon {
  fill: #DE0010;
}
.teaser .title_icon .title {
  color: #fff;
}

.teaser_overview {
  margin: 1.125em 0;
}
.teaser_overview .row {
  row-gap: 0.75em;
}

.teaser_overview.light_grey_teaser .teaser {
  background-color: #DADEE1;
}
.teaser_overview.white_teaser {
  margin-top: 1.5em;
}
.teaser_overview.white_teaser .teaser_content {
  margin-left: 0;
}
.teaser_overview.white_teaser .teaser {
  padding: 0.75em 1.5em;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 0.75rem;
  flex-grow: 1;
  justify-content: space-between;
}
.teaser_overview.white_teaser .teaser .title {
  font-weight: 600;
  font-family: "Marblis", sans-serif;
  font-size: 1rem;
}
.teaser_overview.white_teaser .teaser p {
  font-size: 1rem;
  margin-bottom: 0;
}
.teaser_overview.white_teaser .teaser .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: unset;
  width: unset;
  flex-shrink: 0;
  margin-bottom: 0.375em;
  background-color: transparent;
  border-radius: unset;
  padding: 0;
}

.info_teaser {
  margin-right: 0.75em;
}
.info_teaser .subtitle {
  color: #fff;
}

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

.template_12_6_6_teaser .content_center,
.template_1_10_1 .content_center,
.template_12_6_6_white .content_center,
.template_12_gray .content_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.template_12_6_6_teaser .content_center h2,
.template_12_6_6_teaser .content_center p,
.template_1_10_1 .content_center h2,
.template_1_10_1 .content_center p,
.template_12_6_6_white .content_center h2,
.template_12_6_6_white .content_center p,
.template_12_gray .content_center h2,
.template_12_gray .content_center p {
  text-align: center;
}

.template_aside_fullwidth {
  position: relative;
  z-index: 1;
}
.template_aside_fullwidth .title_icon {
  justify-content: center;
}
.template_aside_fullwidth .headline h2,
.template_aside_fullwidth .headline p {
  text-align: center;
}
.template_aside_fullwidth .box {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 20rem) {
  .template_aside_fullwidth .box {
    margin-top: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_aside_fullwidth .box {
    margin-top: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .template_aside_fullwidth .box {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .template_aside_fullwidth .box {
    margin-bottom: 3.125rem;
  }
}

.template_bg_image .video_infolist_overview h2,
.template_bg_image .video_infolist_overview p {
  text-align: center;
}
.template_bg_image .video_infolist_overview > p {
  margin-bottom: 3em;
}

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

.keyword_register {
  margin-bottom: 0.75em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.keyword_register a {
  background: #DADEE1;
  margin: 0 0.75em 0.75em 0;
  text-align: center;
  text-decoration: none;
  line-height: 2.625rem;
  width: 2.625rem;
  transition: background 300ms, color 300ms;
  color: #171717;
}
@media (min-width: 20rem) {
  .keyword_register a {
    line-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .keyword_register a {
    line-height: 3rem;
  }
}
@media (min-width: 20rem) {
  .keyword_register a {
    width: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .keyword_register a {
    width: 3rem;
  }
}
.keyword_register a:hover, .keyword_register a:focus {
  background: #C81623;
  color: #fff !important;
}

.steuernews_keywords {
  text-align: center;
}
.steuernews_keywords ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none !important;
  padding-left: 0;
  gap: 0.75em;
}
.steuernews_keywords ul li {
  padding-left: 0;
}
.steuernews_keywords a {
  border: 0.125rem solid #171717;
  border-radius: 6.1875rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  padding: 0.375em 1.5em;
  padding-bottom: 0;
  height: 2.625rem;
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
}
@media (min-width: 20rem) {
  .steuernews_keywords a {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_keywords a {
    height: 3rem;
  }
}
.steuernews_keywords a:hover, .steuernews_keywords a:focus {
  background: #C81623;
  color: #fff;
  border-color: #fff;
}

.steuernews_keywords_register .keywords_register_entries a {
  display: inline-block;
  max-width: 12.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.steuernews_search .search .icon {
  margin: 0;
  padding: 0;
}

.steuernews_content [href*=thema] {
  color: #B0B0B0;
}

.steuernews_by_keyword {
  padding-bottom: 3em;
}
@media (min-width: 20rem) {
  .steuernews_by_keyword {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_by_keyword {
    padding-bottom: 6em;
  }
}

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

.timeline {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .title_overview {
    text-align: center;
  }
}
.timeline .timeline_wrapper {
  margin-left: 1.5625rem;
  padding-left: 1.5625rem;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper {
    margin-left: 0;
    padding-left: 0;
  }
}
.timeline .timeline_wrapper:before {
  background: #C81623;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0.125rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline .timeline_entry {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3em;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry {
    justify-content: flex-end;
  }
}
.timeline .timeline_entry .timeline_icon {
  position: absolute;
  left: -1.5625rem;
  transform: translateX(-50%);
  display: flex;
  background: #C81623;
  border-radius: 50%;
  transition: all 300ms;
  fill: #fff;
  padding: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry .timeline_icon {
    top: unset;
    left: unset;
    right: 50%;
    transform: translateX(50%);
  }
}
.timeline .timeline_entry:nth-child(odd) {
  justify-content: flex-start;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry:nth-child(odd) .timeline_content {
    padding-left: 0;
    padding-right: 3em;
    text-align: right;
    width: 50%;
    word-wrap: break-word;
  }
}
.timeline .timeline_entry .timeline_content {
  padding-left: 1.5em;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry .timeline_content {
    padding-left: 3em;
    width: 50%;
  }
}

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

.title_icon {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
  justify-content: flex-start;
}
.title_icon .title {
  font-size: 1rem;
  color: #DE0010;
  margin: 0;
  padding-top: 0.25rem;
}
.title_icon .icon {
  width: 1.125rem;
  height: 1.125rem;
  fill: #DE0010;
  display: flex;
  align-items: center;
  justify-content: center;
}

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


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

.share_links_state {
  display: none;
}
.share_links_state:checked ~ .social_media_links, .share_links_state:target ~ .social_media_links {
  display: block;
}

@media (min-width: 61.875rem) {
  .toggle_share_links {
    display: none;
  }
}
.toggle_share_links label {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Marblis", sans-serif;
  font-size: 112.5%;
  height: 2.625rem;
  padding: 0.625rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
}
.toggle_share_links label .icon {
  fill: #B0B0B0;
  position: relative;
  width: 2.125rem;
}
.toggle_share_links label .text {
  display: none;
}

.social_media_links {
  display: none;
}
@media (min-width: 61.875rem) {
  .social_media_links {
    display: block;
  }
}

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

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

[role=tooltip] {
  background: #DADEE1;
  border: 0.125rem solid #3a3a3a;
  border-radius: 0.75rem;
  bottom: 100%;
  color: #171717;
  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: #DADEE1;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.625rem;
  position: absolute;
  width: 0;
}
[role=tooltip]:before {
  border: 0.6875rem solid transparent;
  border-top-color: #3a3a3a;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  opacity: 0;
  transform: translateY(-0.9375rem);
  visibility: hidden;
}

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

.useful_link_overview.info_box .overview_title {
  padding-top: 0;
}
.useful_link_overview.info_box .content {
  margin-bottom: 1.5em;
}
.useful_link_overview.info_box .button {
  margin-bottom: 1.25rem;
}
.useful_link_overview.info_box .entry .title {
  margin-bottom: 0;
}
.useful_link_overview.info_box .entry .text {
  font-size: 1rem;
  padding-top: 0.3125rem;
}

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

.video_overview .video_play,
.video_infolists_overview .video_play,
.video_infolist_overview .video_play,
.video_preview .video_play,
.steuernews_by_keyword .video_play,
.steuernews_video_overview .video_play {
  position: relative;
}
.video_overview .video_play .icon,
.video_infolists_overview .video_play .icon,
.video_infolist_overview .video_play .icon,
.video_preview .video_play .icon,
.steuernews_by_keyword .video_play .icon,
.steuernews_video_overview .video_play .icon {
  fill: #DE0010;
  height: 2.625rem;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: fill 300ms, transform 300ms;
}
.video_overview .entry,
.video_infolists_overview .entry,
.video_infolist_overview .entry,
.video_preview .entry,
.steuernews_by_keyword .entry,
.steuernews_video_overview .entry {
  display: flex;
  flex-direction: column;
  background-color: #242424;
  border-radius: 1rem;
  margin-bottom: 0.75em;
  color: #fff;
  flex-grow: 1;
  overflow: hidden;
  text-decoration: none;
  border-left: 0.25rem solid #DE0010;
  transition: transform 300ms;
  border-top: 0.125rem solid #171717;
  border-bottom: 0.125rem solid #171717;
  border-right: 0.125rem solid #171717;
  position: relative;
  display: flex;
}
.video_overview .entry figure,
.video_infolists_overview .entry figure,
.video_infolist_overview .entry figure,
.video_preview .entry figure,
.steuernews_by_keyword .entry figure,
.steuernews_video_overview .entry figure {
  margin: 0;
}
.video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  background-color: rgba(43, 43, 43, 0.85);
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 20rem) {
  .video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
    padding-top: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
    padding-top: 1.125em;
  }
}
@media (min-width: 20rem) {
  .video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
    padding-bottom: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
    padding-bottom: 1.125em;
  }
}
@media (min-width: 47.5rem) {
  .video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
    padding-left: 0.75em;
  }
}
@media (min-width: 75rem) {
  .video_overview .entry .news_type,
.video_infolists_overview .entry .news_type,
.video_infolist_overview .entry .news_type,
.video_preview .entry .news_type,
.steuernews_by_keyword .entry .news_type,
.steuernews_video_overview .entry .news_type {
    padding-left: 1.5em;
  }
}
.video_overview .entry .news_type p,
.video_infolists_overview .entry .news_type p,
.video_infolist_overview .entry .news_type p,
.video_preview .entry .news_type p,
.steuernews_by_keyword .entry .news_type p,
.steuernews_video_overview .entry .news_type p {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
.video_overview .entry .news_type .icon,
.video_infolists_overview .entry .news_type .icon,
.video_infolist_overview .entry .news_type .icon,
.video_preview .entry .news_type .icon,
.steuernews_by_keyword .entry .news_type .icon,
.steuernews_video_overview .entry .news_type .icon {
  fill: #C81623;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.video_overview .entry .teaser_text,
.video_infolists_overview .entry .teaser_text,
.video_infolist_overview .entry .teaser_text,
.video_preview .entry .teaser_text,
.steuernews_by_keyword .entry .teaser_text,
.steuernews_video_overview .entry .teaser_text {
  padding: 1.5em;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.video_overview .entry.big_video_entry:hover,
.video_infolists_overview .entry.big_video_entry:hover,
.video_infolist_overview .entry.big_video_entry:hover,
.video_preview .entry.big_video_entry:hover,
.steuernews_by_keyword .entry.big_video_entry:hover,
.steuernews_video_overview .entry.big_video_entry:hover {
  transform: unset;
}
.video_overview .entry .teaser_text .title,
.video_infolists_overview .entry .teaser_text .title,
.video_infolist_overview .entry .teaser_text .title,
.video_preview .entry .teaser_text .title,
.steuernews_by_keyword .entry .teaser_text .title,
.steuernews_video_overview .entry .teaser_text .title {
  color: #fff;
  text-decoration: none;
}
.video_overview .entry .teaser_text .link,
.video_infolists_overview .entry .teaser_text .link,
.video_infolist_overview .entry .teaser_text .link,
.video_preview .entry .teaser_text .link,
.steuernews_by_keyword .entry .teaser_text .link,
.steuernews_video_overview .entry .teaser_text .link {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
  font-size: 1rem;
}
.video_overview .entry .teaser_text .link .icon,
.video_infolists_overview .entry .teaser_text .link .icon,
.video_infolist_overview .entry .teaser_text .link .icon,
.video_preview .entry .teaser_text .link .icon,
.steuernews_by_keyword .entry .teaser_text .link .icon,
.steuernews_video_overview .entry .teaser_text .link .icon {
  display: flex;
  fill: #fff;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.1875rem;
}
.video_overview .entry .video_wrapper,
.video_infolists_overview .entry .video_wrapper,
.video_infolist_overview .entry .video_wrapper,
.video_preview .entry .video_wrapper,
.steuernews_by_keyword .entry .video_wrapper,
.steuernews_video_overview .entry .video_wrapper {
  margin-bottom: 0;
}
.video_overview .entry .video_wrapper video,
.video_overview .entry .video_wrapper iframe,
.video_infolists_overview .entry .video_wrapper video,
.video_infolists_overview .entry .video_wrapper iframe,
.video_infolist_overview .entry .video_wrapper video,
.video_infolist_overview .entry .video_wrapper iframe,
.video_preview .entry .video_wrapper video,
.video_preview .entry .video_wrapper iframe,
.steuernews_by_keyword .entry .video_wrapper video,
.steuernews_by_keyword .entry .video_wrapper iframe,
.steuernews_video_overview .entry .video_wrapper video,
.steuernews_video_overview .entry .video_wrapper iframe {
  border: unset;
}
.video_overview .entry .video_title,
.video_infolists_overview .entry .video_title,
.video_infolist_overview .entry .video_title,
.video_preview .entry .video_title,
.steuernews_by_keyword .entry .video_title,
.steuernews_video_overview .entry .video_title {
  padding: 1.125em;
  color: #fff;
  margin: 0;
}

.video_infolist_overview .teaser_text .icon {
  transform: rotate(-90deg);
}

.video_steuernews_tv_overview .video_transcription {
  padding: 2.25em 0;
  position: relative;
}
.video_steuernews_tv_overview .video_transcription * {
  color: #171717;
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle cx="7" cy="4" r="3" fill="%23171717"/></svg>');
}
.video_steuernews_tv_overview .video_transcription:before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
  z-index: -1;
}

.video_overview .touch_link,
.video_infolists_overview .touch_link,
.video_infolist_overview .touch_link {
  display: inline-block;
}
.video_overview .touch_link:hover, .video_overview .touch_link:focus,
.video_infolists_overview .touch_link:hover,
.video_infolists_overview .touch_link:focus,
.video_infolist_overview .touch_link:hover,
.video_infolist_overview .touch_link:focus {
  transform: scale(0.97);
}
.video_overview .image,
.video_overview figure,
.video_infolists_overview .image,
.video_infolists_overview figure,
.video_infolist_overview .image,
.video_infolist_overview figure {
  margin: 0.75em 0;
}
.video_overview .image img,
.video_overview figure img,
.video_infolists_overview .image img,
.video_infolists_overview figure img,
.video_infolist_overview .image img,
.video_infolist_overview figure img {
  width: 100%;
}
.video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
  font-size: 100%;
  padding: 1.5em;
  margin-bottom: 0;
  font-weight: 600;
}

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

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

.video_preview {
  margin-bottom: 0.75em;
}
.video_preview .entry {
  display: flex;
  margin-bottom: 1.5em;
  flex-grow: 1;
}
.video_preview figure {
  flex: 0 0 auto;
  margin: 0;
  order: 1;
  width: 100%;
}
.video_preview figure img {
  width: 100%;
}
.video_preview .teaser_text {
  order: 2;
}

