/* 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.125rem solid #375761;
  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: #375761;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
}
[role=tab][aria-expanded=true] {
  border-color: #375761;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #375761;
  outline: 0;
}
[role=tab]:focus .title {
  color: #375761;
}

[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 > 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 */

aside {
  margin-top: 3em;
}
aside .teaser_overview .teaser {
  margin-bottom: 3em;
}
aside .teaser_overview .teaser .teaser_content {
  margin-top: 0.75em;
}
aside .teaser_overview .teaser.touch_link {
  padding: 1.5em 0 1.5em 1.5em;
}
@media (min-width: 35rem) {
  aside .teaser_overview .teaser {
    margin-bottom: 0;
  }
}
@media (min-width: 61.875rem) {
  aside {
    margin-top: 7.5em;
  }
  aside .teaser_overview .teaser {
    margin-bottom: 3em;
  }
}
@media (min-width: 75rem) {
  aside {
    margin-top: 9em;
  }
}

/* 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 {
  position: absolute;
  right: 0.25rem;
  bottom: -5rem;
  display: inline-block;
  fill: #899FA6;
  height: 4.6875rem;
  line-height: 4.6875rem;
  width: 0.5625rem;
  transform: rotate(180deg);
}
@media (min-width: 61.875rem) {
  .author_ver {
    bottom: -7.5rem;
  }
}
@media (min-width: 75rem) {
  .author_ver {
    bottom: -5rem;
  }
}

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

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

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

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

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

.button {
  border-radius: 0.125rem;
  padding: 0 1.5em;
  background: transparent;
  border: 0.125rem solid #375761;
  color: #375761;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  position: relative;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.5rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.5rem;
  }
}
.button .icon {
  fill: #375761;
  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::after {
  background: #fff;
  bottom: -0.125rem;
  content: "";
  height: 0.1375rem;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 300ms ease;
}
.button::before {
  background: #fff;
  content: "";
  height: 0.1375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -0.125rem;
  transition: all 300ms ease;
}
.button:focus {
  outline: 0;
  background: transparent;
  border-color: #375761;
  color: #375761;
}
.button:focus .icon {
  fill: #375761;
}
.button:focus::after, .button:focus::before {
  content: none;
}
.button:hover {
  background: transparent;
  border-color: #375761;
  color: #375761;
}
.button:hover .icon {
  fill: #375761;
}
.button:hover::before {
  opacity: 0;
  left: 100%;
  right: 0;
  transition: all 300ms ease;
}
.button:hover::after {
  opacity: 0;
  left: 0;
  right: 100%;
  transition: all 300ms ease;
}
.button:active, .button.active {
  background: transparent;
  border: 0.125rem solid transparent;
  color: #375761;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  position: relative;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.5rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.5rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #375761;
  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:active::after, .button:active::before, .button.active::after, .button.active::before {
  content: none;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

.center_button {
  display: flex;
  justify-content: center;
}

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

/* 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: #375761;
  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: #375761;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

.company_logo {
  display: block;
  width: 14.375rem;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(14.375rem + 6.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 21.0625rem;
  }
}
.company_logo img {
  width: 100%;
}

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

.content_bg_image_container {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
.content_bg_image_container > .container {
  width: 100%;
}
.content_bg_image_container.center {
  background-position-x: center;
}
.content_bg_image_container.left {
  background-position-x: left;
}
.content_bg_image_container.right {
  background-position-x: right;
}
.content_bg_image_container.middle {
  background-position-y: center;
}
.content_bg_image_container.top {
  background-position-y: top;
}
.content_bg_image_container.bottom {
  background-position-y: bottom;
}
.content_bg_image_container.show_overlay::after {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.content_bg_image_container.fixed {
  background-attachment: fixed;
}
html.ios .content_bg_image_container.fixed, html.mobile .content_bg_image_container.fixed {
  background-attachment: scroll;
}
.content_bg_image_container.full_width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (min-width: 160rem) {
  .content_bg_image_container.full_width {
    margin-left: calc(50% - (160rem / 2));
    margin-right: calc(50% - (160rem / 2));
  }
}

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

.cookie_banner {
  align-items: center;
  background: #F3F1EE;
  border-top: 0.125rem solid #375761;
  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 > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .cookie_banner .close > span {
    min-height: calc(2.5rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner .close > span {
    min-height: 2.5rem;
  }
}
.cookie_banner .close .text {
  hyphens: none;
  padding: 0 0.3em;
}

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

.disclaimer {
  background: #F3F1EE;
  border-radius: 0.125rem;
  color: #666667;
  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;
    height: 100%;
  }
}
.dropdown_menu > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  transform: translateX(-50%) translateY(0.5em);
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.75em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
  width: 100%;
  max-width: 16.25rem;
  /*
  &:nth-child(3) {
      &::after {
          position: absolute;
          content: "|";
          top: 50%;
          transform: translateY(-50%);
          right: 0;
      }
  }*/
}
.dropdown_menu > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666667;
  hyphens: none;
  padding: 0.75em;
  white-space: nowrap;
  font-size: 1.125rem;
  text-decoration: none;
}
@media (min-width: 75rem) {
  .dropdown_menu > ul > li > a {
    font-size: 1.25rem;
  }
}
.dropdown_menu > ul > li > a.active {
  color: #375761;
}
.dropdown_menu > ul > li:first-child::after {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.dropdown_menu > ul > li:first-child ul {
  transform: translateX(0) translateY(2em);
}
@media (min-width: 75rem) {
  .dropdown_menu > ul > li:first-child ul {
    transform: translateX(-50%) translateY(2em);
  }
}
.dropdown_menu > ul > li:first-child:hover ul, .dropdown_menu > ul > li:first-child.hover ul {
  left: 0;
  transform: translateX(0) translateY(0.5em);
}
.dropdown_menu > ul > li:first-child:hover ul::before, .dropdown_menu > ul > li:first-child.hover ul::before {
  left: 35%;
}
@media (min-width: 75rem) {
  .dropdown_menu > ul > li:first-child:hover ul, .dropdown_menu > ul > li:first-child.hover ul {
    left: 50%;
    transform: translateX(-50%) translateY(0.5em);
  }
  .dropdown_menu > ul > li:first-child:hover ul::before, .dropdown_menu > ul > li:first-child.hover ul::before {
    left: 50%;
  }
}
.dropdown_menu > ul > li:nth-child(2) {
  margin-right: 45%;
  /*30%;*/
}
.dropdown_menu > ul > li:hover > a, .dropdown_menu > ul > li.hover > a {
  color: #375761;
}
.dropdown_menu > ul > li ul {
  background: #707070;
  padding: 1.5em 0;
  position: absolute;
  visibility: hidden;
  transition: transform 450ms ease-out;
  left: 50%;
  transform: translateX(-50%) translateY(2em);
  z-index: 1000;
}
.dropdown_menu > ul > li ul::before {
  border-color: transparent transparent #707070 transparent;
  border-style: solid;
  border-width: 0 0.625rem 1.125rem 0.625rem;
  top: -1.0625rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul > li {
  padding-bottom: 0.375em;
}
.dropdown_menu > ul > li ul > li:last-child {
  padding-bottom: 0;
}
.dropdown_menu > ul > li ul a {
  color: #fff;
  display: flex;
  hyphens: none;
  justify-content: center;
  padding: 0 1.5em;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
}
.dropdown_menu > ul > li ul a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #fff;
  text-decoration: underline;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

footer {
  margin-top: 4.5em;
  background-color: #375761;
  padding: 3em 0;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-wrapper .address {
  width: 100%;
}
footer .footer-wrapper .address h3 {
  color: #fff;
  padding-top: 0;
  margin-bottom: 1.5em;
}
footer .footer-wrapper .address p {
  color: #fff;
  margin-bottom: 0;
}
footer .footer-wrapper .address a {
  color: #fff;
}
footer .footer-wrapper .related_links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1.5em;
}
footer .footer-wrapper .related_links ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-wrapper .related_links a {
  color: #fff;
}
footer .footer-wrapper .related_links a.active {
  text-decoration: none;
}
@media (min-width: 47.5rem) {
  footer {
    margin-top: 7.5em;
  }
  footer .footer-wrapper .address {
    width: 50%;
  }
  footer .footer-wrapper .related_links {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 61.875rem) {
  footer .footer-wrapper .related_links ul {
    flex-direction: row;
  }
  footer .footer-wrapper .related_links ul li:nth-child(2)::before {
    color: #fff;
    content: "|";
    display: inline-block;
    margin: 0 0.4375rem;
  }
}
@media (min-width: 75rem) {
  footer {
    margin-top: 9em;
  }
}

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

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

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

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

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

  .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 .header-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 100;
}
header .header-top .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 12.5rem;
  transition: all 390ms ease-out;
}
header .header-top .inner .company_logo {
  padding: 1.25em;
  transition: all 300ms;
}
header .header-top .icon-bar {
  display: flex;
  width: 100%;
  justify-content: center;
}
header .header-top .icon-bar .right {
  display: flex;
}
header .header-top .icon-bar .left {
  display: flex;
  flex-direction: row;
}
header .header-top .icon-bar .link-button {
  height: 2.75rem;
}
header .header-top .icon-bar .link-button .icon {
  display: block;
  width: 2.9375rem;
  height: 2.75rem;
  padding: 0.625rem;
  border-right: 0.125rem solid #666667;
}
header .header-top .icon-bar .link-button .icon svg {
  fill: #666667;
  transform: scale(1);
  transition: all 300ms ease;
}
header .header-top .icon-bar .link-button .text {
  display: none;
}
header .header-top .icon-bar .link-button:hover .icon svg {
  transform: scale(0.8);
  fill: #375761;
}
header .header-top.scrolled_down {
  border-bottom: 0.125rem solid #375761;
}
header .header-top.scrolled_down .inner {
  height: 9.375rem;
}
header .header-top.scrolled_down .inner .company_logo {
  padding: 0.75em 3em;
}
header .header-top.scrolled_down .image-wrapper {
  margin-top: 9.375rem;
}
@media (min-width: 47.5rem) {
  header .header-top .inner {
    height: 10rem;
    flex-direction: column;
  }
  header .header-top .company_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  header .header-top .icon-bar {
    width: 100%;
    justify-content: space-between;
  }
  header .header-top .icon-bar .link-button {
    margin-right: 0.5em;
  }
  header .header-top .icon-bar .link-button .icon {
    border-left: 0.125rem solid #666667;
  }
  header .header-top.scrolled_down .inner {
    height: 7.5rem;
  }
}
@media (min-width: 61.875rem) {
  header .header-top .inner {
    height: 11.875rem;
  }
  header .header-top .icon-bar {
    width: auto;
    flex-direction: column-reverse;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 30%;
  }
  header .header-top .icon-bar .left,
header .header-top .icon-bar .right {
    flex-direction: column-reverse;
  }
  header .header-top .icon-bar .contact_wrapper {
    flex-direction: column;
  }
  header .header-top .icon-bar .link-button {
    margin-right: 0;
    margin-bottom: 1.1538461538em;
  }
  header .header-top .icon-bar .link-button .icon {
    border-right: 0;
    border-color: #fff;
    background-color: #375761;
  }
  header .header-top .icon-bar .link-button .icon svg {
    fill: #fff;
  }
  header .header-top .icon-bar .link-button:hover .icon svg {
    fill: #fff;
  }
}
header .image-wrapper {
  margin-top: 12.5rem;
  margin-bottom: 1.5em;
  background-color: #375761;
  position: relative;
}
@media (min-width: 47.5rem) {
  header .image-wrapper {
    margin-top: 10rem;
  }
}
@media (min-width: 61.875rem) {
  header .image-wrapper {
    margin-top: 11.875rem;
  }
}

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

.image-wrapper {
  margin-top: 12.5rem;
}

.header_picture {
  position: relative;
  top: 1.5em;
}
.header_picture img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

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

.image_with_content {
  background: #F3F1EE;
  position: relative;
  margin: 4.5em 0 2.25em 0;
}
.image_with_content::before, .image_with_content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #F3F1EE;
  z-index: 1;
}
.image_with_content::before {
  left: 100%;
}
.image_with_content::after {
  right: 100%;
}
.image_with_content > .row {
  position: relative;
  top: 2.25em;
}
.image_with_content .wrapper_content {
  margin-top: 1.5em;
}
.image_with_content .wrapper_content .teaser_overview {
  padding-left: 1.5em;
}
.image_with_content .wrapper_image .img_resize {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 47.5rem) {
  .image_with_content {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 6em;
  }
  .image_with_content .wrapper_content {
    margin-top: 0;
  }
  .image_with_content .wrapper_content .teaser_overview {
    padding: 0 2.25em;
  }
}
@media (min-width: 61.875rem) {
  .image_with_content {
    margin-top: 6.75em;
  }
  .image_with_content .wrapper_content .teaser_overview {
    padding: 0 4.8em;
  }
}
@media (min-width: 93.75rem) {
  .image_with_content {
    margin-top: 6.75em;
  }
  .image_with_content .wrapper_content {
    max-width: 45.25rem;
  }
  .image_with_content .wrapper_content .teaser_overview {
    padding: 0 0 0 4.8em;
  }
}

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

