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

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

[role=tab] {
  align-items: center;
  border-top: 0.1875rem solid rgba(7, 102, 177, 0.075);
  cursor: pointer;
  display: flex;
  margin: 0 !important;
  min-width: 100%;
  padding: 0 !important;
  transition: border 300ms;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.833335em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1.2500025em 0;
}
[role=tab] .icon {
  display: block;
  fill: #0766b1;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
}
[role=tab] .icon svg {
  display: block;
}
[role=tab][aria-expanded=true] {
  border-color: #0766b1;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #0766b1;
  outline: 0;
}
[role=tab]:focus .title {
  color: #0766b1;
}

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

.ot_accordion [role=tab] {
  margin: 0 0 0.4166675em !important;
  padding: 0.55500111em 0 !important;
}

/* 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.500005em;
  margin-bottom: 0;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.833335em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span {
  margin-right: 0.4166675em;
}

.address_vcard_button {
  margin: 0.833335em 0;
}

.address_call_button {
  margin: 0.833335em 0;
}

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

.atikon_logo {
  height: 100%;
}

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

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

.author {
  display: block;
  fill: #878787;
  height: 0.8125rem;
  line-height: 0.8125rem;
  position: absolute;
  right: 0.3125rem;
  transition: fill 300ms;
  width: 4.625rem;
  z-index: 1;
  top: 20rem;
}
@media (min-width: 20rem) {
  .author {
    top: calc(20rem + 15 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .author {
    top: 35rem;
  }
}
@media (min-width: 47.5rem) {
  .author {
    top: calc(11.25rem + 8.75 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  .author {
    top: 20rem;
  }
}
.author:focus, .author:hover {
  fill: #000000;
}

body.startpage .author {
  top: 25rem;
}
@media (min-width: 20rem) {
  body.startpage .author {
    top: calc(25rem + 12.5 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  body.startpage .author {
    top: 37.5rem;
  }
}
@media (min-width: 47.5rem) {
  body.startpage .author {
    top: calc(42.5rem + 17.5 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .author {
    top: 60rem;
  }
}

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

.breadcrumbs {
  display: none;
}

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

.button {
  border-radius: 0;
  padding: 0 0.833335em;
  cursor: pointer;
  background: #fff;
  border: 0.1875rem solid #0766b1;
  color: #0766b1;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.875rem;
  }
}
.button > span:before {
  background: #0766b1;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .button > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span:before {
    height: 0.496875rem;
  }
}
.button .icon {
  fill: #0766b1;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.button .icon + .text {
  padding-left: 0.55500111em;
}
.button:focus-visible {
  background: #fff;
  border-color: #0766b1;
  color: #fff;
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
}
.button:focus-visible > span:before {
  background: #0766b1;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #fff;
  border-color: #0766b1;
  color: #fff;
}
.button:hover > span:before {
  background: #0766b1;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  background: #00837c;
  border: 0.1875rem solid #00837c;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3.875rem;
  }
}
.button:active > span:before, .button.active > span:before {
  background: #00837c;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .button:active > span:before, .button.active > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span:before, .button.active > span:before {
    height: 0.496875rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.55500111em;
}
.button:active > span:before, .button.active > span:before, .button:focus > span:before, .button:focus-visible > span:before, .button:hover > span:before {
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.button.bottom_spacing {
  margin-bottom: 0.833335em;
}
.button.secondary {
  background: #fff;
  border: 0.1875rem solid #00837c;
  color: #00837c;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.secondary > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button.secondary > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.secondary > span {
    min-height: 3.875rem;
  }
}
.button.secondary > span:before {
  background: #00837c;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .button.secondary > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.secondary > span:before {
    height: 0.496875rem;
  }
}
.button.secondary .icon {
  fill: #00837c;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.secondary .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.button.secondary .icon + .text {
  padding-left: 0.55500111em;
}
.button.secondary:focus-visible, .button.secondary:hover {
  background: #fff;
  border-color: #00837c;
  color: #fff;
}
.button.secondary:focus-visible > span:before, .button.secondary:hover > span:before {
  background: #00837c;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.button.secondary:focus-visible .icon, .button.secondary:hover .icon {
  fill: #fff;
}
.button.secondary:active, .button.secondary.active {
  background: #fff;
  border: 0.1875rem solid #0766b1;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.secondary:active > span, .button.secondary.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .button.secondary:active > span, .button.secondary.active > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.secondary:active > span, .button.secondary.active > span {
    min-height: 3.875rem;
  }
}
.button.secondary:active > span:before, .button.secondary.active > span:before {
  background: #0766b1;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .button.secondary:active > span:before, .button.secondary.active > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.secondary:active > span:before, .button.secondary.active > span:before {
    height: 0.496875rem;
  }
}
.button.secondary:active .icon, .button.secondary.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.secondary:active .text, .button.secondary.active .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.button.secondary:active .icon + .text, .button.secondary.active .icon + .text {
  padding-left: 0.55500111em;
}
.button.secondary:active > span:before, .button.secondary.active > span:before {
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.833335em;
}
.button_overview .button {
  margin: 0 1.66667em 0.833335em 0;
}

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

.bypass_links {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 6000;
}
.bypass_links li {
  display: block;
  width: 20rem;
}
.bypass_links a {
  background: #000000;
  color: #fff;
  display: inline-block;
  font-size: 88.889%;
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0.4166675em 0.833335em;
  position: absolute;
  text-decoration: underline;
  top: -624.9375rem;
  width: 0.0625rem;
}
.bypass_links a:focus {
  color: #fff;
  height: auto;
  left: 0.4166675em;
  top: 0.4166675em;
  width: auto;
}

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

.steuernews_call_to_action {
  background: #0766b1;
  border-radius: 0;
  margin: 1.66667em 0;
  padding: 1.11000222em 1.66667em;
}
.steuernews_call_to_action a {
  color: #fff;
  display: inline;
  outline-color: #fff !important;
}
.steuernews_call_to_action a:active {
  color: #fff;
}
.steuernews_call_to_action p {
  color: #fff;
  font-size: 88.889%;
  margin: 0;
}

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

.company_logo {
  background: #fff;
  display: block;
  position: relative;
  transition: width 300ms;
  width: 11.5625rem;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(11.5625rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 13.75rem;
  }
}

body.scrolled_down header .company_logo {
  width: 10.9375rem;
}
@media (min-width: 20rem) {
  body.scrolled_down header .company_logo {
    width: calc(10.9375rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.scrolled_down header .company_logo {
    width: 12.8125rem;
  }
}

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

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  background: #fbfcfe;
  row-gap: 0.833335em;
  border-top: 0.0625rem solid #dbdbdb;
  padding: 0.833335em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  text-align: center;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    align-items: center;
    column-gap: 0.333334em;
    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: 88.889%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}

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

.disclaimer {
  background: #00837c;
  border-radius: 0;
  color: #fff;
  font-size: 88.889%;
  margin: 1.66667em 0;
  padding: 1.11000222em 1.66667em;
}
.disclaimer a {
  color: #fff;
  display: inline;
  outline-color: #fff !important;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 65.625rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
  }
}
.dropdown_menu > ul {
  height: 100%;
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #fff;
}
.dropdown_menu > ul li:hover > a:before, .dropdown_menu > ul li.hover > a:before {
  left: 0;
  opacity: 1;
  right: 0;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.dropdown_menu > ul > li {
  align-items: center;
  margin-left: 1.875rem;
}
@media (min-width: 65.625rem) {
  .dropdown_menu > ul > li {
    margin-left: calc(1.875rem + 1.25 * (100vw - 65.625rem) / (28.125));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li {
    margin-left: 3.125rem;
  }
}
.dropdown_menu > ul > li > a {
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0.05);
  font-size: 0.875rem;
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Frank Ruhl Libre", serif;
  height: 100%;
  hyphens: none;
  outline-color: #fff;
  outline: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    letter-spacing: calc(1.125rem * 0.05);
  }
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li > a {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    font-size: 1.125rem;
  }
}
.dropdown_menu > ul > li > a:before {
  background: #fff;
  content: "";
  display: block;
  height: 0.25rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 0;
  transition: left 300ms, opacity 300ms, right 300ms;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown_menu > ul > li > a.active, .dropdown_menu > ul > li > a:focus, .dropdown_menu > ul > li > a:hover {
  color: #fff;
}
.dropdown_menu > ul > li > a.active:before, .dropdown_menu > ul > li > a:focus:before, .dropdown_menu > ul > li > a:hover:before {
  left: 0;
  opacity: 1;
  right: 0;
}
.dropdown_menu > ul > li > a:focus .text {
  outline: 0.125rem solid #fff;
  outline-offset: 0.0625rem;
}
.dropdown_menu > ul > li ul {
  background: #fbfcfe;
  border-bottom: 0.25rem solid #0766b1;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
  margin: -0.833335em 0 -1.66667em;
  opacity: 0;
  padding: 1.2500025em 1.66667em;
  position: absolute;
  transform: scaleY(0.85);
  transform-origin: 0 0;
  transition: 300ms, opacity 300ms, transform 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.dropdown_menu > ul > li ul li {
  margin: 0.2777783333em 0;
}
.dropdown_menu > ul > li ul a {
  color: #000000;
  display: flex;
  font-size: 88.889%;
  hyphens: none;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu > ul > li ul a.active, .dropdown_menu > ul > li ul a:focus, .dropdown_menu > ul > li ul a:hover {
  color: #000000;
}
.dropdown_menu > ul > li ul a.active {
  font-weight: 700;
  text-decoration: none;
}

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

footer .footer_pre {
  background: #fbfcfe;
  margin-bottom: 2.500005em;
  padding-bottom: 3.33334em;
  padding-top: 2.500005em;
}
@media (min-width: 20rem) {
  footer .footer_pre {
    margin-bottom: calc(2.500005em + 1.66667 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_pre {
    margin-bottom: 4.166675em;
  }
}
@media (min-width: 20rem) {
  footer .footer_pre {
    padding-bottom: calc(3.33334em + 2.500005 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_pre {
    padding-bottom: 5.833345em;
  }
}
@media (min-width: 20rem) {
  footer .footer_pre {
    padding-top: calc(2.500005em + 2.500005 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_pre {
    padding-top: 5.00001em;
  }
}
footer .footer_pre .font_size_bigger {
  max-width: 95ch;
  padding-bottom: 1.66667em;
}
@media (min-width: 47.5rem) {
  footer .footer_pre .steuernews_preview .entry.last {
    display: none;
  }
}
@media (min-width: 75rem) {
  footer .footer_pre .steuernews_preview .entry.last {
    display: block;
  }
}
footer .footer_fixed .wrap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_fixed .address {
  margin-bottom: 1.66667em;
}
footer .footer_fixed .address .company_name {
  color: #0766b1;
  font-size: 0.9375rem;
  font-weight: 700;
}
footer .footer_fixed .address .company_name .addition {
  display: block;
}
footer .footer_fixed .address .contact_wrapper address {
  display: block;
}
footer .footer_fixed .address .contact_wrapper p {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-right: 2.500005em;
}
@media (min-width: 20rem) {
  footer .footer_fixed .address .contact_wrapper p {
    margin-right: calc(2.500005em + 1.66667 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .address .contact_wrapper p {
    margin-right: 4.166675em;
  }
}
footer .footer_fixed .address.first .contact_wrapper p {
  margin-right: 2.500005em;
}
@media (min-width: 20rem) {
  footer .footer_fixed .address.first .contact_wrapper p {
    margin-right: calc(2.500005em + 7.500015 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .address.first .contact_wrapper p {
    margin-right: 10.00002em;
  }
}
footer .footer_fixed .address.last {
  margin-top: auto;
}
footer .footer_fixed .address.last .contact_wrapper p {
  margin-right: 2.500005em;
}
@media (min-width: 20rem) {
  footer .footer_fixed .address.last .contact_wrapper p {
    margin-right: calc(2.500005em + 3.7500075 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .address.last .contact_wrapper p {
    margin-right: 6.2500125em;
  }
}
footer .footer_fixed .links_overview {
  margin-bottom: 0.833335em;
  padding-top: 1.2500025em;
  user-select: none;
  margin-right: 2.500005em;
}
@media (min-width: 20rem) {
  footer .footer_fixed .links_overview {
    margin-right: calc(2.500005em + 1.66667 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .links_overview {
    margin-right: 4.166675em;
  }
}
footer .footer_fixed .links_overview.last {
  margin-right: 0;
}
footer .footer_fixed .links_overview .title {
  color: #0766b1;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
}
footer .footer_fixed .links_overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer_fixed .links_overview li {
  margin: 0;
  padding: 0;
}
footer .footer_fixed .links_overview li:before {
  display: none;
}
footer .footer_fixed a:not(.button) {
  font-size: 0.9375rem;
  font-weight: 500;
}
footer .footer_fixed a:not(.button).active {
  font-weight: 700;
  text-decoration: none;
}
footer .footer_fixed .wrap-some {
  align-items: center;
  display: flex;
  margin-bottom: 2.500005em;
}
@media (min-width: 20rem) {
  footer .footer_fixed .wrap-some {
    margin-bottom: calc(2.500005em + 1.66667 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .wrap-some {
    margin-bottom: 4.166675em;
  }
}
footer .footer_fixed .wrap-some .button {
  margin: 0.833335em 1.66667em 0.833335em 0;
}
footer .footer_fixed .bottombar {
  position: relative;
  height: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .footer_fixed .bottombar {
    height: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .bottombar {
    height: 1.875rem;
  }
}
footer .footer_fixed .bottombar:before {
  background: #0766b1;
  bottom: 0;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.5rem;
  right: -0.5rem;
}
@media (min-width: 35rem) {
  footer .footer_fixed .bottombar:before {
    left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  footer .footer_fixed .bottombar:before {
    left: -2rem;
  }
}
@media (min-width: 35rem) {
  footer .footer_fixed .bottombar:before {
    right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  footer .footer_fixed .bottombar:before {
    right: -2rem;
  }
}
@media (min-width: 100rem) {
  footer .footer_fixed .bottombar:before {
    left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  footer .footer_fixed .bottombar:before {
    left: -7.8125rem;
  }
}
@media (min-width: 100rem) {
  footer .footer_fixed .bottombar:before {
    right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  footer .footer_fixed .bottombar:before {
    right: -7.8125rem;
  }
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 1.11000222em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 4.25rem;
  }
}
.file.error .file_name {
  border-color: #0766b1;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #dbdbdb;
  border-radius: 0 0 0 0;
  color: #000000;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.833335em;
  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 + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 4.125rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 4.25rem;
  }
}
.file .file_button {
  border-radius: 0 0 0 0;
  flex: 1 0 auto;
  padding: 0 0.833335em !important;
  z-index: 10;
  background: #fff;
  border: 0.1875rem solid #0766b1;
  color: #0766b1;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.875rem;
  }
}
.file .file_button > span:before {
  background: #0766b1;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .file .file_button > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span:before {
    height: 0.496875rem;
  }
}
.file .file_button .icon {
  fill: #0766b1;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.file .file_button .icon + .text {
  padding-left: 0.55500111em;
}
.file .file_button.focus {
  background: #fff;
  border-color: #0766b1;
  color: #fff;
}
.file .file_button.focus > span:before {
  background: #0766b1;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 4.25rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #fff;
  border-color: #0766b1;
  color: #fff;
}
.file [type=file]:hover ~ .file_button > span:before {
  background: #0766b1;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  background: #00837c;
  border: 0.1875rem solid #00837c;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.875rem;
  }
}
.file [type=file]:active ~ .file_button > span:before {
  background: #00837c;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span:before {
    height: 0.496875rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.55500111em;
}
.file [type=file]:active ~ .file_button > span:before {
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order12_xxxlarge {
    order: 12;
  }
}

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

header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
header .menubar {
  position: relative;
}
header .menubar:before {
  background: #0766b1;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  left: -0.5rem;
  right: -0.5rem;
}
@media (min-width: 35rem) {
  header .menubar:before {
    left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  header .menubar:before {
    left: -2rem;
  }
}
@media (min-width: 35rem) {
  header .menubar:before {
    right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  header .menubar:before {
    right: -2rem;
  }
}
@media (min-width: 100rem) {
  header .menubar:before {
    left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  header .menubar:before {
    left: -7.8125rem;
  }
}
@media (min-width: 100rem) {
  header .menubar:before {
    right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  header .menubar:before {
    right: -7.8125rem;
  }
}
header .menubar .wrap-flex {
  display: flex;
}
header .menubar .functions {
  align-items: center;
  display: flex;
  margin-left: auto;
}
header .menubar .video_link {
  display: none;
}
@media (min-width: 30rem) {
  header .menubar .video_link {
    display: block;
    fill: #fff;
    outline-color: #fff;
    transition: opacity 300ms;
  }
  header .menubar .video_link .icon {
    display: block;
    height: 2.75rem;
    padding: 0.4583333333rem;
    width: 2.75rem;
  }
  header .menubar .video_link .icon svg {
    display: block;
  }
}
header .menubar .video_link:focus, header .menubar .video_link:hover {
  opacity: 0.7;
}

.wrap-etl {
  position: relative;
  z-index: 1;
  margin-bottom: 2.500005em;
}
@media (min-width: 20rem) {
  .wrap-etl {
    margin-bottom: calc(2.500005em + 0.833335 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-etl {
    margin-bottom: 3.33334em;
  }
}
.wrap-etl .wrap-flex {
  display: flex;
  justify-content: flex-end;
}
.wrap-etl .etl_link {
  display: block;
  max-width: 7.8125rem;
  transform-origin: 50% 50%;
  transition: transform 300ms;
}
.wrap-etl .etl_link img {
  display: block;
}
.wrap-etl .etl_link:focus, .wrap-etl .etl_link:hover {
  transform: scale(1.05);
}

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

.header_background {
  background-color: #fbfcfe;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 13.75rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 20rem) {
  .header_background {
    height: calc(13.75rem + 10 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .header_background {
    height: 23.75rem;
  }
}
@media (min-width: 47.5rem) {
  .header_background {
    height: calc(23.75rem + 30 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  .header_background {
    height: 53.75rem;
  }
}
@media (min-width: 35rem) {
  .header_background {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .header_background {
    margin-left: -2rem;
  }
}
@media (min-width: 100rem) {
  .header_background {
    margin-left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .header_background {
    margin-left: -7.8125rem;
  }
}
@media (min-width: 35rem) {
  .header_background {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .header_background {
    margin-right: -2rem;
  }
}
@media (min-width: 47.5rem) {
  .header_background {
    margin-bottom: 1.66667em;
    margin-right: 0;
  }
}
.header_background .copyright {
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: 88.889%;
  margin: 0;
  padding: 0.4166675em 0.833335em;
  position: absolute;
  right: 0;
  top: 0;
}

body.startpage .header_background {
  height: 13.75rem;
  margin-right: -0.5rem;
}
@media (min-width: 20rem) {
  body.startpage .header_background {
    height: calc(13.75rem + 10 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  body.startpage .header_background {
    height: 23.75rem;
  }
}
@media (min-width: 47.5rem) {
  body.startpage .header_background {
    height: calc(30rem + 13.75 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .header_background {
    height: 43.75rem;
  }
}
@media (min-width: 35rem) {
  body.startpage .header_background {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  body.startpage .header_background {
    margin-right: -2rem;
  }
}
@media (min-width: 100rem) {
  body.startpage .header_background {
    margin-right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  body.startpage .header_background {
    margin-right: -7.8125rem;
  }
}
@media (min-width: 47.5rem) {
  body.startpage .header_background {
    margin-left: 0;
  }
}
body.startpage .order1_large {
  position: relative;
}
body.startpage .order1_large .wrap-overlay {
  bottom: 0;
  position: absolute;
  margin-right: 0.46875rem;
  right: -0.5rem;
}
@media (min-width: 20rem) {
  body.startpage .order1_large .wrap-overlay {
    left: calc(-0.2777783333em + -0.2777783333 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  body.startpage .order1_large .wrap-overlay {
    left: -0.5555566667em;
  }
}
@media (min-width: 20rem) {
  body.startpage .order1_large .wrap-overlay {
    margin-right: calc(0.46875rem + 1.09375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .order1_large .wrap-overlay {
    margin-right: 1.5625rem;
  }
}
@media (min-width: 35rem) {
  body.startpage .order1_large .wrap-overlay {
    right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  body.startpage .order1_large .wrap-overlay {
    right: -2rem;
  }
}
@media (min-width: 100rem) {
  body.startpage .order1_large .wrap-overlay {
    right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  body.startpage .order1_large .wrap-overlay {
    right: -7.8125rem;
  }
}
@media (min-width: 20rem) {
  body.startpage .order1_large .wrap-overlay {
    top: calc(-2.666672em + -3.166673 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  body.startpage .order1_large .wrap-overlay {
    top: -5.833345em;
  }
}
@media (min-width: 47.5rem) {
  body.startpage .order1_large .wrap-overlay {
    top: calc(-2.2500045em + -0.666668 * (100vw - 47.5rem) / (14.375));
  }
}
@media (min-width: 61.875rem) {
  body.startpage .order1_large .wrap-overlay {
    top: -2.9166725em;
  }
}
@media (min-width: 61.875rem) {
  body.startpage .order1_large .wrap-overlay {
    top: calc(-3.666674em + -1.333336 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .order1_large .wrap-overlay {
    top: -5.00001em;
  }
}
@media (min-width: 93.75rem) {
  body.startpage .order1_large .wrap-overlay {
    top: calc(-5.00001em + -1.0833355 * (100vw - 93.75rem) / (26.25));
  }
}
@media (min-width: 120rem) {
  body.startpage .order1_large .wrap-overlay {
    top: -6.0833455em;
  }
}
@media (min-width: 47.5rem) {
  body.startpage .order1_large .wrap-overlay {
    left: 0;
  }
}
body.startpage .order1_large .wrap-overlay .telescope {
  display: block;
}

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

.infolist_anchor_overview {
  background: #fbfcfe;
  border-radius: 0;
  padding: 0.833335em 1.66667em;
}
.infolist_anchor_overview a {
  display: block;
  padding: 0.833335em 0;
}
.infolist_anchor_overview li {
  border-top: 0.0625rem solid #dbdbdb;
}
.infolist_anchor_overview li:first-child {
  border-top: 0;
}

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

.infolist_download {
  align-items: baseline;
  background: #fbfcfe;
  border-radius: 0;
  border: 0.1875rem dashed rgba(7, 102, 177, 0.075);
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
}
.infolist_download .infolist_title {
  font-weight: 700;
}
.infolist_download p {
  margin-right: 1.66667em;
}

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

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

.meine_steuern_text {
  fill: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.meine_steuern_arrows {
  fill: #0766b1;
}

.meine_steuern_icon {
  fill: #000000;
}

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

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

.infolist_top_link {
  align-items: center;
  border-top: 0.1875rem dashed rgba(7, 102, 177, 0.075);
  display: flex;
  flex-direction: column;
  margin: 0.833335em 0;
  padding: 0.833335em 0;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.infolist_top_link a .text {
  font-size: 88.889%;
}
.infolist_top_link .icon {
  display: block;
  fill: #0766b1;
  height: 1.5rem;
  transform: rotate(-90deg);
  width: 1.5rem;
}

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

.img_container.infolist_graphic_u_online_graphic_small {
  margin-bottom: 3.33334em;
  margin-top: 1.66667em;
  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: 1.66667em 0 3.33334em;
  max-width: 34.375rem;
}
@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.66667em auto;
}

.infolist_graphic_u_online_graphic_large {
  display: none;
}

.u_online_2_headline {
  fill: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 90%;
  text-anchor: middle;
}
@media (min-width: 47.5rem) {
  .u_online_2_headline {
    font-size: 70%;
  }
}
.u_online_2_headline .strong {
  fill: #000000;
  font-weight: 700;
}

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

.u_online_company_logo {
  fill: #000000;
}

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

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

.u_online_icon {
  fill: #0766b1;
  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: #0766b1;
}
.u_online_button:hover .u_online_icon {
  fill: #000000;
}

.u_online_lines {
  fill: #0766b1;
}

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

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

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

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

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

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

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

.infolist_cta_style, .infolist_cta {
  align-items: center;
  background: #0766b1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3.33334em 0;
  padding: 3.33334em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
}
.infolist_cta_style > *, .infolist_cta > * {
  color: #fff;
  max-width: 50rem;
}
.infolist_cta_style:hover, .infolist_cta:hover, .infolist_cta_style:focus, .infolist_cta:focus {
  background: #00837c;
}

.infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container_boxit_nutzen_fuer_klienten {
  display: flex;
  flex-direction: column;
}
.infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
  background: #fbfcfe;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
}
@media (min-width: 61.875rem) {
  .infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container_boxit_nutzen_fuer_klienten {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
    width: calc(50% - (1.66667em / 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="%230766b1"/></svg>');
  margin: 0 0 0.833335em;
  padding-left: 1.2500025em;
}
.infolist_text_list_style:not(:has(div > ul)) > .infolist_text {
  display: list-item;
  padding-left: 0.4166675em;
}

@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="%230766b1"/></svg>');
    margin: 0 0 0.833335em;
    padding-left: 1.2500025em;
  }
  .infolist_text_list_style > .infolist_text {
    display: list-item;
    padding-left: 0.4166675em;
  }
}
.infolist_accordion_style .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text {
  background: none;
  margin-bottom: 1.66667em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
  letter-spacing: calc((1.125rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  background: #fbfcfe;
  border: 0.1875rem dashed rgba(7, 102, 177, 0.075);
  color: #0766b1;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 1.66667em 1.2500025em;
  transition: 300ms;
  user-select: none;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
    font-size: 1.25rem;
  }
}
.infolist_accordion_style .infolist_text > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #0766b1;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.833335em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h2 {
  background: #00837c;
  color: #fff;
}
.infolist_accordion_style .infolist_text:hover > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h3::before,
.infolist_accordion_style .infolist_text:hover > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h2::before, .infolist_accordion_style .infolist_text:focus > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h2::before {
  background-color: #fff;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .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), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1.125rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.833335em;
  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 3.33334em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3.33334em;
  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(7, 102, 177, 0.3);
}
.infolist_text_fader_style .infolist_text:hover > h2,
.infolist_text_fader_style .infolist_text:hover > h3, .infolist_text_fader_style .infolist_text:focus > h2,
.infolist_text_fader_style .infolist_text:focus > h3 {
  bottom: 50%;
  opacity: 0;
}
.infolist_text_fader_style .infolist_text:hover > *:not(h2):not(h3), .infolist_text_fader_style .infolist_text:focus > *:not(h2):not(h3) {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

.job_benefit_overview .entry {
  margin-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry {
    margin-bottom: 3.125rem;
  }
}
.job_benefit_overview .entry .image img {
  display: block;
}
.job_benefit_overview .entry p {
  font-size: 88.889%;
  margin-bottom: 0.833335em;
}
.job_benefit_overview .entry a {
  color: #0766b1;
  font-size: 88.889%;
}

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

.job_overview {
  padding-top: 1.66667em;
}
.job_overview .entry {
  background: #fbfcfe;
  display: block;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
  text-decoration: none;
  transition: background 300ms;
}
.job_overview .entry .title {
  margin: 0;
  padding: 0;
  transition: color 300ms;
}
.job_overview .entry:focus, .job_overview .entry:hover {
  background: #0766b1;
}
.job_overview .entry:focus .title, .job_overview .entry:hover .title {
  color: #fff;
}

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

.visible_for_screen_reader, .form_elements .entry.nolabel .label {
  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;
}

.kpt_form .title {
  max-width: 62.5rem;
}
@media (min-width: 35rem) {
  .kpt_form .button_wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

.radio_wrapper {
  display: block;
  min-height: 0.0625rem;
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 1.66667em;
}
.radio_wrapper .row > .span_column {
  position: relative;
}
.radio_wrapper .label {
  align-items: center;
  background: #fbfcfe;
  border-radius: 0;
  border: 0.1875rem dashed rgba(7, 102, 177, 0.075);
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  margin-bottom: 1.66667em;
  overflow: hidden;
  padding: 0.833335em;
  position: relative;
  transition: 300ms;
}
.radio_wrapper .label .radio_text {
  color: #0766b1;
  display: block;
  font-weight: 700;
  padding: 0.833335em;
  transition: color 300ms;
}
.radio_wrapper .radio:hover + .label,
.radio_wrapper .radio:focus + .label {
  background-color: #00837c;
}
.radio_wrapper .radio:hover + .label .radio_text,
.radio_wrapper .radio:focus + .label .radio_text {
  color: #fff;
}
.radio_wrapper .radio {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.radio_wrapper .radio:checked + .label {
  background-color: #0766b1;
}
.radio_wrapper .radio:checked + .label .radio_text {
  color: #fff;
}

.icon_input_wrapper {
  align-items: stretch;
  background-color: #fff;
  border-radius: 0;
  display: flex;
  flex-grow: 1;
  margin-bottom: 1.66667em;
  overflow: hidden;
}
.icon_input_wrapper > .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1.66667em;
}
.icon_input_wrapper > .icon svg {
  display: block;
  fill: #0766b1;
  height: 2.75rem;
  width: 2.75rem;
}
.icon_input_wrapper .checkbox,
.icon_input_wrapper .input_textfield {
  align-items: center;
  background-color: #fbfcfe;
  border-radius: 0;
  border: 0.1875rem dashed rgba(7, 102, 177, 0.075);
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 1.87500375em 1.66667em;
}
.icon_input_wrapper .checkbox .input,
.icon_input_wrapper .input_textfield .input {
  margin-bottom: 0;
}
.icon_input_wrapper .checkbox .text,
.icon_input_wrapper .input_textfield .text {
  color: #0766b1;
  flex-grow: 1;
  font-weight: 700;
  padding-right: 0.833335em;
  position: relative;
  z-index: 9999;
}
.icon_input_wrapper .checkbox .indicator .icon,
.icon_input_wrapper .input_textfield .indicator .icon {
  height: 100%;
  width: 100%;
}
.icon_input_wrapper .input[type=text] {
  border: 0.0625rem solid #dbdbdb;
  height: 4.25rem;
  opacity: 1;
  padding: 0 0.833335em;
  position: relative;
  width: 100%;
}

.kpt_form_application_express {
  margin-bottom: 1.66667em;
}
.kpt_form_application_express .frc-captcha .frc-container {
  justify-content: flex-start;
}
@media (min-width: 35rem) {
  .kpt_form_application_express .button_overview {
    justify-content: flex-end;
  }
}
.kpt_form_application_express .button_overview .button {
  margin: 0;
}
.kpt_form_application_express .button_overview .button_wrapper,
.kpt_form_application_express .button_overview .next_button {
  margin-left: auto;
}
@media (min-width: 35rem) {
  .kpt_form_application_express .button_overview .button_wrapper,
.kpt_form_application_express .button_overview .next_button {
    margin-left: 1.66667em;
  }
}

.kpt_form_application_express.multipage {
  overflow: hidden;
  position: relative;
}
.kpt_form_application_express.multipage .progress_bar_wrapper {
  position: relative;
  width: 100%;
}
.kpt_form_application_express.multipage .progress_bar_wrapper .progress_bar {
  background: #0766b1;
  height: 0.3125rem;
  left: 0;
  margin-bottom: 2.500005em;
  max-width: 0;
  position: relative;
  top: 0;
  transition: max-width 300ms ease-in;
  width: 100%;
}
.kpt_form_application_express.multipage .progress_bar_wrapper::before {
  background-color: #dbdbdb;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.kpt_form_application_express.multipage .form_page {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.kpt_form_application_express.multipage .form_page.active {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
  visibility: visible;
}

.select_location_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.66667em;
  align-items: center;
}
.select_location_wrapper > .text {
  flex: 1 0 100%;
  margin-right: 0.833335em;
}
@media (min-width: 47.5rem) {
  .select_location_wrapper > .text {
    flex: 0 0 auto;
  }
}
.select_location_wrapper .button {
  margin: 0.833335em 0.833335em 0.833335em 0;
}

.radio_wrapper .select_location_option {
  display: flex;
}
.radio_wrapper .select_location_option.hide {
  display: none;
}

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

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

.page_wrapper {
  overflow-x: hidden;
}

.wrap-content {
  position: relative;
  margin-bottom: 3.33334em;
  padding-top: 5.625rem;
}
@media (min-width: 20rem) {
  .wrap-content {
    margin-bottom: calc(3.33334em + 3.33334 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-content {
    margin-bottom: 6.66668em;
  }
}
@media (min-width: 20rem) {
  .wrap-content {
    padding-top: calc(5.625rem + 2.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-content {
    padding-top: 8.4375rem;
  }
}

.font_size_bigger p {
  font-size: 111.111%;
  line-height: 1.8;
}

body.mitarbeiter .font_size_bigger, body.videos .font_size_bigger {
  max-width: 95ch;
  padding-bottom: 1.66667em;
}

.content_image {
  background-color: #fbfcfe;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-leistung .leistung-top,
.wrap-leistung .leistung-middle,
.wrap-leistung .leistung-bottom {
  margin-bottom: 3.33334em;
}
@media (min-width: 20rem) {
  .wrap-leistung .leistung-top,
.wrap-leistung .leistung-middle,
.wrap-leistung .leistung-bottom {
    margin-bottom: calc(3.33334em + 3.33334 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-leistung .leistung-top,
.wrap-leistung .leistung-middle,
.wrap-leistung .leistung-bottom {
    margin-bottom: 6.66668em;
  }
}
@media (min-width: 47.5rem) {
  .wrap-leistung .leistung-middle .infolist_overview,
.wrap-leistung .leistung-middle .overview {
    padding: 0;
  }
  .wrap-leistung .leistung-middle .infolist_overview .overview_title,
.wrap-leistung .leistung-middle .overview .overview_title {
    padding: 0;
  }
}
.wrap-leistung .leistung-middle .content_image {
  height: 13.75rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 20rem) {
  .wrap-leistung .leistung-middle .content_image {
    height: calc(13.75rem + 10 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .wrap-leistung .leistung-middle .content_image {
    height: 23.75rem;
  }
}
@media (min-width: 35rem) {
  .wrap-leistung .leistung-middle .content_image {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .wrap-leistung .leistung-middle .content_image {
    margin-left: -2rem;
  }
}
@media (min-width: 35rem) {
  .wrap-leistung .leistung-middle .content_image {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .wrap-leistung .leistung-middle .content_image {
    margin-right: -2rem;
  }
}
@media (min-width: 100rem) {
  .wrap-leistung .leistung-middle .content_image {
    margin-right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .wrap-leistung .leistung-middle .content_image {
    margin-right: -7.8125rem;
  }
}
@media (min-width: 47.5rem) {
  .wrap-leistung .leistung-middle .content_image {
    height: 100%;
    margin-left: 0;
    max-height: 93.75rem;
  }
}
.wrap-leistung .leistung-bottom .font_size_bigger {
  max-width: 95ch;
  padding-bottom: 1.66667em;
}

.overview,
.infolist_overview,
.download_overview,
.onlinetools_popup_overview,
.onlinetool_v2_overview,
.onlineforms_popup_overview,
.video_preview {
  padding-top: 1.66667em;
}
.overview .entry,
.infolist_overview .entry,
.download_overview .entry,
.onlinetools_popup_overview .entry,
.onlinetool_v2_overview .entry,
.onlineforms_popup_overview .entry,
.video_preview .entry {
  background: #fbfcfe;
  display: block;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
  text-decoration: none;
  transition: background 300ms;
}
.overview .entry .title,
.overview .entry .text,
.infolist_overview .entry .title,
.infolist_overview .entry .text,
.download_overview .entry .title,
.download_overview .entry .text,
.onlinetools_popup_overview .entry .title,
.onlinetools_popup_overview .entry .text,
.onlinetool_v2_overview .entry .title,
.onlinetool_v2_overview .entry .text,
.onlineforms_popup_overview .entry .title,
.onlineforms_popup_overview .entry .text,
.video_preview .entry .title,
.video_preview .entry .text {
  transition: color 300ms;
}
.overview .entry .title,
.infolist_overview .entry .title,
.download_overview .entry .title,
.onlinetools_popup_overview .entry .title,
.onlinetool_v2_overview .entry .title,
.onlineforms_popup_overview .entry .title,
.video_preview .entry .title {
  padding: 0;
}
.overview .entry .text,
.infolist_overview .entry .text,
.download_overview .entry .text,
.onlinetools_popup_overview .entry .text,
.onlinetool_v2_overview .entry .text,
.onlineforms_popup_overview .entry .text,
.video_preview .entry .text {
  margin: 0;
}
.overview .entry:focus, .overview .entry:hover,
.infolist_overview .entry:focus,
.infolist_overview .entry:hover,
.download_overview .entry:focus,
.download_overview .entry:hover,
.onlinetools_popup_overview .entry:focus,
.onlinetools_popup_overview .entry:hover,
.onlinetool_v2_overview .entry:focus,
.onlinetool_v2_overview .entry:hover,
.onlineforms_popup_overview .entry:focus,
.onlineforms_popup_overview .entry:hover,
.video_preview .entry:focus,
.video_preview .entry:hover {
  background: #0766b1;
}
.overview .entry:focus .title,
.overview .entry:focus .text, .overview .entry:hover .title,
.overview .entry:hover .text,
.infolist_overview .entry:focus .title,
.infolist_overview .entry:focus .text,
.infolist_overview .entry:hover .title,
.infolist_overview .entry:hover .text,
.download_overview .entry:focus .title,
.download_overview .entry:focus .text,
.download_overview .entry:hover .title,
.download_overview .entry:hover .text,
.onlinetools_popup_overview .entry:focus .title,
.onlinetools_popup_overview .entry:focus .text,
.onlinetools_popup_overview .entry:hover .title,
.onlinetools_popup_overview .entry:hover .text,
.onlinetool_v2_overview .entry:focus .title,
.onlinetool_v2_overview .entry:focus .text,
.onlinetool_v2_overview .entry:hover .title,
.onlinetool_v2_overview .entry:hover .text,
.onlineforms_popup_overview .entry:focus .title,
.onlineforms_popup_overview .entry:focus .text,
.onlineforms_popup_overview .entry:hover .title,
.onlineforms_popup_overview .entry:hover .text,
.video_preview .entry:focus .title,
.video_preview .entry:focus .text,
.video_preview .entry:hover .title,
.video_preview .entry:hover .text {
  color: #fff;
}
.overview.no_padding_top,
.infolist_overview.no_padding_top,
.download_overview.no_padding_top,
.onlinetools_popup_overview.no_padding_top,
.onlinetool_v2_overview.no_padding_top,
.onlineforms_popup_overview.no_padding_top,
.video_preview.no_padding_top {
  padding-top: 0;
}

.download_overview .entry {
  background: #00837c;
}
.download_overview .entry .title,
.download_overview .entry .text {
  color: #fff;
}

.onlinetools_popup_overview .entry,
.onlinetool_v2_overview .entry,
.onlineforms_popup_overview .entry {
  background: #0766b1;
}
.onlinetools_popup_overview .entry .title,
.onlinetools_popup_overview .entry .text,
.onlinetool_v2_overview .entry .title,
.onlinetool_v2_overview .entry .text,
.onlineforms_popup_overview .entry .title,
.onlineforms_popup_overview .entry .text {
  color: #fff;
}
.onlinetools_popup_overview .entry:focus, .onlinetools_popup_overview .entry:hover,
.onlinetool_v2_overview .entry:focus,
.onlinetool_v2_overview .entry:hover,
.onlineforms_popup_overview .entry:focus,
.onlineforms_popup_overview .entry:hover {
  background: #00837c;
}

.start-intro {
  margin-bottom: 1.66667em;
}
.start-intro .wrap-text {
  padding-top: 1.66667em;
}
.start-intro .wrap-text .font_size_bigger {
  max-width: 50ch;
}
.start-intro .headline h1 {
  font-size: 122.22222%;
  line-height: 1.8;
  margin: 0 0 0.4166675em;
  padding: 0;
}
.start-intro .headline h2 {
  padding: 0;
}
.start-intro .headline h2 strong {
  color: #00837c;
  font-weight: 400;
}

.start-leistungen {
  background: #fbfcfe;
  margin-bottom: 1.66667em;
  padding-bottom: 3.33334em;
  padding-top: 2.500005em;
}
@media (min-width: 20rem) {
  .start-leistungen {
    margin-bottom: calc(1.66667em + 1.66667 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-leistungen {
    margin-bottom: 3.33334em;
  }
}
@media (min-width: 20rem) {
  .start-leistungen {
    padding-bottom: calc(3.33334em + 2.500005 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-leistungen {
    padding-bottom: 5.833345em;
  }
}
@media (min-width: 20rem) {
  .start-leistungen {
    padding-top: calc(2.500005em + 2.500005 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-leistungen {
    padding-top: 5.00001em;
  }
}
.start-leistungen .wrap-text {
  max-width: 95ch;
  padding-bottom: 1.66667em;
}

.start-kontakt {
  margin-bottom: 3.33334em;
}
@media (min-width: 20rem) {
  .start-kontakt {
    margin-bottom: calc(3.33334em + 5.00001 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-kontakt {
    margin-bottom: 8.33335em;
  }
}
.start-kontakt .content_image {
  margin-bottom: 1.66667em;
  height: 13.75rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 20rem) {
  .start-kontakt .content_image {
    height: calc(13.75rem + 10 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .start-kontakt .content_image {
    height: 23.75rem;
  }
}
@media (min-width: 47.5rem) {
  .start-kontakt .content_image {
    height: calc(35rem + 4.0625 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  .start-kontakt .content_image {
    height: 39.0625rem;
  }
}
@media (min-width: 35rem) {
  .start-kontakt .content_image {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-kontakt .content_image {
    margin-left: -2rem;
  }
}
@media (min-width: 100rem) {
  .start-kontakt .content_image {
    margin-left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .start-kontakt .content_image {
    margin-left: -7.8125rem;
  }
}
@media (min-width: 35rem) {
  .start-kontakt .content_image {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-kontakt .content_image {
    margin-right: -2rem;
  }
}
@media (min-width: 47.5rem) {
  .start-kontakt .content_image {
    margin-bottom: 0;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .start-kontakt .content_image {
    margin-right: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .start-kontakt .content_image {
    margin-right: -3.125rem;
  }
}
@media (min-width: 47.5rem) {
  .start-kontakt .headline h2 {
    padding: 0;
  }
}

.start-team .wrap-top {
  overflow: hidden;
  position: relative;
}
.start-team .wrap-text {
  margin-bottom: 3.33334em;
}
.start-team .button {
  margin-top: 0.833335em;
}
.start-team .wrap-bottom {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 35rem) {
  .start-team .wrap-bottom {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-team .wrap-bottom {
    margin-left: -2rem;
  }
}
@media (min-width: 100rem) {
  .start-team .wrap-bottom {
    margin-left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .start-team .wrap-bottom {
    margin-left: -7.8125rem;
  }
}
@media (min-width: 35rem) {
  .start-team .wrap-bottom {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-team .wrap-bottom {
    margin-right: -2rem;
  }
}
@media (min-width: 100rem) {
  .start-team .wrap-bottom {
    margin-right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .start-team .wrap-bottom {
    margin-right: -7.8125rem;
  }
}
.start-team .wrap-bottom .team_collage {
  margin: 0 -0.3125rem;
}

.start-karriere {
  position: relative;
}
.start-karriere .wrap-text {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 5.00001em;
  padding-top: 3.33334em;
}
@media (min-width: 20rem) {
  .start-karriere .wrap-text {
    padding-bottom: calc(5.00001em + 1.66667 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-karriere .wrap-text {
    padding-bottom: 6.66668em;
  }
}
@media (min-width: 20rem) {
  .start-karriere .wrap-text {
    padding-top: calc(3.33334em + 3.33334 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-karriere .wrap-text {
    padding-top: 6.66668em;
  }
}
.start-karriere .button {
  margin-top: 0.833335em;
}
.start-karriere .compass {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.4;
  position: absolute;
  max-width: 9.375rem;
}
@media (min-width: 20rem) {
  .start-karriere .compass {
    max-width: calc(9.375rem + 15.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-karriere .compass {
    max-width: 24.4375rem;
  }
}
@media (min-width: 30rem) {
  .start-karriere .compass {
    opacity: 0.5;
  }
}
@media (min-width: 35rem) {
  .start-karriere .compass {
    opacity: 0.6;
  }
}
@media (min-width: 47.5rem) {
  .start-karriere .compass {
    opacity: 0.7;
  }
}
@media (min-width: 61.875rem) {
  .start-karriere .compass {
    opacity: 0.8;
  }
}
@media (min-width: 75rem) {
  .start-karriere .compass {
    opacity: 0.9;
  }
}
@media (min-width: 93.75rem) {
  .start-karriere .compass {
    opacity: 1;
  }
}

.start-block {
  background: #fbfcfe;
}
.start-block .content_image {
  height: 13.75rem;
}
@media (min-width: 20rem) {
  .start-block .content_image {
    height: calc(13.75rem + 10 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .start-block .content_image {
    height: 23.75rem;
  }
}
@media (min-width: 47.5rem) {
  .start-block .content_image {
    height: calc(30rem + 15 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  .start-block .content_image {
    height: 45rem;
  }
}
.start-block .wrap-text {
  padding-top: 1.66667em;
  margin-bottom: 3.33334em;
}
@media (min-width: 20rem) {
  .start-block .wrap-text {
    margin-bottom: calc(3.33334em + 3.33334 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-block .wrap-text {
    margin-bottom: 6.66668em;
  }
}
@media (min-width: 47.5rem) {
  .start-block .wrap-text {
    margin: 0;
    padding: 0;
  }
  .start-block .wrap-text h2 {
    padding: 0;
  }
}
.start-block .wrap-text .button {
  margin-top: 0.833335em;
}
.start-block .start-videos .content_image {
  margin-left: -0.9375rem;
  margin-right: -0.5rem;
}
@media (min-width: 20rem) {
  .start-block .start-videos .content_image {
    margin-left: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-block .start-videos .content_image {
    margin-left: -3.125rem;
  }
}
@media (min-width: 35rem) {
  .start-block .start-videos .content_image {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-block .start-videos .content_image {
    margin-right: -2rem;
  }
}
@media (min-width: 47.5rem) {
  .start-block .start-videos .content_image {
    margin-left: -0.46875rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .start-block .start-videos .content_image {
    margin-left: calc(-0.46875rem + -1.09375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .start-block .start-videos .content_image {
    margin-left: -1.5625rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .start-block .start-videos .content_image {
    margin-right: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .start-block .start-videos .content_image {
    margin-right: -3.125rem;
  }
}
@media (min-width: 100rem) {
  .start-block .start-videos .content_image {
    margin-right: calc(-3.125rem + -30.625 * (100vw - 100rem) / (60));
  }
}
@media (min-width: 160rem) {
  .start-block .start-videos .content_image {
    margin-right: -33.75rem;
  }
}
@media (min-width: 47.5rem) {
  .start-block .start-videos .wrap-text {
    margin-left: -0.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 35rem) {
  .start-block .start-videos .wrap-text {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 47.5rem) and (min-width: 100rem) {
  .start-block .start-videos .wrap-text {
    margin-left: -2rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 100rem) {
  .start-block .start-videos .wrap-text {
    margin-left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 47.5rem) and (min-width: 120rem) {
  .start-block .start-videos .wrap-text {
    margin-left: -7.8125rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 35rem) {
  .start-block .start-videos .wrap-text {
    margin-right: calc(1rem + 2 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 47.5rem) and (min-width: 100rem) {
  .start-block .start-videos .wrap-text {
    margin-right: 3rem;
  }
}
.start-block .start-digital .content_image {
  margin-left: -0.5rem;
  margin-right: -0.9375rem;
}
@media (min-width: 35rem) {
  .start-block .start-digital .content_image {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-block .start-digital .content_image {
    margin-left: -2rem;
  }
}
@media (min-width: 20rem) {
  .start-block .start-digital .content_image {
    margin-right: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-block .start-digital .content_image {
    margin-right: -3.125rem;
  }
}
@media (min-width: 47.5rem) {
  .start-block .start-digital .content_image {
    margin-left: -0.9375rem;
    margin-right: -0.46875rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .start-block .start-digital .content_image {
    margin-left: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .start-block .start-digital .content_image {
    margin-left: -3.125rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .start-block .start-digital .content_image {
    margin-right: calc(-0.46875rem + -1.09375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .start-block .start-digital .content_image {
    margin-right: -1.5625rem;
  }
}
@media (min-width: 100rem) {
  .start-block .start-digital .content_image {
    margin-left: calc(-3.125rem + -30.625 * (100vw - 100rem) / (60));
  }
}
@media (min-width: 160rem) {
  .start-block .start-digital .content_image {
    margin-left: -33.75rem;
  }
}
@media (min-width: 47.5rem) {
  .start-block .start-digital .wrap-text {
    margin-right: -0.5rem;
    margin-left: 1rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 35rem) {
  .start-block .start-digital .wrap-text {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 47.5rem) and (min-width: 100rem) {
  .start-block .start-digital .wrap-text {
    margin-right: -2rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 100rem) {
  .start-block .start-digital .wrap-text {
    margin-right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 47.5rem) and (min-width: 120rem) {
  .start-block .start-digital .wrap-text {
    margin-right: -7.8125rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 35rem) {
  .start-block .start-digital .wrap-text {
    margin-left: calc(1rem + 2 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 47.5rem) and (min-width: 100rem) {
  .start-block .start-digital .wrap-text {
    margin-left: 3rem;
  }
}

.start-quick {
  margin-bottom: 3.33334em;
  padding-top: 3.33334em;
}
@media (min-width: 20rem) {
  .start-quick {
    margin-bottom: calc(3.33334em + 3.33334 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-quick {
    margin-bottom: 6.66668em;
  }
}
@media (min-width: 20rem) {
  .start-quick {
    padding-top: calc(3.33334em + 3.33334 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-quick {
    padding-top: 6.66668em;
  }
}
.start-quick .headline h2 strong {
  color: #00837c;
  font-weight: 400;
}

.start-bigimg .wrapper {
  position: relative;
}
.start-bigimg .wrapper .button {
  position: absolute;
  right: 0.9375rem;
  z-index: 1;
  top: 1.5625rem;
}
@media (min-width: 100rem) {
  .start-bigimg .wrapper .button {
    right: calc(0.9375rem + -5.3125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .start-bigimg .wrapper .button {
    right: -4.375rem;
  }
}
@media (min-width: 20rem) {
  .start-bigimg .wrapper .button {
    top: calc(1.5625rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-bigimg .wrapper .button {
    top: 3.125rem;
  }
}
.start-bigimg .content_image {
  height: 115vh;
  min-height: 23.75rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 35rem) {
  .start-bigimg .content_image {
    margin-left: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-bigimg .content_image {
    margin-left: -2rem;
  }
}
@media (min-width: 100rem) {
  .start-bigimg .content_image {
    margin-left: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .start-bigimg .content_image {
    margin-left: -7.8125rem;
  }
}
@media (min-width: 35rem) {
  .start-bigimg .content_image {
    margin-right: calc(-0.5rem + -1.5 * (100vw - 35rem) / (65));
  }
}
@media (min-width: 100rem) {
  .start-bigimg .content_image {
    margin-right: -2rem;
  }
}
@media (min-width: 100rem) {
  .start-bigimg .content_image {
    margin-right: calc(-2rem + -5.8125 * (100vw - 100rem) / (20));
  }
}
@media (min-width: 120rem) {
  .start-bigimg .content_image {
    margin-right: -7.8125rem;
  }
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
  margin-left: 0.4166675em;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu {
    margin-left: calc(0.4166675em + 0.833335 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu {
    margin-left: 1.2500025em;
  }
}
@media (min-width: 65.625rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 2.75rem;
  outline-color: #fff;
  padding: 0;
  position: relative;
  user-select: none;
  width: 2.75rem;
  z-index: 10;
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn > span {
  min-height: 2.75rem;
}
.toggle_offcanvas_menu .open_btn > span:before {
  display: none !important;
}
.toggle_offcanvas_menu .open_btn .icon {
  height: 1.125rem;
  position: relative;
  width: 2rem;
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms;
}
.toggle_offcanvas_menu .open_btn .icon .line_1 {
  top: 0;
}
.toggle_offcanvas_menu .open_btn .icon .line_2 {
  top: 50%;
  transform: translateY(-50%);
}
.toggle_offcanvas_menu .open_btn .icon .line_3 {
  top: 100%;
  transform: translateY(-100%);
}
.toggle_offcanvas_menu .open_btn.open .icon .line_1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_2 {
  transform: translateY(-50%) scaleX(0);
}
.toggle_offcanvas_menu .open_btn.open .icon .line_3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .sr_open {
  display: none;
}
.toggle_offcanvas_menu .open_btn.open .sr_close {
  display: block;
}

.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.65);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  align-items: flex-start;
  background: #0766b1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0.833335em 0;
  position: absolute;
  transition: 300ms ease-in-out;
  width: 15.625rem;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 21.875rem;
  }
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  display: inline-flex;
  margin: 0 0.833335em 2.0833375em 0.833335em;
  background: #0766b1;
  border: 0.1875rem solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.offcanvas_menu .close_btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn > span {
    min-height: 3.875rem;
  }
}
.offcanvas_menu .close_btn > span:before {
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn > span:before {
    height: 0.496875rem;
  }
}
.offcanvas_menu .close_btn .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.offcanvas_menu .close_btn .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
.offcanvas_menu .close_btn .icon + .text {
  padding-left: 0.55500111em;
}
.offcanvas_menu .close_btn:focus-visible, .offcanvas_menu .close_btn:hover {
  background: #0766b1;
  border-color: #fff;
  color: #0766b1;
}
.offcanvas_menu .close_btn:focus-visible > span:before, .offcanvas_menu .close_btn:hover > span:before {
  background: #fff;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.offcanvas_menu .close_btn:focus-visible .icon, .offcanvas_menu .close_btn:hover .icon {
  fill: #0766b1;
}
.offcanvas_menu .close_btn:focus-visible .icon .line, .offcanvas_menu .close_btn:hover .icon .line {
  background: #0766b1;
}
.offcanvas_menu .close_btn .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  position: relative;
}
.offcanvas_menu .close_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: background 300ms, top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .line_2 {
  top: 50%;
  transition: background 300ms, bottom 300ms, transform 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  letter-spacing: calc((1.125rem + 0 * (100vw - 20rem) / (73.75)) * 0.05);
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 3.1875rem;
  outline-color: #fff;
  padding: 0 0.833335em;
  text-decoration: none;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    letter-spacing: calc(1.125rem * 0.05);
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li > a {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    font-size: 1.125rem;
  }
}
.offcanvas_menu .navigation > ul > li > a .text {
  position: relative;
}
.offcanvas_menu .navigation > ul > li > a .text:before {
  background: #fff;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 300ms, width 300ms;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 0;
}
.offcanvas_menu .navigation > ul > li > a.active, .offcanvas_menu .navigation > ul > li > a:focus, .offcanvas_menu .navigation > ul > li > a:hover {
  color: #fff;
}
.offcanvas_menu .navigation > ul > li > a.active .text:before, .offcanvas_menu .navigation > ul > li > a:focus .text:before, .offcanvas_menu .navigation > ul > li > a:hover .text:before {
  opacity: 1;
  width: 100%;
}
.offcanvas_menu .navigation > ul > li ul {
  background: #fbfcfe;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .navigation > ul ul li {
  margin: 0.2777783333em 0;
}
.offcanvas_menu .navigation > ul ul li:first-child {
  padding-top: 0.833335em;
}
.offcanvas_menu .navigation > ul ul li:last-child {
  margin-bottom: 1.66667em;
}
.offcanvas_menu .navigation > ul ul a {
  color: #000000;
  display: block;
  padding: 0 1.12500225em;
}
.offcanvas_menu .navigation > ul ul a.active, .offcanvas_menu .navigation > ul ul a:focus, .offcanvas_menu .navigation > ul ul a:hover {
  color: #000000;
}
.offcanvas_menu .navigation > ul ul a.active {
  font-weight: 700;
  text-decoration: none;
}

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

.popup_overlay,
.popup_overlay_v2 {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(0, 0, 0, 0.65);
  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.66667em;
}

.popup_close {
  align-items: center;
  background: #0766b1;
  border-radius: 0 0 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  padding: 0.47500095em;
  text-align: center;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 4.25rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 4.25rem;
  }
}
.popup_close svg {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

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

.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 {
  padding-top: 1.66667em;
}
@media (min-width: 47.5rem) {
  .open_street_map {
    padding: 0;
  }
  .open_street_map h2 {
    padding: 0;
  }
}
.open_street_map .map {
  height: 21.875rem;
  background-color: #fbfcfe;
  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(251, 252, 254, 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.66667em 3.33334em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.66667em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.66667em 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.66667em 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.833335em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.66667em 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: #fff;
  border: 0.1875rem solid #0766b1;
  border-radius: 0;
  color: #0766b1;
  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 {
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus, .open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #0766b1;
  border: 0.1875rem solid #0766b1;
  color: #fff;
}
.open_street_map .ol-overlaycontainer-stopevent button.disabled {
  cursor: default;
  opacity: 0.6;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  position: absolute;
  right: 0.3125rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.375rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 2.875rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 88.889%;
  margin: 0 0.833335em;
  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.500005em;
  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: #054a80;
  color: #fff;
}

* {
  -webkit-tap-highlight-color: rgba(7, 102, 177, 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.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000000;
  font-family: "Plus Jakarta 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.66667;
  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.875rem + 0.25 * (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((2.125rem + 2 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2.125rem;
  color: #0766b1;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.62500125em;
  padding-top: 0.833335em;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(4.125rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(2.125rem + 2 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 4.125rem;
  }
}

h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
  letter-spacing: calc((1.625rem + 1 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.625rem;
  color: #0766b1;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.62500125em;
  padding-top: 0.833335em;
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    letter-spacing: calc(2.625rem * 0);
  }
}
@media (min-width: 20rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: calc(1.625rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: 2.625rem;
  }
}

h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
  letter-spacing: calc((1.5rem + 0.75 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.5rem;
  color: #0766b1;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.4166675em;
  padding-top: 0.833335em;
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    letter-spacing: calc(2.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: 2.25rem;
  }
}

h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
  letter-spacing: calc((1.25rem + 0.375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  color: #0766b1;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.62500125em;
  padding-top: 0.833335em;
}
@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.25rem + 0.375 * (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.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.62500125em;
  padding-top: 0.833335em;
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: 1.25rem;
  }
}

h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
  letter-spacing: calc((1.125rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.62500125em;
  padding-top: 0.833335em;
}
@media (min-width: 93.75rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h6,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline {
    font-size: 1.25rem;
  }
}

p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.66667;
  margin: 0 0 1.66667em;
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: calc(0.875rem + 0.25 * (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: #000000;
  text-decoration: underline;
  transition: color 300ms;
}
a:active, a.active {
  color: #000000;
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[tabindex="-1"] {
  display: block;
}
a[tabindex="-1"]:focus {
  outline: 0;
}
a[tabindex="-1"][id] {
  position: relative;
}
a[tabindex="-1"][id]:after {
  content: "";
}
a.touch_link {
  color: #000000;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #0766b1;
  display: inline-block;
  margin-bottom: 0.4166675em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #000000;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.125rem solid #000000;
  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.833335em 1ch;
  text-indent: -1ch;
}
blockquote:before {
  content: "„";
}
blockquote:after {
  content: "“";
}

small {
  font-size: 88.889%;
}

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

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

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

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

table {
  border-bottom: 0.0625rem solid #dbdbdb;
  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 #dbdbdb;
  padding: 0.55500111em;
  transition: background 300ms;
  vertical-align: top;
}

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

ol {
  counter-reset: list;
  list-style: none;
  margin: 0 0 1.66667em;
  padding: 0;
}
ol > li {
  padding-left: 2.0833375em;
  position: relative;
}
ol > li:before {
  color: #0766b1;
  content: counter(list) ".";
  counter-increment: list;
  font-weight: 700;
  left: 0;
  line-height: 1.66667;
  position: absolute;
  text-align: right;
  width: 1.2500025em;
}
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="9" width="9" x="0" y="0" fill="%230766b1"/></svg>');
  margin: 0 0 1.66667em;
  padding-left: 1.2500025em;
}
ul > li {
  padding-left: 0.4166675em;
}
ul ol, ul ul {
  margin: 0;
}

.defined_list dl {
  border-bottom: 0.0625rem solid #dbdbdb;
  margin: 0.833335em 0;
}
@media (min-width: 35rem) {
  .defined_list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.defined_list dt {
  border-top: 0.0625rem solid #dbdbdb;
  font-weight: 700;
  padding: 0.833335em 0;
}
@media (min-width: 35rem) {
  .defined_list dt {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0.833335em 0.833335em 0.833335em 0;
  }
}
.defined_list dd {
  margin: 0;
}
@media (min-width: 35rem) {
  .defined_list dd {
    border-top: 0.0625rem solid #dbdbdb;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0.833335em 0.55500111em 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.66667em;
}
figure img {
  display: block;
}
figure.center {
  margin-left: auto;
  margin-right: auto;
}
figure.floatleft {
  float: left;
  margin-right: 1.66667em;
}
figure.floatright {
  float: right;
  margin-left: 1.66667em;
}

figcaption {
  font-size: 88.889%;
  margin-top: 0.4166675em;
  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.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
}
@media (min-width: 93.75rem) {
  .ot_ui {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui {
    font-size: 1.125rem;
  }
}

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

:root {
  --ot-main-color: #0766b1;
  --ot-secondary-color: #0766b1;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #054a80;
  --ot-rgba-main-01: rgba(7, 102, 177, 0.1);
  --ot-rgba-main-02: rgba(7, 102, 177, 0.2);
  --ot-rgba-main-05: rgba(7, 102, 177, 0.5);
  --ot-rgba-main-08: rgba(7, 102, 177, 0.8);
  --ot-rgba-secondary-01: rgba(7, 102, 177, 0.1);
  --ot-rgba-secondary-02: rgba(7, 102, 177, 0.2);
  --ot-lighten-main-30: #59b2f8;
  --ot-main-color-darken-40: black;
  --ot-button-color: #fff;
  --ot-button-active-color: #e6e6e6;
  --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: 100rem;
  --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: 4.25rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #fff;
  --ot-text-color-light: #fff;
  --ot-text-color: #000000;
  --ot-bg-color: #fbfcfe;
  --ot-border-color: #dbdbdb;
  --ot-okay-color: #00837c;
  --ot-okay-bg-color: #2cfff4;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #0766b1;
  --ot-popup-overlay-color: rgba(0, 0, 0, 0.65);
  --ot-shadow-color: rgba(0, 0, 0, 0.4);
  --ot-font-family-headline: Frank Ruhl Libre, serif;
  --ot-font-family: Plus Jakarta Sans, sans-serif;
  --ot-font-size-max: 1.125rem;
  --ot-font-size-min: 0.875rem;
  --ot-font-weight-strong: 700;
  --ot-font-weight: 400;
  --ot-line-height: 1.66667;
  --ot-font-size-h1-max: 4.125rem;
  --ot-font-size-h1-min: 2.125rem;
  --ot-font-weight-h1: 400;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.2;
  --ot-text-color-h1: #0766b1;
  --ot-font-size-h2-max: 2.625rem;
  --ot-font-size-h2-min: 1.625rem;
  --ot-font-weight-h2: 400;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.2;
  --ot-text-color-h2: #0766b1;
  --ot-font-size-h3-max: 2.25rem;
  --ot-font-size-h3-min: 1.5rem;
  --ot-font-weight-h3: 400;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.2;
  --ot-text-color-h3: #0766b1;
  --ot-font-size-h4-max: 1.625rem;
  --ot-font-size-h4-min: 1.25rem;
  --ot-font-weight-h4: 400;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.2;
  --ot-text-color-h4: #0766b1;
  --ot-font-size-h5-max: 1.25rem;
  --ot-font-size-h5-min: 1.125rem;
  --ot-font-weight-h5: 700;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.2;
  --ot-text-color-h5: #000000;
  --ot-font-size-h6-max: 1.25rem;
  --ot-font-size-h6-min: 1.125rem;
  --ot-font-weight-h6: 700;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.2;
  --ot-text-color-h6: #000000;
  --ot-font-size-legend-max: 2.25rem;
  --ot-font-size-legend-min: 1.5rem;
  --ot-font-weight-legend: 400;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.2;
  --ot-text-color-legend: #0766b1;
  --ot-font-size-bigger: 111.111%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 88.889%;
  --ot-spacing: 1.66667em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.0625rem;
  --ot-input-bg-color: #fff;
  --ot-input-border-color: #dbdbdb;
  --ot-input-text-color: #000000;
  --ot-input-focus-bg-color: #fff;
  --ot-input-focus-border-color: #0766b1;
  --ot-input-focus-text-color: #000000;
  --ot-button-bg-color: #fff;
  --ot-button-border-color: #0766b1;
  --ot-button-text-color: #0766b1;
  --ot-button-hover-bg-color: #fff;
  --ot-button-hover-border-color: #0766b1;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #fff;
  --ot-button-focus-border-color: #0766b1;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #00837c;
  --ot-button-active-border-color: #00837c;
  --ot-button-active-text-color: #fff;
  --ot-button-disabled-bg-color: #fbfcfe;
  --ot-button-disabled-border-color: #e7edf9;
  --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: #dbdbdb;
  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: #fff;
  border: 0.1875rem solid #0766b1;
  color: #0766b1;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.375rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.375rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.875rem;
  }
}
form[role=search] button > span:before {
  background: #0766b1;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: -1;
  height: 0.1875rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span:before {
    height: calc(0.1875rem + 0.309375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span:before {
    height: 0.496875rem;
  }
}
form[role=search] button .icon {
  fill: #0766b1;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
form[role=search] button .text {
  font-weight: 700;
  padding: 0.62500125em 0 0.4166675em;
  position: relative;
}
form[role=search] button .icon + .text {
  padding-left: 0.55500111em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 4.25rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 4.25rem;
  }
}
form[role=search] button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 4.125rem;
  }
}
form[role=search] button[disabled] {
  background-color: #fbfcfe;
  border-color: #e7edf9;
  color: gray;
}
form[role=search] button[disabled] .icon {
  fill: #000000;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  position: relative;
  z-index: 10;
  background: #fff;
  border-color: #0766b1;
  color: #fff;
}
form[role=search] button:focus > span:before {
  background: #0766b1;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
form[role=search] button:focus .icon {
  fill: #fff;
}
form[role=search] button .icon {
  height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.625rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 4.125rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid #dbdbdb;
  border-radius: 0 0 0 0;
  color: #000000;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0.833335em;
  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 + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 4.25rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #0766b1;
  box-shadow: 0 0 0 0.1875rem rgba(7, 102, 177, 0.2);
  color: #000000;
  outline: 0;
  position: relative;
  z-index: 10;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search dl {
  margin: 0 0 0.833335em;
  padding-top: 0.4166675em;
}
.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.4166675em 0.4166675em 0.4166675em 0;
  background: #00837c;
  white-space: nowrap;
  color: #fff;
  border-radius: 0;
}
.search .count + .pages a:first-of-type {
  margin-left: 0.833335em;
  padding: 0 0.833335em;
  width: auto;
}
.search .count + .pages a:last-of-type {
  width: auto;
  padding: 0 0.833335em;
}
.search .count + .pages a[href] {
  background: #fff;
  color: #0766b1;
  transition: all 300ms;
}
.search .count + .pages a[href]:hover {
  background: #fff;
  color: #fff;
}

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

.toggle_search_box {
  position: relative;
  margin-left: 0.4166675em;
}
@media (min-width: 20rem) {
  .toggle_search_box {
    margin-left: calc(0.4166675em + 0.833335 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_search_box {
    margin-left: 1.2500025em;
  }
}
.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 {
  opacity: 0.7;
}
.toggle_search_box a {
  display: block;
  fill: #fff;
  outline-color: #fff;
  transition: opacity 300ms;
}
.toggle_search_box a .icon {
  display: block;
  height: 2.75rem;
  padding: 0.6111111111rem;
  transition: fill 300ms;
  width: 2.75rem;
}
.toggle_search_box a .icon svg {
  display: block;
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  display: none;
}

.search_box {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.833335em;
  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.65);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
}
.search_box .close_search_box_wrapper .close_search_box {
  min-width: 2.625rem;
  padding: 0;
  position: absolute;
  right: 1.66667em;
  top: 1.66667em;
}
@media (min-width: 20rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: calc(2.625rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: 4.125rem;
  }
}
.search_box .close_search_box_wrapper .close_search_box:hover, .search_box .close_search_box_wrapper .close_search_box:focus {
  background: #fff;
  border-color: #0766b1;
  color: #fff;
}
.search_box .close_search_box_wrapper .close_search_box:hover > span:before, .search_box .close_search_box_wrapper .close_search_box:focus > span:before {
  background: #0766b1;
  height: 100%;
  left: -0.833335em;
  right: -0.833335em;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon, .search_box .close_search_box_wrapper .close_search_box:focus .icon {
  fill: #fff;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.4);
  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 + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 4.25rem;
  }
}
.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 */


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

