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

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

abbr {
  text-decoration: none;
}

address {
  font-style: normal;
}

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

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

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

[role=tab] {
  align-items: center;
  cursor: pointer;
  background-color: #457B96;
  display: flex;
  margin: 0 !important;
  min-width: 100%;
  padding: 1.25rem;
  border-radius: 0.375rem;
  transition: 300ms;
}
@media (min-width: 20rem) {
  [role=tab] {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=tab] {
    border-radius: 0.75rem;
  }
}
.grey-bg [role=tab] {
  background-color: rgba(87, 97, 96, 0.1);
}
.grey-bg [role=tab] .title {
  color: #000;
  font-size: 90%;
}
.grey-bg [role=tab] .icon {
  fill: #B4801A;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
[role=tab] .icon {
  display: block;
  fill: #fff;
  height: 1.625rem;
  transform: rotate(90deg);
  width: 1.625rem;
  transition: transform 300ms;
}
[role=tab][aria-expanded=true] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab][aria-expanded=true] .title {
  text-decoration: underline;
}
[role=tab]:focus {
  border-color: #457B96;
  outline: 0;
}
[role=tab]:focus .title {
  text-decoration: underline;
}

[role=tabpanel] {
  height: auto;
  margin: 0 0 1.5em 0;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
@media (min-width: 20rem) {
  [role=tabpanel] {
    border-bottom-left-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=tabpanel] {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 20rem) {
  [role=tabpanel] {
    border-bottom-right-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  [role=tabpanel] {
    border-bottom-right-radius: 0.75rem;
  }
}
[role=tabpanel][aria-hidden=false] {
  padding: 0.625rem;
  background-color: rgba(87, 97, 96, 0.1);
  margin: 0 0 1.5em 0;
  max-height: none;
  opacity: 1;
}
[role=tabpanel].animated {
  transition: all 600ms;
}

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

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper address {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.25em;
  margin-bottom: 0;
}
.contact_wrapper .postal_address, .contact_wrapper .contacts {
  margin-bottom: 0.75em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact p {
  margin-bottom: 0;
}
.contact > span.text {
  font-weight: 400;
}
.contact > span:first-child:after {
  content: ":";
  margin-right: 0.3125rem;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

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


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

.atikon_logo {
  height: 100%;
}

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

.author_rotate {
  transform-origin: bottom right;
  transform: rotate(-90deg);
}

.author {
  display: block;
  fill: #fff;
  height: 0.8125rem;
  line-height: 0.8125rem;
  width: 4.625rem;
}

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

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

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

.button {
  border-radius: 0.375rem;
  padding: 0 1.25rem 0 0;
  cursor: pointer;
  background: #457B96;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .button {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button {
    border-radius: 0.75rem;
  }
}
@media (min-width: 20rem) {
  .button {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button {
    height: 4.625rem;
  }
}
.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 + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 4.375rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button .text {
    font-size: 1.25rem;
  }
}
.button .icon + .text {
  padding-left: 0.1875rem;
}
.button:focus-visible {
  background: #576160;
  border-color: #576160;
  color: #fff;
  outline: 0.1875rem solid #457B96;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:hover {
  background: #576160;
  border-color: #576160;
  color: #fff;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #B4801A inset;
  background: #B4801A;
  border: 0;
  color: #000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .button:active, .button.active {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active, .button.active {
    height: 4.625rem;
  }
}
.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 + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 4.375rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #000;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.button:active .text, .button.active .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button:active .text, .button.active .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button:active .text, .button.active .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active .text, .button.active .text {
    font-size: 1.25rem;
  }
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.1875rem;
}

.button_v1 {
  border-radius: 0.375rem;
  padding: 0 1.25rem 0 0;
  cursor: pointer;
  background: #fff;
  border: 0;
  color: #457B96;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .button_v1 {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1 {
    border-radius: 0.75rem;
  }
}
@media (min-width: 20rem) {
  .button_v1 {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1 {
    height: 4.625rem;
  }
}
.button_v1 > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button_v1 > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1 > span {
    min-height: 4.375rem;
  }
}
.button_v1 .icon {
  fill: #457B96;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.button_v1 .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button_v1 .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button_v1 .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1 .text {
    font-size: 1.25rem;
  }
}
.button_v1 .icon + .text {
  padding-left: 0.1875rem;
}
.button_v1:focus-visible {
  background: #576160;
  border-color: #576160;
  color: #fff;
  outline: 0.1875rem solid #457B96;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button_v1:focus-visible .icon {
  fill: #fff;
}
.button_v1:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #576160;
  color: #fff;
}
.button_v1:hover .icon {
  fill: #fff;
}
.button_v1:active, .button_v1.active {
  box-shadow: 0 0 0.1875rem #B4801A inset;
  background: #B4801A;
  border: 0;
  color: #000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .button_v1:active, .button_v1.active {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1:active, .button_v1.active {
    height: 4.625rem;
  }
}
.button_v1:active > span, .button_v1.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button_v1:active > span, .button_v1.active > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1:active > span, .button_v1.active > span {
    min-height: 4.375rem;
  }
}
.button_v1:active .icon, .button_v1.active .icon {
  fill: #000;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.button_v1:active .text, .button_v1.active .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button_v1:active .text, .button_v1.active .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button_v1:active .text, .button_v1.active .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v1:active .text, .button_v1.active .text {
    font-size: 1.25rem;
  }
}
.button_v1:active .icon + .text, .button_v1.active .icon + .text {
  padding-left: 0.1875rem;
}