.infolist_download {
  align-items: baseline;
  background: #F3F1EE;
  border-radius: 0.125rem;
  color: #666667;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.infolist_download .infolist_title {
  font-weight: 700;
}
.infolist_download p {
  margin-right: 1.5em;
}
.infolist_download .button::before, .infolist_download .button::after {
  background: #F3F1EE;
}

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

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

.u_online_secure_login {
  margin-bottom: 1.5em;
}

.u_online_overview .touch_link {
  flex: 1 0 auto;
  margin: 0.75em 0;
}

.img_container.u_online_svg_2_small {
  max-width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.u_online_svg_2_small {
    display: none;
  }
}
.img_container.u_online_svg_2_small .svg_resize {
  padding-bottom: 634.4827586207%;
}
.img_container.u_online_svg_2 {
  margin: 0 0 1.5em;
  max-width: 28.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.u_online_svg_2 {
    display: block;
  }
}
.img_container.u_online_svg_2 .svg_resize {
  padding-bottom: 148.8888888889%;
}

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

.u_online_svg_2 {
  display: none;
}

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

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

.u_online_company_logo {
  fill: #666667;
}

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

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

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

.u_online_button .normal {
  display: block;
}
.u_online_button .hover {
  display: none;
}
.u_online_button:hover .normal {
  display: none;
}
.u_online_button:hover .hover {
  display: block;
}
.u_online_button:hover .u_online_euro_icon,
.u_online_button:hover .u_online_warning_icon,
.u_online_button:hover .u_online_check_icon {
  fill: #375761;
}
.u_online_button:hover .u_online_icon {
  fill: #666667;
}

