<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}

/* 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.0625rem solid #58585a;
  cursor: pointer;
  display: flex;
  font-size: 100%;
  margin: 0 0 0.375em;
  min-width: 100%;
  padding: 0.5em 0;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #ac102b;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
}
[role=tab][aria-expanded=true] {
  border-color: #ac102b;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #ac102b;
  outline: 0;
}
[role=tab]:focus .title {
  color: #ac102b;
}

[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 p {
  margin-right: 2.25em;
}
.contact_wrapper .postal_address &gt; span {
  display: block;
}

.contact {
  display: flex;
}
.contact strong {
  min-width: 1.5625rem;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

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


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

.atikon_logo {
  height: 100%;
}

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

.author_hor {
  display: inline-block;
  fill: #a0a0a0;
  height: 0.5625rem;
  line-height: 0.5625rem;
  width: 4.6875rem;
}

.author_ver {
  display: inline-block;
  fill: #a0a0a0;
  height: 4.6875rem;
  line-height: 4.6875rem;
  width: 0.5625rem;
}

/* 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: 0;
  padding: 0 1.5em;
  background: #ac102b;
  border: 0.0625rem solid #ac102b;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button &gt; span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button &gt; span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button &gt; span {
    min-height: 3rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 400;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.5em;
}
.button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(172, 16, 43, 0.2);
  outline: 0;
  background: transparent;
  border-color: #ac102b;
  color: #4A4A49;
}
.button:focus .icon {
  fill: #4A4A49;
}
.button:hover {
  background: transparent;
  border-color: #ac102b;
  color: #4A4A49;
}
.button:hover .icon {
  fill: #4A4A49;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #ac102b inset;
  background: transparent;
  border: 0.0625rem solid #ac102b;
  color: #4A4A49;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active &gt; span, .button.active &gt; span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active &gt; span, .button.active &gt; span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active &gt; span, .button.active &gt; span {
    min-height: 3rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #4A4A49;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 400;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.5em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

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

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

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

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

.company_logo {
  max-width: 12.5rem;
  display: block;
}
@media (min-width: 20rem) {
  .company_logo {
    max-width: calc(12.5rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    max-width: 15rem;
  }
}

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

.cookie_banner {
  align-items: center;
  background: #f5f5f5;
  border-top: 0.0625rem solid #58585a;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 85%;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 9000;
}
@media (min-width: 35rem) {
  .cookie_banner {
    flex-direction: row;
    text-align: left;
  }
}
.cookie_banner p {
  margin: 0;
  padding: 1em 0.75em 1em 1.5em;
  width: 100%;
}
.cookie_banner .close {
  cursor: pointer;
  flex: 1 0 auto;
  margin-bottom: 0.75em;
}
@media (min-width: 35rem) {
  .cookie_banner .close {
    margin: 0 0.75em;
  }
}
.cookie_banner .close &gt; span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .cookie_banner .close &gt; span {
    min-height: calc(2.625rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner .close &gt; span {
    min-height: 2.625rem;
  }
}
.cookie_banner .close .text {
  hyphens: none;
  padding: 0 0.3em;
}

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

.disclaimer {
  background: #f5f5f5;
  border-radius: 0;
  color: #4A4A49;
  font-size: 85%;
  margin: 1.5em 0;
  padding: 1em 1.5em;
}
.disclaimer a {
  display: inline;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 61.875rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.dropdown_menu &gt; ul {
  display: flex;
  position: relative;
}
.dropdown_menu &gt; ul li {
  position: relative;
}
.dropdown_menu &gt; ul li:hover &gt; a, .dropdown_menu &gt; ul li.hover &gt; a {
  color: #ac102b;
}
.dropdown_menu &gt; ul li:hover &gt; ul, .dropdown_menu &gt; ul li.hover &gt; ul {
  visibility: visible;
}
.dropdown_menu &gt; ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.75em;
  width: 0.625rem;
}
.dropdown_menu &gt; ul &gt; li {
  align-items: center;
}
.dropdown_menu &gt; ul &gt; li &gt; a {
  align-items: center;
  color: #4A4A49;
  display: flex;
  hyphens: none;
  padding: 0.75em;
  white-space: nowrap;
}
.dropdown_menu &gt; ul &gt; li &gt; a.active {
  color: #ac102b;
}
.dropdown_menu &gt; ul &gt; li ul {
  background: #f5f5f5;
  padding: 0.75em 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu &gt; ul &gt; li ul:target {
  visibility: visible;
}
.dropdown_menu &gt; ul &gt; li ul a {
  color: #4A4A49;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0 0.75em;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu &gt; ul &gt; li ul a:hover {
  color: #ac102b;
}
.dropdown_menu &gt; ul &gt; li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu &gt; ul &gt; li ul a.active {
  color: #ac102b;
}
.dropdown_menu &gt; ul &gt; li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

.footer_wrapper {
  background-color: #f5f5f5;
  margin-top: 5.25em;
  overflow: hidden;
  position: relative;
}
.footer_wrapper footer {
  padding: 5.25em 0 3em;
  position: relative;
}

footer .related_links {
  background-color: #ac102b;
  left: 0;
  padding: 1em 0.75em 1em 0;
  position: absolute;
  top: 0;
}
footer .related_links:before {
  background-color: #ac102b;
  bottom: 0;
  content: "";
  left: -50vw;
  position: absolute;
  right: 0;
  top: 0;
}
footer .related_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .related_links ul li {
  margin-right: 0.75em;
  padding-right: 0.75em;
  position: relative;
}
footer .related_links ul li:after {
  background: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
  z-index: 0;
}
footer .related_links ul li:last-child {
  margin: 0;
}
footer .related_links ul li:last-child:after {
  display: none;
}
footer .related_links ul a {
  color: #fff;
  text-decoration: none;
}
footer .related_links ul a:hover, footer .related_links ul a:focus, footer .related_links ul a.active {
  text-decoration: underline;
}

footer .address .company_name {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1.25rem;
  justify-content: flex-end;
  margin-bottom: 0.6em;
}
footer .address .company_name .addition {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.875rem;
}
@media (min-width: 20rem) {
  footer .address .company_name .addition {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .address .company_name .addition {
    font-size: 1rem;
  }
}
footer .address a {
  color: #4A4A49;
}

.address .contact_wrapper strong {
  min-width: 1.5em !important;
}

footer .opening_times {
  display: flex;
  flex-wrap: wrap;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 1em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.125rem;
  }
}
.file.error .file_name {
  border-color: #ac102b;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #58585a;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0.1875rem #58585a inset;
  color: #4A4A49;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.125rem;
  }
}
.file .file_button {
  border-radius: 0 0 0 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #ac102b;
  border: 0.0625rem solid #ac102b;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button &gt; span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button &gt; span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button &gt; span {
    min-height: 3rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 400;
  padding: 0.375em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.5em;
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(172, 16, 43, 0.2);
  background: transparent;
  border-color: #ac102b;
  color: #4A4A49;
}
.file .file_button.focus .icon {
  fill: #4A4A49;
}
.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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.125rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: transparent;
  border-color: #ac102b;
  color: #4A4A49;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #4A4A49;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #ac102b inset;
  background: transparent;
  border: 0.0625rem solid #ac102b;
  color: #4A4A49;
  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 &gt; span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button &gt; span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button &gt; span {
    min-height: 3rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #4A4A49;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 400;
  padding: 0.375em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.5em;
}

@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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.125rem;
  }
}
@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 &gt; [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 &gt; [class*=span] {
  padding-left: 0.234375rem;
  padding-right: 0.234375rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin &gt; [class*=span] {
    padding: 0 calc((0.9375rem / 4) + (2.1875 / 4) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin &gt; [class*=span] {
    padding: 0 0.78125rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order12_xxxlarge {
    order: 12;
  }
}

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

.header_wrapper {
  margin-bottom: 3em;
  position: relative;
}
.startpage .header_wrapper {
  margin-bottom: 4.5em;
}

header {
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  margin: 0 auto;
  max-width: 160rem;
  padding: 1.5em 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 90;
}
header.scrolled_down {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
header .header_content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 35rem) {
  header .header_content {
    align-items: flex-end;
    flex-direction: row;
  }
}

.company_logo {
  max-width: 11.25rem;
  width: 11.25rem;
  position: relative;
  z-index: 15;
}
@media (min-width: 20rem) {
  .company_logo {
    max-width: calc(11.25rem + 8.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    max-width: 19.375rem;
  }
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(11.25rem + 8.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 19.375rem;
  }
}

.header_background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vw;
  max-height: 62.5rem;
  min-height: 31.25rem;
  min-width: 100%;
  padding-bottom: 0 !important;
  width: 100%;
  z-index: -1;
}
.startpage .header_background {
  height: 100vh;
}

.dropdown_menu &gt; ul &gt; li {
  padding: 0 1.5em;
}
.dropdown_menu &gt; ul &gt; li:last-child {
  padding-right: 0;
}
.dropdown_menu &gt; ul &gt; li.hover a, .dropdown_menu &gt; ul &gt; li:hover a, .dropdown_menu &gt; ul &gt; li:focus a, .dropdown_menu &gt; ul &gt; li.active a {
  color: #4A4A49;
}
.dropdown_menu &gt; ul &gt; li &gt; a {
  letter-spacing: calc((0.875rem + 0.3125 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: none;
}
@media (min-width: 20rem) {
  .dropdown_menu &gt; ul &gt; li &gt; a {
    font-size: calc(0.875rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu &gt; ul &gt; li &gt; a {
    font-size: 1.1875rem;
  }
}
.dropdown_menu &gt; ul &gt; li &gt; a:before {
  background-color: #4A4A49;
  content: "";
  height: 0.5625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: -0.625rem;
  transition: all 150ms ease-out;
}
.dropdown_menu &gt; ul &gt; li &gt; a:hover, .dropdown_menu &gt; ul &gt; li &gt; a:focus {
  color: #4A4A49;
}
.dropdown_menu &gt; ul &gt; li &gt; a:hover:before, .dropdown_menu &gt; ul &gt; li &gt; a:focus:before {
  left: 0;
  opacity: 1;
  right: 0;
}
.dropdown_menu &gt; ul &gt; li &gt; a.active {
  color: #4A4A49;
}
.dropdown_menu &gt; ul &gt; li &gt; a.active:before {
  background-color: #ac102b;
  left: 0;
  opacity: 1;
  right: 0;
}
.dropdown_menu &gt; ul &gt; li &gt; ul {
  background: transparent;
  left: 0;
  padding-top: 1.5em;
  top: 100%;
}
.dropdown_menu &gt; ul &gt; li &gt; ul li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
}
.scrolled_down .dropdown_menu &gt; ul &gt; li &gt; ul li {
  background-color: rgba(255, 255, 255, 0.95);
}
.dropdown_menu &gt; ul &gt; li &gt; ul li:first-child {
  padding-top: 1em;
}
.dropdown_menu &gt; ul &gt; li &gt; ul li:last-child {
  padding-bottom: 1em;
}
.dropdown_menu &gt; ul &gt; li &gt; ul li a {
  color: #4A4A49;
  text-decoration: none;
}
.dropdown_menu &gt; ul &gt; li &gt; ul li a:hover, .dropdown_menu &gt; ul &gt; li &gt; ul li a:focus, .dropdown_menu &gt; ul &gt; li &gt; ul li a.active {
  color: #4A4A49;
  text-decoration: underline;
}
.dropdown_menu &gt; ul &gt; li:last-child ul {
  left: auto;
  right: 0;
}

.toggle_offcanvas_menu {
  margin-top: 2.25em;
}
.toggle_offcanvas_menu label {
  flex-direction: row-reverse;
  height: auto !important;
}
.toggle_offcanvas_menu label .icon {
  margin-left: 1.5em;
  margin-right: 0 !important;
}
.toggle_offcanvas_menu label .text {
  display: none;
  text-transform: none;
}
@media (min-width: 35rem) {
  .toggle_offcanvas_menu label .text {
    display: block;
  }
}

.offcanvas_menu_content &gt; ul &gt; li &gt; a {
  background-color: #f5f5f5;
  margin: 0.5em 0;
  padding: 0 0.5em;
  text-decoration: none;
}
.offcanvas_menu_content &gt; ul &gt; li &gt; a.active {
  background-color: #58585a;
  color: #fff !important;
}
.offcanvas_menu_content &gt; ul &gt; li ul a {
  padding: 0.5em !important;
  text-decoration: none;
}
.offcanvas_menu_content &gt; ul &gt; li ul a.active {
  color: #4A4A49 !important;
  text-decoration: underline;
}

.icon_outer_wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 1;
  padding: 0.6875rem 0;
  position: absolute;
  right: 0;
  top: 105%;
  transition: all 300ms ease-out;
}
.icon_outer_wrapper .icon_inner_wrapper {
  display: flex;
  justify-content: center;
}
.scrolled_down .icon_outer_wrapper {
  opacity: 0;
  top: -50%;
}
@media (min-width: 47.5rem) {
  .icon_outer_wrapper {
    background-color: transparent;
    padding: 1.5em 0 0 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: none;
    z-index: 10;
  }
  .scrolled_down .icon_outer_wrapper {
    opacity: 1;
    top: 0;
  }
  .icon_outer_wrapper .icon_inner_wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

.some_icons {
  display: inline-block;
  height: 2.75rem;
}
.some_icons .social_media_links {
  border-right: 0.125rem solid #58585a;
  display: inline-block;
  margin-right: 0.6875rem;
}
.some_icons .social_media_links li {
  height: 2.75rem;
  padding: 0;
}
.some_icons .social_media_links a.video {
  display: none;
}
.some_icons .social_media_links a .icon {
  display: block;
  height: 2.75rem;
  margin-right: 0.6875rem;
  transition: transform 150ms ease-out;
  width: 2.75rem;
}
.some_icons .social_media_links a .icon:hover, .some_icons .social_media_links a .icon:focus {
  transform: scale(0.9);
}

.header_icons {
  display: inline-flex;
  justify-content: flex-start;
}
.header_icons .toggle_search_box {
  background-color: #ac102b;
  display: block;
  height: 2.75rem;
  margin-right: 0.6875rem;
  transition: transform 300ms ease-out;
  width: 2.75rem;
}
.header_icons .toggle_search_box .open_search_box {
  align-items: center;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}
.header_icons .toggle_search_box .open_search_box .icon {
  fill: #fff;
  height: 1.875rem;
  margin: 0;
  width: 1.875rem;
}
.header_icons .toggle_search_box:hover, .header_icons .toggle_search_box:focus {
  transform: scale(0.9);
}
.header_icons .button {
  height: 2.75rem;
  padding: 0;
  transition: transform 150ms ease-out;
  width: 2.75rem;
}
.header_icons .button .icon {
  fill: #fff;
}
.header_icons .button.call {
  margin-right: 0.6875rem;
}
.header_icons .button &gt; span {
  height: 2.75rem;
  min-height: 2.75rem !important;
  width: 2.75rem;
}
.header_icons .button .text {
  display: none;
}
.header_icons .button:hover, .header_icons .button:focus {
  background-color: #ac102b;
  border-color: #ac102b;
  box-shadow: none;
  outline: none;
  transform: scale(0.9);
}

.slogan_wrapper {
  background-color: rgba(172, 16, 43, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.slogan_wrapper &gt; .container {
  width: 100%;
}
.slogan_wrapper .slogan {
  display: flex;
  justify-content: space-between;
}
.slogan_wrapper .slogan_text {
  letter-spacing: calc((1.4375rem + 0.75 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1.4375rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: "FiraSans", sans-serif;
  font-weight: 400;
  justify-content: center;
  line-height: 1.35;
  margin-bottom: 0;
  padding: 0.75em 0;
  width: 100%;
}
@media (min-width: 20rem) {
  .slogan_wrapper .slogan_text {
    font-size: calc(1.4375rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper .slogan_text {
    font-size: 2.1875rem;
  }
}
.slogan_wrapper .slogan_text p {
  color: #fff;
  margin: 0;
}
@media (min-width: 61.875rem) {
  .slogan_wrapper .slogan_text p {
    font-size: 1.2rem;
  }
}
.slogan_wrapper .slogan_text strong {
  font-weight: 500;
}
.slogan_wrapper .icon {
  height: 2.8125rem;
  width: 2.8125rem;
  display: block;
  fill: #fff;
  margin-left: 1rem;
  opacity: 0.9;
  transform-origin: top;
  transition: transform 300ms ease-out;
}
@media (min-width: 20rem) {
  .slogan_wrapper .icon {
    height: calc(2.8125rem + 2.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper .icon {
    height: 5.625rem;
  }
}
@media (min-width: 20rem) {
  .slogan_wrapper .icon {
    width: calc(2.8125rem + 2.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper .icon {
    width: 5.625rem;
  }
}
.slogan_wrapper .icon:hover {
  transform: scale(1.1);
}

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

.header_background.slider .slide {
  display: block;
}
.header_background.slider .slide .header_background {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.header_background.slider .slide .slogan_wrapper {
  opacity: 0;
}
.header_background.slider .slide:first-child {
  z-index: 1;
}
.header_background.slider .slide:last-child {
  z-index: 2;
}
.header_background.slider .slide.animated .header_background {
  transition: opacity 1800ms ease-out;
}
.header_background.slider .slide.active {
  z-index: 3;
}
.header_background.slider .slide.active .header_background {
  display: block;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  width: 100%;
}
.header_background.slider .slide.active .slogan_wrapper {
  opacity: 1;
}

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

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

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

.infolist_download {
  align-items: baseline;
  background: #f5f5f5;
  border-radius: 0;
  color: #4A4A49;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.infolist_download .infolist_title {
  font-weight: 500;
}
.infolist_download p {
  margin-right: 1.5em;
}

/* 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: #ac102b;
  height: 3rem;
  transform: rotate(-90deg);
  width: 3rem;
}

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

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

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

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

/* 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/legal_notice_aab.scss */

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

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

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

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

