/* 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-left: 0.125rem solid #289FBD;
  background: #F3F3F3;
  cursor: pointer;
  display: flex;
  letter-spacing: calc((1.25rem + 0.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  margin: 0 0 0.375em;
  min-width: 100%;
  padding: 0.5em 0.75em;
  transition: 300ms;
}
@media (min-width: 93.75rem) {
  [role=tab] {
    letter-spacing: calc(1.875rem * 0);
  }
}
@media (min-width: 20rem) {
  [role=tab] {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=tab] {
    font-size: 1.875rem;
  }
}
[role=tab]:hover {
  border-width: 0.75rem;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #2A3D45;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
  transition: 300ms;
  transform-origin: 50% 50%;
}
[role=tab][aria-expanded=true] {
  background: #289FBD;
  border-color: #000;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab][aria-expanded=true] .title {
  color: #000;
}
[role=tab]:focus {
  border-color: #000;
  outline: 0;
}
[role=tab]:focus .title {
  color: #000;
}

[role=tabpanel] {
  height: auto;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  border-left: 0.125rem solid #289FBD;
  padding-left: 0.75em;
}
[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: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span:first-child:after {
  content: ":";
  margin-right: 0.3125rem;
}
.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;
  margin-block: 0.625rem;
}
@media (min-width: 20rem) {
  .author {
    margin-block: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .author {
    margin-block: 1.25rem;
  }
}
@media (min-width: 35rem) {
  .author {
    margin-left: auto;
  }
}

/* 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,
.button-main {
  border-radius: 2.5rem;
  padding-inline: 1.0625rem;
  padding-block: 0;
  cursor: pointer;
}
@media (min-width: 20rem) {
  .button,
.button-main {
    padding-inline: calc(1.0625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button,
.button-main {
    padding-inline: 1.6875rem;
  }
}
.button:focus-visible,
.button-main:focus-visible {
  outline: 0.1875rem solid #289FBD;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button.bottom_spacing,
.button-main.bottom_spacing {
  margin-bottom: 0.75em;
}

.button {
  background: #000;
  border: 0.125rem solid #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.5625rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
.button .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button .text {
    font-size: 1.25rem;
  }
}
.button:focus-visible {
  background: #fff;
  border-color: #000;
  color: #000;
}
.button:focus-visible .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
.button:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.button:hover .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
.button:active, .button.active {
  background: #2A3D45;
  border: 0.125rem solid #2A3D45;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3.5625rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
.button:active .text, .button.active .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button:active .text, .button.active .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button:active .text, .button.active .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active .text, .button.active .text {
    font-size: 1.25rem;
  }
}

.button-main {
  background: #289FBD;
  border: 0.125rem solid #289FBD;
  color: #000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
}
.button-main > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button-main > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button-main > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .button-main > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button-main > span {
    min-height: 3.5625rem;
  }
}
.button-main .icon {
  fill: #000;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
.button-main .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button-main .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button-main .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button-main .text {
    font-size: 1.25rem;
  }
}
.button-main:focus-visible {
  background: #fff;
  border-color: #289FBD;
  color: #000;
}
.button-main:focus-visible .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
.button-main:hover {
  background: #fff;
  border-color: #289FBD;
  color: #000;
}
.button-main:hover .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
.button-main:active, .button-main.active {
  background: #2A3D45;
  border: 0.125rem solid #2A3D45;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
}
.button-main:active > span, .button-main.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button-main:active > span, .button-main.active > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button-main:active > span, .button-main.active > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .button-main:active > span, .button-main.active > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button-main:active > span, .button-main.active > span {
    min-height: 3.5625rem;
  }
}
.button-main:active .icon, .button-main.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
.button-main:active .text, .button-main.active .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button-main:active .text, .button-main.active .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button-main:active .text, .button-main.active .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button-main:active .text, .button-main.active .text {
    font-size: 1.25rem;
  }
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 20rem) {
  .button_overview {
    gap: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_overview {
    gap: 1.875rem;
  }
}

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

.bypass_links {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 6000;
}
.bypass_links li {
  display: block;
  width: 20rem;
}
.bypass_links a {
  background: #fff;
  color: #000;
  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: #000;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

.company_logo {
  display: flex;
}
header .company_logo, .offcanvas_menu .company_logo {
  width: 12.5rem;
}
@media (min-width: 20rem) {
  header .company_logo, .offcanvas_menu .company_logo {
    width: calc(12.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo, .offcanvas_menu .company_logo {
    width: 15rem;
  }
}
footer .company_logo {
  margin-right: 1.5em;
  width: 12.5rem;
}
@media (min-width: 20rem) {
  footer .company_logo {
    width: calc(12.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .company_logo {
    width: 15rem;
  }
}
@media (min-width: 93.75rem) {
  footer .company_logo {
    width: 20rem;
  }
}

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

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  background: #F3F3F3;
  box-shadow: 0 0 2.5rem 0 rgba(38, 38, 38, 0.15);
  row-gap: 0.75em;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  padding: 0.75em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  max-width: 100vw;
  text-align: center;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    left: 8%;
    right: 8%;
    align-items: center;
    column-gap: 1.2em;
    row-gap: 0.3em;
    grid-template-columns: 1fr;
    grid-template-areas: "cb_text_policy cb_button_confirm" "cb_link_privacy cb_button_confirm";
  }
  .cookie_banner .cb_text_policy {
    text-align: left;
  }
  .cookie_banner .cb_link_privacy {
    justify-self: flex-start;
  }
}
.cookie_banner .cb_title_with_svg {
  display: none;
  grid-area: cb_title_with_svg;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
}
.cookie_banner p {
  font-size: 85%;
  color: #000;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}
.cookie_banner a:not(.button) {
  color: #000;
}

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

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

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

.download_overview.box {
  border-block-style: solid;
  border-block-color: #289FBD;
  padding-block: 1.25rem;
  position: relative;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 1.875rem;
  border-block-width: 0.1875rem;
  padding-right: 1.25rem;
  border-right-color: #289FBD;
  border-right-style: solid;
  border-right-width: 0.1875rem;
}
@media (min-width: 20rem) {
  .download_overview.box {
    padding-block: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview.box {
    padding-block: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .download_overview.box {
    column-gap: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview.box {
    column-gap: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .download_overview.box {
    row-gap: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview.box {
    row-gap: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .download_overview.box {
    padding-right: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview.box {
    padding-right: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .download_overview.box {
    border-right-width: 0.25rem;
    border-block-width: 0.25rem;
    padding-right: 0;
  }
}
@media (max-width: 61.8125rem) {
  .digitales_steuerwissen .download_overview.box {
    flex-direction: column;
  }
}
.download_overview.box:before, .download_overview.box:after {
  background: #289FBD;
  content: "";
  position: absolute;
  width: 100%;
  right: 100%;
  height: 0.1875rem;
}
@media (min-width: 61.875rem) {
  .download_overview.box:before, .download_overview.box:after {
    height: 0.25rem;
  }
}
.download_overview.box:before {
  top: 0;
  transform: translateY(-100%);
}
.download_overview.box:after {
  bottom: 0;
  transform: translateY(100%);
}
.download_overview.box .overview_title {
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  padding-top: 0;
  max-width: 9ch;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
}
@media (min-width: 93.75rem) {
  .download_overview.box .overview_title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .download_overview.box .overview_title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview.box .overview_title {
    font-size: 2.5rem;
  }
}
.digitales_steuerwissen .download_overview.box .overview_title {
  max-width: 10ch;
}
.download_overview .touch_link {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}
@media (min-width: 20rem) {
  .download_overview .touch_link {
    gap: calc(0.875rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .touch_link {
    gap: 1.25rem;
  }
}
.download_overview .touch_link .title_wrapper {
  padding-top: 0;
  margin-bottom: 0;
}
.download_overview .touch_link .title {
  color: #000;
  text-decoration: none;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 93.75rem) {
  .download_overview .touch_link .title {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .download_overview .touch_link .title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .touch_link .title {
    font-size: 1.25rem;
  }
}
@media (min-width: 61.875rem) {
  .download_overview .touch_link .title {
    max-width: 16ch;
  }
}
.download_overview .touch_link:hover .icon, .download_overview .touch_link:focus-visible .icon {
  background-color: #289FBD;
}
.download_overview .touch_link:hover .icon svg, .download_overview .touch_link:focus-visible .icon svg {
  fill: #000;
}
.download_overview .touch_link:hover .title, .download_overview .touch_link:focus-visible .title {
  color: #1f7c93;
}
.download_overview .icon {
  flex-shrink: 0;
  background-color: #000;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .download_overview .icon {
    width: calc(1.875rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .icon {
    width: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .download_overview .icon {
    height: calc(1.875rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .icon {
    height: 2.5rem;
  }
}
.download_overview .icon svg {
  fill: #fff;
  width: 0.6875rem;
  height: 0.6875rem;
  transform: rotate(-45deg);
  transition: 300ms;
}
@media (min-width: 20rem) {
  .download_overview .icon svg {
    width: calc(0.6875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .icon svg {
    width: 0.9375rem;
  }
}
@media (min-width: 20rem) {
  .download_overview .icon svg {
    height: calc(0.6875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .icon svg {
    height: 0.9375rem;
  }
}

/* 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: #289FBD;
}
.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: #000;
  display: flex;
  hyphens: none;
  padding: 0.75em;
  white-space: nowrap;
}
.dropdown_menu > ul > li > a.active {
  color: #289FBD;
}
.dropdown_menu > ul > li ul {
  background: #F3F3F3;
  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: #000;
  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: #289FBD;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #289FBD;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

footer {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  footer {
    margin-top: calc(2.5rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer {
    margin-top: 8.75rem;
  }
}
body.startpage footer {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  body.startpage footer {
    margin-top: calc(2.5rem + 11.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage footer {
    margin-top: 13.75rem;
  }
}
footer .footer-flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .footer-flex-wrapper {
    gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 43.75rem) {
  footer .footer-flex-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 93.75rem) {
  footer .footer-flex-wrapper {
    gap: 3.125rem;
  }
}
footer .logo_address {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  gap: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .logo_address {
    gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .logo_address {
    gap: 3.125rem;
  }
}
@media (min-width: 75rem) {
  footer .logo_address {
    flex-direction: row;
  }
}
footer .cta_box {
  display: none;
}
@media (min-width: 43.75rem) {
  footer .cta_box {
    display: flex;
    flex-direction: column;
    min-width: 18.75rem;
  }
  footer .cta_box .button-main {
    align-self: flex-start;
  }
}
footer .logo_contact_wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 75rem) {
  footer .logo_contact_wrapper {
    flex-direction: column;
  }
}
footer .address .contact_wrapper {
  align-items: flex-end;
  column-gap: 0.9375rem;
}
footer .address p {
  margin-bottom: 0 !important;
}
footer .related_links {
  margin-top: 1.5em;
}
@media (min-width: 75rem) {
  footer .related_links {
    margin-top: 0.8125rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  footer .related_links {
    margin-top: calc(0.8125rem + 3.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  footer .related_links {
    margin-top: 4.125rem;
  }
}
footer .related_links ul {
  height: 2.75rem;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
@media (min-width: 20rem) {
  footer .related_links ul {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .related_links ul {
    height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  footer .related_links ul {
    gap: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .related_links ul {
    gap: 1.875rem;
  }
}
footer .related_links a:hover, footer .related_links a:focus-visible, footer .related_links a.active {
  text-decoration: none;
}
footer .icon-btn-wrapper {
  margin-bottom: 1.5em;
}
@media (min-width: 75rem) {
  footer .icon-btn-wrapper {
    margin-top: 1.25rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  footer .icon-btn-wrapper {
    margin-top: calc(1.25rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  footer .icon-btn-wrapper {
    margin-top: 4.375rem;
  }
}
footer .address_links_wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.6875rem;
  }
}
.file.error .file_name {
  border-color: #289FBD;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #dadada;
  border-radius: 0 0 0 0;
  color: #000;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.5625rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.6875rem;
  }
}
.file .file_button {
  border-radius: 0 0 0 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #000;
  border: 0.125rem solid #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.5625rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
.file .file_button .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .file .file_button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .file .file_button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button .text {
    font-size: 1.25rem;
  }
}
.file .file_button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.5625rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(40, 159, 189, 0.2);
  background: #fff;
  border-color: #000;
  color: #000;
}
.file .file_button.focus .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.6875rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #fff;
  border-color: #000;
  color: #000;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #2A3D45 inset;
  background: #2A3D45;
  border: 0.125rem solid #2A3D45;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.5625rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button .text {
    font-size: 1.25rem;
  }
}

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

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.5em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.6875rem;
  }
}
@media (min-width: 35rem) {
  button {
    width: auto;
  }
}
button::-moz-focus-inner {
  border: 0;
}

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

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

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media (min-width: 20rem) {
  .row {
    margin: 0 calc((-0.9375rem / 2) - (2.1875 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row {
    margin: 0 -1.5625rem;
  }
}
.row.no_column_margin {
  margin-left: 0;
  margin-right: 0;
}
.row.no_column_margin > [class*=span] {
  padding-left: 0;
  padding-right: 0;
}
.row.half_column_margin {
  margin-left: -0.234375rem;
  margin-right: -0.234375rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin {
    margin: 0 calc((-0.9375rem / 4) - (2.1875 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin {
    margin: 0 -0.78125rem;
  }
}
.row.half_column_margin > [class*=span] {
  padding-left: 0.234375rem;
  padding-right: 0.234375rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 calc((0.9375rem / 4) + (2.1875 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 0.78125rem;
  }
}

@media (min-width: 20rem) {
  .row.around_xsmall {
    justify-content: space-around;
  }
  .row.between_xsmall {
    justify-content: space-between;
  }
  .row.start_xsmall {
    justify-content: flex-start;
  }
  .row.center_xsmall {
    justify-content: center;
  }
  .row.end_xsmall {
    justify-content: flex-end;
  }
  .row.top_xsmall {
    align-items: flex-start;
  }
  .row.middle_xsmall {
    align-items: center;
  }
  .row.bottom_xsmall {
    align-items: flex-end;
  }
  .row.baseline_xsmall {
    align-items: baseline;
  }
  .row.reverse_xsmall {
    flex-direction: row-reverse;
  }
}
@media (min-width: 30rem) {
  .row.around_small {
    justify-content: space-around;
  }
  .row.between_small {
    justify-content: space-between;
  }
  .row.start_small {
    justify-content: flex-start;
  }
  .row.center_small {
    justify-content: center;
  }
  .row.end_small {
    justify-content: flex-end;
  }
  .row.top_small {
    align-items: flex-start;
  }
  .row.middle_small {
    align-items: center;
  }
  .row.bottom_small {
    align-items: flex-end;
  }
  .row.baseline_small {
    align-items: baseline;
  }
  .row.reverse_small {
    flex-direction: row-reverse;
  }
}
@media (min-width: 35rem) {
  .row.around_medium {
    justify-content: space-around;
  }
  .row.between_medium {
    justify-content: space-between;
  }
  .row.start_medium {
    justify-content: flex-start;
  }
  .row.center_medium {
    justify-content: center;
  }
  .row.end_medium {
    justify-content: flex-end;
  }
  .row.top_medium {
    align-items: flex-start;
  }
  .row.middle_medium {
    align-items: center;
  }
  .row.bottom_medium {
    align-items: flex-end;
  }
  .row.baseline_medium {
    align-items: baseline;
  }
  .row.reverse_medium {
    flex-direction: row-reverse;
  }
}
@media (min-width: 47.5rem) {
  .row.around_large {
    justify-content: space-around;
  }
  .row.between_large {
    justify-content: space-between;
  }
  .row.start_large {
    justify-content: flex-start;
  }
  .row.center_large {
    justify-content: center;
  }
  .row.end_large {
    justify-content: flex-end;
  }
  .row.top_large {
    align-items: flex-start;
  }
  .row.middle_large {
    align-items: center;
  }
  .row.bottom_large {
    align-items: flex-end;
  }
  .row.baseline_large {
    align-items: baseline;
  }
  .row.reverse_large {
    flex-direction: row-reverse;
  }
}
@media (min-width: 61.875rem) {
  .row.around_xlarge {
    justify-content: space-around;
  }
  .row.between_xlarge {
    justify-content: space-between;
  }
  .row.start_xlarge {
    justify-content: flex-start;
  }
  .row.center_xlarge {
    justify-content: center;
  }
  .row.end_xlarge {
    justify-content: flex-end;
  }
  .row.top_xlarge {
    align-items: flex-start;
  }
  .row.middle_xlarge {
    align-items: center;
  }
  .row.bottom_xlarge {
    align-items: flex-end;
  }
  .row.baseline_xlarge {
    align-items: baseline;
  }
  .row.reverse_xlarge {
    flex-direction: row-reverse;
  }
}
@media (min-width: 75rem) {
  .row.around_xxlarge {
    justify-content: space-around;
  }
  .row.between_xxlarge {
    justify-content: space-between;
  }
  .row.start_xxlarge {
    justify-content: flex-start;
  }
  .row.center_xxlarge {
    justify-content: center;
  }
  .row.end_xxlarge {
    justify-content: flex-end;
  }
  .row.top_xxlarge {
    align-items: flex-start;
  }
  .row.middle_xxlarge {
    align-items: center;
  }
  .row.bottom_xxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxlarge {
    align-items: baseline;
  }
  .row.reverse_xxlarge {
    flex-direction: row-reverse;
  }
}
@media (min-width: 93.75rem) {
  .row.around_xxxlarge {
    justify-content: space-around;
  }
  .row.between_xxxlarge {
    justify-content: space-between;
  }
  .row.start_xxxlarge {
    justify-content: flex-start;
  }
  .row.center_xxxlarge {
    justify-content: center;
  }
  .row.end_xxxlarge {
    justify-content: flex-end;
  }
  .row.top_xxxlarge {
    align-items: flex-start;
  }
  .row.middle_xxxlarge {
    align-items: center;
  }
  .row.bottom_xxxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxxlarge {
    align-items: baseline;
  }
  .row.reverse_xxxlarge {
    flex-direction: row-reverse;
  }
}
[class*=span] {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
@media (min-width: 20rem) {
  [class*=span] {
    padding: 0 calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [class*=span] {
    padding: 0 1.5625rem;
  }
}
[class*=span].span_column {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order12_xxxlarge {
    order: 12;
  }
}

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

header {
  background-color: #fff;
  padding-block: 1.5em;
}
@media (min-width: 45rem) {
  header {
    position: sticky;
    top: 0;
    transition: 300ms;
    z-index: 100;
  }
  .scrolled_down header {
    padding-block: 0.625rem;
    box-shadow: 0 0 2.5rem 0 rgba(38, 38, 38, 0.15);
  }
}

.header_top {
  display: flex;
  gap: 1.5em;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 45rem) {
  .header_top {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 45rem) and (max-width: 47.4375rem) {
  .offcanvas_menu .header_top {
    justify-content: center;
  }
}
@media (min-width: 47.5rem) and (max-width: 61.8125rem) {
  .offcanvas_menu .header_top {
    justify-content: flex-end;
  }
}
.header_top .header_flex {
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 20rem) {
  .header_top .header_flex {
    gap: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_top .header_flex {
    gap: 1.25rem;
  }
}
.offcanvas_menu .header_top .header_flex {
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .header_top .header_flex {
    flex-direction: row;
  }
}
.header_top .header_quicklinks {
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 20rem) {
  .header_top .header_quicklinks {
    gap: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_top .header_quicklinks {
    gap: 1.25rem;
  }
}
@media (min-width: 61.875rem) {
  .header_top .header_quicklinks {
    display: none;
  }
}
.offcanvas_menu .header_top .header_quicklinks {
  display: flex;
  align-items: center;
}

@media (min-width: 61.875rem) {
  .top_image_wrapper {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 0.45fr 0.7fr 0.65fr;
  }
}
@media (min-width: 75rem) {
  .top_image_wrapper {
    grid-template-columns: 0.5fr 0.6fr 0.6fr;
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper {
    grid-template-columns: 0.65fr 0.4fr 0.55fr;
  }
}
@media (min-width: 100rem) {
  .top_image_wrapper {
    grid-template-columns: 0.5fr 0.4fr 0.5fr;
  }
}
.top_image_wrapper .arrow_down {
  display: none;
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .arrow_down {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    grid-row: 1/2;
    grid-column: 2/3;
    z-index: 1;
    margin-left: auto;
    margin-top: auto;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .arrow_down {
    height: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .arrow_down {
    height: 6.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .arrow_down {
    width: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .arrow_down {
    width: 6.25rem;
  }
}
html:not(.safari) .top_image_wrapper .arrow_down .backdrop {
  backdrop-filter: blur(0.3125rem);
  -webkit-backdrop-filter: blur(0.3125rem);
}
.top_image_wrapper .header_background {
  grid-row: 1/2;
  grid-column: 1/3;
  z-index: 1;
  height: 100%;
}
@media (max-width: 61.8125rem) {
  .top_image_wrapper .header_background {
    min-height: 18.125rem;
  }
}
@media (max-width: 61.8125rem) and (min-width: 20rem) {
  .top_image_wrapper .header_background {
    min-height: calc(18.125rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (max-width: 61.8125rem) and (min-width: 93.75rem) {
  .top_image_wrapper .header_background {
    min-height: 30.625rem;
  }
}
.top_image_wrapper .icon_quicklinks {
  display: none;
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .icon_quicklinks {
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    gap: 0.625rem;
    margin-top: auto;
    margin-left: auto;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .icon_quicklinks {
    gap: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .icon_quicklinks {
    gap: 1.25rem;
  }
}
.top_image_wrapper .text_button {
  grid-row: 1/2;
  grid-column: 2/4;
  z-index: 2;
  background: #289FBD;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-self: center;
  position: relative;
  margin-inline: 0.6875rem;
  margin-block: -1rem;
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-top: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-left: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-right: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-right: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button {
    margin-inline: calc(0.6875rem + 1.1875 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .text_button {
    margin-inline: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button {
    margin-block: calc(-1rem + -1.875 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .text_button {
    margin-block: -2.875rem;
  }
}
@media (min-width: 35rem) {
  .top_image_wrapper .text_button {
    padding-left: 2.5rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-left: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-left: 7.5rem;
  }
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .text_button {
    padding-inline: 2.5rem;
    padding-top: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-inline: 0;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-inline: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-inline: 7.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button {
    padding-top: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    padding-top: 7.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button {
    margin-bottom: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  body.startpage .top_image_wrapper .text_button {
    padding-bottom: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button {
    padding-bottom: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button {
    margin-bottom: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button {
    margin-bottom: 6.25rem;
  }
}
.top_image_wrapper .text_button:before {
  background: #000;
  content: "";
  height: 0.125rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button:before {
    top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button:before {
    top: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button:before {
    left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button:before {
    left: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button:before {
    right: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button:before {
    right: 3.75rem;
  }
}
@media (min-width: 35rem) {
  .top_image_wrapper .text_button:before {
    width: 60%;
    height: 0.25rem;
    right: inherit;
  }
}
@media (min-width: 61.875rem) {
  body.startpage .top_image_wrapper .text_button:after {
    background: #000;
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 60%;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button:after {
    bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button:after {
    bottom: 3.75rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button:after {
    right: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button:after {
    right: 3.75rem;
  }
}
@media (min-width: 35rem) {
  .top_image_wrapper .text_button .header_wrapper {
    position: relative;
  }
  .top_image_wrapper .text_button .header_wrapper:before {
    background: #000;
    content: "";
    height: 60%;
    position: absolute;
    top: -1.25rem;
    left: -1.25rem;
    width: 0.25rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button .header_wrapper:before {
    top: calc(-1.25rem + -2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button .header_wrapper:before {
    top: -3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button .header_wrapper:before {
    left: calc(-1.25rem + -2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button .header_wrapper:before {
    left: -3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) {
  body.startpage .top_image_wrapper .text_button .header_wrapper:after {
    background: #000;
    content: "";
    height: 60%;
    position: absolute;
    bottom: -1.25rem;
    right: -1.25rem;
    width: 0.25rem;
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button .header_wrapper:after {
    bottom: calc(-1.25rem + -2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button .header_wrapper:after {
    bottom: -3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) and (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button .header_wrapper:after {
    right: calc(-1.25rem + -2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) and (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button .header_wrapper:after {
    right: -3.75rem;
  }
}
.top_image_wrapper .text_button .title {
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 1.25rem;
  text-align: center;
  display: block;
  letter-spacing: calc((1.375rem + 1 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button .title {
    margin-bottom: calc(1.25rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button .title {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button .title {
    letter-spacing: calc(2.375rem * 0);
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button .title {
    font-size: calc(1.375rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button .title {
    font-size: 2.375rem;
  }
}
body.startpage .top_image_wrapper .text_button .title {
  letter-spacing: calc((1.625rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.625rem;
}
@media (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button .title {
    letter-spacing: calc(2.75rem * 0);
  }
}
@media (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button .title {
    font-size: calc(1.625rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button .title {
    font-size: 2.75rem;
  }
}
@media (min-width: 35rem) {
  .top_image_wrapper .text_button .title {
    text-align: left;
  }
}
@media (max-width: 61.8125rem) {
  .top_image_wrapper .text_button .title {
    text-wrap: balance;
  }
}
@media (max-width: 99.9375rem) {
  .top_image_wrapper .text_button .title {
    hyphens: auto;
  }
}
.top_image_wrapper .text_button .title span {
  font-weight: 400;
  letter-spacing: calc((1.0625rem + 0.4375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.0625rem;
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button .title span {
    letter-spacing: calc(1.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button .title span {
    font-size: calc(1.0625rem + 0.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button .title span {
    font-size: 1.5rem;
  }
}
body.startpage .top_image_wrapper .text_button .title span {
  letter-spacing: calc((1.25rem + 0.4375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
}
@media (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button .title span {
    letter-spacing: calc(1.6875rem * 0);
  }
}
@media (min-width: 20rem) {
  body.startpage .top_image_wrapper .text_button .title span {
    font-size: calc(1.25rem + 0.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .top_image_wrapper .text_button .title span {
    font-size: 1.6875rem;
  }
}
.top_image_wrapper .text_button .description {
  display: none;
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .text_button .description {
    display: block;
    margin-right: 5%;
  }
}
.top_image_wrapper .text_button .button_overview {
  margin-top: 1.875rem;
}
@media (min-width: 20rem) {
  .top_image_wrapper .text_button .button_overview {
    margin-top: calc(1.875rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .top_image_wrapper .text_button .button_overview {
    margin-top: 3.4375rem;
  }
}
@media (max-width: 34.9375rem) {
  .top_image_wrapper .text_button .button_overview {
    justify-content: center;
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) {
  .top_image_wrapper .text_button .button_overview {
    justify-content: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .top_image_wrapper .text_button .button_overview {
    position: relative;
    left: -1.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .top_image_wrapper .text_button .button_overview {
    left: calc(-1.25rem + -2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .top_image_wrapper .text_button .button_overview {
    left: -3.75rem;
  }
}
.top_image_wrapper .text_button .button_overview .button:hover, .top_image_wrapper .text_button .button_overview .button:focus-visible {
  background-color: #289FBD;
}
.top_image_wrapper .text_button .button_overview .button .text {
  flex-shrink: 0;
}

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

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

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

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

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

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

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

.infolist_graphic_a_online_graphic_large {
  display: none;
}

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

.arbeitnehmer_online_text {
  fill: #000;
  font-family: "Instrument Sans", sans-serif;
  font-size: 90%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .arbeitnehmer_online_text {
    font-size: 72%;
  }
}

.arbeitnehmer_online_company_logo {
  fill: #000;
}

.arbeitnehmer_online_icon {
  fill: #289FBD;
  transition: 300ms;
}

.arbeitnehmer_online_button .normal {
  display: block;
}
.arbeitnehmer_online_button .hover {
  display: none;
}
.arbeitnehmer_online_button:hover .normal {
  display: none;
}
.arbeitnehmer_online_button:hover .hover {
  display: block;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_euro_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_warning_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_check_icon {
  fill: #289FBD;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_icon {
  fill: #000;
}

.arbeitnehmer_online_lines {
  fill: #289FBD;
}

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

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

/* 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: #000;
  font-family: "Instrument Sans", sans-serif;
}

.meine_steuern_arrows {
  fill: #289FBD;
}

.meine_steuern_icon {
  fill: #000;
}

.infolist_graphic_meine_steuern_graphic_large svg stop:nth-child(1) {
  stop-color: #d4eff6;
}
.infolist_graphic_meine_steuern_graphic_large svg stop:nth-child(2) {
  stop-color: #fff;
}

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

.infolisten_download .infolist_overview {
  padding-block: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 20rem) {
  .infolisten_download .infolist_overview {
    padding-block: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolisten_download .infolist_overview {
    padding-block: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .infolisten_download .infolist_overview {
    margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolisten_download .infolist_overview {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 61.875rem) {
  .infolisten_download .infolist_overview {
    margin-bottom: 0;
    margin-left: 1.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .infolisten_download .infolist_overview {
    margin-left: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .infolisten_download .infolist_overview {
    margin-left: 3.125rem;
  }
}
.infolisten_download .infolist_overview .overview_title {
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  padding-top: 0;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.875rem;
}
@media (min-width: 93.75rem) {
  .infolisten_download .infolist_overview .overview_title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolisten_download .infolist_overview .overview_title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolisten_download .infolist_overview .overview_title {
    font-size: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .infolisten_download .infolist_overview .overview_title {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolisten_download .infolist_overview .overview_title {
    margin-bottom: 3.125rem;
  }
}
.infolisten_download .infolist_overview .button:hover, .infolisten_download .infolist_overview .button:focus-visible {
  background-color: #289FBD;
  border-color: #289FBD;
}

.digitales_steuerwissen .infolist_overview .entry {
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .digitales_steuerwissen .infolist_overview .entry {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .digitales_steuerwissen .infolist_overview .entry {
    margin-top: 3em;
  }
}
.digitales_steuerwissen .infolist_overview .entry .title {
  color: #2A3D45;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  text-decoration: none;
}
@media (max-width: 34.9375rem) {
  .digitales_steuerwissen .infolist_overview .entry .title {
    text-decoration: underline;
  }
}
@media (min-width: 35rem) {
  .digitales_steuerwissen .infolist_overview .entry .title:before {
    background: #2A3D45;
    bottom: 0.125rem;
    content: "";
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    transition: right 300ms ease-out;
    z-index: -1;
  }
}
@media (max-width: 34.9375rem) {
  .digitales_steuerwissen .infolist_overview .entry:hover .title, .digitales_steuerwissen .infolist_overview .entry:focus-visible .title {
    text-decoration: none;
  }
}
@media (min-width: 35rem) {
  .digitales_steuerwissen .infolist_overview .entry:hover .title:before, .digitales_steuerwissen .infolist_overview .entry:focus-visible .title:before {
    right: 80%;
  }
}

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

.infolist_top_link {
  border-top: 0.25rem solid #000;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .infolist_top_link {
    margin-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_top_link {
    margin-top: 6em;
  }
}
@media (min-width: 20rem) {
  .infolist_top_link {
    margin-bottom: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_top_link {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 35rem) {
  .infolist_top_link {
    text-align: right;
  }
}
.infolist_top_link a {
  transform: translateY(-50%);
}
.infolist_top_link a:hover .icon, .infolist_top_link a:focus-visible .icon {
  transform: rotate(-90deg) translateX(0.1875rem);
}
.infolist_top_link .icon {
  display: block;
  transform: rotate(-90deg);
}

/* 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: #000;
  font-family: "Instrument Sans", 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: #000;
  font-weight: 700;
}

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

.u_online_company_logo {
  fill: #000;
}

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

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

.u_online_icon {
  fill: #289FBD;
  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: #289FBD;
}
.u_online_button:hover .u_online_icon {
  fill: #000;
}

.u_online_lines {
  fill: #289FBD;
}

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

@media (min-width: 75rem) {
  body.infolist main p,
body.infolist main li,
body.infolist main h2,
body.infolist main h3,
body.infolist main table {
    max-width: 120ch;
  }
}

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

.lexikon_liste {
  border-style: solid;
  border-color: #289FBD;
  padding-block: 1.25rem;
  padding-inline: 0.625rem;
  margin-bottom: 0.625rem;
  border-width: 0.1875rem;
}
@media (min-width: 20rem) {
  .lexikon_liste {
    padding-block: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .lexikon_liste {
    padding-block: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .lexikon_liste {
    padding-inline: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .lexikon_liste {
    padding-inline: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .lexikon_liste {
    margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .lexikon_liste {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 61.875rem) {
  .lexikon_liste {
    border-width: 0.25rem;
  }
}
.lexikon_liste ol, .lexikon_liste ul {
  margin-bottom: 0;
}

.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_object_u_online_sicherer_mandanten_login {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .infolist_object_u_online_sicherer_mandanten_login {
    margin-bottom: calc(1.5em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_object_u_online_sicherer_mandanten_login {
    margin-bottom: 4.5em;
  }
}

.infolist_cta_style, .infolist_cta {
  align-items: center;
  border: 0.1875rem solid #289FBD;
  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: #000;
  max-width: 50rem;
}
.infolist_cta_style:hover, .infolist_cta:hover, .infolist_cta_style:focus, .infolist_cta:focus {
  background: #289FBD;
}

.infolist_teaser_style, .infolist_text_fader_style, .infolist:not(.infolist_boxit) .infolist_text_container, .infolist_text_container_boxit_nutzen_fuer_klienten {
  display: flex;
  flex-direction: column;
}
.infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
  background: #F3F3F3;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
@media (min-width: 61.875rem) {
  .infolist_teaser_style, .infolist_text_fader_style, .infolist:not(.infolist_boxit) .infolist_text_container, .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:not(.infolist_boxit) .infolist_text_container .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"><rect height="7" width="7" x="0" y="1" fill="%232A3D45"/></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"><rect height="7" width="7" x="0" y="1" fill="%232A3D45"/></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 {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
  background: #F3F3F3;
  color: #289FBD;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.75em;
  user-select: none;
  transition: all 300ms;
}
.infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #289FBD;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.75em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: all 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2 {
  background: #ebebeb;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((0.9375rem + 0.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.9375rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.125rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

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

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

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

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

.unsere_benefits {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .unsere_benefits {
    margin-top: calc(1.25rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unsere_benefits {
    margin-top: 5.625rem;
  }
}
.unsere_benefits .image_section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
}
.unsere_benefits .image_section .bg_image {
  height: 12.5rem;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 20rem) {
  .unsere_benefits .image_section .bg_image {
    height: calc(12.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unsere_benefits .image_section .bg_image {
    height: 17.5rem;
  }
}
@media (max-width: 74.9375rem) {
  .unsere_benefits .image_section .bg_image {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 75rem) {
  .unsere_benefits .image_section .bg_image {
    margin-left: calc(-33.33vw + 50%);
    text-align: right;
    height: 100%;
  }
}

.job_benefit_overview {
  background-color: #289FBD;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 20rem) {
  .job_benefit_overview {
    padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview {
    padding-top: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .job_benefit_overview {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .job_benefit_overview {
    padding-left: 1.25rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  .job_benefit_overview {
    padding-left: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .job_benefit_overview {
    padding-left: 3.125rem;
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 93.75rem) and (min-width: 20rem) {
  .job_benefit_overview {
    padding-bottom: calc(1.875rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) and (min-width: 93.75rem) {
  .job_benefit_overview {
    padding-bottom: 4.375rem;
  }
}
.job_benefit_overview:after {
  background: #289FBD;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
@media (max-width: 74.9375rem) {
  .job_benefit_overview:before {
    background: #289FBD;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    right: 100%;
  }
}
.job_benefit_overview .overview_title {
  color: #000;
  padding-top: 0;
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .overview_title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .job_benefit_overview .overview_title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .overview_title {
    font-size: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .job_benefit_overview .overview_title {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .overview_title {
    margin-bottom: 3.125rem;
  }
}
.job_benefit_overview .span_column:not(:last-of-type) .entry {
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .job_benefit_overview .span_column:not(:last-of-type) .entry {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .span_column:not(:last-of-type) .entry {
    margin-bottom: 3.125rem;
  }
}
.job_benefit_overview .entry {
  border: 0.1875rem solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.625rem;
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry {
    padding: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry {
    padding: 1.25rem;
  }
}
.job_benefit_overview .entry .title {
  padding-top: 0;
  hyphens: auto;
}
.job_benefit_overview .entry p {
  margin-bottom: 0;
}
.job_benefit_overview [role=tab] {
  border: 0.1875rem solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.job_benefit_overview [role=tab][aria-expanded=true] {
  background: rgba(255, 255, 255, 0.4);
}
.job_benefit_overview [role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
.job_benefit_overview [role=tab][aria-expanded=true] .title {
  color: #000;
}
.job_benefit_overview [role=tab]:focus {
  border-color: #000;
  outline: 0;
}
.job_benefit_overview [role=tab]:focus .title {
  color: #000;
}

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

@media (min-width: 75rem) {
  .job_entry p {
    max-width: 120ch;
  }
}

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

.offene_stellen {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .offene_stellen {
    margin-top: calc(1.25rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offene_stellen {
    margin-top: 5.625rem;
  }
}
@media (min-width: 75rem) {
  .offene_stellen p {
    max-width: 120ch;
  }
}
.offene_stellen .title_wrapper {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  row-gap: 1.25rem;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .offene_stellen .title_wrapper {
    row-gap: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offene_stellen .title_wrapper {
    row-gap: 6.25rem;
  }
}
@media (min-width: 47.5rem) {
  .offene_stellen .title_wrapper {
    margin-bottom: 1.25rem;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .offene_stellen .title_wrapper {
    margin-bottom: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .offene_stellen .title_wrapper {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .offene_stellen .title_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .offene_stellen .title_wrapper:before {
    background: #000;
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: 0.9375rem;
    width: 100%;
    left: 0;
    z-index: -1;
  }
}
.offene_stellen .title_wrapper .title {
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
}
@media (min-width: 61.875rem) {
  .offene_stellen .title_wrapper .title {
    padding-left: 1.5em;
  }
}
.offene_stellen .title_wrapper .button {
  display: none;
}
@media (min-width: 47.5rem) {
  .offene_stellen .title_wrapper .button {
    align-self: flex-end;
    display: flex;
  }
}
@media (min-width: 61.875rem) {
  .offene_stellen .title_wrapper .button {
    transform: translateY(0.75rem);
  }
}
.offene_stellen .photo {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 61.8125rem) {
  .offene_stellen .photo {
    margin-inline: calc(50% - 50vw);
    margin-top: 3em;
  }
}
.offene_stellen .photo .bg_image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 11.25rem;
  background-position: 50% 60%;
}
@media (min-width: 20rem) {
  .offene_stellen .photo .bg_image {
    min-height: calc(11.25rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offene_stellen .photo .bg_image {
    min-height: 18.75rem;
  }
}
@media (min-width: 61.875rem) {
  .offene_stellen .photo .bg_image {
    background-position: 80% 50%;
  }
}

.job_overview {
  margin-bottom: 0.75em;
}
.job_overview .entry {
  border: 0.1875rem solid #289FBD;
  padding-inline: 0.625rem;
  padding-block: 0.3125rem;
  margin-top: 0.75em;
  display: inline-block;
  align-self: flex-start;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .job_overview .entry {
    padding-inline: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_overview .entry {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .job_overview .entry {
    padding-block: calc(0.3125rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_overview .entry {
    padding-block: 0.625rem;
  }
}
@media (min-width: 20rem) {
  .job_overview .entry {
    margin-top: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_overview .entry {
    margin-top: 1.5em;
  }
}
.job_overview .entry:hover, .job_overview .entry:focus-visible {
  background: #289FBD;
}
.job_overview .entry .title {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
  text-decoration: none;
}

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

/* 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 {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  main {
    margin-top: calc(2.5rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  main {
    margin-top: 8.125rem;
  }
}

@media (min-width: 75rem) {
  body.hide_consent_banner main p,
body.hide_consent_banner main li,
body.hide_consent_banner main h2,
body.hide_consent_banner main h3,
body.hide_consent_banner main table {
    max-width: 120ch;
  }
}

.sitetitle {
  position: relative;
  display: inline-block;
}
@media (max-width: 47.4375rem) {
  .sitetitle {
    hyphens: auto !important;
  }
}
@media (min-width: 61.875rem) {
  .sitetitle:before {
    background: #000;
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: 0.9375rem;
    width: 6.25rem;
    left: calc(100% + (0.0625rem * 60));
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .sitetitle:before {
    width: calc(6.25rem + 18.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .sitetitle:before {
    width: 25rem;
  }
}

.leistungen h2 {
  padding-top: 0.75em;
}
@media (min-width: 20rem) {
  .leistungen h2 {
    padding-top: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .leistungen h2 {
    padding-top: 1.5em;
  }
}
@media (min-width: 75rem) {
  .leistungen .text_section {
    margin-right: 10%;
  }
}

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

.horizontal_rule {
  background: #F3F3F3;
  border: 0;
  width: 100%;
  height: 0.375rem;
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .horizontal_rule {
    margin-top: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .horizontal_rule {
    margin-top: 2.25em;
  }
}

.startpage_branchen {
  margin-top: 2.5rem;
  position: relative;
  background-color: #289FBD;
}
@media (min-width: 20rem) {
  .startpage_branchen {
    margin-top: calc(2.5rem + 10 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen {
    margin-top: 12.5rem;
  }
}
.startpage_branchen:before {
  background: #289FBD;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: 0;
  right: 100%;
}
@media (min-width: 35rem) {
  .startpage_branchen:before {
    background: #fff;
    right: 100%;
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .startpage_branchen:before {
    right: 90%;
  }
}
.startpage_branchen:after {
  background: #289FBD;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
.startpage_branchen .title {
  position: relative;
  padding-top: 2.5rem;
}
@media (min-width: 20rem) {
  .startpage_branchen .title {
    padding-top: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .title {
    padding-top: 7.5rem;
  }
}
@media (min-width: 35rem) {
  .startpage_branchen .title {
    padding-left: 2.5rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .startpage_branchen .title {
    padding-left: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .startpage_branchen .title {
    padding-left: 7.5rem;
  }
}
@media (min-width: 75rem) {
  .startpage_branchen .title {
    margin-left: 10%;
    width: 90%;
  }
}
@media (min-width: 35rem) {
  .startpage_branchen .title:before, .startpage_branchen .title:after {
    background: #000;
    content: "";
    position: absolute;
  }
  .startpage_branchen .title:before {
    top: 1.25rem;
    left: 1.25rem;
    width: 31.25rem;
    height: 0.1875rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .startpage_branchen .title:before {
    top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .startpage_branchen .title:before {
    top: 3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .startpage_branchen .title:before {
    left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .startpage_branchen .title:before {
    left: 3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) {
  .startpage_branchen .title:before {
    height: 0.25rem;
  }
}
@media (min-width: 35rem) {
  .startpage_branchen .title:after {
    height: 31.25rem;
    top: 1.25rem;
    left: 1.25rem;
    width: 0.1875rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .startpage_branchen .title:after {
    top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .startpage_branchen .title:after {
    top: 3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .startpage_branchen .title:after {
    left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .startpage_branchen .title:after {
    left: 3.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 61.875rem) {
  .startpage_branchen .title:after {
    width: 0.25rem;
  }
}
.startpage_branchen .photo_wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 0.9375rem;
  flex-direction: column;
  padding-bottom: 1.25rem;
}
@media (min-width: 20rem) {
  .startpage_branchen .photo_wrapper {
    padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .photo_wrapper {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 35rem) {
  .startpage_branchen .photo_wrapper {
    flex-direction: row;
    padding-bottom: 0;
  }
}
@media (min-width: 35rem) and (max-width: 74.9375rem) {
  .startpage_branchen .photo_wrapper {
    margin-left: 2.5rem;
  }
}
@media (min-width: 35rem) and (max-width: 74.9375rem) and (min-width: 20rem) {
  .startpage_branchen .photo_wrapper {
    margin-left: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (max-width: 74.9375rem) and (min-width: 93.75rem) {
  .startpage_branchen .photo_wrapper {
    margin-left: 7.5rem;
  }
}
@media (min-width: 20rem) {
  .startpage_branchen .photo_wrapper {
    gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .photo_wrapper {
    gap: 3.125rem;
  }
}
.startpage_branchen .photo_wrapper .photo {
  flex-basis: 50%;
}
.startpage_branchen .photo_wrapper .bg_image {
  min-height: 11.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media (min-width: 20rem) {
  .startpage_branchen .photo_wrapper .bg_image {
    min-height: calc(11.25rem + 16.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .photo_wrapper .bg_image {
    min-height: 28.125rem;
  }
}
@media (min-width: 35rem) {
  .startpage_branchen .photo_wrapper .bg_image {
    height: calc(100% + (0.0625rem * 60));
  }
}
@media (min-width: 75rem) {
  .startpage_branchen .photo_wrapper .bg_image {
    min-height: 31.25rem;
  }
}
.startpage_branchen .photo_wrapper .bg_image.bg_image1 {
  background-position: 50% 50%;
}
.startpage_branchen .photo_wrapper .bg_image.bg_image2 {
  background-position: 65% 75%;
}
@media (min-width: 35rem) {
  .startpage_branchen .photo_wrapper .bg_image.bg_image2 {
    background-position: 65% 50%;
  }
}
@media (min-width: 35rem) {
  .startpage_branchen .photo_wrapper .button {
    position: absolute;
    bottom: -3.75rem;
    right: 50%;
    transform: translateX(50%) translateY(50%);
    width: 70%;
  }
}
@media (min-width: 47.5rem) {
  .startpage_branchen .photo_wrapper .button {
    width: 60%;
  }
}
@media (min-width: 75rem) {
  .startpage_branchen .photo_wrapper .button {
    right: 0;
    transform: translateX(70%) translateY(50%);
    width: fit-content;
  }
}
.startpage_branchen .text_wrapper {
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .startpage_branchen .text_wrapper {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (max-width: 74.9375rem) {
  .startpage_branchen .text_wrapper {
    margin-left: 2.5rem;
  }
}
@media (min-width: 35rem) and (max-width: 74.9375rem) and (min-width: 20rem) {
  .startpage_branchen .text_wrapper {
    margin-left: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (max-width: 74.9375rem) and (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper {
    margin-left: 7.5rem;
  }
}
@media (min-width: 75rem) {
  .startpage_branchen .text_wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 61.875rem) {
  .startpage_branchen .text_wrapper p {
    max-width: 58ch;
  }
}
.startpage_branchen .text_wrapper .link_wrapper {
  display: flex;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .startpage_branchen .text_wrapper .link_wrapper {
    margin-top: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper {
    margin-top: 3.125rem;
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper {
    width: 93%;
  }
}
.startpage_branchen .text_wrapper .link_wrapper a {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  margin-bottom: 0.625rem;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  transition: 300ms;
}
@media (min-width: 20rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    padding-block: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    padding-block: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    padding-inline: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_branchen .text_wrapper .link_wrapper a {
    font-size: 1.25rem;
  }
}
.startpage_branchen .text_wrapper .link_wrapper a:before {
  background: #000;
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  right: 50%;
  transition: left 300ms ease-out, right 300ms ease-out;
  z-index: -1;
}
@media (min-width: 47.5rem) {
  .startpage_branchen .text_wrapper .link_wrapper a:before {
    height: 0.1875rem;
  }
}
.startpage_branchen .text_wrapper .link_wrapper a:hover, .startpage_branchen .text_wrapper .link_wrapper a:focus-visible {
  background: rgba(255, 255, 255, 0.3);
}
.startpage_branchen .text_wrapper .link_wrapper a:hover:before, .startpage_branchen .text_wrapper .link_wrapper a:focus-visible:before {
  left: 0;
  right: 0;
}

.startpage_digital {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  .startpage_digital {
    margin-top: calc(2.5rem + 11.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_digital {
    margin-top: 13.75rem;
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) {
  .startpage_digital {
    margin-top: 9.375rem;
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) and (min-width: 35rem) {
  .startpage_digital {
    margin-top: calc(9.375rem + 1.25 * (100vw - 35rem) / (26.875));
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) and (min-width: 61.875rem) {
  .startpage_digital {
    margin-top: 10.625rem;
  }
}
.sidebar .startpage_digital {
  margin-top: 1.875rem;
}
@media (min-width: 20rem) {
  .sidebar .startpage_digital {
    margin-top: calc(1.875rem + 1.875 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .sidebar .startpage_digital {
    margin-top: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .sidebar .startpage_digital {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .sidebar .startpage_digital {
    margin-top: calc(2.5rem + 8.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .sidebar .startpage_digital {
    margin-top: 11.25rem;
  }
}
.startpage_digital .title_wrapper {
  display: flex;
  margin-bottom: 1.25rem;
  position: relative;
  flex-direction: column-reverse;
  row-gap: 1.25rem;
}
@media (min-width: 20rem) {
  .startpage_digital .title_wrapper {
    margin-bottom: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_digital .title_wrapper {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .startpage_digital .title_wrapper {
    row-gap: calc(1.25rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_digital .title_wrapper {
    row-gap: 6.25rem;
  }
}
@media (min-width: 47.5rem) {
  .startpage_digital .title_wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 61.875rem) {
  .startpage_digital .title_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .startpage_digital .title_wrapper:before {
    background: #000;
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: 0.9375rem;
    width: 100%;
    left: 0;
    z-index: -1;
  }
}
.startpage_digital .title_wrapper .title {
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
}
@media (min-width: 61.875rem) {
  .startpage_digital .title_wrapper .title {
    padding-left: 1.5em;
  }
}
.startpage_digital .title_wrapper .button {
  align-self: flex-start;
}
@media (min-width: 47.5rem) {
  .startpage_digital .title_wrapper .button {
    align-self: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .startpage_digital .title_wrapper .button {
    transform: translateY(0.75rem);
  }
}
.startpage_digital .photo {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 61.8125rem) {
  .startpage_digital .photo {
    margin: 1.5em calc(50% - 50vw) 0;
  }
}
.startpage_digital .photo .bg_image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 11.25rem;
  background-position: 50% 60%;
}
@media (min-width: 20rem) {
  .startpage_digital .photo .bg_image {
    min-height: calc(11.25rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_digital .photo .bg_image {
    min-height: 18.75rem;
  }
}
@media (min-width: 61.875rem) {
  .startpage_digital .photo .bg_image {
    background-position: 80% 50%;
  }
}
.startpage_digital .teaser {
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .startpage_digital .teaser {
    margin-bottom: calc(0.75em + 0.9 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_digital .teaser {
    margin-bottom: 1.65em;
  }
}
.startpage_digital .teaser:last-child {
  margin-bottom: 0;
}
.startpage_digital .teaser .title {
  padding-top: 0;
}
@media (min-width: 93.75rem) {
  .startpage_digital .teaser p {
    max-width: 47ch;
  }
}
@media (min-width: 103.125rem) {
  .startpage_digital .teaser {
    margin-left: 3.125rem;
  }
}

.startpage_onlinetools {
  margin-top: 2.5rem;
  position: relative;
  padding-block: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20rem) {
  .startpage_onlinetools {
    margin-top: calc(2.5rem + 11.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools {
    margin-top: 13.75rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools {
    padding-block: calc(1.25rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools {
    padding-block: 5rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools {
    padding-left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools {
    padding-left: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools {
    padding-right: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools {
    padding-right: 3.75rem;
  }
}
@media (min-width: 75rem) {
  .startpage_onlinetools {
    padding-right: 0;
  }
}
@media (min-width: 103.125rem) {
  .startpage_onlinetools {
    margin-left: 3.125rem;
  }
}
.startpage_onlinetools:before {
  border: 0.1875rem solid #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 47.5rem) {
  .startpage_onlinetools:before {
    height: 82%;
  }
}
@media (min-width: 61.875rem) {
  .startpage_onlinetools:before {
    border-width: 0.25rem;
  }
}
@media (min-width: 75rem) {
  .startpage_onlinetools:before {
    width: 75%;
    height: 100%;
  }
}
.startpage_onlinetools .text_button {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 75rem) {
  .startpage_onlinetools .text_button {
    width: 95%;
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .text_button {
    width: 90%;
  }
}
.startpage_onlinetools .text_button .title {
  padding-top: 0;
  text-wrap: balance;
}
.startpage_onlinetools .text_button .button_overview {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .startpage_onlinetools .text_button .button_overview {
    margin-top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .text_button .button_overview {
    margin-top: 3.75rem;
  }
}
.startpage_onlinetools .link_box_wrapper {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link_box_wrapper {
    margin-top: calc(1.875rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link_box_wrapper {
    margin-top: 5rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link_box_wrapper {
    gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) {
  .startpage_onlinetools .link_box_wrapper {
    flex-direction: row;
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link_box_wrapper {
    gap: 3.125rem;
  }
}
@media (min-width: 75rem) {
  .startpage_onlinetools .link_box_wrapper {
    margin-top: 0;
    flex-direction: column;
  }
}
.startpage_onlinetools .link-box {
  background-color: #289FBD;
  border: 0.1875rem solid #289FBD;
  color: #000;
  text-decoration: none;
  transition: 300ms;
  display: flex;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  width: fit-content;
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box {
    padding-block: calc(0.625rem + 0.625 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .startpage_onlinetools .link-box {
    padding-block: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box {
    padding-inline: calc(0.625rem + 0.625 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .startpage_onlinetools .link-box {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 61.875rem) {
  .startpage_onlinetools .link-box {
    padding-block: 0.625rem;
    padding-inline: 0.625rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .startpage_onlinetools .link-box {
    padding-block: calc(0.625rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .startpage_onlinetools .link-box {
    padding-block: 3.75rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .startpage_onlinetools .link-box {
    padding-inline: calc(0.625rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .startpage_onlinetools .link-box {
    padding-inline: 3.75rem;
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box:last-of-type {
    margin-left: 1.25rem;
  }
}
@media (min-width: 93.75rem) and (min-width: 20rem) {
  .startpage_onlinetools .link-box:last-of-type {
    margin-left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) and (min-width: 93.75rem) {
  .startpage_onlinetools .link-box:last-of-type {
    margin-left: 3.75rem;
  }
}
.startpage_onlinetools .link-box:hover, .startpage_onlinetools .link-box:focus-visible {
  background-color: #fff;
}
.startpage_onlinetools .link-box:hover .icon, .startpage_onlinetools .link-box:focus-visible .icon {
  background-color: #289FBD;
  fill: #000;
}
.startpage_onlinetools .link-box > span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.625rem;
  justify-content: space-between;
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box > span {
    gap: calc(0.625rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box > span {
    gap: 3.125rem;
  }
}
.startpage_onlinetools .link-box .text {
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  letter-spacing: calc((1.125rem + 1.375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box .text {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box .text {
    font-size: calc(1.125rem + 1.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box .text {
    font-size: 2.5rem;
  }
}
@media (min-width: 47.5rem) {
  .startpage_onlinetools .link-box .text {
    max-width: 14ch;
  }
}
.startpage_onlinetools .link-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  fill: #289FBD;
  background-color: #000;
  border-radius: 50%;
  transition: 300ms;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box .icon {
    width: calc(2.375rem + 1.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box .icon {
    width: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box .icon {
    height: calc(2.375rem + 1.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box .icon {
    height: 3.75rem;
  }
}
.startpage_onlinetools .link-box .icon svg {
  transform: rotate(-45deg);
  height: 0.9375rem;
  width: 0.9375rem;
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box .icon svg {
    height: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box .icon svg {
    height: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .startpage_onlinetools .link-box .icon svg {
    width: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_onlinetools .link-box .icon svg {
    width: 1.25rem;
  }
}

.section_nls {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  .section_nls {
    margin-top: calc(2.5rem + 11.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls {
    margin-top: 13.75rem;
  }
}
.sidebar .section_nls {
  margin-top: 1.875rem;
}
@media (min-width: 20rem) {
  .sidebar .section_nls {
    margin-top: calc(1.875rem + 1.875 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .sidebar .section_nls {
    margin-top: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .sidebar .section_nls {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .sidebar .section_nls {
    margin-top: calc(2.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .sidebar .section_nls {
    margin-top: 7.5rem;
  }
}
@media (min-width: 61.875rem) {
  .section_nls {
    display: grid;
    grid-template-columns: 50% 10% 40%;
    grid-template-rows: 5rem 1fr 5rem;
  }
}
@media (min-width: 75rem) {
  .section_nls {
    grid-template-columns: 40% 10% 50%;
  }
}
.section_nls .text_button {
  background-color: #289FBD;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
}
@media (min-width: 20rem) {
  .section_nls .text_button {
    padding-block: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls .text_button {
    padding-block: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .section_nls .text_button {
    padding-inline: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls .text_button {
    padding-inline: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .section_nls .text_button {
    grid-column: 1/3;
    grid-row: 2/3;
    position: relative;
    z-index: 1;
  }
}
.section_nls .text_button .title {
  padding-top: 0;
  color: #000;
  text-wrap: balance;
  margin-bottom: 0.9375rem;
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
}
@media (min-width: 20rem) {
  .section_nls .text_button .title {
    margin-bottom: calc(0.9375rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls .text_button .title {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 93.75rem) {
  .section_nls .text_button .title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .section_nls .text_button .title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls .text_button .title {
    font-size: 2.5rem;
  }
}
.section_nls .text_button p {
  text-wrap: balance;
}
.section_nls .text_button .button_overview {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .section_nls .text_button .button_overview {
    margin-top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls .text_button .button_overview {
    margin-top: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .section_nls .photo {
    grid-column: 2/4;
    grid-row: 1/4;
    position: relative;
    z-index: 0;
  }
}
.section_nls .photo .bg_image {
  height: 15rem;
  background-position: 60% 50%;
  background-size: cover;
}
@media (min-width: 20rem) {
  .section_nls .photo .bg_image {
    height: calc(15rem + 11.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_nls .photo .bg_image {
    height: 26.25rem;
  }
}
@media (min-width: 61.875rem) {
  .section_nls .photo .bg_image {
    height: 100%;
  }
}
@media (min-width: 75rem) {
  .section_nls .photo .bg_image {
    background-position: 100% 50%;
  }
}

.cta_box {
  border-block-style: solid;
  border-block-color: #289FBD;
  padding-block: 1.25rem;
  position: relative;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 1.875rem;
  border-block-width: 0.1875rem;
}
@media (min-width: 20rem) {
  .cta_box {
    padding-block: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta_box {
    padding-block: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .cta_box {
    column-gap: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta_box {
    column-gap: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .cta_box {
    row-gap: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta_box {
    row-gap: 3.125rem;
  }
}
@media (min-width: 61.875rem) {
  .cta_box {
    border-block-width: 0.25rem;
  }
}
.cta_box.left {
  padding-right: 1.25rem;
  border-right-color: #289FBD;
  border-right-style: solid;
  border-right-width: 0.1875rem;
}
@media (min-width: 20rem) {
  .cta_box.left {
    padding-right: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta_box.left {
    padding-right: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .cta_box.left {
    border-right-width: 0.25rem;
  }
}
.cta_box.left:before, .cta_box.left:after {
  background: #289FBD;
  content: "";
  position: absolute;
  width: 100%;
  right: 100%;
  height: 0.1875rem;
}
@media (min-width: 61.875rem) {
  .cta_box.left:before, .cta_box.left:after {
    height: 0.25rem;
  }
}
.cta_box.left:before {
  top: 0;
  transform: translateY(-100%);
}
.cta_box.left:after {
  bottom: 0;
  transform: translateY(100%);
}
.cta_box.right {
  padding-left: 1.25rem;
  border-left-color: #289FBD;
  border-left-style: solid;
  border-left-width: 0.1875rem;
}
@media (min-width: 20rem) {
  .cta_box.right {
    padding-left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta_box.right {
    padding-left: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .cta_box.right {
    border-left-width: 0.25rem;
  }
}
.cta_box.right:before, .cta_box.right:after {
  background: #289FBD;
  content: "";
  position: absolute;
  width: 100%;
  left: 100%;
  height: 0.1875rem;
}
@media (min-width: 61.875rem) {
  .cta_box.right:before, .cta_box.right:after {
    height: 0.25rem;
  }
}
.cta_box.right:before {
  top: 0;
  transform: translateY(-100%);
}
.cta_box.right:after {
  bottom: 0;
  transform: translateY(100%);
}
.cta_box .title {
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  padding-top: 0;
  max-width: 9ch;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 93.75rem) {
  .cta_box .title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .cta_box .title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta_box .title {
    font-size: 2.5rem;
  }
}
.cta_box .button-main {
  align-self: flex-end;
}
.cta_box .button-main .text {
  flex-shrink: 0;
}

.icon-btn-wrapper {
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 20rem) {
  .icon-btn-wrapper {
    gap: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon-btn-wrapper {
    gap: 1.25rem;
  }
}

.icon_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2A3D45;
  fill: #fff;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .icon_button {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon_button {
    width: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .icon_button {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon_button {
    height: 3.125rem;
  }
}
.icon_button:hover, .icon_button:focus-visible {
  background-color: #289FBD;
  fill: #000;
}
.icon_button .icon {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .icon_button .icon {
    width: calc(1.375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon_button .icon {
    width: 1.6875rem;
  }
}
@media (min-width: 20rem) {
  .icon_button .icon {
    height: calc(1.375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon_button .icon {
    height: 1.6875rem;
  }
}
.icon_button .icon.icon-mail {
  position: relative;
  left: 0.03125rem;
}

.infolisten_download {
  margin-top: 0.625rem;
}
@media (min-width: 20rem) {
  .infolisten_download {
    margin-top: calc(0.625rem + 0.625 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .infolisten_download {
    margin-top: 1.25rem;
  }
}
@media (min-width: 61.875rem) {
  .infolisten_download {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .infolisten_download {
    margin-top: calc(2.5rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .infolisten_download {
    margin-top: 8.125rem;
  }
}

.online-tools_bild {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .online-tools_bild {
    margin-top: calc(1.25rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools_bild {
    margin-top: 5.625rem;
  }
}

.online-tools {
  background-color: #289FBD;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 20rem) {
  .online-tools {
    padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools {
    padding-top: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .online-tools {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 61.875rem) {
  .online-tools {
    padding-left: 1.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .online-tools {
    padding-left: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .online-tools {
    padding-left: 3.125rem;
  }
}
@media (min-width: 93.75rem) {
  .online-tools {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 93.75rem) and (min-width: 20rem) {
  .online-tools {
    padding-bottom: calc(1.875rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) and (min-width: 93.75rem) {
  .online-tools {
    padding-bottom: 4.375rem;
  }
}
.online-tools:after {
  background: #289FBD;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
@media (max-width: 61.8125rem) {
  .online-tools:before {
    background: #289FBD;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    right: 100%;
  }
}
.online-tools > .title {
  color: #000;
  padding-top: 0;
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}
@media (min-width: 93.75rem) {
  .online-tools > .title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .online-tools > .title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools > .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .online-tools > .title {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools > .title {
    margin-bottom: 3.125rem;
  }
}
.online-tools .onlinetool_v2_overview,
.online-tools .onlinetools_popup_overview {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.online-tools .onlinetool_v2_overview > div,
.online-tools .onlinetools_popup_overview > div {
  height: 100%;
}
.online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
  border: 0.1875rem solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
  margin-bottom: 3em;
}
@media (min-width: 20rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    padding: calc(1.25rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    padding: 2.8125rem;
  }
}
@media (min-width: 20rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    margin-right: calc(1.25rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    margin-right: 2.8125rem;
  }
}
@media (min-width: 20rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    margin-bottom: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    margin-bottom: 4.5em;
  }
}
@media (min-width: 93.75rem) {
  .online-tools .onlinetool_v2_overview .entry,
.online-tools .onlinetools_popup_overview .entry {
    height: 100%;
    margin-bottom: 0;
  }
}
.online-tools .onlinetool_v2_overview .entry .title,
.online-tools .onlinetools_popup_overview .entry .title {
  padding-top: 0;
  hyphens: auto;
}
.online-tools .onlinetool_v2_overview .entry .button,
.online-tools .onlinetools_popup_overview .entry .button {
  position: absolute;
  top: 100%;
  right: -1.25rem;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 20rem) {
  .online-tools .onlinetool_v2_overview .entry .button,
.online-tools .onlinetools_popup_overview .entry .button {
    right: calc(-1.25rem + -1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online-tools .onlinetool_v2_overview .entry .button,
.online-tools .onlinetools_popup_overview .entry .button {
    right: -2.8125rem;
  }
}

.image_section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
}
.image_section .bg_image {
  height: 12.5rem;
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 20rem) {
  .image_section .bg_image {
    height: calc(12.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .image_section .bg_image {
    height: 17.5rem;
  }
}
@media (max-width: 61.8125rem) {
  .image_section .bg_image {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 61.875rem) {
  .image_section .bg_image {
    margin-left: calc(-33.33vw + 50%);
    text-align: right;
    height: 100%;
  }
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  letter-spacing: calc((1.25rem + 0.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  height: 2.75rem;
  position: relative;
  user-select: none;
  z-index: 10;
  display: inline-flex;
  text-decoration: none;
  transition: 300ms;
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu .open_btn {
    letter-spacing: calc(1.875rem * 0);
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu .open_btn {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu .open_btn {
    font-size: 1.875rem;
  }
}
.toggle_offcanvas_menu .open_btn:hover, .toggle_offcanvas_menu .open_btn:focus-visible {
  color: #1f7c93;
}
.toggle_offcanvas_menu .open_btn:hover .icon .line, .toggle_offcanvas_menu .open_btn:focus-visible .icon .line {
  background: #1f7c93;
}
@media (max-width: 44.9375rem) {
  .scrolled_down .toggle_offcanvas_menu .open_btn {
    position: fixed;
    top: 0.625rem;
    right: 0.625rem;
    z-index: 100;
    animation: offcanvas 750ms ease-in-out;
  }
}
@media (max-width: 61.8125rem) {
  .toggle_offcanvas_menu .open_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #289FBD;
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    transition: 300ms;
  }
}
@media (max-width: 61.8125rem) and (min-width: 20rem) {
  .toggle_offcanvas_menu .open_btn {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (max-width: 61.8125rem) and (min-width: 93.75rem) {
  .toggle_offcanvas_menu .open_btn {
    width: 3.125rem;
  }
}
@media (max-width: 61.8125rem) and (min-width: 20rem) {
  .toggle_offcanvas_menu .open_btn {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (max-width: 61.8125rem) and (min-width: 93.75rem) {
  .toggle_offcanvas_menu .open_btn {
    height: 3.125rem;
  }
}
@media (max-width: 61.8125rem) {
  .toggle_offcanvas_menu .open_btn:hover, .toggle_offcanvas_menu .open_btn:focus-visible {
    background-color: #2A3D45;
  }
  .toggle_offcanvas_menu .open_btn:hover .icon .line, .toggle_offcanvas_menu .open_btn:focus-visible .icon .line {
    background: #fff;
  }
}
.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.1875rem;
  position: relative;
  width: 1.4375rem;
  display: block;
}
@media (min-width: 61.875rem) {
  .toggle_offcanvas_menu .open_btn .icon {
    height: 1.75rem;
    width: 2.5rem;
    margin-right: 0.75em;
  }
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #000;
  display: block;
  height: 0.1875rem;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms, background 300ms;
}
@media (min-width: 61.875rem) {
  .toggle_offcanvas_menu .open_btn .icon .line {
    height: 0.25rem;
  }
}
.toggle_offcanvas_menu .open_btn .icon .line_1 {
  top: 0;
}
.toggle_offcanvas_menu .open_btn .icon .line_2 {
  top: calc(50% - (0.0625rem * 1.5));
}
@media (min-width: 61.875rem) {
  .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 {
  display: none;
}
@media (min-width: 61.875rem) {
  .toggle_offcanvas_menu .open_btn .text {
    display: block;
  }
}
.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: 1000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(0, 0, 0, 0.9);
  min-width: 100%;
}
@media (min-width: 61.875rem) {
  .offcanvas_menu {
    background: #fff;
  }
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding-top: 1.5em;
  min-height: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 21.875rem;
  }
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .menu_wrapper {
    width: 100%;
  }
}
.offcanvas_menu .menu_wrapper .container {
  width: 100%;
}
@media (max-width: 34.9375rem) {
  .offcanvas_menu .menu_wrapper .container {
    min-width: 18.75rem;
  }
}
@media (max-width: 61.8125rem) {
  .offcanvas_menu .menu_wrapper .company_logo {
    display: none;
  }
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: calc((1.25rem + 0.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  height: 2.75rem;
  position: relative;
  user-select: none;
  z-index: 10;
  text-decoration: none;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn {
    letter-spacing: calc(1.875rem * 0);
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn {
    font-size: 1.875rem;
  }
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .close_btn {
    margin-left: 1.5em;
  }
}
.offcanvas_menu .close_btn .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0;
  margin-right: 0.9375rem;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn .icon {
    height: calc(1.875rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn .icon {
    height: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn .icon {
    width: calc(1.875rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn .icon {
    width: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn .icon {
    margin-right: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn .icon {
    margin-right: 1.25rem;
  }
}
.offcanvas_menu .close_btn .icon .line {
  background: #000;
  display: block;
  height: 0.25rem;
  position: absolute;
  width: 100%;
  top: 50%;
  transition: 300ms;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: top 300ms, transform 300ms, background 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .line_2 {
  top: 50%;
  transition: bottom 300ms, transform 300ms, background 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .close_btn .text {
  flex-shrink: 0;
}
.offcanvas_menu .close_btn:hover, .offcanvas_menu .close_btn:focus-visible {
  color: #1f7c93;
}
.offcanvas_menu .close_btn:hover .icon .line, .offcanvas_menu .close_btn:focus-visible .icon .line {
  background: #1f7c93;
}
.offcanvas_menu .navigation {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  width: 100%;
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation {
    padding-bottom: calc(0.75em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation {
    padding-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation {
    padding-top: calc(0.75em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation {
    padding-top: 3em;
  }
}
.offcanvas_menu .navigation > ul {
  gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation > ul {
    gap: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul {
    gap: 3.125rem;
  }
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .navigation > ul {
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr repeat(2, 0.75fr) 0.5fr;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(2) {
    grid-row: 4/5;
    grid-column: 1/2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(6) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(7) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 61.875rem) {
  .offcanvas_menu .navigation > ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 0.75fr 0.75fr;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(2) {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(3) > ul {
    columns: 2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(4) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(4) > ul {
    columns: 2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(7) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 0.75fr;
    gap: 3.125rem;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(3) > ul {
    columns: 1;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(4) > ul {
    columns: 1;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(5) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(7) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .navigation > ul > li {
    padding: 1.25rem;
    background-color: #fff;
    border: 0.25rem solid #289FBD;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li {
    padding: calc(1.25rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li {
    padding: 2.1875rem;
  }
}
.offcanvas_menu .navigation > ul > li > a {
  letter-spacing: calc((1.375rem + 0.875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  color: #000;
  display: block;
  border-bottom: 0.125rem solid #000;
  flex-direction: row;
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  line-height: 2.75rem;
  text-decoration: none;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    letter-spacing: calc(2.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li > a {
    font-size: calc(1.375rem + 0.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    font-size: 2.25rem;
  }
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .navigation > ul > li > a {
    display: inline-block;
    padding-bottom: 0.625rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.1875rem solid #000;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li > a {
    padding-bottom: calc(0.625rem + 1.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    padding-bottom: 1.6875rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li > a {
    margin-bottom: calc(0.5rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    margin-bottom: 1.5rem;
  }
}
.offcanvas_menu .navigation > ul > li > a.active {
  color: #2A3D45;
  border-bottom: 0.125rem solid #2A3D45;
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .navigation > ul > li > a.active {
    border-bottom: 0.1875rem solid #2A3D45;
  }
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .navigation > ul ul a {
  color: #000;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul ul a.active, .offcanvas_menu .navigation > ul ul a:hover, .offcanvas_menu .navigation > ul ul a:focus-visible {
  text-decoration: underline;
}
.offcanvas_menu .navigation > ul ul a .icon {
  display: inline-block;
  fill: #000;
  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/onlineforms.scss */

