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

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.055em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact strong {
  min-width: 4.6875rem;
  font-weight: 400;
}

.address_vcard_button {
  margin: 0.685em 0;
}

.address_call_button {
  margin: 0.685em 0;
}

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

.sidebar {
  margin-bottom: 3.125rem;
  margin-top: 4.375rem;
}
@media (min-width: 20rem) {
  .sidebar {
    margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sidebar {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .sidebar {
    margin-top: calc(4.375rem + 1.875 * (100vw - 20rem) / (27.5));
  }
}
@media (min-width: 47.5rem) {
  .sidebar {
    margin-top: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .sidebar {
    margin-top: 0;
  }
}

/* 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_wrapper {
  position: relative;
}

.author_ver {
  display: inline-block;
  fill: #a0a0a0;
  height: 4.6875rem;
  line-height: 4.6875rem;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  width: 0.5625rem;
}
@media (min-width: 61.875rem) {
  .author_ver {
    left: 0.3125rem;
  }
}

/* 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.685em;
}
.breadcrumbs p {
  margin: 0 0.3425em 0 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .separator {
  margin: 0 0.3425em;
}

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

.button {
  border-radius: 0.4375rem;
  padding: 0 1.37em;
  background: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.25rem;
  }
}
.button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.button .text + .icon {
  padding-left: 1.125rem;
}
.button:focus {
  box-shadow: 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  outline: 0;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button:focus .icon svg {
  fill: #ffffff;
}
.button:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button:hover .icon svg {
  fill: #ffffff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.75rem #811513 inset;
  background: #811513;
  border: 0.25rem solid #811513;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.25rem;
  }
}
.button:active .icon, .button.active .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:active .icon svg, .button.active .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.button:active .text, .button.active .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.button:active .text + .icon, .button.active .text + .icon {
  padding-left: 1.125rem;
}
.button.bottom_spacing {
  margin-bottom: 0.685em;
}

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

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

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

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

.company_logo {
  width: 9.375rem;
  display: block;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(9.375rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 11.25rem;
  }
}
@media (orientation: landscape) and (max-width: 47.4375rem) {
  .company_logo {
    width: 7.5rem;
  }
}
.company_logo.company_logo_2 {
  display: none;
}

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

.cookie_banner {
  align-items: center;
  background: #e7e7e7;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 0.685em;
  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 {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 1 0 auto;
  margin: 0.685em 0 0 0;
}
@media (min-width: 35rem) {
  .cookie_banner .close {
    margin: 0 0 0 0.685em;
  }
}

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

.disclaimer {
  background: #e7e7e7;
  border-radius: 0.875rem;
  color: #000000;
  font-size: 85%;
  margin: 1.37em 0;
  padding: 0.9133333333em 1.37em;
}
.disclaimer a {
  display: inline;
}

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

.download_overview {
  margin-bottom: 0.685em;
}
.download_overview .touch_link {
  display: flex;
  align-items: center;
  background: #e7e7e7;
  border-radius: 0.875rem;
  padding: 1.37em;
  position: relative;
  margin-bottom: 1.37em;
  flex-grow: 1;
  transition: transform 300ms ease;
}
.download_overview .touch_link:hover, .download_overview .touch_link:focus {
  transform: scale(1.05);
  transition: transform 300ms ease;
}
.download_overview .touch_link .title {
  color: #000000;
}
.download_overview .touch_link .description {
  margin-bottom: 0;
}
.download_overview .touch_link .title_wrapper {
  margin-bottom: 0;
  padding-top: 0;
}
.download_overview .icon {
  flex-shrink: 0;
  margin-right: 0.685em;
}
.download_overview .icon svg {
  fill: #000000;
  height: 2.75rem;
  width: 2.75rem;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 75rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a::after, .dropdown_menu > ul li.hover > a::after, .dropdown_menu > ul li.active > a::after {
  opacity: 1;
  right: 1.25rem;
  transition: all 300ms ease;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li:focus > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: all 300ms ease;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.685em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
  margin-left: 3.125rem;
  padding: 2.5rem 0;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  text-decoration: none;
  font-size: 1.125rem;
  display: flex;
  hyphens: none;
  padding: 0.25rem 0;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    font-size: 1.25rem;
  }
}
.dropdown_menu > ul > li > a::after {
  background: #ad1c1a;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms ease;
  z-index: 5;
}
.dropdown_menu > ul > li ul {
  background: #e7e7e7;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  margin-top: 2.75rem;
  padding: 1.0625rem 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  border-radius: 0.875rem;
  transform: translateX(-10%);
  transition: all 300ms ease;
  opacity: 0;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #000000;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0.1875rem 1.1875rem;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 300;
}
.dropdown_menu > ul > li ul a:hover {
  color: #ad1c1a;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #ad1c1a;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.685em;
}

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

footer .siegel {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 1.37em;
  flex-wrap: wrap;
  /*.arbeitgeber_siegel {
      position: absolute;
      margin-right: $spacing;
      width: (110 * $rem);
      top: 15 * $rem;
      right: 90 * $rem;

      @media (max-width: $large-grid-breakpoint) {
          width: (110 * $rem);
          left: 110 * $rem;
          right: 0;
      }
  }*/
}
footer .siegel .icon_q svg {
  width: 6.25rem;
}
@media (max-width: 47.5rem) {
  footer .siegel .icon_q {
    margin-top: 1.37em;
  }
}
footer .siegel .arbeitgeber_siegel {
  position: relative;
  margin-right: 0.9133333333em;
}
footer .siegel .datev_digitale_kanzlei {
  position: relative;
  margin-right: 0.9133333333em;
}
footer .siegel .ausbildungskanzlei_siegel {
  position: relative;
  margin-right: 0.9133333333em;
}
footer .siegel .traumkanzlei_siegel {
  position: relative;
  margin-right: 0.9133333333em;
}
footer .siegel .siegel_fortbildung {
  position: relative;
}
footer .siegel .label {
  width: 6.25rem;
}
footer .address .contact_wrapper p {
  margin-right: 4.795em !important;
}

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

footer .footer_address,
footer .footer_content {
  position: relative;
  padding: 1.37em 0;
}
footer .footer_address::after,
footer .footer_content::after {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
footer .footer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 35rem) {
  footer .footer_content {
    flex-direction: row;
    padding: 1.6875rem 0;
  }
}
footer .footer_content::after {
  background-color: #ad1c1a;
}
footer .footer_content .icon_element {
  margin-right: 1.25rem;
}
@media (min-width: 35rem) {
  footer .footer_content .icon_element {
    margin-right: calc(1.25rem + 2.1875 * (100vw - 35rem) / (58.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_content .icon_element {
    margin-right: 3.4375rem;
  }
}
footer .footer_content .icon_element > .icon {
  display: block;
  fill: #ffffff;
  height: 3.125rem;
  width: 3.125rem;
}
footer .footer_content .footer_text {
  margin-right: 1.25rem;
}
footer .footer_content .footer_text p {
  letter-spacing: calc((0.875rem + 0.5 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.875rem;
}
@media (min-width: 20rem) {
  footer .footer_content .footer_text p {
    font-size: calc(0.875rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_content .footer_text p {
    font-size: 1.375rem;
  }
}
@media (min-width: 35rem) {
  footer .footer_content .footer_text {
    margin-right: calc(1.25rem + 6.8125 * (100vw - 35rem) / (58.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_content .footer_text {
    margin-right: 8.0625rem;
  }
}
@media (min-width: 35rem) {
  footer .footer_content .footer_text > p:last-of-type {
    margin-bottom: 0;
  }
}
footer .footer_content .footer_text * {
  color: #ffffff;
}
footer .footer_content .button {
  background: #ffffff;
  border: 0.25rem solid #ffffff;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
footer .footer_content .button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  footer .footer_content .button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_content .button > span {
    min-height: 2.25rem;
  }
}
footer .footer_content .button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_content .button .icon svg {
  fill: #000000;
  height: 0.8125rem;
  width: 0.8125rem;
}
footer .footer_content .button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
footer .footer_content .button .text + .icon {
  padding-left: 1.125rem;
}
footer .footer_content .button:focus, footer .footer_content .button:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
footer .footer_content .button:focus .icon svg, footer .footer_content .button:hover .icon svg {
  fill: #ffffff;
}
footer .newsletter_quick_subscribe {
  flex: 1 0 auto;
}
@media (min-width: 35rem) {
  footer .newsletter_quick_subscribe {
    flex-shrink: 0;
    margin-left: 1.37em;
    max-width: 31.25rem;
  }
}
footer .newsletter_quick_subscribe form {
  display: block;
}
@media (min-width: 30rem) {
  footer .newsletter_quick_subscribe form {
    display: flex;
  }
}
footer .newsletter_quick_subscribe .entry {
  width: 100%;
}
footer .newsletter_quick_subscribe input[type=email] {
  appearance: none;
  margin: 0;
}
footer .newsletter_quick_subscribe button {
  background: #e7e7e7;
  border-color: #dadada;
  color: #000000;
  margin: 0;
}
footer .newsletter_quick_subscribe button .icon svg {
  fill: #000000;
}
@media (min-width: 30rem) {
  footer .newsletter_quick_subscribe button {
    flex-shrink: 0;
    margin: 0 0 0 0.685em;
    width: auto;
  }
}
footer .footer_address {
  align-items: center;
  padding: 3.75rem 0;
}
@media (min-width: 47.5rem) {
  footer .footer_address {
    display: flex;
  }
}
footer .footer_address::after {
  background-color: #2d2d2d;
}
footer .footer_address a {
  color: #ffffff;
}
footer .footer_address .logo_adress_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 30rem) {
  footer .footer_address .logo_adress_wrapper {
    flex-direction: row;
  }
}
footer .footer_address .company_logo {
  min-width: 12.5rem;
  margin-right: 2.74em;
}
@media (min-width: 20rem) {
  footer .footer_address .company_logo {
    min-width: calc(12.5rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_address .company_logo {
    min-width: 13rem;
  }
}
@media (min-width: 75rem) {
  footer .footer_address .company_logo {
    margin-right: 11.25rem;
  }
}
@media (max-width: 47.4375rem) {
  footer .footer_address .company_logo {
    margin-bottom: 1.37em;
  }
}
footer .footer_address .footer_address_link_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 47.5rem) {
  footer .footer_address .footer_address_link_wrapper {
    flex-wrap: nowrap;
  }
}
@media (max-width: 47.4375rem) {
  footer .footer_address .address {
    margin-bottom: 1.37em;
  }
}
footer .footer_address .address p {
  margin-bottom: 0;
  color: #ffffff;
}
footer .footer_address .address .contact_wrapper {
  display: block;
}
@media (min-width: 930px) {
  footer .footer_address .address .contact_wrapper {
    display: flex;
  }
}
footer .footer_address .address .contact_wrapper p {
  margin-right: 6.85em;
}
footer .footer_address .address .company_name,
footer .footer_address .address .location {
  display: none;
}
footer .footer_address .related_links {
  flex-shrink: 0;
  margin-top: 1.37em;
}
footer .footer_address .related_links ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_address .related_links ul li:not(:last-child) {
  padding-right: 1.37em;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.9133333333em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 2.75rem;
  }
}
.file.error .file_name {
  border-color: #ad1c1a;
}
.file .file_name {
  background: #e7e7e7;
  border: 0.25rem solid #e7e7e7;
  border-radius: 0.875rem 0 0 0.875rem;
  box-shadow: 0 0 0.75rem #e7e7e7 inset;
  color: #000000;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.685em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.25rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 2.25rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 2.75rem;
  }
}
.file .file_button {
  border-radius: 0 0.875rem 0.875rem 0;
  flex: 1 0 auto;
  padding: 0 1.37em;
  z-index: 10;
  background: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.25rem;
  }
}
.file .file_button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file .file_button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.file .file_button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.file .file_button .text + .icon {
  padding-left: 1.125rem;
}
.file .file_button > span {
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 2.25rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.file .file_button.focus .icon svg {
  fill: #ffffff;
}
.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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 2.75rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.file [type=file]:hover ~ .file_button .icon svg {
  fill: #ffffff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.75rem #811513 inset;
  background: #811513;
  border: 0.25rem solid #811513;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 2.25rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file [type=file]:active ~ .file_button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.file [type=file]:active ~ .file_button .text + .icon {
  padding-left: 1.125rem;
}

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

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

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

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

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

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

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

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

.fixed_header {
  background: #2d2d2d;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 700;
}

.top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
}

.menu_wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header_image_wrapper {
  position: relative;
}
.header_image_wrapper .title_wrapper {
  bottom: 1.25rem;
  left: 0;
  position: absolute;
  z-index: 200;
  right: 0;
}
@media (min-width: 20rem) {
  .header_image_wrapper .title_wrapper {
    bottom: calc(1.25rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_image_wrapper .title_wrapper {
    bottom: 2.75rem;
  }
}
.header_image_wrapper .title_wrapper .container {
  width: 100%;
}
.header_image_wrapper .title_wrapper .description {
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  letter-spacing: calc((0.75rem + 0.75 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 20rem) {
  .header_image_wrapper .title_wrapper .description {
    font-size: calc(0.75rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_image_wrapper .title_wrapper .description {
    font-size: 1.5rem;
  }
}
@media (max-width: 61.8125rem) {
  .header_image_wrapper .title_wrapper .description {
    display: none;
  }
}
.startpage .header_image_wrapper .title_wrapper .description {
  display: block !important;
}

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

.header_image_slider_wrapper {
  position: relative;
}

.header_background {
  position: relative;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 47.4375rem) {
  .header_background {
    padding-bottom: 22.5rem !important;
  }
}
@media (min-width: 75rem) {
  .header_background {
    padding-bottom: 31.25rem !important;
  }
  .startpage .header_background {
    padding-bottom: 43.75rem !important;
  }
}
.header_background::after {
  background-image: linear-gradient(0deg, rgba(45, 45, 45, 0.57) 0%, rgba(255, 255, 255, 0.01) 50%, rgba(45, 45, 45, 0.57) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.header_slider {
  position: relative;
  z-index: 100;
}
.header_slider .slide {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.header_slider .slide img {
  transform: scale(1.1);
}
.header_slider .slide.animated {
  transition: opacity 300ms ease;
}
.header_slider .slide.active {
  opacity: 1;
  position: relative;
}
.header_slider .slide.active img {
  display: block;
  margin: 0 auto;
}
.header_slider .pagination {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 400;
  margin-bottom: 0.6875rem;
  display: flex;
  margin-left: 0.685em;
  justify-content: center;
  align-items: center;
}
@media (max-width: 47.4375rem) {
  .header_slider .pagination {
    display: none;
  }
}
.header_slider .pagination a {
  display: block;
  height: 1.375rem;
  width: 1.375rem;
  background: transparent;
  border: 0.1875rem solid #e7e7e7;
  margin-right: 1.375rem;
  border-radius: 50%;
}
.header_slider .pagination a.active {
  background: #ffffff;
  border-color: #ffffff;
}

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

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

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

.infolist_graphic_a_online_graphic_large {
  display: none;
}

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

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

.arbeitnehmer_online_company_logo {
  fill: #000000;
}

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

.arbeitnehmer_online_button .normal {
  display: block;
}
.arbeitnehmer_online_button .hover {
  display: none;
}
.arbeitnehmer_online_button:hover .normal {
  display: none;
}
.arbeitnehmer_online_button:hover .hover {
  display: block;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_euro_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_warning_icon,
.arbeitnehmer_online_button:hover .arbeitnehmer_online_check_icon {
  fill: #ad1c1a;
}
.arbeitnehmer_online_button:hover .arbeitnehmer_online_icon {
  fill: #000000;
}

.arbeitnehmer_online_lines {
  fill: #ad1c1a;
}

@media (min-width: 61.875rem) {
  .infolist_text_container_a_online_vorteile {
    display: flex;
    flex-wrap: wrap;
  }
  .infolist_text_container_a_online_vorteile .infolist_text {
    width: 50%;
  }
}

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

.img_container.infolist_graphic_digitalisierung_graphic_small {
  width: 18.125rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_digitalisierung_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_digitalisierung_graphic_small .svg_resize {
  padding-bottom: 634.4827586207%;
}
.img_container.infolist_graphic_digitalisierung_graphic_large {
  margin: 0 0 1.37em;
  max-width: 34.375rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_digitalisierung_graphic_large {
    display: block;
  }
}
.img_container.infolist_graphic_digitalisierung_graphic_large .svg_resize {
  padding-bottom: 148.8888888889%;
}

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

.infolist_graphic_digitalisierung_graphic_large {
  display: none;
}

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

.digitalisierung_company_logo {
  fill: #000000;
}

.digitalisierung_lines {
  fill: #ad1c1a;
}

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

.infolist_download {
  align-items: baseline;
  background: #e7e7e7;
  border-radius: 0.875rem;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.37em;
  padding: 1.37em;
}
.infolist_download .infolist_title {
  font-weight: 700;
}
.infolist_download p {
  margin-right: 1.37em;
}

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

.img_container.infolist_graphic_meine_steuern_graphic_large {
  display: none;
  margin: 2.74em auto;
  width: 37.5rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_meine_steuern_graphic_large {
    display: block;
  }
}
.img_container.infolist_graphic_meine_steuern_graphic_large .svg_resize {
  padding-bottom: 96.2890625%;
}
.img_container.infolist_graphic_meine_steuern_graphic_small {
  margin: 2.74em auto;
  width: 15.625rem;
}
@media (min-width: 47.5rem) {
  .img_container.infolist_graphic_meine_steuern_graphic_small {
    display: none;
  }
}
.img_container.infolist_graphic_meine_steuern_graphic_small .svg_resize {
  padding-bottom: 503.8095238095%;
}

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

.meine_steuern_arrows {
  fill: #ad1c1a;
}

.meine_steuern_icon {
  fill: #000000;
}

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

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

.infolist_top_link {
  align-items: center;
  background: #e7e7e7;
  border-radius: 0.875rem;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 85%;
  margin: 0.685em 0;
  margin: 1.37em 0;
  padding: 0.9133333333em 1.37em;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.infolist_top_link a:hover .icon, .infolist_top_link a:focus .icon {
  transform: translateY(-0.25rem) rotate(-90deg);
  transition: transform 300ms ease;
}
.infolist_top_link .icon {
  display: block;
  fill: #ad1c1a;
  height: 2rem;
  transform: rotate(-90deg);
  width: 2rem;
  transition: transform 300ms ease;
}

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

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

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

.infolist_graphic_u_online_graphic_large {
  display: none;
}

.u_online_2_headline {
  fill: #000000;
  font-family: "Roboto", 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: #000000;
  font-weight: 700;
}

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

.u_online_company_logo {
  fill: #000000;
}

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

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

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

.u_online_lines {
  fill: #ad1c1a;
}

/* 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: 2.74em;
  }
}

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

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

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

.infolist_overview .entry {
  background: #e7e7e7;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  padding: 1.37em;
  position: relative;
  margin-bottom: 1.37em;
  flex-grow: 1;
  transition: transform 300ms ease;
}
.infolist_overview .entry:hover, .infolist_overview .entry:focus {
  transform: scale(1.03);
  transition: transform 300ms ease;
}
.infolist_overview .entry .title {
  color: #000000;
}
.infolist_overview .entry .description {
  margin-bottom: 0;
}

.infolist_cta_style, .infolist_cta {
  align-items: center;
  background: #ad1c1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2.74em 0;
  padding: 2.74em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
}
.infolist_cta_style > *, .infolist_cta > * {
  color: #ffffff;
  max-width: 50rem;
}
.infolist_cta_style:hover, .infolist_cta:hover, .infolist_cta_style:focus, .infolist_cta:focus {
  background: rgba(173, 28, 26, 0.8);
}

.infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container {
  display: flex;
  flex-direction: column;
}
.infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container .infolist_text {
  border-radius: 0.875rem;
  background: #e7e7e7;
  margin-bottom: 1.37em;
  padding: 0.685em;
}
.infolist_teaser_style .infolist_text h2, .infolist_text_fader_style .infolist_text h2, .infolist_text_container .infolist_text h2,
.infolist_teaser_style .infolist_text h3,
.infolist_text_fader_style .infolist_text h3,
.infolist_text_container .infolist_text h3 {
  padding-top: 0;
}
@media (min-width: 61.875rem) {
  .infolist_teaser_style, .infolist_text_fader_style, .infolist_text_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .infolist_teaser_style .infolist_text, .infolist_text_fader_style .infolist_text, .infolist_text_container .infolist_text {
    width: calc(50% - (1.37em / 2));
  }
}

.infolist_text_list_style {
  list-style: url("../../common/images/list_styles/circle.svg");
  margin: 0 0 0.685em;
  padding-left: 1.0275em;
}
.infolist_text_list_style > .infolist_text {
  display: list-item;
  padding-left: 0.3425em;
}

.infolist_accordion_style .infolist_text {
  background: none;
  margin-bottom: 1.37em;
  padding: 0;
}
.infolist_accordion_style .infolist_text > h3 {
  background: #e7e7e7;
  color: #ad1c1a;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.685em;
  user-select: none;
  transition: all 300ms;
}
.infolist_accordion_style .infolist_text > h3::before {
  -webkit-mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background-color: #ad1c1a;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-bottom: -0.1875rem;
  margin-right: 0.685em;
  mask: url("../../common/images/icons/arrow.svg") no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  transform: rotate(90deg);
  transition: all 300ms;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .infolist_accordion_style .infolist_text > h3 {
    text-decoration: underline;
  }
  .infolist_accordion_style .infolist_text > h3::before {
    display: none;
  }
}
.infolist_accordion_style .infolist_text:hover > h3, .infolist_accordion_style .infolist_text:focus > h3 {
  background: #dfdfdf;
}
.infolist_accordion_style .infolist_text:focus > p {
  letter-spacing: calc((0.75rem + 0.25 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.75rem;
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > p {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > p {
    font-size: 1rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > p {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.685em;
  transform-origin: top;
  transition: all 300ms;
}

.infolist_text_fader_style .infolist_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.infolist_text_fader_style .infolist_text > h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0 2.74em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > p {
  margin: 0;
  padding: 2.74em;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(1.875rem);
}
.infolist_text_fader_style .infolist_text:hover, .infolist_text_fader_style .infolist_text:focus {
  background: rgba(173, 28, 26, 0.3);
}
.infolist_text_fader_style .infolist_text:hover > h3, .infolist_text_fader_style .infolist_text:focus > h3 {
  bottom: 50%;
  opacity: 0;
}
.infolist_text_fader_style .infolist_text:hover > p, .infolist_text_fader_style .infolist_text:focus > p {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

.job_benefit_overview .entry {
  display: flex;
  align-items: center;
}
.job_benefit_overview .entry .icon {
  display: block;
  margin-right: 1.37em;
  fill: #ad1c1a;
}
.job_benefit_overview .entry .icon svg {
  height: 3.75rem;
  width: 3.75rem;
}

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


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

.job_overview {
  margin-bottom: 2.74em;
  margin-top: 1.37em;
}
.job_overview .entry {
  position: relative;
  padding: 1.0275em 1.37em;
  background: #e7e7e7;
  border-radius: 0.875rem;
  margin-bottom: 0.685em;
  flex-grow: 1;
}
.job_overview .entry::after {
  bottom: 0;
  content: url("../../common/images/icons/ball.svg");
  right: 0;
  position: absolute;
  z-index: 1;
  height: 1.875rem;
  width: 1.875rem;
  fill: #ffffff;
  transform: scaleX(-1);
}
@media (min-width: 20rem) {
  .job_overview .entry::after {
    height: calc(1.875rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_overview .entry::after {
    height: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .job_overview .entry::after {
    width: calc(1.875rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_overview .entry::after {
    width: 3.75rem;
  }
}
.job_overview .entry .title {
  margin-bottom: 0;
  transition: all 300ms ease;
  z-index: 10;
}
.job_overview .entry:hover .title, .job_overview .entry:focus .title {
  transform: translateX(0.9375rem);
  color: #000000;
  transition: all 300ms ease;
}

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

.kanzlei_news_overview .entry {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0.685em;
}
.kanzlei_news_overview .entry .teaser_text {
  background: #ffffff;
  border-radius: 0.875rem;
  padding: 1.37em;
  margin-top: -1.37em;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  width: 100%;
}
.kanzlei_news_overview .entry .title {
  margin-bottom: 1.375rem;
  position: relative;
  color: #000000;
}
.kanzlei_news_overview .entry .title::after {
  background: #ad1c1a;
  bottom: -0.0625rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 6.25rem;
  z-index: 20;
  transition: all 300ms ease;
}
.kanzlei_news_overview .entry .image {
  margin-left: 1.37em;
  border-radius: 0.875rem;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.kanzlei_news_overview .entry .image img {
  transform: scale(1);
  transition: all 300ms ease;
}
.kanzlei_news_overview .entry:hover .title::after, .kanzlei_news_overview .entry:focus .title::after {
  width: 7.5rem;
  transition: all 300ms ease;
}
.kanzlei_news_overview .entry:hover img, .kanzlei_news_overview .entry:focus img {
  transform: scale(1.1);
  transition: all 300ms ease;
}

.kanzlei_news .image {
  margin: 0 0 1.37em 0;
}
@media (min-width: 47.5rem) {
  .kanzlei_news .image {
    float: right;
    margin: 0 0 1.37em 1.37em;
  }
}

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

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

.page_wrapper {
  overflow: hidden;
}

main {
  margin: 3.125rem 0;
}
@media (min-width: 61.875rem) {
  main {
    margin: 5rem 0;
  }
}

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

.newsletter_quick_subscribe form {
  display: block;
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe form {
    display: flex;
  }
}
.newsletter_quick_subscribe .entry {
  width: 100%;
}
.newsletter_quick_subscribe input[type=email] {
  appearance: none;
  background: #e7e7e7;
  border: 0.25rem solid #e7e7e7;
  border-radius: 0.875rem;
  box-shadow: 0 0 0 #e7e7e7 inset;
  color: #000000;
  margin: 0;
  padding: 0 0.685em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe input[type=email] {
    height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe input[type=email] {
    height: 2.75rem;
  }
}
.newsletter_quick_subscribe input[type=email]:focus {
  background: #ffffff;
  border-color: #ad1c1a;
  box-shadow: 0 0 0.75rem #ad1c1a inset, 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  color: #000000;
  outline: 0;
}
.newsletter_quick_subscribe button {
  background: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 1.37em;
  width: 100%;
  height: 2.75rem;
}
.newsletter_quick_subscribe button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button > span {
    min-height: 2.25rem;
  }
}
.newsletter_quick_subscribe button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter_quick_subscribe button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.newsletter_quick_subscribe button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.newsletter_quick_subscribe button .text + .icon {
  padding-left: 1.125rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button {
    height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button {
    height: 2.75rem;
  }
}
.newsletter_quick_subscribe button > span {
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .newsletter_quick_subscribe button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .newsletter_quick_subscribe button > span {
    min-height: 2.25rem;
  }
}
@media (min-width: 30rem) {
  .newsletter_quick_subscribe button {
    flex-shrink: 0;
    width: auto;
  }
}
.newsletter_quick_subscribe button:focus {
  box-shadow: 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.newsletter_quick_subscribe button:focus .icon svg {
  fill: #ffffff;
}

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

.toggle_offcanvas_menu {
  display: inline-block;
  position: relative;
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu label {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  height: 2.75rem;
  position: relative;
  user-select: none;
  z-index: 10;
}
.toggle_offcanvas_menu label .icon {
  height: 1.5rem;
  margin-right: 0.685em;
  position: relative;
  width: 1.875rem;
}
.toggle_offcanvas_menu label .line {
  background: #ffffff;
  display: block;
  height: 0.1875rem;
  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.1875rem / 2));
  transition: opacity 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0;
  transition: bottom 300ms, transform 300ms;
}
@media (max-width: 34.9375rem) {
  .toggle_offcanvas_menu label .text {
    display: none;
  }
}
.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(0, 0, 0, 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: 74.9375rem) {
  .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 .icon, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .icon, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .icon, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .icon {
  transform: rotate(180deg);
  transition: all 300ms ease;
}
.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.1875rem / 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.1875rem / 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: #ffffff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
  display: block;
  min-height: 100%;
  opacity: 0;
  padding: 1.37em 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.37em;
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content > ul > li.expanded .icon svg {
  fill: #ad1c1a;
  transform: rotate(-90deg);
  transition: transform 300ms ease;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "PT Sans", sans-serif;
  font-size: 120%;
  font-weight: 700;
  justify-content: space-between;
  line-height: 2.75rem;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a .icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a .icon svg {
  transform: rotate(90deg);
  transition: transform 300ms ease;
  transform-origin: center;
  fill: #000000;
  height: 1.25rem;
  width: 1.25rem;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  color: #ad1c1a;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active .icon svg {
  fill: #ad1c1a;
}
.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: #000000;
  display: block;
  padding: 0.3425em 1.37em 0.3425em 0;
  text-decoration: none;
  font-size: 105%;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  color: #ad1c1a;
}
.offcanvas_menu .offcanvas_menu_content > ul ul ul {
  border-bottom: 0.25rem solid #000000;
  border-top: 0.25rem solid #000000;
}

/* 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.685em;
  background: #e7e7e7;
  padding: 1.37em;
  border-radius: 0.875rem;
}
.onlinetools_popup_overview .description {
  display: block;
  margin-bottom: 0.685em;
}
.onlinetools_popup_overview .touch_link .title {
  margin: 0 0 0.3425em;
  padding: 0;
}

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

.popup_close {
  align-items: center;
  background: #ad1c1a;
  border-radius: 0.875rem 0.875rem 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.3914285714em;
  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: #ffffff;
  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: #ffffff;
  bottom: 0;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.16);
  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: #ffffff;
  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: #e7e7e7;
  cursor: move;
  position: relative;
  width: 100%;
  border-radius: 0.875rem;
  overflow: hidden;
}
@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(231, 231, 231, 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.37em 2.74em;
  text-align: center;
}
.open_street_map form {
  background: #e7e7e7;
  border-radius: 0.875rem;
  flex-grow: 1;
  padding: 2.74em 1.37em;
}
@media (max-width: 61.8125rem) {
  .open_street_map form {
    margin-top: 1.37em;
  }
}
.open_street_map form .disclaimer,
.open_street_map form .input {
  background: #ffffff;
}
.open_street_map .required_description {
  margin: 1.37em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.37em 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.37em 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.685em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.37em 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: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  border-radius: 0.875rem;
  color: #ffffff;
  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: #000000;
  border: 0.25rem solid #000000;
  box-shadow: 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  color: #ffffff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #000000;
  border: 0.25rem solid #000000;
  color: #ffffff;
}
.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: 3.25rem;
  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.685em;
  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.685em;
}
.opening_times .entries {
  display: flex;
  flex-wrap: wrap;
}
.opening_times .entry {
  margin-right: 2.055em;
}

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

.overview {
  margin-bottom: 4.11em;
}
.overview .entry {
  background: #e7e7e7;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  padding: 1.37em;
  position: relative;
  margin-bottom: 1.37em;
  flex-grow: 1;
  transition: transform 300ms ease;
}
.overview .entry:hover, .overview .entry:focus {
  transform: scale(1.05);
  transition: transform 300ms ease;
}
.overview .entry:hover .title:after, .overview .entry:focus .title:after {
  transition: width 300ms ease;
  width: 7.5rem;
}
.overview .entry .title {
  color: #000000;
  position: relative;
  margin-bottom: 1.375rem;
}
.overview .entry .title::after {
  background: #ad1c1a;
  bottom: -0.0625rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 6.25rem;
  z-index: 20;
  transition: width 300ms ease;
}
.overview .entry .description {
  margin-bottom: 0;
}

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

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

.links_overview {
  position: relative;
  z-index: 20;
  padding: 1.37em 0 8.125rem 1.37em;
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
}
@media (min-width: 20rem) {
  .links_overview {
    margin-top: calc(3.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .links_overview {
    margin-top: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .links_overview {
    align-items: flex-end;
  }
}
@media (min-width: 93.75rem) {
  .links_overview {
    margin-left: 4.375rem;
    transform: translateX(1.25rem);
  }
}
@media (min-width: 100rem) {
  .links_overview {
    margin-left: 6.25rem;
    transform: translateX(1.875rem);
  }
}
.links_overview::before {
  background: #e7e7e7;
  border-top-left-radius: 0.875rem;
  border-bottom-left-radius: 0.875rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: -312.5rem;
  top: 0;
  z-index: -1;
}
.links_overview::after {
  bottom: 0;
  content: url("../../common/images/icons/ball.svg");
  left: 0;
  position: absolute;
  z-index: -1;
  height: 8.75rem;
  width: 8.75rem;
  fill: #ffffff;
}
.links_overview .link_wrapper {
  display: flex;
}
@media (min-width: 61.875rem) {
  .links_overview .link_wrapper {
    justify-content: flex-end;
  }
}
.links_overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 61.875rem) {
  .links_overview ul {
    align-self: flex-end;
    flex-direction: column;
    align-items: flex-start;
    margin-right: -1.875rem;
  }
}
@media (min-width: 93.75rem) {
  .links_overview ul {
    margin-right: -3.125rem;
  }
}
.links_overview ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 1.125rem;
}
.links_overview ul a {
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 4.0625rem;
  margin-right: 1.37em;
  padding: 0 1.37em;
  position: relative;
  text-decoration: none;
  transition: all 300ms ease;
}
@media (min-width: 20rem) {
  .links_overview ul a {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .links_overview ul a {
    font-size: 1.25rem;
  }
}
@media (min-width: 61.875rem) {
  .links_overview ul a {
    padding-left: 1.37em;
    margin-right: 0;
  }
}
.links_overview ul a::after {
  background: #F3F3F3;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 300ms ease;
}
@media (min-width: 61.875rem) {
  .links_overview ul a::after {
    border-radius: 0;
    border-top-left-radius: 0.875rem;
    border-bottom-left-radius: 0.875rem;
    right: -62.5rem;
  }
}
.links_overview ul a:hover, .links_overview ul a:focus {
  transform: translateX(-0.9375rem);
  transition: all 300ms ease;
}
.links_overview ul a:hover:after, .links_overview ul a:focus:after {
  background: #ffffff;
  transition: all 300ms ease;
}

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0.875rem 0.875rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.75rem;
  width: 2.75rem;
}
form[role=search] button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.25rem;
  }
}
form[role=search] button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
form[role=search] button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
form[role=search] button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
form[role=search] button .text + .icon {
  padding-left: 1.125rem;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 2.75rem;
  }
}
@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 > span {
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 2.25rem;
  }
}
form[role=search] button[disabled] {
  background-color: #e7e7e7;
  border-color: #dadada;
  color: gray;
}
form[role=search] button[disabled] .icon {
  fill: #000000;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  position: relative;
  z-index: 10;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
form[role=search] button:focus .icon svg {
  fill: #ffffff;
}
form[role=search] button .icon {
  height: 2.25rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 2.25rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #e7e7e7;
  border: 0.25rem solid #e7e7e7;
  border-radius: 0.875rem 0 0 0.875rem;
  box-shadow: 0 0 0 #e7e7e7 inset;
  color: #000000;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0.685em;
  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: #ffffff;
  border-color: #ad1c1a;
  box-shadow: 0 0 0.75rem #ad1c1a inset, 0 0 0 0.75rem rgba(173, 28, 26, 0.2);
  color: #000000;
  outline: 0;
  position: relative;
  z-index: 10;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search dl {
  margin: 0 0 0.685em;
  padding-top: 0.3425em;
}
.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;
  margin-left: 4.11em;
}
@media (max-width: 34.9375rem) {
  .top_header .toggle_search_box {
    display: none;
  }
}
.search_box_offcanvas .toggle_search_box {
  margin: 1.37em;
}
.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: #ad1c1a;
}
.toggle_search_box a {
  fill: #ffffff;
}
.search_box_offcanvas .toggle_search_box a {
  fill: #000000;
}
@media (min-width: 35rem) {
  .search_box_offcanvas .toggle_search_box a {
    display: none;
  }
}
.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.685em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  visibility: hidden;
  z-index: 9999;
}
.search_box .close_search_box_wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search_box .close_search_box_wrapper label {
  background: rgba(0, 0, 0, 0.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: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  border-radius: 0.875rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
  fill: #ffffff;
  height: 2.75rem;
  justify-content: center;
  padding: 0.25rem;
  position: absolute;
  right: 1.37em;
  top: 1.37em;
  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 .icon svg {
  height: 2.125rem;
  width: 2.125rem;
}
.search_box .close_search_box_wrapper .close_search_box:focus {
  background: #000000;
  border-color: #000000;
  outline: 0;
}
.search_box .close_search_box_wrapper .close_search_box:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon svg {
  fill: #ffffff;
}
.search_box form[role=search] {
  background: #ffffff;
  border: 0.625rem solid #ffffff;
  border-radius: 0.875rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
  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 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 2.75rem;
  }
}
.search_box form[role=search] button svg {
  height: 2rem;
  width: 2rem;
}
.search_box input[type=search] {
  flex: 1 1 auto;
  font-size: 115%;
  user-select: text;
}

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

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

.social_media_legal_notice {
  padding: 1.37em;
}
.social_media_legal_notice .company_logo {
  margin: 0 auto;
  max-width: 25rem;
  text-align: center;
}

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

.social_media_links {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 300;
  transform: translateY(-50%);
}
.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.social_media_links li {
  list-style: none;
  margin: 0;
  padding: 0 0 0.9375rem 0;
}
@media (min-width: 75rem) {
  .social_media_links li {
    padding: 0 0 1.5625rem 0;
  }
}
.social_media_links a {
  display: inline-block;
}
.social_media_links a:hover .icon, .social_media_links a:focus .icon {
  transform: scale(1.1);
  transition: all 300ms ease;
}
.social_media_links a .icon {
  align-items: center;
  border-radius: 0.25rem 0 0 0.25rem;
  background: #000000;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
  transform: scale(1);
  transition: all 300ms ease;
  transform-origin: right;
}
.social_media_links a svg {
  fill: #ffffff;
  height: 1.875rem;
  width: 1.875rem;
}

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

.team_overview .entry {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.37em;
}
@media (min-width: 35rem) {
  .team_overview .entry {
    flex-direction: row-reverse;
  }
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: block;
  margin: 0 1.37em 0 0;
  max-width: 13.75rem;
  min-width: 13.75rem;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  flex-grow: 1;
}
@media (max-width: 47.4375rem) {
  .team_overview .photo {
    max-width: 9.375rem;
    min-width: 9.375rem;
    margin-bottom: 0.685em;
  }
}
.team_overview .photo img {
  display: block;
  width: 100%;
}
.team_overview .info {
  background: #e7e7e7;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 1.37em 2.74em;
  width: 100%;
}
.team_overview .info .text {
  word-break: break-all;
}

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

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

.teaser_overview {
  position: relative;
}
.teaser_overview .overview_title {
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  left: -1.37em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 200;
}
@media (min-width: 93.75rem) {
  .teaser_overview .overview_title {
    font-size: 2rem;
  }
}
@media (min-width: 106.25rem) {
  .teaser_overview .overview_title {
    left: -5rem;
  }
}
@media (max-width: 61.8125rem) {
  .teaser_overview .overview_title {
    display: none;
  }
}
.teaser_overview .overview_title::after {
  background: #ffffff;
  bottom: -0.685em;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -0.685em;
  z-index: -1;
}
.teaser_overview .teaser_wrapper {
  position: relative;
  z-index: 10;
}
.startpage .teaser_overview .teaser_wrapper::before {
  background: #000000;
  bottom: -1.37em;
  top: -1.37em;
  content: 0;
  left: -1.37em;
  position: absolute;
  transform: translateX(-50%);
  width: 0.0625rem;
  z-index: 100;
}
@media (max-width: 61.8125rem) {
  .startpage .teaser_overview .teaser_wrapper::before {
    display: none;
  }
}
@media (min-width: 106.25rem) {
  .startpage .teaser_overview .teaser_wrapper::before {
    left: -4.0625rem;
  }
}
.teaser_overview.digitalisierung_partner_teaser .teaser {
  border-radius: 0.875rem;
  background: #ad1c1a;
  color: #ffffff;
  padding: 1.37em;
  margin-bottom: 0.685em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.teaser_overview.digitalisierung_partner_teaser .teaser.dark {
  background: #2d2d2d;
}
.teaser_overview.digitalisierung_partner_teaser .teaser .title {
  color: #ffffff;
  padding-top: 0;
}
.teaser_overview.digitalisierung_partner_teaser .content_wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teaser_overview.digitalisierung_partner_teaser a {
  color: #ffffff;
  text-decoration: none;
}
.teaser_overview.digitalisierung_partner_teaser a span {
  display: flex;
  align-items: center;
}
.teaser_overview.digitalisierung_partner_teaser a .text {
  font-weight: 700;
  margin-right: 0.3125rem;
  transition: margin 300ms ease;
}
.teaser_overview.digitalisierung_partner_teaser a .icon svg {
  height: 1.375rem;
  width: 1.375rem;
  fill: #ffffff;
}
.teaser_overview.digitalisierung_partner_teaser a:hover .text, .teaser_overview.digitalisierung_partner_teaser a:focus .text {
  margin-right: 0.9375rem;
  transition: margin 300ms ease;
}
.teaser_overview.fastdocs_teaser .teaser {
  display: block;
  background: #e7e7e7;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  padding: 1.37em;
  position: relative;
  margin-bottom: 1.37em;
  flex-grow: 1;
  transition: transform 300ms ease;
  text-decoration: none;
}
.teaser_overview.fastdocs_teaser .teaser .title {
  color: #000000;
  padding-top: 0;
}
.teaser_overview.fastdocs_teaser .teaser .description {
  margin-bottom: 0;
}
.teaser_overview.fastdocs_teaser .teaser a {
  display: block;
  margin-top: 2.055em;
  text-decoration: none;
}
.teaser_overview.fastdocs_teaser .teaser a span {
  display: flex;
  align-items: center;
}
.teaser_overview.fastdocs_teaser .teaser a .text {
  color: #000000;
  font-weight: 700;
  margin-right: 0.3125rem;
  transition: margin 300ms ease;
}
.teaser_overview.fastdocs_teaser .teaser a .icon svg {
  height: 1.375rem;
  width: 1.375rem;
  fill: #000000;
}
.teaser_overview.fastdocs_teaser .teaser a:hover .text, .teaser_overview.fastdocs_teaser .teaser a:focus .text {
  margin-right: 0.9375rem;
  transition: margin 300ms ease;
}
.teaser_overview.sidebar_teaser {
  margin-top: -5.48em;
  position: relative;
  z-index: 500;
}
.teaser_overview.sidebar_teaser .teaser {
  align-items: center;
  background: #e7e7e7;
  border-radius: 0.875rem;
  color: #000000;
  display: flex;
  flex-grow: 1;
  margin-bottom: 1.37em;
  padding: 1.37em 2.055em 1.37em 1.37em;
  text-decoration: none;
  transition: transform 300ms ease;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 61.875rem) {
  .teaser_overview.sidebar_teaser .teaser {
    transform-origin: right top;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 75rem) {
  .teaser_overview.sidebar_teaser .teaser {
    flex-direction: row;
    align-items: center;
  }
}
.teaser_overview.sidebar_teaser .teaser .content_wrapper {
  width: 100%;
}
.teaser_overview.sidebar_teaser .teaser .title {
  display: block;
  padding-top: 0;
}
.teaser_overview.sidebar_teaser .teaser .icon {
  margin-right: 2.1875rem;
}
.teaser_overview.sidebar_teaser .teaser .icon svg {
  height: 3.75rem;
  width: 3.75rem;
  fill: #000000;
}
.teaser_overview.sidebar_teaser .teaser:hover, .teaser_overview.sidebar_teaser .teaser:focus {
  transform: scale(1.04);
  transition: transform 300ms ease;
}
.startpage .teaser_overview.picture_teaser .teaser_wrapper:before {
  content: "";
}
.teaser_overview.picture_teaser.datev_picture_teaser {
  margin-top: 2.74em;
}
.teaser_overview.picture_teaser .teaser {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3.125rem;
  min-height: 0.0625rem;
}
@media (min-width: 20rem) {
  .teaser_overview.picture_teaser .teaser {
    margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser .teaser {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser .teaser {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 61.8125rem) {
  .teaser_overview.picture_teaser .teaser {
    align-items: flex-start;
  }
}
.teaser_overview.picture_teaser .teaser .content_wrapper {
  background: #ffffff;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  border-radius: 0.875rem;
  padding: 1.37em 2.74em;
}
@media (max-width: 61.8125rem) {
  .teaser_overview.picture_teaser .teaser .content_wrapper {
    max-width: 80%;
    margin-bottom: -2.74em;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser .teaser .content_wrapper {
    margin-right: -1.875rem;
    min-width: 45%;
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser .teaser .content_wrapper {
    min-width: 45%;
  }
}
@media (min-width: 75rem) {
  .teaser_overview.picture_teaser .teaser .content_wrapper {
    margin-right: -5rem;
  }
}
.teaser_overview.picture_teaser .teaser .title {
  margin-bottom: 1.375rem;
  position: relative;
  padding-top: 0;
}
.teaser_overview.picture_teaser .teaser .title::after {
  background: #ad1c1a;
  bottom: -0.0625rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 6.25rem;
  z-index: 20;
}
.teaser_overview.picture_teaser .teaser .image {
  align-items: center;
  border-radius: 0.875rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 61.8125rem) {
  .teaser_overview.picture_teaser .teaser .image {
    max-height: 21.875rem;
  }
}
@media (max-width: 47.4375rem) {
  .teaser_overview.picture_teaser .teaser .image {
    max-height: 15.625rem;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser .teaser .image {
    min-width: 50%;
    max-width: 50%;
    border-radius: 0;
    border-bottom-left-radius: 0.875rem;
    border-top-left-radius: 0.875rem;
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser .teaser .image {
    min-width: 60%;
    max-width: 60%;
  }
}
.teaser_overview.picture_teaser .teaser .image img {
  width: 100%;
}
.teaser_overview.picture_teaser .teaser .button {
  margin-left: 1.875rem;
  margin-top: 1.875rem;
  position: relative;
  z-index: 0;
  padding: 0 2.74em;
}
.teaser_overview.picture_teaser .teaser .button .icon {
  display: block;
  left: -2.8125rem;
  opacity: 0.3;
  position: absolute;
  top: -1.875rem;
  z-index: -1;
}
.teaser_overview.picture_teaser .teaser .button .icon svg {
  fill: #000000 !important;
  height: 3rem !important;
  width: 3rem !important;
}
.teaser_overview.picture_teaser .teaser .button .text {
  font-family: "PT Sans", sans-serif;
  letter-spacing: calc((1rem + 0.5 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 1rem;
  font-weight: 400 !important;
}
@media (min-width: 20rem) {
  .teaser_overview.picture_teaser .teaser .button .text {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser .teaser .button .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 61.8125rem) {
  .teaser_overview.picture_teaser .teaser.picture_left {
    align-items: flex-end;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser .teaser.picture_left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser .teaser.picture_left .content_wrapper {
    margin-left: -1.875rem;
    margin-right: 0;
  }
}
@media (min-width: 75rem) {
  .teaser_overview.picture_teaser .teaser.picture_left .content_wrapper {
    margin-left: -5rem;
    margin-right: 0;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser .teaser.picture_left .image {
    border-radius: 0;
    border-bottom-right-radius: 0.875rem;
    border-top-right-radius: 0.875rem;
  }
}
.teaser_overview.picture_teaser .teaser.black_button .button {
  background: #000000;
  border: 0.25rem solid #000000;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.teaser_overview.picture_teaser .teaser.black_button .button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .teaser_overview.picture_teaser .teaser.black_button .button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser .teaser.black_button .button > span {
    min-height: 2.25rem;
  }
}
.teaser_overview.picture_teaser .teaser.black_button .button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser_overview.picture_teaser .teaser.black_button .button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.teaser_overview.picture_teaser .teaser.black_button .button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.teaser_overview.picture_teaser .teaser.black_button .button .text + .icon {
  padding-left: 1.125rem;
}
.teaser_overview.picture_teaser .teaser.black_button .button:hover {
  background: #ad1c1a;
  border-color: #ad1c1a;
  color: #ffffff;
}
.teaser_overview.picture_teaser .teaser.black_button .button:hover .icon svg {
  fill: #ffffff;
}
.teaser_overview.picture_teaser.digital_teaser .teaser {
  align-items: flex-start;
  margin-bottom: 0;
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser.digital_teaser .teaser .content_wrapper {
    margin-top: -3.125rem;
  }
}
.teaser_overview.picture_teaser.digital_teaser .teaser.picture_left {
  align-items: flex-end;
  margin-bottom: 3.125rem;
}
@media (min-width: 20rem) {
  .teaser_overview.picture_teaser.digital_teaser .teaser.picture_left {
    margin-bottom: calc(3.125rem + 9.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser.digital_teaser .teaser.picture_left {
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 61.875rem) {
  .teaser_overview.picture_teaser.digital_teaser .teaser.picture_left .content_wrapper {
    margin-bottom: -3.125rem;
  }
}
.teaser_overview.picture_teaser.digital_teaser .teaser .image {
  border-radius: 0.875rem;
}
.teaser_overview.picture_teaser.digital_teaser .button {
  margin-left: 0;
  margin-top: 1.875rem;
  position: relative;
  z-index: 0;
  background: #ad1c1a;
  border: 0.25rem solid #ad1c1a;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.teaser_overview.picture_teaser.digital_teaser .button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.25rem;
}
@media (min-width: 20rem) {
  .teaser_overview.picture_teaser.digital_teaser .button > span {
    min-height: calc(2.25rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser.digital_teaser .button > span {
    min-height: 2.25rem;
  }
}
.teaser_overview.picture_teaser.digital_teaser .button .icon {
  flex-shrink: 0;
  transition: fill 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser_overview.picture_teaser.digital_teaser .button .icon svg {
  fill: #ffffff;
  height: 0.8125rem;
  width: 0.8125rem;
}
.teaser_overview.picture_teaser.digital_teaser .button .text {
  font-weight: 700;
  padding: 0.3425em 0;
}
.teaser_overview.picture_teaser.digital_teaser .button .text + .icon {
  padding-left: 1.125rem;
}
.teaser_overview.picture_teaser.digital_teaser .button .text {
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  letter-spacing: calc((0.75rem + 0.25 * (100vw - 20rem) / (73.75)) / 1000 * 0);
  font-size: 0.75rem;
}
@media (min-width: 20rem) {
  .teaser_overview.picture_teaser.digital_teaser .button .text {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.picture_teaser.digital_teaser .button .text {
    font-size: 1rem;
  }
}
.teaser_overview.picture_teaser.digital_teaser .content_wrapper {
  background: #e7e7e7;
}
.teaser_overview.leistungen_teaser {
  background: #2d2d2d;
  padding: 8.22em 0;
  position: relative;
  margin-bottom: 3.125rem;
}
@media (min-width: 20rem) {
  .teaser_overview.leistungen_teaser {
    margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.leistungen_teaser {
    margin-bottom: 6.25rem;
  }
}
.teaser_overview.leistungen_teaser::after {
  background: #2d2d2d;
  bottom: 0;
  content: "";
  left: -250rem;
  position: absolute;
  right: -250rem;
  top: 0;
  z-index: -1;
}
.teaser_overview.leistungen_teaser:before {
  content: url("../../common/images/icons/logo_icon.svg");
  left: -4.11em;
  position: absolute;
  right: 0;
  top: 2.74em;
  z-index: 1;
  width: 100%;
}
@media (min-width: 75rem) {
  .teaser_overview.leistungen_teaser:before {
    max-width: 70%;
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.leistungen_teaser:before {
    max-width: 54%;
  }
}
.teaser_overview.leistungen_teaser .overview_title {
  left: auto;
  right: -1.37em;
  color: #ffffff;
  transform: translateY(-50%) rotate(0);
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
@media (min-width: 106.25rem) {
  .teaser_overview.leistungen_teaser .overview_title {
    right: -5rem;
  }
}
.teaser_overview.leistungen_teaser .overview_title::after {
  background: #2d2d2d;
  bottom: -0.685em;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -0.685em;
  z-index: -1;
}
.startpage .teaser_overview.leistungen_teaser .teaser_wrapper::before {
  background: #ffffff;
  left: auto;
  right: -1.37em;
  content: "";
  top: -2.74em;
  bottom: -2.74em;
}
@media (min-width: 106.25rem) {
  .startpage .teaser_overview.leistungen_teaser .teaser_wrapper::before {
    right: -4.0625rem;
  }
}
.teaser_overview.leistungen_teaser .teaser {
  background: #e7e7e7;
  padding: 2.74em;
  display: flex;
  border-radius: 0.875rem;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  transition: all 300ms ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 93.6875rem) {
  .teaser_overview.leistungen_teaser .teaser {
    margin-bottom: 1.37em;
  }
}
.teaser_overview.leistungen_teaser .teaser:hover, .teaser_overview.leistungen_teaser .teaser:focus {
  background: #cecece;
  transform: scale(1.03);
  transition: all 300ms ease;
}
.teaser_overview.leistungen_teaser .teaser:hover .icon, .teaser_overview.leistungen_teaser .teaser:focus .icon {
  background: #F3F3F3;
  transition: all 300ms ease;
}
.teaser_overview.leistungen_teaser .teaser:hover .bg_icon svg, .teaser_overview.leistungen_teaser .teaser:focus .bg_icon svg {
  fill: #CCCCCC;
  transition: fill 300ms ease;
}
.teaser_overview.leistungen_teaser .content_wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 100;
}
.teaser_overview.leistungen_teaser .content_wrapper .content {
  margin-bottom: 2.5rem;
  width: 100%;
}
.teaser_overview.leistungen_teaser .icon {
  background: #cecece;
  border-top-right-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
  height: 4.375rem;
  width: 6.25rem;
  margin-bottom: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  position: relative;
  z-index: 20;
}
.teaser_overview.leistungen_teaser .icon svg {
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  fill: #000000;
  align-self: center;
}
.teaser_overview.leistungen_teaser .bg_icon {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.teaser_overview.leistungen_teaser .bg_icon svg {
  height: 18.75rem;
  width: 18.75rem;
  fill: #EEEEEE;
  transition: fill 300ms ease;
}
.teaser_overview.center .teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

[role=tooltip] {
  background: #e7e7e7;
  border: 0.25rem solid #000000;
  border-radius: 0.875rem;
  bottom: 100%;
  color: #000000;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.37;
  padding: 0.685em;
  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: #e7e7e7;
  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: #000000;
  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.685em 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: #ad1c1a;
  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.37em;
}

.video_wrapper {
  height: 0;
  margin-bottom: 1.37em;
  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.685em;
}
.video_preview .entry {
  display: flex;
  margin-bottom: 1.37em;
}
.video_preview figure {
  flex: 0 0 auto;
  margin: 0;
  order: 1;
  padding-right: 1.37em;
}
.video_preview .teaser_text {
  order: 2;
}
.video_preview .video_play {
  position: relative;
}
.video_preview .video_play .icon {
  fill: #ad1c1a;
  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: #ad1c1a;
  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/youtube_player.scss */

.youtube_wrapper {
  height: 0;
  margin-bottom: 1.37em;
  padding-top: 56.25%;
  position: relative;
}
.youtube_wrapper.show_message {
  min-height: 18.75rem;
}
.youtube_wrapper.show_message .overlay {
  opacity: 1;
  visibility: visible;
}
.youtube_wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube_wrapper .overlay {
  align-items: center;
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  min-height: 100%;
  opacity: 0;
  padding: 1.0275em;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media (min-width: 30rem) {
  .youtube_wrapper .overlay {
    padding: 1.37em;
  }
}
.youtube_wrapper .overlay .text_wrapper a {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .youtube_wrapper .overlay {
    height: 100%;
  }
}
.youtube_wrapper .text_wrapper {
  margin: 0 auto;
  max-width: 37.5rem;
  width: 100%;
}
.youtube_wrapper .button {
  hyphens: none;
  margin-top: 1.37em;
}

