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

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

abbr {
  text-decoration: none;
}

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

.accordion:not(.accordion_leistung) [role=tablist] {
  margin-bottom: 1.5em;
}
.accordion:not(.accordion_leistung) * + [role=tablist] {
  margin-top: 1.5em;
}
.accordion:not(.accordion_leistung) [role=tab] {
  align-items: center;
  border-top: 0.0625rem solid #d9d9d9;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  margin: 0 0 0.375em;
  min-width: 100%;
  padding: 0.75em 0;
  transition: border-color 300ms;
}
.accordion:not(.accordion_leistung) [role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion:not(.accordion_leistung) [role=tab] .icon {
  display: block;
  fill: #009640;
  height: 1.5rem;
  transform: rotate(90deg);
  transition: fill 300ms;
  width: 1.5rem;
}
.accordion:not(.accordion_leistung) [role=tab] .icon svg {
  display: block;
}
.accordion:not(.accordion_leistung) [role=tab][aria-expanded=true] {
  border-color: #009640;
}
.accordion:not(.accordion_leistung) [role=tab][aria-expanded=true] .icon {
  fill: #354151;
  transform: rotate(-90deg);
}
.accordion:not(.accordion_leistung) [role=tab]:focus {
  border-color: #009640;
  outline: 0;
}
.accordion:not(.accordion_leistung) [role=tab]:focus .title {
  color: #009640;
}
.accordion:not(.accordion_leistung) [role=tab]:focus .icon, .accordion:not(.accordion_leistung) [role=tab]:hover .icon {
  fill: #354151;
}
.accordion:not(.accordion_leistung) [role=tabpanel] {
  height: auto;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.accordion:not(.accordion_leistung) [role=tabpanel][aria-hidden=false] {
  margin: 1.5em 0;
  max-height: none;
}
.accordion:not(.accordion_leistung) [role=tabpanel].animated {
  transition: all 600ms;
}

.accordion_leistung [role=tab] {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  margin: 0;
  min-width: 100%;
  padding: 1.125em 0;
  position: relative;
  z-index: 1;
}
.accordion_leistung [role=tab]:before {
  background: #009640;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 300ms;
}
.accordion_leistung [role=tab] .title {
  margin-right: 0.75em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  z-index: 1;
}
.accordion_leistung [role=tab] .icon {
  display: block;
  fill: #fff;
  height: 1.5rem;
  position: relative;
  transform: rotate(90deg);
  width: 1.5rem;
  z-index: 1;
}
.accordion_leistung [role=tab] .icon svg {
  display: block;
}
.accordion_leistung [role=tab][aria-expanded=true]:before {
  background: #354151;
}
.accordion_leistung [role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
.accordion_leistung [role=tab]:focus {
  outline: 0;
}
.accordion_leistung [role=tab]:focus:before, .accordion_leistung [role=tab]:hover:before {
  background: #354151;
}
.accordion_leistung [role=tabpanel] {
  height: auto;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding-right: 2.25em;
  position: relative;
  transition: opacity 300ms;
  z-index: 1;
}
.accordion_leistung [role=tabpanel]:before {
  background: #354151;
  bottom: 0;
  content: "";
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion_leistung [role=tabpanel][aria-hidden=false] {
  max-height: none;
  opacity: 1;
}
.accordion_leistung [role=tabpanel].animated {
  transition: 600ms;
}
.accordion_leistung [role=tabpanel] p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.accordion_leistung .link {
  display: inline-flex;
  margin: 0 0 1.5em 0;
  outline-color: #fff;
  position: relative;
  text-decoration: none;
  user-select: none;
  z-index: 1;
}
.accordion_leistung .link > span {
  align-items: center;
  display: flex;
}
.accordion_leistung .link .icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-left: 0.5em;
  transition: margin-left 300ms;
  width: 0.8125rem;
}
.accordion_leistung .link .icon svg {
  display: block;
}
.accordion_leistung .link .text {
  color: #fff;
  font-weight: 600;
}
.accordion_leistung .link:focus .text, .accordion_leistung .link:hover .text {
  text-decoration: underline;
}
.accordion_leistung .link:focus .icon, .accordion_leistung .link:hover .icon {
  margin-left: 0.75em;
}
.accordion_leistung .bg_image {
  background-color: #f2f2f2;
  background-position: center center;
  background-size: cover;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 0rem) {
  .accordion_leistung .bg_image {
    left: calc(-0.9375rem + -2.1875 * (100vw - 0rem) / (61.875));
  }
}
@media (min-width: 61.875rem) {
  .accordion_leistung .bg_image {
    left: -3.125rem;
  }
}
@media (min-width: 61.875rem) {
  .accordion_leistung .bg_image {
    left: calc(-3.125rem + -30 * (100vw - 61.875rem) / (98.125));
  }
}
@media (min-width: 160rem) {
  .accordion_leistung .bg_image {
    left: -33.125rem;
  }
}
.accordion_leistung .entry {
  position: relative;
  height: 17.5rem;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .accordion_leistung .entry {
    height: calc(17.5rem + 13.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .accordion_leistung .entry {
    height: 31.25rem;
  }
}
@media (min-width: 20rem) {
  .accordion_leistung .entry {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .accordion_leistung .entry {
    margin-bottom: 3em;
  }
}
.accordion_leistung .entry.right [role=tab] {
  padding-left: 0.75em;
}
@media (min-width: 20rem) {
  .accordion_leistung .entry.right [role=tab] {
    padding-left: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .accordion_leistung .entry.right [role=tab] {
    padding-left: 1.5em;
  }
}
.accordion_leistung .entry.right [role=tab]:before {
  border-top-left-radius: 0.3125rem;
  left: 0;
  right: -624.9375rem;
}
.accordion_leistung .entry.right [role=tabpanel] {
  padding-left: 1.5em;
}
@media (min-width: 20rem) {
  .accordion_leistung .entry.right [role=tabpanel] {
    padding-left: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .accordion_leistung .entry.right [role=tabpanel] {
    padding-left: 3em;
  }
}
.accordion_leistung .entry.right [role=tabpanel]:before {
  left: 0;
  right: -624.9375rem;
}
.accordion_leistung .entry.right .bg_image {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.3125rem;
  left: 0;
}
@media (min-width: 0rem) {
  .accordion_leistung .entry.right .bg_image {
    right: calc(-0.9375rem + -2.1875 * (100vw - 0rem) / (61.875));
  }
}
@media (min-width: 61.875rem) {
  .accordion_leistung .entry.right .bg_image {
    right: -3.125rem;
  }
}
@media (min-width: 61.875rem) {
  .accordion_leistung .entry.right .bg_image {
    right: calc(-3.125rem + -30 * (100vw - 61.875rem) / (98.125));
  }
}
@media (min-width: 160rem) {
  .accordion_leistung .entry.right .bg_image {
    right: -33.125rem;
  }
}

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

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

.contact {
  display: flex;
}
.contact strong {
  font-weight: 400;
  margin-right: 0.375em;
}

.address_vcard_button {
  margin-bottom: 0.75em;
}

.address_call_button {
  margin-bottom: 0.75em;
}
@media (min-width: 47.5rem) {
  .address_call_button {
    display: none !important;
  }
}

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

aside.aside {
  padding-top: 2.25em;
}
@media (min-width: 61.875rem) {
  aside.aside {
    padding-top: calc(7.125em + 7.125 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 93.75rem) {
  aside.aside {
    padding-top: 14.25em;
  }
}

@media (min-width: 61.875rem) {
  body.no_aside_padding_top aside.aside {
    padding-top: 0;
  }
}

.news_entity aside.aside {
  padding-top: 0;
}

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

.atikon_logo {
  height: 100%;
}

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

.author_ver {
  display: none !important;
}
@media (min-width: 35rem) {
  .author_ver {
    display: block !important;
    fill: #a0a0a0;
    height: 4.6875rem;
    line-height: 4.6875rem;
    position: absolute;
    right: 0.3125rem;
    top: 50%;
    transform: translateY(-50%);
    transition: fill 300ms;
    width: 0.5625rem;
  }
}
@media (min-width: 75rem) {
  .author_ver {
    top: 0.4375rem;
    transform: translateY(0);
  }
}
.author_ver:hover {
  fill: #354151;
}

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

.background_image_slider_overview {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 3rem;
}
@media (min-width: 20rem) {
  .background_image_slider_overview {
    bottom: calc(3rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .background_image_slider_overview {
    bottom: 4.5rem;
  }
}
@media (min-width: 75rem) {
  .background_image_slider_overview {
    bottom: 0;
  }
}
.background_image_slider_overview .background_image_wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 600ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.background_image_slider_overview .background_image_wrapper .background_image {
  height: 100%;
  position: absolute;
  background-size: cover;
}
@media (min-width: 47.5rem) {
  .background_image_slider_overview .background_image_wrapper .background_image {
    background-size: cover;
  }
}
.background_image_slider_overview .background_image_wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.background_image_slider_overview .navigation_wrapper {
  display: none;
}
@media (min-width: 35rem) {
  .background_image_slider_overview .navigation_wrapper {
    bottom: 1.5em;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 100;
  }
}
.background_image_slider_overview .navigation_wrapper .container {
  bottom: 0;
  left: 0;
  margin: 0 auto !important;
  position: absolute;
  right: 0;
}
.background_image_slider_overview .navigation_wrapper .pagination {
  display: flex;
  justify-content: flex-end;
}
.background_image_slider_overview .navigation_wrapper .pagination .item {
  background: #fff;
  border-radius: 0.3125rem;
  cursor: pointer;
  display: flex;
  opacity: 0.5;
  transition: opacity 300ms;
  height: 1.125rem;
  margin-right: 0.5rem;
  width: 1.125rem;
}
@media (min-width: 20rem) {
  .background_image_slider_overview .navigation_wrapper .pagination .item {
    height: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .background_image_slider_overview .navigation_wrapper .pagination .item {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .background_image_slider_overview .navigation_wrapper .pagination .item {
    margin-right: calc(0.5rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .background_image_slider_overview .navigation_wrapper .pagination .item {
    margin-right: 0.625rem;
  }
}
@media (min-width: 20rem) {
  .background_image_slider_overview .navigation_wrapper .pagination .item {
    width: calc(1.125rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .background_image_slider_overview .navigation_wrapper .pagination .item {
    width: 1.375rem;
  }
}
.background_image_slider_overview .navigation_wrapper .pagination .item:last-child {
  margin-right: 0;
}
.background_image_slider_overview .navigation_wrapper .pagination .item.active {
  opacity: 1;
}
.background_image_slider_overview .navigation_wrapper > div:last-child {
  margin-right: 0;
}

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

.background_image {
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.background_image .wrap-slide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.background_image .wrap-slide .container {
  height: 100%;
}
.background_image .wrap-slide .wrap-slogan {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 2.25em;
}
@media (min-width: 35rem) {
  .background_image .wrap-slide .wrap-slogan {
    padding-bottom: 5.25em;
  }
}
.background_image .wrap-slide .slogan {
  margin: 0 0 0.75em;
  user-select: none;
  padding: 0;
  text-align: right;
}
.background_image .wrap-slide .slogan .sub {
  display: block;
  font-weight: 400;
}

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

.breadcrumbs {
  display: none;
}

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

.button {
  border-radius: 0.3125rem;
  padding: 0 1.5em;
  background: #009640;
  border: 0.0625rem solid #009640;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.5625rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 500;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.5em;
}
.button:focus {
  outline: 0;
  background: #354151;
  border-color: #354151;
  color: #fff;
}
.button:focus .icon {
  fill: #fff;
}
.button:hover {
  background: #354151;
  border-color: #354151;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  background: #000000;
  border: 0.0625rem solid #000000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3.5625rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 500;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.5em;
}
.button.white {
  background: #fff;
  border: 0.0625rem solid #fff;
  color: #354151;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.white > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.white > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.white > span {
    min-height: 3.5625rem;
  }
}
.button.white .icon {
  fill: #354151;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.white .text {
  font-weight: 500;
  padding: 0.375em 0;
}
.button.white .icon + .text {
  padding-left: 0.5em;
}
.button.white:focus, .button.white:hover {
  background: #fff;
  border-color: #fff;
  color: #009640;
}
.button.white:focus .icon, .button.white:hover .icon {
  fill: #009640;
}
.button.white:active, .button.white.active {
  background: #000000;
  border: 0.0625rem solid #000000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.white:active > span, .button.white.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.white:active > span, .button.white.active > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.white:active > span, .button.white.active > span {
    min-height: 3.5625rem;
  }
}
.button.white:active .icon, .button.white.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.white:active .text, .button.white.active .text {
  font-weight: 500;
  padding: 0.375em 0;
}
.button.white:active .icon + .text, .button.white.active .icon + .text {
  padding-left: 0.5em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

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

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

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

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

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

header .company_logo {
  background: #009640;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  fill: #fff;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: 0% 0%;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 20rem) {
  header .company_logo {
    padding-bottom: calc(1.5625rem + 0.625 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-bottom: 2.1875rem;
  }
}
@media (min-width: 20rem) {
  header .company_logo {
    padding-top: calc(1.5625rem + 0.625 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-top: 2.1875rem;
  }
}
@media (min-width: 20rem) {
  header .company_logo {
    padding-left: calc(1.875rem + 0.9375 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-left: 2.8125rem;
  }
}
@media (min-width: 20rem) {
  header .company_logo {
    padding-right: calc(1.875rem + 0.9375 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-right: 2.8125rem;
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-bottom: calc(2.1875rem + 0.9375 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-top: calc(2.1875rem + 0.9375 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    padding-top: 3.125rem;
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-left: calc(2.8125rem + 1.25 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    padding-left: 4.0625rem;
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    padding-right: calc(2.8125rem + 1.25 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    padding-right: 4.0625rem;
  }
}
@media (min-width: 75rem) {
  header .company_logo {
    left: 50%;
    transform-origin: 50% 0%;
    transform: translateX(-50%);
  }
}

@media (min-width: 75rem) {
  body.scrolled_down header .company_logo {
    transform: translateX(-50%) scale(0.8);
    transition: transform 300ms;
    height: 12.125rem;
    padding: 0;
  }
}
@media (min-width: 75rem) and (min-width: 75rem) {
  body.scrolled_down header .company_logo {
    height: calc(12.125rem + 0.5625 * (100vw - 75rem) / (18.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  body.scrolled_down header .company_logo {
    height: 12.6875rem;
  }
}
@media (min-width: 75rem) {
  body.scrolled_down header .company_logo .img_container {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

footer .company_logo {
  fill: #009640;
  margin: 0 2.25em 1.5em 0;
}
@media (min-width: 47.5rem) {
  footer .company_logo {
    margin-bottom: 0;
  }
}
@media (min-width: 61.875rem) {
  footer .company_logo {
    margin-bottom: 1.5em;
    margin-left: 0;
  }
}
@media (min-width: 75rem) {
  footer .company_logo {
    margin-bottom: 1.4375rem;
  }
}

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

.cookie_banner {
  align-items: center;
  background: #354151;
  border-top: 0.0625rem solid #354151;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 1em;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 9000;
}
@media (min-width: 35rem) {
  .cookie_banner {
    flex-direction: row;
    text-align: left;
  }
}
.cookie_banner a:not(.close) {
  color: #fff;
  outline-color: #fff;
}
.cookie_banner p {
  color: #fff;
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 1 0 auto;
  margin: 1em 0 0 0;
}
@media (min-width: 35rem) {
  .cookie_banner .close {
    margin: 0 0 0 1em;
  }
}

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

.disclaimer {
  background: #354151;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 85%;
  margin: 1.5em 0;
  padding: 1em 1.5em;
}
.disclaimer a {
  color: #fff;
  display: inline;
  outline-color: #fff;
}

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

.down_arrow {
  bottom: 0.75rem;
  display: block;
  left: 50%;
  line-height: 0;
  position: absolute;
  z-index: 10;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 20rem) {
  .down_arrow {
    height: calc(1.5rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    height: 3rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    width: calc(1.5rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    width: 3rem;
  }
}
@media (min-width: 75rem) {
  .down_arrow {
    animation: bounce 1.8s infinite;
    bottom: 1.5em;
    outline-color: #fff !important;
  }
}
.down_arrow .icon {
  display: block;
  fill: #354151;
  height: 100%;
  transform: rotate(90deg);
  transition: fill 300ms, opacity 300ms;
  width: 100%;
}
@media (min-width: 75rem) {
  .down_arrow .icon {
    fill: #fff;
    opacity: 0.5;
  }
}
.down_arrow .icon svg {
  display: block;
}
.down_arrow:focus .icon, .down_arrow:hover .icon {
  fill: #009640;
}
@media (min-width: 75rem) {
  .down_arrow:focus .icon, .down_arrow:hover .icon {
    fill: #fff;
    opacity: 1;
  }
}

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

.download_overview {
  margin-bottom: 0.75em;
}
.download_overview .touch_link {
  display: flex;
}
.download_overview .touch_link .title_wrapper {
  margin: 0;
  padding: 0;
}
.download_overview .touch_link .title {
  font-weight: 600;
}
.download_overview .icon {
  fill: #354151;
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: 0.75em;
  margin-top: 0.15em;
  width: 1.5rem;
}
.download_overview .icon_doc {
  fill: #2a5699;
}
.download_overview .icon_xls {
  fill: #009640;
}
.download_overview .icon_pdf {
  fill: #e44e4e;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 75rem) {
  .dropdown_menu {
    display: block;
    padding: 2.625em 0;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #354151;
  font-weight: 600;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  margin-top: 0.75em;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li:nth-child(1), .dropdown_menu > ul > li:nth-child(2) {
  margin-right: 1.875rem;
}
@media (min-width: 75rem) {
  .dropdown_menu > ul > li:nth-child(1), .dropdown_menu > ul > li:nth-child(2) {
    margin-right: calc(1.875rem + 3.4375 * (100vw - 75rem) / (45));
  }
}
@media (min-width: 120rem) {
  .dropdown_menu > ul > li:nth-child(1), .dropdown_menu > ul > li:nth-child(2) {
    margin-right: 5.3125rem;
  }
}
.dropdown_menu > ul > li:nth-child(3) {
  margin-right: auto;
}
.dropdown_menu > ul > li:nth-child(4), .dropdown_menu > ul > li:nth-child(5), .dropdown_menu > ul > li:nth-child(6) {
  margin-right: 0.9375rem;
}
@media (min-width: 75rem) {
  .dropdown_menu > ul > li:nth-child(4), .dropdown_menu > ul > li:nth-child(5), .dropdown_menu > ul > li:nth-child(6) {
    margin-right: calc(0.9375rem + 3.4375 * (100vw - 75rem) / (45));
  }
}
@media (min-width: 120rem) {
  .dropdown_menu > ul > li:nth-child(4), .dropdown_menu > ul > li:nth-child(5), .dropdown_menu > ul > li:nth-child(6) {
    margin-right: 4.375rem;
  }
}
.dropdown_menu > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 109.375rem) {
  .dropdown_menu > ul > li:last-child ul {
    left: auto;
    margin-right: -1.5em;
    right: 0;
    transform: translateX(0);
  }
  .dropdown_menu > ul > li:last-child ul a {
    text-align: right;
  }
}
.dropdown_menu > ul > li > a {
  align-items: center;
  display: block;
  font-size: 110%;
  hyphens: none;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown_menu > ul > li > a:before {
  color: transparent;
  content: attr(data-title);
  display: block;
  font-weight: 600;
  height: 0.0625rem;
  overflow: hidden;
  visibility: hidden;
}
.dropdown_menu > ul > li > a.active, .dropdown_menu > ul > li > a:focus, .dropdown_menu > ul > li > a:hover {
  font-weight: 600;
}
.dropdown_menu > ul > li > a.active {
  color: #009640;
}
.dropdown_menu > ul > li > a:focus, .dropdown_menu > ul > li > a:hover {
  color: #354151;
}
.dropdown_menu > ul > li:nth-child(1) ul {
  left: 120%;
}
@media (min-width: 106.25rem) {
  .dropdown_menu > ul > li:nth-child(1) ul {
    left: 50%;
  }
}
.dropdown_menu > ul > li:nth-child(6) ul {
  left: 50%;
}
@media (min-width: 106.25rem) {
  .dropdown_menu > ul > li:nth-child(6) ul {
    left: 50%;
  }
}
.dropdown_menu > ul > li ul {
  background: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  left: 50%;
  opacity: 0;
  padding: 0.75em 1.5em;
  position: absolute;
  transform-origin: 50% 0;
  transform: translateX(-50%) scaleY(0.75);
  transition: opacity 300ms, margin 300ms, transform 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  margin-top: 0.75em;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  display: block;
  hyphens: none;
  justify-content: space-between;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu > ul > li ul a:before {
  color: transparent;
  content: attr(data-title);
  display: block;
  font-weight: 600;
  height: 0.0625rem;
  overflow: hidden;
  visibility: hidden;
}
.dropdown_menu > ul > li ul a.active {
  color: #009640;
  font-weight: 600;
}
.dropdown_menu > ul > li ul a:focus, .dropdown_menu > ul > li ul a:hover {
  color: #354151;
  font-weight: 600;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li:nth-child(1) ul {
  left: 150%;
}
@media (min-width: 106.25rem) {
  .dropdown_menu > ul > li:nth-child(1) ul {
    left: 50%;
  }
}
.dropdown_menu > ul > li:nth-child(6) ul {
  left: auto;
}
@media (min-width: 106.25rem) {
  .dropdown_menu > ul > li:nth-child(6) ul {
    left: 50%;
  }
}

body.scrolled_down .dropdown_menu {
  padding: 1.875em 0;
  transition: padding 300ms;
}

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

footer {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  footer {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer {
    margin-bottom: 3em;
  }
}
footer .bg-footer {
  background-color: #009640;
  background-image: url("../../common/images/web_bg-footer.jpg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 61.875rem) {
  footer .bg-footer {
    left: calc(0rem + -5 * (100vw - 61.875rem) / (58.125));
  }
}
@media (min-width: 120rem) {
  footer .bg-footer {
    left: -5rem;
  }
}
@media (min-width: 61.875rem) {
  footer .bg-footer {
    background-position: center center;
  }
}
footer .wrap-first {
  margin-bottom: 1.5em;
  position: relative;
  height: 10rem;
}
@media (min-width: 20rem) {
  footer .wrap-first {
    height: calc(10rem + 6.25 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  footer .wrap-first {
    height: 16.25rem;
  }
}
@media (min-width: 61.875rem) {
  footer .wrap-first {
    height: 100%;
    margin-bottom: 0;
  }
}
footer .wrap-first:before {
  background: #009640;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 95%;
  top: 0;
  z-index: -1;
}
footer .wrap-last {
  height: 100%;
  position: relative;
  padding-bottom: 2.25em;
  padding-top: 2.25em;
}
@media (min-width: 20rem) {
  footer .wrap-last {
    padding-bottom: calc(2.25em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-last {
    padding-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  footer .wrap-last {
    padding-left: calc(1.40625rem + 1.71875 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  footer .wrap-last {
    padding-left: 3.125rem;
  }
}
@media (min-width: 61.875rem) {
  footer .wrap-last {
    padding-left: calc(2.8125rem + 2.65625 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-last {
    padding-left: 5.46875rem;
  }
}
@media (min-width: 20rem) {
  footer .wrap-last {
    padding-top: calc(2.25em + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-last {
    padding-top: 6em;
  }
}
footer .wrap-last:before {
  background: #fff;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  footer .wrap-last:before {
    right: calc(0rem + -5 * (100vw - 61.875rem) / (58.125));
  }
}
@media (min-width: 120rem) {
  footer .wrap-last:before {
    right: -5rem;
  }
}
footer .wrap-last:after {
  background: #009640;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  bottom: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: -624.9375rem;
  top: 0;
  z-index: -2;
}
@media (min-width: 47.5rem) {
  footer .wrap-flex {
    align-items: end;
    display: flex;
  }
}
@media (min-width: 61.875rem) {
  footer .wrap-flex {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 75rem) {
  footer .wrap-flex {
    align-items: end;
    flex-direction: row;
  }
}
@media (min-width: 100rem) {
  footer .contact_wrapper {
    flex-wrap: nowrap;
  }
}
footer .wrap-links {
  margin-top: 3em;
}
@media (min-width: 47.5rem) {
  footer .wrap-links {
    place-items: center;
  }
}
@media (min-width: 61.875rem) {
  footer .wrap-links {
    place-items: start;
  }
}
@media (min-width: 75rem) {
  footer .wrap-links {
    place-items: center;
  }
}
footer .wrap-address {
  margin-bottom: 0.3em;
}
footer .links_overview {
  user-select: none;
}
footer .links_overview a.active {
  font-weight: 600;
}
footer .links_overview ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .links_overview li {
  margin: 0;
  padding: 0;
}
footer .links_overview li:before {
  display: none;
}
footer .links_overview li:after {
  color: #000000;
  content: "|";
  display: inline-block;
  padding: 0 0.375rem 0 0.1875rem;
}
footer .links_overview li:last-child:after {
  display: none;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 1em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.6875rem;
  }
}
.file.error .file_name {
  border-color: #009640;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.3125rem 0 0 0.3125rem;
  color: #000000;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.5625rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.6875rem;
  }
}
.file .file_button {
  border-radius: 0 0.3125rem 0.3125rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #009640;
  border: 0.0625rem solid #009640;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.5625rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 500;
  padding: 0.375em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.5em;
}
.file .file_button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.5625rem;
  }
}
.file .file_button.focus {
  background: #354151;
  border-color: #354151;
  color: #fff;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.6875rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #354151;
  border-color: #354151;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  background: #000000;
  border: 0.0625rem solid #000000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.5625rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 500;
  padding: 0.375em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order12_xxxlarge {
    order: 12;
  }
}

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

header .wrap-menubar {
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
header .wrap-menubar .wrap-flex {
  position: relative;
  text-align: right;
}
@media (min-width: 75rem) {
  header .wrap-menubar .wrap-flex {
    text-align: left;
  }
}

.wrap-functions {
  display: none;
  position: absolute;
  right: 0.9375rem;
  z-index: 1;
}
@media (min-width: 30rem) {
  .wrap-functions {
    right: calc(1.171875rem + 3.828125 * (100vw - 30rem) / (63.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-functions {
    right: 5rem;
  }
}
@media (min-width: 30rem) {
  .wrap-functions {
    top: calc(1.171875rem + 3.828125 * (100vw - 30rem) / (63.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-functions {
    top: 5rem;
  }
}
@media (min-width: 35rem) {
  .wrap-functions {
    display: block;
  }
}
@media (min-width: 75rem) {
  .wrap-functions {
    top: 50%;
    transform: translateY(-50%);
  }
}
.wrap-functions li {
  margin-bottom: 0.9375rem;
}
.wrap-functions li:last-child {
  margin: 0;
}
.wrap-functions a.call, .wrap-functions a.mail, .wrap-functions a.route {
  background: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  display: block;
  height: 2.75rem;
  transition: background 300ms;
  width: 2.75rem;
}
.wrap-functions a.call .icon, .wrap-functions a.mail .icon, .wrap-functions a.route .icon {
  display: block;
  fill: #354151;
  height: 100%;
  padding: 0.4583333333rem;
  transition: fill 300ms;
  width: 100%;
}
.wrap-functions a.call .icon svg, .wrap-functions a.mail .icon svg, .wrap-functions a.route .icon svg {
  display: block;
}
.wrap-functions a.call.active, .wrap-functions a.mail.active, .wrap-functions a.route.active {
  background: #354151;
}
.wrap-functions a.call.active .icon, .wrap-functions a.mail.active .icon, .wrap-functions a.route.active .icon {
  fill: #fff;
}
.wrap-functions a.call.active:focus, .wrap-functions a.call.active:hover, .wrap-functions a.mail.active:focus, .wrap-functions a.mail.active:hover, .wrap-functions a.route.active:focus, .wrap-functions a.route.active:hover {
  background: #009640;
}
.wrap-functions a.call.active:focus .icon, .wrap-functions a.call.active:hover .icon, .wrap-functions a.mail.active:focus .icon, .wrap-functions a.mail.active:hover .icon, .wrap-functions a.route.active:focus .icon, .wrap-functions a.route.active:hover .icon {
  fill: #fff;
}
.wrap-functions a.call:focus .icon, .wrap-functions a.call:hover .icon, .wrap-functions a.mail:focus .icon, .wrap-functions a.mail:hover .icon, .wrap-functions a.route:focus .icon, .wrap-functions a.route:hover .icon {
  fill: #009640;
}

body.startpage .wrap-functions {
  transform: translateY(0);
}
@media (min-width: 30rem) {
  body.startpage .wrap-functions {
    top: calc(1.171875rem + 3.828125 * (100vw - 30rem) / (63.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .wrap-functions {
    top: 5rem;
  }
}
@media (min-width: 115.625rem) {
  body.startpage .wrap-functions {
    top: 50%;
    transform: translateY(-50%);
  }
}

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

.wrap-image {
  position: relative;
  height: 17.5rem;
  margin-bottom: 2.25em;
}
@media (min-width: 20rem) {
  .wrap-image {
    height: calc(17.5rem + 13.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-image {
    height: 31.25rem;
  }
}
@media (min-width: 20rem) {
  .wrap-image {
    margin-bottom: calc(2.25em + 2.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-image {
    margin-bottom: 4.5em;
  }
}
.wrap-image .inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.wrap-image .inner .container {
  height: 100%;
}
.wrap-image .inner .container .wrap-sitetitle {
  align-items: flex-end;
  display: flex;
  height: 100%;
}

body.startpage .wrap-image {
  height: 28.75rem;
}
@media (min-width: 20rem) {
  body.startpage .wrap-image {
    height: calc(28.75rem + 28.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .wrap-image {
    height: 57.5rem;
  }
}
body.startpage .wrap-image .inner {
  margin-bottom: 3rem;
}
@media (min-width: 20rem) {
  body.startpage .wrap-image .inner {
    margin-bottom: calc(3rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .wrap-image .inner {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 75rem) {
  body.startpage .wrap-image .inner {
    margin-bottom: 0;
  }
}
body.startpage .wrap-image .background_image {
  background-position: 50% 15%;
}

.header_background {
  background-color: #f2f2f2;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

body.karriere .header_background {
  background-position: 50% 15%;
}

body.leistungen .header_background {
  background-position: 50% 70%;
}

body.service .header_background {
  background-position: 50% 40%;
}

body.header_top .header_background {
  background-position: 50% 0;
}

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

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

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

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

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

.infolist_top_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0.75em 0;
}
.infolist_top_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.infolist_top_link a:focus .icon, .infolist_top_link a:hover .icon {
  fill: #354151;
}
.infolist_top_link .icon {
  display: block;
  fill: #009640;
  height: 1.5rem;
  transform: rotate(-90deg);
  transition: fill 300ms;
  width: 1.5rem;
}
.infolist_top_link .text {
  font-size: 85%;
  padding-top: 0.25em;
}

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

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

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

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

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

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

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

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

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

.infolist_text_list_style, .infolist:not(.infolist_boxit) .infolist_text_container {
  list-style: url("../../common/images/list_styles/rectangle.svg");
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
.infolist_text_list_style > .infolist_text, .infolist:not(.infolist_boxit) .infolist_text_container > .infolist_text {
  display: list-item;
  padding-left: 0.375em;
}

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

.infolist_text_fader_style .infolist_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.infolist_text_fader_style .infolist_text > h2,
.infolist_text_fader_style .infolist_text > h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0 3em;
  transition: all 300ms;
  transform: translateY(0);
  text-align: center;
}
.infolist_text_fader_style .infolist_text > *:not(h2):not(h3) {
  margin: 0;
  padding: 3em;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(1.875rem);
}
.infolist_text_fader_style .infolist_text:hover, .infolist_text_fader_style .infolist_text:focus {
  background: rgba(0, 150, 64, 0.3);
}
.infolist_text_fader_style .infolist_text:hover > h2,
.infolist_text_fader_style .infolist_text:hover > h3, .infolist_text_fader_style .infolist_text:focus > h2,
.infolist_text_fader_style .infolist_text:focus > h3 {
  bottom: 50%;
  opacity: 0;
}
.infolist_text_fader_style .infolist_text:hover > *:not(h2):not(h3), .infolist_text_fader_style .infolist_text:focus > *:not(h2):not(h3) {
  transform: translateY(0);
  opacity: 1;
}

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

.map_chart {
  height: 16.25rem;
  background-color: #fff;
  margin: 0 0 1.5em 0;
  max-width: 100%;
  position: relative;
}
@media (min-width: 20rem) {
  .map_chart {
    height: calc(16.25rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .map_chart {
    height: 28.75rem;
  }
}
.map_chart .drag_area {
  bottom: 0;
  left: 3.75rem;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
.map_chart .drag_area.visible {
  visibility: visible;
}
.map_chart .map_chart_wrapper {
  height: 16.25rem;
  border: 0.0625rem solid #d9d9d9;
  cursor: move;
  overflow: hidden;
  padding: 0.375em;
  position: relative;
  z-index: 0;
}
@media (min-width: 20rem) {
  .map_chart .map_chart_wrapper {
    height: calc(16.25rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .map_chart .map_chart_wrapper {
    height: 28.75rem;
  }
}
.map_chart svg path {
  position: relative;
  stroke: #fff;
  transition: fill-opacity 300ms;
}
.map_chart svg path.hasData {
  fill: #009640;
}
.map_chart svg path.noData {
  fill: #dddddd;
}
.map_chart .map_chart_navigation {
  display: inline-flex;
  flex-direction: column;
  left: 0.75em;
  position: absolute;
  top: 0.75em;
}
.map_chart .map_chart_navigation .zoom {
  align-items: center;
  background-color: #f2f2f2;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.3125rem;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 120%;
  height: 2.5rem;
  justify-content: center;
  margin: 0 0 0.375em 0;
  padding: 0.375em 0.75em;
  text-decoration: none;
  width: 2.5rem;
}
.map_chart .map_chart_navigation .zoom.disabled {
  cursor: default;
  opacity: 0.4;
}
.map_chart .output {
  background-color: #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.4);
  min-width: 9.375rem;
  opacity: 0;
  padding: 1.05em;
  position: absolute;
  transition: left 300ms, opacity 300ms, top 300ms, visibility 300ms;
  user-select: none;
  visibility: hidden;
  z-index: 2;
}
.map_chart .output.show {
  opacity: 1;
  visibility: visible;
}
.map_chart .touch_info {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: flex;
  font-weight: 600;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 3;
}

body.reisekosten .switch_view {
  margin-bottom: 0.75em;
}

/* 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 {
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 0.75em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .job_benefit_overview .entry {
    display: flex;
  }
}
@media (min-width: 61.875rem) {
  .job_benefit_overview .entry {
    display: block;
  }
}
@media (min-width: 75rem) {
  .job_benefit_overview .entry {
    display: flex;
  }
}
.job_benefit_overview .entry:before {
  background: #f2f2f2;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.job_benefit_overview .entry .photo {
  flex-shrink: 0;
  line-height: 0;
  margin: 0 1.5em 0.75em 0;
  max-width: 12.5rem;
}
@media (min-width: 20rem) {
  .job_benefit_overview .entry .photo {
    max-width: calc(12.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview .entry .photo {
    max-width: 17.5rem;
  }
}
.job_benefit_overview .entry .photo img {
  border-radius: 0.3125rem;
}
.job_benefit_overview .entry .title {
  padding-top: 0;
}

.job_benefit_overview_small .entry {
  background: #f2f2f2;
  border-radius: 0.3125rem;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
  height: 10rem;
}
@media (min-width: 20rem) {
  .job_benefit_overview_small .entry {
    height: calc(10rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview_small .entry {
    height: 13.125rem;
  }
}
.job_benefit_overview_small .entry .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transition: transform 300ms;
}
.job_benefit_overview_small .entry .hover {
  align-items: center;
  background: #009640;
  bottom: 0;
  display: flex;
  left: 0;
  margin-left: 2.25em;
  padding: 1.125em;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: background 300ms, margin-left 300ms, transform 300ms;
}
.job_benefit_overview_small .entry .hover .title {
  color: #fff;
  hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-lines: 2;
  hyphens: auto;
  margin: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 300ms;
  white-space: nowrap;
}
.job_benefit_overview_small .entry:focus .image, .job_benefit_overview_small .entry:hover .image {
  transform: scale(1.05);
}
.job_benefit_overview_small .entry:focus .hover, .job_benefit_overview_small .entry:hover .hover {
  background: #354151;
  margin-left: 0;
  transform: translateX(0);
}
.job_benefit_overview_small .entry:focus .hover .title, .job_benefit_overview_small .entry:hover .hover .title {
  opacity: 1;
}
.job_benefit_overview_small .entry.last {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
  display: flex;
  text-decoration: none;
  transition: background 300ms;
}
@media (min-width: 47.5rem) {
  .job_benefit_overview_small .entry.last {
    height: auto;
  }
}
@media (min-width: 61.875rem) {
  .job_benefit_overview_small .entry.last {
    height: 10rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .job_benefit_overview_small .entry.last {
    height: calc(10rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .job_benefit_overview_small .entry.last {
    height: 13.125rem;
  }
}
@media (min-width: 75rem) {
  .job_benefit_overview_small .entry.last {
    height: auto;
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview_small .entry.last {
    height: 13.125rem;
  }
}
.job_benefit_overview_small .entry.last .link {
  display: inline-flex;
  justify-content: center;
  min-height: 2.75rem;
  outline-color: #fff;
  padding: 1.5em 1.125em;
  text-decoration: none;
  user-select: none;
}
.job_benefit_overview_small .entry.last .link > span {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.job_benefit_overview_small .entry.last .link .icon {
  display: block;
  fill: #354151;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-bottom: 0.1875em;
  margin-left: 0.375em;
  transition: fill 300ms;
  width: 0.8125rem;
}
.job_benefit_overview_small .entry.last .link .icon svg {
  display: block;
}
.job_benefit_overview_small .entry.last .link .text {
  color: #354151;
  font-weight: 600;
  line-height: 1.25;
  transition: color 300ms;
  max-width: 5.625rem;
}
@media (min-width: 20rem) {
  .job_benefit_overview_small .entry.last .link .text {
    max-width: calc(5.625rem + 2.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .job_benefit_overview_small .entry.last .link .text {
    max-width: 8.125rem;
  }
}
.job_benefit_overview_small .entry.last:focus, .job_benefit_overview_small .entry.last:hover {
  background: #354151;
}
.job_benefit_overview_small .entry.last:focus .link .icon, .job_benefit_overview_small .entry.last:hover .link .icon {
  fill: #fff;
}
.job_benefit_overview_small .entry.last:focus .link .text, .job_benefit_overview_small .entry.last:hover .link .text {
  color: #fff;
}

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


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

.job_overview .entry {
  display: block;
  margin-bottom: 1.5em;
  min-height: 2.75rem;
  padding: 1.5em 1.5em 1.5em 0;
  position: relative;
  text-decoration: none;
  user-select: none;
}
.job_overview .entry:before {
  background: #009640;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 300ms;
  z-index: -1;
}
.job_overview .entry .title {
  align-items: center;
  color: #fff;
  display: flex;
  margin: 0;
  padding: 0;
  transition: color 300ms;
}
.job_overview .entry .icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-left: 0.5em;
  transition: fill 300ms, margin-left 300ms;
  width: 0.8125rem;
}
.job_overview .entry .icon svg {
  display: block;
}
.job_overview .entry:focus:before, .job_overview .entry:hover:before {
  background: #354151;
}
.job_overview .entry:focus .title, .job_overview .entry:hover .title {
  color: #fff;
}
.job_overview .entry:focus .icon, .job_overview .entry:hover .icon {
  fill: #fff;
  margin-left: 0.75em;
}

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

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

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

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

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

.page_wrapper {
  overflow-x: hidden;
}

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

.overview .entry,
.infolist_overview .entry,
.useful_link_overview .entry {
  display: block;
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 1.5em 0;
  position: relative;
  text-decoration: none;
}
.overview .entry:before,
.infolist_overview .entry:before,
.useful_link_overview .entry:before {
  background: #f2f2f2;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.overview .entry .title,
.infolist_overview .entry .title,
.useful_link_overview .entry .title {
  padding-top: 0;
}
.overview .entry .description,
.infolist_overview .entry .description,
.useful_link_overview .entry .description {
  margin-bottom: 0.75em;
}
.overview .entry .link,
.infolist_overview .entry .link,
.useful_link_overview .entry .link {
  display: inline-flex;
  justify-content: center;
  min-height: 2.75rem;
  user-select: none;
}
.overview .entry .link > span,
.infolist_overview .entry .link > span,
.useful_link_overview .entry .link > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.overview .entry .link .icon,
.infolist_overview .entry .link .icon,
.useful_link_overview .entry .link .icon {
  display: block;
  fill: #000000;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-left: 0.5em;
  transition: margin-left 300ms;
  width: 0.8125rem;
}
.overview .entry .link .icon svg,
.infolist_overview .entry .link .icon svg,
.useful_link_overview .entry .link .icon svg {
  display: block;
}
.overview .entry .link .text,
.infolist_overview .entry .link .text,
.useful_link_overview .entry .link .text {
  font-weight: 600;
}
.overview .entry:focus .link .text, .overview .entry:hover .link .text,
.infolist_overview .entry:focus .link .text,
.infolist_overview .entry:hover .link .text,
.useful_link_overview .entry:focus .link .text,
.useful_link_overview .entry:hover .link .text {
  text-decoration: underline;
}
.overview .entry:focus .link .icon, .overview .entry:hover .link .icon,
.infolist_overview .entry:focus .link .icon,
.infolist_overview .entry:hover .link .icon,
.useful_link_overview .entry:focus .link .icon,
.useful_link_overview .entry:hover .link .icon {
  margin-left: 0.75em;
}

.start-intro {
  margin-bottom: 4.5em;
}
@media (min-width: 20rem) {
  .start-intro {
    margin-bottom: calc(4.5em + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro {
    margin-bottom: 9em;
  }
}
.start-intro h2 {
  padding-top: 0;
}
.start-intro .intro {
  margin: 0 auto;
  max-width: 61.875rem;
  text-align: center;
}

.start-leistungen {
  margin-bottom: 2.25em;
}
@media (min-width: 20rem) {
  .start-leistungen {
    margin-bottom: calc(2.25em + 5.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-leistungen {
    margin-bottom: 7.5em;
  }
}

.start-karriere {
  margin-bottom: 2.25em;
}
@media (min-width: 20rem) {
  .start-karriere {
    margin-bottom: calc(2.25em + 6.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-karriere {
    margin-bottom: 9em;
  }
}

.start-karriere .wrap-pic {
  margin-bottom: 1.5em;
  position: relative;
  height: 10rem;
}
@media (min-width: 20rem) {
  .start-karriere .wrap-pic {
    height: calc(10rem + 6.25 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .start-karriere .wrap-pic {
    height: 16.25rem;
  }
}
@media (min-width: 61.875rem) {
  .start-karriere .wrap-pic {
    height: 100%;
    margin-bottom: 0;
  }
}
.start-karriere .wrap-pic:before {
  background: #009640;
  bottom: 0;
  content: "";
  display: block;
  left: 95%;
  position: absolute;
  right: -624.9375rem;
  top: 0;
  z-index: -1;
}
.start-karriere .pic-karriere {
  background-color: #009640;
  background-image: url("../../common/images/web_pic-karriere.jpg");
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 61.875rem) {
  .start-karriere .pic-karriere {
    right: calc(0rem + -5 * (100vw - 61.875rem) / (58.125));
  }
}
@media (min-width: 120rem) {
  .start-karriere .pic-karriere {
    right: -5rem;
  }
}
@media (min-width: 61.875rem) {
  .start-karriere .pic-karriere {
    background-position: center center;
  }
}

.start-news .teaser_overview {
  padding-top: 1.5em;
}
@media (min-width: 61.875rem) {
  .start-news .teaser_overview {
    padding-top: 0;
  }
}
.start-news .span8_xlarge h2 {
  padding-top: 0;
}
.start-news .steuernews_article_overview_small {
  margin-bottom: 1.5em;
}
.start-news .steuernews_article_overview_small.last {
  margin-bottom: 0;
}
@media (min-width: 35rem) {
  .start-news .steuernews_article_overview_small {
    margin-bottom: 0;
  }
  .start-news .steuernews_article_overview_small.first {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 93.75rem) {
  .start-news .steuernews_article_overview_small {
    margin-bottom: 0;
  }
  .start-news .steuernews_article_overview_small.first {
    margin-bottom: 0;
  }
}
.start-news .steuernews_article_overview_small .entry {
  background: #f2f2f2;
  border-radius: 0.3125rem;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 12.5rem;
}
@media (min-width: 20rem) {
  .start-news .steuernews_article_overview_small .entry {
    height: calc(12.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-news .steuernews_article_overview_small .entry {
    height: 17.5rem;
  }
}
.start-news .steuernews_article_overview_small .entry .bg_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 50% 0;
  transition: transform 300ms;
}
.start-news .steuernews_article_overview_small .entry .wrap-title {
  background: #009640;
  left: 0;
  padding: 1em 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.start-news .steuernews_article_overview_small .entry .wrap-title .style_h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.start-news .steuernews_article_overview_small .entry .hover {
  background: #354151;
  left: 0;
  padding: 1em 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 300ms;
  z-index: 2;
}
.start-news .steuernews_article_overview_small .entry .hover .style_h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.start-news .steuernews_article_overview_small .entry .hover .link {
  display: inline-flex;
  justify-content: center;
  margin-top: 0.5em;
  outline-color: #fff;
  text-decoration: none;
  user-select: none;
}
.start-news .steuernews_article_overview_small .entry .hover .link > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.start-news .steuernews_article_overview_small .entry .hover .link .icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-left: 0.5em;
  transition: margin-left 300ms;
  width: 0.8125rem;
}
.start-news .steuernews_article_overview_small .entry .hover .link .icon svg {
  display: block;
}
.start-news .steuernews_article_overview_small .entry .hover .link .text {
  color: #fff;
  font-weight: 600;
}
.start-news .steuernews_article_overview_small .entry:focus .bg_image, .start-news .steuernews_article_overview_small .entry:hover .bg_image {
  transform: scale(1.05);
}
.start-news .steuernews_article_overview_small .entry:focus .hover, .start-news .steuernews_article_overview_small .entry:hover .hover {
  transform: translateY(0);
}

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

.toggle_offcanvas_menu {
  display: inline-block;
  padding: 1.275em 0;
  position: relative;
}
@media (min-width: 30rem) {
  .toggle_offcanvas_menu {
    padding: 1.725em 0;
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu label {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  user-select: none;
  z-index: 10;
}
.toggle_offcanvas_menu label .icon {
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  margin-left: 1.5em;
  overflow: hidden;
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .icon {
    height: calc(2.75rem + 1.125 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .icon {
    height: 3.875rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .icon {
    width: calc(2.75rem + 1.125 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .icon {
    width: 3.875rem;
  }
}
.toggle_offcanvas_menu label .bg {
  background: #354151;
  border-radius: 0.3125rem;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 2rem;
  width: 2rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .bg {
    height: calc(2rem + 0.625 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .bg {
    height: 2.625rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .bg {
    width: calc(2rem + 0.625 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .bg {
    width: 2.625rem;
  }
}
.toggle_offcanvas_menu label .box {
  display: block;
  position: absolute;
}
.toggle_offcanvas_menu label .box_h {
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-top-style: solid;
  top: 50%;
  transform: translateY(-50%);
  transition: height 300ms, transform 300ms;
  width: 100%;
  border-bottom-width: 0.25rem;
  border-top-width: 0.25rem;
  height: 1rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .box_h {
    border-bottom-width: calc(0.25rem + 0.125 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .box_h {
    border-bottom-width: 0.375rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .box_h {
    border-top-width: calc(0.25rem + 0.125 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .box_h {
    border-top-width: 0.375rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .box_h {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .box_h {
    height: 1.375rem;
  }
}
.toggle_offcanvas_menu label .box_v {
  border-left-color: #fff;
  border-left-style: solid;
  border-right-color: #fff;
  border-right-style: solid;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 300ms, width 300ms;
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .box_v {
    border-left-width: calc(0.25rem + 0.125 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .box_v {
    border-left-width: 0.375rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .box_v {
    border-right-width: calc(0.25rem + 0.125 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .box_v {
    border-right-width: 0.375rem;
  }
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .box_v {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu label .box_v {
    width: 1.375rem;
  }
}
.toggle_offcanvas_menu label .text {
  display: none;
}
@media (min-width: 35rem) {
  .toggle_offcanvas_menu label .text {
    color: #354151;
    display: block;
    font-family: "Inter", serif;
    font-size: 1.5625rem;
  }
}
.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.65);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 240ms, visibility 240ms;
  visibility: hidden;
  z-index: 1100;
}

@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: translateX(0);
    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 {
  position: fixed;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_h {
  height: 0;
  transform: translateY(-50%) rotate(45deg);
  border-bottom-width: 0.1666666667rem;
  border-top-width: 0.1666666667rem;
}
@media (min-width: 20rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_h {
    border-bottom-width: calc(0.1666666667rem + 0.0833333333 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_h {
    border-bottom-width: 0.25rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_h {
    border-top-width: calc(0.1666666667rem + 0.0833333333 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_h, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_h {
    border-top-width: 0.25rem;
  }
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_v {
  transform: translateX(-50%) rotate(45deg);
  width: 0;
  border-left-width: 0.1666666667rem;
  border-right-width: 0.1666666667rem;
}
@media (min-width: 20rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_v {
    border-left-width: calc(0.1666666667rem + 0.0833333333 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_v {
    border-left-width: 0.25rem;
  }
}
@media (min-width: 20rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_v {
    border-right-width: calc(0.1666666667rem + 0.0833333333 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .box_v, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .box_v {
    border-right-width: 0.25rem;
  }
}
.offcanvas_menu_state:checked ~ header .open_offcanvas_menu, .offcanvas_menu_state:checked ~ div .open_offcanvas_menu, .offcanvas_menu_state:target ~ header .open_offcanvas_menu, .offcanvas_menu_state:target ~ div .open_offcanvas_menu {
  display: none;
}
.offcanvas_menu_state:checked ~ header .close_offcanvas_menu, .offcanvas_menu_state:checked ~ div .close_offcanvas_menu, .offcanvas_menu_state:target ~ header .close_offcanvas_menu, .offcanvas_menu_state:target ~ div .close_offcanvas_menu {
  display: block;
}

.offcanvas_menu {
  background-color: #fff;
  border-top: 0.375rem solid #354151;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.4);
  display: block;
  min-height: 100%;
  opacity: 0;
  padding: 1.5em 0;
  position: absolute;
  transform: translateX(-100%);
  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.125em;
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  display: block;
  font-size: 110%;
  line-height: 2.75rem;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  color: #009640;
  font-weight: 600;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a:focus, .offcanvas_menu .offcanvas_menu_content > ul > li > a:hover {
  color: #354151;
  font-weight: 600;
}
.offcanvas_menu .offcanvas_menu_content > ul > li.expanded > ul {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul > li.expanded > a {
  color: #354151;
  font-weight: 600;
}
.offcanvas_menu .offcanvas_menu_content > ul > li.expanded > a.active {
  color: #009640;
  font-weight: 600;
}
.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 li:first-child {
  padding-top: 0.5em;
}
.offcanvas_menu .offcanvas_menu_content > ul ul li:last-child {
  margin-bottom: 1em;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a {
  display: block;
  padding: 0.375em 1.125em 0.375em 0;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  color: #009640;
  font-weight: 600;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a:focus, .offcanvas_menu .offcanvas_menu_content > ul ul a:hover {
  color: #354151;
  font-weight: 600;
}

/* 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-bottom: 1.5em;
  padding: 1.5em 1.5em 1.5em 0;
  position: relative;
}
.onlinetools_popup_overview .entry:before {
  background: #f2f2f2;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.onlinetools_popup_overview .entry .title {
  padding-top: 0;
}

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

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

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

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

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

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

.open_street_map .map {
  height: 21.875rem;
  background-color: #f2f2f2;
  border-radius: 0.3125rem;
  cursor: move;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(21.875rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 34.375rem;
  }
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(242, 242, 242, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.5em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    align-items: flex-end;
    flex-direction: row;
  }
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    margin: 0 1.5em 0 0;
    max-width: 40.625rem;
  }
  .open_street_map .plan_route .saddr input {
    margin-bottom: 0;
  }
}
.open_street_map .plan_route .select_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0.75em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper {
    margin: 0 1.5em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .select_wrapper .select {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .button_wrapper button {
    margin-bottom: 0;
  }
}
.open_street_map .ol-viewport {
  touch-action: pan-y !important;
}
.open_street_map .ol-overlaycontainer-stopevent button {
  align-items: center;
  background: #009640;
  border: 0.0625rem solid #009640;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-flex;
  font-weight: 500;
  height: 2.75rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #354151;
  border: 0.0625rem solid #354151;
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #354151;
  border: 0.0625rem solid #354151;
  color: #fff;
}
.open_street_map .ol-overlaycontainer-stopevent button.disabled {
  cursor: default;
  opacity: 0.6;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out,
.open_street_map .ol-overlaycontainer-stopevent .ol-zoomslider {
  position: absolute;
  right: 0.3125rem;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.375rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 2.875rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

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

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

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

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

form[role=search] {
  display: flex;
}
form[role=search] button {
  border-radius: 0 0.3125rem 0.3125rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #009640;
  border: 0.0625rem solid #009640;
  color: #fff;
  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.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.5625rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
form[role=search] button .text {
  font-weight: 500;
  padding: 0.375em 0;
}
form[role=search] button .icon + .text {
  padding-left: 0.5em;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3.6875rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.6875rem;
  }
}
form[role=search] button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.5625rem;
  }
}
form[role=search] button[disabled] {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  color: gray;
}
form[role=search] button[disabled] .icon {
  fill: #000000;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  position: relative;
  z-index: 10;
  background: #354151;
  border-color: #354151;
  color: #fff;
}
form[role=search] button:focus .icon {
  fill: #fff;
}
form[role=search] button .icon {
  height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button .icon {
    height: calc(2.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 3.5625rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.3125rem 0 0 0.3125rem;
  color: #000000;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0.75em;
  transition: background 300ms, border-color 300ms, box-shadow 300ms, color 300ms, outline 300ms, z-index 300ms;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3.6875rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #009640;
  box-shadow: 0 0 0 0.1875rem rgba(0, 150, 64, 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.75em;
  padding-top: 0.375em;
}
.search dl br,
.search dl em,
.search dl img {
  display: none;
}
.search dd {
  margin: 0;
}

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

.toggle_search_box {
  height: 2.75rem;
  position: relative;
  width: 2.75rem;
}
.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: #009640;
}
.toggle_search_box a {
  background: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  display: block;
  fill: #354151;
  height: 2.75rem;
  transition: fill 300ms;
  width: 2.75rem;
}
.toggle_search_box a .icon {
  display: block;
  padding: 0.4583333333rem;
}
.toggle_search_box a .icon svg {
  display: block;
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  background: #354151;
  display: none;
  fill: #fff;
}

.search_box {
  -webkit-backdrop-filter: blur(0.125rem);
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.75em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  visibility: hidden;
  z-index: 9999;
}
.search_box .close_search_box_wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search_box .close_search_box_wrapper label {
  background: rgba(0, 0, 0, 0.65);
  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;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.4);
  height: 2.75rem;
  justify-content: center;
  padding: 0.25rem;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: 2.75rem;
}
.search_box .close_search_box_wrapper .close_search_box .icon {
  display: block;
  height: 2.125rem;
  transition: fill 300ms;
  width: 2.125rem;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.4);
  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.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.6875rem;
  }
}
.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.5em;
}
.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: relative;
  right: -0.9375rem;
  top: 0.625rem;
}
@media (min-width: 35rem) {
  .social_media_links {
    top: 1.25rem;
    right: 0rem;
  }
}
@media (min-width: 47.5rem) {
  .social_media_links {
    float: right;
    top: 2.1875rem;
    right: 0rem;
  }
}
@media (min-width: 75rem) {
  .social_media_links {
    top: 0rem;
  }
}
.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 30rem) {
  .social_media_links ul {
    flex-direction: row;
  }
}
.social_media_links li {
  list-style: none;
  margin: 0;
  padding: 0 0.690625rem 0.690625rem 0;
}
.social_media_links li:first-child {
  padding-left: 1.38125rem;
}
.social_media_links a {
  border-radius: 0;
  display: inline-block;
}
.social_media_links a .icon {
  display: block;
  fill: #000000;
  height: 2.125rem;
  width: 2.125rem;
}
.social_media_links a.facebook .icon, .social_media_links a.twitter .icon {
  border-radius: 0;
  width: 3.5125rem;
}
.social_media_links a.linkedin .icon {
  width: 2.7625rem;
}

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

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

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

.steuernews_preview {
  padding-top: 1.5em;
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 1.5em 0;
  position: relative;
  text-decoration: none;
}
@media (min-width: 47.5rem) {
  .steuernews_preview .entry {
    flex-direction: row;
  }
}
@media (min-width: 61.875rem) {
  .steuernews_preview .entry {
    flex-direction: column;
  }
}
@media (min-width: 75rem) {
  .steuernews_preview .entry {
    flex-direction: row;
  }
}
.steuernews_preview .entry:before {
  background: #f2f2f2;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.steuernews_preview .entry:focus .image img, .steuernews_preview .entry:hover .image img {
  transform: scale(1.1);
}
.steuernews_preview .entry:focus .link .text, .steuernews_preview .entry:hover .link .text {
  text-decoration: underline;
}
.steuernews_preview .entry:focus .link .icon, .steuernews_preview .entry:hover .link .icon {
  margin-left: 0.75em;
}
.steuernews_preview .image {
  border-radius: 0.3125rem;
  display: block;
  flex-shrink: 0;
  flex: 0 0 auto;
  height: 100%;
  line-height: 0;
  margin: 0 1.5em 0.75em 0;
  order: 1;
  overflow: hidden;
  max-width: 12.5rem;
}
@media (min-width: 20rem) {
  .steuernews_preview .image {
    max-width: calc(12.5rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .image {
    max-width: 17.5rem;
  }
}
.steuernews_preview .image img {
  border-radius: 0.3125rem;
  display: block;
  line-height: 0;
  transition: transform 300ms;
}
.steuernews_preview .wrap-text {
  order: 2;
}
.steuernews_preview .title {
  padding-top: 0;
  word-wrap: break-word;
}
.steuernews_preview .description {
  margin-bottom: 0.75em;
}
.steuernews_preview .link {
  display: inline-flex;
  justify-content: center;
  min-height: 2.75rem;
  user-select: none;
}
.steuernews_preview .link > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.steuernews_preview .link .icon {
  display: block;
  fill: #000000;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-left: 0.5em;
  transition: margin-left 300ms;
  width: 0.8125rem;
}
.steuernews_preview .link .icon svg {
  display: block;
}
.steuernews_preview .link .text {
  font-weight: 600;
}

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

.wrap-news-image {
  display: none;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.125em;
  padding-top: 1.5em;
}
@media (min-width: 20rem) {
  .wrap-news-image {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-news-image {
    margin-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  .wrap-news-image {
    padding-bottom: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-news-image {
    padding-bottom: 2.625em;
  }
}
@media (min-width: 20rem) {
  .wrap-news-image {
    padding-left: calc(1.125em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-news-image {
    padding-left: 4.125em;
  }
}
@media (min-width: 20rem) {
  .wrap-news-image {
    padding-top: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-news-image {
    padding-top: 2.625em;
  }
}
@media (min-width: 61.875rem) {
  .wrap-news-image {
    display: block;
  }
}
.wrap-news-image:after {
  background: #009640;
  border-radius: 0.3125rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: -624.9375rem;
  top: 0;
  z-index: -1;
}

.news_image {
  margin: 0;
}
.news_image figcaption {
  color: #fff;
  opacity: 0.5;
}
.news_image img {
  border-radius: 0.3125rem;
}

.steuernews_issues ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li {
  padding-left: 0;
}
.steuernews_issues a {
  background: #f2f2f2;
  border-radius: 0.3125rem;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .steuernews_issues a {
    line-height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a {
    line-height: 3.6875rem;
  }
}
.steuernews_issues a.active {
  background: #354151;
  color: #fff;
}
.steuernews_issues a:focus, .steuernews_issues a:hover {
  background: #009640;
  color: #fff;
}

.wrap-news-disclaimer {
  clear: both;
  margin: 0 0 1.5em 0;
  padding: 1em 1.5em;
  position: relative;
}
@media (min-width: 61.875rem) {
  .wrap-news-disclaimer {
    margin: 0;
    padding-right: 0;
    padding-bottom: 1.5em;
    padding-left: 1.125em;
    padding-top: 1.5em;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .wrap-news-disclaimer {
    padding-bottom: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .wrap-news-disclaimer {
    padding-bottom: 2.625em;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .wrap-news-disclaimer {
    padding-left: calc(1.125em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .wrap-news-disclaimer {
    padding-left: 4.125em;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .wrap-news-disclaimer {
    padding-top: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .wrap-news-disclaimer {
    padding-top: 2.625em;
  }
}
.wrap-news-disclaimer:after {
  background: #354151;
  border-radius: 0.3125rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  .wrap-news-disclaimer:after {
    right: -624.9375rem;
  }
}

.steuernews_disclaimer {
  clear: both;
  color: #fff;
  font-size: 85%;
  margin: 0;
}

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

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

.steuernews_navigation nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.steuernews_navigation nav ul li {
  padding-left: 0;
}
.steuernews_navigation nav a {
  background: #f2f2f2;
  border-radius: 0.3125rem;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  line-height: 2.75rem;
}
@media (min-width: 20rem) {
  .steuernews_navigation nav a {
    line-height: calc(2.75rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_navigation nav a {
    line-height: 3.6875rem;
  }
}
.steuernews_navigation nav a.active {
  background: #354151;
  color: #fff;
}
.steuernews_navigation nav a:focus, .steuernews_navigation nav a:hover {
  background: #009640;
  color: #fff;
}

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

.team_overview {
  padding-top: 1.5em;
}
.team_overview .team_entry {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 0.75em 0;
  position: relative;
}
@media (min-width: 93.75rem) {
  .team_overview .team_entry {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.team_overview .team_entry:before {
  background: #f2f2f2;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  bottom: 0;
  content: "";
  display: block;
  left: -624.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: block;
  margin: 0 1.5em 0.75em 0;
  max-width: 8.75rem;
}
.team_overview .photo img {
  display: block;
}
.team_overview .info {
  flex: 1 1 auto;
  margin-bottom: 0.75em;
}
.team_overview .button_overview .button {
  margin-bottom: 0.75em;
}
@media (min-width: 47.5rem) {
  .team_overview .button_overview .button.call {
    display: none;
  }
}

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

.teaser {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.125em;
  padding-top: 1.5em;
}
@media (min-width: 20rem) {
  .teaser {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    margin-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  .teaser {
    padding-bottom: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    padding-bottom: 2.625em;
  }
}
@media (min-width: 20rem) {
  .teaser {
    padding-left: calc(1.125em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    padding-left: 4.125em;
  }
}
@media (min-width: 20rem) {
  .teaser {
    padding-top: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    padding-top: 2.625em;
  }
}
.teaser:after {
  background: #009640;
  border-radius: 0.3125rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: -624.9375rem;
  top: 0;
  z-index: -1;
}
.teaser.odd:after {
  background: #354151;
}
.teaser.last {
  margin-bottom: 0;
}
.teaser .title {
  color: #fff;
  hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-lines: 2;
  hyphens: auto;
  padding-top: 0;
}
.teaser .description p {
  color: #fff;
  margin-bottom: 0.75em;
}
.teaser .link {
  display: inline-flex;
  justify-content: center;
  min-height: 2.75rem;
  outline-color: #fff;
  text-decoration: none;
  user-select: none;
}
.teaser .link > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.teaser .link .icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-left: 0.5em;
  transition: margin-left 300ms;
  width: 0.8125rem;
}
.teaser .link .icon svg {
  display: block;
}
.teaser .link .text {
  color: #fff;
  font-weight: 600;
}
.teaser .link:focus .text, .teaser .link:hover .text {
  text-decoration: underline;
}
.teaser .link:focus .icon, .teaser .link:hover .icon {
  margin-left: 0.75em;
}

body.startpage .teaser {
  padding-left: 0;
  padding-right: 1.125em;
}
@media (min-width: 20rem) {
  body.startpage .teaser {
    padding-right: calc(1.125em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.startpage .teaser {
    padding-right: 4.125em;
  }
}
body.startpage .teaser:after {
  left: -624.9375rem;
  right: 0;
}

.teaser_overview.faktbox .teaser {
  background: #009641ea;
  padding: 1.5em;
  margin-bottom: 3em;
  margin-top: 3em;
  border-radius: 0.3125rem;
}
.teaser_overview.faktbox .teaser:after {
  display: none;
}

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

.timeline {
  margin: 0 auto;
  padding-top: 1.5em;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .title_overview {
    text-align: center;
  }
}
.timeline .timeline_wrapper {
  margin-left: 0.75em;
  padding-left: 1.5em;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper {
    margin-left: 0;
    padding-left: 0;
  }
}
.timeline .timeline_wrapper:before {
  background: #d9d9d9;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_wrapper:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline .timeline_entry {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3em;
  position: relative;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry {
    justify-content: flex-end;
  }
}
.timeline .timeline_entry:before {
  background: #354151;
  border-radius: 50%;
  content: "";
  height: 1.375rem;
  left: calc((-1.5em + (0.0625rem / 2)));
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1.375rem;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry:before {
    left: 50%;
    margin-left: 0;
  }
}
.timeline .timeline_entry:nth-child(odd) {
  justify-content: flex-start;
}
@media (min-width: 35rem) {
  .timeline .timeline_entry:nth-child(odd) .timeline_content {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right;
    width: 50%;
    word-wrap: break-word;
  }
}
@media (min-width: 35rem) {
  .timeline .timeline_entry .timeline_content {
    padding-left: 1.5em;
    width: 50%;
  }
}

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

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

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