.digitales_steuerwissen .onlineforms_popup_overview {
  margin-bottom: 3em;
}
@media (min-width: 20rem) {
  .digitales_steuerwissen .onlineforms_popup_overview {
    margin-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .digitales_steuerwissen .onlineforms_popup_overview {
    margin-bottom: 6em;
  }
}
.onlineforms_popup_overview .touch_link {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .touch_link {
    gap: calc(0.875rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .touch_link {
    gap: 1.25rem;
  }
}
.onlineforms_popup_overview .touch_link:first-of-type {
  margin-top: 1.125em;
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .touch_link:first-of-type {
    margin-top: calc(1.125em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .touch_link:first-of-type {
    margin-top: 2.25em;
  }
}
.onlineforms_popup_overview .touch_link .title_wrapper {
  padding-top: 0;
  margin-bottom: 0;
}
.onlineforms_popup_overview .touch_link .title {
  color: #000;
  text-decoration: none;
  letter-spacing: calc((1.125rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .touch_link .title {
    letter-spacing: calc(1.375rem * 0);
  }
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .touch_link .title {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .touch_link .title {
    font-size: 1.375rem;
  }
}
.onlineforms_popup_overview .touch_link:hover .icon, .onlineforms_popup_overview .touch_link:focus-visible .icon {
  background-color: #289FBD;
}
.onlineforms_popup_overview .touch_link:hover .icon svg, .onlineforms_popup_overview .touch_link:focus-visible .icon svg {
  fill: #000;
}
.onlineforms_popup_overview .touch_link:hover .title, .onlineforms_popup_overview .touch_link:focus-visible .title {
  color: #1f7c93;
}
.onlineforms_popup_overview .icon {
  flex-shrink: 0;
  background-color: #000;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .icon {
    width: calc(1.875rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .icon {
    width: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .icon {
    height: calc(1.875rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .icon {
    height: 2.5rem;
  }
}
.onlineforms_popup_overview .icon svg {
  fill: #fff;
  width: 0.6875rem;
  height: 0.6875rem;
  transform: rotate(-45deg);
  transition: 300ms;
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .icon svg {
    width: calc(0.6875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .icon svg {
    width: 0.9375rem;
  }
}
@media (min-width: 20rem) {
  .onlineforms_popup_overview .icon svg {
    height: calc(0.6875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlineforms_popup_overview .icon svg {
    height: 0.9375rem;
  }
}

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

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

.online_tool_overview .entry {
  border: 0.1875rem solid #289FBD;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
  margin-top: 3em;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 20rem) {
  .online_tool_overview .entry {
    padding: calc(1.25rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online_tool_overview .entry {
    padding: 2.8125rem;
  }
}
@media (min-width: 20rem) {
  .online_tool_overview .entry {
    margin-right: calc(1.25rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online_tool_overview .entry {
    margin-right: 2.8125rem;
  }
}
@media (min-width: 20rem) {
  .online_tool_overview .entry {
    margin-top: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online_tool_overview .entry {
    margin-top: 4.5em;
  }
}
.online_tool_overview .entry .title {
  padding-top: 0;
  hyphens: auto;
}
.online_tool_overview .entry .button {
  position: absolute;
  top: 100%;
  right: -1.25rem;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 20rem) {
  .online_tool_overview .entry .button {
    right: calc(-1.25rem + -1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .online_tool_overview .entry .button {
    right: -2.8125rem;
  }
}

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

.popup_content {
  height: 100%;
  margin: 0 auto;
  max-width: 112.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.75rem;
}
@media (min-width: 20rem) {
  .popup_content .content {
    top: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 3.6875rem;
  }
}

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

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

.open_street_map .map {
  height: 21.875rem;
  background-color: #F3F3F3;
  cursor: move;
  position: relative;
  width: 100%;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(21.875rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 34.375rem;
  }
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(243, 243, 243, 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: #000;
  border: 0.0625rem solid #000;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #fff;
  border: 0.0625rem solid #000;
  box-shadow: 0 0 0 0.1875rem rgba(40, 159, 189, 0.2);
  color: #000;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #fff;
  border: 0.0625rem solid #000;
  color: #000;
}
.open_street_map .ol-overlaycontainer-stopevent button.disabled {
  cursor: default;
  opacity: 0.6;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  position: absolute;
  right: 0.3125rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.375rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 2.875rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

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

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

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

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

::selection {
  background: #1f7c93;
  color: #000;
}

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

main {
  display: block;
}

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

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

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

h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
  letter-spacing: calc((2rem + 1 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2rem;
  color: #000;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 0.75em;
}
@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(2rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 3rem;
  }
}
body.startpage h1,
body.startpage .style_h1,
body.startpage [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] body.startpage .ot_headline {
  letter-spacing: calc((2rem + 1.75 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2rem;
}
@media (min-width: 93.75rem) {
  body.startpage h1,
body.startpage .style_h1,
body.startpage [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] body.startpage .ot_headline {
    letter-spacing: calc(3.75rem * 0);
  }
}
@media (min-width: 20rem) {
  body.startpage h1,
body.startpage .style_h1,
body.startpage [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] body.startpage .ot_headline {
    font-size: calc(2rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage h1,
body.startpage .style_h1,
body.startpage [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] body.startpage .ot_headline {
    font-size: 3.75rem;
  }
}

h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
  letter-spacing: calc((1.375rem + 0.875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  color: #2A3D45;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 0.75em;
  padding-top: 0.75em;
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    letter-spacing: calc(2.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: calc(1.375rem + 0.875 * (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.25rem + 0.625 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  color: #000;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  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.875rem * 0);
  }
}
@media (min-width: 20rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: 1.875rem;
  }
}

h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
  letter-spacing: calc((1.125rem + 0.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  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.625rem * 0);
  }
}
@media (min-width: 20rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: 1.625rem;
  }
}

h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
  letter-spacing: calc((1.125rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  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.375rem * 0);
  }
}
@media (min-width: 20rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: 1.375rem;
  }
}

h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
  letter-spacing: calc((1.125rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 93.75rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    letter-spacing: calc(1.375rem * 0);
  }
}
@media (min-width: 20rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    font-size: 1.375rem;
  }
}

p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
  letter-spacing: calc((0.9375rem + 0.1875 * (100vw - 20rem) / (73.75)) * 0.02);
  font-size: 0.9375rem;
  color: #000;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    letter-spacing: calc(1.125rem * 0.02);
  }
}
@media (min-width: 20rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: 1.125rem;
  }
}

a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.125rem;
  transition: color 300ms;
}
a:active, a.active {
  color: #000;
  outline: 0;
}
a:focus-visible {
  outline: 0.1875rem solid #289FBD;
  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: #000;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #289FBD;
  display: inline-block;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #000;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.1875rem solid rgba(40, 159, 189, 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: 700;
}

em {
  font-style: normal;
}

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

small {
  font-size: 85%;
}

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

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

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

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

table {
  border-bottom: 0.0625rem solid #dadada;
  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: 700;
  text-align: left;
}

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

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

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: #289FBD;
  content: counter(list) ".";
  counter-increment: list;
  font-weight: 700;
  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"><rect height="7" width="7" x="0" y="1" fill="%232A3D45"/></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.0625rem solid #dadada;
  margin: 0.75em 0;
}
@media (min-width: 35rem) {
  .defined_list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.defined_list dt {
  border-top: 0.0625rem solid #dadada;
  font-weight: 700;
  padding: 0.75em 0;
}
@media (min-width: 35rem) {
  .defined_list dt {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0.75em 0.75em 0.75em 0;
  }
}
.defined_list dd {
  margin: 0;
}
@media (min-width: 35rem) {
  .defined_list dd {
    border-top: 0.0625rem solid #dadada;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0.75em 0.4995em 0 0;
  }
}

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

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

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

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

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

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

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

.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((0.9375rem + 0.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.9375rem;
}
@media (min-width: 93.75rem) {
  .ot_ui {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui {
    font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui {
    font-size: 1.125rem;
  }
}
.ot_ui .highlight_main {
  color: #1f7c93 !important;
}
.ot_ui .ot_progress_circle_percentage {
  color: #1f7c93 !important;
}
.ot_ui .ot_progress_circle_foreground {
  stroke: #1f7c93 !important;
}
.ot_ui .ot_input_button_radio_group label {
  color: #000 !important;
}
.ot_ui .ot_modal_overlay .ot_modal_content .ot_headline {
  color: #1f7c93 !important;
}
.ot_ui svg {
  fill: #1f7c93 !important;
}
.ot_ui .ot_accordion [role=tab][aria-expanded=true]:focus p {
  color: #000 !important;
}

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

:root {
  --ot-main-color: #289FBD;
  --ot-secondary-color: #2A3D45;
  --ot-contrast-main-color: #000;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #1f7c93;
  --ot-rgba-main-01: rgba(40, 159, 189, 0.1);
  --ot-rgba-main-02: rgba(40, 159, 189, 0.2);
  --ot-rgba-main-05: rgba(40, 159, 189, 0.5);
  --ot-rgba-main-08: rgba(40, 159, 189, 0.8);
  --ot-rgba-secondary-01: rgba(42, 61, 69, 0.1);
  --ot-rgba-secondary-02: rgba(42, 61, 69, 0.2);
  --ot-lighten-main-30: #95d8e9;
  --ot-main-color-darken-40: #041115;
  --ot-button-color: #000;
  --ot-button-active-color: black;
  --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: 112.5rem;
  --ot-column-margin-min: 0.9375rem;
  --ot-column-margin-max: 3.125rem;
  --ot-page-max-width: 160rem;
  --ot-xsmall-grid-breakpoint: 20rem;
  --ot-small-grid-breakpoint: 30rem;
  --ot-medium-grid-breakpoint: 35rem;
  --ot-large-grid-breakpoint: 47.5rem;
  --ot-xlarge-grid-breakpoint: 61.875rem;
  --ot-xxlarge-grid-breakpoint: 75rem;
  --ot-xxxlarge-grid-breakpoint: 93.75rem;
  --ot-border-width: 0.0625rem;
  --ot-border-radius: 0;
  --ot-button-height-min: 2.75rem;
  --ot-button-height-max: 3.6875rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #fff;
  --ot-text-color-light: #fff;
  --ot-text-color: #000;
  --ot-bg-color: #F3F3F3;
  --ot-border-color: #dadada;
  --ot-okay-color: #96ca67;
  --ot-okay-bg-color: #ecf6e4;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #289FBD;
  --ot-popup-overlay-color: rgba(0, 0, 0, 0.9);
  --ot-shadow-color: rgba(0, 0, 0, 0.2);
  --ot-font-family-headline: Noto Serif SC, serif;
  --ot-font-family: Instrument Sans, sans-serif;
  --ot-font-size-max: 1.125rem;
  --ot-font-size-min: 0.9375rem;
  --ot-font-weight-strong: 700;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 3rem;
  --ot-font-size-h1-min: 2rem;
  --ot-font-weight-h1: 900;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.35;
  --ot-text-color-h1: #000;
  --ot-font-size-h2-max: 2.25rem;
  --ot-font-size-h2-min: 1.375rem;
  --ot-font-weight-h2: 900;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.35;
  --ot-text-color-h2: #2A3D45;
  --ot-font-size-h3-max: 1.875rem;
  --ot-font-size-h3-min: 1.25rem;
  --ot-font-weight-h3: 900;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.35;
  --ot-text-color-h3: #000;
  --ot-font-size-h4-max: 1.625rem;
  --ot-font-size-h4-min: 1.125rem;
  --ot-font-weight-h4: 900;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.35;
  --ot-text-color-h4: #000;
  --ot-font-size-h5-max: 1.375rem;
  --ot-font-size-h5-min: 1.125rem;
  --ot-font-weight-h5: 900;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.35;
  --ot-text-color-h5: #000;
  --ot-font-size-h6-max: 1.375rem;
  --ot-font-size-h6-min: 1.125rem;
  --ot-font-weight-h6: 900;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.35;
  --ot-text-color-h6: #000;
  --ot-font-size-legend-max: 1.875rem;
  --ot-font-size-legend-min: 1.25rem;
  --ot-font-weight-legend: 900;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.35;
  --ot-text-color-legend: #000;
  --ot-font-size-bigger: 112.5%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 85%;
  --ot-spacing: 1.5em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.0625rem;
  --ot-input-bg-color: #fff;
  --ot-input-border-color: #dadada;
  --ot-input-text-color: #000;
  --ot-input-focus-bg-color: #fff;
  --ot-input-focus-border-color: #289FBD;
  --ot-input-focus-text-color: #000;
  --ot-button-bg-color: #000;
  --ot-button-border-color: #000;
  --ot-button-text-color: #fff;
  --ot-button-hover-bg-color: #fff;
  --ot-button-hover-border-color: #000;
  --ot-button-hover-text-color: #000;
  --ot-button-focus-bg-color: #fff;
  --ot-button-focus-border-color: #000;
  --ot-button-focus-text-color: #000;
  --ot-button-active-bg-color: #2A3D45;
  --ot-button-active-border-color: #2A3D45;
  --ot-button-active-text-color: #fff;
  --ot-button-disabled-bg-color: #F3F3F3;
  --ot-button-disabled-border-color: #e6e6e6;
  --ot-button-disabled-text-color: gray;
}

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

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

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #000;
  border: 0.125rem solid #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.5625rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.25rem;
  transition: 300ms;
  width: 1.25rem;
}
form[role=search] button .text {
  font-weight: 900;
  font-family: "Noto Serif SC", serif;
  padding: 0.375em 0;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  form[role=search] button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  form[role=search] button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .text {
    font-size: 1.25rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3.6875rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.6875rem;
  }
}
form[role=search] button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.5625rem;
  }
}
form[role=search] button[disabled] {
  background-color: #F3F3F3;
  border-color: #e6e6e6;
  color: gray;
}
form[role=search] button[disabled] .icon {
  fill: #000;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(40, 159, 189, 0.2);
  position: relative;
  z-index: 10;
  background: #fff;
  border-color: #000;
  color: #000;
}
form[role=search] button:focus .icon {
  fill: #000;
  transform: translateX(0.3125rem);
}
form[role=search] button .icon {
  height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 3.5625rem;
  }
}

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

.search dl {
  margin: 0 0 0.75em;
  padding-top: 0.375em;
}
.search dl br,
.search dl em,
.search dl img {
  display: none;
}
.search dd {
  margin: 0;
}
.search .count + .pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search .count + .pages a {
  text-decoration: none;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.375em 0.375em 0.375em 0;
  background: #2A3D45;
  white-space: nowrap;
  color: #fff;
  border-radius: 0;
}
.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: #000;
  color: #fff;
  transition: all 300ms;
}
.search .count + .pages a[href]:hover {
  background: #fff;
  color: #000;
}

/* 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 label:hover ~ a {
  background-color: #289FBD;
  fill: #000;
}
.toggle_search_box a .icon {
  display: block;
  transition: fill 300ms;
}
.toggle_search_box .open_search_box {
  display: flex;
}
.toggle_search_box .close_search_box {
  display: none;
}

.search_box {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.75em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  visibility: hidden;
  z-index: 9999;
}
.search_box .close_search_box_wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search_box .close_search_box_wrapper label {
  background: rgba(0, 0, 0, 0.9);
  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 {
  padding: 0;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  background-color: #fff;
  fill: #000;
}
.search_box .close_search_box_wrapper .close_search_box:hover, .search_box .close_search_box_wrapper .close_search_box:focus {
  background-color: #289FBD;
  fill: #000;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  display: flex;
  opacity: 0;
  position: relative;
  transform: translateY(-6.25rem);
  transition: 300ms;
  visibility: hidden;
  width: 37.5rem;
  z-index: 1000;
}
.search_box form[role=search] button {
  width: 2.75rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.6875rem;
  }
}
.search_box form[role=search] button:hover .icon, .search_box form[role=search] button:focus .icon {
  transform: none;
}
.search_box input[type=search] {
  flex: 1 1 auto;
  font-size: 115%;
  user-select: text;
}

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

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

.sitemap > ul {
  display: flex;
  column-gap: 0.9375rem;
  flex-wrap: wrap;
  border-bottom: 0.1875rem solid #289FBD;
  padding-bottom: 2.25em;
  margin-bottom: 0.75em;
  flex-direction: column;
  row-gap: 0.75em;
}
@media (min-width: 20rem) {
  .sitemap > ul {
    padding-bottom: calc(2.25em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sitemap > ul {
    padding-bottom: 4.5em;
  }
}
@media (min-width: 20rem) {
  .sitemap > ul {
    margin-bottom: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sitemap > ul {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 20rem) {
  .sitemap > ul {
    column-gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) {
  .sitemap > ul {
    flex-direction: row;
  }
  .sitemap > ul > li {
    flex-basis: 45%;
  }
}
@media (min-width: 75rem) {
  .sitemap > ul > li {
    flex-basis: 30%;
  }
}
@media (min-width: 93.75rem) {
  .sitemap > ul {
    column-gap: 3.125rem;
  }
  .sitemap > ul > li {
    flex-basis: auto;
  }
}
.sitemap > ul ul {
  border-left: 0.125rem solid #289FBD;
  padding-left: 0.75em;
  margin-top: 0.625rem;
}

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

.steuernews_preview {
  margin-bottom: 0.75em;
}
body.startpage .steuernews_preview {
  margin-top: 2.5rem;
}
@media (min-width: 20rem) {
  body.startpage .steuernews_preview {
    margin-top: calc(2.5rem + 1.25 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  body.startpage .steuernews_preview {
    margin-top: 3.75rem;
  }
}
@media (min-width: 75rem) {
  body.startpage .steuernews_preview {
    margin-top: 6.25rem;
  }
}
@media (min-width: 75rem) and (min-width: 75rem) {
  body.startpage .steuernews_preview {
    margin-top: calc(6.25rem + 6.25 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  body.startpage .steuernews_preview {
    margin-top: 12.5rem;
  }
}
.steuernews_preview .headline_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 47.5rem) {
  .steuernews_preview .headline_wrapper {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .steuernews_preview .headline_wrapper:before {
    background: #000;
    content: "";
    height: 0.1875rem;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 47.5rem) and (min-width: 61.875rem) {
  .steuernews_preview .headline_wrapper:before {
    height: 0.25rem;
  }
}
.steuernews_preview .headline_wrapper .month {
  color: #2A3D45;
  margin-bottom: 0;
}
@media (min-width: 47.5rem) {
  .steuernews_preview .headline_wrapper .month {
    position: relative;
    background-color: #fff;
  }
  .steuernews_preview .headline_wrapper .month:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 0.625rem;
    right: 100%;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .steuernews_preview .headline_wrapper .month:before {
    width: calc(0.625rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .steuernews_preview .headline_wrapper .month:before {
    width: 6.875rem;
  }
}
.steuernews_preview .headline_wrapper .overview_title {
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 47.5rem) {
  .steuernews_preview .headline_wrapper .overview_title {
    max-width: 10ch;
    position: relative;
    background-color: #fff;
  }
  .steuernews_preview .headline_wrapper .overview_title:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 0.625rem;
    left: 100%;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .steuernews_preview .headline_wrapper .overview_title:after {
    width: calc(0.625rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .steuernews_preview .headline_wrapper .overview_title:after {
    width: 6.875rem;
  }
}
.steuernews_preview .entry_wrapper {
  margin-top: 1.875rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .entry_wrapper {
    margin-top: calc(1.875rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .entry_wrapper {
    margin-top: 6.25rem;
  }
}
@media (max-width: 61.8125rem) {
  body.steuernews .steuernews_preview .entry_wrapper {
    margin-top: 0;
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .entry_wrapper {
    width: 85%;
    margin-inline: auto;
  }
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 3.75rem;
}
@media (min-width: 61.875rem) {
  .steuernews_preview .span_column:nth-of-type(2) .entry,
.steuernews_preview .span_column:nth-of-type(4) .entry,
.steuernews_preview .span_column:nth-of-type(6) .entry,
.steuernews_preview .span_column:nth-of-type(8) .entry,
.steuernews_preview .span_column:nth-of-type(10) .entry {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .steuernews_preview .span_column:nth-of-type(2) .entry,
.steuernews_preview .span_column:nth-of-type(4) .entry,
.steuernews_preview .span_column:nth-of-type(6) .entry,
.steuernews_preview .span_column:nth-of-type(8) .entry,
.steuernews_preview .span_column:nth-of-type(10) .entry {
    margin-top: calc(2.5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .steuernews_preview .span_column:nth-of-type(2) .entry,
.steuernews_preview .span_column:nth-of-type(4) .entry,
.steuernews_preview .span_column:nth-of-type(6) .entry,
.steuernews_preview .span_column:nth-of-type(8) .entry,
.steuernews_preview .span_column:nth-of-type(10) .entry {
    margin-top: 3.75rem;
  }
}
.steuernews_preview .teaser_text {
  background-color: #F3F3F3;
  padding-top: 1.25rem;
  padding-inline: 1.25rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .teaser_text {
    padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .teaser_text {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .steuernews_preview .teaser_text {
    padding-inline: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .teaser_text {
    padding-inline: 3.75rem;
  }
}
.steuernews_preview .image {
  margin: 0;
  order: 1;
  line-height: 0;
  height: 8.75rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .image {
    height: calc(8.75rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .image {
    height: 21.25rem;
  }
}
.steuernews_preview .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-right: 1.5em;
  width: 100%;
  padding-top: 66.64%;
}
.steuernews_preview .teaser_text {
  order: 2;
}
.steuernews_preview .title {
  word-wrap: break-word;
  position: relative;
  hyphens: auto;
  text-wrap: balance;
}
@media (min-width: 30rem) {
  .steuernews_preview .title {
    padding-top: 1.25rem;
  }
}
@media (min-width: 30rem) and (min-width: 20rem) {
  .steuernews_preview .title {
    padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 30rem) and (min-width: 93.75rem) {
  .steuernews_preview .title {
    padding-top: 3.75rem;
  }
}
@media (min-width: 30rem) {
  .steuernews_preview .title:before {
    background: #000;
    content: "";
    height: 0.125rem;
    position: absolute;
    top: 0;
    width: 8.75rem;
    left: 0;
  }
}
@media (min-width: 30rem) and (min-width: 20rem) {
  .steuernews_preview .title:before {
    width: calc(8.75rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 30rem) and (min-width: 93.75rem) {
  .steuernews_preview .title:before {
    width: 11.25rem;
  }
}
@media (min-width: 30rem) and (min-width: 35rem) {
  .steuernews_preview .title:before {
    height: 0.1875rem;
  }
}
@media (min-width: 30rem) and (min-width: 61.875rem) {
  .steuernews_preview .title:before {
    height: 0.25rem;
  }
}
@media (min-width: 30rem) {
  .steuernews_preview .title:after {
    background: #000;
    content: "";
    width: 0.125rem;
    position: absolute;
    top: 0;
    height: 4.375rem;
    left: 0;
  }
}
@media (min-width: 30rem) and (min-width: 35rem) {
  .steuernews_preview .title:after {
    width: 0.1875rem;
  }
}
@media (min-width: 30rem) and (min-width: 61.875rem) {
  .steuernews_preview .title:after {
    width: 0.25rem;
  }
}
@media (min-width: 30rem) {
  .steuernews_preview .title,
.steuernews_preview p.text {
    padding-left: 1.25rem;
  }
}
@media (min-width: 30rem) and (min-width: 20rem) {
  .steuernews_preview .title,
.steuernews_preview p.text {
    padding-left: calc(1.25rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 30rem) and (min-width: 93.75rem) {
  .steuernews_preview .title,
.steuernews_preview p.text {
    padding-left: 3.75rem;
  }
}
.steuernews_preview .sub_title {
  display: block;
}
.steuernews_preview p.text {
  padding-bottom: 0.3125rem;
}
@media (min-width: 20rem) {
  .steuernews_preview p.text {
    padding-bottom: calc(0.3125rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview p.text {
    padding-bottom: 1.25rem;
  }
}
.steuernews_preview .button-main {
  transform: translateY(50%);
  display: flex;
  width: fit-content;
  margin-left: auto;
}

.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}
@media (min-width: 75rem) {
  .news_entity .news_entity_content p {
    max-width: 120ch;
  }
}

.news_image {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.news_image .bg_image {
  height: 12.5rem;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 20rem) {
  .news_image .bg_image {
    height: calc(12.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_image .bg_image {
    height: 17.5rem;
  }
}
@media (max-width: 61.8125rem) {
  .news_image .bg_image {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 61.875rem) {
  .news_image .bg_image {
    height: 100%;
  }
}
.news_image figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.25rem;
}
.news_image + * {
  padding-top: 0;
}

.steuernews_issues ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  flex-direction: column;
}
@media (min-width: 20rem) {
  .steuernews_issues ul {
    column-gap: calc(0.75rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues ul {
    column-gap: 1.25rem;
  }
}
@media (min-width: 20rem) {
  .steuernews_issues ul {
    row-gap: calc(0.75rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues ul {
    row-gap: 1.25rem;
  }
}
@media (min-width: 30rem) {
  .steuernews_issues ul {
    flex-direction: row;
  }
}
.steuernews_issues ul li {
  padding-left: 0;
}

.steuernews_issues ul,
.steuernews_navigation ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.steuernews_navigation ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}

.steuernews_disclaimer {
  clear: both;
}

.steuernews_sidebar {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .steuernews_sidebar {
    margin-top: calc(1.25rem + 2.5 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .steuernews_sidebar {
    margin-top: 3.75rem;
  }
}
@media (min-width: 61.875rem) {
  .steuernews_sidebar {
    margin-top: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .steuernews_sidebar {
    margin-top: calc(2.5rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .steuernews_sidebar {
    margin-top: 8.125rem;
  }
}

.steuernews_current_issue {
  background-color: #289FBD;
  padding-block: 1.875rem;
  position: relative;
}
@media (min-width: 20rem) {
  .steuernews_current_issue {
    padding-block: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue {
    padding-block: 3.125rem;
  }
}
@media (min-width: 61.875rem) {
  .steuernews_current_issue {
    padding-left: 1.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .steuernews_current_issue {
    padding-left: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .steuernews_current_issue {
    padding-left: 3.125rem;
  }
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 93.75rem) and (min-width: 20rem) {
  .steuernews_current_issue {
    padding-bottom: calc(1.875rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) and (min-width: 93.75rem) {
  .steuernews_current_issue {
    padding-bottom: 4.375rem;
  }
}
.steuernews_current_issue:after {
  background: #289FBD;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
@media (max-width: 61.8125rem) {
  .steuernews_current_issue:before {
    background: #289FBD;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    right: 100%;
  }
}
.steuernews_current_issue > .overview_title {
  color: #000;
  padding-top: 0;
  letter-spacing: calc((1.375rem + 1.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue > .overview_title {
    letter-spacing: calc(2.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .steuernews_current_issue > .overview_title {
    font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue > .overview_title {
    font-size: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .steuernews_current_issue > .overview_title {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue > .overview_title {
    margin-bottom: 3.125rem;
  }
}
.steuernews_current_issue ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  flex-direction: column;
}
@media (min-width: 20rem) {
  .steuernews_current_issue ul {
    gap: calc(0.4375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue ul {
    gap: 0.75rem;
  }
}
@media (min-width: 35rem) {
  .steuernews_current_issue ul {
    flex-direction: row;
  }
}
.steuernews_current_issue li {
  line-height: 2;
}
.steuernews_current_issue a {
  border: 0.125rem solid #fff;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  padding: 0.4375rem 0.875rem;
  text-decoration: none;
  transition: 300ms;
}
@media (min-width: 35rem) {
  .steuernews_current_issue a {
    display: inline-block;
  }
}
.steuernews_current_issue a:hover, .steuernews_current_issue a:focus-visible, .steuernews_current_issue a.active {
  background-color: rgba(255, 255, 255, 0.6);
}

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

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

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

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

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

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

.teaser {
  display: flex;
  flex-direction: column;
}
.teaser a {
  text-decoration: none;
}
.teaser a .title {
  color: #2A3D45;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
}
@media (max-width: 29.9375rem) {
  .teaser a .title {
    text-decoration: underline;
  }
}
@media (min-width: 30rem) {
  .teaser a .title:before {
    background: #2A3D45;
    bottom: 0.125rem;
    content: "";
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    transition: right 300ms ease-out;
    z-index: -1;
  }
}
@media (max-width: 29.9375rem) {
  .teaser a:hover .title, .teaser a:focus-visible .title {
    text-decoration: none;
  }
}
@media (min-width: 30rem) {
  .teaser a:hover .title:before, .teaser a:focus-visible .title:before {
    right: 80%;
  }
}
.teaser .teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}

.teaser_overview .title_overview .title {
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 61.875rem) and (max-width: 93.6875rem) {
  .teaser_overview .title_overview .title {
    position: relative;
  }
  .teaser_overview .title_overview .title:before {
    background: #000;
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: 0.75rem;
    width: 130%;
    left: 100%;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview .title_overview .title {
    max-width: 11ch;
  }
}
.teaser_overview .entry_wrapper {
  padding-block: 1.25rem;
}
@media (min-width: 61.875rem) {
  .teaser_overview .entry_wrapper {
    padding-block: 1.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .teaser_overview .entry_wrapper {
    padding-block: calc(1.25rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .teaser_overview .entry_wrapper {
    padding-block: 5rem;
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview .entry_wrapper {
    position: relative;
    margin-left: 3.125rem;
    margin-right: 5rem;
  }
  .teaser_overview .entry_wrapper:before {
    background: #000;
    content: "";
    height: 0.25rem;
    position: absolute;
    top: -0.9375rem;
    width: 60%;
    left: 0;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview .teaser {
    margin-bottom: 0.75em;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .teaser_overview .teaser {
    margin-bottom: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .teaser_overview .teaser {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview .teaser p {
    max-width: 42ch;
  }
}
.teaser_overview .cta_box {
  margin-top: auto;
}

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

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

[role=tooltip] {
  background: #41b9d7;
  border: 0.0625rem solid #289FBD;
  border-radius: 0;
  bottom: 100%;
  color: #000;
  font-size: 85%;
  font-weight: 700;
  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: #41b9d7;
  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: #41b9d7;
  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/video.scss */

@media (min-width: 75rem) {
  .video_overview_page main p {
    max-width: 120ch;
  }
}

.video_overview .video_play,
.video_infolists_overview .video_play,
.video_infolist_overview .video_play,
.video_preview .video_play,
.steuernews_preview .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_preview .video_play .icon,
.steuernews_video_overview .video_play .icon {
  fill: #fff;
  height: 2.75rem;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #000;
  width: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}
.video_overview .video_play .icon svg,
.video_infolists_overview .video_play .icon svg,
.video_infolist_overview .video_play .icon svg,
.video_preview .video_play .icon svg,
.steuernews_preview .video_play .icon svg,
.steuernews_video_overview .video_play .icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.video_overview .touch_link,
.video_infolists_overview .touch_link,
.video_infolist_overview .touch_link {
  display: inline-block;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .video_overview .touch_link,
.video_infolists_overview .touch_link,
.video_infolist_overview .touch_link {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview .touch_link,
.video_infolists_overview .touch_link,
.video_infolist_overview .touch_link {
    margin-bottom: 3.125rem;
  }
}
.video_overview .touch_link:hover .icon, .video_overview .touch_link:focus-visible .icon,
.video_infolists_overview .touch_link:hover .icon,
.video_infolists_overview .touch_link:focus-visible .icon,
.video_infolist_overview .touch_link:hover .icon,
.video_infolist_overview .touch_link:focus-visible .icon {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.video_overview .touch_link:hover figcaption:before, .video_overview .touch_link:focus-visible figcaption:before,
.video_infolists_overview .touch_link:hover figcaption:before,
.video_infolists_overview .touch_link:focus-visible figcaption:before,
.video_infolist_overview .touch_link:hover figcaption:before,
.video_infolist_overview .touch_link:focus-visible figcaption:before {
  left: 0;
  right: 0;
}
.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 {
  letter-spacing: calc((1.125rem + 0.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  background-color: #F3F3F3;
  padding: 0.75em;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
@media (min-width: 93.75rem) {
  .video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
    letter-spacing: calc(1.625rem * 0);
  }
}
@media (min-width: 20rem) {
  .video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
    font-size: 1.625rem;
  }
}
@media (min-width: 20rem) {
  .video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
    padding: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
    padding: 1.5em;
  }
}
.video_overview figcaption:before,
.video_infolists_overview figcaption:before,
.video_infolist_overview figcaption:before {
  background: #289FBD;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  right: 50%;
  transition: left 300ms ease-out, right 300ms ease-out;
  z-index: -1;
}

.video_infolist .button {
  margin-bottom: 1.5em;
}
.video_infolist .description_button span.style_h4 {
  display: block;
}
.video_infolist .description_button .button {
  margin-top: 1.5em;
  align-self: flex-start;
}

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

.video_preview {
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .video_preview {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_preview {
    margin-top: 3em;
  }
}
.video_preview .entry {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 41.25rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .video_preview .entry {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_preview .entry {
    margin-bottom: 3.125rem;
  }
}
.video_preview .entry:hover .icon, .video_preview .entry:focus-visible .icon {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.video_preview .entry:hover .teaser_text:before, .video_preview .entry:focus-visible .teaser_text:before {
  left: 0;
  right: 0;
}
.video_preview figure {
  flex: 0 0 auto;
  margin: 0;
  order: 1;
}
.video_preview .teaser_text {
  order: 2;
  letter-spacing: calc((1.125rem + 0.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  background-color: #F3F3F3;
  padding: 0.75em;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 93.75rem) {
  .video_preview .teaser_text {
    letter-spacing: calc(1.625rem * 0);
  }
}
@media (min-width: 20rem) {
  .video_preview .teaser_text {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_preview .teaser_text {
    font-size: 1.625rem;
  }
}
@media (min-width: 20rem) {
  .video_preview .teaser_text {
    padding: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_preview .teaser_text {
    padding: 1.5em;
  }
}
.video_preview .teaser_text:before {
  background: #289FBD;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  right: 50%;
  transition: left 300ms ease-out, right 300ms ease-out;
  z-index: -1;
}
.video_preview .teaser_text .title {
  text-decoration: none;
  color: #000;
  margin-bottom: 0.75em;
}

