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

footer .contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .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 {
  min-width: 1.5625rem;
  padding: 0.15em;
}
.contact > span.text {
  font-weight: 400;
}
.contact a {
  padding: 0.15em;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

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

aside {
  padding-bottom: 3.125rem;
}
@media (min-width: 20rem) {
  aside {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  aside {
    padding-bottom: 9.375rem;
  }
}

/* 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: #878787;
  height: 0.8125rem;
  line-height: 0.8125rem;
  width: 4.625rem;
  position: absolute;
  bottom: 0;
  right: 0.625rem;
}
@media (min-width: 47.5rem) {
  .author {
    bottom: -0.9375rem;
  }
}

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

.background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kanzlei .background_image.frame {
  position: relative;
}
.kanzlei .background_image.frame::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5em;
  right: -1.5em;
  border: 0.125rem solid #660000;
  width: 120%;
  height: 100%;
}
@media (min-width: 75rem) {
  .kanzlei .background_image.frame::before {
    width: 100%;
    right: -2.25em;
  }
}
.background_image.carreer_img {
  aspect-ratio: 960/1303;
  position: relative;
  max-width: 12.5rem;
  height: 18.75rem;
  margin: 2.25em auto 2.25em auto;
}
@media (min-width: 20rem) {
  .background_image.carreer_img {
    max-width: calc(12.5rem + 18.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .background_image.carreer_img {
    max-width: 31.25rem;
  }
}
@media (min-width: 20rem) {
  .background_image.carreer_img {
    height: calc(18.75rem + 25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .background_image.carreer_img {
    height: 43.75rem;
  }
}
.background_image.carreer_img::before {
  content: "";
  display: block;
  position: absolute;
  border: 0.125rem solid #B28080;
  top: 1.25rem;
  left: 1.25rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 75rem) {
  .background_image.carreer_img {
    height: 81.4375rem;
    margin-right: calc(-25vw + 50%);
    width: unset;
    max-width: unset;
    margin: 0;
  }
  .background_image.carreer_img::before {
    top: 3.125rem;
    left: 3.125rem;
  }
}

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

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

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

.button {
  border-radius: 0;
  padding: 0 1.5em;
  cursor: pointer;
  background: transparent;
  border: 0.125rem solid transparent;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  transform: skew(-21deg);
  position: relative;
  transition: transform 300ms;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.125rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  padding: 0.375em 0;
  hyphens: none;
}
.button .icon + .text {
  padding-left: 0.4995em;
}
.button::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  background: #B28080;
  z-index: -1;
  transition: all 300ms;
}
@media (min-width: 20rem) {
  .button::after {
    top: calc(0.375rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button::after {
    top: 0.625rem;
  }
}
@media (min-width: 20rem) {
  .button::after {
    left: calc(0.375rem + 0.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button::after {
    left: 0.625rem;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #660000;
  z-index: 0;
  transition: all 300ms;
}
.button:focus-visible {
  background: transparent;
  border-color: transparent;
  color: #fff;
  outline: 0.125rem solid #000;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #fff;
  transform: translate(0.625rem, 0.625rem) skew(-21deg);
}
.button:focus-visible .icon {
  fill: #fff;
}
.button:focus-visible::after {
  top: 0;
  left: 0;
}
.button:focus-visible::before {
  background: #000;
}
.section_bg_dark .button:focus-visible:before {
  background: #fff;
}
.section_bg_dark .button:focus-visible .text {
  color: #000;
}
.button:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
  transform: translate(0.625rem, 0.625rem) skew(-21deg);
}
.button:hover .icon {
  fill: #fff;
}
.button:hover::after {
  top: 0;
  left: 0;
}
.button:hover:before {
  background: #000;
}
.section_bg_dark .button:hover:before {
  background: #fff;
}
.section_bg_dark .button:hover .text {
  color: #000;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0) inset;
  background: rgba(0, 0, 0, 0);
  border: 0.125rem solid rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 3.125rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  padding: 0.375em 0;
  hyphens: none;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.4995em;
}
.section_bg_dark .button:active:before, .section_bg_dark .button.active:before {
  background: #fff;
}
.section_bg_dark .button:active .text, .section_bg_dark .button.active .text {
  color: #000;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}
.button .text {
  transform: skew(21deg);
  transition: color 300ms;
}
.button .icon {
  transform: skew(21deg);
}
.button.agenda_btn {
  white-space: nowrap;
}

.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: #660000;
  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: #660000;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

.company_logo {
  width: 11.875rem;
  display: block;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(11.875rem + 9.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    width: 21.0625rem;
  }
}
@media (min-width: 35rem) and (max-width: 46.5rem) {
  .company_logo {
    margin-right: 1.5em;
  }
}

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

.content_link {
  display: none;
}
.content_link .icon {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  transition: all 300ms;
  transform: rotate(90deg);
}
@media (min-width: 20rem) {
  .content_link .icon {
    width: calc(1.5rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .content_link .icon {
    width: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .content_link .icon {
    height: calc(1.5rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .content_link .icon {
    height: 1.875rem;
  }
}
.content_link:hover .icon, .content_link:focus-visible .icon, .content_link:focus .icon {
  transform: translateY(0.625rem) rotate(90deg);
  fill: #d9c0c0;
  outline: 0.125rem solid #fff;
  padding: 0.25rem;
}
.startpage .content_link {
  display: unset;
}
.startpage .content_link .icon {
  display: block;
}

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

.cookie_banner {
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  background: #F7F4F4;
  row-gap: 0.75em;
  border-top: 0.125rem solid #999999;
  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 {
    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;
  text-wrap: balance;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
  margin-right: 1.5em;
}
.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: #F7F4F4;
  border-radius: 0;
  color: #000;
  font-size: 85%;
  margin: 1.5em 0;
  padding: 0.999em 1.5em;
}
.disclaimer a {
  display: inline;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 106.25rem) {
  .dropdown_menu {
    margin-right: 3em;
  }
}
@media (min-width: 75rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #660000;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.75em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #000;
  display: flex;
  hyphens: none;
  padding: 0.75em 0.525em;
  white-space: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  text-decoration: none !important;
}
.dropdown_menu > ul > li > a.active {
  color: #660000;
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    padding: 0.75em 1.05em;
  }
}
.dropdown_menu > ul > li ul {
  background: #F7F4F4;
  padding: 0.75em 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #000;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0 0.75em;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu > ul > li ul a:hover {
  color: #660000;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #660000;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

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

footer {
  padding-bottom: 1.5em;
}
footer .section_bg_dark {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  footer .section_bg_dark {
    padding-top: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .section_bg_dark {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20rem) {
  footer .section_bg_dark {
    padding-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .section_bg_dark {
    padding-bottom: 7.5rem;
  }
}
footer .author_wrapper {
  height: 1.875rem;
}
footer .author_wrapper .container {
  position: relative;
  height: 100%;
}
footer .opening_times_content {
  display: flex;
  gap: 2.25em;
  flex-wrap: wrap;
}
footer .opening_times_content .entries,
footer .opening_times_content .opening_times_addition {
  flex-grow: 1;
}
footer .opening_times_content .entries .entry {
  display: flex;
  gap: 1.5625rem;
  margin-bottom: 0;
  max-width: 16.875rem;
}
footer .opening_times_content .entries .entry span {
  min-width: 4.0625rem;
}
footer .opening_times_content .opening_times_addition {
  display: block;
  text-wrap: balance;
  hyphens: none;
}
@media (min-width: 35rem) {
  footer .opening_times_content .opening_times_addition {
    flex-basis: 50%;
    max-width: 20.9375rem;
  }
}
footer .related_links {
  margin-top: 3em;
}
footer .related_links ul {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .related_links ul a.active, footer .related_links ul a:hover, footer .related_links ul a:focus, footer .related_links ul a:active, footer .related_links ul a:focus-visible {
  color: #fff;
  text-decoration: none;
}
footer .related_links ul li:last-child {
  position: relative;
}
footer .related_links ul li:last-child a {
  padding-right: 0.75rem;
  position: relative;
}
footer .related_links ul li:last-child::after {
  content: "|";
  position: absolute;
  right: 0;
}
footer .related_links ul li:first-child a {
  padding-left: 0.625rem;
}

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

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.375rem;
  }
}
.file.error .file_name {
  border-color: #660000;
}
.file .file_name {
  background: #fff;
  border: 0.125rem solid #999999;
  border-radius: 0 0 0 0;
  color: #000;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.5rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.125rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.375rem;
  }
}
.file .file_button {
  border-radius: 0 0 0 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  background: #660000;
  border: 0.125rem solid #660000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.125rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  padding: 0.375em 0;
  hyphens: none;
}
.file .file_button .icon + .text {
  padding-left: 0.4995em;
}
.file .file_button > span {
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.125rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(102, 0, 0, 0.2);
  background: #000;
  border-color: #000;
  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: 3;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.375rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #000;
  border-color: #000;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0) inset;
  background: #000;
  border: 0.125rem solid #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.5rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.125rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  padding: 0.375em 0;
  hyphens: none;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.4995em;
}

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

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  padding: 0 1.5em;
  width: 100%;
}
@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 {
  position: relative;
}
header .header_top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  max-width: 160rem;
}
@media (min-width: 20rem) {
  header .header_top {
    padding-top: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_top {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20rem) {
  header .header_top {
    padding-bottom: calc(1rem + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .header_top {
    padding-bottom: 2.5rem;
  }
}
header .header_top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
@media (min-width: 35rem) {
  header .header_top .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
header .header_top .button_wrapper {
  display: flex;
  gap: 2.25em;
}
header .header_content_wrapper {
  position: relative;
}
header .header_content_wrapper .content_link {
  display: none;
}
@media (min-width: 47.5rem) {
  header .header_content_wrapper {
    position: absolute;
    top: 0;
    left: 1.5em;
    height: 99%;
    background: rgba(102, 0, 0, 0.65);
    width: 28.125rem;
    transform: skew(-11deg);
    padding: 2.625em;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  header .header_content_wrapper {
    left: calc(1.5em + 6 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  header .header_content_wrapper {
    left: 7.5em;
  }
}
@media (min-width: 47.5rem) and (min-width: 47.5rem) {
  header .header_content_wrapper {
    width: calc(28.125rem + 10.8125 * (100vw - 47.5rem) / (27.5));
  }
}
@media (min-width: 47.5rem) and (min-width: 75rem) {
  header .header_content_wrapper {
    width: 38.9375rem;
  }
}
@media (min-width: 47.5rem) {
  header .header_content_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7%;
    width: 110%;
    height: 99%;
    background: rgba(102, 0, 0, 0.5);
  }
}
@media (min-width: 47.5rem) {
  header .header_content_wrapper .headline {
    transform: skew(11deg);
  }
}
@media (min-width: 47.5rem) {
  .startpage header .header_content_wrapper {
    height: 100%;
  }
  .startpage header .header_content_wrapper::before {
    height: 100%;
  }
}
@media (min-width: 75rem) {
  header .header_content_wrapper .headline {
    transform: skew(11deg);
  }
  .startpage header .header_content_wrapper .headline {
    margin-top: 3em;
  }
  header .header_content_wrapper .content_link {
    display: unset;
  }
}
@media (min-width: 137.5rem) {
  .startpage header .header_content_wrapper .headline {
    margin-top: 7.5em;
  }
}
header .header_content {
  position: relative;
  margin-top: -1.5em;
}
header .header_content .style_h1 {
  color: #fff;
}
@media (max-width: 47.4375rem) {
  header .header_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background: #660000;
    z-index: -1;
    transform: skew(2deg, -2deg);
  }
  header .header_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background: #660000;
    z-index: -1;
    transform: skew(2deg, -2deg) scale(1.07, 1.07);
    opacity: 0.5;
  }
}

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

.header_background {
  background-position: center center;
  z-index: -3;
  background-size: cover;
  margin: 0 auto;
  width: 100vw;
  height: 15rem;
  margin-top: 8.4375rem;
}
@media (min-width: 20rem) {
  .header_background {
    height: calc(15rem + 22.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_background {
    height: 37.5rem;
  }
}
@media (min-width: 35rem) {
  .header_background {
    margin-top: 5.75rem;
  }
}
@media (min-width: 35rem) and (min-width: 35rem) {
  .header_background {
    margin-top: calc(5.75rem + 1.75 * (100vw - 35rem) / (40));
  }
}
@media (min-width: 35rem) and (min-width: 75rem) {
  .header_background {
    margin-top: 7.5rem;
  }
}
@media (min-width: 47.5rem) {
  .header_background {
    background-position: left center;
  }
}
.startpage .header_background {
  height: 15rem;
}
@media (min-width: 20rem) {
  .startpage .header_background {
    height: calc(15rem + 34.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startpage .header_background {
    height: 49.375rem;
  }
}

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

.headline .pre_headline {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
.headline.center {
  margin-left: auto;
  margin-right: auto;
}
.headline.center * {
  text-align: center;
}
.headline.highlight .style_h1 {
  color: #660000;
}

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

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

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

.job_benefit_overview {
  margin: 2.25em 0 4.5em;
  padding-top: 1.5em;
}
.job_benefit_overview .entry {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 0.75em 0;
}
.job_benefit_overview .entry .title {
  text-align: center;
  font-weight: 800;
  text-wrap: balance;
  hyphens: none;
}
.job_benefit_overview .icon {
  display: block;
  height: 6.875rem;
  width: 6.875rem;
  background: #fff;
  fill: #660000;
  padding: 1.75rem;
  border-radius: 50%;
}

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

@media (min-width: 47.5rem) {
  .job_entry {
    padding-right: 3em;
  }
}

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

.job_overview {
  margin-bottom: 4.5em;
}
.job_overview .entry {
  background: #fff;
  padding: 1.5em 1.875em;
  margin-bottom: 2.025em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 300ms;
}
.job_overview .entry .title {
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
  transition: color 300ms;
  margin-right: 0.75em;
  text-wrap: balance;
  hyphens: auto;
}
.job_overview .entry .icon {
  fill: #660000;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}
.job_overview .entry:hover, .job_overview .entry:focus, .job_overview .entry:focus-visible {
  background: #cfb0b0;
  transform: scale(0.98);
}

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

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media (min-width: 20rem) {
  .section {
    padding-top: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20rem) {
  .section {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section {
    padding-bottom: 9.375rem;
  }
}

.section_bg,
.section_bg_dark {
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding: 1.5em 0 1.5em;
}
@media (min-width: 20rem) {
  .section_bg,
.section_bg_dark {
    padding-top: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_bg,
.section_bg_dark {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20rem) {
  .section_bg,
.section_bg_dark {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_bg,
.section_bg_dark {
    padding-bottom: 9.375rem;
  }
}
.section_bg *,
.section_bg_dark * {
  color: #fff;
}
.section_bg > .title,
.section_bg_dark > .title {
  padding-top: 0;
  color: #fff;
}
.section_bg .content > *,
.section_bg_dark .content > * {
  color: #fff;
}
.section_bg::before,
.section_bg_dark::before {
  background-color: #660000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  width: 110vw;
  transform: skew(2deg, -2deg) scaleX(1.1);
}
.section_bg.karriere::before,
.section_bg_dark.karriere::before {
  width: 250vw;
}
.section_bg::before,
.section_bg_dark::before {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.section_bg_dark::before {
  background-color: #000;
}
.section_bg_dark .pre_headline {
  background: #660000;
}

.section_bg_light {
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding: 1.5em 0 1.5em;
}
@media (min-width: 20rem) {
  .section_bg_light {
    padding-top: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_bg_light {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20rem) {
  .section_bg_light {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_bg_light {
    padding-bottom: 9.375rem;
  }
}
.section_bg_light::before {
  background-color: #F7F4F4;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  width: 110vw;
  transform: skew(2deg, -2deg) scaleX(1.1);
}
.section_bg_light::before {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.background_image_section {
  padding: 1.5em 0 1.5em;
}
.background_image_section > .title {
  padding-top: 0;
  color: #fff;
}
.background_image_section .content > * {
  color: #fff;
}
.background_image_section .section_background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -10;
}
.background_image_section .section_background_image::before {
  background-color: #660000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.background_image_section .section_background_image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

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

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

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

.page_wrapper {
  overflow: hidden;
}

.startpage main {
  padding-bottom: 0;
}

.section_padding {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 20rem) {
  .section_padding {
    padding-top: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20rem) {
  .section_padding {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding {
    padding-bottom: 9.375rem;
  }
}

.section_padding_small {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .section_padding_small {
    padding-top: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding_small {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20rem) {
  .section_padding_small {
    padding-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding_small {
    padding-bottom: 7.5rem;
  }
}

.section_padding_top {
  padding-top: 3.125rem;
}
@media (min-width: 20rem) {
  .section_padding_top {
    padding-top: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding_top {
    padding-top: 9.375rem;
  }
}

.section_padding_bottom {
  padding-bottom: 3.125rem;
}
@media (min-width: 20rem) {
  .section_padding_bottom {
    padding-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding_bottom {
    padding-bottom: 9.375rem;
  }
}

.section_padding_top_small {
  padding-top: 1.875rem;
}
@media (min-width: 20rem) {
  .section_padding_top_small {
    padding-top: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding_top_small {
    padding-top: 7.5rem;
  }
}

.section_padding_bottom_small, main {
  padding-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .section_padding_bottom_small, main {
    padding-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .section_padding_bottom_small, main {
    padding-bottom: 7.5rem;
  }
}

.intro {
  max-width: 61.5625rem;
}
.intro.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sitetitle_wrapper {
  padding-top: 1.5em;
  padding-bottom: 3em;
  margin-bottom: 6em;
  z-index: 2;
}
@media (min-width: 20rem) {
  .sitetitle_wrapper {
    padding-top: calc(1.5em + 4.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sitetitle_wrapper {
    padding-top: 6em;
  }
}
@media (min-width: 20rem) {
  .sitetitle_wrapper {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sitetitle_wrapper {
    padding-bottom: 6em;
  }
}
@media (min-width: 47.5rem) {
  .sitetitle_wrapper {
    margin-top: -1.5em;
  }
}
@media (min-width: 75rem) {
  .sitetitle_wrapper {
    margin-top: -3em;
  }
}
.sitetitle_wrapper h1 {
  margin-bottom: 0;
  margin-top: 0.75em;
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
@media (min-width: 75rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  cursor: pointer;
  font-size: 112.5%;
  font-weight: 700;
  height: 2.75rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
  display: inline-flex;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu .open_btn {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .toggle_offcanvas_menu .open_btn {
    height: 3.375rem;
  }
}
.toggle_offcanvas_menu .open_btn:before {
  background: #000;
}
.toggle_offcanvas_menu .open_btn:hover:before, .toggle_offcanvas_menu .open_btn:focus:before, .toggle_offcanvas_menu .open_btn:focus-visible:before {
  background: #660000;
}
.toggle_offcanvas_menu .open_btn .sr_open {
  display: block;
}
.toggle_offcanvas_menu .open_btn .sr_close {
  display: none;
}
.toggle_offcanvas_menu .open_btn .icon {
  height: 0.875rem;
  position: relative;
  width: 1.5rem;
}
@media (min-width: 47.5rem) {
  .toggle_offcanvas_menu .open_btn .icon {
    margin-right: 0.625rem;
  }
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms;
}
.toggle_offcanvas_menu .open_btn .icon .line_1 {
  top: 0;
}
.toggle_offcanvas_menu .open_btn .icon .line_2 {
  top: 50%;
  transform: translateY(-50%);
}
.toggle_offcanvas_menu .open_btn .icon .line_3 {
  top: 100%;
  transform: translateY(-100%);
}
.toggle_offcanvas_menu .open_btn .text {
  display: none;
}
@media (min-width: 47.5rem) {
  .toggle_offcanvas_menu .open_btn .text {
    display: unset;
  }
}
.toggle_offcanvas_menu .open_btn.open .icon .line_1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 150ms;
}
.toggle_offcanvas_menu .open_btn.open .icon .line_2 {
  transform: translateY(-50%) scaleX(0);
}
.toggle_offcanvas_menu .open_btn.open .icon .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.5);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  transition: all 300ms ease-in-out;
  padding: 3em 1.5em;
  min-height: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 17.5rem;
  position: absolute;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%);
}
@media (min-width: 30rem) {
  .offcanvas_menu .menu_wrapper {
    width: 23.75rem;
  }
}
.offcanvas_menu[open] {
  opacity: 1;
  visibility: visible;
}
.offcanvas_menu[open] .menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu .close_btn {
  margin-bottom: 2.25em;
  display: inline-flex;
}
.offcanvas_menu .close_btn .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  margin-right: 0.45em;
  position: relative;
}
.offcanvas_menu .close_btn .icon .line {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .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;
  color: #000;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 2.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
.offcanvas_menu .navigation > ul > li > a .icon {
  display: inline-block;
  fill: #000;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .navigation > ul > li > a .icon svg {
  transition: 300ms;
}
.offcanvas_menu .navigation > ul > li > a.active, .offcanvas_menu .navigation > ul > li > a:active, .offcanvas_menu .navigation > ul > li > a:hover, .offcanvas_menu .navigation > ul > li > a:focus {
  color: #660000;
}
.offcanvas_menu .navigation > ul > li ul {
  padding-left: 1.5em;
}
.offcanvas_menu .navigation > ul li.expanded > ul {
  display: block;
}
.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;
}
.offcanvas_menu .navigation > ul ul a.active {
  color: #660000;
}
.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/open_street_map.scss */

.open_street_map {
  display: flex;
  flex-direction: column;
  gap: 3.75em;
}
.open_street_map .map {
  height: 21.875rem;
  background-color: #F7F4F4;
  cursor: move;
  position: relative;
  width: 100%;
}
@media (min-width: 20rem) {
  .open_street_map .map {
    height: calc(21.875rem + 7.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .open_street_map .map {
    height: 29.6875rem;
  }
}
.open_street_map .disclaimer {
  background: #fff;
}
.open_street_map .map_overlay {
  align-items: center;
  background-color: rgba(247, 244, 244, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  z-index: 1;
}
.open_street_map .map_overlay.show {
  opacity: 1;
  transition-delay: 0;
}
.open_street_map .map_overlay.show p {
  font-size: 120%;
  margin: 1.5em 3em;
  text-align: center;
}
.open_street_map .required_description {
  margin: 1.5em 0 0 0;
}
.open_street_map .plan_route {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1.5em 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route {
    align-items: flex-end;
  }
}
.open_street_map .plan_route .saddr {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0.75em;
}
@media (min-width: 47.5rem) {
  .open_street_map .plan_route .saddr {
    width: 100%;
  }
  .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: transparent;
  border: 0.125rem solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
  width: 2.75rem;
}
.open_street_map .ol-overlaycontainer-stopevent button:focus {
  background: transparent;
  border: 0.125rem solid transparent;
  box-shadow: 0 0 0 0.1875rem rgba(102, 0, 0, 0.2);
  color: #fff;
  outline: 0;
}
.open_street_map .ol-overlaycontainer-stopevent button:hover {
  background: transparent;
  border: 0.125rem solid transparent;
  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: 5;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in {
  line-height: 1;
  top: 0.3125rem;
  background: #000;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in:hover, .open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in:focus, .open_street_map .ol-overlaycontainer-stopevent .ol-zoom-in:focus-visible {
  background: #660000;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out {
  line-height: 1;
  top: 3.375rem;
  background: #000;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out:hover, .open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out:focus, .open_street_map .ol-overlaycontainer-stopevent .ol-zoom-out:focus-visible {
  background: #660000;
}
.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: 5;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  display: flex;
  height: 3rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  transform-origin: center right;
  transition: transform 300ms, opacity 300ms;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li {
  align-items: center;
  background-image: none;
  display: flex;
  font-size: 85%;
  margin: 0 0.75em;
  padding: 0;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution ul li a {
  align-items: center;
  display: inline-flex;
  margin: 0 0.3125rem;
}
.open_street_map .ol-overlaycontainer-stopevent .ol-attribution button {
  display: none;
}
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-in,
.open_street_map.disable_ui .ol-overlaycontainer-stopevent .ol-zoom-out {
  display: none;
}

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

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

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

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

html:not(.reduced_motion) .animation,
html:not(.reduced_motion) [data-animation] {
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: 300ms;
}
html:not(.reduced_motion) .animation.not_in_viewport,
html:not(.reduced_motion) [data-animation].not_in_viewport {
  opacity: 0;
  transform: translateY(1em);
  transition: unset;
}
html:not(.reduced_motion) .animate_slide_in_left {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_left.not_in_viewport {
  opacity: 0;
  transform: translateX(-3em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_left.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_left.delay_medium {
  transition-delay: 220ms;
}
html:not(.reduced_motion) .animate_slide_in_right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_right.not_in_viewport {
  opacity: 0;
  transform: translateX(3em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_right.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_right.delay_medium {
  transition-delay: 220ms;
}
html:not(.reduced_motion) .animate_slide_in_bottom {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_bottom.not_in_viewport {
  opacity: 0;
  transform: translateY(3em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_bottom.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_bottom.delay_medium {
  transition-delay: 220ms;
}
html:not(.reduced_motion) .animate_slide_in_top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
html:not(.reduced_motion) .animate_slide_in_top.not_in_viewport {
  opacity: 0;
  transform: translateY(-3em);
  transition: none;
}
html:not(.reduced_motion) .animate_slide_in_top.delay_short {
  transition-delay: 120ms;
}
html:not(.reduced_motion) .animate_slide_in_top.delay_medium {
  transition-delay: 220ms;
}

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

.kanzlei {
  z-index: 4;
}
.kanzlei .button {
  margin-bottom: 3em;
}
@media (min-width: 47.5rem) {
  .kanzlei {
    margin-top: -2.25em;
  }
  .kanzlei .background_image {
    margin-left: calc(-18vw + 50%);
  }
}
@media (min-width: 75rem) {
  .kanzlei .background_image {
    margin-left: calc(-33.33vw + 50%);
    aspect-ratio: 935/650;
    height: 18.75rem;
  }
}
@media (min-width: 75rem) and (min-width: 20rem) {
  .kanzlei .background_image {
    height: calc(18.75rem + 21.875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 75rem) and (min-width: 93.75rem) {
  .kanzlei .background_image {
    height: 40.625rem;
  }
}
@media (min-width: 93.75rem) {
  .kanzlei .row {
    max-height: 31.25rem;
  }
  .kanzlei .background_image {
    position: absolute;
    bottom: -4.5em;
  }
}
@media (min-width: 131.25rem) {
  .kanzlei {
    margin-top: -4.5em;
  }
}
@media (min-width: 162.5rem) {
  .kanzlei .background_image {
    margin-left: calc(-15vw + 50%);
  }
}

@media (min-width: 61.875rem) {
  .kontakt {
    margin-top: -5.25em;
    padding-top: 0;
  }
}
.kontakt .span5_xxlarge .teaser {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  flex-grow: unset;
}
.kontakt .span5_xxlarge .teaser form,
.kontakt .span5_xxlarge .teaser .address {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.kontakt .span5_xxlarge .teaser h2 {
  padding-left: 1.05em;
  padding-right: 1.05em;
}
.kontakt .span5_xxlarge .teaser .icon {
  margin-left: 2.1em;
  margin-right: 2.1em;
}

.karriere .intro {
  margin-bottom: 4.5em;
}
@media (min-width: 93.75rem) {
  .karriere .span8_xlarge {
    padding-right: 8.125rem;
  }
}

.steuerberatung {
  position: relative;
}
@media (min-width: 87.5rem) {
  .steuerberatung::before {
    content: "";
    background-image: url("../../common/images/empfang_sessel.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    display: block;
    position: absolute;
    top: -2.25em;
    right: -27vw;
    width: 50%;
    height: 100%;
    transform: scale(1.4);
    z-index: -4;
  }
}
@media (min-width: 100rem) {
  .steuerberatung::before {
    right: -10vw;
    width: 50%;
    height: 100%;
    transform: scale(1.2);
  }
}

.digitalisierung {
  z-index: 2;
}
.digitalisierung .button {
  display: inline-block;
  width: fit-content;
  flex-grow: 0;
  flex-shrink: 0;
}
.digitalisierung .span7_xxlarge {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
}
.digitalisierung .span7_xxlarge .partner_logo {
  margin: 3em 0;
  display: inline-block;
  width: 15.625rem;
  max-width: 15.625rem;
  height: 12.0625rem;
  min-height: 12.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 0;
}
@media (min-width: 20rem) {
  .digitalisierung .span7_xxlarge .partner_logo {
    width: calc(15.625rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .digitalisierung .span7_xxlarge .partner_logo {
    width: 20rem;
  }
}
@media (min-width: 20rem) {
  .digitalisierung .span7_xxlarge .partner_logo {
    max-width: calc(15.625rem + 4.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .digitalisierung .span7_xxlarge .partner_logo {
    max-width: 20rem;
  }
}
@media (min-width: 47.5rem) {
  .digitalisierung .span7_xxlarge .partner_logo {
    margin: 0;
  }
}
@media (min-width: 75rem) {
  .digitalisierung .span7_xxlarge {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4.5em;
  }
}

.das_sind_wir {
  position: relative;
}
.das_sind_wir:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  width: 80%;
  height: 102%;
  background: #660000;
  z-index: -1;
  transform: skew(-11deg) scale(1.2);
}
.das_sind_wir:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2.25em;
  width: 80%;
  height: 102%;
  background: rgba(102, 0, 0, 0.5);
  z-index: -2;
  transform: skew(-11deg) scale(1.35);
}
@media (min-width: 47.5rem) {
  .das_sind_wir:after, .das_sind_wir:before {
    width: 85%;
    height: 100%;
  }
  .das_sind_wir .style_h1 {
    text-align: right;
    color: #fff;
  }
}
@media (min-width: 75rem) {
  .das_sind_wir:after, .das_sind_wir:before {
    width: 35%;
  }
}

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

.team_overview {
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 75rem) {
  .team_overview {
    flex-wrap: nowrap;
  }
}
.team_overview .team_entry {
  flex-direction: column-reverse;
  margin-bottom: 0.75em;
}
.team_overview .team_entry .buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 30rem) {
  .team_overview .team_entry .buttons {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: block;
  flex: 0 0 auto;
  position: relative;
}
.team_overview .photo::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(102, 0, 0, 0) 54.97%, rgba(0, 0, 0, 0.85) 85.58%);
}
@media (min-width: 61.875rem) {
  .team_overview .photo {
    margin-bottom: 0;
  }
}
.team_overview .photo img {
  display: block;
}
.team_overview .photo .button {
  margin: 0 auto 0.75em;
  min-width: 13.625rem;
}
.team_overview .photo .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.125em;
}
.team_overview .info {
  flex: 1 1 auto;
  margin-bottom: 0.75em;
  position: absolute;
  bottom: 1.25rem;
  left: 0.625rem;
  right: 0.625rem;
  display: block;
}
.team_overview .info .title {
  color: #fff;
  text-align: center;
}

.team_entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team_entry .photo {
  margin-bottom: 0.75em;
}
.team_entry .photo img {
  display: block;
}
.team_entry .info {
  margin-bottom: 0.75em;
}
.team_entry .buttons .button {
  margin-bottom: 0.75em;
  margin-right: 0.75em;
}
.team_entry.vita {
  flex-direction: column-reverse;
  gap: 2.25em;
}
.team_entry.vita .photo {
  max-width: 31.25rem;
}
@media (min-width: 47.5rem) {
  .team_entry.vita {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .team_entry.vita .photo {
    margin-top: -15em;
    z-index: 3;
  }
}

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

.teaser {
  display: flex;
  flex-direction: column;
  background: #F7F4F4;
  padding: 3.3em 2.1em;
  margin-top: 1.125em;
  flex-grow: 1;
}
.teaser .icon:not(.indicator_icon) {
  display: block;
  background: rgba(102, 0, 0, 0.1);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 1.25rem;
  fill: #660000;
  margin-bottom: 1.5em;
}
.teaser .teaser_background_image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18.75rem;
}

.teaser_red {
  background: rgba(247, 244, 244, 0.15);
  padding: 3.3em 2.1em;
}
.teaser_red .button .text {
  color: #000;
}
.teaser_red .button::before {
  background: #fff;
}
.teaser_red .button:hover::before, .teaser_red .button:focus-visible::before, .teaser_red .button:focus::before, .teaser_red .button:active::before, .teaser_red .button.active::before {
  background: #000;
}
.teaser_red .button:hover .text, .teaser_red .button:focus-visible .text, .teaser_red .button:focus .text, .teaser_red .button:active .text, .teaser_red .button.active .text {
  color: #fff;
}
.job .teaser_red {
  background: #660000;
}
.job .teaser_red h2,
.job .teaser_red p {
  color: #fff;
}

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

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

[role=tooltip] {
  background: #660000;
  border: 0.125rem solid #660000;
  border-radius: 0;
  bottom: 100%;
  color: #fff;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: visible;
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #660000;
  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: #660000;
  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;
}

