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

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

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

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

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

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

[role=tab] {
  align-items: center;
  border-top: 0.0625rem dashed #d1d5dc;
  cursor: pointer;
  display: flex;
  margin: 0 0 0.375em !important;
  min-width: 100%;
  padding: 0.75em 0 !important;
  transition: border 300ms;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #087d96;
  height: 1rem;
  transform: rotate(90deg);
  width: 1rem;
}
[role=tab] .icon svg {
  display: block;
}
[role=tab][aria-expanded=true] {
  border-color: #087d96;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #087d96;
  outline: 0;
}
[role=tab]:focus .title {
  color: #087d96;
}

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

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

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

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

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

.atikon_logo {
  height: 100%;
}

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

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

.author {
  display: block;
  fill: #fff;
  height: 0.8125rem;
  line-height: 0.8125rem;
  opacity: 0.6;
  position: absolute;
  transition: opacity 300ms;
  width: 4.625rem;
  bottom: 0.5859375rem;
  right: 0.703125rem;
}
@media (min-width: 20rem) {
  .author {
    bottom: calc(0.5859375rem + 0.1953125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .author {
    bottom: 0.78125rem;
  }
}
@media (min-width: 20rem) {
  .author {
    right: calc(0.703125rem + 0.859375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .author {
    right: 1.5625rem;
  }
}
.author:focus, .author:hover {
  opacity: 1;
}

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

.breadcrumbs {
  display: none;
}

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

.button {
  border-radius: 3rem;
  padding: 0 1.125em;
  cursor: pointer;
  background: #087d96;
  border: 0.0625rem solid #087d96;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.875rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.button .icon svg {
  display: block;
}
.button .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.75em;
}
.button:focus-visible {
  background: #0099B5;
  border-color: #0099B5;
  color: #fff;
  outline: 0.125rem solid #4d4d4d;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #0099B5;
  border-color: #0099B5;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  background: #4d4d4d;
  border: 0.0625rem solid #4d4d4d;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.875rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.button:active .icon svg, .button.active .icon svg {
  display: block;
}
.button:active .text, .button.active .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.75em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}
.button.on_blue {
  background: transparent;
  border: 0.0625rem solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  border-width: 0.125rem !important;
}
.button.on_blue > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.on_blue > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue > span {
    min-height: 2.875rem;
  }
}
.button.on_blue .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.button.on_blue .icon svg {
  display: block;
}
.button.on_blue .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
}
.button.on_blue .icon + .text {
  padding-left: 0.75em;
}
.button.on_blue:focus, .button.on_blue:hover {
  background: #fff;
  border-color: #fff;
  color: #087d96;
}
.button.on_blue:focus .icon, .button.on_blue:hover .icon {
  fill: #087d96;
}
.button.on_blue:active, .button.on_blue.active {
  background: #125367;
  border: 0.0625rem solid #125367;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.on_blue:active > span, .button.on_blue.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.on_blue:active > span, .button.on_blue.active > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue:active > span, .button.on_blue.active > span {
    min-height: 2.875rem;
  }
}
.button.on_blue:active .icon, .button.on_blue.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.button.on_blue:active .icon svg, .button.on_blue.active .icon svg {
  display: block;
}
.button.on_blue:active .text, .button.on_blue.active .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
}
.button.on_blue:active .icon + .text, .button.on_blue.active .icon + .text {
  padding-left: 0.75em;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
}
.button_overview .button {
  margin: 0.75em 0.75em 0.75em 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: #125367;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 0.0625rem;
  left: -624.9375rem;
  outline-color: #125367 !important;
  overflow: hidden;
  padding: 0.375em 0.75em;
  position: absolute;
  text-decoration: underline;
  top: -624.9375rem;
  width: 0.0625rem;
}
.bypass_links a:focus {
  color: #fff;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

.steuernews_call_to_action {
  background: #0099B5;
  border-radius: 0.5625rem;
  color: #fff;
  margin: 0.75em 0 1.5em;
  padding: 0.999em 1.5em;
}
.steuernews_call_to_action a {
  color: #fff;
  outline-color: #fff !important;
}
.steuernews_call_to_action p {
  color: #fff;
  font-size: 0.875rem;
  margin: 0;
}

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

.company_logo {
  display: block;
}

header .company_logo {
  transition: opacity 300ms, visibility 300ms, width 300ms;
  width: 17.8125rem;
}
@media (min-width: 20rem) {
  header .company_logo {
    width: calc(17.8125rem + 7.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    width: 25rem;
  }
}
header .company_logo.company_logo_2 {
  display: none;
}

body.startpage header .company_logo {
  width: 18.75rem;
  position: relative;
}
@media (min-width: 20rem) {
  body.startpage header .company_logo {
    width: calc(18.75rem + 8.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage header .company_logo {
    width: 26.875rem;
  }
}
body.startpage header .company_logo.company_logo_1 {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
body.startpage header .company_logo.company_logo_2 {
  display: block;
  outline-color: #fff;
}

footer .company_logo {
  margin-bottom: 1.5em;
  width: 17.8125rem;
}
@media (min-width: 20rem) {
  footer .company_logo {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .company_logo {
    margin-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  footer .company_logo {
    width: calc(17.8125rem + 3.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .company_logo {
    width: 21.25rem;
  }
}
footer .company_logo.company_logo_1 {
  display: none;
}

body.startpage footer .company_logo {
  width: 17.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 20rem) {
  body.startpage footer .company_logo {
    width: calc(17.8125rem + 9.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage footer .company_logo {
    width: 26.875rem;
  }
}
body.startpage footer .company_logo .img_container {
  margin-left: -2.25em;
}
@media (min-width: 20rem) {
  body.startpage footer .company_logo .img_container {
    margin-left: calc(-2.25em + -3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage footer .company_logo .img_container {
    margin-left: -6em;
  }
}

body.scrolled_down header .company_logo {
  width: 15.625rem;
}
@media (min-width: 20rem) {
  body.scrolled_down header .company_logo {
    width: calc(15.625rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.scrolled_down header .company_logo {
    width: 23.125rem;
  }
}
body.scrolled_down.startpage header .company_logo.company_logo_1 {
  opacity: 1;
  visibility: visible;
}
body.scrolled_down.startpage header .company_logo.company_logo_2 {
  opacity: 0;
  visibility: hidden;
}

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

.cookie_banner {
  background: #087d96;
  bottom: 0;
  display: grid;
  left: 0;
  max-height: 100dvh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  row-gap: 0.75em;
  width: 100%;
  z-index: 9000;
  padding: 1.249996875rem;
  grid-template-areas: "cb_title" "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 20rem) {
  .cookie_banner {
    padding: calc(1.249996875rem + 0.625003125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner {
    padding: 1.875rem;
  }
}
@media (min-width: 35rem) {
  .cookie_banner {
    border-radius: 0.75rem;
    border: 0.125rem solid #fff;
    box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
    left: auto;
    width: 20rem;
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .cookie_banner {
    bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .cookie_banner {
    bottom: 3.125rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .cookie_banner {
    right: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .cookie_banner {
    right: 3.125rem;
  }
}
@media (min-width: 35rem) {
  .cookie_banner .cb_button_confirm {
    width: 100%;
  }
}
.cookie_banner .cb_title {
  grid-area: cb_title;
}
.cookie_banner .cb_title .title {
  color: #fff;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
  margin-bottom: 0.75em;
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
  justify-self: flex-start;
  width: fit-content;
}
.cookie_banner a:not(.close),
.cookie_banner a:not(.button) {
  color: #fff;
  outline-color: #fff;
}
.cookie_banner p {
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  width: 100%;
}

body.cb_visible .cookie_banner_spacing {
  background: #125367;
}
@media (min-width: 40rem) {
  body.cb_visible .cookie_banner_spacing {
    display: none;
  }
}

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

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

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

.disclaimer {
  background: #f9fafb;
  border-radius: 0.5625rem;
  color: #4d4d4d;
  font-size: 0.875rem;
  margin: 1.5em 0;
  padding: 0.999em 1.5em;
}
.disclaimer a {
  display: inline;
}

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

.down_arrow {
  animation: bounce 1.5s infinite;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  display: block;
  height: 1.5rem;
  left: 50%;
  line-height: 0;
  opacity: 0.8;
  position: absolute;
  transition: opacity 300ms;
  width: 1.5rem;
  z-index: 10;
  bottom: 1.125em;
}
@media (min-width: 20rem) {
  .down_arrow {
    bottom: calc(1.125em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    bottom: 1.875em;
  }
}
.down_arrow .icon {
  display: block;
  fill: #fff;
  padding: 0.3125rem;
}
.down_arrow .icon svg {
  display: block;
  transform: rotate(90deg);
}
.down_arrow:focus, .down_arrow:hover {
  opacity: 1;
}

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

.download_overview .entry {
  overflow: hidden;
  position: relative;
}
.download_overview .entry .bg_icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: rotate(5deg) translateY(-25%);
  height: 9.375rem;
  width: 9.375rem;
}
@media (min-width: 20rem) {
  .download_overview .entry .bg_icon {
    height: calc(9.375rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .entry .bg_icon {
    height: 12.5rem;
  }
}
@media (min-width: 20rem) {
  .download_overview .entry .bg_icon {
    width: calc(9.375rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .entry .bg_icon {
    width: 12.5rem;
  }
}
.download_overview .entry .bg_icon svg {
  display: block;
}
.download_overview .entry.doc, .download_overview .entry.online {
  background: #2a5699;
}
.download_overview .entry.doc .teaser_text .title, .download_overview .entry.online .teaser_text .title {
  color: #fff !important;
}
.download_overview .entry.doc .teaser_text p, .download_overview .entry.online .teaser_text p {
  color: #fff !important;
}
.download_overview .entry.doc .more_link .text, .download_overview .entry.online .more_link .text {
  color: #fff !important;
}
.download_overview .entry.doc .more_link .icon, .download_overview .entry.online .more_link .icon {
  fill: #fff !important;
}
.download_overview .entry.doc:focus, .download_overview .entry.doc:hover, .download_overview .entry.online:focus, .download_overview .entry.online:hover {
  background: #2f61ad;
}
.download_overview .entry.xls {
  background: #4e892d;
}
.download_overview .entry.xls .teaser_text .title {
  color: #fff !important;
}
.download_overview .entry.xls .teaser_text p {
  color: #fff !important;
}
.download_overview .entry.xls .more_link .text {
  color: #fff !important;
}
.download_overview .entry.xls .more_link .icon {
  fill: #fff !important;
}
.download_overview .entry.xls:focus, .download_overview .entry.xls:hover {
  background: #599c33;
}
.download_overview .entry.pdf {
  background: #087d96;
}
.download_overview .entry.pdf .teaser_text .title {
  color: #fff !important;
}
.download_overview .entry.pdf .teaser_text p {
  color: #fff !important;
}
.download_overview .entry.pdf .more_link .text {
  color: #fff !important;
}
.download_overview .entry.pdf .more_link .icon {
  fill: #fff !important;
}
.download_overview .entry.pdf:focus, .download_overview .entry.pdf:hover {
  background: #0991ae;
}
.download_overview .entry.doc .more_link .icon svg, .download_overview .entry.xls .more_link .icon svg, .download_overview .entry.pdf .more_link .icon svg {
  transform: rotate(90deg);
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 75rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #087d96;
  text-decoration: underline;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  margin-top: 1.125em;
  opacity: 1;
  visibility: visible;
}
.dropdown_menu > ul > li {
  align-items: center;
}
@media (min-width: 75rem) {
  .dropdown_menu > ul > li {
    margin-right: calc(1.875rem + 1.25 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li {
    margin-right: 3.125rem;
  }
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #125367;
  display: flex;
  font-size: 0.875rem;
  hyphens: none;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown_menu > ul > li > a.active, .dropdown_menu > ul > li > a:focus, .dropdown_menu > ul > li > a:hover {
  color: #087d96;
  text-decoration: underline;
}
.dropdown_menu > ul > li ul {
  background: #f9fafb;
  border-radius: 0.5625rem;
  box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.25);
  margin-left: -1.65em;
  opacity: 0;
  padding: 0.75em;
  position: absolute;
  transition: margin-top 300ms, opacity 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  margin-top: 1.125em;
  opacity: 1;
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  border-radius: 0.5625rem;
  color: #444;
  display: block;
  font-size: 0.875rem;
  hyphens: none;
  justify-content: space-between;
  margin-bottom: 0.0625rem;
  padding: 0.5625em 4.125em 0.5625em 1.125em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  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 {
  background: rgba(8, 125, 150, 0.1);
  color: #087d96;
  text-decoration: none;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}

body.startpage:not(.scrolled_down) .dropdown_menu > ul > li > a {
  color: #fff;
  outline-color: #fff;
}
body.startpage:not(.scrolled_down) .dropdown_menu > ul > li > a.active, body.startpage:not(.scrolled_down) .dropdown_menu > ul > li > a:focus, body.startpage:not(.scrolled_down) .dropdown_menu > ul > li > a:hover {
  color: #fff;
}

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

@charset "UTF-8";
footer .footer_fixed {
  background: #125367;
  position: relative;
  padding-bottom: 3em;
  padding-top: 4.5em;
}
@media (min-width: 20rem) {
  footer .footer_fixed {
    padding-bottom: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed {
    padding-bottom: 4.5em;
  }
}
@media (min-width: 20rem) {
  footer .footer_fixed {
    padding-top: calc(4.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed {
    padding-top: 6em;
  }
}
footer .footer_fixed ::selection {
  background: #fff;
  color: #4d4d4d;
}
footer .footer_fixed .wrap-flex {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 75rem) {
  footer .footer_fixed .wrap-flex {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  footer .footer_fixed .wrap-flex {
    margin-left: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  footer .footer_fixed .wrap-flex {
    margin-left: -3.125rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  footer .footer_fixed .wrap-flex {
    margin-right: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  footer .footer_fixed .wrap-flex {
    margin-right: -3.125rem;
  }
}
footer .footer_fixed a {
  color: #fff;
  font-size: 0.875rem;
  outline-color: #fff;
}
footer .footer_fixed a.active {
  font-weight: 600;
  text-decoration: none;
}
footer .footer_fixed p {
  color: #fff;
  font-size: 0.875rem;
}
footer .footer_fixed .modular_address {
  line-height: 1.15;
  margin: 0 2.25em 0 0;
  opacity: 0.8;
}
footer .footer_fixed .modular_address p {
  margin: 0;
}
footer .footer_fixed .modular_address p.address {
  margin-bottom: 0.75em;
}
footer .footer_fixed .modular_address p .email,
footer .footer_fixed .modular_address p .phone {
  white-space: nowrap;
}
footer .footer_fixed .modular_address p .email a,
footer .footer_fixed .modular_address p .phone a {
  display: inline-block;
  padding: 0.625rem 0.25rem;
}
footer .footer_fixed .related_links {
  line-height: 1.15;
  margin: 0 2.25em 2.25em 0;
  opacity: 0.8;
}
footer .footer_fixed .related_links ul {
  align-items: center;
  display: flex;
}
footer .footer_fixed .related_links ul li:after {
  content: "•";
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  margin: unset;
  padding: unset;
  padding: 0 0.375rem 0 0.0625rem;
}
footer .footer_fixed .related_links ul li a {
  display: inline-block;
  padding: 0.625rem 0;
}
footer .footer_fixed .related_links ul li a:focus, footer .footer_fixed .related_links ul li a:active {
  opacity: 1;
  color: #fff;
}
footer .footer_fixed .related_links ul li:last-child:after {
  display: none;
}
footer .footer_fixed .links_overview {
  line-height: 1.15;
  margin: 0 2.25em 2.25em 0;
  opacity: 0.8;
  user-select: none;
}
footer .footer_fixed .links_overview .title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1.125em;
}
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 .links_overview li .link_entry {
  display: block;
  padding: 0.375rem 0;
}
footer .footer_fixed .icon_element.rzl {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 2.8125rem;
  margin: 0 2.25em 0 0;
  opacity: 0.6;
  transition: opacity 300ms;
  width: 5rem;
  margin-bottom: 2.55em;
}
@media (min-width: 20rem) {
  footer .footer_fixed .icon_element.rzl {
    margin-bottom: calc(2.55em + 0.2625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_fixed .icon_element.rzl {
    margin-bottom: 2.8125em;
  }
}
footer .footer_fixed .icon_element.rzl .icon {
  display: block;
}
footer .footer_fixed .icon_element.rzl .icon svg {
  display: block;
}
footer .footer_fixed .icon_element.rzl:focus, footer .footer_fixed .icon_element.rzl:hover {
  opacity: 1;
}
footer .footer_fixed .social_media_links {
  margin-bottom: 2.25em;
}
@media (max-width: 74.9375rem) {
  footer .footer_fixed .social_media_links ul {
    display: flex;
  }
  footer .footer_fixed .social_media_links li {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
}
@media (max-width: 74.9375rem) and (min-width: 20rem) {
  footer .footer_fixed .social_media_links li {
    margin-right: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (max-width: 74.9375rem) and (min-width: 93.75rem) {
  footer .footer_fixed .social_media_links li {
    margin-right: 2.25em;
  }
}
@media (max-width: 74.9375rem) {
  footer .footer_fixed .social_media_links li:last-child {
    margin-right: 0;
  }
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3rem;
  }
}
.file.error .file_name {
  border-color: #087d96;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #d1d5dc;
  border-radius: 0.5625rem 0 0 0.5625rem;
  color: #4d4d4d;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 2.875rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3rem;
  }
}
.file .file_button {
  border-radius: 0 3rem 3rem 0;
  flex: 1 0 auto;
  padding: 0 1.125em;
  z-index: 10;
  background: #087d96;
  border: 0.0625rem solid #087d96;
  color: #fff;
  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;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.875rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.file .file_button .icon svg {
  display: block;
}
.file .file_button .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.75em;
}
.file .file_button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.875rem;
  }
}
.file .file_button.focus {
  background: #0099B5;
  border-color: #0099B5;
  color: #fff;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #0099B5;
  border-color: #0099B5;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  background: #4d4d4d;
  border: 0.0625rem solid #4d4d4d;
  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;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 2.875rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.file [type=file]:active ~ .file_button .icon svg {
  display: block;
}
.file [type=file]:active ~ .file_button .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.75em;
}

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

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

/* 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 .wrap-top {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 300ms, box-shadow 300ms, opacity 300ms, padding-bottom 300ms, padding-top 300ms, visibility 300ms;
  z-index: 9001;
  padding-bottom: 1.125em;
  padding-top: 1.125em;
}
@media (min-width: 20rem) {
  header .wrap-top {
    padding-bottom: calc(1.125em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-top {
    padding-bottom: 1.875em;
  }
}
@media (min-width: 20rem) {
  header .wrap-top {
    padding-top: calc(1.125em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-top {
    padding-top: 1.875em;
  }
}
header .wrap-top .wrap-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 75rem) {
  header .wrap-top .wrap-flex {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  header .wrap-top .wrap-flex {
    margin-left: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  header .wrap-top .wrap-flex {
    margin-left: -3.125rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  header .wrap-top .wrap-flex {
    margin-right: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  header .wrap-top .wrap-flex {
    margin-right: -3.125rem;
  }
}
header .wrap-top .wrap-menu {
  align-items: center;
  display: flex;
}
header .wrap-top .wrap-menu .c2a_link {
  display: none;
}
@media (min-width: 47.5rem) {
  header .wrap-top .wrap-menu .c2a_link {
    display: block;
  }
}
@media (min-width: 75rem) {
  header .wrap-top .wrap-menu .c2a_link {
    display: none;
  }
}
header .wrap-top .wrap-menu .c2a_btn {
  display: none;
}
@media (min-width: 75rem) {
  header .wrap-top .wrap-menu .c2a_btn {
    display: inline-flex;
  }
}
header .wrap-bottom {
  position: relative;
  transition: margin-top 300ms;
  margin-top: 5.5625rem;
}
@media (min-width: 20rem) {
  header .wrap-bottom {
    margin-top: calc(5.5625rem + 3.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom {
    margin-top: 8.875rem;
  }
}
header .wrap-bottom .wrap-text .wrap-flex {
  align-items: center;
  display: flex;
  min-height: 35rem;
}
@media (min-width: 20rem) {
  header .wrap-bottom .wrap-text .wrap-flex {
    min-height: calc(35rem + 6.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom .wrap-text .wrap-flex {
    min-height: 41.875rem;
  }
}
header .wrap-bottom .wrap-text .inner {
  padding-bottom: 3em;
  padding-top: 3em;
  max-width: 45rem;
}
@media (min-width: 20rem) {
  header .wrap-bottom .wrap-text .inner {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom .wrap-text .inner {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  header .wrap-bottom .wrap-text .inner {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom .wrap-text .inner {
    padding-top: 6em;
  }
}
@media (max-width: 29.9375rem) {
  header .wrap-bottom .wrap-text .inner {
    max-width: 100%;
  }
}
.startpage header .wrap-bottom .wrap-text .inner {
  max-width: unset;
}
header .wrap-bottom .wrap-text .inner .subtitle {
  padding: 0;
}
header .wrap-bottom .wrap-text .inner p {
  color: #fff;
  max-width: 61.875rem;
}

.c2a_link {
  color: #087d96;
  display: block;
  font-size: 1rem;
  hyphens: none;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 20rem) {
  .c2a_link {
    margin-right: calc(1.875rem + 0.46875 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .c2a_link {
    margin-right: 2.34375rem;
  }
}
.c2a_link:focus, .c2a_link:hover {
  text-decoration: underline;
  color: #087d96;
}

.c2a_btn {
  background: transparent;
  border-radius: 3rem;
  border: 0.125rem solid #087d96;
  color: #087d96;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0 1.125em;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.c2a_btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .c2a_btn > span {
    min-height: calc(2.625rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .c2a_btn > span {
    min-height: 2.875rem;
  }
}
.c2a_btn .icon {
  fill: #087d96;
  flex-shrink: 0;
  height: 0.75rem;
  transition: fill 300ms;
  width: 0.75rem;
}
.c2a_btn .icon svg {
  display: block;
}
.c2a_btn .text {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375em 0;
  transition: color 300ms;
}
.c2a_btn .icon + .text {
  padding-left: 0.75em;
}
.c2a_btn:focus, .c2a_btn:hover {
  background: #087d96;
  border-color: #087d96;
  color: #fff;
}
.c2a_btn:focus .icon, .c2a_btn:hover .icon {
  fill: #fff;
}
.c2a_btn:active, .c2a_btn.active {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
.c2a_btn:active .icon, .c2a_btn.active .icon {
  fill: #fff;
}

body.scrolled_down header .wrap-top {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
@media (min-width: 20rem) {
  body.scrolled_down header .wrap-top {
    padding-bottom: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.scrolled_down header .wrap-top {
    padding-bottom: 1.125em;
  }
}
@media (min-width: 20rem) {
  body.scrolled_down header .wrap-top {
    padding-top: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.scrolled_down header .wrap-top {
    padding-top: 1.125em;
  }
}
body.scrolled_down header .wrap-bottom {
  margin-top: 4.5625rem;
}
@media (min-width: 20rem) {
  body.scrolled_down header .wrap-bottom {
    margin-top: calc(4.5625rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.scrolled_down header .wrap-bottom {
    margin-top: 6.8125rem;
  }
}

body.startpage header .wrap-top {
  background: transparent;
}
body.startpage:not(.scrolled_down) .c2a_link {
  color: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn {
  border: 0.125rem solid #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn .icon {
  fill: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn .text {
  color: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn:focus {
  outline-color: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn:focus, body.startpage:not(.scrolled_down) .c2a_btn:hover {
  background: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn:focus .icon, body.startpage:not(.scrolled_down) .c2a_btn:hover .icon {
  fill: #087d96;
}
body.startpage:not(.scrolled_down) .c2a_btn:focus .text, body.startpage:not(.scrolled_down) .c2a_btn:hover .text {
  color: #087d96;
}
body.startpage:not(.scrolled_down) .c2a_btn:active, body.startpage:not(.scrolled_down) .c2a_btn.active {
  background: #125367;
  border-color: #125367;
  color: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn:active .icon, body.startpage:not(.scrolled_down) .c2a_btn.active .icon {
  fill: #fff;
}
body.startpage:not(.scrolled_down) .c2a_btn:active .text, body.startpage:not(.scrolled_down) .c2a_btn.active .text {
  color: #fff;
}
body.startpage.scrolled_down header .wrap-top {
  background: #fff;
}
@media (min-width: 75rem) and (min-height: 50rem) {
  body.startpage.scrolled_down header .wrap-top {
    opacity: 0;
    visibility: hidden;
  }
}

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

.header_background {
  background-color: #f5fafc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.header_background:before {
  background: linear-gradient(180deg, #125367 0%, #087d96 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.78;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

.img_container.infolist_graphic_digitalisierung_graphic_small {
  width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_digitalisierung_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_digitalisierung_graphic_large {
  margin: 0 auto;
  max-width: 37.5rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_digitalisierung_graphic_large {
    display: block;
  }
  .img_container.infolist_graphic_digitalisierung_graphic_large .img_resize {
    padding-bottom: 137% !important;
  }
}

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

.infolist_graphic_digitalisierung_graphic_large {
  display: none;
}

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

.digitalisierung_company_logo {
  fill: #4d4d4d;
}
.digitalisierung_company_logo .logo_2 {
  display: none;
}

.digitalisierung_lines {
  fill: #0099B5;
}

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

.infolist_download {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5em 0 0.75em;
}
.infolist_download .infolist_title {
  font-weight: 600;
}
.infolist_download p {
  margin-right: 1.5em;
}

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

.infolist_top_link {
  align-items: flex-end;
  border-top: 0.0625rem dashed #d1d5dc;
  display: flex;
  flex-direction: column;
  margin: 1.5em 0;
  padding: 0.75em 0;
}
@media (min-width: 75rem) {
  .infolist_top_link {
    align-items: center;
  }
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  text-decoration: none;
}
.infolist_top_link a .text {
  font-size: 0.875rem;
  margin-right: 0.75em;
}
@media (min-width: 20rem) {
  .infolist_top_link a .text {
    margin-right: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_top_link a .text {
    margin-right: 1.125em;
  }
}
.infolist_top_link a .icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.1);
  display: block;
  fill: #087d96;
  transition: background 300ms, fill 300ms;
  height: 1.5rem;
  padding: 0.5em;
  width: 1.5rem;
}
@media (min-width: 20rem) {
  .infolist_top_link a .icon {
    height: calc(1.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_top_link a .icon {
    height: 2.25rem;
  }
}
@media (min-width: 20rem) {
  .infolist_top_link a .icon {
    padding: calc(0.5em + 0.1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_top_link a .icon {
    padding: 0.6em;
  }
}
@media (min-width: 20rem) {
  .infolist_top_link a .icon {
    width: calc(1.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_top_link a .icon {
    width: 2.25rem;
  }
}
.infolist_top_link a .icon svg {
  display: block;
  transform: rotate(-90deg);
}
.infolist_top_link a:focus .text, .infolist_top_link a:hover .text {
  text-decoration: underline;
}
.infolist_top_link a:focus .icon, .infolist_top_link a:hover .icon {
  background: #087d96;
  fill: #fff;
}

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

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

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

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

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

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

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

.infolist_cta_style, .infolist_cta {
  align-items: center;
  background: #087d96;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3em 0;
  padding: 3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
}
.infolist_cta_style > *, .infolist_cta > * {
  color: #fff;
  max-width: 50rem;
}
.infolist_cta_style:hover, .infolist_cta:hover, .infolist_cta_style:focus, .infolist_cta:focus {
  background: rgba(8, 125, 150, 0.8);
}

.infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container_boxit_nutzen_fuer_klienten {
  display: flex;
  flex-direction: column;
}
.infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
  background: #f9fafb;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
@media (min-width: 61.875rem) {
  .infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container_boxit_nutzen_fuer_klienten {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container_boxit_nutzen_fuer_klienten .infolist_text {
    width: calc(50% - (1.5em / 2));
  }
}

.infolist_text_list_style:not(:has(div > ul)) {
  list-style: url("../../common/images/list-styles/list-style-arrow.svg");
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.infolist_text_list_style:not(:has(div > ul)) > .infolist_text {
  display: list-item;
  padding-left: 0.375em;
}

@supports (-moz-appearance: none) {
  .infolist_text_list_style {
    list-style: url("../../common/images/list-styles/list-style-arrow.svg");
    margin: 0 0 0.75em;
    padding-left: 1.125em;
  }
  .infolist_text_list_style > .infolist_text {
    display: list-item;
    padding-left: 0.375em;
  }
}
.infolist_accordion_style .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
  background: #f9fafb;
  color: #087d96;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.75em;
  user-select: none;
  transition: all 300ms;
}
.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: #087d96;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.75em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: all 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3, .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2,
.infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > h2 {
  background: #f0f2f5;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3), .infolist:not(.infolist_boxit) .infolist_text_container .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1.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(1rem + 0.125 * (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.75em;
  transform-origin: top;
  transition: all 300ms;
}

.infolist_text_fader_style .infolist_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.infolist_text_fader_style .infolist_text > h2,
.infolist_text_fader_style .infolist_text > h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0 3em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3em;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(1.875rem);
}
.infolist_text_fader_style .infolist_text:hover, .infolist_text_fader_style .infolist_text:focus {
  background: rgba(8, 125, 150, 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 {
  background: #f9fafb;
  border-radius: 0.5625rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0.46875rem;
  padding: 1.25rem;
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry {
    margin-bottom: calc(0.46875rem + 1.09375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry {
    padding: 2.5rem;
  }
}
.job_benefit_overview .entry .title {
  padding: 0;
}
.job_benefit_overview .entry p {
  margin: 0;
}

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

.kpt_counter_overview {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5625em;
}
@media (min-width: 30rem) {
  .kpt_counter_overview {
    flex-direction: row;
  }
}

.kpt_counter_entry {
  display: flex;
  flex-basis: 33.33333%;
  flex-direction: column;
  max-width: 33.33333%;
}
@media (max-width: 61.8125rem) {
  .kpt_counter_entry {
    text-align: center;
  }
}
.kpt_counter_entry .description {
  color: #6b6b6b;
  font-size: 0.8125rem;
}
.kpt_counter_entry .number_wrapper {
  color: #0a0a0a;
  display: block;
  font-weight: 700;
  position: relative;
  letter-spacing: calc((1.8375rem + 1.18125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.8375rem;
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    letter-spacing: calc(3.01875rem * 0);
  }
}
@media (min-width: 20rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: calc(1.8375rem + 1.18125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_counter_entry .number_wrapper {
    font-size: 3.01875rem;
  }
}
.kpt_counter_entry .number_wrapper .number {
  position: absolute;
}
.kpt_counter_entry .number_wrapper .number.number_fix {
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.kpt_counter_entry.plus .number:after {
  color: #0a0a0a;
  content: " +";
}
.kpt_counter_entry.percent .number:after {
  color: #0a0a0a;
  content: " %";
}
.kpt_counter_entry.hours .number:after {
  color: #0a0a0a;
  content: " h";
}

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

.kpt_icon_text_overview.margin-bottom {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .kpt_icon_text_overview.margin-bottom {
    margin-bottom: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_icon_text_overview.margin-bottom {
    margin-bottom: 2.25em;
  }
}
.kpt_icon_text_overview .overview_title {
  padding-bottom: 0.75em;
}
.kpt_icon_text_overview .kpt_icon_text_entry {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
}
.kpt_icon_text_overview.has_icon .kpt_icon_text_entry {
  align-items: center;
  margin-bottom: 1.125em;
}
.kpt_icon_text_overview.has_icon .icon {
  display: block;
  fill: #087d96;
  flex-shrink: 0;
  line-height: 0;
  height: 1rem;
  margin-right: 1.125em;
  width: 1rem;
}
@media (min-width: 20rem) {
  .kpt_icon_text_overview.has_icon .icon {
    height: calc(1rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_icon_text_overview.has_icon .icon {
    height: 1.5rem;
  }
}
@media (min-width: 20rem) {
  .kpt_icon_text_overview.has_icon .icon {
    margin-right: calc(1.125em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_icon_text_overview.has_icon .icon {
    margin-right: 2.25em;
  }
}
@media (min-width: 20rem) {
  .kpt_icon_text_overview.has_icon .icon {
    width: calc(1rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .kpt_icon_text_overview.has_icon .icon {
    width: 1.5rem;
  }
}
.kpt_icon_text_overview.has_icon .icon svg {
  display: block;
}
.kpt_icon_text_overview.has_icon .title {
  margin: 0;
  padding: 0;
}
.kpt_icon_text_overview .text_without_title .text p {
  margin: 0;
}

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

.legal_notice_tax_aut_aab {
  margin-bottom: 0.75em;
  padding-top: 0.75em;
}
.legal_notice_tax_aut_aab [href$=".pdf"] {
  display: block;
}
.legal_notice_tax_aut_aab [href$=".pdf"] > span {
  display: flex;
}
.legal_notice_tax_aut_aab .icon {
  display: block;
  fill: #e44e4e;
  height: 1.5rem;
  margin-right: 0.75em;
  min-width: 1.5rem;
  width: 1.5rem;
}

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

.legal_notice_font_overview p {
  margin-bottom: 0;
}
.legal_notice_font_overview li {
  margin-bottom: 0.75em;
}

.policy_title {
  color: #087d96 !important;
  padding-top: 1.5em !important;
}

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

@charset "UTF-8";
.page_wrapper {
  overflow-x: hidden;
}

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

body.startpage .wrap-content,
body.errorpage .wrap-content,
body.confirm_page .wrap-content {
  margin: 0;
}

body.team .wrap-content.padding-top,
body.online_bewerben .wrap-content.padding-top,
body.anmeldung_newsletter .wrap-content.padding-top {
  padding-top: 3em;
}
@media (min-width: 20rem) {
  body.team .wrap-content.padding-top,
body.online_bewerben .wrap-content.padding-top,
body.anmeldung_newsletter .wrap-content.padding-top {
    padding-top: calc(3em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.team .wrap-content.padding-top,
body.online_bewerben .wrap-content.padding-top,
body.anmeldung_newsletter .wrap-content.padding-top {
    padding-top: 5.25em;
  }
}

section {
  position: relative;
}
section.bg:before {
  background: #f5fafc;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: -624.9375rem;
  top: 0;
  z-index: -1;
}
section.bg.bg_darker:before {
  background: #ecf1f4;
}
section.c2a {
  background: #f9fafb;
  border-radius: 0.5625rem;
  padding: 1.25rem;
}
@media (min-width: 20rem) {
  section.c2a {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.c2a {
    padding: 2.5rem;
  }
}
section.c2a h3 {
  padding-top: 0;
}
section.margin-bottom {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  section.margin-bottom {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.margin-bottom {
    margin-bottom: 3em;
  }
}
section.margin-top {
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  section.margin-top {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.margin-top {
    margin-top: 3em;
  }
}
section.padding-bottom {
  padding-bottom: 1.5em;
}
@media (min-width: 20rem) {
  section.padding-bottom {
    padding-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.padding-bottom {
    padding-bottom: 3em;
  }
}
section.padding-top {
  padding-top: 1.5em;
}
@media (min-width: 20rem) {
  section.padding-top {
    padding-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.padding-top {
    padding-top: 3em;
  }
}
section.infolist.margin-bottom {
  margin-bottom: 3em;
}
@media (min-width: 20rem) {
  section.infolist.margin-bottom {
    margin-bottom: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.infolist.margin-bottom {
    margin-bottom: 4.5em;
  }
}
section.themapage.padding-top {
  padding-top: 3em;
}
@media (min-width: 20rem) {
  section.themapage.padding-top {
    padding-top: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  section.themapage.padding-top {
    padding-top: 4.5em;
  }
}

.sp.news_entity section.first.padding-top {
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .sp.news_entity section.first.padding-top {
    padding-top: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sp.news_entity section.first.padding-top {
    padding-top: 4.5em;
  }
}
.sp.news_entity section.first .disclaimer {
  background: #ecf1f4;
}
.sp.news_entity section.first .social_media_share ul {
  margin-bottom: 0;
}
.sp.news_entity section.last.padding-bottom {
  padding-bottom: 3em;
}
@media (min-width: 20rem) {
  .sp.news_entity section.last.padding-bottom {
    padding-bottom: calc(3em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sp.news_entity section.last.padding-bottom {
    padding-bottom: 4.5em;
  }
}

.overview .entry,
.infolist_overview .entry,
.download_overview .entry,
.onlinetool_v2_overview .entry {
  background: #f5fafc;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5em;
  text-decoration: none;
  transition: background 300ms;
  padding: 0.9375rem;
}
@media (min-width: 20rem) {
  .overview .entry,
.infolist_overview .entry,
.download_overview .entry,
.onlinetool_v2_overview .entry {
    padding: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .overview .entry,
.infolist_overview .entry,
.download_overview .entry,
.onlinetool_v2_overview .entry {
    padding: 1.25rem;
  }
}
.overview .entry .teaser_text,
.infolist_overview .entry .teaser_text,
.download_overview .entry .teaser_text,
.onlinetool_v2_overview .entry .teaser_text {
  margin-bottom: auto;
}
.overview .entry .teaser_text .title,
.infolist_overview .entry .teaser_text .title,
.download_overview .entry .teaser_text .title,
.onlinetool_v2_overview .entry .teaser_text .title {
  color: #087d96;
  font-weight: 500;
  margin-bottom: 0.75em;
  padding: 0;
  transition: color 300ms;
  word-wrap: break-word;
}
.overview .entry .teaser_text .text,
.infolist_overview .entry .teaser_text .text,
.download_overview .entry .teaser_text .text,
.onlinetool_v2_overview .entry .teaser_text .text {
  font-size: 0.875rem;
  transition: color 300ms;
}
.overview .entry .more_link,
.infolist_overview .entry .more_link,
.download_overview .entry .more_link,
.onlinetool_v2_overview .entry .more_link {
  align-items: center;
  display: flex;
  margin-bottom: 0.25em;
}
.overview .entry .more_link .text,
.infolist_overview .entry .more_link .text,
.download_overview .entry .more_link .text,
.onlinetool_v2_overview .entry .more_link .text {
  color: #087d96;
  font-size: 0.875rem;
  transition: color 300ms;
}
.overview .entry .more_link .icon,
.infolist_overview .entry .more_link .icon,
.download_overview .entry .more_link .icon,
.onlinetool_v2_overview .entry .more_link .icon {
  display: block;
  fill: #087d96;
  flex-shrink: 0;
  height: 0.625rem;
  margin-left: 0.5em;
  transition: fill 300ms;
  width: 0.625rem;
}
.overview .entry .more_link .icon svg,
.infolist_overview .entry .more_link .icon svg,
.download_overview .entry .more_link .icon svg,
.onlinetool_v2_overview .entry .more_link .icon svg {
  display: block;
}
.overview .entry:focus, .overview .entry:hover,
.infolist_overview .entry:focus,
.infolist_overview .entry:hover,
.download_overview .entry:focus,
.download_overview .entry:hover,
.onlinetool_v2_overview .entry:focus,
.onlinetool_v2_overview .entry:hover {
  background: #087d96;
}
.overview .entry:focus .teaser_text .title,
.overview .entry:focus .teaser_text .text, .overview .entry:hover .teaser_text .title,
.overview .entry:hover .teaser_text .text,
.infolist_overview .entry:focus .teaser_text .title,
.infolist_overview .entry:focus .teaser_text .text,
.infolist_overview .entry:hover .teaser_text .title,
.infolist_overview .entry:hover .teaser_text .text,
.download_overview .entry:focus .teaser_text .title,
.download_overview .entry:focus .teaser_text .text,
.download_overview .entry:hover .teaser_text .title,
.download_overview .entry:hover .teaser_text .text,
.onlinetool_v2_overview .entry:focus .teaser_text .title,
.onlinetool_v2_overview .entry:focus .teaser_text .text,
.onlinetool_v2_overview .entry:hover .teaser_text .title,
.onlinetool_v2_overview .entry:hover .teaser_text .text {
  color: #fff;
}
.overview .entry:focus .more_link .text, .overview .entry:hover .more_link .text,
.infolist_overview .entry:focus .more_link .text,
.infolist_overview .entry:hover .more_link .text,
.download_overview .entry:focus .more_link .text,
.download_overview .entry:hover .more_link .text,
.onlinetool_v2_overview .entry:focus .more_link .text,
.onlinetool_v2_overview .entry:hover .more_link .text {
  color: #fff;
  text-decoration: underline;
}
.overview .entry:focus .more_link .icon, .overview .entry:hover .more_link .icon,
.infolist_overview .entry:focus .more_link .icon,
.infolist_overview .entry:hover .more_link .icon,
.download_overview .entry:focus .more_link .icon,
.download_overview .entry:hover .more_link .icon,
.onlinetool_v2_overview .entry:focus .more_link .icon,
.onlinetool_v2_overview .entry:hover .more_link .icon {
  fill: #fff;
}

.onlinetool_v2_overview .wrap-entry {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.swiper {
  background: #125367;
  position: relative;
}
.swiper .swiper-pagination {
  display: none;
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 1.125em;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 75rem) {
  .swiper .swiper-pagination {
    right: calc(1.125em + 0.375 * (100vw - 75rem) / (37.5));
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 112.5rem) {
  .swiper .swiper-pagination {
    right: 1.5em;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination:before {
    background: #e1f2f7;
    content: "";
    display: block;
    height: 562.5rem;
    left: 50%;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: background 300ms, opacity 300ms;
    width: 0.1875rem;
    z-index: -1;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    border: 0.0625rem solid #fff;
    cursor: pointer;
    display: block;
    height: 0.75rem;
    position: relative;
    transition: background 300ms, border 300ms;
    width: 0.75rem;
    margin-bottom: 0.34375rem;
    margin-top: 0.34375rem;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 20rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: calc(0.34375rem + 1.03125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 93.75rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 20rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    margin-top: calc(0.34375rem + 1.03125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 93.75rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    margin-top: 1.375rem;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet .bullet-title {
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem -0.0625rem rgba(0, 0, 0, 0.1);
    color: #087d96;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 0.375em;
    opacity: 0;
    padding: 0.2142857143em 0.5em;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: background 300ms, color 300ms, margin-right 300ms, opacity 300ms, visibility 300ms;
    visibility: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #fff;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet:hover .bullet-title {
    margin-right: 1.125em;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet-active .bullet-title {
    margin-right: 1.125em;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination.bullet-page-2:before, .swiper .swiper-pagination.bullet-page-3:before, .swiper .swiper-pagination.bullet-page-4:before {
    opacity: 0.8;
  }
  .swiper .swiper-pagination.bullet-page-2 .swiper-pagination-bullet, .swiper .swiper-pagination.bullet-page-3 .swiper-pagination-bullet, .swiper .swiper-pagination.bullet-page-4 .swiper-pagination-bullet {
    border: 0.0625rem solid rgba(8, 125, 150, 0.75);
  }
  .swiper .swiper-pagination.bullet-page-2 .swiper-pagination-bullet:hover, .swiper .swiper-pagination.bullet-page-3 .swiper-pagination-bullet:hover, .swiper .swiper-pagination.bullet-page-4 .swiper-pagination-bullet:hover {
    background: #087d96;
    border-color: #087d96;
  }
  .swiper .swiper-pagination.bullet-page-2 .swiper-pagination-bullet-active, .swiper .swiper-pagination.bullet-page-3 .swiper-pagination-bullet-active, .swiper .swiper-pagination.bullet-page-4 .swiper-pagination-bullet-active {
    background: #087d96;
    border-color: #087d96;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper .swiper-pagination.bullet-page-5:before {
    background: #fff;
    opacity: 0.8;
  }
  .swiper .swiper-pagination.bullet-page-5 .swiper-pagination-bullet {
    border: 0.0625rem solid rgba(8, 125, 150, 0.75);
  }
  .swiper .swiper-pagination.bullet-page-5 .swiper-pagination-bullet:hover {
    background: #087d96;
    border-color: #087d96;
  }
  .swiper .swiper-pagination.bullet-page-5 .swiper-pagination-bullet-active {
    background: #087d96;
    border-color: #087d96;
  }
}

.go_to_top {
  display: none;
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .go_to_top {
    animation: bounce_to_top 1.5s infinite;
    border-radius: 50%;
    border: 0.125rem solid #fff;
    display: block;
    height: 1.5rem;
    left: 50%;
    line-height: 0;
    opacity: 0.8;
    position: absolute;
    transition: opacity 300ms;
    width: 1.5rem;
    z-index: 10;
    bottom: 1.125em;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 20rem) {
  .go_to_top {
    bottom: calc(1.125em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 93.75rem) {
  .go_to_top {
    bottom: 1.875em;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .go_to_top .icon {
    display: block;
    fill: #fff;
    padding: 0.3125rem;
  }
  .go_to_top .icon svg {
    display: block;
    transform: rotate(-90deg);
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .go_to_top:focus, .go_to_top:hover {
    opacity: 1;
  }
}

.start_slide_1,
.start_slide_2,
.start_slide_3,
.start_slide_4,
.start_slide_5,
.start_slide_6 {
  overflow: hidden;
  position: relative;
}
.start_slide_1 .inner,
.start_slide_2 .inner,
.start_slide_3 .inner,
.start_slide_4 .inner,
.start_slide_5 .inner,
.start_slide_6 .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .start_slide_1 .inner,
.start_slide_2 .inner,
.start_slide_3 .inner,
.start_slide_4 .inner,
.start_slide_5 .inner,
.start_slide_6 .inner {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .start_slide_1 .inner,
.start_slide_2 .inner,
.start_slide_3 .inner,
.start_slide_4 .inner,
.start_slide_5 .inner,
.start_slide_6 .inner {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .start_slide_1 .inner,
.start_slide_2 .inner,
.start_slide_3 .inner,
.start_slide_4 .inner,
.start_slide_5 .inner,
.start_slide_6 .inner {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .start_slide_1 .inner,
.start_slide_2 .inner,
.start_slide_3 .inner,
.start_slide_4 .inner,
.start_slide_5 .inner,
.start_slide_6 .inner {
    padding-top: 6em;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .start_slide_1 .inner,
.start_slide_2 .inner,
.start_slide_3 .inner,
.start_slide_4 .inner,
.start_slide_5 .inner,
.start_slide_6 .inner {
    height: 100%;
    padding: 0;
  }
}
.start_slide_1 .container,
.start_slide_2 .container,
.start_slide_3 .container,
.start_slide_4 .container,
.start_slide_5 .container,
.start_slide_6 .container {
  height: 100%;
  position: relative;
}
.start_slide_1 .container .row,
.start_slide_2 .container .row,
.start_slide_3 .container .row,
.start_slide_4 .container .row,
.start_slide_5 .container .row,
.start_slide_6 .container .row {
  height: 100%;
}
.start_slide_1 .slide-content,
.start_slide_2 .slide-content,
.start_slide_3 .slide-content,
.start_slide_4 .slide-content,
.start_slide_5 .slide-content,
.start_slide_6 .slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.start_slide_2 .bg_logo_element,
.start_slide_4 .bg_logo_element {
  display: block;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 48.25rem;
  width: 40.625rem;
}
@media (min-width: 20rem) {
  .start_slide_2 .bg_logo_element,
.start_slide_4 .bg_logo_element {
    height: calc(48.25rem + 48.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_2 .bg_logo_element,
.start_slide_4 .bg_logo_element {
    height: 96.5rem;
  }
}
@media (min-width: 20rem) {
  .start_slide_2 .bg_logo_element,
.start_slide_4 .bg_logo_element {
    width: calc(40.625rem + 40.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_2 .bg_logo_element,
.start_slide_4 .bg_logo_element {
    width: 81.25rem;
  }
}
.start_slide_2 .bg_logo_element svg,
.start_slide_4 .bg_logo_element svg {
  display: block;
}

.start_slide_2 h2,
.start_slide_3 h2,
.start_slide_4 h2,
.start_slide_5 h2,
.start_slide_6 h2 {
  padding: 0;
}

.start_slide_1 .inner {
  padding-bottom: 6.75em;
  padding-top: 7.125em;
}
@media (min-width: 20rem) {
  .start_slide_1 .inner {
    padding-bottom: calc(6.75em + -0.75 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .start_slide_1 .inner {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .start_slide_1 .inner {
    padding-top: calc(7.125em + 3.375 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .start_slide_1 .inner {
    padding-top: 10.5em;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .start_slide_1 .inner {
    padding: 0;
  }
}
.start_slide_1 .header_background {
  z-index: 0;
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .start_slide_1 .wrap-text {
    padding-top: 3.75em;
  }
}
.start_slide_1 .wrap-text h1 {
  margin: 0 0 0.15em;
  max-width: 25ch;
}
.start_slide_1 .wrap-text .headline h2 {
  color: #fff;
}
.start_slide_1 .wrap-text .headline:not(.bigger) h2 {
  margin: 0 0 0.25em;
}
.start_slide_1 .wrap-text .headline.second h2 {
  margin: 0 0 1em;
  padding: 0;
}
.start_slide_1 .wrap-text p {
  color: #fff;
  max-width: 42ch;
}

.start_slide_2 {
  background: #f5fafc;
}
.start_slide_2 .bg_logo_element {
  right: -5.3125rem;
}
@media (min-width: 20rem) {
  .start_slide_2 .bg_logo_element {
    right: calc(-5.3125rem + -4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_2 .bg_logo_element {
    right: -9.375rem;
  }
}
.start_slide_2 .headline.strong p {
  font-weight: 700;
}
.start_slide_2 .links_overview {
  user-select: none;
}
.start_slide_2 .links_overview ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.start_slide_2 .links_overview li {
  margin: 0;
  padding: 0;
}
.start_slide_2 .links_overview li:before {
  display: none;
}
.start_slide_2 .links_overview a {
  color: #087d96;
  font-size: 0.875rem;
  margin: 0 0.75em 0.75em 0;
  text-decoration: none;
  white-space: nowrap;
}
.start_slide_2 .links_overview.small_links {
  margin-bottom: 0.75em;
}
.start_slide_2 .links_overview.small_links a {
  border-radius: 3rem;
  border: 0.0625rem solid #087d96;
  display: block;
  padding: 0.375em 0.8571428571em;
  transition: background 300ms, color 300ms;
}
.start_slide_2 .links_overview.small_links a:focus, .start_slide_2 .links_overview.small_links a:hover {
  background: #087d96;
  color: #fff;
}
.start_slide_2 .links_overview:not(.small_links) a {
  align-items: center;
  display: flex;
  margin: 0 2.25em 0.75em 0;
}
.start_slide_2 .links_overview:not(.small_links) a .icon {
  display: block;
  fill: #087d96;
  flex-shrink: 0;
  height: 0.625rem;
  margin-left: 0.75em;
  transition: fill 300ms;
  width: 0.625rem;
}
.start_slide_2 .links_overview:not(.small_links) a .icon svg {
  display: block;
}
.start_slide_2 .links_overview:not(.small_links) a:focus, .start_slide_2 .links_overview:not(.small_links) a:hover {
  text-decoration: underline;
}
.start_slide_2 .button {
  margin-bottom: 1.875em;
}

.start_slide_3 {
  background: #fff;
}
.start_slide_3 h2 {
  margin: 0 0 0.25em;
}
.start_slide_3 .wrap-img-quote {
  padding-bottom: 0.75em;
}
@media (min-width: 35rem) {
  .start_slide_3 .wrap-img-quote {
    align-items: center;
    display: flex;
    column-gap: 0.9375rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .start_slide_3 .wrap-img-quote {
    column-gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .start_slide_3 .wrap-img-quote {
    column-gap: 3.125rem;
  }
}
@media (min-width: 61.875rem) {
  .start_slide_3 .wrap-img-quote {
    display: block;
  }
}
.start_slide_3 figure {
  flex-shrink: 0;
  margin: 0 0 1.5em;
}
@media (min-width: 35rem) {
  .start_slide_3 figure {
    width: calc(12.5rem + 11.25 * (100vw - 35rem) / (26.875));
  }
}
@media (min-width: 61.875rem) {
  .start_slide_3 figure {
    width: 23.75rem;
  }
}
@media (min-width: 61.875rem) {
  .start_slide_3 figure {
    width: auto;
  }
}
@media (min-width: 47.5rem) {
  .start_slide_3 .wrap-flex {
    column-gap: 0.75em;
    display: flex;
  }
}
.start_slide_3 .wrap-flex .kpt_icon_text_overview {
  background: #f9fafb;
  border-radius: 0.5625rem;
  margin-bottom: 0.75em;
  padding: 1.125em 1.5em;
}
@media (min-width: 47.5rem) {
  .start_slide_3 .wrap-flex .kpt_icon_text_overview {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.start_slide_3 .wrap-flex .kpt_icon_text_overview .overview_title {
  color: #087d96;
  font-weight: 600;
  margin: 0 0 0.375em;
  padding: 0;
}
.start_slide_3 .wrap-flex .kpt_icon_text_overview .kpt_icon_text_entry {
  margin: 0;
}
.start_slide_3 .wrap-flex .kpt_icon_text_overview .icon {
  height: 0.75rem;
  margin-right: 0.75em;
  width: 0.75rem;
}
.start_slide_3 .wrap-flex .kpt_icon_text_overview .title {
  font-size: 0.875rem;
  padding: 0.25em 0;
}
.start_slide_3 .quote .text p {
  font-size: 0.875rem;
  font-style: normal;
}
.start_slide_3 .quote .name {
  font-style: normal;
  margin: 0;
}
.start_slide_3 .quote.side {
  border-left: 0.25rem solid #0099B5;
  padding: 0.375em 0 0.375em 0.75em;
}
.start_slide_3 .quote:not(.side) {
  background: #f9fafb;
  border-radius: 0.5625rem;
  padding: 1.125em 1.5em;
}
.start_slide_3 .quote:not(.side) .text {
  margin-bottom: 0.5em;
}

.start_slide_4 {
  background: #f9fafb;
}
@media (min-width: 61.875rem) {
  .start_slide_4 .bg_logo_element {
    left: calc(-28.75rem + 13.4375 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 .bg_logo_element {
    left: -15.3125rem;
  }
}
.start_slide_4 .centered {
  text-align: center;
}
.start_slide_4 .centered p {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.start_slide_4 .wrap-text .row {
  height: auto;
}
.start_slide_4 .modular_address_icons {
  margin-bottom: 0.75em;
}
.start_slide_4 .modular_address_icons .company_name {
  margin: 0;
}
.start_slide_4 .modular_address_icons .company_name_addition {
  font-size: 1rem;
}
.start_slide_4 .modular_address_icons .wrap-icons {
  display: flex;
  flex-direction: column;
}
.start_slide_4 .modular_address_icons .wrap-icons p {
  display: flex;
  font-size: 0.875rem;
  margin-right: 2.25em;
}
.start_slide_4 .modular_address_icons .wrap-icons p .icon {
  background: #087d96;
  border-radius: 50%;
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 2rem;
  margin-right: 1em;
  padding: 0.6666666667em;
  width: 2rem;
}
@media (min-width: 20rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    height: calc(2rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    height: 2.625rem;
  }
}
@media (min-width: 20rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    margin-right: calc(1em + 0.2 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    margin-right: 1.2em;
  }
}
@media (min-width: 20rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    padding: calc(0.6666666667em + 0.2564102564 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    padding: 0.9230769231em;
  }
}
@media (min-width: 20rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    width: calc(2rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 .modular_address_icons .wrap-icons p .icon {
    width: 2.625rem;
  }
}
.start_slide_4 .modular_address_icons .wrap-icons p .icon svg {
  display: block;
}
.start_slide_4 .modular_address_icons .wrap-icons p .text {
  display: flex;
  flex-direction: column;
}
.start_slide_4 .modular_address_icons .wrap-icons p .text strong {
  color: #6b6b6b;
  font-weight: 400;
}
.start_slide_4 .modular_address_icons .wrap-icons p .text a {
  color: #087d96;
  text-decoration: none;
}
.start_slide_4 .modular_address_icons .wrap-icons p .text a:focus, .start_slide_4 .modular_address_icons .wrap-icons p .text a:hover {
  text-decoration: underline;
}
.start_slide_4 ol {
  font-size: 0.875rem;
}
.start_slide_4 ol > li {
  color: #6b6b6b;
  margin: 0;
  margin-bottom: 0.75em;
  padding-left: 3.375em;
}
@media (min-width: 20rem) {
  .start_slide_4 ol > li {
    margin-bottom: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 ol > li {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 20rem) {
  .start_slide_4 ol > li {
    padding-left: calc(3.375em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 ol > li {
    padding-left: 4.5em;
  }
}
.start_slide_4 ol > li:before {
  align-items: center;
  background: #087d96;
  border-radius: 50%;
  color: #fff;
  content: counter(list);
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  text-align: center;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 20rem) {
  .start_slide_4 ol > li:before {
    height: calc(2rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 ol > li:before {
    height: 2.625rem;
  }
}
@media (min-width: 20rem) {
  .start_slide_4 ol > li:before {
    width: calc(2rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_4 ol > li:before {
    width: 2.625rem;
  }
}
.start_slide_4 ol > li strong {
  color: #087d96;
  font-weight: 400;
  margin: 0;
}
.start_slide_4 ol ol,
.start_slide_4 ol ul {
  margin: 0;
}
@media (max-width: 61.8125rem) {
  .start_slide_4 .button {
    margin-bottom: 1.5em;
  }
}

.start_slide_5 {
  background: #ecf1f4;
}
.start_slide_5 .wrap-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.start_slide_5 .wrap-flex p {
  margin: 0 1.5em 0.75em 0;
}
.start_slide_5 .wrap-flex .button {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5em;
}
.start_slide_5 .wrap-news section {
  height: 100%;
}
.start_slide_5 .wrap-news .steuernews_preview.last {
  display: none;
}
@media (min-width: 75rem) {
  .start_slide_5 .wrap-news .steuernews_preview.last {
    display: block;
  }
}

.start_slide_6 {
  background: #125367;
}
.start_slide_6 footer {
  text-align: center;
}
.start_slide_6 h2 {
  color: #fff;
}
.start_slide_6 a {
  color: #fff;
  font-size: 0.875rem;
  outline-color: #fff !important;
}
.start_slide_6 a.active {
  font-weight: 600;
  text-decoration: none;
}
.start_slide_6 .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch;
}
.start_slide_6 .intro p {
  color: #fff;
  opacity: 0.8;
}
.start_slide_6 .button,
.start_slide_6 .wrap-address {
  margin-bottom: 3em;
}
.start_slide_6 .modular_address {
  line-height: 1.15;
  margin: 0 2.25em 0 0;
  opacity: 0.6;
}
@media (min-width: 47.5rem) {
  .start_slide_6 .modular_address {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.start_slide_6 .modular_address p {
  color: #fff;
  font-size: 0.875rem;
  margin: 0 0 0.375em;
  opacity: 1;
}
@media (min-width: 47.5rem) {
  .start_slide_6 .modular_address p.company_name:after {
    color: #fff;
    content: "•";
    display: inline-block;
    padding: 0 0.375rem 0 0.0625rem;
  }
}
.start_slide_6 .modular_address p .email,
.start_slide_6 .modular_address p .phone {
  white-space: nowrap;
}
.start_slide_6 .modular_address p:not(.address, .company_name) {
  flex-basis: 100%;
  max-width: 100%;
}
.start_slide_6 .related_links {
  line-height: 1.15;
  opacity: 0.6;
}
.start_slide_6 .related_links ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.start_slide_6 .related_links ul li:after {
  content: "•";
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 0 0.375rem 0 0.0625rem;
}
.start_slide_6 .related_links ul li:last-child:after {
  display: none;
}
.start_slide_6 .social_media_links {
  margin-bottom: 2.25em;
}
.start_slide_6 .social_media_links ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.start_slide_6 .social_media_links li {
  margin: 0;
  margin-right: 1.5em;
}
@media (min-width: 20rem) {
  .start_slide_6 .social_media_links li {
    margin-right: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start_slide_6 .social_media_links li {
    margin-right: 2.25em;
  }
}
.start_slide_6 .icon_element.rzl {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 2.8125rem;
  margin: 0 auto;
  opacity: 0.6;
  transition: opacity 300ms;
  width: 5rem;
}
.start_slide_6 .icon_element.rzl .icon {
  display: block;
}
.start_slide_6 .icon_element.rzl .icon svg {
  display: block;
}
.start_slide_6 .icon_element.rzl:focus, .start_slide_6 .icon_element.rzl:hover {
  opacity: 1;
}
.start_slide_6 .author {
  z-index: 1;
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .start_slide_6 .author {
    right: 0.9375rem;
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 20rem) {
  .start_slide_6 .author {
    right: calc(0.9375rem + 2.96875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-height: 50rem) and (min-width: 93.75rem) {
  .start_slide_6 .author {
    right: 3.90625rem;
  }
}

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

.newsletter_quick_subscribe {
  margin-bottom: 1.5em;
}
.newsletter_quick_subscribe form {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe form {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe form {
    margin-bottom: 3em;
  }
}
@media (min-width: 47.5rem) {
  .newsletter_quick_subscribe form {
    display: flex;
    align-items: center;
  }
}
.newsletter_quick_subscribe .entry {
  width: 100%;
}
@media (min-width: 35rem) {
  .newsletter_quick_subscribe .entry {
    align-items: center;
    display: flex;
    margin-right: 1.5em;
  }
}
@media (max-width: 47.4375rem) {
  .newsletter_quick_subscribe .entry {
    margin-bottom: 0.999em;
  }
}
@media (min-width: 35rem) {
  .newsletter_quick_subscribe label {
    margin: 0 1.5em 0 0;
    white-space: nowrap;
  }
}
.newsletter_quick_subscribe .tooltip_wrapper {
  width: 100%;
}
.newsletter_quick_subscribe input[type=email] {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  margin: 0;
  width: 100%;
}
.newsletter_quick_subscribe button {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  margin: 0;
  width: 100%;
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe button {
    flex-shrink: 0;
    width: auto;
  }
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 2.75rem;
  margin-left: 0.5em;
  position: relative;
  user-select: none;
  z-index: 10;
}
.toggle_offcanvas_menu .open_btn .text {
  display: none;
}
@media (min-width: 30rem) {
  .toggle_offcanvas_menu .open_btn .text {
    display: block;
    font-size: 1rem;
  }
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn .icon {
  height: 0.875rem;
  margin-right: 0.15em;
  position: relative;
  width: 1.25rem;
}
.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: 9002;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(77, 77, 77, 0.65);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.125em 1.125em 1.125em 0;
  position: absolute;
  transition: all 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 1.125em 1.125em;
}
.offcanvas_menu .close_btn .text {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn .text {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn .text {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn .text {
    font-size: 1.125rem;
  }
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  color: #087d96;
  display: flex;
  flex-direction: row;
  line-height: 3.45rem;
  padding-left: 1.125em;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul > li > a.active, .offcanvas_menu .navigation > ul > li > a:focus, .offcanvas_menu .navigation > ul > li > a:hover {
  color: #087d96;
  text-decoration: underline;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .navigation > ul ul li:last-child {
  margin-bottom: 0.75em;
}
.offcanvas_menu .navigation > ul ul a {
  color: #444;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.0625rem;
  padding: 0.5625em 4.125em 0.5625em 1.35em;
  position: relative;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul ul a:before {
  background: rgba(8, 125, 150, 0.1);
  border-radius: 0.5625rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul ul a.active, .offcanvas_menu .navigation > ul ul a:focus, .offcanvas_menu .navigation > ul ul a:hover {
  color: #087d96;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul ul a.active:before, .offcanvas_menu .navigation > ul ul a:focus:before, .offcanvas_menu .navigation > ul ul a:hover:before {
  opacity: 1;
}

@media (min-width: 47.5rem) {
  body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn {
    background: transparent;
    border: 0.125rem solid #fff !important;
  }
  body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn .text {
    transition: color 300ms;
  }
  body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn:focus, body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn:hover {
    background: #fff;
  }
  body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn:focus .text, body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn:hover .text {
    color: #087d96;
  }
  body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn:active, body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn.active {
    background: #125367;
    border-color: #125367;
    color: #fff;
  }
  body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn:active .text, body.startpage:not(.scrolled_down) .toggle_offcanvas_menu .open_btn.active .text {
    color: #fff;
  }
}

/* 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(77, 77, 77, 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.5em;
}

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

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

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

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

.open_street_map .map {
  height: 21.875rem;
  background-color: #f9fafb;
  border-radius: 0.5625rem;
  cursor: move;
  overflow: hidden;
  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(249, 250, 251, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.5em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    margin: 0 1.5em 0 0;
    max-width: 40.625rem;
  }
  .open_street_map .plan_route .saddr input {
    margin-bottom: 0;
  }
}
.open_street_map .plan_route .select_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.75em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.5em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper .select {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .button_wrapper button {
    margin-bottom: 0;
  }
}
.open_street_map .ol-viewport {
  touch-action: pan-y !important;
}
.open_street_map .ol-overlaycontainer-stopevent button {
  align-items: center;
  background: #087d96;
  border: 0.0625rem solid #087d96;
  border-radius: 0.5625rem;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #0099B5;
  border: 0.0625rem solid #0099B5;
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #0099B5;
  border: 0.0625rem solid #0099B5;
  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.625rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.625rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.6875rem;
}
.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: #4d4d4d;
  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: 0.875rem;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

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

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

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

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

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

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

main {
  display: block;
}

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

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

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

h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
  letter-spacing: calc((1.8125rem + 2.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.8125rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.375em;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(4.0625rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(1.8125rem + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 4.0625rem;
  }
}

body.news_entity h1,
body.news_entity .style_h1,
body.news_entity [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] body.news_entity .ot_headline {
  hyphens: auto;
}

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

h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
  letter-spacing: calc((1.625rem + 0.375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.625rem;
  color: #087d96;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding-top: 0.5em;
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    letter-spacing: calc(2rem * 0);
  }
}
@media (min-width: 20rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: calc(1.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h3,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline {
    font-size: 2rem;
  }
}

h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
  letter-spacing: calc((1.375rem + 0.375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  color: #087d96;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding-top: 0.5em;
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    letter-spacing: calc(1.75rem * 0);
  }
}
@media (min-width: 20rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: calc(1.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: 1.75rem;
  }
}

h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
  letter-spacing: calc((1.25rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.25rem;
  color: #087d96;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding-top: 0.5em;
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    letter-spacing: calc(1.5rem * 0);
  }
}
@media (min-width: 20rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h5,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline {
    font-size: 1.5rem;
  }
}

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: #087d96;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding-top: 0.5em;
}
@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((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #4d4d4d;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.5em;
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  p,
.style_p,
[data-otool-headlinestyling=style_p] .ot_headline {
    font-size: 1.125rem;
  }
}

a {
  color: #4d4d4d;
  text-decoration: underline;
  transition: color 300ms;
}
a:active, a.active {
  color: #087d96;
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem solid #4d4d4d;
  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: #4d4d4d;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #087d96;
  display: inline-block;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #4d4d4d;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.125rem solid #4d4d4d;
  outline-offset: 0.0625rem;
  text-decoration: none;
}
a.touch_link:focus[data-focus-method=mouse] .title, a.touch_link:focus[data-focus-method=touch] .title {
  outline: 0;
}
a.touch_link:hover .title {
  text-decoration: none;
}

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

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

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

small {
  font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: url("../../common/images/list-styles/list-style-arrow.svg");
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}
ul > li {
  padding: 0.25em 0 0.25em 0.375em;
}
ul ol, ul ul {
  margin: 0;
}

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

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

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

figcaption {
  font-size: 0.875rem;
  margin-top: 0.375em;
  text-align: left;
}

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

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

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

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

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

.ot_ui {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .ot_ui {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui {
    font-size: 1.125rem;
  }
}

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

:root {
  --ot-main-color: #087d96;
  --ot-secondary-color: #087d96;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #055566;
  --ot-rgba-main-01: rgba(8, 125, 150, 0.1);
  --ot-rgba-main-02: rgba(8, 125, 150, 0.2);
  --ot-rgba-main-05: rgba(8, 125, 150, 0.5);
  --ot-rgba-main-08: rgba(8, 125, 150, 0.8);
  --ot-rgba-secondary-01: rgba(8, 125, 150, 0.1);
  --ot-rgba-secondary-02: rgba(8, 125, 150, 0.2);
  --ot-lighten-main-30: #42d5f5;
  --ot-main-color-darken-40: black;
  --ot-button-color: #087d96;
  --ot-button-active-color: #055566;
  --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.5625rem;
  --ot-button-height-min: 2.75rem;
  --ot-button-height-max: 3rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #fff;
  --ot-text-color-light: #fff;
  --ot-text-color: #4d4d4d;
  --ot-bg-color: #f9fafb;
  --ot-border-color: #d1d5dc;
  --ot-okay-color: #0099B5;
  --ot-okay-bg-color: #5ee6ff;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #087d96;
  --ot-popup-overlay-color: rgba(77, 77, 77, 0.65);
  --ot-shadow-color: rgba(0, 0, 0, 0.4);
  --ot-font-family-headline: Poppins, sans-serif;
  --ot-font-family: Inter, sans-serif;
  --ot-font-size-max: 1.125rem;
  --ot-font-size-min: 1rem;
  --ot-font-weight-strong: 600;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 4.0625rem;
  --ot-font-size-h1-min: 1.8125rem;
  --ot-font-weight-h1: 500;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.15;
  --ot-text-color-h1: #fff;
  --ot-font-size-h2-max: 2.875rem;
  --ot-font-size-h2-min: 1.75rem;
  --ot-font-weight-h2: 500;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.35;
  --ot-text-color-h2: #087d96;
  --ot-font-size-h3-max: 2rem;
  --ot-font-size-h3-min: 1.625rem;
  --ot-font-weight-h3: 500;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.2;
  --ot-text-color-h3: #087d96;
  --ot-font-size-h4-max: 1.75rem;
  --ot-font-size-h4-min: 1.375rem;
  --ot-font-weight-h4: 500;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.2;
  --ot-text-color-h4: #087d96;
  --ot-font-size-h5-max: 1.5rem;
  --ot-font-size-h5-min: 1.25rem;
  --ot-font-weight-h5: 500;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.2;
  --ot-text-color-h5: #087d96;
  --ot-font-size-h6-max: 1.25rem;
  --ot-font-size-h6-min: 1.125rem;
  --ot-font-weight-h6: 500;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.2;
  --ot-text-color-h6: #087d96;
  --ot-font-size-legend-max: 2rem;
  --ot-font-size-legend-min: 1.625rem;
  --ot-font-weight-legend: 500;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.2;
  --ot-text-color-legend: #087d96;
  --ot-font-size-bigger: 112.5%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 0.875rem;
  --ot-spacing: 1.5em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.0625rem;
  --ot-input-bg-color: #fff;
  --ot-input-border-color: #d1d5dc;
  --ot-input-text-color: #4d4d4d;
  --ot-input-focus-bg-color: #fff;
  --ot-input-focus-border-color: #087d96;
  --ot-input-focus-text-color: #4d4d4d;
  --ot-button-bg-color: #087d96;
  --ot-button-border-color: #087d96;
  --ot-button-text-color: #fff;
  --ot-button-hover-bg-color: #0099B5;
  --ot-button-hover-border-color: #0099B5;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #0099B5;
  --ot-button-focus-border-color: #0099B5;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #4d4d4d;
  --ot-button-active-border-color: #4d4d4d;
  --ot-button-active-text-color: #fff;
  --ot-button-disabled-bg-color: #f9fafb;
  --ot-button-disabled-border-color: #eaedf1;
  --ot-button-disabled-text-color: #cdcdcd;
}

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

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

.quote {
  margin-bottom: 1.5em;
}
.quote .text {
  margin-bottom: 0.5em;
}
.quote .text p {
  font-style: italic;
  margin: 0;
}
.quote .name {
  color: #6b6b6b;
  font-size: 0.875rem;
  font-style: italic;
}

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

.social_media_links a {
  display: block;
  transition: opacity 300ms;
}
.social_media_links a:focus, .social_media_links a:hover {
  opacity: 0.6;
}
.social_media_links ul {
  margin: 0;
  padding: 0;
}
.social_media_links li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .social_media_links li {
    margin-bottom: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .social_media_links li {
    margin-bottom: 2.25em;
  }
}
.social_media_links li:last-child {
  margin: 0;
}
.social_media_links li .icon,
.social_media_links li .icon img {
  display: block;
  height: 2rem;
}
@media (min-width: 20rem) {
  .social_media_links li .icon,
.social_media_links li .icon img {
    height: calc(2rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .social_media_links li .icon,
.social_media_links li .icon img {
    height: 2.75rem;
  }
}
.social_media_links li .video_link.icon {
  fill: #087d96;
}

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

.social_media_share ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6875rem;
  justify-content: flex-end;
  margin: 1.5em 0;
  padding: 1.5em 0;
}
@media (min-width: 75rem) {
  .social_media_share ul {
    justify-content: flex-start;
  }
}
.social_media_share li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_share li .icon,
.social_media_share li .icon img {
  display: block;
  height: 1.5rem;
}
.social_media_share li .share_button > span,
.social_media_share li .print_link > span {
  display: flex;
  align-items: center;
}
.social_media_share li .share_button > span .text,
.social_media_share li .print_link > span .text {
  margin-left: 0.75em;
}
.social_media_share li.print .icon {
  fill: #087d96;
  width: 1.5rem;
}
.social_media_share li.whatsapp {
  display: none;
}
.tablet .social_media_share li.whatsapp, .mobile .social_media_share li.whatsapp {
  display: block;
}
.social_media_share li a {
  display: block;
  text-decoration: none;
}
.social_media_share li a .text {
  font-size: 0.875rem;
}
.social_media_share li a:focus .text, .social_media_share li a:hover .text {
  text-decoration: underline;
}

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

.steuernews_preview .entry {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: background 300ms;
  padding: 0.9375rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .entry {
    padding: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .entry {
    padding: 1.25rem;
  }
}
.steuernews_preview .entry .wrap-img {
  border-radius: 0.375rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.steuernews_preview .entry .bg_image {
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: transform 300ms;
  width: 100%;
  height: 8.75rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .entry .bg_image {
    height: calc(8.75rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .entry .bg_image {
    height: 10rem;
  }
}
.steuernews_preview .entry .teaser_text {
  margin-bottom: auto;
}
.steuernews_preview .entry .teaser_text .title {
  color: #087d96;
  font-weight: 500;
  margin-bottom: 0.75em;
  padding-top: 1em;
  transition: color 300ms;
  word-wrap: break-word;
}
.steuernews_preview .entry .teaser_text .text {
  font-size: 0.875rem;
  transition: color 300ms;
}
.steuernews_preview .entry .more_link {
  align-items: center;
  display: flex;
  margin-bottom: 0.25em;
}
.steuernews_preview .entry .more_link .text {
  color: #087d96;
  font-size: 0.875rem;
  transition: color 300ms;
}
.steuernews_preview .entry .more_link .icon {
  display: block;
  fill: #087d96;
  flex-shrink: 0;
  height: 0.625rem;
  margin-left: 0.5em;
  transition: fill 300ms;
  width: 0.625rem;
}
.steuernews_preview .entry .more_link .icon svg {
  display: block;
}
.steuernews_preview .entry:focus, .steuernews_preview .entry:hover {
  background: #087d96;
}
.steuernews_preview .entry:focus .bg_image, .steuernews_preview .entry:hover .bg_image {
  transform: scale(1.05);
}
.steuernews_preview .entry:focus .teaser_text .title,
.steuernews_preview .entry:focus .teaser_text .text, .steuernews_preview .entry:hover .teaser_text .title,
.steuernews_preview .entry:hover .teaser_text .text {
  color: #fff;
}
.steuernews_preview .entry:focus .more_link .text, .steuernews_preview .entry:hover .more_link .text {
  color: #fff;
  text-decoration: underline;
}
.steuernews_preview .entry:focus .more_link .icon, .steuernews_preview .entry:hover .more_link .icon {
  fill: #fff;
}

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

.news_image {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 0.9375rem;
}
@media (min-width: 20rem) {
  .news_image {
    padding: calc(0.9375rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_image {
    padding: 1.25rem;
  }
}
@media (min-width: 35rem) {
  .news_image {
    float: right;
    margin-left: 1.875em;
    width: auto;
    max-width: 15.625rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .news_image {
    max-width: calc(15.625rem + 14.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .news_image {
    max-width: 30rem;
  }
}
.news_image img {
  border-radius: 0.375rem;
}
.news_image + * {
  padding-top: 0;
}

.steuernews_issues ul,
.steuernews_navigation ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.steuernews_navigation ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}
.steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
  align-items: center;
  background: #087d96;
  border-radius: 3rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  transition: all 300ms;
  white-space: nowrap;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: 3rem;
  }
}
.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: #0099B5;
  color: #fff;
}

.steuernews_disclaimer {
  clear: both;
}

.steuernews_current_issue {
  margin-bottom: 0.75em;
}
.steuernews_current_issue a.active {
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 47.5rem) {
  .steuernews_more_articles_overview .entry.last {
    display: none;
  }
}
@media (min-width: 75rem) {
  .steuernews_more_articles_overview .entry.last {
    display: flex;
  }
}

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

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

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

.steuernews_issues_select {
  margin-bottom: 1.5em;
}
.steuernews_issues_select nav {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.steuernews_issues_select .title {
  width: 100%;
}
.steuernews_issues_select .select {
  display: flex;
  flex-grow: 1;
  margin-right: 1.5em;
  max-width: 28.125rem;
}
.steuernews_issues_select .button {
  flex-shrink: 0;
  margin-bottom: 0.999em;
}

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

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

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

.section_wrapper {
  overflow: hidden;
}

.swiper {
  max-width: 160rem;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
:root {
  --swiper-theme-color: #087d96;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
@media (min-width: 75rem) and (min-height: 50rem) {
  .swiper {
    width: 100dvw;
    height: 100dvh;
  }
}
@media (min-width: 75rem) {
  .swiper {
    overflow: hidden;
  }
}
@media (max-height: 50rem) {
  .swiper {
    overflow: inherit;
  }
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
@media (min-width: 75rem) {
  .swiper-wrapper {
    display: flex;
    height: 100%;
  }
}
@media (max-height: 50rem) {
  .swiper-wrapper {
    display: block;
    height: auto;
  }
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* Deaktiviere 3D-Effekte bei prefers-reduced-motion - Added by Atikon */
@media (prefers-reduced-motion: reduce) {
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: none;
  }

  .swiper-3d .swiper-wrapper {
    transform-style: flat;
  }

  .swiper-3d {
    perspective: none;
  }
  .swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: flat;
  }
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

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

.team_overview .team_entry .title {
  margin: 0;
  padding: 0;
}
.team_overview .team_entry .position {
  margin: 0 0 1.5em;
}
.team_overview .team_entry .photo {
  display: block;
  margin: 0 0 1.5em;
}
@media (min-width: 35rem) {
  .team_overview .team_entry .photo {
    width: calc(12.5rem + 11.25 * (100vw - 35rem) / (26.875));
  }
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry .photo {
    width: 23.75rem;
  }
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry .photo {
    width: auto;
  }
}
.team_overview .team_entry .photo img {
  display: block;
}
.team_overview .team_entry .contacts {
  margin-bottom: 1.5em;
}
.team_overview .team_entry .contacts .contact {
  margin: 0;
}
.team_overview .team_entry .short_profile {
  background: #f9fafb;
  border-radius: 0.5625rem;
  margin-bottom: 0.75em;
  padding: 1.125em 1.5em;
}
.team_overview .team_entry .short_profile p {
  font-size: 0.875rem;
  font-style: italic;
}
.team_overview .team_entry .short_profile p:last-child {
  margin: 0;
}

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

.keyword_register {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.keyword_register a {
  background: #087d96;
  border-radius: 0.5625rem;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0.75em 0.75em 0;
  text-align: center;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  line-height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .keyword_register a {
    line-height: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .keyword_register a {
    line-height: 3rem;
  }
}
@media (min-width: 20rem) {
  .keyword_register a {
    width: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .keyword_register a {
    width: 3rem;
  }
}
.keyword_register a:focus, .keyword_register a:hover {
  background: #0099B5;
  color: #fff;
}

.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: #087d96;
  border-radius: 3rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .steuernews_keywords a {
    line-height: calc(2.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_keywords a {
    line-height: 3rem;
  }
}
.steuernews_keywords a:focus, .steuernews_keywords a:hover {
  background: #0099B5;
  color: #fff;
}

.steuernews_keywords_register {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
@media (min-width: 20rem) {
  .steuernews_keywords_register {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_keywords_register {
    margin-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  .steuernews_keywords_register {
    padding-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_keywords_register {
    padding-top: 3em;
  }
}
.steuernews_keywords_register h2 {
  border-bottom: 0.0625rem dashed #d1d5dc;
  margin: 0 0 0.75em;
  padding: 0.75em 0 0.5em;
}
.steuernews_keywords_register .keywords_register_entries {
  margin-bottom: 0.75em;
}
@media (min-width: 20rem) {
  .steuernews_keywords_register .keywords_register_entries {
    margin-bottom: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_keywords_register .keywords_register_entries {
    margin-bottom: 1.5em;
  }
}
.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: #4d4d4d;
}

/* 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.5625rem;
  bottom: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  padding: 0.75em 1.125em;
  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;
}