.intro_text {
  max-width: 56.25rem;
  padding: 1.5em 3em;
  position: relative;
}
.intro_text:before {
  background-color: #ac102b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: background 150ms ease-out;
  width: 0.5625rem;
}
.intro_text .button {
  margin-top: 0.75em;
}

.author_ver {
  fill: #a0a0a0;
  position: absolute;
  right: 0.3em;
  top: 100%;
  transform: translateY(0.3em);
}

main h1 {
  position: relative;
  z-index: 0;
}
main h1:before {
  background-color: #ac102b;
  bottom: 0;
  content: "";
  left: -50vw;
  position: absolute;
  right: 102%;
  top: 0;
  z-index: -1;
}
.startpage main h1:before {
  display: none;
}

.breadcrumbs {
  visibility: hidden;
}

.address .company_name .addition {
  display: block;
  font-weight: 400;
}
.address .contact_wrapper strong {
  min-width: 4.6875rem;
}
.address .address_vcard_button .text {
  white-space: nowrap;
}

.teaser_overview,
.teaser_news_overview {
  margin-top: 4.5em;
}
.teaser_overview .teaser,
.teaser_news_overview .teaser {
  background-color: #58585a;
  flex-grow: 1;
  margin-bottom: 2.25em;
  overflow: hidden;
  padding: 6em 3em 3em;
  position: relative;
  transition: background 300ms ease-out;
}
@media (min-width: 93.75rem) {
  .teaser_overview .teaser,
.teaser_news_overview .teaser {
    margin-bottom: 0;
  }
}
.teaser_overview .teaser .title,
.teaser_news_overview .teaser .title {
  color: #fff;
  margin-bottom: 1.5em;
  text-decoration: none;
}
.teaser_overview .teaser p,
.teaser_news_overview .teaser p {
  color: #fff;
  margin: 0;
}
.teaser_overview .teaser .icon,
.teaser_news_overview .teaser .icon {
  height: 5rem;
  width: 5rem;
  fill: #ac102b;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(25%);
  transition: transform 300ms ease-out;
}
@media (min-width: 20rem) {
  .teaser_overview .teaser .icon,
.teaser_news_overview .teaser .icon {
    height: calc(5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview .teaser .icon,
.teaser_news_overview .teaser .icon {
    height: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .teaser_overview .teaser .icon,
.teaser_news_overview .teaser .icon {
    width: calc(5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview .teaser .icon,
.teaser_news_overview .teaser .icon {
    width: 6.25rem;
  }
}
.teaser_overview .teaser:hover, .teaser_overview .teaser:focus,
.teaser_news_overview .teaser:hover,
.teaser_news_overview .teaser:focus {
  background-color: #4b4b4d;
}
.teaser_overview .teaser:hover .icon, .teaser_overview .teaser:focus .icon,
.teaser_news_overview .teaser:hover .icon,
.teaser_news_overview .teaser:focus .icon {
  transform: translateY(-25%) translateX(25%) scale(1.1);
}
.teaser_overview .steuernews_teaser_wrapper,
.teaser_news_overview .steuernews_teaser_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.teaser_overview .steuernews_teaser_wrapper &gt; .row,
.teaser_news_overview .steuernews_teaser_wrapper &gt; .row {
  flex-grow: 1;
}
.teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser {
  display: flex;
  flex-grow: 1;
  position: relative;
}
@media (min-width: 47.5rem) {
  .teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser {
    margin-right: calc((-0.9375rem / 1) - (2.1875 / 1) * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 100rem) {
  .teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser {
    margin-right: -3.125rem;
  }
}
.teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry {
  flex-grow: 1;
  margin: 0;
  min-height: 18.75rem;
  min-width: 100%;
  overflow: hidden;
  width: 100%;
}
.teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry .image,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform 300ms ease-out;
  width: 100%;
}
.teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry:hover .image, .teaser_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry:focus .image,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry:hover .image,
.teaser_news_overview .steuernews_teaser_wrapper .steuernews_article_teaser .entry:focus .image {
  transform: scale(1.1);
}
.teaser_overview .steuernews_teaser_wrapper .teaser,
.teaser_news_overview .steuernews_teaser_wrapper .teaser {
  background-color: #f5f5f5;
  margin: 0;
}
.teaser_overview .steuernews_teaser_wrapper .teaser .title,
.teaser_news_overview .steuernews_teaser_wrapper .teaser .title {
  color: #4A4A49;
}
.teaser_overview .steuernews_teaser_wrapper .teaser p,
.teaser_news_overview .steuernews_teaser_wrapper .teaser p {
  color: #4A4A49;
}
.teaser_overview .steuernews_teaser_wrapper .teaser .icon,
.teaser_news_overview .steuernews_teaser_wrapper .teaser .icon {
  fill: #58585a;
}
.teaser_overview .steuernews_teaser_wrapper .teaser:hover, .teaser_overview .steuernews_teaser_wrapper .teaser:focus,
.teaser_news_overview .steuernews_teaser_wrapper .teaser:hover,
.teaser_news_overview .steuernews_teaser_wrapper .teaser:focus {
  background-color: #e8e8e8;
}

.social_media_share {
  margin-top: 3.75em;
}
.social_media_share a {
  text-decoration: none;
}
.social_media_share a .icon {
  transition: transform 150ms ease-out;
}
.social_media_share a:hover .icon, .social_media_share a:focus .icon {
  transform: scale(0.9);
}

.kanzlei_im_netz {
  padding-top: 1.5em;
}
.kanzlei_im_netz .icon_cell-phone-with-blank-screen {
  align-items: center;
  background-color: #ac102b;
  display: flex;
  fill: #fff;
  justify-content: center;
  margin-top: 0;
}
.kanzlei_im_netz .icon_cell-phone-with-blank-screen svg {
  height: 2.5rem;
  width: 2.5rem;
}
.kanzlei_im_netz .icon_cell-phone-with-blank-screen + .description {
  max-width: 46.875rem;
  padding-left: 1.5em;
  position: relative;
}
.kanzlei_im_netz .icon_cell-phone-with-blank-screen + .description:before {
  background-color: #ac102b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: background 150ms ease-out;
  width: 0.5625rem;
}
.kanzlei_im_netz .icon_cell-phone-with-blank-screen + .description .title {
  padding-top: 0;
  text-decoration: none;
}
.kanzlei_im_netz .icon_cell-phone-with-blank-screen + .description p {
  margin: 0;
}
.kanzlei_im_netz a {
  margin-top: 2.25em;
  max-width: 54.375rem;
  position: relative;
}
.kanzlei_im_netz a .icon {
  margin-top: 0;
  top: 50%;
}
.kanzlei_im_netz a .icon.icon_mail {
  background-color: #ac102b;
  fill: #fff;
}
.kanzlei_im_netz a .description {
  padding-left: 1.5em;
  position: relative;
}
.kanzlei_im_netz a .description:before {
  background-color: #ac102b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: background 150ms ease-out;
  width: 0.5625rem;
}
.kanzlei_im_netz a .description .title {
  color: #4A4A49;
  text-decoration: none;
}
.kanzlei_im_netz a .description p {
  margin: 0;
}
.kanzlei_im_netz a:hover .description:before, .kanzlei_im_netz a:focus .description:before {
  background-color: #58585a;
}

.infolist_overview {
  margin-top: 0.75em;
}
.infolist_overview .entry {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
}
.infolist_overview .entry:before {
  background-color: #ac102b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: background 150ms ease-out;
  width: 0.5625rem;
}
.infolist_overview .entry .title {
  text-decoration: none;
}
.infolist_overview .entry:hover:before, .infolist_overview .entry:focus:before {
  background-color: #58585a;
}

.infolist_top_link a .icon {
  fill: #ac102b;
  transition: fill 300ms ease-out;
}
.infolist_top_link a .text {
  display: none;
}
.infolist_top_link a:hover .icon, .infolist_top_link a:focus .icon {
  fill: #58585a;
}

.infolist_accordion [role=tab] {
  background-color: #f5f5f5;
  border: 0;
  margin-bottom: 0.75em;
  padding: 1em 1.5em;
  transition: all 300ms ease-out;
}
.infolist_accordion [role=tab][aria-expanded=true], .infolist_accordion [role=tab]:focus {
  background-color: #58585a;
  color: #fff;
}
.infolist_accordion [role=tab][aria-expanded=true] .title, .infolist_accordion [role=tab]:focus .title {
  color: #fff;
}
.infolist_accordion [role=tabpanel] {
  padding: 0 1.5em;
}

.service_accordion [role=tab] {
  background-color: #f5f5f5;
  border: 0;
  margin-bottom: 0.75em;
  padding: 1em 1.5em;
  transition: all 300ms ease-out;
}
.service_accordion [role=tab][aria-expanded=true], .service_accordion [role=tab]:focus {
  background-color: #58585a;
  color: #fff;
}
.service_accordion [role=tab][aria-expanded=true] .title, .service_accordion [role=tab]:focus .title {
  color: #fff;
}
.service_accordion [role=tabpanel] {
  padding: 0 1.5em;
}
.service_accordion .accordion {
  margin-top: 3em;
}
.service_accordion .accordion .entry {
  padding-bottom: 1.5em;
}

.onlinetools_popup_overview_bp_v1 {
  margin-top: 1.5em;
}
.onlinetools_popup_overview_bp_v1 .entry {
  background-color: #58585a;
  overflow: hidden;
  padding: 6em 3em 3em;
  position: relative;
  transition: background 300ms ease-out;
}
.onlinetools_popup_overview_bp_v1 .entry .title {
  color: #fff;
  margin-bottom: 1.5em;
  text-decoration: none;
}
.onlinetools_popup_overview_bp_v1 .entry .text {
  color: #fff;
  margin: 0;
}
.onlinetools_popup_overview_bp_v1 .entry .icon {
  height: 5rem;
  width: 5rem;
  fill: #ac102b;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(25%);
  transition: transform 300ms ease-out;
}
@media (min-width: 20rem) {
  .onlinetools_popup_overview_bp_v1 .entry .icon {
    height: calc(5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlinetools_popup_overview_bp_v1 .entry .icon {
    height: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .onlinetools_popup_overview_bp_v1 .entry .icon {
    width: calc(5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlinetools_popup_overview_bp_v1 .entry .icon {
    width: 6.25rem;
  }
}
.onlinetools_popup_overview_bp_v1 .entry:hover, .onlinetools_popup_overview_bp_v1 .entry:focus {
  background-color: #4b4b4d;
}
.onlinetools_popup_overview_bp_v1 .entry:hover .icon, .onlinetools_popup_overview_bp_v1 .entry:focus .icon {
  transform: translateY(-25%) translateX(25%) scale(1.1);
}

.download_overview {
  margin-top: 1.5em;
}
.download_overview .entry {
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 6em 3em 3em;
  position: relative;
  transition: background 300ms ease-out;
}
.download_overview .entry .title_wrapper {
  margin-bottom: 1.5em;
}
.download_overview .entry small {
  color: #4A4A49;
}
.download_overview .entry .title {
  color: #4A4A49;
  margin: 0;
  text-decoration: none;
}
.download_overview .entry .text {
  color: #4A4A49;
  margin: 0;
}
.download_overview .entry .icon {
  height: 5rem;
  width: 5rem;
  fill: #4A4A49;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(25%);
  transition: transform 300ms ease-out;
}
@media (min-width: 20rem) {
  .download_overview .entry .icon {
    height: calc(5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .entry .icon {
    height: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .download_overview .entry .icon {
    width: calc(5rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .download_overview .entry .icon {
    width: 6.25rem;
  }
}
.download_overview .entry:hover, .download_overview .entry:focus {
  background-color: #e8e8e8;
}
.download_overview .entry:hover .icon, .download_overview .entry:focus .icon {
  transform: translateY(-25%) translateX(25%) scale(1.1);
}

.steuernews_article_overview .entry,
.steuernews_article_teaser .entry {
  margin-bottom: 2.25em;
  max-width: 31.25rem;
  min-height: 0.0625rem;
  position: relative;
}
.steuernews_article_overview .entry .teaser_text,
.steuernews_article_teaser .entry .teaser_text {
  background-color: rgba(172, 16, 43, 0.95);
  bottom: 0;
  left: 0;
  padding: 1.5em;
  position: absolute;
  right: 0;
  z-index: 10;
}
.steuernews_article_overview .entry .teaser_text .title,
.steuernews_article_teaser .entry .teaser_text .title {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 20rem) {
  .steuernews_article_overview .entry .teaser_text .title,
.steuernews_article_teaser .entry .teaser_text .title {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_article_overview .entry .teaser_text .title,
.steuernews_article_teaser .entry .teaser_text .title {
    font-size: 1rem;
  }
}
.steuernews_article_overview .entry .teaser_text .text,
.steuernews_article_teaser .entry .teaser_text .text {
  display: none;
}
.steuernews_article_overview .entry .image,
.steuernews_article_teaser .entry .image {
  overflow: hidden;
  width: 100%;
}
.steuernews_article_overview .entry .image img,
.steuernews_article_teaser .entry .image img {
  display: block;
  transition: transform 300ms ease-out;
  width: 100%;
}
.steuernews_article_overview .entry:hover .image img, .steuernews_article_overview .entry:focus .image img,
.steuernews_article_teaser .entry:hover .image img,
.steuernews_article_teaser .entry:focus .image img {
  transform: scale(1.1);
}

.steuernews_more_articles_overview .entry {
  flex-direction: column;
}
.steuernews_more_articles_overview .entry .image {
  max-width: 20rem;
  overflow: hidden;
  position: relative;
}
.steuernews_more_articles_overview .entry .image img {
  display: block;
  margin: 0;
  transition: transform 300ms ease-out;
  width: 100%;
}
.steuernews_more_articles_overview .entry .teaser_text {
  border-left: 0;
  border-top: 0.5625rem solid #ac102b;
  margin: 1.5em 0 0 0;
  max-width: 37.5rem;
  padding: 1.5em 0 0 0;
  transition: all 300ms ease-out;
}
.steuernews_more_articles_overview .entry .teaser_text .title {
  color: #4A4A49;
  margin-bottom: 1.5em;
  text-decoration: none;
}
.steuernews_more_articles_overview .entry .teaser_text .title small {
  display: block;
}
@media (min-width: 47.5rem) {
  .steuernews_more_articles_overview .entry {
    flex-direction: row;
  }
  .steuernews_more_articles_overview .entry .teaser_text {
    border-left: 0.5625rem solid #ac102b;
    border-top: 0;
    margin: 0 0 0 1.5em;
    padding: 0 0 0 1.5em;
  }
}
.steuernews_more_articles_overview .entry:hover .image img, .steuernews_more_articles_overview .entry:focus .image img {
  transform: scale(1.1);
}
.steuernews_more_articles_overview .entry:hover .teaser_text, .steuernews_more_articles_overview .entry:focus .teaser_text {
  border-color: #58585a;
}

.news_image {
  float: none;
  margin: 0.75em 0;
}
@media (min-width: 35rem) {
  .news_image {
    float: right;
    margin: 0 0 1em 1.5em;
  }
}

.steuernews_sidebar {
  margin-bottom: 3em;
  margin-top: 3em;
}
.steuernews_sidebar .steuernews_current_issue {
  background-color: #f5f5f5;
  padding: 2.25em;
}
.steuernews_sidebar .steuernews_current_issue a {
  color: #4A4A49;
  text-decoration: underline;
}
.steuernews_sidebar .steuernews_current_issue a:hover, .steuernews_sidebar .steuernews_current_issue a:focus, .steuernews_sidebar .steuernews_current_issue a.active {
  color: #4A4A49;
  text-decoration: none;
}
.steuernews_sidebar .steuernews_current_issue h2 {
  padding: 0;
}
.steuernews_sidebar .steuernews_issues {
  padding-top: 2.25em;
  width: 100%;
}
.steuernews_sidebar .steuernews_issues a {
  background: #58585a;
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.steuernews_sidebar .steuernews_issues a:hover, .steuernews_sidebar .steuernews_issues a:focus, .steuernews_sidebar .steuernews_issues a.active {
  background-color: #f5f5f5;
  color: #4A4A49;
}
.steuernews_sidebar .steuernews_issues h2 {
  padding: 0;
}
@media (min-width: 75rem) {
  .steuernews_sidebar {
    display: flex;
    justify-content: space-between;
  }
  .steuernews_sidebar .steuernews_current_issue {
    margin-right: 3em;
    min-width: 45%;
  }
}

.select {
  box-shadow: none;
}

[role=tooltip] {
  border-color: #f5f5f5;
}
[role=tooltip]:before {
  border-top-color: #f5f5f5;
}

.cookie_banner {
  background-color: #fff;
  border-top: 0.125rem solid #ac102b;
  padding: 0.2em 0;
}

.team_overview {
  margin-top: 3em;
}
.team_overview .entry {
  flex-direction: column-reverse !important;
  margin-bottom: 2.25em;
}
.team_overview .entry .photo {
  margin: 0;
  max-width: 12.5rem;
  position: relative;
}
.team_overview .entry .photo img {
  display: block;
  width: 100%;
}
.team_overview .entry .info {
  border-top: 0.5625rem solid #ac102b;
  flex-grow: 1;
  margin: 1.5em 0 0 0;
  max-width: 37.5rem;
  padding: 1.5em 0 0 0;
  transition: all 300ms ease-out;
}
.team_overview .entry .buttons {
  display: none;
}

.team_entry .photo {
  max-width: 12.5rem;
}

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

.toggle_offcanvas_menu {
  display: inline-block;
  position: relative;
}
@media (min-width: 61.875rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 112.5%;
  font-weight: 500;
  height: 2.75rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
}
.toggle_offcanvas_menu label .icon {
  height: 1.875rem;
  margin-right: 0.75em;
  position: relative;
  width: 1.875rem;
}
.toggle_offcanvas_menu label .line {
  background: #4A4A49;
  display: block;
  height: 0.3125rem;
  position: absolute;
  width: 100%;
}
.toggle_offcanvas_menu label .line_1 {
  opacity: 1;
  top: 0;
  transition: top 300ms, transform 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_2 {
  opacity: 1;
  top: calc(50% - (0.3125rem / 2));
  transition: opacity 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0;
  transition: bottom 300ms, transform 300ms;
}
.toggle_offcanvas_menu a {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.toggle_offcanvas_menu .open_offcanvas_menu {
  display: block;
}
.toggle_offcanvas_menu .close_offcanvas_menu {
  display: none;
}

.offcanvas_menu_overlay {
  -webkit-backdrop-filter: blur(0.125rem);
  background: rgba(88, 88, 90, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 240ms, visibility 240ms;
  visibility: hidden;
  z-index: 110;
}

@media (max-width: 61.8125rem) {
  .offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
  }
  .offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay {
    opacity: 1;
    visibility: visible;
  }
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_1 {
  top: calc(50% - (0.3125rem / 2));
  transform: rotate(45deg);
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_2 {
  opacity: 0;
  visibility: hidden;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_3 {
  bottom: calc(50% - (0.3125rem / 2));
  transform: rotate(-45deg);
}
.offcanvas_menu_state:checked ~ header .open_offcanvas_menu, .offcanvas_menu_state:checked ~ div .open_offcanvas_menu, .offcanvas_menu_state:target ~ header .open_offcanvas_menu, .offcanvas_menu_state:target ~ div .open_offcanvas_menu {
  display: none;
}
.offcanvas_menu_state:checked ~ header .close_offcanvas_menu, .offcanvas_menu_state:checked ~ div .close_offcanvas_menu, .offcanvas_menu_state:target ~ header .close_offcanvas_menu, .offcanvas_menu_state:target ~ div .close_offcanvas_menu {
  display: block;
}

.offcanvas_menu {
  background-color: #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  display: block;
  min-height: 100%;
  opacity: 0;
  padding: 1.5em 0;
  position: absolute;
  transform: scaleX(0);
  transition: opacity 240ms, transform 240ms, visibility 240ms;
  user-select: none;
  visibility: hidden;
  width: 15.625rem;
  z-index: 5000;
  left: 0;
  transform-origin: left;
}
@media (min-width: 30rem) {
  .offcanvas_menu {
    width: 21.875rem;
  }
}
.offcanvas_menu .offcanvas_menu_content &gt; ul &gt; li {
  padding: 0 1.5em;
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul &gt; li &gt; a {
  color: #4A4A49;
  display: block;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 2.75rem;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul &gt; li &gt; a.active {
  color: #ac102b;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul li.expanded &gt; ul {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul ul {
  display: none;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul ul:target {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul ul a {
  color: #4A4A49;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul ul a.active {
  color: #ac102b;
}
.offcanvas_menu .offcanvas_menu_content &gt; ul ul ul {
  border-bottom: 0.0625rem solid #58585a;
  border-top: 0.0625rem solid #58585a;
}

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

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

.popup_overlay {
  -webkit-backdrop-filter: blur(0.125rem);
  background: rgba(88, 88, 90, 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 {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}

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

.popup_close {
  align-items: center;
  background: #ac102b;
  border-radius: 0 0 0 0;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4285714286em;
  text-align: center;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 3.125rem;
  }
}
.popup_close svg {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

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

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

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

.open_street_map .map {
  height: 21.875rem;
  background-color: #f5f5f5;
  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(245, 245, 245, 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: #ac102b;
  border: 0.0625rem solid #ac102b;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-weight: 500;
  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: transparent;
  border: 0.0625rem solid #ac102b;
  box-shadow: 0 0 0 0.1875rem rgba(172, 16, 43, 0.2);
  color: #4A4A49;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: transparent;
  border: 0.0625rem solid #ac102b;
  color: #4A4A49;
}
.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: 10;
}
.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: 10;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 2.875rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

.opening_times .title {
  padding-top: 0.75em;
}
.opening_times .entries {
  display: flex;
  flex-wrap: wrap;
}
.opening_times .entry {
  margin-right: 2.25em;
}

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

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader_rotate 900ms linear infinite;
  display: block;
  fill: #58585a;
  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;
}

.no-cssanimations .icon_spin {
  display: none;
}

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #ac102b;
  border: 0.0625rem solid #ac102b;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
form[role=search] button &gt; span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button &gt; span {
    min-height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button &gt; span {
    min-height: 3rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
form[role=search] button .text {
  font-weight: 400;
  padding: 0.375em 0;
}
form[role=search] button .icon + .text {
  padding-left: 0.5em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.125rem;
  }
}
form[role=search] button[disabled] {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  color: #c9c9c9;
}
form[role=search] button[disabled] .icon {
  fill: #4A4A49;
}
form[role=search] button &gt; span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(172, 16, 43, 0.2);
  position: relative;
  z-index: 10;
  background: transparent;
  border-color: #ac102b;
  color: #4A4A49;
}
form[role=search] button:focus .icon {
  fill: #4A4A49;
}
form[role=search] button .icon {
  height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.625rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 3rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid #58585a;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 #58585a inset;
  color: #4A4A49;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3.125rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #ac102b;
  box-shadow: 0 0 0.1875rem #ac102b inset, 0 0 0 0.1875rem rgba(172, 16, 43, 0.2);
  color: #4A4A49;
  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;
}

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

.toggle_search_box {
  height: 2.125rem;
  position: relative;
  width: 2.125rem;
}
.toggle_search_box label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.toggle_search_box label:hover ~ a {
  fill: #ac102b;
}
.toggle_search_box a {
  fill: #4A4A49;
}
.toggle_search_box a .icon {
  display: block;
  height: 2.125rem;
  transition: fill 300ms;
  width: 2.125rem;
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  display: none;
}

.search_box {
  -webkit-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(88, 88, 90, 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 {
  align-items: center;
  background: #ac102b;
  border: 0.0625rem solid #ac102b;
  border-radius: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  fill: #fff;
  height: 2.75rem;
  justify-content: center;
  padding: 0.25rem;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: 2.75rem;
}
.search_box .close_search_box_wrapper .close_search_box .icon {
  display: block;
  height: 2.125rem;
  transition: fill 300ms;
  width: 2.125rem;
}
.search_box .close_search_box_wrapper .close_search_box:focus {
  background: transparent;
  border-color: #ac102b;
  outline: 0;
}
.search_box .close_search_box_wrapper .close_search_box:hover {
  background: transparent;
  border-color: #ac102b;
  color: #4A4A49;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon {
  fill: #4A4A49;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  display: flex;
  opacity: 0;
  position: relative;
  transform: translateY(-6.25rem);
  transition: 300ms;
  visibility: hidden;
  width: 37.5rem;
  z-index: 1000;
}
.search_box form[role=search] button {
  width: 2.75rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.75rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.125rem;
  }
}
.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 ~ .offcanvas_menu_wrapper .toggle_search_box .open_search_box, .search_box_state:target ~ .offcanvas_menu_wrapper .toggle_search_box .open_search_box {
  display: none;
}
.search_box_state:checked ~ .offcanvas_menu_wrapper .toggle_search_box .close_search_box, .search_box_state:target ~ .offcanvas_menu_wrapper .toggle_search_box .close_search_box {
  display: flex;
}

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

.social_media_share ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em 0 0.75em 0;
  padding: 0;
}
.social_media_share li {
  line-height: 0;
  list-style: none;
  margin: 0.375em 0;
  padding: 0;
}
.social_media_share a {
  color: #4A4A49;
  cursor: pointer;
  display: block;
  padding-right: 1.0625rem;
  user-select: none;
}
.social_media_share a &gt; span {
  align-items: center;
  display: flex;
  height: 2.75rem;
}
.social_media_share a .icon {
  border-radius: 0;
  height: 2.125rem;
  width: 2.125rem;
}
.social_media_share a .text {
  font-weight: 400;
  padding-left: 1.0625rem;
  padding-right: 0.75em;
}
.social_media_share a.print {
  display: none;
}
@media (min-width: 30rem) {
  .social_media_share a.print {
    display: block;
  }
}
.social_media_share a.print .icon {
  background: #ac102b;
  border-radius: 50%;
  text-align: center;
}
.social_media_share a.print .icon svg {
  fill: #fff;
  height: 2.125rem;
  margin: 0 auto;
  width: 1.5rem;
}
.social_media_share a.facebook .icon, .social_media_share a.twitter .icon {
  border-radius: 0;
}
.social_media_share a.whatsapp {
  display: none;
}
.tablet .social_media_share a.whatsapp, .mobile .social_media_share a.whatsapp {
  display: block;
}

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

.steuernews_preview {
  margin-bottom: 0.75em;
}
.steuernews_preview .entry {
  display: flex;
  margin-bottom: 1.5em;
}
.steuernews_preview .image {
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
  order: 1;
}
.steuernews_preview .image img {
  margin-right: 1.5em;
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
  margin-right: 1.5em;
  width: 10rem;
}
.steuernews_preview .teaser_text {
  order: 2;
}
.steuernews_preview .title {
  word-wrap: break-word;
}

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

.news_image {
  float: right;
  margin-left: 1.5em;
}
.news_image + * {
  padding-top: 0;
}

.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: #f5f5f5;
  border-radius: 0;
  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.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 3.125rem;
  }
}

.steuernews_disclaimer {
  clear: both;
}

.steuernews_sidebar {
  margin: 1.5em 0 0.75em;
}

.steuernews_current_issue {
  margin-bottom: 0.75em;
}

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

.steuernews_article_slider {
  display: flex;
  overflow: hidden;
  position: relative;
  user-select: none;
  width: 100%;
}
.steuernews_article_slider .slider {
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  position: absolute;
  transition: transform 600ms;
}
.steuernews_article_slider .slide {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 61.875rem) {
  .steuernews_article_slider .slide {
    flex-direction: row;
  }
}
.steuernews_article_slider .slide .image {
  flex-grow: 0;
  flex-shrink: 0;
}
.steuernews_article_slider .slide .description {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75em 0;
}
@media (min-width: 61.875rem) {
  .steuernews_article_slider .slide .description {
    padding: 0 4.5em 0 3em;
  }
}
.steuernews_article_slider .slide .description .title {
  margin: 0;
  word-wrap: break-word;
}
.steuernews_article_slider .slide .description .sub_title {
  display: block;
  margin-bottom: 0.75em;
}
.steuernews_article_slider .control_slides {
  align-items: center;
  background: #f5f5f5;
  display: flex;
  fill: #4A4A49;
  height: 3.75rem;
  justify-content: center;
  margin-top: -1.875rem;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 30%;
  transition: background 300ms, opacity 300ms, visibility 300ms;
  visibility: none;
  width: 3.75rem;
  z-index: 15;
}
@media (min-width: 61.875rem) {
  .steuernews_article_slider .control_slides {
    top: 50%;
  }
}
.steuernews_article_slider .control_slides.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.steuernews_article_slider .control_slides:focus, .steuernews_article_slider .control_slides:hover {
  fill: #ac102b;
  outline: 0;
}
.steuernews_article_slider .control_slides .icon {
  height: 1.75rem;
  width: 1.75rem;
}
.steuernews_article_slider .prev_slide {
  left: -0.0625rem;
  transform: rotate(180deg);
}
.steuernews_article_slider .next_slide {
  right: -0.0625rem;
}

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

.steuernews_navigation {
  margin: 1.5em 0;
}
.steuernews_navigation nav ul:after {
  clear: both;
}
.steuernews_navigation nav ul:after, .steuernews_navigation nav ul:before {
  content: "";
  display: table;
}
.steuernews_navigation nav li {
  float: left;
}
.steuernews_navigation nav li:first-child a {
  padding-left: 0;
}
.steuernews_navigation nav a {
  display: inline-block;
  line-height: 1.5;
  padding: 0 1.5em;
}

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

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

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

.steuernews_video_overview {
  margin-bottom: 1.5em;
}
.steuernews_video_overview .entry {
  display: inline-block;
}
.steuernews_video_overview .image {
  margin-bottom: 0.75em;
  position: relative;
}
.steuernews_video_overview .video_play {
  position: relative;
}
.steuernews_video_overview .video_play .icon {
  fill: #ac102b;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

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

.team_overview .entry {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0.75em;
}
@media (min-width: 93.75rem) {
  .team_overview .entry {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: flex;
  margin: 0 1.5em 0.75em 0;
  max-width: 8.75rem;
}
.team_overview .photo img {
  display: block;
}
.team_overview .info {
  flex: 1 1 auto;
  margin-bottom: 0.75em;
}

.team_entry .photo {
  margin-bottom: 0.75em;
  max-width: 8.75rem;
}
.team_entry .photo img {
  display: block;
}
.team_entry .info {
  margin-bottom: 0.75em;
}

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

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

[role=tooltip] {
  background: #f5f5f5;
  border: 0.0625rem solid #58585a;
  border-radius: 0;
  bottom: 100%;
  color: #4A4A49;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #f5f5f5;
  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: #58585a;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  display: none;
}

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

.video_overview .entry,
.video_infolists_overview .entry,
.video_infolist_overview .entry,
.video_tutorial_overview .entry {
  display: inline-block;
}
.video_overview .image,
.video_overview figure,
.video_infolists_overview .image,
.video_infolists_overview figure,
.video_infolist_overview .image,
.video_infolist_overview figure,
.video_tutorial_overview .image,
.video_tutorial_overview figure {
  margin: 0.75em 0;
}
.video_overview .image img,
.video_overview figure img,
.video_infolists_overview .image img,
.video_infolists_overview figure img,
.video_infolist_overview .image img,
.video_infolist_overview figure img,
.video_tutorial_overview .image img,
.video_tutorial_overview figure img {
  width: 100%;
}
.video_overview figcaption,
.video_infolists_overview figcaption,
.video_infolist_overview figcaption,
.video_tutorial_overview figcaption {
  font-size: 100%;
}
.video_overview .video_play,
.video_infolists_overview .video_play,
.video_infolist_overview .video_play,
.video_tutorial_overview .video_play {
  position: relative;
}
.video_overview .video_play .icon,
.video_infolists_overview .video_play .icon,
.video_infolist_overview .video_play .icon,
.video_tutorial_overview .video_play .icon {
  fill: #ac102b;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.video_infolist .button,
.video_tutorial .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 {
  display: flex;
  margin-bottom: 1.5em;
}
.video_preview figure {
  flex: 0 0 auto;
  margin: 0;
  order: 1;
  padding-right: 1.5em;
}
.video_preview .teaser_text {
  order: 2;
}
.video_preview .video_play {
  position: relative;
}
.video_preview .video_play .icon {
  fill: #ac102b;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.steuernews_preview .video_play {
  position: relative;
}
.steuernews_preview .video_play .icon {
  fill: #ac102b;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

</pre></body></html>