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

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

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

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

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

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

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

[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;
}
@media (max-width: 47.5rem) {
  .contact_wrapper p a {
    padding: 0.25rem 0;
  }
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.75em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.dark_section .contact .icon svg {
  fill: #fff;
}

.contact {
  align-items: center;
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact .icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.225em;
}
.contact .icon svg {
  height: 1rem;
  width: 1rem;
  fill: #040B18;
}
.contact > span {
  min-width: 1.5625rem;
  font-weight: 700;
}
.contact > span.text {
  font-weight: 400;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

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

.delay_short {
  transition-delay: 120ms !important;
}

.delay_medium {
  transition-delay: 220ms !important;
}

.delay_large {
  transition-delay: 800ms !important;
}

@media (min-width: 61.875rem) {
  .animate_slide_in_left {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 600ms ease-out, background-color 600ms ease-out, transform 600ms ease-out !important;
  }
  .animate_slide_in_left.hidden {
    opacity: 0;
    transform: translateX(-3em);
    transition: none;
  }
}

@media (min-width: 61.875rem) {
  .animate_slide_in_right {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 600ms ease-out, background-color 600ms ease-out, transform 600ms ease-out !important;
  }
  .animate_slide_in_right.hidden {
    opacity: 0;
    transform: translateX(3em);
    transition: none;
  }
}

@media (min-width: 61.875rem) {
  .animate_slide_in_bottom {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 600ms ease-out, background-color 600ms ease-out, transform 600ms ease-out !important;
  }
  .animate_slide_in_bottom.hidden {
    opacity: 0;
    transform: translateY(3em);
    transition: none;
  }
}

@media (min-width: 61.875rem) {
  .animate_slide_in_top {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 600ms ease-out, background-color 600ms ease-out, transform 600ms ease-out !important;
  }
  .animate_slide_in_top.hidden {
    opacity: 0;
    transform: translateY(-3em);
    transition: none;
  }
}

@media (min-width: 61.875rem) {
  .animate_slide_in_right_rotate {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition: opacity 600ms ease-out, background-color 600ms ease-out, transform 600ms ease-out !important;
    transition-delay: 120ms;
  }
  .animate_slide_in_right_rotate.hidden {
    opacity: 0;
    transform: translateX(3em) rotate(3deg);
    transition: none;
  }
}

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

aside .company_logo_1 {
  display: none;
}
aside .company_logo_2 {
  width: 12.5rem;
  margin: 1.5em 0;
}
@media (min-width: 20rem) {
  aside .company_logo_2 {
    width: calc(12.5rem + 8.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside .company_logo_2 {
    width: 21.25rem;
  }
}
@media (min-width: 47.5rem) {
  aside .company_logo_2 {
    margin: 3em 0;
  }
}
aside .contact .icon svg {
  fill: #fff;
}

/* 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;
  width: 4.625rem;
}
.author:hover {
  fill: #DA306C;
}

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

.background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}
.breadcrumbs p {
  margin: 0 0.375em 0 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .separator {
  margin: 0 0.375em;
}

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

.button {
  border-radius: 0rem;
  padding: 0 0.5em;
  cursor: pointer;
  background: #F6F6F6;
  border: 0.125rem solid #DA306C;
  color: #040B18;
  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;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.6875rem;
  }
}
.button .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.button .icon + .text {
  padding-left: 0.4995em;
}
.button:focus-visible {
  background: #DA306C;
  border-color: #DA306C;
  color: #fff;
  outline: 0.1875rem solid #DA306C;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #F6F6F6;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #DA306C;
  border-color: #DA306C;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #d5d5d5 inset;
  background: #d5d5d5;
  border: 0.125rem solid #d5d5d5;
  color: #040B18;
  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;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.6875rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.4995em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

.dark_section .button {
  background: #040B18;
  border: 0.125rem solid #DA306C;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.dark_section .button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .dark_section .button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dark_section .button > span {
    min-height: 2.6875rem;
  }
}
.dark_section .button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.dark_section .button .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.dark_section .button .icon + .text {
  padding-left: 0.4995em;
}
.dark_section .button:focus-visible {
  background: #DA306C;
  border-color: #DA306C;
  color: #fff;
  outline: 0.1875rem solid #DA306C;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #F6F6F6;
}
.dark_section .button:focus-visible .icon {
  fill: #fff;
}
.dark_section .button:hover {
  background: #DA306C;
  border-color: #DA306C;
  color: #fff;
}
.dark_section .button:hover .icon {
  fill: #fff;
}
.dark_section .button:active, .dark_section .button.active {
  box-shadow: 0 0 0.1875rem #d5d5d5 inset;
  background: #d5d5d5;
  border: 0.125rem solid #d5d5d5;
  color: #040B18;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.dark_section .button:active > span, .dark_section .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .dark_section .button:active > span, .dark_section .button.active > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dark_section .button:active > span, .dark_section .button.active > span {
    min-height: 2.6875rem;
  }
}
.dark_section .button:active .icon, .dark_section .button.active .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.dark_section .button:active .text, .dark_section .button.active .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.dark_section .button:active .icon + .text, .dark_section .button.active .icon + .text {
  padding-left: 0.4995em;
}
.dark_section .button.bottom_spacing {
  margin-bottom: 0.75em;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
}
.button_overview .button {
  margin: 0.75em 0.75em 0 0;
}

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

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

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

.company_logo {
  width: 12.5rem;
  display: block;
  transition: all 300ms ease-in-out;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(12.5rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 18.125rem;
  }
}

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

.content_bg_image_container {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  min-height: 40.625rem;
}
.content_bg_image_container > .container {
  width: 100%;
}
.content_bg_image_container.center {
  background-position-x: center;
}
.content_bg_image_container.left {
  background-position-x: left;
}
.content_bg_image_container.right {
  background-position-x: right;
}
.content_bg_image_container.middle {
  background-position-y: center;
}
.content_bg_image_container.top {
  background-position-y: top;
}
.content_bg_image_container.bottom {
  background-position-y: bottom;
}
.content_bg_image_container.show_overlay::after {
  background: linear-gradient(360deg, rgba(4, 10, 22, 0.4) 80%, #040a16 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.content_bg_image_container.show_overlay.overlay_reverse::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #040a16 100%);
}
.content_bg_image_container.fixed {
  background-attachment: fixed;
}
html.ios .content_bg_image_container.fixed, html.mobile .content_bg_image_container.fixed {
  background-attachment: scroll;
}
.content_bg_image_container.full_width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 160rem) {
  .content_bg_image_container.full_width {
    margin-left: calc(50% - (160rem / 2));
    margin-right: calc(50% - (160rem / 2));
  }
}

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

.cookie_banner {
  animation: cookie_slide_in 2s forwards;
  transform: translateX(200%);
  animation-delay: 2s;
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 1.25rem rgba(4, 11, 24, 0.16);
  row-gap: 0.75em;
  padding: 0.9375rem 1.25rem;
  z-index: 9000;
  grid-template-areas: "cb_title" "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
.cookie_banner::after {
  position: absolute;
  content: "";
  background-color: #F6F6F6;
  border: solid #DA306C 0.125rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -2;
}
.cookie_banner .cb_title {
  grid-area: cb_title;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_link_privacy a {
  position: relative;
  color: #DA306C;
  text-decoration: none;
  transition: all 300ms ease-in-out !important;
}
.cookie_banner .cb_link_privacy a::after {
  display: none;
}
.cookie_banner .cb_link_privacy a:hover {
  color: #040B18;
}
@media (min-width: 93.75rem) {
  .cookie_banner .cb_link_privacy a {
    transition: opacity 300ms ease-in-out;
  }
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
  justify-self: flex-start;
  width: fit-content;
}
.cookie_banner .cb_button_confirm .button {
  justify-content: flex-start;
}
.cookie_banner p {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  width: 100%;
}
@media (min-width: 35rem) {
  .cookie_banner {
    bottom: 1.25rem;
    right: 1.25rem;
    left: auto;
    width: 18.75rem;
    padding: 1.5625rem 1.875rem;
  }
}

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

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

.dark_section .disclaimer {
  background: #DA306C;
  color: #fff;
}

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

.download_overview .touch_link {
  align-items: center;
  background-color: #DA306C;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1.125em 1.5em;
  margin-bottom: 1.5em;
  transition: all 300ms ease-in-out;
}
.download_overview .touch_link:hover {
  background-color: #b62155;
  transition: all 300ms ease-in-out;
  transform: translate(0.625rem, 0);
  text-decoration: none;
}
.download_overview .touch_link .title_wrapper {
  margin-bottom: 0.375em;
  padding-top: 0;
  color: #fff;
}
.download_overview .touch_link .title,
.download_overview .touch_link .title_overview {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}
.download_overview .icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 1.5625rem;
  margin-left: 0.75em;
  width: 1.5625rem;
}
.download_overview .icon_doc {
  fill: #2a5699;
}
.download_overview .icon_xls {
  fill: #4e892d;
}
.download_overview .icon_pdf {
  fill: #e44e4e;
}
.download_overview .icon_online {
  fill: #0074ce;
}

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

footer {
  background-color: #040B18;
}
footer .footer_section {
  padding-top: 1.5em;
}
footer .footer_content p,
footer .footer_content a.text,
footer .footer_content .title,
footer .footer_content .special_font {
  color: #fff;
}
footer .footer_content .company_logo_1 {
  display: none;
}
footer .footer_content .company_logo_2 {
  width: 12.5rem;
  margin: 1.5em 0;
}
@media (min-width: 20rem) {
  footer .footer_content .company_logo_2 {
    width: calc(12.5rem + 8.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_content .company_logo_2 {
    width: 21.25rem;
  }
}
@media (min-width: 47.5rem) {
  footer .footer_content .company_logo_2 {
    margin: 3em 0;
  }
}
footer .footer_content .contact .icon svg {
  fill: #fff;
}
footer .footer_inner {
  border-top: 0.0625rem solid #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
}
@media (min-width: 47.5rem) {
  footer .footer_inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .related_links {
  margin-bottom: 1.5em;
}
@media (min-width: 47.5rem) {
  footer .related_links {
    margin-bottom: 0;
  }
}
footer .related_links ul {
  display: flex;
  flex-wrap: wrap;
}
footer .related_links ul li {
  margin-right: 1.5em;
}
footer .related_links ul li:last-child {
  margin-right: 0;
}
footer .related_links ul a {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
footer .related_links ul a:hover {
  color: #fff;
  text-decoration: none;
}
footer .related_links ul a.active {
  color: #fff;
  font-weight: 700;
}

/* 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.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 2.9375rem;
  }
}
.file.error .file_name {
  border-color: #DA306C;
}
.file .file_name {
  background: #F6F6F6;
  border: 0.125rem solid #c3c3c3;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0.1875rem #c3c3c3 inset;
  color: #040B18;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.5rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 2.6875rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 2.9375rem;
  }
}
.file .file_button {
  border-radius: 0 0rem 0rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #F6F6F6;
  border: 0.125rem solid #DA306C;
  color: #040B18;
  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;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.6875rem;
  }
}
.file .file_button .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.4995em;
}
.file .file_button > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.6875rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(218, 48, 108, 0.2);
  background: #DA306C;
  border-color: #DA306C;
  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.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 2.9375rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #DA306C;
  border-color: #DA306C;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #d5d5d5 inset;
  background: #d5d5d5;
  border: 0.125rem solid #d5d5d5;
  color: #040B18;
  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;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 2.6875rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.4995em;
}

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

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.5em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 2.9375rem;
  }
}
@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.justify_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.justify_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.justify_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.justify_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.justify_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.justify_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.justify_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;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span2_xsmall {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xsmall {
    order: 2;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span3_xsmall {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xsmall {
    order: 3;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span4_xsmall {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xsmall {
    order: 4;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span5_xsmall {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xsmall {
    order: 5;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span6_xsmall {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xsmall {
    order: 6;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span7_xsmall {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xsmall {
    order: 7;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span8_xsmall {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xsmall {
    order: 8;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span9_xsmall {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xsmall {
    order: 9;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span10_xsmall {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xsmall {
    order: 10;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span11_xsmall {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xsmall {
    order: 11;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 20rem) {
  .span12_xsmall {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xsmall {
    order: 12;
  }

  .center_xsmall {
    align-items: center;
  }

  .middle_xsmall {
    justify-content: center;
  }

  .end_xsmall {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span1_small {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_small {
    order: 1;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span2_small {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_small {
    order: 2;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span3_small {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_small {
    order: 3;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span4_small {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_small {
    order: 4;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span5_small {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_small {
    order: 5;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span6_small {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_small {
    order: 6;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span7_small {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_small {
    order: 7;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span8_small {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_small {
    order: 8;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span9_small {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_small {
    order: 9;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span10_small {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_small {
    order: 10;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span11_small {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_small {
    order: 11;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 30rem) {
  .span12_small {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_small {
    order: 12;
  }

  .center_small {
    align-items: center;
  }

  .middle_small {
    justify-content: center;
  }

  .end_small {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span1_medium {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_medium {
    order: 1;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span2_medium {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_medium {
    order: 2;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span3_medium {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_medium {
    order: 3;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span4_medium {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_medium {
    order: 4;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span5_medium {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_medium {
    order: 5;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span6_medium {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_medium {
    order: 6;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span7_medium {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_medium {
    order: 7;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span8_medium {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_medium {
    order: 8;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span9_medium {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_medium {
    order: 9;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span10_medium {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_medium {
    order: 10;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span11_medium {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_medium {
    order: 11;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 35rem) {
  .span12_medium {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_medium {
    order: 12;
  }

  .center_medium {
    align-items: center;
  }

  .middle_medium {
    justify-content: center;
  }

  .end_medium {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span1_large {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_large {
    order: 1;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span2_large {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_large {
    order: 2;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span3_large {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_large {
    order: 3;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span4_large {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_large {
    order: 4;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span5_large {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_large {
    order: 5;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span6_large {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_large {
    order: 6;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span7_large {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_large {
    order: 7;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span8_large {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_large {
    order: 8;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span9_large {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_large {
    order: 9;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span10_large {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_large {
    order: 10;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span11_large {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_large {
    order: 11;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 47.5rem) {
  .span12_large {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_large {
    order: 12;
  }

  .center_large {
    align-items: center;
  }

  .middle_large {
    justify-content: center;
  }

  .end_large {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span1_xlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xlarge {
    order: 1;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span2_xlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xlarge {
    order: 2;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span3_xlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xlarge {
    order: 3;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span4_xlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xlarge {
    order: 4;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span5_xlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xlarge {
    order: 5;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span6_xlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xlarge {
    order: 6;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span7_xlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xlarge {
    order: 7;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span8_xlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xlarge {
    order: 8;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span9_xlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xlarge {
    order: 9;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span10_xlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xlarge {
    order: 10;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span11_xlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xlarge {
    order: 11;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .span12_xlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xlarge {
    order: 12;
  }

  .center_xlarge {
    align-items: center;
  }

  .middle_xlarge {
    justify-content: center;
  }

  .end_xlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span1_xxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxlarge {
    order: 1;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span2_xxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxlarge {
    order: 2;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span3_xxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxlarge {
    order: 3;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span4_xxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxlarge {
    order: 4;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span5_xxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxlarge {
    order: 5;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span6_xxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxlarge {
    order: 6;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span7_xxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxlarge {
    order: 7;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span8_xxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xxlarge {
    order: 8;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span9_xxlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xxlarge {
    order: 9;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span10_xxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxlarge {
    order: 10;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span11_xxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxlarge {
    order: 11;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .span12_xxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxlarge {
    order: 12;
  }

  .center_xxlarge {
    align-items: center;
  }

  .middle_xxlarge {
    justify-content: center;
  }

  .end_xxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span1_xxxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxxlarge {
    order: 1;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span2_xxxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxxlarge {
    order: 2;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span3_xxxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxxlarge {
    order: 3;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span4_xxxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxxlarge {
    order: 4;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span5_xxxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxxlarge {
    order: 5;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span6_xxxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxxlarge {
    order: 6;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span7_xxxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxxlarge {
    order: 7;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span8_xxxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xxxlarge {
    order: 8;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span9_xxxlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xxxlarge {
    order: 9;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span10_xxxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxxlarge {
    order: 10;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span11_xxxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxxlarge {
    order: 11;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .span12_xxxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxxlarge {
    order: 12;
  }

  .center_xxxlarge {
    align-items: center;
  }

  .middle_xxxlarge {
    justify-content: center;
  }

  .end_xxxlarge {
    align-items: flex-end;
  }
}

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

@keyframes fadeInHeader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  padding-top: 12em;
}
@media (min-width: 61.875rem) {
  header {
    padding-top: 15em;
  }
}

.top_header {
  background-color: #F6F6F6;
  padding: 1.5em 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
.top_header .top_header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.top_header .company_logo_1 {
  display: block;
}
.top_header .company_logo_2 {
  display: none;
}
.top_header .company_logo_white {
  display: none;
}
.top_header .navigation {
  align-items: center;
  display: flex;
}

.header_quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 1rem;
}

.top_header .header_quicklinks {
  display: none;
}
@media (min-width: 61.875rem) {
  .top_header .header_quicklinks {
    display: flex;
  }
}

.portal_links {
  display: flex;
  gap: 0.6rem;
}

.datev_link {
  background-color: #DA306C;
  height: 2.5rem;
  border-radius: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.datev_link .datev_link_text {
  color: #fff;
  padding: 0 0.75em;
  font-weight: 700;
  transition: all 300ms ease-in-out;
}
.datev_link:hover {
  background-color: #b62155;
  transform: scale(1.1);
  transition: all 300ms ease-in-out;
}
.datev_link:active {
  background-color: #8b1941;
  transition: all 300ms ease-in-out;
}
.datev_link:focus {
  background-color: #8b1941;
  transition: all 300ms ease-in-out;
}
.datev_link:focus-visible {
  background-color: #8b1941;
  transition: all 300ms ease-in-out;
}

.icon_link {
  background-color: #DA306C;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.icon_link.open_search_box {
  background-color: #040B18;
}
.icon_link .icon {
  height: 1.375rem;
  width: 1.375rem;
}
.icon_link svg {
  fill: #fff;
  height: 1.375rem;
  width: 1.375rem;
}
.icon_link:hover {
  background-color: #b62155;
  transform: scale(1.1);
  transition: all 300ms ease-in-out;
}
.icon_link:active {
  background-color: #8b1941;
  transition: all 300ms ease-in-out;
}
.icon_link:focus {
  background-color: #8b1941;
  transition: all 300ms ease-in-out;
}
.icon_link:focus-visible {
  background-color: #8b1941;
  transition: all 300ms ease-in-out;
}

.scrolled_down {
  /*
      .icon_link {
          &.open_search_box {
              background-color: $text-color-light;
              transition: all $transition-time ease-in-out;

              svg {
                  fill: $text-color;
                  transition: all $transition-time ease-in-out;
              }
          }
      }*/
}
.scrolled_down .top_header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.75em 0;
  animation: fadeInHeader 600ms ease-in-out forwards;
  transition: background-color 300ms ease-in-out;
}
@media (min-width: 61.875rem) {
  .scrolled_down .top_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}
.scrolled_down .top_header .company_logo_1 {
  transition: all 300ms ease-in-out;
  transform: scale(0.8);
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn {
  background: none;
  border: 0.125rem solid rgba(4, 11, 24, 0.9);
  color: #040B18;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  border: none;
  align-items: center;
  cursor: pointer;
  font-size: 130%;
  font-weight: 700;
  height: 2.75rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
  display: inline-flex;
  transition: all 300ms ease-in-out;
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .scrolled_down .top_header .toggle_offcanvas_menu .open_btn > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down .top_header .toggle_offcanvas_menu .open_btn > span {
    min-height: 2.6875rem;
  }
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn .icon + .text {
  padding-left: 0.4995em;
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn .text {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn .icon {
  height: 2.5625rem;
  margin-left: 0.75em;
  position: relative;
  width: 2.5625rem;
}
.scrolled_down .top_header .toggle_offcanvas_menu .open_btn .icon svg {
  fill: #DA306C;
  transition: fill 300ms ease-in-out;
}
.scrolled_down .top_header .icon_link {
  transition: background-color 300ms ease-in-out;
}
.scrolled_down .top_header .icon_link svg {
  transition: fill 300ms ease-in-out;
}
.scrolled_down.header_over_dark .top_header {
  background-color: rgba(4, 11, 24, 0.8);
}
.scrolled_down.header_over_dark .top_header .company_logo_1 svg *,
.scrolled_down.header_over_dark .top_header .company_logo svg * {
  fill: #fff !important;
  stroke: #fff !important;
}
.scrolled_down.header_over_dark .top_header .company_logo_1 svg .logo-pink-element,
.scrolled_down.header_over_dark .top_header .company_logo svg .logo-pink-element {
  fill: #DA306C !important;
  stroke: #DA306C !important;
}
.scrolled_down.header_over_dark .top_header .icon_link.open_search_box {
  background-color: #fff;
}
.scrolled_down.header_over_dark .top_header .icon_link.open_search_box svg {
  fill: #040B18;
}
.scrolled_down.header_over_dark .top_header .icon_link svg {
  fill: #fff;
}
.scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn {
  background: none;
  border: 0.125rem solid rgba(4, 11, 24, 0.9);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn > span {
    min-height: 2.6875rem;
  }
}
.scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn .icon + .text {
  padding-left: 0.4995em;
}
.scrolled_down.header_over_dark .top_header .toggle_offcanvas_menu .open_btn .icon svg {
  fill: #fff;
}

.main_header figure {
  margin: 0;
}
.main_header figure img {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 35rem) {
  .main_header figure img {
    max-width: 85%;
  }
}
@media (min-width: 61.875rem) {
  .main_header figure img {
    max-width: 100%;
  }
}
.main_header .teaser {
  background-color: #F6F6F6;
  padding: 1.5em 0 0;
}
@media (min-width: 35rem) {
  .main_header .teaser {
    padding: 3em 4.5em 0 4.5em;
  }
}
@media (min-width: 61.875rem) {
  .main_header .teaser {
    padding: 0;
  }
  .main_header .teaser p {
    max-width: 21.875rem;
  }
}
@media (min-width: 61.875rem) and (max-width: 81.875rem) {
  .main_header .teaser h1.title {
    font-size: 4.375rem;
  }
}

.header_background_image {
  background-image: url("../../common/images/layout/header_bg.jpg");
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  .header_background_image {
    background-position: 80% 50%;
    height: 80vh;
    width: 65%;
  }
}

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

.header_background {
  height: 28.125rem;
  background-position: left bottom;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 20rem) {
  .header_background {
    height: calc(28.125rem + 13.625 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .header_background {
    height: 41.75rem;
  }
}
@media (min-width: 61.875rem) {
  .header_background {
    background-position: right center;
  }
}

.section-sitetitle {
  position: relative;
}

.sitetitle {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 61.875rem) {
  .sitetitle {
    top: 50%;
    transform: translateY(-50%);
  }
  .sitetitle .sitetitle-section {
    width: 80%;
  }
  .sitetitle .sitetitle-section.news_page {
    width: 100%;
  }
}
@media (min-width: 93.75rem) {
  .sitetitle .sitetitle-section {
    width: 70%;
  }
  .sitetitle .sitetitle-section.news_page {
    width: 90%;
  }
}
.sitetitle h1 {
  margin-bottom: 1.875rem;
}

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

.headline-underline {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.headline-underline .text_with_svg {
  position: relative;
  display: inline-block;
  padding-bottom: 0.3em;
}
.headline-underline .text_with_svg .svg_underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
}
.headline-underline .text_with_svg .svg_underline svg {
  width: 100%;
  height: 100%;
  display: block;
}
.headline-underline .special_font {
  display: block;
}

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

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

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

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

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

.infolist_graphic_a_online_graphic_large {
  display: none;
}

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

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

.arbeitnehmer_online_company_logo {
  fill: #040B18;
}

.arbeitnehmer_online_icon {
  fill: #DA306C;
  transition: 300ms;
}

.arbeitnehmer_online_button .normal {
  display: block;
}
.arbeitnehmer_online_button .hover {
  display: none;
}
.arbeitnehmer_online_button:hover .normal {
  display: none;
}
.arbeitnehmer_online_button:hover .hover {
  display: block;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_euro_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_warning_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_check_icon {
  fill: #DA306C;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_icon {
  fill: #040B18;
}

.arbeitnehmer_online_lines {
  fill: #DA306C;
}

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

.infolist_download {
  align-items: baseline;
  background: #dddddd;
  border-radius: 0rem;
  color: #040B18;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.infolist_download .infolist_title {
  font-weight: 700;
}
.infolist_download p {
  margin-right: 1.5em;
}

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

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

.meine_steuern_text {
  fill: #040B18;
  font-family: "Lato", sans-serif;
}

.meine_steuern_arrows {
  fill: #DA306C;
}

.meine_steuern_icon {
  fill: #040B18;
}

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

.infolist_text_meine_steuern_so_funktioniert_es h2,
.infolist_text_meine_steuern_so_funktioniert_es .style_h2 {
  letter-spacing: calc((1.4375rem + 1.6875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.4375rem;
  display: block;
  color: #DA306C;
  font-family: "Caveat", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
}
@media (min-width: 93.75rem) {
  .infolist_text_meine_steuern_so_funktioniert_es h2,
.infolist_text_meine_steuern_so_funktioniert_es .style_h2 {
    letter-spacing: calc(3.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_text_meine_steuern_so_funktioniert_es h2,
.infolist_text_meine_steuern_so_funktioniert_es .style_h2 {
    font-size: calc(1.4375rem + 1.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_text_meine_steuern_so_funktioniert_es h2,
.infolist_text_meine_steuern_so_funktioniert_es .style_h2 {
    font-size: 3.125rem;
  }
}
.infolist_text_meine_steuern_so_funktioniert_es h2 strong,
.infolist_text_meine_steuern_so_funktioniert_es .style_h2 strong {
  display: inline !important;
}

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

.infolist_top_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0.75em 0;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.infolist_top_link .icon {
  display: block;
  fill: #DA306C;
  height: 3rem;
  transform: rotate(-90deg);
  width: 3rem;
}

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

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

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

.infolist_graphic_u_online_graphic_large {
  display: none;
}

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

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

.u_online_company_logo {
  fill: #040B18;
}

.u_online_warning_icon {
  fill: #040B18;
  transition: 300ms;
}

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

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

.u_online_button .normal {
  display: block;
}
.u_online_button .hover {
  display: none;
}
.u_online_button:hover .normal {
  display: none;
}
.u_online_button:hover .hover {
  display: block;
}
.u_online_button:hover .u_online_euro_icon,
.u_online_button:hover .u_online_warning_icon,
.u_online_button:hover .u_online_check_icon {
  fill: #DA306C;
}
.u_online_button:hover .u_online_icon {
  fill: #040B18;
}

.u_online_lines {
  fill: #DA306C;
}

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

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

.infolist_content {
  margin: 4.5em 0;
}

.infolist_download {
  margin-top: 4.5em;
}

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

.u_online_company_logo .logo_2, .a_online_benefits .logo_2 {
  display: none;
}

.infolist_cta_style, .infolist_cta {
  align-items: center;
  background: #DA306C;
  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(218, 48, 108, 0.8);
}

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

.infolist_text_list_style:not(:has(div > ul)) {
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%23DA306C"/></svg>');
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.infolist_text_list_style:not(:has(div > ul)) > .infolist_text {
  display: list-item;
  padding-left: 0.375em;
}

@supports (-moz-appearance: none) {
  .infolist_text_list_style {
    list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%23DA306C"/></svg>');
    margin: 0 0 0.75em;
    padding-left: 1.125em;
  }
  .infolist_text_list_style > .infolist_text {
    display: list-item;
    padding-left: 0.375em;
  }
}
.infolist_accordion_style .infolist_text {
  background: none;
  margin-bottom: 1.5em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
  background: #dddddd;
  color: #DA306C;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.75em;
  user-select: none;
  transition: all 300ms;
}
.infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #DA306C;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.75em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: all 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3,
.infolist_accordion_style .infolist_text > h2 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before,
.infolist_accordion_style .infolist_text > h2::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3,
.infolist_accordion_style .infolist_text:hover > h2, .infolist_accordion_style .infolist_text:focus > h3,
.infolist_accordion_style .infolist_text:focus > h2 {
  background: #d5d5d5;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

.infolist_text_fader_style .infolist_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.infolist_text_fader_style .infolist_text > h2,
.infolist_text_fader_style .infolist_text > h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0 3em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3em;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(1.875rem);
}
.infolist_text_fader_style .infolist_text:hover, .infolist_text_fader_style .infolist_text:focus {
  background: rgba(218, 48, 108, 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;
}

.infolist_overview .entry,
.infolist_overview .touch_link,
.overview .entry,
.overview .touch_link,
.useful_link_overview .entry,
.useful_link_overview .touch_link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 2.25em;
  color: #040B18;
  text-decoration: none;
  flex-grow: 1;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 20rem) {
  .infolist_overview .entry,
.infolist_overview .touch_link,
.overview .entry,
.overview .touch_link,
.useful_link_overview .entry,
.useful_link_overview .touch_link {
    padding: calc(2.25em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_overview .entry,
.infolist_overview .touch_link,
.overview .entry,
.overview .touch_link,
.useful_link_overview .entry,
.useful_link_overview .touch_link {
    padding: 2.625em;
  }
}
@media (min-width: 61.875rem) {
  .infolist_overview .entry,
.infolist_overview .touch_link,
.overview .entry,
.overview .touch_link,
.useful_link_overview .entry,
.useful_link_overview .touch_link {
    min-height: 20rem;
  }
}
.infolist_overview .entry::before, .infolist_overview .entry::after,
.infolist_overview .touch_link::before,
.infolist_overview .touch_link::after,
.overview .entry::before,
.overview .entry::after,
.overview .touch_link::before,
.overview .touch_link::after,
.useful_link_overview .entry::before,
.useful_link_overview .entry::after,
.useful_link_overview .touch_link::before,
.useful_link_overview .touch_link::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.infolist_overview .entry::before,
.infolist_overview .touch_link::before,
.overview .entry::before,
.overview .touch_link::before,
.useful_link_overview .entry::before,
.useful_link_overview .touch_link::before {
  height: 0.125rem;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.infolist_overview .entry::after,
.infolist_overview .touch_link::after,
.overview .entry::after,
.overview .touch_link::after,
.useful_link_overview .entry::after,
.useful_link_overview .touch_link::after {
  height: 0.125rem;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.infolist_overview .entry .link_border::before,
.infolist_overview .entry .link_border::after,
.infolist_overview .touch_link .link_border::before,
.infolist_overview .touch_link .link_border::after,
.overview .entry .link_border::before,
.overview .entry .link_border::after,
.overview .touch_link .link_border::before,
.overview .touch_link .link_border::after,
.useful_link_overview .entry .link_border::before,
.useful_link_overview .entry .link_border::after,
.useful_link_overview .touch_link .link_border::before,
.useful_link_overview .touch_link .link_border::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.infolist_overview .entry .link_border::before,
.infolist_overview .touch_link .link_border::before,
.overview .entry .link_border::before,
.overview .touch_link .link_border::before,
.useful_link_overview .entry .link_border::before,
.useful_link_overview .touch_link .link_border::before {
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.infolist_overview .entry .link_border::after,
.infolist_overview .touch_link .link_border::after,
.overview .entry .link_border::after,
.overview .touch_link .link_border::after,
.useful_link_overview .entry .link_border::after,
.useful_link_overview .touch_link .link_border::after {
  width: 0.125rem;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
.infolist_overview .entry:hover::before, .infolist_overview .entry:hover::after, .infolist_overview .entry:focus::before, .infolist_overview .entry:focus::after,
.infolist_overview .touch_link:hover::before,
.infolist_overview .touch_link:hover::after,
.infolist_overview .touch_link:focus::before,
.infolist_overview .touch_link:focus::after,
.overview .entry:hover::before,
.overview .entry:hover::after,
.overview .entry:focus::before,
.overview .entry:focus::after,
.overview .touch_link:hover::before,
.overview .touch_link:hover::after,
.overview .touch_link:focus::before,
.overview .touch_link:focus::after,
.useful_link_overview .entry:hover::before,
.useful_link_overview .entry:hover::after,
.useful_link_overview .entry:focus::before,
.useful_link_overview .entry:focus::after,
.useful_link_overview .touch_link:hover::before,
.useful_link_overview .touch_link:hover::after,
.useful_link_overview .touch_link:focus::before,
.useful_link_overview .touch_link:focus::after {
  transform: scaleX(1);
}
.infolist_overview .entry:hover .link_border::before,
.infolist_overview .entry:hover .link_border::after, .infolist_overview .entry:focus .link_border::before,
.infolist_overview .entry:focus .link_border::after,
.infolist_overview .touch_link:hover .link_border::before,
.infolist_overview .touch_link:hover .link_border::after,
.infolist_overview .touch_link:focus .link_border::before,
.infolist_overview .touch_link:focus .link_border::after,
.overview .entry:hover .link_border::before,
.overview .entry:hover .link_border::after,
.overview .entry:focus .link_border::before,
.overview .entry:focus .link_border::after,
.overview .touch_link:hover .link_border::before,
.overview .touch_link:hover .link_border::after,
.overview .touch_link:focus .link_border::before,
.overview .touch_link:focus .link_border::after,
.useful_link_overview .entry:hover .link_border::before,
.useful_link_overview .entry:hover .link_border::after,
.useful_link_overview .entry:focus .link_border::before,
.useful_link_overview .entry:focus .link_border::after,
.useful_link_overview .touch_link:hover .link_border::before,
.useful_link_overview .touch_link:hover .link_border::after,
.useful_link_overview .touch_link:focus .link_border::before,
.useful_link_overview .touch_link:focus .link_border::after {
  transform: scaleY(1);
}
.infolist_overview .entry .title_overview,
.infolist_overview .touch_link .title_overview,
.overview .entry .title_overview,
.overview .touch_link .title_overview,
.useful_link_overview .entry .title_overview,
.useful_link_overview .touch_link .title_overview {
  display: block;
}
.infolist_overview .entry .title,
.infolist_overview .touch_link .title,
.overview .entry .title,
.overview .touch_link .title,
.useful_link_overview .entry .title,
.useful_link_overview .touch_link .title {
  text-decoration: none;
  color: #040B18;
}
.infolist_overview .entry p,
.infolist_overview .touch_link p,
.overview .entry p,
.overview .touch_link p,
.useful_link_overview .entry p,
.useful_link_overview .touch_link p {
  display: none;
}
.infolist_overview .entry .read_more,
.infolist_overview .touch_link .read_more,
.overview .entry .read_more,
.overview .touch_link .read_more,
.useful_link_overview .entry .read_more,
.useful_link_overview .touch_link .read_more {
  display: flex;
  justify-content: space-between;
}
.infolist_overview .entry .icon,
.infolist_overview .touch_link .icon,
.overview .entry .icon,
.overview .touch_link .icon,
.useful_link_overview .entry .icon,
.useful_link_overview .touch_link .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.infolist_overview .entry svg,
.infolist_overview .touch_link svg,
.overview .entry svg,
.overview .touch_link svg,
.useful_link_overview .entry svg,
.useful_link_overview .touch_link svg {
  fill: #DA306C;
  height: 1.5625rem;
  width: 1.5625rem;
}
.infolist_overview .teaser,
.overview .teaser,
.useful_link_overview .teaser {
  flex-grow: 1;
}

.infolist .disclaimer {
  background: #fff;
}

.infolist_section_wrapper .section-sitetitle,
.link_section_wrapper .section-sitetitle {
  margin-bottom: 3em;
}
@media (min-width: 35rem) {
  .infolist_section_wrapper .section-sitetitle,
.link_section_wrapper .section-sitetitle {
    margin-bottom: 4.5em;
  }
}
@media (min-width: 47.5rem) {
  .infolist_section_wrapper .section-sitetitle,
.link_section_wrapper .section-sitetitle {
    margin-bottom: 6em;
  }
}
@media (min-width: 61.875rem) {
  .infolist_section_wrapper .section-sitetitle,
.link_section_wrapper .section-sitetitle {
    margin-bottom: 7.5em;
  }
}
@media (min-width: 75rem) {
  .infolist_section_wrapper .section-sitetitle,
.link_section_wrapper .section-sitetitle {
    margin-bottom: 9em;
  }
}
@media (min-width: 93.75rem) {
  .infolist_section_wrapper .section-sitetitle,
.link_section_wrapper .section-sitetitle {
    margin-bottom: 12em;
  }
}
.infolist_section_wrapper .main-content,
.link_section_wrapper .main-content {
  max-width: 75rem;
}
.infolist_section_wrapper .main-content h2,
.link_section_wrapper .main-content h2 {
  font-size: 2.5rem;
  margin: 0.75em 0 0.375em;
}
.infolist_section_wrapper .main-content .accordion h2,
.link_section_wrapper .main-content .accordion h2 {
  margin: 0;
}
.infolist_section_wrapper .main-content .lexikon_liste a,
.link_section_wrapper .main-content .lexikon_liste a {
  color: #040B18;
}
.infolist_section_wrapper footer,
.link_section_wrapper footer {
  margin-top: 3em;
}
@media (min-width: 35rem) {
  .infolist_section_wrapper footer,
.link_section_wrapper footer {
    margin-top: 4.5em;
  }
}
@media (min-width: 47.5rem) {
  .infolist_section_wrapper footer,
.link_section_wrapper footer {
    margin-top: 6em;
  }
}
@media (min-width: 61.875rem) {
  .infolist_section_wrapper footer,
.link_section_wrapper footer {
    margin-top: 7.5em;
  }
}
@media (min-width: 75rem) {
  .infolist_section_wrapper footer,
.link_section_wrapper footer {
    margin-top: 9em;
  }
}
@media (min-width: 93.75rem) {
  .infolist_section_wrapper footer,
.link_section_wrapper footer {
    margin-top: 12em;
  }
}

/* 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 {
  align-items: center;
  display: flex;
  margin-bottom: 1.5em;
}
.job_benefit_overview .entry h3 {
  margin-bottom: 0;
  padding-top: 0;
}
.job_benefit_overview .entry p {
  background-color: #fff;
}
.job_benefit_overview .icon {
  background-color: #DA306C;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.05em;
}
.job_benefit_overview svg {
  fill: #fff;
  height: 1.375rem;
  width: 1.375rem;
  margin: 0.5rem;
}
.job_benefit_overview .additional_text {
  margin-left: 0.75em;
}

#benefits .entry {
  height: 100%;
}
#benefits .job_benefit_overview .icon {
  margin-right: 0;
  position: relative;
  z-index: 1;
}
#benefits .job_benefit_overview .text {
  background-color: #fff;
  margin-left: -1.25rem;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  border: 0.125rem solid #DA306C;
  height: 100%;
}

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


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

.job_overview {
  margin-bottom: 0.75em;
}
.job_overview .touch_link {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding: 1.5em;
  transition: all 300ms ease-in-out;
}
.job_overview .touch_link:hover {
  background-color: #DA306C;
  transition: all 300ms ease-in-out;
}
.job_overview .touch_link:hover .icon svg {
  fill: #fff;
  transition: all 300ms ease-in-out;
}
.job_overview .touch_link:focus {
  background-color: #b62155;
}
.job_overview .touch_link .title_pre {
  color: #fff;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
}
.job_overview .touch_link .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.job_overview .touch_link svg {
  fill: #DA306C;
  height: 1.5625rem;
  width: 1.5625rem;
  transition: all 300ms ease-in-out;
}

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

.section {
  position: relative;
}
.section.videos h2 {
  margin-top: 0;
}
.section.warum_zu_uns {
  padding-bottom: 1.5em;
}
.section.unsere_leistungen {
  position: relative;
}
.section.unsere_leistungen .startpage_leistungen_wrapper .row {
  position: relative;
  z-index: 99;
}
.section.unsere_leistungen .startpage_leistungen_bg {
  background-image: url("../../common/images/layout/color_leistungen_background.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  bottom: -20%;
  display: block;
  left: -25%;
  position: absolute;
  min-height: 90vh;
  width: 90%;
}
@media (min-width: 61.875rem) {
  .section.unsere_leistungen .startpage_leistungen_bg {
    min-height: 60vh;
  }
}
@media (min-width: 75rem) {
  .section.unsere_leistungen .startpage_leistungen_bg {
    min-height: 90vh;
  }
}
.section .news_bg_wrapper {
  position: relative;
}
.section .news_bg_wrapper .steuernews_article_overview {
  position: relative;
  z-index: 99;
}
.section .color_news_bg_top {
  background-image: url("../../common/images/layout/color_news_bg_top.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  top: 0;
  display: block;
  left: -15%;
  position: absolute;
  min-height: 90vh;
  width: 100%;
  z-index: 0;
}
@media (min-width: 75rem) {
  .section .color_news_bg_top {
    top: -13.75rem;
    right: -15%;
    left: unset;
  }
}
.section .color_news_bg_bottom {
  background-image: url("../../common/images/layout/color_news_bg_bottom.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  bottom: -3em;
  display: block;
  right: -5%;
  position: absolute;
  min-height: 90vh;
  width: 100%;
  z-index: 10;
}
@media (min-width: 61.875rem) {
  .section .color_news_bg_bottom {
    min-height: 70vh;
  }
}
@media (min-width: 75rem) {
  .section .color_news_bg_bottom {
    bottom: -12.75rem;
    transform: translateX(-15%);
    min-height: 90vh;
    right: unset;
  }
}

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

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

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

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

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

.page_wrapper {
  overflow-x: hidden;
}

body:not(.startpage) h2 {
  margin: 0.375em 0;
}
body:not(.startpage) .startpage_news h2 {
  margin-top: 0;
}

body.search .main-content {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
@media (min-width: 35rem) {
  body.search .main-content {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 47.5rem) {
  body.search .main-content {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
}
@media (min-width: 61.875rem) {
  body.search .main-content {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
@media (min-width: 75rem) {
  body.search .main-content {
    margin-top: 9em;
    margin-bottom: 9em;
  }
}
@media (min-width: 93.75rem) {
  body.search .main-content {
    margin-top: 12em;
    margin-bottom: 12em;
  }
}

.folgeseite_content_wrapper {
  margin-top: 2.25em;
}
@media (min-width: 35rem) {
  .folgeseite_content_wrapper {
    margin-top: 3em;
  }
}
@media (min-width: 47.5rem) {
  .folgeseite_content_wrapper {
    margin-top: 4.5em;
  }
}
@media (min-width: 61.875rem) {
  .folgeseite_content_wrapper {
    margin-top: 6em;
  }
}
@media (min-width: 75rem) {
  .folgeseite_content_wrapper {
    margin-top: 9em;
  }
}
@media (min-width: 93.75rem) {
  .folgeseite_content_wrapper {
    margin-top: 12em;
  }
}

.light_section, .dark_section {
  padding: 3em 0;
  margin: 0;
  position: relative;
}
@media (min-width: 35rem) {
  .light_section, .dark_section {
    padding: 4.5em 0;
  }
}
@media (min-width: 47.5rem) {
  .light_section, .dark_section {
    padding: 6em 0;
  }
}
@media (min-width: 61.875rem) {
  .light_section, .dark_section {
    padding: 7.5em 0;
  }
}
@media (min-width: 75rem) {
  .light_section, .dark_section {
    padding: 9em 0;
  }
}
@media (min-width: 93.75rem) {
  .light_section, .dark_section {
    padding: 12em 0;
  }
}
.light_section.half_padding, .dark_section.half_padding {
  padding: 1.5em 0;
}
@media (min-width: 35rem) {
  .light_section.half_padding, .dark_section.half_padding {
    padding: 2.25em 0;
  }
}
@media (min-width: 47.5rem) {
  .light_section.half_padding, .dark_section.half_padding {
    padding: 3em 0;
  }
}
@media (min-width: 61.875rem) {
  .light_section.half_padding, .dark_section.half_padding {
    padding: 3.75em 0;
  }
}
@media (min-width: 75rem) {
  .light_section.half_padding, .dark_section.half_padding {
    padding: 4.5em 0;
  }
}
@media (min-width: 93.75rem) {
  .light_section.half_padding, .dark_section.half_padding {
    padding: 6em 0;
  }
}
.light_section.no_padding, .dark_section.no_padding {
  padding: 0;
}
.light_section.no_padding_bottom, .dark_section.no_padding_bottom {
  padding-bottom: 0;
}
.light_section.no_padding_top, .dark_section.no_padding_top {
  padding-top: 0;
}
.light_section:before, .light_section:after, .dark_section:before, .dark_section:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.light_section:before, .dark_section:before {
  left: 100%;
}
.light_section:after, .dark_section:after {
  right: 100%;
  z-index: 1;
}

.light_section {
  background-color: #F6F6F6;
}
.light_section:before, .light_section:after {
  background: #F6F6F6;
}
.light_section.with_background_blobs {
  position: relative;
}
.light_section.with_background_blobs::before, .light_section.with_background_blobs::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.light_section.with_background_blobs::before {
  background-image: url("../../common/images/layout/grey_tools_left.png");
  width: 43.75rem;
  height: 29.375rem;
  top: 70%;
  left: -6.25rem;
}
.light_section.with_background_blobs::after {
  background-image: url("../../common/images/layout/color_leistungen_background.png");
  width: 50rem;
  top: 10%;
  right: 0;
}
.light_section.with_background_blobs > * {
  position: relative;
  z-index: 1;
}

.dark_section {
  background-color: #040B18;
  z-index: 10;
}
.dark_section:before, .dark_section:after {
  background: #040B18;
}
.dark_section ul, .dark_section a {
  color: #fff;
}
.dark_section .intro > .content > .row,
.dark_section .uebersicht > .content > .row {
  flex-direction: column-reverse;
}
@media (min-width: 75rem) {
  .dark_section .intro > .content > .row,
.dark_section .uebersicht > .content > .row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.dark_section .plan_route {
  color: #fff;
}
.dark_section label,
.dark_section legend {
  color: #fff;
}

@media (min-width: 35rem) {
  .startpage_digital_content_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 35rem) and (min-width: 75rem) {
  .startpage_digital_content_wrapper {
    justify-content: flex-end;
  }
}
#hilfreiches h2,
#benefits h2 {
  margin-top: 0;
}

@media (min-width: 35rem) {
  .links_overview.datev_links.left {
    margin-right: 0.75em;
  }
  .links_overview.datev_links.right {
    margin-left: 0.75em;
  }
}
.links_overview.datev_links .link_entry {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding: 1.5em;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.links_overview.datev_links .link_entry:hover {
  background-color: #DA306C;
  transition: all 300ms ease-in-out;
}
.links_overview.datev_links .link_entry:hover .icon svg {
  fill: #fff;
  transition: all 300ms ease-in-out;
}
.links_overview.datev_links .link_entry:focus {
  background-color: #b62155;
}
.links_overview.datev_links .link_entry .title_pre {
  color: #fff;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
}
.links_overview.datev_links .link_entry .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.links_overview.datev_links .link_entry svg {
  fill: #DA306C;
  height: 1.5625rem;
  width: 1.5625rem;
  transition: all 300ms ease-in-out;
}
.links_overview.leistung_buttons {
  transform: translate(0, -0.9375rem);
  margin-bottom: 1.5em;
}
@media (min-width: 47.5rem) {
  .links_overview.leistung_buttons {
    transform: translate(0, -1.875rem);
  }
}
@media (min-width: 75rem) {
  .links_overview.leistung_buttons {
    transform: translate(0, -3.75rem);
  }
}
.links_overview.about_us {
  transform: translate(0, -0.9375rem);
}
@media (min-width: 47.5rem) {
  .links_overview.about_us {
    transform: translate(0, -1.875rem);
  }
}
@media (min-width: 75rem) {
  .links_overview.about_us {
    transform: translate(0, -3.75rem);
  }
}
.links_overview.about_us .link_entry {
  background-color: #DA306C;
  display: flex;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  margin-bottom: 0.75em;
  padding: 1.5em;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
@media (min-width: 35rem) {
  .links_overview.about_us .link_entry {
    padding: 1.5em 4.5em;
  }
}
@media (min-width: 47.5rem) {
  .links_overview.about_us .link_entry {
    margin-bottom: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 3em 1.5em;
  }
}
@media (min-width: 61.875rem) {
  .links_overview.about_us .link_entry {
    padding: 3em;
  }
}
.links_overview.about_us .link_entry .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 1.5em;
}
@media (min-width: 47.5rem) {
  .links_overview.about_us .link_entry .icon {
    height: 5rem;
    width: 5rem;
    margin-right: 0;
  }
}
@media (min-width: 61.875rem) {
  .links_overview.about_us .link_entry .icon {
    height: 6.8125rem;
    width: 6.8125rem;
  }
}
@media (min-width: 75rem) {
  .links_overview.about_us .link_entry .icon {
    height: 8.0625rem;
    width: 8.0625rem;
  }
}
.links_overview.about_us .link_entry svg {
  fill: #fff;
  height: 1.875rem;
  width: 1.875rem;
}
@media (min-width: 47.5rem) {
  .links_overview.about_us .link_entry svg {
    height: 5rem;
    width: 5rem;
  }
}
@media (min-width: 61.875rem) {
  .links_overview.about_us .link_entry svg {
    height: 6.8125rem;
    width: 6.8125rem;
  }
}
@media (min-width: 75rem) {
  .links_overview.about_us .link_entry svg {
    height: 8.0625rem;
    width: 8.0625rem;
  }
}
.links_overview.about_us .link_entry .style_h3 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 47.5rem) {
  .links_overview.about_us .link_entry .style_h3 {
    padding-top: 0;
  }
}
.links_overview.about_us .link_entry:hover {
  background-color: #b62155;
  transition: all 300ms ease-in-out;
}
@media (min-width: 47.5rem) {
  .links_overview.about_us .link_entry:hover {
    transform: translate(0, 1.25rem);
  }
}
.links_overview.sidebar .link_entry {
  margin-bottom: 1.875rem;
  text-decoration: none;
}
.links_overview.sidebar .link_entry.button {
  background-color: #DA306C;
  align-items: center;
  background-color: #DA306C;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1.125em 1.5em;
  margin-bottom: 1.5em;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.links_overview.sidebar .link_entry.button:hover {
  background-color: #b62155;
  transition: all 300ms ease-in-out;
  transform: translate(0.625rem, 0);
  text-decoration: none;
}
.links_overview.sidebar .link_entry.button .text,
.links_overview.sidebar .link_entry.button .title {
  color: #fff;
  margin-bottom: 0;
}
.links_overview.sidebar .link_entry.button .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.links_overview.sidebar .link_entry.button svg {
  fill: #fff;
  height: 1.5625rem;
  width: 1.5625rem;
}
.links_overview.leistungen, .links_overview.onlineforms_popup_overview {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.links_overview.leistungen .link_entry, .links_overview.onlineforms_popup_overview .link_entry {
  align-items: center;
  background-color: #DA306C;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1.125em 1.5em;
  margin-bottom: 1.5em;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.links_overview.leistungen .link_entry:last-child, .links_overview.onlineforms_popup_overview .link_entry:last-child {
  margin-bottom: 0;
}
.links_overview.leistungen .link_entry:hover, .links_overview.onlineforms_popup_overview .link_entry:hover {
  background-color: #b62155;
  transition: all 300ms ease-in-out;
  transform: translate(0.625rem, 0);
  text-decoration: none;
}
.links_overview.leistungen .text,
.links_overview.leistungen .title, .links_overview.onlineforms_popup_overview .text,
.links_overview.onlineforms_popup_overview .title {
  color: #fff;
  margin-bottom: 0;
}
.links_overview.leistungen .icon, .links_overview.onlineforms_popup_overview .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.links_overview.leistungen svg, .links_overview.onlineforms_popup_overview svg {
  fill: #fff;
  height: 1.5625rem;
  width: 1.5625rem;
}
.links_overview.onlineforms_popup_overview .link_entry:last-child {
  margin-bottom: 1.5em;
}

.startpage_news, .startpage_leistungen {
  padding: 0 0 1.5em;
  position: relative;
  z-index: 2;
}
@media (min-width: 61.875rem) {
  .startpage_news, .startpage_leistungen {
    padding: 0 0 3em;
  }
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
.toggle_offcanvas_menu .open_btn {
  background: #F6F6F6;
  border: 0.125rem solid #F6F6F6;
  color: #040B18;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  align-items: center;
  cursor: pointer;
  font-size: 130%;
  font-weight: 700;
  height: 2.75rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
  display: inline-flex;
}
.toggle_offcanvas_menu .open_btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu .open_btn > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu .open_btn > span {
    min-height: 2.6875rem;
  }
}
.toggle_offcanvas_menu .open_btn .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.toggle_offcanvas_menu .open_btn .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.toggle_offcanvas_menu .open_btn .icon + .text {
  padding-left: 0.4995em;
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn .text {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.toggle_offcanvas_menu .open_btn .icon {
  height: 2.5625rem;
  margin-left: 0.75em;
  position: relative;
  width: 2.5625rem;
}
.toggle_offcanvas_menu .open_btn .icon svg {
  fill: #DA306C;
}
.toggle_offcanvas_menu .open_btn:hover .icon svg {
  fill: #040B18;
}
.toggle_offcanvas_menu .open_btn.open .sr_open {
  display: none;
}
.toggle_offcanvas_menu .open_btn.open .sr_close {
  display: block;
}

.offcanvas_menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(4, 11, 24, 0.5);
  min-width: 100%;
}
.offcanvas_menu .offcanvas_menu_bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.offcanvas_menu .menu_wrapper {
  transition: transform 300ms ease-in-out;
  padding: 0.75em 0 0.75em 1.5em;
  background-color: #040B18;
  min-height: 100vh;
  position: relative;
}
.offcanvas_menu .menu_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #040B18;
  z-index: -1;
}
.offcanvas_menu .menu_wrapper .menu_wrapper_overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  left: -62.5rem;
  bottom: 0;
}
@media (min-width: 75rem) {
  .offcanvas_menu .menu_wrapper {
    padding-left: 1.5em;
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .menu_wrapper {
    padding-left: 3em;
  }
}
.offcanvas_menu .top_nav_wrapper {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  padding: 1.5em 0;
}
@media (min-width: 35rem) {
  .offcanvas_menu .top_nav_wrapper {
    flex-direction: row;
  }
}
.offcanvas_menu .top_nav_wrapper .header_quicklinks {
  justify-content: flex-end;
}
@media (min-width: 75rem) {
  .offcanvas_menu .top_nav_wrapper {
    padding: 3em 0 1.5em;
  }
}
.offcanvas_menu .top_nav_wrapper .icon_link.open_search_box {
  background-color: #fff;
}
.offcanvas_menu .top_nav_wrapper .icon_link.open_search_box svg {
  fill: #040B18;
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
}
.offcanvas_menu[open] .menu_wrapper {
  transition: all 300ms ease-in-out;
  transform: translate(0rem, 0);
}
.offcanvas_menu .close_btn {
  background: #040B18;
  border: 0.125rem solid #040B18;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  display: inline-flex;
  justify-content: flex-end;
}
.offcanvas_menu .close_btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .offcanvas_menu .close_btn > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .close_btn > span {
    min-height: 2.6875rem;
  }
}
.offcanvas_menu .close_btn .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.offcanvas_menu .close_btn .text {
  font-weight: 700;
  padding: 0.225em 0;
}
.offcanvas_menu .close_btn .icon + .text {
  padding-left: 0.4995em;
}
.offcanvas_menu .close_btn .text {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120%;
}
.offcanvas_menu .close_btn .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0;
  margin-left: 0.75em;
  position: relative;
}
.offcanvas_menu .close_btn .icon svg {
  fill: #DA306C;
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul {
    justify-content: flex-end;
  }
}
.offcanvas_menu .navigation > ul > li {
  margin: 1.5em 1.5em 0 0;
  padding: 0.75em 1.5em;
  min-width: 100%;
}
@media (min-width: 47.5rem) {
  .offcanvas_menu .navigation > ul > li {
    min-width: 43%;
  }
}
@media (min-width: 75rem) {
  .offcanvas_menu .navigation > ul > li {
    min-width: 29%;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(2), .offcanvas_menu .navigation > ul > li:nth-child(5) {
    min-width: 34%;
  }
  .offcanvas_menu .navigation > ul > li:nth-child(3), .offcanvas_menu .navigation > ul > li:nth-child(6) {
    margin-right: 0;
  }
}
.offcanvas_menu .navigation > ul > li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.offcanvas_menu .navigation > ul > li > a, .offcanvas_menu .navigation > ul > li > span {
  letter-spacing: calc((1.5625rem + 2.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.5625rem;
  display: flex;
  flex-direction: row;
  color: #fff;
  font-family: "Caveat", sans-serif;
  text-decoration: none;
  line-height: 2.75rem;
  margin-bottom: 0.225em;
  margin-top: 0.525em;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a, .offcanvas_menu .navigation > ul > li > span {
    letter-spacing: calc(3.75rem * 0);
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li > a, .offcanvas_menu .navigation > ul > li > span {
    font-size: calc(1.5625rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a, .offcanvas_menu .navigation > ul > li > span {
    font-size: 3.75rem;
  }
}
.offcanvas_menu .navigation > ul > li > a .text_with_svg, .offcanvas_menu .navigation > ul > li > span .text_with_svg {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
  z-index: 2;
}
.offcanvas_menu .navigation > ul > li > a .text_with_svg .svg_underline, .offcanvas_menu .navigation > ul > li > span .text_with_svg .svg_underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul > li > a .text_with_svg .svg_underline svg, .offcanvas_menu .navigation > ul > li > span .text_with_svg .svg_underline svg {
  width: 100%;
  height: 100%;
  display: block;
}
.offcanvas_menu .navigation > ul > li > a.active .text_with_svg .svg_underline, .offcanvas_menu .navigation > ul > li > span.active .text_with_svg .svg_underline {
  opacity: 1;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul > li > a:hover .text_with_svg .svg_underline {
  opacity: 1;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul li > ul {
  display: block;
}
.offcanvas_menu .navigation > ul ul a {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0.225em 0 0.225em 0;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul ul a {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation > ul ul a {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul ul a {
    font-size: 1.125rem;
  }
}
.offcanvas_menu .navigation > ul ul a:hover, .offcanvas_menu .navigation > ul ul a.active, .offcanvas_menu .navigation > ul ul a:focus {
  outline: none;
}
.offcanvas_menu .navigation > ul ul a:hover .text_with_svg .svg_underline, .offcanvas_menu .navigation > ul ul a.active .text_with_svg .svg_underline, .offcanvas_menu .navigation > ul ul a:focus .text_with_svg .svg_underline {
  opacity: 1;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul ul a:focus-visible {
  border: 0.125rem solid #DA306C;
}
.offcanvas_menu .navigation > ul ul a:focus-visible .text_with_svg .svg_underline {
  opacity: 0;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul ul a .text_with_svg {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
  z-index: 2;
}
.offcanvas_menu .navigation > ul ul a .text_with_svg .svg_underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms;
}
.offcanvas_menu .navigation > ul ul a .text_with_svg .svg_underline svg {
  width: 100%;
  height: 100%;
  display: block;
}

.onepage .navigation > ul > li > a.active .text_with_svg .svg_underline {
  opacity: 1;
  transition: opacity 300ms;
}

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

.onlinetools_popup_overview .entry,
.onlinetools_popup_overview .touch_link,
.onlinetool_v2_overview .entry,
.onlinetool_v2_overview .touch_link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 2.25em;
  color: #040B18;
  text-decoration: none;
  flex-grow: 1;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 20rem) {
  .onlinetools_popup_overview .entry,
.onlinetools_popup_overview .touch_link,
.onlinetool_v2_overview .entry,
.onlinetool_v2_overview .touch_link {
    padding: calc(2.25em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlinetools_popup_overview .entry,
.onlinetools_popup_overview .touch_link,
.onlinetool_v2_overview .entry,
.onlinetool_v2_overview .touch_link {
    padding: 2.625em;
  }
}
@media (min-width: 61.875rem) {
  .onlinetools_popup_overview .entry,
.onlinetools_popup_overview .touch_link,
.onlinetool_v2_overview .entry,
.onlinetool_v2_overview .touch_link {
    min-height: 20rem;
  }
}
.onlinetools_popup_overview .entry::before, .onlinetools_popup_overview .entry::after,
.onlinetools_popup_overview .touch_link::before,
.onlinetools_popup_overview .touch_link::after,
.onlinetool_v2_overview .entry::before,
.onlinetool_v2_overview .entry::after,
.onlinetool_v2_overview .touch_link::before,
.onlinetool_v2_overview .touch_link::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.onlinetools_popup_overview .entry::before,
.onlinetools_popup_overview .touch_link::before,
.onlinetool_v2_overview .entry::before,
.onlinetool_v2_overview .touch_link::before {
  height: 0.125rem;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.onlinetools_popup_overview .entry::after,
.onlinetools_popup_overview .touch_link::after,
.onlinetool_v2_overview .entry::after,
.onlinetool_v2_overview .touch_link::after {
  height: 0.125rem;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.onlinetools_popup_overview .entry .link_border::before,
.onlinetools_popup_overview .entry .link_border::after,
.onlinetools_popup_overview .touch_link .link_border::before,
.onlinetools_popup_overview .touch_link .link_border::after,
.onlinetool_v2_overview .entry .link_border::before,
.onlinetool_v2_overview .entry .link_border::after,
.onlinetool_v2_overview .touch_link .link_border::before,
.onlinetool_v2_overview .touch_link .link_border::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.onlinetools_popup_overview .entry .link_border::before,
.onlinetools_popup_overview .touch_link .link_border::before,
.onlinetool_v2_overview .entry .link_border::before,
.onlinetool_v2_overview .touch_link .link_border::before {
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.onlinetools_popup_overview .entry .link_border::after,
.onlinetools_popup_overview .touch_link .link_border::after,
.onlinetool_v2_overview .entry .link_border::after,
.onlinetool_v2_overview .touch_link .link_border::after {
  width: 0.125rem;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
.onlinetools_popup_overview .entry:hover::before, .onlinetools_popup_overview .entry:hover::after, .onlinetools_popup_overview .entry:focus::before, .onlinetools_popup_overview .entry:focus::after,
.onlinetools_popup_overview .touch_link:hover::before,
.onlinetools_popup_overview .touch_link:hover::after,
.onlinetools_popup_overview .touch_link:focus::before,
.onlinetools_popup_overview .touch_link:focus::after,
.onlinetool_v2_overview .entry:hover::before,
.onlinetool_v2_overview .entry:hover::after,
.onlinetool_v2_overview .entry:focus::before,
.onlinetool_v2_overview .entry:focus::after,
.onlinetool_v2_overview .touch_link:hover::before,
.onlinetool_v2_overview .touch_link:hover::after,
.onlinetool_v2_overview .touch_link:focus::before,
.onlinetool_v2_overview .touch_link:focus::after {
  transform: scaleX(1);
}
.onlinetools_popup_overview .entry:hover .link_border::before,
.onlinetools_popup_overview .entry:hover .link_border::after, .onlinetools_popup_overview .entry:focus .link_border::before,
.onlinetools_popup_overview .entry:focus .link_border::after,
.onlinetools_popup_overview .touch_link:hover .link_border::before,
.onlinetools_popup_overview .touch_link:hover .link_border::after,
.onlinetools_popup_overview .touch_link:focus .link_border::before,
.onlinetools_popup_overview .touch_link:focus .link_border::after,
.onlinetool_v2_overview .entry:hover .link_border::before,
.onlinetool_v2_overview .entry:hover .link_border::after,
.onlinetool_v2_overview .entry:focus .link_border::before,
.onlinetool_v2_overview .entry:focus .link_border::after,
.onlinetool_v2_overview .touch_link:hover .link_border::before,
.onlinetool_v2_overview .touch_link:hover .link_border::after,
.onlinetool_v2_overview .touch_link:focus .link_border::before,
.onlinetool_v2_overview .touch_link:focus .link_border::after {
  transform: scaleY(1);
}
.onlinetools_popup_overview .entry .title_overview,
.onlinetools_popup_overview .touch_link .title_overview,
.onlinetool_v2_overview .entry .title_overview,
.onlinetool_v2_overview .touch_link .title_overview {
  display: block;
}
.onlinetools_popup_overview .entry .title,
.onlinetools_popup_overview .touch_link .title,
.onlinetool_v2_overview .entry .title,
.onlinetool_v2_overview .touch_link .title {
  text-decoration: none;
  color: #040B18;
}
.onlinetools_popup_overview .entry p,
.onlinetools_popup_overview .touch_link p,
.onlinetool_v2_overview .entry p,
.onlinetool_v2_overview .touch_link p {
  display: none;
}
.onlinetools_popup_overview .entry .read_more,
.onlinetools_popup_overview .touch_link .read_more,
.onlinetool_v2_overview .entry .read_more,
.onlinetool_v2_overview .touch_link .read_more {
  display: flex;
  justify-content: space-between;
}
.onlinetools_popup_overview .entry .icon,
.onlinetools_popup_overview .touch_link .icon,
.onlinetool_v2_overview .entry .icon,
.onlinetool_v2_overview .touch_link .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.onlinetools_popup_overview .entry svg,
.onlinetools_popup_overview .touch_link svg,
.onlinetool_v2_overview .entry svg,
.onlinetool_v2_overview .touch_link svg {
  fill: #DA306C;
  height: 1.5625rem;
  width: 1.5625rem;
}

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

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

.popup_close {
  align-items: center;
  background: #DA306C;
  border-radius: 0rem 0rem 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4275em;
  text-align: center;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 2.9375rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 2.9375rem;
  }
}
.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: #F6F6F6;
  bottom: 0;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  right: 0;
  top: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_content .content {
    top: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 2.9375rem;
  }
}

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

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

main {
  display: block;
}

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

body {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #F6F6F6;
  color: #040B18;
  font-family: "Lato", 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;
  overflow-x: hidden;
}
@media (min-width: 93.75rem) {
  body {
    letter-spacing: calc(1rem * 0);
  }
}
@media (min-width: 20rem) {
  body {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body {
    font-size: 1rem;
  }
}
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;
}

.special_font {
  letter-spacing: calc((1.4375rem + 0.4375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.4375rem;
  color: #DA306C;
  font-family: "Caveat", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
}
@media (min-width: 93.75rem) {
  .special_font {
    letter-spacing: calc(1.875rem * 0);
  }
}
@media (min-width: 20rem) {
  .special_font {
    font-size: calc(1.4375rem + 0.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .special_font {
    font-size: 1.875rem;
  }
}

h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
  letter-spacing: calc((2.5rem + 3.75 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 2.5rem;
  color: #040B18;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(6.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(2.5rem + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 6.25rem;
  }
}
h1 .sub_title,
.style_h1 .sub_title,
[data-otool-headlinestyling=style_h1] .ot_headline .sub_title {
  letter-spacing: calc((1.5625rem + 2.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.5625rem;
  display: block;
}
@media (min-width: 93.75rem) {
  h1 .sub_title,
.style_h1 .sub_title,
[data-otool-headlinestyling=style_h1] .ot_headline .sub_title {
    letter-spacing: calc(3.75rem * 0);
  }
}
@media (min-width: 20rem) {
  h1 .sub_title,
.style_h1 .sub_title,
[data-otool-headlinestyling=style_h1] .ot_headline .sub_title {
    font-size: calc(1.5625rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1 .sub_title,
.style_h1 .sub_title,
[data-otool-headlinestyling=style_h1] .ot_headline .sub_title {
    font-size: 3.75rem;
  }
}

h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
  letter-spacing: calc((1.875rem + 3.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.875rem;
  color: #040B18;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    letter-spacing: calc(5rem * 0);
  }
}
@media (min-width: 20rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: calc(1.875rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: 5rem;
  }
}
h2 .sub_title, h2 strong,
.style_h2 .sub_title,
.ot_headline .sub_title,
.style_h2 strong,
[data-otool-headlinestyling=style_h2] .ot_headline strong,
.ot_headline strong {
  letter-spacing: calc((1.4375rem + 1.6875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.4375rem;
  display: block;
  color: #DA306C;
  font-family: "Caveat", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
}
@media (min-width: 93.75rem) {
  h2 .sub_title, h2 strong,
.style_h2 .sub_title,
.ot_headline .sub_title,
.style_h2 strong,
[data-otool-headlinestyling=style_h2] .ot_headline strong,
.ot_headline strong {
    letter-spacing: calc(3.125rem * 0);
  }
}
@media (min-width: 20rem) {
  h2 .sub_title, h2 strong,
.style_h2 .sub_title,
.ot_headline .sub_title,
.style_h2 strong,
[data-otool-headlinestyling=style_h2] .ot_headline strong,
.ot_headline strong {
    font-size: calc(1.4375rem + 1.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h2 .sub_title, h2 strong,
.style_h2 .sub_title,
.ot_headline .sub_title,
.style_h2 strong,
[data-otool-headlinestyling=style_h2] .ot_headline strong,
.ot_headline strong {
    font-size: 3.125rem;
  }
}

.news_page h1,
.news_page .style_h1,
.news_page [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] .news_page .ot_headline {
  letter-spacing: calc((1.875rem + 3.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.875rem;
}
@media (min-width: 93.75rem) {
  .news_page h1,
.news_page .style_h1,
.news_page [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] .news_page .ot_headline {
    letter-spacing: calc(5rem * 0);
  }
}
@media (min-width: 20rem) {
  .news_page h1,
.news_page .style_h1,
.news_page [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] .news_page .ot_headline {
    font-size: calc(1.875rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_page h1,
.news_page .style_h1,
.news_page [data-otool-headlinestyling=style_h1] .ot_headline,
[data-otool-headlinestyling=style_h1] .news_page .ot_headline {
    font-size: 5rem;
  }
}
.news_page h2,
.news_page .style_h2,
.news_page .ot_headline {
  letter-spacing: calc((1.5625rem + 2.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.5625rem;
}
@media (min-width: 93.75rem) {
  .news_page h2,
.news_page .style_h2,
.news_page .ot_headline {
    letter-spacing: calc(3.75rem * 0);
  }
}
@media (min-width: 20rem) {
  .news_page h2,
.news_page .style_h2,
.news_page .ot_headline {
    font-size: calc(1.5625rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_page h2,
.news_page .style_h2,
.news_page .ot_headline {
    font-size: 3.75rem;
  }
}

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

h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
  letter-spacing: calc((1.125rem + 0.4375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.125rem;
  color: #040B18;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    letter-spacing: calc(1.5625rem * 0);
  }
}
@media (min-width: 20rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h4,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline {
    font-size: 1.5625rem;
  }
}

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

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

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

.dark_section h1,
.dark_section .style_h1,
.dark_section h2,
.dark_section .style_h2,
.dark_section .ot_headline,
.dark_section h3,
.dark_section .style_h3,
.dark_section h4,
.dark_section .style_h4,
.dark_section h5,
.dark_section .style_h5,
.dark_section p,
.dark_section .style_p,
.dark_section .special_font {
  color: #fff;
}
.dark_section h1 strong,
.dark_section .style_h1 strong,
.dark_section h2 strong,
.dark_section .style_h2 strong,
.dark_section .ot_headline strong,
.dark_section h3 strong,
.dark_section .style_h3 strong,
.dark_section h4 strong,
.dark_section .style_h4 strong,
.dark_section h5 strong,
.dark_section .style_h5 strong,
.dark_section p strong,
.dark_section .style_p strong,
.dark_section .special_font strong {
  color: #fff;
}

.light_section p {
  background-color: #F6F6F6;
}

a {
  color: #040B18;
  text-decoration: underline;
  transition: color 300ms;
}
a:active, a.active {
  color: #040B18;
  outline: 0;
}
a:focus-visible {
  outline: 0.1875rem solid #DA306C;
  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: #040B18;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #DA306C;
  display: inline-block;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #040B18;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.1875rem solid rgba(218, 48, 108, 0.8);
  outline-offset: 0.0625rem;
  text-decoration: none;
}
a.touch_link:focus[data-focus-method=mouse] .title, a.touch_link:focus[data-focus-method=touch] .title {
  outline: 0;
}
a.touch_link:hover .title {
  text-decoration: none;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

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

small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><rect height="7" width="7" x="0" y="1" fill="%23DA306C"/></svg>');
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
ul > li {
  padding-left: 0.375em;
}
ul ol, ul ul {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

:root {
  --ot-main-color: #DA306C;
  --ot-secondary-color: #DA306C;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #e25b8b;
  --ot-rgba-main-01: rgba(218, 48, 108, 0.1);
  --ot-rgba-main-02: rgba(218, 48, 108, 0.2);
  --ot-rgba-main-05: rgba(218, 48, 108, 0.5);
  --ot-rgba-main-08: rgba(218, 48, 108, 0.8);
  --ot-rgba-secondary-01: rgba(218, 48, 108, 0.1);
  --ot-rgba-secondary-02: rgba(218, 48, 108, 0.2);
  --ot-lighten-main-30: #f1b2c8;
  --ot-main-color-darken-40: #350919;
  --ot-button-color: #F6F6F6;
  --ot-button-active-color: #dddddd;
  --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.125rem;
  --ot-border-radius: 0rem;
  --ot-button-height-min: 2.75rem;
  --ot-button-height-max: 2.9375rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #F6F6F6;
  --ot-text-color-light: #fff;
  --ot-text-color: #040B18;
  --ot-bg-color: #dddddd;
  --ot-border-color: #c3c3c3;
  --ot-okay-color: #96ca67;
  --ot-okay-bg-color: #ecf6e4;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #DA306C;
  --ot-popup-overlay-color: rgba(4, 11, 24, 0.5);
  --ot-shadow-color: rgba(0, 0, 0, 0.2);
  --ot-font-family-headline: Oswald, sans-serif;
  --ot-font-family: Lato, sans-serif;
  --ot-font-size-max: 1rem;
  --ot-font-size-min: 0.875rem;
  --ot-font-weight-strong: 700;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 6.25rem;
  --ot-font-size-h1-min: 2.5rem;
  --ot-font-weight-h1: 400;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.15;
  --ot-text-color-h1: #040B18;
  --ot-font-size-h2-max: 5rem;
  --ot-font-size-h2-min: 1.875rem;
  --ot-font-weight-h2: 400;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.15;
  --ot-text-color-h2: #040B18;
  --ot-font-size-h3-max: 2.5rem;
  --ot-font-size-h3-min: 1.375rem;
  --ot-font-weight-h3: 400;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.35;
  --ot-text-color-h3: #040B18;
  --ot-font-size-h4-max: 1.5625rem;
  --ot-font-size-h4-min: 1.125rem;
  --ot-font-weight-h4: 400;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.35;
  --ot-text-color-h4: #040B18;
  --ot-font-size-h5-max: 1.125rem;
  --ot-font-size-h5-min: 1rem;
  --ot-font-weight-h5: 700;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.35;
  --ot-text-color-h5: #040B18;
  --ot-font-size-h6-max: 0.875rem;
  --ot-font-size-h6-min: 0.75rem;
  --ot-font-weight-h6: 700;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.35;
  --ot-text-color-h6: #040B18;
  --ot-font-size-legend-max: 2.5rem;
  --ot-font-size-legend-min: 1.375rem;
  --ot-font-weight-legend: 400;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.35;
  --ot-text-color-legend: #040B18;
  --ot-font-size-bigger: 112.5%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 85%;
  --ot-spacing: 1.5em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.125rem;
  --ot-input-bg-color: #F6F6F6;
  --ot-input-border-color: #c3c3c3;
  --ot-input-text-color: #040B18;
  --ot-input-focus-bg-color: #F6F6F6;
  --ot-input-focus-border-color: #DA306C;
  --ot-input-focus-text-color: #040B18;
  --ot-button-bg-color: #F6F6F6;
  --ot-button-border-color: #DA306C;
  --ot-button-text-color: #040B18;
  --ot-button-hover-bg-color: #DA306C;
  --ot-button-hover-border-color: #DA306C;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #DA306C;
  --ot-button-focus-border-color: #DA306C;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #d5d5d5;
  --ot-button-active-border-color: #d5d5d5;
  --ot-button-active-text-color: #040B18;
  --ot-button-disabled-bg-color: #dddddd;
  --ot-button-disabled-border-color: #d0d0d0;
  --ot-button-disabled-text-color: #3c75df;
}

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

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

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0rem 0rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #F6F6F6;
  border: 0.125rem solid #DA306C;
  color: #040B18;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.6875rem;
  }
}
form[role=search] button .icon {
  fill: #040B18;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
form[role=search] button .text {
  font-weight: 700;
  padding: 0.225em 0;
}
form[role=search] button .icon + .text {
  padding-left: 0.4995em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 2.9375rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 2.9375rem;
  }
}
form[role=search] button > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.6875rem;
  }
}
form[role=search] button[disabled] {
  background-color: #dddddd;
  border-color: #d0d0d0;
  color: #3c75df;
}
form[role=search] button[disabled] .icon {
  fill: #040B18;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(218, 48, 108, 0.2);
  position: relative;
  z-index: 10;
  background: #DA306C;
  border-color: #DA306C;
  color: #fff;
}
form[role=search] button:focus .icon {
  fill: #fff;
}
form[role=search] button .icon {
  height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 2.6875rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #F6F6F6;
  border: 0.125rem solid #c3c3c3;
  border-radius: 0rem 0 0 0rem;
  box-shadow: 0 0 0 #c3c3c3 inset;
  color: #040B18;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0.75em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms, z-index 300ms;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 2.9375rem;
  }
}
input[type=search]:focus {
  background: #F6F6F6;
  border-color: #DA306C;
  box-shadow: 0 0 0.1875rem #DA306C inset, 0 0 0 0.1875rem rgba(218, 48, 108, 0.2);
  color: #040B18;
  outline: 0;
  position: relative;
  z-index: 10;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search dl {
  margin: 0 0 0.75em;
  padding-top: 0.375em;
}
.search dl br,
.search dl em,
.search dl img {
  display: none;
}
.search dd {
  margin: 0;
}
.search .count + .pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search .count + .pages a {
  text-decoration: none;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.375em 0.375em 0.375em 0;
  background: #d5d5d5;
  white-space: nowrap;
  color: #040B18;
  border-radius: 0rem;
}
.search .count + .pages a:first-of-type {
  margin-left: 0.75em;
  padding: 0 0.75em;
  width: auto;
}
.search .count + .pages a:last-of-type {
  width: auto;
  padding: 0 0.75em;
}
.search .count + .pages a[href] {
  background: #F6F6F6;
  color: #040B18;
  transition: all 300ms;
}
.search .count + .pages a[href]:hover {
  background: #DA306C;
  color: #fff;
}

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

.toggle_search_box label {
  cursor: pointer;
  z-index: 10;
}
.toggle_search_box label:hover ~ a {
  fill: #DA306C;
}
.toggle_search_box a {
  fill: #040B18;
}
.toggle_search_box a .icon {
  display: flex;
  transition: fill 300ms;
}
.toggle_search_box .close_search_box {
  display: none;
}

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

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

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


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

@media (min-width: 61.875rem) {
  .news_introduction {
    padding: 1.5em 0 0 3em;
  }
}
.steuernews_preview {
  margin-bottom: 0.75em;
  padding: 1.5em 0;
}
@media (min-width: 35rem) {
  .steuernews_preview .row .span_column:nth-child(even) .entry {
    flex-direction: row-reverse;
  }
}
@media (min-width: 75rem) {
  .steuernews_preview .row .span_column:nth-child(even) .entry {
    flex-direction: row;
  }
  .steuernews_preview .row .span_column:nth-child(3) .entry, .steuernews_preview .row .span_column:nth-child(4) .entry, .steuernews_preview .row .span_column:nth-child(7) .entry, .steuernews_preview .row .span_column:nth-child(8) .entry {
    flex-direction: row-reverse;
  }
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .steuernews_preview .entry {
    flex-direction: row;
  }
}
.steuernews_preview .entry p {
  background-color: #fff;
}
.steuernews_preview .entry:hover .bg_image {
  filter: grayscale(0%);
  transform: scale(1.1);
  transition: all 300ms;
}
.steuernews_preview .entry:hover .teaser_text .title {
  color: #DA306C;
}
.steuernews_preview .entry:hover .teaser_text .special_font {
  color: #040B18;
}
.steuernews_preview .image {
  flex: 0 1 50%;
  margin: 0;
  order: 1;
}
.steuernews_preview .photo {
  overflow: hidden;
}
@media (min-width: 35rem) {
  .steuernews_preview .photo {
    flex: 0 1 50%;
  }
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-right: 1.5em;
  width: 100%;
  height: 100%;
  min-height: 11.25rem;
  filter: grayscale(100%);
  transition: all 300ms;
}
@media (min-width: 75rem) {
  .steuernews_preview .photo .bg_image {
    min-height: 25rem;
  }
}
.steuernews_preview .teaser_text {
  background-color: #fff;
  order: 2;
  flex: 0 0 50%;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.steuernews_preview a.touch_link .title {
  color: #040B18;
  word-wrap: break-word;
  text-decoration: none;
  display: flex;
  flex-direction: column-reverse;
}
.steuernews_preview .sub_title {
  display: block;
  font-family: "Lato", sans-serif;
  opacity: 0.7;
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
}
@media (min-width: 93.75rem) {
  .steuernews_preview .sub_title {
    letter-spacing: calc(1rem * 0);
  }
}
@media (min-width: 20rem) {
  .steuernews_preview .sub_title {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .sub_title {
    font-size: 1rem;
  }
}
.steuernews_preview .read_more {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.steuernews_preview .read_more .icon {
  height: 1.75rem;
  width: 1.75rem;
}
.steuernews_preview .read_more .icon svg {
  fill: #DA306C;
}

.news_entity {
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 20rem) {
  .news_entity {
    margin-top: calc(3.125rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity {
    margin-top: 12.5rem;
  }
}
@media (min-width: 20rem) {
  .news_entity {
    margin-bottom: calc(1.5625rem + 4.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity {
    margin-bottom: 6.25rem;
  }
}
.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}

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

.news_image_bg figcaption {
  position: absolute;
  bottom: -1.25rem;
  left: 1.5em;
}

.steuernews_issues ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li {
  padding-left: 0;
}
.steuernews_issues a {
  background: #dddddd;
  border-radius: 0rem;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  white-space: nowrap;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .steuernews_issues a {
    line-height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 2.9375rem;
  }
}

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

.steuernews_disclaimer {
  clear: both;
}

.steuernews_sidebar {
  margin: 1.5em 0 0.75em;
  transform: translate(0, -0.9375rem);
}
@media (min-width: 47.5rem) {
  .steuernews_sidebar {
    transform: translate(0, -1.875rem);
  }
}
@media (min-width: 75rem) {
  .steuernews_sidebar {
    transform: translate(0, -3.75rem);
  }
}

.steuernews_current_issue {
  background-color: #DA306C;
  margin-bottom: 0.75em;
  padding: 1.5em;
}
.steuernews_current_issue a {
  display: block;
  text-decoration: none;
  margin-bottom: 0.75em;
}
.steuernews_current_issue a.active, .steuernews_current_issue a:hover, .steuernews_current_issue a:focus {
  color: #fff;
  text-decoration: underline;
}

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

.steuernews_newsletter_subscribe {
  border-radius: 0rem;
  margin-bottom: 1.5em;
  padding: 1.5em;
}

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

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

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

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

.teaser {
  display: flex;
  flex-direction: column;
  position: relative;
}
.teaser .teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}
.teaser .title {
  margin-bottom: 0.25em;
}
.teaser p {
  margin-bottom: 1.5em;
}
.teaser.career {
  align-items: flex-start;
  margin-bottom: 3em;
}
@media (min-width: 35rem) {
  .teaser.career {
    margin-bottom: 4.5em;
  }
}
@media (min-width: 47.5rem) {
  .teaser.career {
    margin-bottom: 0;
  }
}
.teaser.career .special_font {
  color: #fff;
}
.teaser.digital {
  max-width: 34.375rem;
}
.teaser.footer_teaser {
  align-items: flex-start;
}
.teaser.footer_teaser .title.style_h1 {
  padding-top: 0;
}
.teaser.footer_teaser .title.style_h1 .main_title {
  letter-spacing: calc((1.4375rem + 0.4375 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.4375rem;
}
@media (min-width: 93.75rem) {
  .teaser.footer_teaser .title.style_h1 .main_title {
    letter-spacing: calc(1.875rem * 0);
  }
}
@media (min-width: 20rem) {
  .teaser.footer_teaser .title.style_h1 .main_title {
    font-size: calc(1.4375rem + 0.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.footer_teaser .title.style_h1 .main_title {
    font-size: 1.875rem;
  }
}
.teaser .touch_link .title {
  color: #040B18;
  text-decoration: none;
}
.teaser .touch_link::before, .teaser .touch_link::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.teaser .touch_link::before {
  height: 0.125rem;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.teaser .touch_link::after {
  height: 0.125rem;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.teaser .touch_link .link_border::before,
.teaser .touch_link .link_border::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.teaser .touch_link .link_border::before {
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.teaser .touch_link .link_border::after {
  width: 0.125rem;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
.teaser .touch_link:hover::before, .teaser .touch_link:hover::after, .teaser .touch_link:focus::before, .teaser .touch_link:focus::after {
  transform: scaleX(1);
}
.teaser .touch_link:hover .link_border::before,
.teaser .touch_link:hover .link_border::after, .teaser .touch_link:focus .link_border::before,
.teaser .touch_link:focus .link_border::after {
  transform: scaleY(1);
}

.teaser_overview.leistungen .teaser {
  background-color: #fff;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 61.875rem) {
  .teaser_overview.leistungen .teaser:last-child {
    margin-bottom: 0;
  }
}
.teaser_overview.leistungen .teaser h3.title {
  padding-top: 0;
}
.teaser_overview.leistungen .teaser a {
  text-decoration: none;
}
.teaser_overview.leistungen .teaser a > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teaser_overview.leistungen .teaser p {
  background-color: #fff;
}
.teaser_overview.leistungen .teaser .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.teaser_overview.leistungen .teaser svg {
  fill: #DA306C;
  height: 1.5625rem;
  width: 1.5625rem;
}

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

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

[role=tooltip] {
  background: #dddddd;
  border: 0.125rem solid #c3c3c3;
  border-radius: 0rem;
  bottom: 100%;
  color: #040B18;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: visible;
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #dddddd;
  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: #c3c3c3;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  opacity: 0;
  transform: translateY(-0.9375rem);
  visibility: hidden;
}

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

.video_overview .video_play,
.video_infolists_overview .video_play,
.video_infolist_overview .video_play,
.video_preview .video_play,
.steuernews_preview .video_play,
.steuernews_video_overview .video_play {
  position: relative;
}
.video_overview .video_play .icon,
.video_infolists_overview .video_play .icon,
.video_infolist_overview .video_play .icon,
.video_preview .video_play .icon,
.steuernews_preview .video_play .icon,
.steuernews_video_overview .video_play .icon {
  fill: #DA306C;
  height: 2.75rem;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}

.video_overview,
.video_infolists_overview,
.video_infolist_overview {
  margin-top: 1.5625rem;
}
@media (min-width: 20rem) {
  .video_overview,
.video_infolists_overview,
.video_infolist_overview {
    margin-top: calc(1.5625rem + 4.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video_overview,
.video_infolists_overview,
.video_infolist_overview {
    margin-top: 6.25rem;
  }
}
.video_overview.light_section_bg,
.video_infolists_overview.light_section_bg,
.video_infolist_overview.light_section_bg {
  background-color: #F6F6F6;
}
.video_overview .touch_link,
.video_infolists_overview .touch_link,
.video_infolist_overview .touch_link {
  background-color: #DA306C;
  display: flex;
  flex-grow: 1;
  margin-bottom: 1.5em;
  transition: all 300ms ease-in-out;
}
.video_overview .touch_link:hover,
.video_infolists_overview .touch_link:hover,
.video_infolist_overview .touch_link:hover {
  background-color: #040B18;
  transition: all 300ms ease-in-out;
}
.video_overview .touch_link:hover .video_play .icon,
.video_infolists_overview .touch_link:hover .video_play .icon,
.video_infolist_overview .touch_link:hover .video_play .icon {
  fill: #040B18;
  transition: all 300ms ease-in-out;
}
.video_overview .image,
.video_overview figure,
.video_infolists_overview .image,
.video_infolists_overview figure,
.video_infolist_overview .image,
.video_infolist_overview figure {
  margin: 0;
  width: 100%;
}
.video_overview .image img,
.video_overview figure img,
.video_infolists_overview .image img,
.video_infolists_overview figure img,
.video_infolist_overview .image img,
.video_infolist_overview figure img {
  width: 100%;
}
.video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption {
  color: #fff;
  padding: 0.75em;
  font-size: 100%;
}

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

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

.video_preview {
  margin-bottom: 0.75em;
}
.video_preview .entry {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5em;
  padding: 1.5em;
  position: relative;
}
.video_preview .entry p {
  background-color: #fff;
}
.video_preview .entry::before, .video_preview .entry::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.video_preview .entry::before {
  height: 0.125rem;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.video_preview .entry::after {
  height: 0.125rem;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.video_preview .entry .link_border::before,
.video_preview .entry .link_border::after {
  content: "";
  position: absolute;
  background-color: #DA306C;
  transition: transform 0.4s ease;
  z-index: 1;
}
.video_preview .entry .link_border::before {
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.video_preview .entry .link_border::after {
  width: 0.125rem;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
.video_preview .entry:hover::before, .video_preview .entry:hover::after, .video_preview .entry:focus::before, .video_preview .entry:focus::after {
  transform: scaleX(1);
}
.video_preview .entry:hover .link_border::before,
.video_preview .entry:hover .link_border::after, .video_preview .entry:focus .link_border::before,
.video_preview .entry:focus .link_border::after {
  transform: scaleY(1);
}
.video_preview figure {
  flex: 0 0 auto;
  margin: 0 0 1.5em;
  order: 1;
}
.video_preview figure img {
  width: 100%;
}
.video_preview a.touch_link .title {
  text-decoration: none;
}
.video_preview .teaser_text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  order: 2;
}
.video_preview .teaser_text .read_more {
  display: flex;
  justify-content: space-between;
}
.video_preview .teaser_text .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-left: 1.5em;
}
.video_preview .teaser_text svg {
  fill: #DA306C;
  height: 1.5625rem;
  width: 1.5625rem;
}