.social_media_links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.social_media_links li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_links li .icon,
.social_media_links li .icon img {
  display: block;
  height: 2rem;
}
.social_media_links li .video_link.icon {
  fill: #0766b1;
}
.social_media_links a {
  transition: transform 300ms;
}
.social_media_links a:focus, .social_media_links a:hover {
  transform: scale(0.88);
}

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

.social_media_share ul {
  display: flex;
  margin: 0.833335em 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 20rem) {
  .social_media_share ul {
    gap: calc(1rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .social_media_share ul {
    gap: 2rem;
  }
}
.social_media_share li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_share li .icon,
.social_media_share li .icon img {
  display: block;
  height: 2rem;
  transition: transform 300ms;
}
.social_media_share li .share_button > span,
.social_media_share li .print_link > span {
  display: flex;
  align-items: center;
}
.social_media_share li .share_button > span .text,
.social_media_share li .print_link > span .text {
  margin-left: 0.833335em;
}
.social_media_share li.print .icon {
  fill: #0766b1;
  padding: 0.125rem;
  width: 2rem;
}
.social_media_share li.whatsapp {
  display: none;
}
.tablet .social_media_share li.whatsapp, .mobile .social_media_share li.whatsapp {
  display: block;
}
.social_media_share .text {
  font-size: 88.889%;
}

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

.steuernews_preview .entry {
  margin-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .entry {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .entry {
    margin-bottom: 3.125rem;
  }
}
.steuernews_preview .entry .image img {
  display: block;
}
.steuernews_preview .entry .teaser_text p:not(.title) {
  font-size: 88.889%;
  margin-bottom: 0.833335em;
}
.steuernews_preview .entry .teaser_text a {
  color: #0766b1;
  font-size: 88.889%;
}
.steuernews_preview .entry .title {
  word-wrap: break-word;
}

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

.steuernews_issues ul,
.steuernews_navigation ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.steuernews_navigation ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}
.steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
  background: #00837c;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 88.889%;
  margin: 0 0.833335em 0.833335em 0;
  padding: 0.9523828571em 1.333336em;
  transition: background 300ms;
  white-space: nowrap;
}
.steuernews_issues a.active, .steuernews_issues a:hover, .steuernews_issues a:focus,
.steuernews_navigation a.active,
.steuernews_navigation a:hover,
.steuernews_navigation a:focus,
.blog_issues a.active,
.blog_issues a:hover,
.blog_issues a:focus,
.blog_tags a.active,
.blog_tags a:hover,
.blog_tags a:focus {
  background: #0766b1;
  text-decoration: none;
}

.steuernews_disclaimer {
  clear: both;
}

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

.steuernews_current_issue a.active {
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.steuernews_issues_select {
  margin-bottom: 0.833335em;
}
.steuernews_issues_select nav {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.steuernews_issues_select .title {
  width: 100%;
}
.steuernews_issues_select .select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  max-width: 30rem;
}
.steuernews_issues_select .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  flex-shrink: 0;
}

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

.steuernews_newsletter_subscribe {
  padding-top: 2.500005em;
}
@media (min-width: 20rem) {
  .steuernews_newsletter_subscribe {
    padding-top: calc(2.500005em + 2.500005 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_newsletter_subscribe {
    padding-top: 5.00001em;
  }
}

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

.steuernews_search {
  margin: 0 0 1.66667em;
}
.steuernews_search .search {
  margin: 0 0 0.833335em;
}

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

.team_overview .entry {
  margin-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .team_overview .entry {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview .entry {
    margin-bottom: 3.125rem;
  }
}
.team_overview .entry .photo {
  display: block;
}
.team_overview .entry .photo img {
  display: block;
}
.team_overview .entry .title {
  margin: 0;
}
.team_overview .entry .position {
  margin: 0 0 1.2500025em;
  padding: 0.4166675em 0 0 0;
}
.team_overview .entry .contacts {
  margin-bottom: 0.833335em;
}
.team_overview .entry .contacts .contact {
  font-size: 88.889%;
  margin: 0;
}

.team_entry .position {
  margin: 0 0 1.66667em;
  padding: 0;
}
.team_entry .photo {
  display: block;
  margin: 0 0 1.66667em;
}
.team_entry .photo img {
  display: block;
}
.team_entry .contacts {
  margin-bottom: 1.66667em;
}
.team_entry .contacts .contact {
  margin: 0;
}

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

.team_collage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team_collage .entry {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0.3125rem;
}
@media (min-width: 47.5rem) {
  .team_collage .entry {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 61.875rem) {
  .team_collage .entry {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 75rem) {
  .team_collage .entry {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 93.75rem) {
  .team_collage .entry {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
.team_collage .entry .photo {
  display: block;
  transition: transform 300ms;
}
.team_collage .entry .photo img {
  display: block;
}
.team_collage .entry:hover .photo {
  transform: scale(1.05);
}

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

.teaser {
  margin-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .teaser {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    margin-bottom: 3.125rem;
  }
}
.teaser img {
  display: block;
}
.teaser .teaser_text p:not(.title) {
  font-size: 88.889%;
  margin-bottom: 0.833335em;
}
.teaser .teaser_text a {
  color: #0766b1;
  font-size: 88.889%;
}

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

.keyword_register {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.833335em;
}
.keyword_register a {
  background: #00837c;
  color: #fff;
  font-size: 88.889%;
  margin: 0 0.833335em 0.833335em 0;
  padding: 0.9523828571em 1.333336em;
  text-align: center;
  transition: background 300ms;
}
.keyword_register a:focus, .keyword_register a:hover {
  background: #0766b1;
}

.steuernews_keywords ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_keywords ul li {
  padding-left: 0;
}
.steuernews_keywords a {
  background: #00837c;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 88.889%;
  margin: 0 0.833335em 0.833335em 0;
  padding: 0.9523828571em 1.333336em;
  transition: background 300ms;
  white-space: nowrap;
}
.steuernews_keywords a:focus, .steuernews_keywords a:hover {
  background: #0766b1;
}

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

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

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

.timeline {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .title_overview {
    text-align: center;
  }
}
.timeline .timeline_wrapper {
  position: relative;
}
.timeline .timeline_wrapper:before {
  background: #0766b1;
  bottom: -624.9375rem;
  content: "";
  left: 1.25rem;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 0.5rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline .timeline_entry {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.33334em;
  margin-left: 2.5rem;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry {
    justify-content: flex-end;
    margin-left: 0;
  }
}
.timeline .timeline_entry .timeline_icon {
  background: #0766b1;
  border-radius: 50%;
  display: flex;
  fill: #fff;
  height: 1.875rem;
  left: -0.9375rem;
  position: absolute;
  transform: translateX(-50%);
  transition: background 300ms;
  width: 1.875rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry .timeline_icon {
    top: unset;
    left: unset;
    right: 50%;
    transform: translateX(50%);
  }
}
.timeline .timeline_entry .wrap-entry {
  display: flex;
  margin-bottom: 1.66667em;
}
.timeline .timeline_entry .wrap-entry p {
  display: block;
  font-size: 111.111%;
  margin: 0;
}
.timeline .timeline_entry .title {
  font-weight: 700;
  margin-right: 0.2777783333em !important;
}
.timeline .timeline_entry.first .timeline_icon {
  height: 2.5rem;
  left: -1.25rem;
  width: 2.5rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry.first .timeline_icon {
    top: unset;
    left: unset;
    right: 50%;
    transform: translateX(50%);
  }
}
.timeline .timeline_entry:not(.first) .timeline_icon {
  margin-left: -0.3125rem;
}
.timeline .timeline_entry:nth-child(odd) {
  justify-content: flex-start;
}
.timeline .timeline_entry:nth-child(odd) .wrap-entry {
  justify-content: flex-end;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry:nth-child(odd) .timeline_content {
    padding-left: 0;
    text-align: right;
    width: 50%;
    word-wrap: break-word;
    padding-right: 1.66667em;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .timeline .timeline_entry:nth-child(odd) .timeline_content {
    padding-right: calc(1.66667em + 0.833335 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .timeline .timeline_entry:nth-child(odd) .timeline_content {
    padding-right: 2.500005em;
  }
}
.timeline .timeline_entry .timeline_content {
  padding-left: 1.2500025em;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry .timeline_content {
    width: 50%;
    padding-left: 1.66667em;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .timeline .timeline_entry .timeline_content {
    padding-left: calc(1.66667em + 0.833335 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .timeline .timeline_entry .timeline_content {
    padding-left: 2.500005em;
  }
}
.timeline .timeline_entry:hover .timeline_icon {
  background: #00837c;
}

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

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

[role=tooltip] {
  background: #ad0000;
  border: 0.0625rem solid #ad0000;
  border-radius: 0;
  bottom: 100%;
  color: #fff;
  font-size: 88.889%;
  font-weight: 400;
  line-height: 1.66667;
  opacity: 1;
  padding: 0.833335em;
  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: #ad0000;
  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: #ad0000;
  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 */

.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: #0766b1;
  height: 3rem;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  transition: transform 300ms;
}
.video_overview .entry:hover .video_play .icon,
.video_infolists_overview .entry:hover .video_play .icon,
.video_infolist_overview .entry:hover .video_play .icon,
.video_preview .entry:hover .video_play .icon,
.steuernews_preview .entry:hover .video_play .icon,
.steuernews_video_overview .entry:hover .video_play .icon {
  transform: translateY(-50%) scale(0.88);
}

.video_overview .entry,
.video_infolists_overview .entry,
.video_infolist_overview .entry {
  margin-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .video_overview .entry,
.video_infolists_overview .entry,
.video_infolist_overview .entry {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview .entry,
.video_infolists_overview .entry,
.video_infolist_overview .entry {
    margin-bottom: 3.125rem;
  }
}
.video_overview .entry .image img,
.video_infolists_overview .entry .image img,
.video_infolist_overview .entry .image img {
  display: block;
}
.video_overview .entry .teaser_text p:not(.title),
.video_infolists_overview .entry .teaser_text p:not(.title),
.video_infolist_overview .entry .teaser_text p:not(.title) {
  font-size: 88.889%;
  margin-bottom: 0.833335em;
}
.video_overview .entry .teaser_text a,
.video_infolists_overview .entry .teaser_text a,
.video_infolist_overview .entry .teaser_text a {
  color: #0766b1;
  font-size: 88.889%;
}
.video_overview .entry .title,
.video_infolists_overview .entry .title,
.video_infolist_overview .entry .title {
  word-wrap: break-word;
}

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

.video_wrapper {
  height: 0;
  margin-bottom: 1.66667em;
  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: #00837c;
  color: #fff;
}