.button_v2 {
  border-radius: 0.375rem;
  padding: 0 1.25rem 0.625rem 1.25rem;
  cursor: pointer;
  background: #457B96;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
  border: 0;
}
@media (min-width: 20rem) {
  .button_v2 {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2 {
    border-radius: 0.75rem;
  }
}
@media (min-width: 20rem) {
  .button_v2 {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2 {
    height: 4.625rem;
  }
}
.button_v2 > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button_v2 > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2 > span {
    min-height: 4.375rem;
  }
}
.button_v2 .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.button_v2 .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button_v2 .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button_v2 .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2 .text {
    font-size: 1.25rem;
  }
}
.button_v2 .icon + .text {
  padding-left: 0.1875rem;
}
.button_v2:focus-visible {
  background: #576160;
  border-color: #576160;
  color: #fff;
  outline: 0.1875rem solid #457B96;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.button_v2:focus-visible .icon {
  fill: #fff;
}
.button_v2:hover {
  background: #576160;
  border-color: #576160;
  color: #fff;
}
.button_v2:hover .icon {
  fill: #fff;
}
.button_v2:hover span.text {
  letter-spacing: calc((1rem + 0.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button_v2:hover span.text {
    letter-spacing: calc(1.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .button_v2:hover span.text {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2:hover span.text {
    font-size: 1.5rem;
  }
}
.button_v2:hover span.text:before {
  left: 0%;
  right: 0%;
}
.button_v2:active, .button_v2.active {
  box-shadow: 0 0 0.1875rem #B4801A inset;
  background: #B4801A;
  border: 0;
  color: #000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .button_v2:active, .button_v2.active {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2:active, .button_v2.active {
    height: 4.625rem;
  }
}
.button_v2:active > span, .button_v2.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button_v2:active > span, .button_v2.active > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2:active > span, .button_v2.active > span {
    min-height: 4.375rem;
  }
}
.button_v2:active .icon, .button_v2.active .icon {
  fill: #000;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.button_v2:active .text, .button_v2.active .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button_v2:active .text, .button_v2.active .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .button_v2:active .text, .button_v2.active .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2:active .text, .button_v2.active .text {
    font-size: 1.25rem;
  }
}
.button_v2:active .icon + .text, .button_v2.active .icon + .text {
  padding-left: 0.1875rem;
}
.button_v2 span.text {
  display: inline-block;
  position: relative;
  letter-spacing: calc((1rem + 0.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .button_v2 span.text {
    letter-spacing: calc(1.5rem * 0);
  }
}
@media (min-width: 20rem) {
  .button_v2 span.text {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button_v2 span.text {
    font-size: 1.5rem;
  }
}
.button_v2 span.text:before {
  background: #fff;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 15%;
  right: 15%;
  transition: 300ms;
}

.button.bottom_spacing,
.button_v2.bottom_spacing {
  margin-bottom: 0.75em;
}

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

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

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

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

.steuernews_call_to_action {
  display: inline-block;
  margin: 1.5em 0;
}
.steuernews_call_to_action p {
  margin: 0;
}

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

.company_logo {
  width: 11.875rem;
  display: block;
  transition: 300ms;
  margin-right: 1.5em;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(11.875rem + 18.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 30.625rem;
  }
}
.startpage .company_logo {
  width: 11.875rem;
}
@media (min-width: 20rem) {
  .startpage .company_logo {
    width: calc(11.875rem + 6.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .company_logo {
    width: 18.75rem;
  }
}
.scrolled_down .company_logo {
  width: 5.625rem;
}
@media (min-width: 20rem) {
  .scrolled_down .company_logo {
    width: calc(5.625rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .scrolled_down .company_logo {
    width: 18.125rem;
  }
}

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

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  row-gap: 0.75em;
  border-top: 0.125rem solid #457B96;
  border-right: 0.125rem solid #457B96;
  border-left: 0.125rem solid #457B96;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25);
  padding: 0.75em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  text-align: center;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    left: 15%;
    right: 15%;
    align-items: center;
    column-gap: 0.3em;
    grid-template-columns: 1fr;
    grid-template-areas: "cb_text_policy cb_button_confirm" "cb_link_privacy cb_button_confirm";
  }
  .cookie_banner .cb_text_policy {
    text-align: left;
  }
  .cookie_banner .cb_link_privacy {
    justify-self: flex-start;
  }
}
.cookie_banner .cb_title_with_svg {
  display: none;
  grid-area: cb_title_with_svg;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
}
.cookie_banner p {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}

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

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

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

.download_overview,
.infolist_overview {
  margin-bottom: 0.75em;
}
.download_overview .overview_title,
.infolist_overview .overview_title {
  margin-bottom: 1.5em;
}
.download_overview .touch_link,
.infolist_overview .touch_link {
  padding-block: 0.9375rem;
  padding-inline: 0.9375rem;
}
.download_overview .touch_link .title_wrapper,
.infolist_overview .touch_link .title_wrapper {
  margin-bottom: 0;
  padding-top: 0;
}
.download_overview .touch_link .title,
.infolist_overview .touch_link .title {
  color: #000;
}
.download_overview .touch_link .text,
.infolist_overview .touch_link .text {
  margin-bottom: 0;
}

.download_overview .touch_link {
  border-bottom: 0.125rem solid #457b96;
}
.download_overview .touch_link:nth-child(odd) {
  background-color: rgba(69, 123, 150, 0.095);
}

.infolist_overview .touch_link {
  border-bottom: 0.125rem solid #b4801a;
}
.infolist_overview .touch_link:nth-child(odd) {
  background-color: rgba(180, 128, 26, 0.075);
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 75rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    transition: 300ms;
  }
}
@media (min-width: 75rem) and (min-width: 110.625rem) {
  .dropdown_menu {
    margin-bottom: 1.6875rem;
  }
}
@media (min-width: 75rem) {
  .scrolled_down .dropdown_menu {
    margin-bottom: 0;
  }
}
@media (min-width: 75rem) and (min-width: 110.625rem) {
  .scrolled_down .dropdown_menu {
    margin-bottom: 0.625rem;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
  margin-bottom: 0;
}
.dropdown_menu > ul li:hover > a:before, .dropdown_menu > ul li.hover > a:before {
  right: 0;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.75em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
  margin-bottom: 0;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #000;
  display: flex;
  hyphens: none;
  margin-left: 0.625rem;
  white-space: nowrap;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li > a {
    margin-left: calc(0.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    margin-left: 1.5625rem;
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li > a {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    font-size: 1.25rem;
  }
}
@media (min-width: 110.625rem) {
  .dropdown_menu > ul > li > a {
    margin-bottom: 0.25rem;
  }
}
.dropdown_menu > ul > li > a:before {
  background: #457B96;
  bottom: 0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 100%;
  transition: right 300ms ease-out;
  z-index: -1;
}
.dropdown_menu > ul > li > a.active:before {
  right: 0;
}
.dropdown_menu > ul > li ul {
  background: #457B96;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  left: 0.625rem;
  line-height: 1.85;
  padding: 0.625rem;
  transform: translateY(-0.75rem);
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
  border-radius: 0.375rem;
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li ul {
    left: calc(0.625rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li ul {
    left: 1.5625rem;
  }
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li ul {
    padding: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li ul {
    padding: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li ul {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li ul {
    border-radius: 0.75rem;
  }
}
@media (max-width: 110.5625rem) {
  .dropdown_menu > ul > li ul {
    top: calc(100% + (0.0625rem * 6));
  }
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #fff;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
  text-decoration: none;
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li ul a {
    letter-spacing: calc(1.125rem * 0);
  }
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li ul a {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li ul a {
    font-size: 1.125rem;
  }
}
.dropdown_menu > ul > li ul a:hover, .dropdown_menu > ul > li ul a.active {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

.faq_seo_overview {
  padding-top: 2.1875rem;
}
@media (min-width: 20rem) {
  .faq_seo_overview {
    padding-top: calc(2.1875rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .faq_seo_overview {
    padding-top: 6.25rem;
  }
}
.faq_seo_overview .faq_seo_entry {
  margin-bottom: 1.5em;
}
.faq_seo_overview.chat .faq_seo_entry {
  container-type: inline-size;
}
.faq_seo_overview.chat .faq_seo_item {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question {
  background-color: #457B96;
  color: #fff;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question p {
  margin-bottom: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question::before {
  border-color: transparent transparent #457B96 transparent;
  border-width: 0 1.5625rem 1.5625rem 1.5625rem;
  bottom: -1.5625rem;
  transform: rotate(90deg);
  left: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer {
  background-color: #f5f5f5;
  margin-top: 3em;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer p:last-of-type {
  margin-bottom: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer::before {
  border-color: transparent transparent #f5f5f5 transparent;
  transform: rotate(270deg);
  border-width: 0 3.125rem 3.125rem 3.125rem;
  bottom: -3.125rem;
  right: 0;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer p {
  color: #000;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question,
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer {
  padding: 1.5em 3em;
  position: relative;
  margin-bottom: 4.5em;
}
.faq_seo_overview.chat .faq_seo_item .faq_seo_question::before,
.faq_seo_overview.chat .faq_seo_item .faq_seo_answer::before {
  content: "";
  border-style: solid;
  display: block;
  position: absolute;
  transform-origin: top;
  z-index: -1;
}
@container (min-width: 470px) {
  .faq_seo_overview.chat .faq_seo_item {
    flex-direction: row;
    align-items: flex-start;
  }
  .faq_seo_overview.chat .faq_seo_item .faq_seo_question {
    flex: 0 0 30%;
    margin-right: 1.5em;
  }
  .faq_seo_overview.chat .faq_seo_item .faq_seo_answer {
    flex: 1 0 50%;
  }
}
.faq_seo_overview.teaser .faq_seo_entry {
  display: flex;
  align-items: flex-start;
}
.faq_seo_overview.teaser .faq_seo_entry .icon {
  margin-right: 1.5em;
}
.faq_seo_overview.teaser .faq_seo_entry .icon svg {
  fill: #457B96;
  width: 3.125rem;
}
@media (min-width: 20rem) {
  .faq_seo_overview.teaser .faq_seo_entry .icon svg {
    width: calc(3.125rem + 3.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .faq_seo_overview.teaser .faq_seo_entry .icon svg {
    width: 6.25rem;
  }
}
.faq_seo_overview.teaser .faq_seo_entry .faq_seo_item {
  padding-top: 1.5em;
}
.faq_seo_overview.teaser .faq_seo_entry .faq_seo_item .title {
  color: #457B96;
}
.faq_seo_overview.card_flip {
  text-align: center;
  margin-bottom: 1.5em;
}
.faq_seo_overview.card_flip .faq_seo_entry {
  height: 100%;
}
.faq_seo_overview.card_flip .faq_seo_item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 900ms;
  margin-bottom: 3em;
  border: 0.125rem solid gainsboro;
  width: 100%;
  height: 100%;
}
.faq_seo_overview.card_flip .faq_seo_item:focus {
  transform: rotateY(180deg);
}
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_question {
  z-index: 100;
  grid-column: 1/-1;
  order: 2;
  background-color: #457B96;
}
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_answer {
  z-index: 90;
  grid-column: 1/-1;
  order: 1;
  background-color: #f5f5f5;
  transform: rotateY(180deg);
}
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_question,
.faq_seo_overview.card_flip .faq_seo_item .faq_seo_answer {
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
  backface-visibility: hidden;
}
.faq_seo_overview.card_full {
  display: grid;
  gap: 1.5em;
  grid-template-areas: "a" "b" "c" "d" "e" "f";
  grid-template-columns: 1fr;
}
.faq_seo_overview.card_full .faq_seo_entry {
  grid-column: -1/1;
  background-color: #f5f5f5;
  padding: 4.5em;
  padding-left: 7.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  counter-increment: faq_seo_card_section;
  position: relative;
}
.faq_seo_overview.card_full .faq_seo_entry .title {
  color: #457B96;
}
.faq_seo_overview.card_full .faq_seo_entry::before {
  content: counter(faq_seo_card_section) ". ";
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  top: 0.9375rem;
  left: 1.875rem;
  color: #457B96;
}
.faq_seo_overview.card_full .faq_seo_entry_1 {
  grid-area: a;
}
.faq_seo_overview.card_full .faq_seo_entry_2 {
  grid-area: b;
}
.faq_seo_overview.card_full .faq_seo_entry_3 {
  grid-area: c;
}
.faq_seo_overview.card_full .faq_seo_entry_4 {
  grid-area: d;
}
.faq_seo_overview.card_full .faq_seo_entry_5 {
  grid-area: e;
}
.faq_seo_overview.card_full .faq_seo_entry_6 {
  grid-area: f;
}
@media (min-width: 75rem) {
  .faq_seo_overview.card_full {
    grid-template-areas: "a a b b b" "a a c c c" "d d d e e" "f f f e e";
    grid-template-columns: repeat(5, 1fr);
  }
}
.faq_seo_overview.card_layout .faq_seo_banner {
  background-color: #457B96;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 1.5em;
}
.faq_seo_overview.card_layout .faq_seo_banner strong {
  color: #fff;
  font-size: 3.125rem;
  margin-right: 1.25rem;
}
@media (min-width: 20rem) {
  .faq_seo_overview.card_layout .faq_seo_banner strong {
    font-size: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .faq_seo_overview.card_layout .faq_seo_banner strong {
    font-size: 9.375rem;
  }
}
.faq_seo_overview.card_layout .faq_seo_entry {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 3em;
  background-color: #f5f5f5;
}
.faq_seo_overview.card_layout .faq_seo_entry .title {
  color: #457B96;
}
.faq_seo_overview.tab_horizontal, .faq_seo_overview.tab_vertical {
  display: flex;
  margin-bottom: 1.5em;
  position: relative;
  flex-direction: column;
}
@media (min-width: 75rem) {
  .faq_seo_overview.tab_horizontal.tab_vertical, .faq_seo_overview.tab_vertical.tab_vertical {
    flex-direction: row;
  }
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
  overflow: hidden;
  background-color: #c3d9e4;
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper .faq_seo_slides, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper .faq_seo_slides {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.faq_seo_overview.tab_horizontal .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab.active, .faq_seo_overview.tab_vertical .faq_seo_slides_wrapper .faq_seo_slides .faq_seo_tab.active {
  visibility: visible;
  opacity: 1;
}
.faq_seo_overview.tab_horizontal .faq_seo_slide.animated, .faq_seo_overview.tab_vertical .faq_seo_slide.animated {
  transition: transform 300ms ease-out;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination, .faq_seo_overview.tab_vertical .faq_seo_pagination {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  position: relative;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination.tab_vertical, .faq_seo_overview.tab_vertical .faq_seo_pagination.tab_vertical {
  flex-direction: column;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination a, .faq_seo_overview.tab_vertical .faq_seo_pagination a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  text-decoration: none;
  padding: 1.5em;
  position: relative;
  transition: all 300ms ease-out;
  font-weight: bold;
}
.faq_seo_overview.tab_vertical {
  background-color: #c3d9e4;
}
.faq_seo_overview.tab_vertical .faq_seo_pagination {
  flex-direction: column;
  gap: 0.125rem;
}
.faq_seo_overview.tab_vertical .faq_seo_pagination_item {
  border-left: #c3d9e4 solid 0.3125rem;
  background-color: #c3d9e4;
}
.faq_seo_overview.tab_vertical .faq_seo_pagination_item.active, .faq_seo_overview.tab_vertical .faq_seo_pagination_item:hover {
  background-color: #7eacc3;
  border-left-color: #355e73;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination {
  flex-direction: column;
  border-bottom: 0.3125rem solid #355e73;
}
@media (min-width: 61.875rem) {
  .faq_seo_overview.tab_horizontal .faq_seo_pagination {
    flex-direction: row;
    gap: 0.625rem;
  }
  .faq_seo_overview.tab_horizontal .faq_seo_pagination a {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination a {
  background-color: #c3d9e4;
}
.faq_seo_overview.tab_horizontal .faq_seo_pagination a.active, .faq_seo_overview.tab_horizontal .faq_seo_pagination a:hover {
  background-color: #355e73;
}

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

.figure.outline {
  border: 0.1875rem solid #b4801a;
  margin-bottom: 0;
}

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

footer {
  overflow-x: hidden;
}
.startpage footer {
  margin-top: 1.5625rem;
}
@media (min-width: 20rem) {
  .startpage footer {
    margin-top: calc(1.5625rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage footer {
    margin-top: 5.625rem;
  }
}
footer .footer_top {
  padding-top: 1.25rem;
  position: relative;
}
footer .footer_top:before {
  background: #B4801A;
  content: "";
  height: 0.125rem;
  position: absolute;
  top: 0;
  width: calc(100% - (0.0625rem * 40));
  left: 1.25rem;
  right: 1.25rem;
}
@media (min-width: 61.875rem) {
  footer .footer_top:before {
    width: calc(100% - (0.0625rem * 120));
    left: 3.75rem;
    right: 3.75rem;
  }
}
footer .footer_top .address .company_name {
  letter-spacing: calc((1.0625rem + 0.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.0625rem;
  margin-bottom: 0.75em;
  font-family: "Martel", sans-serif;
}
@media (min-width: 93.75rem) {
  footer .footer_top .address .company_name {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  footer .footer_top .address .company_name {
    font-size: calc(1.0625rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_top .address .company_name {
    font-size: 1.25rem;
  }
}
footer .footer_top .address .contact_wrapper p {
  line-height: 2;
}
footer .footer_top .links_overview_wrapper {
  margin-top: 1.5em;
}
@media (min-width: 61.875rem) {
  footer .footer_top .links_overview_wrapper {
    margin-top: 0;
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
footer .footer_top .links_overview_wrapper .footer_content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  footer .footer_top .links_overview_wrapper .footer_content {
    gap: 1.5625rem;
    flex-direction: row;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  footer .footer_top .links_overview_wrapper .footer_content {
    gap: calc(1.5625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  footer .footer_top .links_overview_wrapper .footer_content {
    gap: 2.8125rem;
  }
}
@media (min-width: 61.875rem) {
  footer .footer_top .links_overview_wrapper .footer_content {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
footer .footer_top .links_overview {
  margin-left: 0.75rem;
}
footer .footer_top .links_overview ul {
  list-style: url("../../common/images/icons/list_style_arrow.svg");
  color: #B4801A;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
footer .footer_top .links_overview ul li {
  margin-bottom: 0;
}
footer .footer_top .links_overview ul a.active {
  color: #000;
  text-decoration: none;
}
footer .footer_bottom {
  margin-top: 0.9375rem;
  background-color: #576160;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.625rem;
}
@media (min-width: 20rem) {
  footer .footer_bottom {
    margin-top: calc(0.9375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .footer_bottom {
    margin-top: 1.5625rem;
  }
}
footer .footer_bottom:before, footer .footer_bottom:after {
  background: #576160;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
footer .footer_bottom:before {
  left: 100%;
}
footer .footer_bottom:after {
  right: 100%;
}
footer .footer_bottom .related_links ul {
  display: flex;
  gap: 0.3125rem;
}
footer .footer_bottom .related_links ul li {
  color: #fff;
}
footer .footer_bottom .related_links ul li:not(:last-of-type):after {
  content: "|";
}
footer .footer_bottom .related_links ul li a {
  color: #fff;
}
footer .footer_bottom .related_links ul li a:hover, footer .footer_bottom .related_links ul li a:focus-visible, footer .footer_bottom .related_links ul li a.active {
  text-decoration: none;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.5625rem;
  }
}
.file.error .file_name {
  border-color: #457B96;
}
.file .file_name {
  background: #fff;
  border: 0.125rem solid gainsboro;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 0 0.1875rem gainsboro inset;
  color: #000;
  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.875rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.3125rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.5625rem;
  }
}
.file .file_button {
  border-radius: 0 0.5rem 0.5rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #457B96;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .file .file_button {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button {
    height: 4.625rem;
  }
}
.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 + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 4.375rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.file .file_button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .file .file_button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .file .file_button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button .text {
    font-size: 1.25rem;
  }
}
.file .file_button .icon + .text {
  padding-left: 0.1875rem;
}
.file .file_button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.3125rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(69, 123, 150, 0.2);
  background: #576160;
  border-color: #576160;
  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.875rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.5625rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #576160;
  border-color: #576160;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #B4801A inset;
  background: #B4801A;
  border: 0;
  color: #000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button {
    height: 4.625rem;
  }
}
.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 + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 4.375rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #000;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button .text {
    font-size: 1.25rem;
  }
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.1875rem;
}

@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.875rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 4.625rem;
  }
}
@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 {
  background-color: #fff;
  transition: 300ms;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
@media (min-width: 20rem) {
  header {
    padding-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 20rem) {
  header {
    padding-top: calc(0.625rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header {
    padding-top: 1.875rem;
  }
}
@media (min-width: 47.5rem) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  .scrolled_down header {
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .scrolled_down header {
    padding-top: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .scrolled_down header {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .scrolled_down header {
    padding-bottom: calc(0.5rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .scrolled_down header {
    padding-bottom: 1.25rem;
  }
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 35rem) and (max-width: 47.4375rem) {
  .header_top {
    align-items: flex-start;
  }
  .header_top .nav_quicklinks_wrapper {
    flex-direction: column-reverse;
  }
  .header_top .nav_quicklinks_wrapper .quicklinks {
    align-self: flex-end;
  }
}
@media (min-width: 47.5rem) and (max-width: 74.9375rem) {
  .header_top {
    align-items: center;
  }
  .header_top .nav_quicklinks_wrapper {
    flex-direction: row-reverse;
    gap: 0.9375rem;
  }
  .header_top .nav_quicklinks_wrapper .quicklinks {
    align-self: flex-end;
    height: 2.875rem;
  }
}
@media (min-width: 47.5rem) and (max-width: 74.9375rem) and (min-width: 20rem) {
  .header_top .nav_quicklinks_wrapper .quicklinks {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (max-width: 74.9375rem) and (min-width: 93.75rem) {
  .header_top .nav_quicklinks_wrapper .quicklinks {
    height: 4.625rem;
  }
}
@media (min-width: 75rem) and (max-width: 110.5625rem) {
  .header_top {
    align-items: center;
  }
  .header_top .nav_quicklinks_wrapper {
    flex-direction: column-reverse;
  }
  .header_top .nav_quicklinks_wrapper .quicklinks {
    align-self: flex-end;
  }
}
@media (max-width: 110.5625rem) {
  .header_top {
    position: relative;
  }
  .header_top .nav_quicklinks_wrapper {
    display: flex;
  }
}
.header_top .quicklinks {
  display: none;
}
@media (min-width: 35rem) {
  .header_top .quicklinks {
    background-color: #457B96;
    align-items: center;
    gap: 0.8125rem;
    padding-block: 0.625rem;
    padding-inline: 0.625rem;
    transition: 300ms;
    position: relative;
    margin-bottom: 0.9375rem;
    display: flex;
    border-radius: 0.375rem;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  .header_top .quicklinks {
    border-radius: calc(0.375rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  .header_top .quicklinks {
    border-radius: 0.75rem;
  }
}
@media (min-width: 110.625rem) {
  .header_top .quicklinks {
    margin-bottom: 0;
    gap: 0.9375rem;
    padding-block: 0.9375rem;
    padding-inline: 0.625rem;
    flex-direction: column;
    position: absolute;
    right: 2.5rem;
    top: 1.25rem;
    transform: translateY(0);
  }
}
@media (min-width: 110.625rem) and (min-width: 20rem) {
  .header_top .quicklinks {
    gap: calc(0.9375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 110.625rem) and (min-width: 93.75rem) {
  .header_top .quicklinks {
    gap: 1.5625rem;
  }
}
@media (min-width: 110.625rem) and (min-width: 20rem) {
  .header_top .quicklinks {
    padding-block: calc(0.9375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 110.625rem) and (min-width: 93.75rem) {
  .header_top .quicklinks {
    padding-block: 1.5625rem;
  }
}
@media (min-width: 110.625rem) and (min-width: 20rem) {
  .header_top .quicklinks {
    padding-inline: calc(0.625rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 110.625rem) and (min-width: 93.75rem) {
  .header_top .quicklinks {
    padding-inline: 1.25rem;
  }
}
.header_top .quicklinks:after {
  background: #B4801A;
  content: "";
  position: absolute;
  top: -0.5625rem;
  height: 0.125rem;
  right: 1.25rem;
  left: 1.25rem;
}
@media (min-width: 47.5rem) {
  .header_top .quicklinks:after {
    top: -0.75rem;
  }
}
@media (min-width: 110.625rem) {
  .header_top .quicklinks:after {
    height: 100%;
    top: 0;
    width: 0.125rem;
    right: -1.25rem;
    left: inherit;
  }
}
.header_top .quicklinks .icon-link {
  transition: 300ms;
}
.header_top .quicklinks .icon-link:hover, .header_top .quicklinks .icon-link:focus-visible {
  transform: scale(0.9);
}
.header_top .quicklinks .icon-link .icon {
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  fill: #fff;
}
@media (min-width: 110.625rem) {
  .header_top .quicklinks .icon-link .icon {
    height: 2.4375rem;
    width: 2.4375rem;
  }
}

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

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

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

.infolist_download {
  align-items: baseline;
  color: #000;
  margin-bottom: 1.5em;
}
.infolist_download .infolist_title {
  font-weight: 600;
}
.infolist_download p {
  margin-right: 1.5em;
}
.infolist_download p, .infolist_download a {
  color: #000;
}

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

.infolist_top_link {
  margin: 0.75em 0;
  display: flex;
  justify-content: center;
}

/* 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;
}
.grey-bg .infolist_container_stand_haftung > div p:not(.disclaimer) {
  color: #fff;
}

.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: #457B96;
  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(69, 123, 150, 0.8);
}

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

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

@supports (-moz-appearance: none) {
  .infolist_text_list_style, .infolist:not(.infolist_boxit) .infolist_text_container {
    list-style: url("../../common/images/icons/list_style_leaf.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: #f5f5f5;
  color: #457B96;
  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: #457B96;
  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: #ededed;
}
.infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    letter-spacing: calc(1rem * 0);
  }
}
@media (min-width: 20rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .infolist_accordion_style .infolist_text:focus > *:not(h2):not(h3) {
    font-size: 1rem;
  }
}
.infolist_accordion_style .infolist_text:focus > h3::before,
.infolist_accordion_style .infolist_text:focus > h2::before {
  transform: rotate(0);
}
.infolist_accordion_style .infolist_text > *:not(h2):not(h3) {
  font-size: 0;
  overflow: hidden;
  padding-top: 0.75em;
  transform-origin: top;
  transition: all 300ms;
}

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

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

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

.legal_notice_tax_aut_aab {
  margin-bottom: 0.75em;
  padding-top: 0.75em;
}
.legal_notice_tax_aut_aab [href$=".pdf"] {
  display: block;
}
.legal_notice_tax_aut_aab [href$=".pdf"] > span {
  display: flex;
}
.legal_notice_tax_aut_aab .icon {
  display: block;
  fill: #e44e4e;
  height: 1.5rem;
  margin-right: 0.75em;
  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 */

@keyframes gentle_float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flower {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flower_soft {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flower_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes gentle_float_delayed {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0);
  }
}
.page_wrapper,
body {
  overflow-x: hidden;
}

.horizontal_rule {
  background: rgba(87, 97, 96, 0.1);
  border: 0;
  width: 100%;
  height: 0.375rem;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .horizontal_rule {
    margin-top: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .horizontal_rule {
    margin-top: 2.25em;
  }
}
@media (min-width: 20rem) {
  .horizontal_rule {
    margin-bottom: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .horizontal_rule {
    margin-bottom: 2.25em;
  }
}

.grey-bg {
  background-color: #576160;
  position: relative;
  padding-block: 1.875rem;
}
@media (min-width: 20rem) {
  .grey-bg {
    padding-block: calc(1.875rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .grey-bg {
    padding-block: 6.25rem;
  }
}
.grey-bg:before, .grey-bg:after {
  background: #576160;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.grey-bg:before {
  left: 100%;
}
.grey-bg:after {
  right: 100%;
}

.white_box {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 0.375rem;
}
@media (min-width: 20rem) {
  .white_box {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .white_box {
    padding: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .white_box {
    border-radius: calc(0.375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .white_box {
    border-radius: 1rem;
  }
}
body:not(.hide_consent_banner) .white_box h2, body:not(.hide_consent_banner) .white_box .style_h2 {
  padding-top: 0;
  color: #000;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}
body:not(.hide_consent_banner) .white_box h2:before, body:not(.hide_consent_banner) .white_box .style_h2:before {
  background: #B4801A;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 1.25rem;
  right: 1.25rem;
  transition: 300ms;
}
@media (max-width: 61.8125rem) {
  .white_box.first {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 20rem) and (max-width: 61.8125rem) {
  .white_box.first {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
.white_box.mt {
  margin-top: 0.9375rem;
}
@media (min-width: 20rem) {
  .white_box.mt {
    margin-top: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .white_box.mt {
    margin-top: 3.125rem;
  }
}

.plain_box_white {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 0.375rem;
}
@media (min-width: 20rem) {
  .plain_box_white {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .plain_box_white {
    padding: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .plain_box_white {
    border-radius: calc(0.375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .plain_box_white {
    border-radius: 1rem;
  }
}

.shape {
  width: 100%;
  height: 1.25rem;
  height: auto;
}
@media (min-width: 20rem) {
  .shape {
    height: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .shape {
    height: 3.125rem;
  }
}
.shape svg {
  height: 100%;
  width: 100%;
}

.main_top_wrapper,
.startpage_tree {
  margin-inline: calc(50% - 50vw);
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 20rem) {
  .main_top_wrapper,
.startpage_tree {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .main_top_wrapper,
.startpage_tree {
    margin-bottom: 3.125rem;
  }
}
.main_top_wrapper .shape,
.startpage_tree .shape {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 4;
}
.main_top_wrapper .shape.bottom,
.startpage_tree .shape.bottom {
  top: calc(100% + (0.0625rem * 1));
}

.flower_teaser_wrapper {
  display: none;
}
@media (min-width: 47.5rem) {
  .flower_teaser_wrapper {
    margin-inline: calc(50% - 50vw);
    position: absolute;
    transform: translateY(48%);
    bottom: 0;
    z-index: 5;
    display: block;
  }
  .flower_teaser_wrapper .flower_left {
    width: 5rem;
    height: 7.9375rem;
    display: block;
  }
}
@media (min-width: 47.5rem) and (min-width: 47.5rem) {
  .flower_teaser_wrapper .flower_left {
    width: calc(5rem + 5.0625 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .flower_teaser_wrapper .flower_left {
    width: 10.0625rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 47.5rem) {
  .flower_teaser_wrapper .flower_left {
    height: calc(7.9375rem + 8 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .flower_teaser_wrapper .flower_left {
    height: 15.9375rem;
  }
}

.flower_news_wrapper {
  display: none;
}
@media (min-width: 47.5rem) {
  .flower_news_wrapper {
    margin-inline: calc(50% - 50vw);
    position: absolute;
    transform: translateY(48%);
    bottom: 0;
    z-index: 5;
    display: block;
    right: 0;
  }
  .flower_news_wrapper .flower_right {
    width: 4.6875rem;
    height: 7.9375rem;
    display: block;
  }
}
@media (min-width: 47.5rem) and (min-width: 47.5rem) {
  .flower_news_wrapper .flower_right {
    width: calc(4.6875rem + 3.1875 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .flower_news_wrapper .flower_right {
    width: 7.875rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 47.5rem) {
  .flower_news_wrapper .flower_right {
    height: calc(7.9375rem + 5.375 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .flower_news_wrapper .flower_right {
    height: 13.3125rem;
  }
}

.top_section {
  position: relative;
}

.flower_unterseite_wrapper {
  display: none;
}
@media (min-width: 61.875rem) {
  .flower_unterseite_wrapper {
    margin-inline: calc(50% - 50vw);
    position: absolute;
    z-index: 5;
    display: block;
    bottom: 0;
    transform: translateX(-5%) translateY(59%);
  }
}
@media (min-width: 61.875rem) and (min-width: 108.125rem) {
  .flower_unterseite_wrapper {
    bottom: inherit;
    transform: translateX(-5%) translateY(50%);
    top: 0;
  }
}
@media (min-width: 61.875rem) {
  .flower_unterseite_wrapper .flower_left {
    width: 4.375rem;
    height: 6.9375rem;
    display: block;
  }
}
@media (min-width: 61.875rem) and (min-width: 47.5rem) {
  .flower_unterseite_wrapper .flower_left {
    width: calc(4.375rem + 1.875 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .flower_unterseite_wrapper .flower_left {
    width: 6.25rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 47.5rem) {
  .flower_unterseite_wrapper .flower_left {
    height: calc(6.9375rem + 3 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .flower_unterseite_wrapper .flower_left {
    height: 9.9375rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 112.5rem) {
  .flower_unterseite_wrapper .flower_left {
    width: 7.5rem;
    height: 11.875rem;
  }
}

.slogan_wrapper {
  padding-top: 2.1875rem;
  padding-bottom: 1.5625rem;
  text-align: center;
}
@media (min-width: 20rem) {
  .slogan_wrapper {
    padding-top: calc(2.1875rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper {
    padding-top: 6.25rem;
  }
}
@media (min-width: 20rem) {
  .slogan_wrapper {
    padding-bottom: calc(1.5625rem + 4.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper {
    padding-bottom: 6.25rem;
  }
}
.startpage .slogan_wrapper {
  padding-bottom: 1.5625rem;
  padding-top: 2.1875rem;
}
@media (min-width: 20rem) {
  .startpage .slogan_wrapper {
    padding-bottom: calc(1.5625rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .slogan_wrapper {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .startpage .slogan_wrapper {
    padding-top: calc(2.1875rem + -0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .slogan_wrapper {
    padding-top: 1.25rem;
  }
}
@media (min-width: 61.875rem) {
  .startpage .slogan_wrapper {
    padding-bottom: 0;
  }
}
.startpage .slogan_wrapper h1 {
  margin-inline: auto;
  max-width: 35ch;
  position: relative;
  padding-inline: 0.4375rem;
}
.startpage .slogan_wrapper h1:before, .startpage .slogan_wrapper h1:after {
  background: #B4801A;
  content: "";
  height: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
@media (min-width: 20rem) {
  .startpage .slogan_wrapper h1:before, .startpage .slogan_wrapper h1:after {
    width: calc(2.5rem + 10 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .slogan_wrapper h1:before, .startpage .slogan_wrapper h1:after {
    width: 12.5rem;
  }
}
.startpage .slogan_wrapper h1:before {
  left: 100%;
}
.startpage .slogan_wrapper h1:after {
  right: 100%;
}
.slogan_wrapper .style_slogan.top {
  margin-inline: auto;
  position: relative;
  display: inline-block;
  padding-inline: 1.5625rem;
  margin-bottom: 0;
}
.slogan_wrapper .style_slogan.top:before, .slogan_wrapper .style_slogan.top:after {
  background: #B4801A;
  content: "";
  height: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
@media (min-width: 20rem) {
  .slogan_wrapper .style_slogan.top:before, .slogan_wrapper .style_slogan.top:after {
    width: calc(2.5rem + 10 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper .style_slogan.top:before, .slogan_wrapper .style_slogan.top:after {
    width: 12.5rem;
  }
}
.slogan_wrapper .style_slogan.top:before {
  left: 100%;
}
.slogan_wrapper .style_slogan.top:after {
  right: 100%;
}
.slogan_wrapper .style_slogan.bottom {
  letter-spacing: calc((1.1875rem + 0.8125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.1875rem;
  margin-bottom: 0.75em;
}
@media (min-width: 93.75rem) {
  .slogan_wrapper .style_slogan.bottom {
    letter-spacing: calc(2rem * 0);
  }
}
@media (min-width: 20rem) {
  .slogan_wrapper .style_slogan.bottom {
    font-size: calc(1.1875rem + 0.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slogan_wrapper .style_slogan.bottom {
    font-size: 2rem;
  }
}
.startpage .slogan_wrapper .button {
  z-index: 1;
  position: relative;
}
.slogan_wrapper p {
  max-width: 90ch;
  margin-inline: auto;
  margin-bottom: 1.5em;
}
.startpage .slogan_wrapper p {
  max-width: 120ch;
}

.sitetitle_wrapper {
  padding-bottom: 1.125rem;
}
@media (min-width: 20rem) {
  .sitetitle_wrapper {
    padding-bottom: calc(1.125rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sitetitle_wrapper {
    padding-bottom: 2.0625rem;
  }
}

@media (min-width: 93.75rem) {
  .startpage_tree {
    margin-top: -3.125rem;
  }
}
.startpage_tree .baum_button_wrapper {
  position: relative;
}
.startpage_tree .baum_button_wrapper .buttons_wrapper {
  display: none;
}
@media (min-width: 35rem) and (max-width: 61.8125rem) {
  .startpage_tree .baum_button_wrapper .buttons_wrapper {
    position: absolute;
    left: 0;
    z-index: 1;
    gap: 1.25rem;
    top: 1.25rem;
    bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) and (min-width: 20rem) {
  .startpage_tree .baum_button_wrapper .buttons_wrapper {
    top: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) and (min-width: 93.75rem) {
  .startpage_tree .baum_button_wrapper .buttons_wrapper {
    top: 3.125rem;
  }
}
@media (min-width: 35rem) and (max-width: 61.8125rem) {
  .startpage_tree .baum_button_wrapper .buttons_wrapper .button_v2 {
    align-self: flex-start;
  }
}
@media (min-width: 61.875rem) {
  .startpage_tree .baum_button_wrapper .buttons_wrapper {
    display: flex;
  }
}
@media (min-width: 61.875rem) and (prefers-reduced-motion: no-preference) {
  .startpage_tree .baum_button_wrapper .button_v2 {
    animation: gentle_float 3s ease-in-out infinite;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_1 {
    animation-delay: 0s;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_2 {
    animation-delay: 0.5s;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_3 {
    animation-delay: 1s;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_4 {
    animation-delay: 1.5s;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_5 {
    animation-delay: 2s;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_6 {
    animation-delay: 0.5s;
  }
}
@media (min-width: 61.875rem) {
  .startpage_tree .baum_button_wrapper .button_v2 {
    position: absolute;
    z-index: 1;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_1 {
    top: 18%;
    left: 5%;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_2 {
    top: 20%;
    right: 7%;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_3 {
    top: 39%;
    left: 3%;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_4 {
    top: 41%;
    right: 0;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_5 {
    top: 58%;
    left: 5.5%;
  }
  .startpage_tree .baum_button_wrapper .button_v2.btn_6 {
    top: 66%;
    right: 10%;
  }
}
.startpage_tree .baum_button_wrapper .baum_wrapper {
  max-width: 43.75rem;
  pointer-events: none;
  z-index: -1;
  user-select: none;
  position: relative;
}
@media (min-width: 61.875rem) {
  .startpage_tree .baum_button_wrapper .baum_wrapper {
    margin-inline: auto;
  }
}
.startpage_tree .baum_button_wrapper .baum_wrapper #baum {
  position: relative;
  top: 1.25rem;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 20rem) {
  .startpage_tree .baum_button_wrapper .baum_wrapper #baum {
    top: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage_tree .baum_button_wrapper .baum_wrapper #baum {
    top: 3.125rem;
  }
}
@media (max-width: 61.8125rem) {
  .startpage_tree .baum_button_wrapper .baum_wrapper #baum {
    left: 15vw;
  }
}

.first_text_column {
  margin-top: 2.1875rem;
}
@media (min-width: 20rem) {
  .first_text_column {
    margin-top: calc(2.1875rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .first_text_column {
    margin-top: 6.25rem;
  }
}
@media (min-width: 61.875rem) {
  .first_text_column {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .first_text_column {
    margin-bottom: calc(2.1875rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .first_text_column {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 75rem) {
  .first_text_column {
    margin-right: 2vw;
  }
}

.unterseite_baum {
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 61.875rem) {
  .unterseite_baum {
    position: relative;
    margin-right: 0;
    max-width: none;
  }
}
.unterseite_baum #baum {
  right: 0;
  top: 1.25rem;
  position: relative;
  z-index: -1;
  height: 25rem;
  width: auto;
}
@media (min-width: 20rem) {
  .unterseite_baum #baum {
    top: calc(1.25rem + 1.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .unterseite_baum #baum {
    top: 3.125rem;
  }
}
@media (min-width: 61.875rem) {
  .unterseite_baum #baum {
    bottom: -2.5rem;
    position: absolute;
    right: inherit;
    top: inherit;
    height: 43.125rem;
    width: auto;
    left: 100%;
    transform: translateX(-58%);
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .unterseite_baum #baum {
    bottom: calc(-2.5rem + -3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .unterseite_baum #baum {
    bottom: -6.25rem;
  }
}
@media (min-width: 75rem) {
  .unterseite_baum #baum {
    height: 45rem;
    width: auto;
    left: 100%;
    transform: translateX(-67%);
  }
}
@media (min-width: 93.75rem) {
  .unterseite_baum #baum {
    height: 46.875rem;
    width: auto;
    left: 100%;
    transform: translateX(-80%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ani_wiggle {
    animation: wiggle 3s ease-in-out infinite;
  }

  .ani_float {
    animation: gentle_float 3s ease-in-out infinite;
  }

  .ani_flower {
    animation: flower 3s ease-in-out infinite;
  }

  .ani_flower_soft {
    animation: flower_soft 3s ease-in-out infinite;
  }
  .ani_flower_soft.delay {
    animation-delay: 500ms;
  }

  .ani_scale {
    animation: flower_scale 3s ease-in-out infinite;
  }
  .ani_scale.delay {
    animation-delay: 750ms;
  }
}
.cta {
  margin-inline: auto;
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .cta {
    margin-top: calc(1.25rem + 3.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .cta {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 61.875rem) {
  .cta {
    max-width: 60%;
  }
}
.cta .title {
  color: #fff;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 0;
}
.cta .button_v1 {
  margin-top: 1.5em;
}
.cta p {
  color: #fff;
  margin-top: 0.75em;
}

.referenzen_overview a,
.referenzen_overview .entry {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-bottom: 0.125rem dashed rgba(87, 97, 96, 0.1);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: 300ms;
  row-gap: 0.625rem;
}
@media (min-width: 20rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-top: 3em;
  }
}
@media (min-width: 20rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-bottom: 3em;
  }
}
@media (max-width: 61.8125rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    position: relative;
  }
  .referenzen_overview a:before, .referenzen_overview a:after,
.referenzen_overview .entry:before,
.referenzen_overview .entry:after {
    background: rgba(180, 128, 26, 0);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 300ms;
  }
  .referenzen_overview a:before,
.referenzen_overview .entry:before {
    left: 100%;
  }
  .referenzen_overview a:after,
.referenzen_overview .entry:after {
    right: 100%;
  }
}
@media (min-width: 61.875rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-left: 0.75em;
    padding-right: 0.75em;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-left: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-left: 1.5em;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-right: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .referenzen_overview a,
.referenzen_overview .entry {
    padding-right: 1.5em;
  }
}
@media (min-width: 61.875rem) {
  .referenzen_overview a .left,
.referenzen_overview .entry .left {
    flex-basis: 40%;
    align-self: center;
    margin-right: 1.5em;
  }
}
@media (min-width: 61.875rem) {
  .referenzen_overview a p,
.referenzen_overview .entry p {
    flex-basis: 60%;
  }
}
.referenzen_overview a:hover, .referenzen_overview a:focus-visible,
.referenzen_overview .entry:hover,
.referenzen_overview .entry:focus-visible {
  background-color: rgba(180, 128, 26, 0.1);
}
@media (max-width: 61.8125rem) {
  .referenzen_overview a:hover:before, .referenzen_overview a:hover:after, .referenzen_overview a:focus-visible:before, .referenzen_overview a:focus-visible:after,
.referenzen_overview .entry:hover:before,
.referenzen_overview .entry:hover:after,
.referenzen_overview .entry:focus-visible:before,
.referenzen_overview .entry:focus-visible:after {
    background: rgba(180, 128, 26, 0.1);
  }
}
.referenzen_overview .location {
  color: #B4801A;
  display: block;
  margin-bottom: 0.75em;
}
.referenzen_overview .title {
  margin-bottom: 0;
  padding: 0;
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu {
    height: 4.625rem;
  }
}
@media (max-width: 47.4375rem) {
  .toggle_offcanvas_menu {
    margin-left: auto;
  }
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
@media (max-width: 29.9375rem) {
  .toggle_offcanvas_menu .open_btn {
    padding-left: 1.25rem;
  }
  .toggle_offcanvas_menu .open_btn .text, .toggle_offcanvas_menu .open_btn .icon {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn .icon_line {
  height: 1.25rem;
  position: relative;
  width: 1.875rem;
}
@media (min-width: 30rem) {
  .toggle_offcanvas_menu .open_btn .icon_line {
    margin-left: 0.75em;
  }
}
.toggle_offcanvas_menu .open_btn .icon_line .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms;
}
.toggle_offcanvas_menu .open_btn .icon_line .line_1 {
  top: 0;
}
.toggle_offcanvas_menu .open_btn .icon_line .line_2 {
  top: 50%;
  transform: translateY(-50%);
}
.toggle_offcanvas_menu .open_btn .icon_line .line_3 {
  top: 100%;
  transform: translateY(-100%);
}
.toggle_offcanvas_menu .open_btn.open .icon_line .line_1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .icon_line .line_2 {
  transform: translateY(-50%) scaleX(0);
}
.toggle_offcanvas_menu .open_btn.open .icon_line .line_3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .sr_open {
  display: none;
}
.toggle_offcanvas_menu .open_btn.open .sr_close {
  display: block;
}

.offcanvas_menu {
  display: flex;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  background: rgba(0, 0, 0, 0.85);
  min-width: 100%;
}
.offcanvas_menu .quicklinks {
  background-color: #457B96;
  display: flex;
  gap: 0.8125rem;
  padding: 0.9375rem;
  margin-inline: auto;
  margin-top: 0.3125rem;
}
.offcanvas_menu .quicklinks .icon {
  height: 1.875rem;
  width: 1.875rem;
  display: block;
  fill: #fff;
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding: 0.75em;
  min-height: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 15.625rem;
  position: absolute;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 21.875rem;
  }
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  margin-bottom: 1.125em;
  display: inline-flex;
  margin-inline: auto;
}
.offcanvas_menu .close_btn .icon_line {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0;
  margin-left: 0.75em;
  position: relative;
}
.offcanvas_menu .close_btn .icon_line .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon_line .line_1 {
  opacity: 1;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon_line .line_2 {
  top: 50%;
  transition: bottom 300ms, transform 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .navigation {
  width: 100%;
}
.offcanvas_menu .navigation > ul ul {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 600ms;
}
.offcanvas_menu .navigation > ul {
  width: 100%;
}
.offcanvas_menu .navigation > ul > li > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  background-color: #576160;
  font-size: 112.5%;
  font-family: "Martel", sans-serif;
  font-weight: 600;
  padding-inline: 0.625rem;
  padding-block: 0.75rem;
  text-decoration: none;
  align-items: center;
}
.offcanvas_menu .navigation > ul > li > a .icon {
  display: inline-block;
  fill: #fff;
  height: 1.125rem;
  margin-left: 0.375em;
  width: 1.125rem;
}
.offcanvas_menu .navigation > ul > li > a .icon svg {
  transition: 300ms;
}
.offcanvas_menu .navigation > ul > li > a.active {
  background-color: #457B96;
}
.offcanvas_menu .navigation > ul > li ul {
  padding-left: 1.5em;
  background-color: #fff;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
  background-color: #f5f5f5;
}
.offcanvas_menu .navigation > ul li.expanded > a .icon svg {
  transform: rotate(180deg);
}
.offcanvas_menu .navigation > ul ul a {
  color: #000;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
  text-decoration: none;
}
.offcanvas_menu .navigation > ul ul a.active {
  color: #457B96;
  text-decoration: underline;
}
.offcanvas_menu .navigation > ul ul a .icon {
  display: inline-block;
  fill: #000;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .navigation > ul ul a .icon svg {
  transition: 300ms;
}

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

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

.onlinetool_v2_overview.special {
  margin-bottom: 0.75em;
}
.onlinetool_v2_overview.special .overview_title {
  margin-bottom: 1.5em;
}
.onlinetool_v2_overview.special .tool_entry {
  padding-block: 0.9375rem;
  padding-inline: 0.9375rem;
  border-bottom: 0.125rem solid #b4801a;
}
.onlinetool_v2_overview.special .tool_entry:nth-child(odd) {
  background-color: rgba(180, 128, 26, 0.075);
}
.onlinetool_v2_overview.special .tool_entry .title_wrapper {
  margin-bottom: 0;
  padding-top: 0;
}
.onlinetool_v2_overview.special .tool_entry .title {
  color: #000;
}
.onlinetool_v2_overview.special .tool_entry .text {
  margin-bottom: 0;
}
.onlinetool_v2_overview.special.blue .tool_entry {
  border-bottom: 0.125rem solid #457b96;
}
.onlinetool_v2_overview.special.blue .tool_entry:nth-child(odd) {
  background-color: rgba(69, 123, 150, 0.095);
}
.onlinetool_v2_overview.special.grey .tool_entry {
  border-bottom: 0.125rem solid #576160;
}
.onlinetool_v2_overview.special.grey .tool_entry:nth-child(odd) {
  background-color: rgba(87, 97, 96, 0.095);
}
.onlinetool_v2_overview.margin-top {
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .onlinetool_v2_overview.margin-top {
    margin-top: calc(1.5em + 2.4 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .onlinetool_v2_overview.margin-top {
    margin-top: 3.9em;
  }
}

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

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

.popup_close {
  align-items: center;
  background: #457B96;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4275em;
  text-align: center;
  height: 2.875rem;
  width: 2.875rem;
}
@media (min-width: 20rem) {
  .popup_close {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 4.625rem;
  }
}
@media (min-width: 20rem) {
  .popup_close {
    width: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 4.625rem;
  }
}
.popup_close svg {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

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

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

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

.open_street_map .map {
  height: 21.875rem;
  background-color: #f5f5f5;
  cursor: move;
  position: relative;
  width: 100%;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(21.875rem + 12.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 34.375rem;
  }
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(245, 245, 245, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.5em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    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: #457B96;
  border: 0.125rem solid #457B96;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  height: 2.875rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.875rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: #576160;
  border: 0.125rem solid #576160;
  box-shadow: 0 0 0 0.1875rem rgba(69, 123, 150, 0.2);
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: #576160;
  border: 0.125rem solid #576160;
  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.5rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-rotate-reset {
  display: none;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution {
  align-items: center;
  bottom: 0;
  cursor: default;
  display: flex;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  user-select: none;
  z-index: 99;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 3.125rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

.opening_times .entries {
  column-gap: 2.25em;
  display: flex;
  flex-wrap: wrap;
}

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

@charset "UTF-8";
.nobreak {
  white-space: nowrap;
}

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

::selection {
  background: #355e73;
  color: #fff;
}

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

main {
  display: block;
}

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

body {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-feature-settings: "liga", "kern";
  font-kerning: normal;
  font-weight: 400;
  hyphenate-limit-chars: 6 3 2;
  hyphens: auto;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 160rem;
  position: relative;
  text-rendering: geometricPrecision;
}
@media (min-width: 93.75rem) {
  body {
    letter-spacing: calc(1rem * 0);
  }
}
@media (min-width: 20rem) {
  body {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body {
    font-size: 1rem;
  }
}
body.no_scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline,
.style_h3,
[data-otool-headlinestyling=style_h3] .ot_headline,
.style_h4,
[data-otool-headlinestyling=style_h4] .ot_headline,
.style_h5,
[data-otool-headlinestyling=style_h5] .ot_headline,
.style_h6,
[data-otool-headlinestyling=style_h6] .ot_headline,
.style_slogan {
  hyphens: none;
  word-wrap: break-word;
}

.subline {
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  font-family: "Martel", sans-serif;
  color: #457B96;
}
@media (min-width: 93.75rem) {
  .subline {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .subline {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .subline {
    font-size: 1.25rem;
  }
}

h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
  letter-spacing: calc((1.375rem + 0.875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.375rem;
  color: #457B96;
  font-family: "Martel", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.75em;
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    letter-spacing: calc(2.25rem * 0);
  }
}
@media (min-width: 20rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: calc(1.375rem + 0.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1,
[data-otool-headlinestyling=style_h1] .ot_headline {
    font-size: 2.25rem;
  }
}
h1.sitetitle,
.style_h1.sitetitle,
[data-otool-headlinestyling=style_h1] .sitetitle.ot_headline {
  margin-bottom: 0;
  text-wrap: balance;
}

h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
  letter-spacing: calc((1rem + 0.5 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
  color: #457B96;
  font-family: "Martel", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.75em;
  padding-top: 0.75em;
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    letter-spacing: calc(1.5rem * 0);
  }
}
@media (min-width: 20rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  h2,
.style_h2,
[data-otool-headlinestyling=style_h2] .ot_headline,
.ot_headline {
    font-size: 1.5rem;
  }
}
.startpage h2,
.startpage .style_h2,
.startpage .ot_headline {
  letter-spacing: calc((1.1875rem + 0.8125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.1875rem;
}
@media (min-width: 93.75rem) {
  .startpage h2,
.startpage .style_h2,
.startpage .ot_headline {
    letter-spacing: calc(2rem * 0);
  }
}
@media (min-width: 20rem) {
  .startpage h2,
.startpage .style_h2,
.startpage .ot_headline {
    font-size: calc(1.1875rem + 0.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage h2,
.startpage .style_h2,
.startpage .ot_headline {
    font-size: 2rem;
  }
}

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

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

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

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

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

.style_slogan {
  letter-spacing: calc((1.4375rem + 0.8125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.4375rem;
  color: #B4801A;
  font-family: "Martel", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.75em;
  display: block;
}
@media (min-width: 93.75rem) {
  .style_slogan {
    letter-spacing: calc(2.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .style_slogan {
    font-size: calc(1.4375rem + 0.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .style_slogan {
    font-size: 2.25rem;
  }
}

a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 0.0625rem;
  transition: color 300ms;
}
a:active, a.active {
  color: #457B96;
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem solid #B4801A;
  outline-offset: 0.125rem;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[tabindex="-1"] {
  display: block;
}
a[tabindex="-1"]:focus {
  outline: 0;
}
a[tabindex="-1"][id] {
  position: relative;
}
a[tabindex="-1"][id]:after {
  content: "";
}
a.touch_link {
  color: #000;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #457B96;
  display: inline-block;
  margin-bottom: 0.375em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #000;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.1875rem solid rgba(69, 123, 150, 0.8);
  outline-offset: 0.0625rem;
  text-decoration: none;
}
a.touch_link:focus[data-focus-method=mouse] .title, a.touch_link:focus[data-focus-method=touch] .title {
  outline: 0;
}
a.touch_link:hover .title {
  text-decoration: none;
}

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

strong {
  font-weight: 600;
}

em {
  font-style: normal;
}

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

small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: url("../../common/images/icons/list_style_leaf.svg");
  margin: 0 0 0.75em;
  padding-left: 1.125em;
}
ul > li {
  padding-left: 0.375em;
  margin-bottom: 0.625rem;
}
ul ol, ul ul {
  margin: 0;
}

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

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

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

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

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

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

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

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

.ot_ui.ot_container .button {
  padding: 0 0.75rem 0 0.75rem;
  cursor: pointer;
  background: #457B96;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
  border: 0;
  height: 2.875rem !important;
}
@media (min-width: 20rem) {
  .ot_ui.ot_container .button {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button {
    height: 4.625rem;
  }
}
.ot_ui.ot_container .button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .ot_ui.ot_container .button > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button > span {
    min-height: 4.375rem;
  }
}
.ot_ui.ot_container .button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.ot_ui.ot_container .button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui.ot_container .button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button .text {
    font-size: 1.25rem;
  }
}
.ot_ui.ot_container .button .icon + .text {
  padding-left: 0.1875rem;
}
@media (min-width: 61.875rem) {
  .ot_ui.ot_container .button {
    height: 3.5625rem !important;
  }
}
.ot_ui.ot_container .button > span {
  min-height: 2.875rem !important;
}
@media (min-width: 61.875rem) {
  .ot_ui.ot_container .button > span {
    min-height: 3.5625rem !important;
  }
}
.ot_ui.ot_container .button:focus-visible {
  background: #576160;
  border-color: #576160;
  color: #fff;
  outline: 0.1875rem solid #457B96;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
}
.ot_ui.ot_container .button:focus-visible .icon {
  fill: #fff;
}
.ot_ui.ot_container .button:hover {
  background: #576160;
  border-color: #576160;
  color: #fff;
}
.ot_ui.ot_container .button:hover .icon {
  fill: #fff;
}
.ot_ui.ot_container .button:active, .ot_ui.ot_container .button.active {
  box-shadow: 0 0 0.1875rem #B4801A inset;
  background: #B4801A;
  border: 0;
  color: #000;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
}
@media (min-width: 20rem) {
  .ot_ui.ot_container .button:active, .ot_ui.ot_container .button.active {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button:active, .ot_ui.ot_container .button.active {
    height: 4.625rem;
  }
}
.ot_ui.ot_container .button:active > span, .ot_ui.ot_container .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .ot_ui.ot_container .button:active > span, .ot_ui.ot_container .button.active > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button:active > span, .ot_ui.ot_container .button.active > span {
    min-height: 4.375rem;
  }
}
.ot_ui.ot_container .button:active .icon, .ot_ui.ot_container .button.active .icon {
  fill: #000;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
.ot_ui.ot_container .button:active .text, .ot_ui.ot_container .button.active .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button:active .text, .ot_ui.ot_container .button.active .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .ot_ui.ot_container .button:active .text, .ot_ui.ot_container .button.active .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .ot_ui.ot_container .button:active .text, .ot_ui.ot_container .button.active .text {
    font-size: 1.25rem;
  }
}
.ot_ui.ot_container .button:active .icon + .text, .ot_ui.ot_container .button.active .icon + .text {
  padding-left: 0.1875rem;
}
.ot_ui.ot_container .ot_accordion [role=tab] {
  background-color: rgba(87, 97, 96, 0.1);
}
.ot_ui.ot_container .ot_accordion .ot_accordion_content {
  padding: 2.5rem 1.25rem 1.25rem;
}
.ot_ui.ot_container .ot_card {
  color: #000;
}

.ot_kfz_card .ot_card_header .style_p, .ot_kfz_card .ot_card_header [data-otool-headlinestyling=style_p] .ot_headline, [data-otool-headlinestyling=style_p] .ot_kfz_card .ot_card_header .ot_headline {
  color: #fff !important;
}

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

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

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

:root {
  --ot-main-color: #457B96;
  --ot-secondary-color: #457B96;
  --ot-contrast-main-color: #fff;
  --ot-contrast-secondary-color: #fff;
  --ot-selection-contrast: #355e73;
  --ot-rgba-main-01: rgba(69, 123, 150, 0.1);
  --ot-rgba-main-02: rgba(69, 123, 150, 0.2);
  --ot-rgba-main-05: rgba(69, 123, 150, 0.5);
  --ot-rgba-main-08: rgba(69, 123, 150, 0.8);
  --ot-rgba-secondary-01: rgba(69, 123, 150, 0.1);
  --ot-rgba-secondary-02: rgba(69, 123, 150, 0.2);
  --ot-lighten-main-30: #a0c3d4;
  --ot-main-color-darken-40: #05080a;
  --ot-button-color: #457B96;
  --ot-button-active-color: #355e73;
  --ot-elements-border-radius: 0;
  --ot-em: 16em;
  --ot-rem: 0.0625rem;
  /* set root for shadowDOM */
  --ot-container-min-width: 20rem;
  --ot-container-max-width: 100rem;
  --ot-column-margin-min: 0.9375rem;
  --ot-column-margin-max: 3.125rem;
  --ot-page-max-width: 160rem;
  --ot-xsmall-grid-breakpoint: 20rem;
  --ot-small-grid-breakpoint: 30rem;
  --ot-medium-grid-breakpoint: 35rem;
  --ot-large-grid-breakpoint: 47.5rem;
  --ot-xlarge-grid-breakpoint: 61.875rem;
  --ot-xxlarge-grid-breakpoint: 75rem;
  --ot-xxxlarge-grid-breakpoint: 93.75rem;
  --ot-border-width: 0.125rem;
  --ot-border-radius: 0.5rem;
  --ot-button-height-min: 2.875rem;
  --ot-button-height-max: 4.625rem;
  --ot-input-height-min: input-height-min;
  --ot-input-height-max: input-height-max;
  --ot-transition-time: 300ms;
  --ot-body-bg-color: #fff;
  --ot-text-color-light: #fff;
  --ot-text-color: #000;
  --ot-bg-color: #f5f5f5;
  --ot-border-color: gainsboro;
  --ot-okay-color: #96ca67;
  --ot-okay-bg-color: #ecf6e4;
  --ot-error-text-color: #ad0000;
  --ot-error-bg-color: #f6ecec;
  --ot-error-border-color: #457B96;
  --ot-popup-overlay-color: rgba(0, 0, 0, 0.85);
  --ot-shadow-color: rgba(0, 0, 0, 0.2);
  --ot-font-family-headline: Martel, sans-serif;
  --ot-font-family: Inter, sans-serif;
  --ot-font-size-max: 1rem;
  --ot-font-size-min: 0.875rem;
  --ot-font-weight-strong: 600;
  --ot-font-weight: 400;
  --ot-line-height: 1.5;
  --ot-font-size-h1-max: 2.25rem;
  --ot-font-size-h1-min: 1.375rem;
  --ot-font-weight-h1: 400;
  --ot-letter-spacing-h1: 0%;
  --ot-line-height-h1: 1.35;
  --ot-text-color-h1: #457B96;
  --ot-font-size-h2-max: 2rem;
  --ot-font-size-h2-min: 1.1875rem;
  --ot-font-weight-h2: 400;
  --ot-letter-spacing-h2: 0%;
  --ot-line-height-h2: 1.35;
  --ot-text-color-h2: #457B96;
  --ot-font-size-h3-max: 1.5rem;
  --ot-font-size-h3-min: 1rem;
  --ot-font-weight-h3: 400;
  --ot-letter-spacing-h3: 0%;
  --ot-line-height-h3: 1.35;
  --ot-text-color-h3: #000;
  --ot-font-size-h4-max: 1.125rem;
  --ot-font-size-h4-min: 1rem;
  --ot-font-weight-h4: 400;
  --ot-letter-spacing-h4: 0%;
  --ot-line-height-h4: 1.35;
  --ot-text-color-h4: #000;
  --ot-font-size-h5-max: 1.125rem;
  --ot-font-size-h5-min: 1rem;
  --ot-font-weight-h5: 400;
  --ot-letter-spacing-h5: 0%;
  --ot-line-height-h5: 1.35;
  --ot-text-color-h5: #000;
  --ot-font-size-h6-max: 1.125rem;
  --ot-font-size-h6-min: 1rem;
  --ot-font-weight-h6: 400;
  --ot-letter-spacing-h6: 0%;
  --ot-line-height-h6: 1.35;
  --ot-text-color-h6: #000;
  --ot-font-size-legend-max: 1.5rem;
  --ot-font-size-legend-min: 1rem;
  --ot-font-weight-legend: 400;
  --ot-letter-spacing-legend: 0%;
  --ot-line-height-legend: 1.35;
  --ot-text-color-legend: #000;
  --ot-font-size-bigger: 112.5%;
  --ot-font-size-biggest: 162.5%;
  --ot-font-size-smaller: 85%;
  --ot-spacing: 1.5em;
  --ot-box-shadow-width: 0.1875rem;
  --ot-input-border-width: 0.125rem;
  --ot-input-bg-color: #fff;
  --ot-input-border-color: gainsboro;
  --ot-input-text-color: #000;
  --ot-input-focus-bg-color: #fff;
  --ot-input-focus-border-color: #457B96;
  --ot-input-focus-text-color: #000;
  --ot-button-bg-color: #457B96;
  --ot-button-border-color: #457B96;
  --ot-button-text-color: #fff;
  --ot-button-hover-bg-color: #576160;
  --ot-button-hover-border-color: #576160;
  --ot-button-hover-text-color: #fff;
  --ot-button-focus-bg-color: #576160;
  --ot-button-focus-border-color: #576160;
  --ot-button-focus-text-color: #fff;
  --ot-button-active-bg-color: #B4801A;
  --ot-button-active-border-color: #B4801A;
  --ot-button-active-text-color: #000;
  --ot-button-disabled-bg-color: #f5f5f5;
  --ot-button-disabled-border-color: #e8e8e8;
  --ot-button-disabled-text-color: gray;
}

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

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader_rotate 900ms linear infinite;
  display: block;
  fill: gainsboro;
  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.5rem 0.5rem 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #457B96;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  height: 2.875rem;
  height: 2.875rem;
  width: 2.875rem;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 4.625rem;
  }
}
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 + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 4.375rem;
  }
}
form[role=search] button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 2rem;
}
form[role=search] button .text {
  font-weight: 400;
  padding: 0.375em 0;
  font-family: "Martel", sans-serif;
  letter-spacing: calc((1rem + 0.25 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1rem;
}
@media (min-width: 93.75rem) {
  form[role=search] button .text {
    letter-spacing: calc(1.25rem * 0);
  }
}
@media (min-width: 20rem) {
  form[role=search] button .text {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .text {
    font-size: 1.25rem;
  }
}
form[role=search] button .icon + .text {
  padding-left: 0.1875rem;
}
@media (min-width: 20rem) {
  form[role=search] button {
    height: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    height: 3.5625rem;
  }
}
@media (min-width: 20rem) {
  form[role=search] button {
    width: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button {
    width: 3.5625rem;
  }
}
form[role=search] button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  form[role=search] button > span {
    min-height: calc(2.625rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button > span {
    min-height: 3.3125rem;
  }
}
form[role=search] button[disabled] {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
  color: gray;
}
form[role=search] button[disabled] .icon {
  fill: #000;
}
form[role=search] button > span {
  width: 100%;
}
form[role=search] button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(69, 123, 150, 0.2);
  position: relative;
  z-index: 10;
  background: #576160;
  border-color: #576160;
  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.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  form[role=search] button .icon {
    height: 3.3125rem;
  }
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.125rem solid gainsboro;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 0 0 gainsboro inset;
  color: #000;
  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.875rem;
}
@media (min-width: 20rem) {
  input[type=search] {
    height: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  input[type=search] {
    height: 3.5625rem;
  }
}
input[type=search]:focus {
  background: #fff;
  border-color: #457B96;
  box-shadow: 0 0 0.1875rem #457B96 inset, 0 0 0 0.1875rem rgba(69, 123, 150, 0.2);
  color: #000;
  outline: 0;
  position: relative;
  z-index: 10;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

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

.toggle_search_box {
  height: 1.875rem;
  position: relative;
  width: 1.875rem;
}
@media (min-width: 110.625rem) {
  .toggle_search_box {
    height: 2.125rem;
    width: 2.125rem;
  }
}
.toggle_search_box label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.toggle_search_box label:hover ~ a .icon {
  transform: scale(0.9);
}
.toggle_search_box a {
  fill: #fff;
}
.toggle_search_box a .icon {
  display: block;
  transition: transform 300ms;
  height: 1.875rem;
  width: 1.875rem;
}
@media (min-width: 110.625rem) {
  .toggle_search_box a .icon {
    height: 2.125rem;
    width: 2.125rem;
  }
}
.toggle_search_box .open_search_box {
  display: block;
}
.toggle_search_box .close_search_box {
  display: none;
}

.search_box {
  -webkit-backdrop-filter: blur(0.125rem);
  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.85);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
}
.search_box .close_search_box_wrapper .close_search_box {
  min-width: 2.625rem;
  padding: 0;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}
@media (min-width: 20rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: calc(2.625rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box .close_search_box_wrapper .close_search_box {
    min-width: 4.375rem;
  }
}
.search_box .close_search_box_wrapper .close_search_box:hover, .search_box .close_search_box_wrapper .close_search_box:focus {
  background: #576160;
  border-color: #576160;
  color: #fff;
}
.search_box .close_search_box_wrapper .close_search_box:hover .icon, .search_box .close_search_box_wrapper .close_search_box:focus .icon {
  fill: #fff;
}
.search_box form[role=search] {
  background: #fff;
  border: 0.625rem solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  display: flex;
  opacity: 0;
  position: relative;
  transform: translateY(-6.25rem);
  transition: 300ms;
  visibility: hidden;
  width: 37.5rem;
  z-index: 1000;
}
.search_box form[role=search] button {
  width: 2.875rem;
  flex-grow: 0;
  flex-shrink: 0;
  border: 0;
}
@media (min-width: 20rem) {
  .search_box form[role=search] button {
    width: calc(2.875rem + 0.6875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .search_box form[role=search] button {
    width: 3.5625rem;
  }
}
.search_box form[role=search] button .icon {
  height: 1.875rem;
  width: 1.875rem;
}
.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_links.scss */

.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media (min-width: 110.625rem) {
  .social_media_links ul {
    gap: 0.9375rem;
    flex-direction: column;
  }
}
@media (min-width: 110.625rem) and (min-width: 20rem) {
  .social_media_links ul {
    gap: calc(0.9375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 110.625rem) and (min-width: 93.75rem) {
  .social_media_links ul {
    gap: 1.5625rem;
  }
}
.social_media_links li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_links li .icon,
.social_media_links li .icon img {
  display: block;
  height: 1.875rem;
}
@media (min-width: 110.625rem) {
  .social_media_links li .icon,
.social_media_links li .icon img {
    height: 2.25rem;
  }
}
.social_media_links li .video_link.icon {
  fill: #457B96;
}
.social_media_links a {
  transition: 300ms;
}
.social_media_links a:hover, .social_media_links a:focus-visible {
  transform: scale(0.9);
}

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

.social_media_share {
  margin-top: 1.5625rem;
}
@media (min-width: 20rem) {
  .social_media_share {
    margin-top: calc(1.5625rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .social_media_share {
    margin-top: 5.625rem;
  }
}
.social_media_share ul {
  display: flex;
  margin: 1.75rem 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin-right: 3.75rem;
}
@media (min-width: 47.5rem) {
  .social_media_share ul {
    justify-content: flex-end;
  }
}
.social_media_share li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_media_share li a {
  text-decoration: none;
  font-size: 90%;
}
.social_media_share li a:hover, .social_media_share li a:focus-visible {
  text-decoration: underline;
}
.social_media_share li .icon,
.social_media_share li .icon img {
  display: block;
  height: 1.75rem;
  width: 1.75rem;
}
.social_media_share li .share_button > span,
.social_media_share li .print_link > span {
  display: flex;
  align-items: center;
}
.social_media_share li .share_button > span .text,
.social_media_share li .print_link > span .text {
  margin-left: 0.75em;
}
.social_media_share li.print .icon {
  fill: #457B96;
}
.social_media_share li.whatsapp {
  display: none;
}
.tablet .social_media_share li.whatsapp, .mobile .social_media_share li.whatsapp {
  display: block;
}

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

.steuernews_preview {
  margin-bottom: 0.75em;
}
.steuernews_preview .overview_title {
  margin-bottom: 1.5em;
}
.startpage .steuernews_preview {
  position: relative;
}
.startpage .steuernews_preview, .steuernews_preview.steuernews_more_articles_overview {
  padding-top: 2.1875rem;
}
@media (min-width: 20rem) {
  .startpage .steuernews_preview, .steuernews_preview.steuernews_more_articles_overview {
    padding-top: calc(2.1875rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .steuernews_preview, .steuernews_preview.steuernews_more_articles_overview {
    padding-top: 6.25rem;
  }
}
.startpage .steuernews_preview .overview_title, .steuernews_preview.steuernews_more_articles_overview .overview_title {
  text-align: center;
  margin-bottom: 0.75em;
  letter-spacing: calc((1.4375rem + 0.8125 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.4375rem;
}
@media (min-width: 93.75rem) {
  .startpage .steuernews_preview .overview_title, .steuernews_preview.steuernews_more_articles_overview .overview_title {
    letter-spacing: calc(2.25rem * 0);
  }
}
@media (min-width: 20rem) {
  .startpage .steuernews_preview .overview_title, .steuernews_preview.steuernews_more_articles_overview .overview_title {
    font-size: calc(1.4375rem + 0.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .steuernews_preview .overview_title, .steuernews_preview.steuernews_more_articles_overview .overview_title {
    font-size: 2.25rem;
  }
}
.startpage .steuernews_preview .overview_title span, .steuernews_preview.steuernews_more_articles_overview .overview_title span {
  position: relative;
  padding-inline: 0.75rem;
  display: inline-block;
}
@media (min-width: 20rem) {
  .startpage .steuernews_preview .overview_title span, .steuernews_preview.steuernews_more_articles_overview .overview_title span {
    padding-inline: calc(0.75rem + 0.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .steuernews_preview .overview_title span, .steuernews_preview.steuernews_more_articles_overview .overview_title span {
    padding-inline: 1.5625rem;
  }
}
.startpage .steuernews_preview .overview_title span:before, .startpage .steuernews_preview .overview_title span:after, .steuernews_preview.steuernews_more_articles_overview .overview_title span:before, .steuernews_preview.steuernews_more_articles_overview .overview_title span:after {
  background: #B4801A;
  content: "";
  height: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
@media (min-width: 20rem) {
  .startpage .steuernews_preview .overview_title span:before, .startpage .steuernews_preview .overview_title span:after, .steuernews_preview.steuernews_more_articles_overview .overview_title span:before, .steuernews_preview.steuernews_more_articles_overview .overview_title span:after {
    width: calc(2.5rem + 10 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .steuernews_preview .overview_title span:before, .startpage .steuernews_preview .overview_title span:after, .steuernews_preview.steuernews_more_articles_overview .overview_title span:before, .steuernews_preview.steuernews_more_articles_overview .overview_title span:after {
    width: 12.5rem;
  }
}
.startpage .steuernews_preview .overview_title span:before, .steuernews_preview.steuernews_more_articles_overview .overview_title span:before {
  left: 100%;
}
.startpage .steuernews_preview .overview_title span:after, .steuernews_preview.steuernews_more_articles_overview .overview_title span:after {
  right: 100%;
}
.steuernews_preview.steuernews_more_articles_overview {
  margin-bottom: 2.1875rem;
}
@media (min-width: 20rem) {
  .steuernews_preview.steuernews_more_articles_overview {
    margin-bottom: calc(2.1875rem + 4.0625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview.steuernews_more_articles_overview {
    margin-bottom: 6.25rem;
  }
}
.steuernews_preview .entry {
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .steuernews_preview .entry {
    margin-bottom: 1.5em;
  }
}
.steuernews_preview .entry:hover .teaser_text, .steuernews_preview .entry:focus-visible .teaser_text {
  background-color: #f5f5f5;
}
.steuernews_preview .entry:hover .photo .bg_image, .steuernews_preview .entry:focus-visible .photo .bg_image {
  transform: scale(1.2);
}
.steuernews_preview .entry:hover .button_v2, .steuernews_preview .entry:focus-visible .button_v2 {
  background-color: #576160;
}
.steuernews_preview .entry:hover .button_v2 span.text:before, .steuernews_preview .entry:focus-visible .button_v2 span.text:before {
  left: 0%;
  right: 0%;
}
.steuernews_preview .image {
  flex: 0 1 35%;
  margin: 0;
  order: 1;
}
@media (min-width: 35rem) {
  .steuernews_preview .image {
    margin-right: 1.5em;
  }
}
.steuernews_preview .photo {
  position: relative;
  overflow: hidden;
}
.steuernews_preview .photo:after {
  background: rgba(69, 123, 150, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.steuernews_preview .photo .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-right: 1.5em;
  width: 100%;
  height: 12.5rem;
  transition: 300ms;
}
@media (min-width: 20rem) {
  .steuernews_preview .photo .bg_image {
    height: calc(12.5rem + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_preview .photo .bg_image {
    height: 15.5rem;
  }
}
.steuernews_preview .teaser_text {
  order: 2;
  padding-block: 1.5em;
  padding-inline: 0.75em;
  text-align: center;
  transition: 300ms;
}
.steuernews_preview .title {
  word-wrap: break-word;
  margin-bottom: 1em !important;
  text-decoration: none !important;
  color: #000 !important;
}
.steuernews_preview .sub_title {
  display: block;
}
.steuernews_preview .button_v2 {
  margin-top: 1em;
}

.news_entity {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 0.375rem;
}
.news_entity .hide_image_author,
.news_entity .hide_creation_date {
  display: none;
}
@media (min-width: 20rem) {
  .news_entity {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity {
    padding: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .news_entity {
    border-radius: calc(0.375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_entity {
    border-radius: 1rem;
  }
}
@media (max-width: 61.8125rem) {
  .news_entity.first {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 61.8125rem) and (min-width: 20rem) {
  .news_entity.first {
    margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 20rem) / (73.75));
  }
}
@media (max-width: 61.8125rem) and (min-width: 93.75rem) {
  .news_entity.first {
    margin-bottom: 2.5rem;
  }
}

.news_image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
.news_image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 0.1875rem 0.4375rem;
}
.news_image + * {
  padding-top: 0;
}

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

.steuernews_issues ul,
.steuernews_navigation ul,
.blog_issues ul,
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.steuernews_issues ul li,
.steuernews_navigation ul li,
.blog_issues ul li,
.blog_tags ul li {
  padding-left: 0;
}
.steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
  background: #457B96;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  margin: 0 0.75em 0.75em 0;
  padding: 0 1.5em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2.875rem;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: calc(2.875rem + 1.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_issues a,
.steuernews_navigation a,
.blog_issues a,
.blog_tags a {
    line-height: 4.625rem;
  }
}
.steuernews_issues a.active, .steuernews_issues a:hover, .steuernews_issues a:focus,
.steuernews_navigation a.active,
.steuernews_navigation a:hover,
.steuernews_navigation a:focus,
.blog_issues a.active,
.blog_issues a:hover,
.blog_issues a:focus,
.blog_tags a.active,
.blog_tags a:hover,
.blog_tags a:focus {
  background: #576160;
  color: #fff;
}

.steuernews_disclaimer {
  clear: both;
}

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

.steuernews_current_issue {
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .steuernews_current_issue {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .steuernews_current_issue {
    margin-top: 3em;
  }
}
.steuernews_current_issue li {
  margin-bottom: 0.625rem;
}

.month_wrapper {
  margin-top: 1.25rem;
}
@media (min-width: 20rem) {
  .month_wrapper {
    margin-top: calc(1.25rem + 3.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .month_wrapper {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 75rem) {
  .month_wrapper {
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }
}
.month_wrapper .title {
  color: #fff;
  text-wrap: balance;
  margin-bottom: 0.75em;
}
@media (min-width: 75rem) {
  .month_wrapper .title {
    text-align: center;
  }
}
@media (min-width: 75rem) {
  .month_wrapper nav {
    justify-content: center;
  }
}

.news_sidebar {
  margin-top: 1.5em;
}
@media (min-width: 20rem) {
  .news_sidebar {
    margin-top: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .news_sidebar {
    margin-top: 3em;
  }
}
@media (min-width: 75rem) {
  .news_sidebar {
    margin-top: 0;
  }
}

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

.highlight_keyword {
  background: #457B96;
  color: #fff;
  outline: 0.125rem solid #457B96;
}

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

.steuernews_issues_select {
  margin-bottom: 0.75em;
}
.steuernews_issues_select nav {
  align-items: stretch;
  display: flex;
  width: 100%;
  row-gap: 0.75rem;
}
@media (max-width: 34.9375rem) {
  .steuernews_issues_select nav {
    flex-wrap: wrap;
  }
}
.steuernews_issues_select .title {
  flex-basis: 100%;
  width: 100%;
}
.steuernews_issues_select .select {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  max-width: 30rem;
}
@media (min-width: 35rem) {
  .steuernews_issues_select .select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 35rem) {
  .steuernews_issues_select .button_v2 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    flex-shrink: 0;
  }
}

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

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

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

.teaser {
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .teaser {
    border-radius: calc(0.375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    border-radius: 1rem;
  }
}
@media (min-width: 20rem) {
  .teaser {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    padding: 2.5rem;
  }
}
@media (min-width: 20rem) {
  .teaser {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser {
    margin-bottom: 3.125rem;
  }
}
.teaser:hover .title, .teaser:focus-visible .title {
  color: #B4801A;
}
.teaser:hover .title span:before, .teaser:focus-visible .title span:before {
  left: 0%;
  right: 0%;
}
.teaser a {
  text-decoration: none;
}
.teaser .title {
  padding-top: 0;
  text-align: center;
  transition: 300ms;
}
.teaser .title span {
  display: inline-block;
  position: relative;
}
.teaser .title span:before {
  background: #B4801A;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 10%;
  right: 10%;
  transition: 300ms;
}
.teaser p {
  text-align: center;
}

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

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

[role=tooltip] {
  background: #f5f5f5;
  border: 0.125rem solid gainsboro;
  border-radius: 0.5rem;
  bottom: 100%;
  color: #000;
  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: #f5f5f5;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.625rem;
  position: absolute;
  width: 0;
}
[role=tooltip]:before {
  border: 0.6875rem solid transparent;
  border-top-color: gainsboro;
  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;
}