.u_online_lines {
  fill: #375761;
}

.u_online_benefits_flow h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  text-align: center;
}
.u_online_benefits_flow ul {
  list-style: none;
}
.u_online_benefits_flow .table_cell.text {
  margin: 0 auto;
  max-width: 20rem;
}
.u_online_benefits_flow .arrow_large {
  display: none;
}
.u_online_benefits_flow .arrow_small {
  display: block;
  height: 4rem;
  margin: 0 auto;
  width: 1.875rem;
}
.u_online_benefits_flow .flow_text {
  display: none;
}
.u_online_benefits_flow .u_online_arrow_main_color {
  fill: #375761;
}
.u_online_benefits_flow .u_online_arrow_main_color_medium {
  fill: #538392;
}
.u_online_benefits_flow .header {
  display: table;
  margin: 0.75em auto;
  max-width: 20rem;
  text-align: right;
}
.u_online_benefits_flow .header .text {
  display: table-cell;
  margin: 0;
  padding: 0 0.75em 0 0;
  vertical-align: middle;
}
.u_online_benefits_flow .header .arrow_small {
  transform: rotate(180deg);
}
.u_online_benefits_flow .footer {
  display: table;
  margin: 0.75em auto;
  max-width: 20rem;
}
.u_online_benefits_flow .footer .text {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 0.75em;
  vertical-align: middle;
}
.u_online_benefits_flow .description {
  margin: 0 auto;
}
.u_online_benefits_flow .description ul {
  list-style: none;
  margin: 1.5em;
}
.u_online_benefits_flow .description li {
  margin: 0.75em 0;
  padding-left: 2.125rem;
  position: relative;
}
.u_online_benefits_flow .description li:before {
  background-color: #375761;
  background-image: url("../../common/images/u_online/check.svg");
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
}
.u_online_benefits_flow .lock {
  background: #F3F1EE;
  display: table;
  margin: 0 auto 0.75em;
  padding: 1.5em;
}
.u_online_benefits_flow .lock .text {
  display: table-cell;
  padding-left: 1.5em;
  vertical-align: middle;
}
.u_online_benefits_flow .lock:before {
  background: url("../../common/images/u_online/lock.svg") no-repeat 50% 50%;
  content: "";
  display: table-cell;
  height: 1.75rem;
  width: 1.75rem;
}
.u_online_benefits_flow .benefits_button {
  border: 0;
  cursor: pointer;
  display: table;
  margin: 0 auto;
  min-width: 14.375rem;
  text-decoration: none;
}
.u_online_benefits_flow .benefits_button > span {
  display: table-cell;
}
.u_online_benefits_flow .benefits_button .text {
  border-bottom-width: 0.25rem;
  border-color: #375761;
  border-left-width: 0.125rem;
  border-radius: 0.125rem 0 0 0.125rem;
  border-style: solid;
  border-top-width: 0.125rem;
  color: #666667;
  display: block;
  font-size: 130%;
  font-weight: 500;
  margin-right: 0.375rem;
  padding: 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  transition: border 300ms;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .u_online_benefits_flow .benefits_button .text {
    line-height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .u_online_benefits_flow .benefits_button .text {
    line-height: 2.75rem;
  }
}
.u_online_benefits_flow .benefits_button:after {
  background-color: #375761;
  background-image: url("../../common/images/u_online/button_arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 0 0.125rem 0.125rem 0;
  content: "";
  display: table-cell;
  position: relative;
  transition: background-color 300ms;
  vertical-align: middle;
  z-index: 1;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .u_online_benefits_flow .benefits_button:after {
    height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .u_online_benefits_flow .benefits_button:after {
    height: 2.75rem;
  }
}
@media (min-width: 20rem) {
  .u_online_benefits_flow .benefits_button:after {
    width: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .u_online_benefits_flow .benefits_button:after {
    width: 2.75rem;
  }
}
.u_online_benefits_flow .benefits_button.visible .text {
  border-color: #666667;
}
.u_online_benefits_flow .benefits_button.visible:after {
  background-color: #666667;
  border-radius: 0.125rem 0 0 0.125rem;
  transform: rotate(180deg);
}
.u_online_benefits_flow .benefits_button:hover .text {
  border-color: #253a40;
}
.u_online_benefits_flow .benefits_button:hover:after {
  background-color: #253a40;
}
.u_online_benefits_flow .flow_image {
  border: 0.5rem solid #375761;
  border-radius: 50%;
  box-sizing: content-box;
  height: 15.625rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 15.625rem;
}
.u_online_benefits_flow .flow_image .text {
  background: rgba(55, 87, 97, 0.85);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 0.75em 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.u_online_benefits_flow .flow_image img {
  border-radius: 50%;
}

@media (min-width: 61.875rem) {
  .u_online_benefits_flow .table {
    display: table;
    margin: 0 auto;
    padding: 0;
  }
  .u_online_benefits_flow .table_cell {
    display: table-cell;
    padding: 0 1.5em;
    vertical-align: middle;
  }
  .u_online_benefits_flow .table_cell.text {
    max-width: 31.25rem;
  }
  .u_online_benefits_flow .arrow_large {
    display: block;
  }
  .u_online_benefits_flow .arrow_small {
    display: none;
  }
  .u_online_benefits_flow .flow_text {
    display: block;
  }
  .u_online_benefits_flow .header {
    display: block;
    text-align: center;
  }
  .u_online_benefits_flow .header .text {
    display: block;
    margin: 0 auto 0.75em;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  .u_online_benefits_flow .footer {
    display: block;
    text-align: center;
  }
  .u_online_benefits_flow .footer .text {
    display: block;
    margin: 0.75em auto 0;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  .u_online_benefits_flow .footer .arrow_large {
    transform: rotate(180deg);
  }
  .u_online_benefits_flow .description {
    max-height: none;
    overflow: none;
    padding: 0 0.75em;
  }
  .u_online_benefits_flow .lock {
    margin-bottom: 1.5em;
  }
  .u_online_benefits_flow .lock:before {
    height: 3.5rem;
    width: 3.5rem;
  }
  .u_online_benefits_flow .benefits_button {
    display: none;
  }
}

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

.kanzlei_im_netz {
  margin: 0 0 1.5em;
}
.kanzlei_im_netz a:after {
  clear: both;
}
.kanzlei_im_netz a:after, .kanzlei_im_netz a:before {
  content: "";
  display: table;
}
.kanzlei_im_netz a:hover .description .title .text::after {
  opacity: 1;
  right: 0;
}
.kanzlei_im_netz .icon {
  border-radius: 0.125rem;
  float: left;
  height: 3.625rem;
  margin: 0.75em 1.5em 0 0;
  width: 3.625rem;
}
.kanzlei_im_netz .icon_linkedin {
  fill: #2867B2;
}
.kanzlei_im_netz .icon_mobile, .kanzlei_im_netz .icon_mail, .kanzlei_im_netz .icon_video {
  background: #F3F1EE;
  fill: #666667;
  padding: 0.3125rem;
}
.kanzlei_im_netz .icon_mobile svg, .kanzlei_im_netz .icon_mail svg, .kanzlei_im_netz .icon_video svg {
  height: 3rem;
  width: 3rem;
}
.kanzlei_im_netz .description {
  display: block;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  overflow: hidden;
}
.kanzlei_im_netz .description h2 {
  margin-top: 0 !important;
  padding: 0.5em 0 0.5em 0.75em;
  text-decoration: none;
}
.kanzlei_im_netz .description h2 .text {
  display: block;
  position: relative;
}
.kanzlei_im_netz .description h2 .text::after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 0.125rem;
  background-color: #375761;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: right 300ms ease-out, opacity 300ms ease-out;
}

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

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

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

.page_wrapper {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.startpage main .row.center {
  justify-content: center;
}
.startpage main h2 {
  margin: 0.75em 0;
}

main {
  margin-top: 4.5em;
}
main h2 {
  border-left: 0.125rem solid #375761;
  padding: 0.375em 0 0.375em 0.75em;
  margin: 2.25em 0 0.75em;
}
main .links {
  margin-top: 4.5em;
}
main .image-content-wrapper {
  margin: 4.5em 0 2.25em 0;
  background-color: #F3F1EE;
  position: relative;
}
main .image-content-wrapper .folder_content .entry {
  position: relative;
  top: 1.5em;
}
main .image-content-wrapper::before, main .image-content-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F3F1EE;
  z-index: -1;
}
main .image-content-wrapper::before {
  left: 100%;
}
main .image-content-wrapper::after {
  right: 100%;
}
main .image-content-wrapper .image_left {
  background-size: cover;
  background-position: left center;
  height: 30rem;
}
@media (min-width: 47.5rem) {
  main {
    margin-top: 7.5em;
  }
  main .image-content-wrapper {
    margin-top: 6em;
  }
  main .image-content-wrapper .folder_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  main .image-content-wrapper .folder_content .entry {
    flex-grow: 1;
    position: relative;
    top: 0;
  }
  main .image-content-wrapper .folder_content .entry.grundsaetze {
    margin: 3em 0;
  }
  main .image-content-wrapper .folder_content .entry .image_left {
    position: absolute;
    z-index: 1;
    width: auto;
    left: 0;
    margin-left: calc(-33.3333vw + 50%);
    top: 2.25em;
    height: auto;
    bottom: -2.25em;
    right: -3em;
  }
  main .links {
    margin-top: 6em;
  }
}
@media (min-width: 61.875rem) {
  main .image-content-wrapper {
    margin-top: 6.75em;
  }
  main .links {
    margin-top: 9em;
  }
}
@media (min-width: 75rem) {
  main {
    margin-top: 9em;
  }
}

/* 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 {
  width: 2.9375rem;
  height: 2.75rem;
  padding: 0.625rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 112.5%;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  justify-content: center;
  z-index: 10;
}
.toggle_offcanvas_menu label .icon {
  height: 1.875rem;
  position: relative;
  width: 1.4375rem;
}
.toggle_offcanvas_menu label .text {
  display: none;
}
.toggle_offcanvas_menu label .line {
  background: #666667;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
}
.toggle_offcanvas_menu label .line_1 {
  opacity: 1;
  top: 0.3125rem;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  border-radius: 0.125rem;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.toggle_offcanvas_menu label .line_2 {
  opacity: 1;
  top: calc(50% - (0.125rem / 2));
  transition: opacity 300ms;
  visibility: visible;
  border-radius: 0.125rem;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0.3125rem;
  transition: bottom 300ms, transform 300ms;
  border-radius: 0.125rem;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 47.5rem) {
  .toggle_offcanvas_menu label {
    border-left: 0.125rem solid #666667;
    border-right: 0.125rem solid #666667;
    margin-left: 1.5em;
  }
}
.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(255, 255, 255, 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 {
  width: 100%;
  left: 0;
  top: calc(50% - (0.125rem / 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 {
  width: 100%;
  left: 0;
  bottom: calc(50% - (0.125rem / 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: #707070;
  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 > ul > li {
  padding: 0 1.5em;
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content > ul > li:hover > a {
  text-decoration: underline;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  color: #fff;
  display: block;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 2.75rem;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  color: #fff;
  text-decoration: underline;
}
.offcanvas_menu .offcanvas_menu_content > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul {
  display: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul:target {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a {
  color: #fff;
  display: block;
  padding: 0.375em 0.75em;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a:hover {
  text-decoration: underline;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  color: #fff;
  text-decoration: underline;
}
.offcanvas_menu .offcanvas_menu_content > ul ul ul {
  border-bottom: 0.125rem solid #375761;
  border-top: 0.125rem solid #375761;
}

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

.offcanvas_menu .offcanvas_menu_content > ul ul {
  display: block !important;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: height 600ms;
}

/* 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(255, 255, 255, 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: #375761;
  border-radius: 0.125rem 0.125rem 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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 2.75rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 2.75rem;
  }
}
.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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 2.75rem;
  }
}

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

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

.opening_times .entries {
  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: #375761;
  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.125rem 0.125rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0.125rem solid #375761;
  color: #375761;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  position: relative;
  user-select: none;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.5rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.5rem;
  }
}
form[role=search] button .icon {
  fill: #375761;
  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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 2.75rem;
  }
}
form[role=search] button[disabled] {
  background-color: transparent;
  border-color: #99999a;
  color: #99999a;
}
form[role=search] button[disabled] .icon {
  fill: #666667;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.375rem rgba(55, 87, 97, 0.2);
  position: relative;
  z-index: 10;
  background: transparent;
  border-color: #375761;
  color: #375761;
}
form[role=search] button:focus .icon {
  fill: #375761;
}
form[role=search] button .icon {
  height: 2.5rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.5rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 2.5rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid #375761;
  border-radius: 0.125rem 0 0 0.125rem;
  box-shadow: 0 0 0 #375761 inset;
  color: #666667;
  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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 2.75rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #375761;
  color: #666667;
  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 {
  width: 2.9375rem;
  height: 2.75rem;
  padding: 0.625rem;
  position: relative;
  border-right: 0.125rem solid #666667;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: #375761;
}
.toggle_search_box label:hover ~ a .icon {
  transform: scale(0.8);
}
.toggle_search_box a {
  fill: #666667;
}
.toggle_search_box a .icon {
  display: block;
  height: 1.9375rem;
  width: auto;
  transform: scale(1);
  transition: all 300ms ease;
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  display: none;
}
@media (min-width: 47.5rem) {
  .toggle_search_box {
    border-left: 0.125rem solid #666667;
  }
}
@media (min-width: 61.875rem) {
  .toggle_search_box {
    border-right: 0;
    border-color: #fff;
    background-color: #375761;
    margin-bottom: 1.1538461538em;
  }
  .toggle_search_box label:hover ~ a {
    fill: #fff;
  }
  .toggle_search_box svg {
    fill: #fff;
  }
}

.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(255, 255, 255, 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: transparent;
  border-radius: 0.125rem;
  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: #375761;
  outline: 0;
}
.search_box .close_search_box_wrapper .close_search_box:hover {
  background: transparent;
  border-color: #375761;
  color: #375761;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon {
  fill: #375761;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0.125rem;
  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;
  margin-left: 0.375em;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 2.75rem;
  }
}
.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_links.scss */

.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
@media (min-width: 61.875rem) {
  .social_media_links ul {
    flex-direction: column;
  }
}
.social_media_links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_links a {
  border-radius: 0.125rem;
  display: inline-block;
  height: 2.75rem;
  margin-right: 0;
  margin-bottom: 1.1538461538em;
}
@media (min-width: 47.5rem) {
  .social_media_links a {
    margin-right: 0.5em;
  }
}
@media (min-width: 61.875rem) {
  .social_media_links a {
    margin-right: 0;
  }
}
.social_media_links a.linkedin .icon {
  border-left: 0;
}
@media (min-width: 47.5rem) {
  .social_media_links a.linkedin .icon {
    border-left: 0.125rem solid #666667;
  }
}
.social_media_links a.facebook .icon {
  border-left: 0;
}
@media (min-width: 47.5rem) {
  .social_media_links a.facebook .icon {
    border-left: 0.125rem solid #666667;
  }
}
.social_media_links a .icon {
  display: block;
  fill: #2867B2;
  width: 2.9375rem;
  height: 2.75rem;
  padding: 0.5rem;
  border-right: 0.125rem solid #666667;
  border-left: 0.125rem solid #666667;
  border-color: #666667;
  background-color: #fff;
}
@media (min-width: 61.875rem) {
  .social_media_links a .icon {
    background-color: #375761;
    fill: #fff;
    border-right: 0;
    border-color: #fff !important;
  }
}
.social_media_links a .icon.icon_regular {
  display: block;
}
@media (min-width: 61.875rem) {
  .social_media_links a .icon.icon_regular {
    display: none;
  }
}
.social_media_links a .icon.icon_w {
  display: none;
}
@media (min-width: 61.875rem) {
  .social_media_links a .icon.icon_w {
    display: block;
  }
}
.social_media_links a.facebook .icon, .social_media_links a.twitter .icon {
  border-radius: 0;
}

/* 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: #666667;
  cursor: pointer;
  display: block;
  padding-right: 1.0625rem;
  user-select: none;
}
.social_media_share a > span {
  align-items: center;
  display: flex;
  height: 2.75rem;
}
.social_media_share a .icon {
  border-radius: 0.125rem;
  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: #375761;
  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.linkedin {
  display: block;
}
.social_media_share a.linkedin .icon {
  background: #2867B2;
  border-radius: 50%;
  text-align: center;
}
.social_media_share a.linkedin .icon svg {
  fill: #fff;
  height: 2.125rem;
  margin: 0 auto;
  width: 1.375rem;
}
.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;
  flex-direction: column;
  border-left: 0.125rem solid #CDC7BA;
  padding: 0.5em 0 0.5em 1.5em;
  text-decoration: none;
}
.steuernews_preview .row > div:nth-child(2n+0) .entry {
  border-color: #899FA6 !important;
}
.steuernews_preview .row > div:nth-child(3n+0) .entry {
  border-color: #707070 !important;
}
.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 .teaser_text .title {
  text-decoration: none;
  position: relative;
  padding: 0.5em 0 0.5em;
}
.steuernews_preview .teaser_text .title::after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 0.125rem;
  background-color: #375761;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: right 300ms ease-out, opacity 300ms ease-out;
}
.steuernews_preview .teaser_text .sub_title {
  display: block;
  color: #899FA6;
  margin-bottom: 0.75em;
}
.steuernews_preview .entry:hover .teaser_text .title::after {
  opacity: 1;
  right: 0;
}
.steuernews_preview .title {
  word-wrap: break-word;
}

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

.news_image {
  float: none;
  margin-left: 1.5em;
}
@media (min-width: 35rem) {
  .news_image {
    float: right;
  }
}
.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: none;
  border-radius: 0.125rem;
  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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 2.75rem;
  }
}
.steuernews_issues a.active {
  background: #375761;
  color: #fff;
  text-decoration: none;
}

.steuernews_disclaimer {
  clear: both;
}

.steuernews_sidebar {
  margin: 0.75em 0 !important;
}
@media (min-width: 61.875rem) {
  .steuernews_sidebar {
    margin: 1.5em 0 0.75em !important;
  }
}
.steuernews_sidebar h2 {
  margin-top: 0 !important;
}
@media (min-width: 61.875rem) {
  .steuernews_sidebar h2 {
    margin-top: 0 !important;
  }
}

.steuernews_current_issue {
  margin-bottom: 3em;
}
.steuernews_current_issue ul {
  list-style: url("../../common/images/list_styles/rectangle.svg");
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.steuernews_current_issue ul > li {
  padding-left: 0.375em;
}
.steuernews_current_issue ul > li a.active {
  text-decoration: none;
  color: #899FA6;
}
.steuernews_current_issue ul ol, .steuernews_current_issue ul ul {
  margin: 0;
}

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

.steuernews_article_slider {
  display: none;
}
@media (min-width: 61.875rem) {
  .steuernews_article_slider {
    display: block;
    height: 20.4375rem;
    overflow: hidden;
    position: relative;
    user-select: none;
  }
  .steuernews_article_slider .slide {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 300ms, visibility 300ms;
    visibility: hidden;
    z-index: 0;
  }
  .steuernews_article_slider .slide .image {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .steuernews_article_slider .slide .description {
    padding: 4.5em 4.5em 4.5em 3em;
    width: 100%;
  }
  .steuernews_article_slider .slide .description .title {
    margin: 0;
    word-wrap: break-word;
    padding: 0.5em 0 0.5em;
  }
  .steuernews_article_slider .slide .description .sub_title {
    display: block;
    color: #899FA6;
    margin-bottom: 0.75em;
  }
  .steuernews_article_slider .slide_anchor:checked + .slide {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
  .steuernews_article_slider .control_slides {
    background: #F3F1EE;
    display: block;
    fill: #666667;
    height: 3.75rem;
    margin-top: -1.875rem;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    transition: background 300ms;
    width: 3.75rem;
    z-index: 15;
  }
  .steuernews_article_slider .control_slides:focus, .steuernews_article_slider .control_slides:hover {
    fill: #375761;
    outline: 0;
  }
  .steuernews_article_slider .prev_slide {
    left: 0;
    transform: rotate(180deg);
  }
  .steuernews_article_slider .next_slide {
    right: 0;
  }
}

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

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

/* 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 .photo {
  display: flex;
  margin: 0 1.5em 0.75em 0;
  width: 100%;
}
.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: 100%;
  display: block;
}
.team_entry .photo img {
  display: block;
}
.team_entry .info {
  margin-bottom: 0.75em;
  position: relative;
  bottom: 3em;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #CDC7BA;
  padding: 0.75em 1.5em;
}
.team_entry .info h2 {
  margin: 0.75em 0;
}
.team_entry .info .button {
  margin-bottom: 0.75em;
}
.team_entry .info .button::before, .team_entry .info .button::after {
  background-color: #CDC7BA;
}

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

.teaser_overview .teaser .icon {
  width: 2.5rem;
  display: block;
}
.teaser_overview .teaser .icon svg {
  width: 2.5rem;
}
.teaser_overview .teaser .button {
  margin-top: 1.5em;
}
.teaser_overview .teaser.list a {
  display: flex;
  text-decoration: none;
}
.teaser_overview .teaser.list a .icon {
  margin-right: 1.5em;
}
.teaser_overview .teaser.list a .icon svg {
  fill: #CDC7BA;
  transition: all 300ms;
}
.teaser_overview .teaser.list a .icon svg .main-color {
  fill: #899FA6;
}
.teaser_overview .teaser.list a .content {
  max-width: 14.3125rem;
}
@media (min-width: 35rem) {
  .teaser_overview .teaser.list a .content {
    max-width: 31.875rem;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview .teaser.list a .content {
    max-width: 47.5rem;
  }
}
.teaser_overview .teaser.list:hover .icon svg {
  fill: #666667;
}
.teaser_overview .teaser.touch_link {
  border-left: 0.125rem solid;
  padding: 0.375em 0 0.375em 0.75em;
  transition: all 300ms;
}
.teaser_overview .teaser.touch_link.light {
  border-color: #CDC7BA;
}
.teaser_overview .teaser.touch_link.classic {
  border-color: #899FA6;
}
.teaser_overview .teaser.touch_link.dark {
  border-color: #707070;
}
.teaser_overview .teaser.touch_link a {
  text-decoration: none;
  transition: all 300ms;
}
.teaser_overview .teaser.touch_link a .title {
  position: relative;
  display: inline;
  padding: 0;
  border: 0;
  margin-top: 0;
}
.teaser_overview .teaser.touch_link a .title::after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 0.125rem;
  background-color: #375761;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: right 300ms ease-out, opacity 300ms ease-out;
}
.teaser_overview .teaser.touch_link a p {
  margin: 1.5em 0 0;
}
.teaser_overview .teaser.touch_link:hover a .title::after {
  opacity: 1;
  right: 0;
}
@media (min-width: 47.5rem) {
  .teaser_overview .teaser .button {
    margin-top: 2.25em;
  }
}
.teaser_overview.leistungs_overview .teaser {
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.links .teaser_overview .teaser.touch_link {
  margin-top: 1.5em;
  padding: 0.75em 2.25em;
}
@media (min-width: 47.5rem) {
  .links .teaser_overview .teaser.touch_link {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media (min-width: 93.75rem) {
  .links .teaser_overview .teaser.touch_link {
    padding: 0.75em 7.5em 0.75em 2.25em;
  }
}

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

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

[role=tooltip] {
  background: #F3F1EE;
  border: 0.125rem solid #375761;
  border-radius: 0.125rem;
  bottom: 100%;
  color: #666667;
  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: #F3F1EE;
  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: #375761;
  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: #375761;
  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: #375761;
  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: #375761;
  height: 2.75rem;
  left: 0;
  margin: -1.375rem 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

