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

.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 {
  min-width: 1.125rem;
}

/* 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;
  transition: fill 300ms;
  width: 4.625rem;
}
@media (min-width: 35rem) {
  .author {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.author:focus, .author:hover {
  fill: rgba(255, 255, 255, 0.7);
}

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

.breadcrumbs {
  display: none;
}

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

.button {
  border-radius: 0.625rem;
  padding: 0 1.125em;
  cursor: pointer;
  background: #7fceef;
  border: 0.125rem solid #7fceef;
  color: #0c1327;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 2.6875rem;
  }
}
.button .icon {
  fill: #0c1327;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button .icon {
    width: 1.375rem;
  }
}
.button .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button:focus-visible .icon, .button:hover .icon {
  animation: arrow_link 1.8s infinite;
}
.button:focus-visible {
  background: #f3f7f9;
  border-color: #203163;
  color: #0c1327;
  outline: 0.125rem solid #0c1327;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.375rem #f3f7f9;
}
.button:focus-visible .icon {
  fill: #0c1327;
}
.button:hover {
  background: #f3f7f9;
  border-color: #203163;
  color: #0c1327;
}
.button:hover .icon {
  fill: #0c1327;
}
.button:active, .button.active {
  background: #0c1327;
  border: 0.125rem solid #0c1327;
  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.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active > span, .button.active > span {
    min-height: 2.6875rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button:active .icon, .button.active .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active .icon, .button.active .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button:active .icon, .button.active .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button:active .icon, .button.active .icon {
    width: 1.375rem;
  }
}
.button:active .text, .button.active .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}
.button.inverted {
  background: #f3f7f9;
  border: 0.125rem solid #203163;
  color: #0c1327;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.inverted > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.inverted > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.inverted > span {
    min-height: 2.6875rem;
  }
}
.button.inverted .icon {
  fill: #0c1327;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.inverted .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.inverted .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.inverted .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.inverted .icon {
    width: 1.375rem;
  }
}
.button.inverted .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.inverted:focus-visible, .button.inverted:hover {
  background: #7fceef;
  border-color: #7fceef;
  color: #0c1327;
}
.button.inverted:focus-visible .icon, .button.inverted:hover .icon {
  fill: #0c1327;
}
.button.inverted:active, .button.inverted.active {
  background: #0c1327;
  border: 0.125rem solid #0c1327;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.inverted:active > span, .button.inverted.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.inverted:active > span, .button.inverted.active > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.inverted:active > span, .button.inverted.active > span {
    min-height: 2.6875rem;
  }
}
.button.inverted:active .icon, .button.inverted.active .icon {
  fill: #fff;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.inverted:active .icon, .button.inverted.active .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.inverted:active .icon, .button.inverted.active .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.inverted:active .icon, .button.inverted.active .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.inverted:active .icon, .button.inverted.active .icon {
    width: 1.375rem;
  }
}
.button.inverted:active .text, .button.inverted.active .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.button_cookie {
  background: #fff;
  border: 0.125rem solid #0c1327;
  color: #0c1327;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.button_cookie > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.button_cookie > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_cookie > span {
    min-height: 2.6875rem;
  }
}
.button.button_cookie .icon {
  fill: #0c1327;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.button_cookie .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_cookie .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.button_cookie .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_cookie .icon {
    width: 1.375rem;
  }
}
.button.button_cookie .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.button_cookie:focus-visible, .button.button_cookie:hover {
  background: #203163;
  border-color: #203163;
  color: #fff;
}
.button.button_cookie:focus-visible .icon, .button.button_cookie:hover .icon {
  fill: #fff;
}
.button.button_cookie:active, .button.button_cookie.active {
  background: #0c1327;
  border: 0.125rem solid #0c1327;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.button_cookie:active > span, .button.button_cookie.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.button_cookie:active > span, .button.button_cookie.active > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_cookie:active > span, .button.button_cookie.active > span {
    min-height: 2.6875rem;
  }
}
.button.button_cookie:active .icon, .button.button_cookie.active .icon {
  fill: #fff;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.button_cookie:active .icon, .button.button_cookie.active .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_cookie:active .icon, .button.button_cookie.active .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.button_cookie:active .icon, .button.button_cookie.active .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_cookie:active .icon, .button.button_cookie.active .icon {
    width: 1.375rem;
  }
}
.button.button_cookie:active .text, .button.button_cookie.active .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.on_blue:focus-visible, .button.on_blue:hover {
  background: #203163;
  border-color: #fff;
  color: #fff;
}
.button.on_blue:focus-visible .icon, .button.on_blue:hover .icon {
  fill: #fff;
}
.button.on_blue:active, .button.on_blue.active {
  background: #fff;
  border: 0.125rem solid #fff;
  color: #0c1327;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.on_blue:active > span, .button.on_blue.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.on_blue:active > span, .button.on_blue.active > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue:active > span, .button.on_blue.active > span {
    min-height: 2.6875rem;
  }
}
.button.on_blue:active .icon, .button.on_blue.active .icon {
  fill: #0c1327;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.on_blue:active .icon, .button.on_blue.active .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue:active .icon, .button.on_blue.active .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.on_blue:active .icon, .button.on_blue.active .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue:active .icon, .button.on_blue.active .icon {
    width: 1.375rem;
  }
}
.button.on_blue:active .text, .button.on_blue.active .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.on_blue_inverted {
  background: #203163;
  border: 0.125rem solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.on_blue_inverted > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.on_blue_inverted > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue_inverted > span {
    min-height: 2.6875rem;
  }
}
.button.on_blue_inverted .icon {
  fill: #fff;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.on_blue_inverted .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue_inverted .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.on_blue_inverted .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue_inverted .icon {
    width: 1.375rem;
  }
}
.button.on_blue_inverted .text {
  font-weight: 600;
  padding: 0.375em 0;
}
.button.on_blue_inverted:focus-visible, .button.on_blue_inverted:hover {
  background: #7fceef;
  border-color: #7fceef;
  color: #0c1327;
}
.button.on_blue_inverted:focus-visible .icon, .button.on_blue_inverted:hover .icon {
  fill: #0c1327;
}
.button.on_blue_inverted:active, .button.on_blue_inverted.active {
  background: #fff;
  border: 0.125rem solid #fff;
  color: #0c1327;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.on_blue_inverted:active > span, .button.on_blue_inverted.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
}
@media (min-width: 20rem) {
  .button.on_blue_inverted:active > span, .button.on_blue_inverted.active > span {
    min-height: calc(2.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue_inverted:active > span, .button.on_blue_inverted.active > span {
    min-height: 2.6875rem;
  }
}
.button.on_blue_inverted:active .icon, .button.on_blue_inverted.active .icon {
  fill: #0c1327;
  flex-shrink: 0;
  margin-left: 0.5625em;
  transition: fill 300ms;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .button.on_blue_inverted:active .icon, .button.on_blue_inverted.active .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue_inverted:active .icon, .button.on_blue_inverted.active .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .button.on_blue_inverted:active .icon, .button.on_blue_inverted.active .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .button.on_blue_inverted:active .icon, .button.on_blue_inverted.active .icon {
    width: 1.375rem;
  }
}
.button.on_blue_inverted:active .text, .button.on_blue_inverted.active .text {
  font-weight: 600;
  padding: 0.375em 0;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
}
.button_overview .button {
  margin: 0 1.125em 1.125em 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: #7fceef;
  border-radius: 0.625rem;
  color: #0c1327;
  display: inline-block;
  font-size: 88.889%;
  font-weight: 600;
  height: 0.0625rem;
  left: -624.9375rem;
  outline-color: #203163;
  overflow: hidden;
  padding: 0.75em 1.125em;
  position: absolute;
  text-decoration: underline;
  top: -624.9375rem;
  white-space: nowrap;
  width: 0.0625rem;
}
.bypass_links a:focus {
  color: #0c1327;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

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

.company_logo {
  display: block;
}

header .company_logo {
  fill: #203163;
  width: 13.125rem;
}
@media (min-width: 20rem) {
  header .company_logo {
    width: calc(13.125rem + 7.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .company_logo {
    width: 21.0625rem;
  }
}

footer .company_logo {
  fill: #fff;
  margin-bottom: 1.5em;
  width: 18.125rem;
}
@media (min-width: 20rem) {
  footer .company_logo {
    width: calc(18.125rem + 13.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .company_logo {
    width: 31.4375rem;
  }
}
@media (min-width: 35rem) {
  footer .company_logo {
    margin: 0;
  }
}

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

.cookie_banner {
  background: #f6e824;
  border-top: 0.125rem solid #e8d90a;
  bottom: 0;
  display: grid;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding: 1.125em;
  position: fixed;
  right: 0;
  row-gap: 1.125em;
  text-align: center;
  z-index: 9000;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    align-items: center;
    column-gap: 1.5em;
    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: 88.889%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}

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

.down_arrow {
  animation: bounce 1.8s infinite;
  background: #f3f7f9;
  border-radius: 0.625rem;
  display: block;
  outline-color: #fff !important;
  transition: background 300ms;
  height: 2rem;
  padding: 0.5rem;
  width: 2rem;
}
@media (min-width: 20rem) {
  .down_arrow {
    height: calc(2rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    height: 2.75rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    padding: calc(0.5rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    padding: 0.6875rem;
  }
}
@media (min-width: 20rem) {
  .down_arrow {
    width: calc(2rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .down_arrow {
    width: 2.75rem;
  }
}
.down_arrow .icon {
  display: block;
  fill: #0c1327;
  transform: rotate(90deg);
}
.down_arrow .icon svg {
  display: block;
}
.down_arrow:focus, .down_arrow:hover {
  background: #7fceef;
}

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

.dropdown_menu {
  display: none;
}
@media (min-width: 78.125rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
  }
}
.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 {
  background: #f6e824;
  color: #0c1327;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  visibility: visible;
}
.dropdown_menu > ul > li {
  align-items: center;
  margin-right: 0.125rem;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  border-radius: 0.625rem;
  color: #0c1327;
  display: flex;
  font-weight: 600;
  hyphens: none;
  padding: 0 1.125em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li > a {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .dropdown_menu > ul > li > a {
    height: 2.9375rem;
  }
}
.dropdown_menu > ul > li > a.active, .dropdown_menu > ul > li > a:focus, .dropdown_menu > ul > li > a:hover {
  background: #f6e824;
  color: #0c1327;
}

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

.footer_pre {
  background: #fff;
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .footer_pre {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .footer_pre {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .footer_pre {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .footer_pre {
    padding-top: 6em;
  }
}

.wrap-sponsors .centered {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .wrap-sponsors .centered {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-sponsors .centered {
    margin-bottom: 3em;
  }
}
.wrap-sponsors .headline p {
  color: #203163;
  font-size: 122.222%;
  text-align: center;
}
.wrap-sponsors .figure_overview {
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  height: 100%;
  border-radius: 0.9375rem;
  padding: 1.5em;
}
@media (min-width: 20rem) {
  .wrap-sponsors .figure_overview {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-sponsors .figure_overview {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .wrap-sponsors .figure_overview {
    padding: calc(1.5em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-sponsors .figure_overview {
    padding: 2.625em;
  }
}
.wrap-sponsors .figure_overview.first {
  margin-bottom: 2.25em;
}
@media (min-width: 20rem) {
  .wrap-sponsors .figure_overview.first {
    margin-bottom: calc(2.25em + 0.75 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .wrap-sponsors .figure_overview.first {
    margin-bottom: 3em;
  }
}
@media (min-width: 61.875rem) {
  .wrap-sponsors .figure_overview.first {
    margin: 0;
  }
}
.wrap-sponsors .figure_overview figure {
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .wrap-sponsors .figure_overview figure {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .wrap-sponsors .figure_overview figure {
    margin-bottom: 3.125rem;
  }
}
.wrap-sponsors .figure_overview figure.last {
  margin-bottom: 0;
}

body.startpage .wrap-sponsors {
  padding-top: 3em;
}
@media (min-width: 61.875rem) {
  body.startpage .wrap-sponsors {
    padding: 0;
  }
}

footer {
  background: #203163;
}
footer a {
  color: #fff;
  font-weight: 600;
  outline-color: #fff !important;
}
footer a.active {
  color: #fff;
  text-decoration: none;
}
footer p,
footer .style_h3 {
  color: #fff;
}
footer .links_overview.has_arrows a .icon {
  fill: #fff;
}
footer .links_overview.has_arrows a:focus, footer .links_overview.has_arrows a:hover {
  color: #fff;
}
footer .wrap-top {
  background-image: url("../../common/images/bg-footer-image.jpg");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 12.1875rem;
}
@media (min-width: 20rem) {
  footer .wrap-top {
    height: calc(12.1875rem + 15.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-top {
    height: 27.625rem;
  }
}
footer .wrap-top:before {
  background: linear-gradient(0deg, #203163, rgba(32, 49, 99, 0));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  height: 3.4375rem;
}
@media (min-width: 20rem) {
  footer .wrap-top:before {
    height: calc(3.4375rem + 3.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-top:before {
    height: 6.875rem;
  }
}
footer .wrap-top .badge_steuerfachtagung {
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .wrap-top .badge_steuerfachtagung {
    bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-top .badge_steuerfachtagung {
    bottom: 1.875rem;
  }
}
@media (min-width: 20rem) {
  footer .wrap-top .badge_steuerfachtagung {
    left: calc(0.9375rem + 2.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-top .badge_steuerfachtagung {
    left: 3.75rem;
  }
}
footer .wrap-bottom {
  padding-top: 2.25em;
}
@media (min-width: 20rem) {
  footer .wrap-bottom {
    padding-top: calc(2.25em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-bottom {
    padding-top: 5.25em;
  }
}
footer .wrap-bottom .wrap-logo {
  margin-bottom: 1.5em;
}
@media (min-width: 35rem) {
  footer .wrap-bottom .wrap-logo {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
footer .wrap-bottom .wrap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  footer .wrap-bottom .wrap-flex {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-bottom .wrap-flex {
    margin-bottom: 3em;
  }
}
footer .wrap-bottom .wrap-locations {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 35rem) {
  footer .wrap-bottom .address {
    margin-right: 1.5em;
  }
}
@media (min-width: 35rem) and (min-width: 20rem) {
  footer .wrap-bottom .address {
    margin-right: calc(1.5em + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 35rem) and (min-width: 93.75rem) {
  footer .wrap-bottom .address {
    margin-right: 5.25em;
  }
}
footer .wrap-bottom .address .company_name {
  max-width: 35ch;
}
footer .wrap-bottom .address .contact_wrapper address {
  display: block;
}
footer .wrap-bottom .address .contact_wrapper .postal_address {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  footer .wrap-bottom .address .contact_wrapper .postal_address {
    margin-bottom: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-bottom .address .contact_wrapper .postal_address {
    margin-bottom: 2.25em;
  }
}
footer .wrap-bottom .related_links {
  padding: 1.5em 0;
  position: relative;
}
@media (min-width: 35rem) {
  footer .wrap-bottom .related_links {
    display: flex;
    justify-content: center;
  }
}
footer .wrap-bottom .related_links .links_overview {
  margin-bottom: 1.5em;
}
@media (min-width: 35rem) {
  footer .wrap-bottom .related_links .links_overview {
    margin: 0;
  }
}
footer .wrap-bottom .related_links .links_overview ul {
  align-items: center;
  display: flex;
}
footer .wrap-bottom .related_links .links_overview ul li {
  margin-right: 0.9375rem;
}
@media (min-width: 20rem) {
  footer .wrap-bottom .related_links .links_overview ul li {
    margin-right: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  footer .wrap-bottom .related_links .links_overview ul li {
    margin-right: 3.125rem;
  }
}
footer .wrap-bottom .related_links .links_overview ul li:last-child {
  margin-right: 0;
}
footer .wrap-bottom .related_links .links_overview a {
  font-size: 88.889%;
  font-weight: 300;
}
footer .wrap-bottom .related_links .links_overview a.active {
  font-weight: 600;
}

/* 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;
  height: 25rem;
}
@media (min-width: 20rem) {
  header {
    height: calc(25rem + 12 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header {
    height: 37rem;
  }
}
header .menubar {
  position: relative;
  z-index: 5;
  padding-top: 1.5em;
}
@media (min-width: 20rem) {
  header .menubar {
    padding-top: calc(1.5em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .menubar {
    padding-top: 1.875em;
  }
}
header .menubar .wrap-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .wrap-menus {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 78.125rem) {
  header .wrap-menus {
    flex-direction: row;
  }
}
header .wrap-menus .signup_btn {
  display: none;
}
@media (min-width: 38.125rem) {
  header .wrap-menus .signup_btn {
    display: flex;
    margin-right: 1.125em;
  }
}
@media (min-width: 78.125rem) {
  header .wrap-menus .signup_btn {
    margin: 0;
  }
}
header .wrap-bottom {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0.9375rem;
}
@media (min-width: 20rem) {
  header .wrap-bottom {
    padding: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom {
    padding: 1.875rem;
  }
}
header .wrap-bottom .wrap-icons {
  margin-left: auto;
}
header .wrap-bottom .badge_steuerfachtagung {
  position: absolute;
  bottom: -1.40625rem;
  left: 0.9375rem;
}
@media (min-width: 20rem) {
  header .wrap-bottom .badge_steuerfachtagung {
    bottom: calc(-1.40625rem + -1.40625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom .badge_steuerfachtagung {
    bottom: -2.8125rem;
  }
}
@media (min-width: 20rem) {
  header .wrap-bottom .badge_steuerfachtagung {
    left: calc(0.9375rem + 2.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  header .wrap-bottom .badge_steuerfachtagung {
    left: 3.75rem;
  }
}

.signup_btn {
  align-items: center;
  background: #7fceef;
  border-radius: 0.625rem;
  color: #0c1327;
  display: flex;
  font-weight: 600;
  hyphens: none;
  padding: 0 1.125em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .signup_btn {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .signup_btn {
    height: 2.9375rem;
  }
}
.signup_btn.active, .signup_btn:focus, .signup_btn:hover {
  background: #203163;
  color: #fff;
}

.header_content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header_content .container,
.header_content .row {
  height: 100%;
}
.header_content .wrap-flex {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
}

.startbox {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-bottom: 5.25em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.875em;
}
@media (min-width: 20rem) {
  .startbox {
    margin-bottom: calc(5.25em + 3.75 * (100vw - 20rem) / (55));
  }
}
@media (min-width: 75rem) {
  .startbox {
    margin-bottom: 9em;
  }
}
@media (min-width: 20rem) {
  .startbox {
    padding-bottom: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox {
    padding-bottom: 1.5em;
  }
}
@media (min-width: 20rem) {
  .startbox {
    padding-left: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox {
    padding-left: 2.25em;
  }
}
@media (min-width: 20rem) {
  .startbox {
    padding-right: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox {
    padding-right: 2.25em;
  }
}
@media (min-width: 20rem) {
  .startbox {
    padding-top: calc(1.875em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox {
    padding-top: 2.625em;
  }
}
@media (min-width: 47.5rem) {
  .startbox {
    padding-left: 0;
  }
}
@media (min-width: 93.75rem) {
  .startbox {
    margin-bottom: 6.75em;
  }
}
.startbox:before {
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 35rem) {
  .startbox:before {
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  }
}
@media (min-width: 47.5rem) {
  .startbox:before {
    clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px), 0 25px);
    left: -0.9375rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .startbox:before {
    left: calc(-0.9375rem + -2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .startbox:before {
    left: -3.125rem;
  }
}
@media (min-width: 75rem) {
  .startbox:before {
    clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
  }
}
.startbox .wrap-title h1 {
  letter-spacing: calc((1.5625rem + 2.1875 * (100vw - 20rem) / (73.75)) * 0);
  font-size: 1.5625rem;
  padding: 0;
}
@media (min-width: 93.75rem) {
  .startbox .wrap-title h1 {
    letter-spacing: calc(3.75rem * 0);
  }
}
@media (min-width: 20rem) {
  .startbox .wrap-title h1 {
    font-size: calc(1.5625rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-title h1 {
    font-size: 3.75rem;
  }
}
.startbox .wrap-title h1 .style_h3 {
  display: block;
  margin: 0;
  padding: 0;
}
.startbox .wrap-infos {
  margin-bottom: 1.5em;
  padding-top: 0em;
}
@media (min-width: 20rem) {
  .startbox .wrap-infos {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-infos {
    margin-bottom: 3em;
  }
}
@media (min-width: 20rem) {
  .startbox .wrap-infos {
    padding-top: calc(0em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-infos {
    padding-top: 0.75em;
  }
}
@media (min-width: 47.5rem) {
  .startbox .wrap-infos {
    display: flex;
  }
}
.startbox .wrap-infos .entry {
  display: flex;
  padding: 0.3em 0;
  position: relative;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .startbox .wrap-infos .entry {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-infos .entry {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 47.5rem) {
  .startbox .wrap-infos .entry {
    margin-bottom: 0;
    padding: 0;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .startbox .wrap-infos .entry {
    margin-right: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .startbox .wrap-infos .entry {
    margin-right: 3.125rem;
  }
}
.startbox .wrap-infos .entry .icon {
  display: block;
  fill: #203163;
  flex-shrink: 0;
  margin-right: 0.75em;
  height: 1.25rem;
  width: 1.25rem;
}
@media (min-width: 20rem) {
  .startbox .wrap-infos .entry .icon {
    height: calc(1.25rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-infos .entry .icon {
    height: 1.75rem;
  }
}
@media (min-width: 20rem) {
  .startbox .wrap-infos .entry .icon {
    width: calc(1.25rem + 0.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-infos .entry .icon {
    width: 1.75rem;
  }
}
.startbox .wrap-infos .entry .icon svg {
  display: block;
}
.startbox .wrap-infos .entry .infos .title {
  margin: 0 0 0.25em;
  padding: 0;
}
.startbox .wrap-infos .entry .infos .text p {
  font-size: 122.222%;
  margin: 0;
}
.startbox .wrap-infos .entry.last {
  margin: 0;
}
.startbox .wrap-infos .entry.last:before {
  background: #fff;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: -0.46875rem;
}
@media (min-width: 20rem) {
  .startbox .wrap-infos .entry.last:before {
    top: calc(-0.46875rem + -1.09375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .startbox .wrap-infos .entry.last:before {
    top: -1.5625rem;
  }
}
@media (min-width: 47.5rem) {
  .startbox .wrap-infos .entry.last:before {
    bottom: 0;
    height: auto;
    top: 0;
    transform: translateX(-50%);
    width: 0.125rem;
    left: -0.46875rem;
  }
}
@media (min-width: 47.5rem) and (min-width: 20rem) {
  .startbox .wrap-infos .entry.last:before {
    left: calc(-0.46875rem + -1.09375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 47.5rem) and (min-width: 93.75rem) {
  .startbox .wrap-infos .entry.last:before {
    left: -1.5625rem;
  }
}
.startbox .badge_steuerfachtagung {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(10%) translateY(-80%);
}
@media (min-width: 30rem) {
  .startbox .badge_steuerfachtagung {
    transform: translateX(10%) translateY(-20%);
  }
}
@media (min-width: 38.75rem) {
  .startbox .badge_steuerfachtagung {
    bottom: 0;
    top: auto;
    transform: translateX(10%) translateY(10%);
  }
}
@media (min-width: 47.5rem) {
  .startbox .badge_steuerfachtagung {
    transform: translateX(10%) translateY(15%);
  }
}
@media (min-width: 61.875rem) {
  .startbox .badge_steuerfachtagung {
    transform: translateX(25%) translateY(20%);
  }
}

body.startpage header {
  height: 100dvh;
  min-height: 47.5rem;
}

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

.header_background {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header_background:before {
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 15.75rem;
}
@media (min-width: 20rem) {
  .header_background:before {
    height: calc(15.75rem + 0 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_background:before {
    height: 15.75rem;
  }
}
.header_background:after {
  background: linear-gradient(0deg, #203163, rgba(32, 49, 99, 0));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 6.875rem;
}
@media (min-width: 20rem) {
  .header_background:after {
    height: calc(6.875rem + 5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .header_background:after {
    height: 11.875rem;
  }
}
.header_background .header_video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header_background .header_video video {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-toggle {
  background: #f3f7f9;
  border-radius: 50%;
  display: block;
  position: relative;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 20rem) {
  .video-toggle {
    height: calc(2rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video-toggle {
    height: 2.75rem;
  }
}
@media (min-width: 20rem) {
  .video-toggle {
    width: calc(2rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video-toggle {
    width: 2.75rem;
  }
}
.video-toggle .icon {
  bottom: 0;
  display: block;
  fill: #203163;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
}
.video-toggle .icon svg {
  display: block;
  padding: 0.1875rem;
}
@media (min-width: 20rem) {
  .video-toggle .icon svg {
    padding: calc(0.1875rem + 0.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .video-toggle .icon svg {
    padding: 0.3125rem;
  }
}
.video-toggle.active .play {
  opacity: 0;
  visibility: hidden;
}
.video-toggle.active .pause {
  opacity: 1;
  visibility: visible;
}
.video-toggle:not(.active) .play {
  opacity: 1;
  visibility: visible;
}
.video-toggle:not(.active) .pause {
  opacity: 0;
  visibility: hidden;
}

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

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

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

.page_wrapper {
  overflow-x: hidden;
}

body.no_template .wrap-content {
  margin-bottom: 3.75em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  body.no_template .wrap-content {
    margin-bottom: calc(3.75em + 3.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.no_template .wrap-content {
    margin-bottom: 7.5em;
  }
}
@media (min-width: 20rem) {
  body.no_template .wrap-content {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.no_template .wrap-content {
    padding-top: 6em;
  }
}

.headline.no_margin_bottom h1, .headline.no_margin_bottom h2, .headline.no_margin_bottom h3, .headline.no_margin_bottom h4, .headline.no_margin_bottom h5, .headline.no_margin_bottom h6, .headline.no_margin_bottom p {
  margin-bottom: 0;
}
.headline.no_padding_top h1, .headline.no_padding_top h2, .headline.no_padding_top h3, .headline.no_padding_top h4, .headline.no_padding_top h5, .headline.no_padding_top h6 {
  padding-top: 0;
}

.badge_steuerfachtagung .icon {
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  display: block;
  flex-shrink: 0;
  border-radius: 1.625rem;
  height: 8rem;
  width: 8rem;
}
@media (min-width: 20rem) {
  .badge_steuerfachtagung .icon {
    border-radius: calc(1.625rem + 1.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .badge_steuerfachtagung .icon {
    border-radius: 2.9375rem;
  }
}
@media (min-width: 20rem) {
  .badge_steuerfachtagung .icon {
    height: calc(8rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .badge_steuerfachtagung .icon {
    height: 15.5rem;
  }
}
@media (min-width: 20rem) {
  .badge_steuerfachtagung .icon {
    width: calc(8rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .badge_steuerfachtagung .icon {
    width: 15.5rem;
  }
}
.badge_steuerfachtagung .icon svg {
  display: block;
}

.icon_logo_m {
  display: block;
  fill: #203163;
  flex-shrink: 0;
  opacity: 0.05;
  height: 12.5rem;
  width: 12.5rem;
}
@media (min-width: 20rem) {
  .icon_logo_m {
    height: calc(12.5rem + 20 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon_logo_m {
    height: 32.5rem;
  }
}
@media (min-width: 20rem) {
  .icon_logo_m {
    width: calc(12.5rem + 20 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .icon_logo_m {
    width: 32.5rem;
  }
}
.icon_logo_m svg {
  display: block;
}

.content_image {
  background-color: rgba(136, 175, 193, 0.1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0.9375rem;
  height: 11.875rem;
}
@media (min-width: 20rem) {
  .content_image {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .content_image {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .content_image {
    height: calc(11.875rem + 8.125 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .content_image {
    height: 20rem;
  }
}
@media (min-width: 61.875rem) {
  .content_image {
    height: calc(20rem + 3.75 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 93.75rem) {
  .content_image {
    height: 23.75rem;
  }
}

.links_overview {
  user-select: none;
}
.links_overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links_overview li {
  margin: 0;
  padding: 0;
}
.links_overview li:before {
  display: none;
}
.links_overview.has_arrows .title {
  font-size: 88.889%;
  margin: 0 0 0.375em;
  padding-top: 1.5em;
}
.links_overview.has_arrows a {
  align-items: center;
  display: inline-flex;
  padding: 0.1875em 0;
  text-decoration: none;
}
.links_overview.has_arrows a .icon {
  display: block;
  fill: #0c1327;
  flex-shrink: 0;
  margin-left: 0.5em;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .links_overview.has_arrows a .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .links_overview.has_arrows a .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .links_overview.has_arrows a .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .links_overview.has_arrows a .icon {
    width: 1.375rem;
  }
}
.links_overview.has_arrows a .icon svg {
  display: block;
}
.links_overview.has_arrows a .text {
  text-decoration: underline;
}
.links_overview.has_arrows a.active .text, .links_overview.has_arrows a:focus .text, .links_overview.has_arrows a:hover .text {
  text-decoration: none;
}
.links_overview.has_arrows a:focus, .links_overview.has_arrows a:hover {
  color: #0c1327;
}
.links_overview.has_arrows a:focus .icon, .links_overview.has_arrows a:hover .icon {
  animation: arrow_link 1.8s infinite;
}

.sectionpage .wrap-top {
  background: #203163;
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .sectionpage .wrap-top {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sectionpage .wrap-top {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .sectionpage .wrap-top {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sectionpage .wrap-top {
    padding-top: 6em;
  }
}
.sectionpage .wrap-top.half_padding_bottom {
  padding-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .sectionpage .wrap-top.half_padding_bottom {
    padding-bottom: calc(1.5em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sectionpage .wrap-top.half_padding_bottom {
    padding-bottom: 4.5em;
  }
}
.sectionpage .wrap-top h1 {
  padding: 0;
}
.sectionpage .wrap-top h1, .sectionpage .wrap-top h2, .sectionpage .wrap-top h3, .sectionpage .wrap-top h4, .sectionpage .wrap-top h5, .sectionpage .wrap-top h6, .sectionpage .wrap-top p {
  color: #fff;
}
.sectionpage .wrap-top .centered {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .sectionpage .wrap-top .centered {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sectionpage .wrap-top .centered {
    margin-bottom: 3em;
  }
}
.sectionpage .wrap-top .centered.no_margin_bottom {
  margin-bottom: 0;
}
.sectionpage .wrap-top .centered h1 {
  margin: 0;
}
.sectionpage .wrap-top .centered .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 80ch;
  padding-top: 1.5em;
}
@media (max-width: 61.8125rem) {
  .sectionpage .wrap-top .button_overview {
    justify-content: center;
    padding-bottom: 1.5em;
  }
}
.sectionpage .wrap-top .button_overview .button.last {
  margin-right: 0;
}
.sectionpage .wrap-bottom {
  position: relative;
  overflow: hidden;
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .sectionpage .wrap-bottom {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sectionpage .wrap-bottom {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .sectionpage .wrap-bottom {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .sectionpage .wrap-bottom {
    padding-top: 6em;
  }
}
.sectionpage .wrap-bottom .company_name {
  padding-top: 0;
}
.sectionpage .wrap-bottom .icon_logo_m {
  bottom: 0;
  position: absolute;
  right: 0;
}

.start-intro .centered,
.start-topics .centered,
.start-tickets .centered,
.start-service .centered {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .start-intro .centered,
.start-topics .centered,
.start-tickets .centered,
.start-service .centered {
    margin-bottom: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro .centered,
.start-topics .centered,
.start-tickets .centered,
.start-service .centered {
    margin-bottom: 2.25em;
  }
}

.start-topics .intro,
.start-tickets .intro {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .start-topics .intro,
.start-tickets .intro {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-topics .intro,
.start-tickets .intro {
    margin-bottom: 3em;
  }
}

.start-intro,
.start-topics,
.start-tickets {
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .start-intro,
.start-topics,
.start-tickets {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro,
.start-topics,
.start-tickets {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .start-intro,
.start-topics,
.start-tickets {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro,
.start-topics,
.start-tickets {
    padding-top: 6em;
  }
}

.start-intro {
  background: #203163;
  position: relative;
}
.start-intro .centered {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .start-intro .centered {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro .centered {
    margin-bottom: 3em;
  }
}
.start-intro .centered h2, .start-intro .centered h3 {
  color: #fff;
}
@media (min-width: 61.875rem) {
  .start-intro .wrap-text {
    margin-bottom: calc(0em + 3 * (100vw - 61.875rem) / (54.375));
  }
}
@media (min-width: 116.25rem) {
  .start-intro .wrap-text {
    margin-bottom: 3em;
  }
}
@media (min-width: 115.625rem) {
  .start-intro .wrap-text {
    margin: 0;
  }
}
.start-intro .wrap-text p {
  color: #fff;
}
@media (max-width: 61.8125rem) {
  .start-intro .button_overview {
    padding-bottom: 1.5em;
  }
}
.start-intro .wrap-slider {
  position: relative;
  z-index: 1;
  margin-bottom: 7.5em;
}
@media (min-width: 20rem) {
  .start-intro .wrap-slider {
    margin-bottom: calc(7.5em + 1.5 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .start-intro .wrap-slider {
    margin-bottom: 9em;
  }
}
@media (min-width: 61.875rem) {
  .start-intro .wrap-slider {
    clip-path: inset(-100vw -100vw -100vw 0);
    margin: 0;
  }
}
.start-intro .badge_steuerfachtagung {
  position: absolute;
  bottom: -0.9375rem;
  left: 0.9375rem;
}
@media (min-width: 20rem) {
  .start-intro .badge_steuerfachtagung {
    bottom: calc(-0.9375rem + -1.171875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro .badge_steuerfachtagung {
    bottom: -2.109375rem;
  }
}
@media (min-width: 20rem) {
  .start-intro .badge_steuerfachtagung {
    left: calc(0.9375rem + 0.312496875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-intro .badge_steuerfachtagung {
    left: 1.249996875rem;
  }
}
@media (min-width: 61.875rem) {
  .start-intro .badge_steuerfachtagung {
    left: auto;
    right: 0.9375rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  .start-intro .badge_steuerfachtagung {
    right: calc(0.9375rem + 0.312496875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .start-intro .badge_steuerfachtagung {
    right: 1.249996875rem;
  }
}
@media (min-width: 116.25rem) {
  .start-intro .badge_steuerfachtagung {
    right: auto;
    left: 0.9375rem;
  }
}
@media (min-width: 116.25rem) and (min-width: 20rem) {
  .start-intro .badge_steuerfachtagung {
    left: calc(0.9375rem + 0.312496875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 116.25rem) and (min-width: 93.75rem) {
  .start-intro .badge_steuerfachtagung {
    left: 1.249996875rem;
  }
}
.start-intro .icon_logo_m {
  bottom: 0;
  fill: #fff;
  position: absolute;
  right: 0;
}

.start-topics {
  background: #fff;
}
.start-topics .wrap-flex {
  margin-bottom: 1.125em;
}
@media (min-width: 30rem) {
  .start-topics .wrap-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.start-topics .wrap-flex p {
  font-size: 122.222%;
  margin: 0;
}
.start-topics .wrap-flex a {
  font-weight: 600;
}
.start-topics .teaser_overview {
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  height: 100%;
  border-radius: 0.9375rem;
  padding: 1.125em;
  padding-top: 1.125em;
}
@media (min-width: 20rem) {
  .start-topics .teaser_overview {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-topics .teaser_overview {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .start-topics .teaser_overview {
    padding: calc(1.125em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-topics .teaser_overview {
    padding: 2.25em;
  }
}
@media (min-width: 20rem) {
  .start-topics .teaser_overview {
    padding-top: calc(1.125em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-topics .teaser_overview {
    padding-top: 1.875em;
  }
}
.start-topics .teaser_overview.first {
  margin-bottom: 2.25em;
}
@media (min-width: 20rem) {
  .start-topics .teaser_overview.first {
    margin-bottom: calc(2.25em + 0.75 * (100vw - 20rem) / (41.875));
  }
}
@media (min-width: 61.875rem) {
  .start-topics .teaser_overview.first {
    margin-bottom: 3em;
  }
}
@media (min-width: 61.875rem) {
  .start-topics .teaser_overview.first {
    margin: 0;
  }
}
.start-topics .teaser {
  border-bottom: 0.125rem solid #ebeaeb;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
}
.start-topics .teaser.last {
  border: 0;
}

.start-tickets {
  overflow: hidden;
  position: relative;
}
.start-tickets .intro,
.start-tickets .teaser_overview {
  position: relative;
  z-index: 1;
}
.start-tickets .icon_logo_m {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 75rem) {
  .start-tickets .teaser {
    margin-bottom: 0 !important;
  }
}
.start-tickets .teaser.last {
  margin-bottom: 0 !important;
}

.start-service {
  background: #203163;
  position: relative;
}
.start-service .wrap-top {
  height: 13.75rem;
  background-image: url("../../common/images/bg-start-service-image.jpg");
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 20rem) {
  .start-service .wrap-top {
    height: calc(13.75rem + 34.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .wrap-top {
    height: 48.125rem;
  }
}
.start-service .wrap-top:before {
  background: linear-gradient(0deg, #203163, rgba(32, 49, 99, 0));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  height: 5.9375rem;
}
@media (min-width: 20rem) {
  .start-service .wrap-top:before {
    height: calc(5.9375rem + 13.4375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .wrap-top:before {
    height: 19.375rem;
  }
}
.start-service .wrap-bottom {
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 20rem) {
  .start-service .wrap-bottom {
    padding-bottom: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .wrap-bottom {
    padding-bottom: 6em;
  }
}
@media (min-width: 20rem) {
  .start-service .wrap-bottom {
    padding-top: calc(3em + 3 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .wrap-bottom {
    padding-top: 6em;
  }
}
.start-service .wrap-bottom .intro {
  margin-bottom: 1.5em;
}
@media (min-width: 20rem) {
  .start-service .wrap-bottom .intro {
    margin-bottom: calc(1.5em + 1.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .wrap-bottom .intro {
    margin-bottom: 3em;
  }
}
.start-service .wrap-bottom .intro h2, .start-service .wrap-bottom .intro h3, .start-service .wrap-bottom .intro p {
  color: #fff;
}
.start-service .wrap-bottom .intro p {
  max-width: 55ch;
}
.start-service .badge_steuerfachtagung {
  position: absolute;
  transform: translateY(50%);
  bottom: 0.375em;
  right: 0.9375rem;
}
@media (min-width: 20rem) {
  .start-service .badge_steuerfachtagung {
    bottom: calc(0.375em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .badge_steuerfachtagung {
    bottom: 0.75em;
  }
}
@media (min-width: 20rem) {
  .start-service .badge_steuerfachtagung {
    right: calc(0.9375rem + 2.8125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .start-service .badge_steuerfachtagung {
    right: 3.75rem;
  }
}

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

.toggle_offcanvas_menu {
  display: block;
  position: relative;
}
@media (min-width: 78.125rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .open_btn {
  align-items: center;
  background: #f6e824;
  border-color: #f6e824;
  cursor: pointer;
  display: inline-flex;
  height: 2.75rem;
  padding: 0;
  position: relative;
  user-select: none;
  z-index: 10;
  width: 2.75rem;
}
@media (min-width: 35rem) {
  .toggle_offcanvas_menu .open_btn {
    padding: 0 1.125em;
    width: auto;
  }
}
.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.75rem;
  margin: 0;
  position: relative;
  width: 1.25rem;
}
@media (min-width: 35rem) {
  .toggle_offcanvas_menu .open_btn .icon {
    margin-left: 0.5625em;
  }
}
.toggle_offcanvas_menu .open_btn .icon .line {
  background: #0c1327;
  display: block;
  height: 0.125rem;
  position: absolute;
  transition: background 300ms, top 300ms, transform 300ms;
  width: 100%;
}
.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: 35rem) {
  .toggle_offcanvas_menu .open_btn .text {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
  }
}
.toggle_offcanvas_menu .open_btn:focus-visible, .toggle_offcanvas_menu .open_btn:hover {
  background: #7fceef;
  border-color: #7fceef;
  color: #0c1327;
}
.toggle_offcanvas_menu .open_btn:focus-visible .icon, .toggle_offcanvas_menu .open_btn:hover .icon {
  animation: none;
}
.toggle_offcanvas_menu .open_btn:focus-visible .icon .line, .toggle_offcanvas_menu .open_btn:hover .icon .line {
  background: #0c1327;
}
.toggle_offcanvas_menu .open_btn:active, .toggle_offcanvas_menu .open_btn.active {
  background: #0c1327;
  border-color: #0c1327;
  color: #fff;
}
.toggle_offcanvas_menu .open_btn:active .icon, .toggle_offcanvas_menu .open_btn.active .icon {
  animation: none;
}
.toggle_offcanvas_menu .open_btn:active .icon .line, .toggle_offcanvas_menu .open_btn.active .icon .line {
  background: #fff;
}
.toggle_offcanvas_menu .open_btn.open {
  background: #0c1327;
  border-color: #0c1327;
  color: #fff;
}
.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;
}
.toggle_offcanvas_menu .open_btn.open .icon {
  animation: none;
}
.toggle_offcanvas_menu .open_btn.open .icon .line {
  background: #fff;
}

.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(12, 19, 39, 0.65);
  min-width: 100%;
}
.offcanvas_menu .menu_wrapper {
  align-items: flex-start;
  background-color: #f3f7f9;
  border-top: 0.25rem solid rgba(32, 49, 99, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5em 0.75em 1.125em;
  position: absolute;
  transition: all 300ms ease-in-out;
  width: 15.625rem;
  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 {
  display: inline-flex;
  margin: 0 auto 2.25em auto;
}
.offcanvas_menu .close_btn .icon {
  margin: 0 0 0 0.5625em;
  position: relative;
}
.offcanvas_menu .close_btn .icon .line {
  background: #0c1327;
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 50%;
}
.offcanvas_menu .close_btn .icon .line_1 {
  opacity: 1;
  transition: background 300ms, top 300ms, transform 300ms;
  visibility: visible;
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas_menu .close_btn .icon .line_2 {
  top: 50%;
  transition: background 300ms, bottom 300ms, transform 300ms;
  transform: translateY(-50%) rotate(-45deg);
}
.offcanvas_menu .close_btn:active, .offcanvas_menu .close_btn.active, .offcanvas_menu .close_btn:focus-visible, .offcanvas_menu .close_btn:hover {
  background: #0c1327;
  border-color: #0c1327;
  color: #fff;
}
.offcanvas_menu .close_btn:active .icon, .offcanvas_menu .close_btn.active .icon, .offcanvas_menu .close_btn:focus-visible .icon, .offcanvas_menu .close_btn:hover .icon {
  animation: none;
}
.offcanvas_menu .close_btn:active .icon .line, .offcanvas_menu .close_btn.active .icon .line, .offcanvas_menu .close_btn:focus-visible .icon .line, .offcanvas_menu .close_btn:hover .icon .line {
  background: #fff;
}
.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 {
  align-items: center;
  background: #fff;
  border-radius: 0.625rem;
  color: #0c1327;
  display: flex;
  font-weight: 600;
  hyphens: none;
  justify-content: center;
  margin-bottom: 0.25rem;
  padding: 0 1.125em;
  text-decoration: none;
  transition: background 300ms, color 300ms;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .offcanvas_menu .navigation > ul > li > a {
    height: calc(2.75rem + 0.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .offcanvas_menu .navigation > ul > li > a {
    height: 2.9375rem;
  }
}
.offcanvas_menu .navigation > ul > li > a.active, .offcanvas_menu .navigation > ul > li > a:focus, .offcanvas_menu .navigation > ul > li > a:hover {
  background: #f6e824;
  color: #0c1327;
}
.offcanvas_menu .signup_btn {
  margin-top: 2.25em;
  width: 100%;
  justify-content: center;
}

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

.slider {
  position: relative;
}
.slider:focus {
  outline: 0;
}
.slider .slides_wrapper .slides {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.slider .slides_wrapper .slides .slide {
  opacity: 0;
  position: relative;
  visibility: hidden;
  width: 100%;
  padding-right: 0.9375rem;
}
@media (min-width: 20rem) {
  .slider .slides_wrapper .slides .slide {
    padding-right: calc(0.9375rem + 0.312496875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slider .slides_wrapper .slides .slide {
    padding-right: 1.249996875rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 61.875rem) {
  .slider .slides_wrapper .slides .slide {
    width: calc(20rem + 3.75 * (100vw - 61.875rem) / (31.875));
  }
}
@media (min-width: 61.875rem) and (min-width: 93.75rem) {
  .slider .slides_wrapper .slides .slide {
    width: 23.75rem;
  }
}
.slider .slides_wrapper .slides .slide .content_image {
  position: relative;
}
.slider .slides_wrapper .slides .slide .content_image:before {
  background: rgba(32, 49, 99, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
}
.slider .slides_wrapper .slides .slide.active {
  opacity: 1;
  visibility: visible;
}
.slider .slides_wrapper .slides .slide.active .content_image:before {
  opacity: 0;
}
.slider .slides_wrapper .slides .slide.visible {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  visibility: visible;
}
.slider .slides_wrapper .slides .slide:focus {
  outline: 0;
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-10000"] {
  transform: translateX(-10000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9900"] {
  transform: translateX(-9900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9800"] {
  transform: translateX(-9800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9700"] {
  transform: translateX(-9700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9600"] {
  transform: translateX(-9600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9500"] {
  transform: translateX(-9500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9400"] {
  transform: translateX(-9400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9300"] {
  transform: translateX(-9300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9200"] {
  transform: translateX(-9200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9100"] {
  transform: translateX(-9100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-9000"] {
  transform: translateX(-9000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8900"] {
  transform: translateX(-8900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8800"] {
  transform: translateX(-8800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8700"] {
  transform: translateX(-8700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8600"] {
  transform: translateX(-8600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8500"] {
  transform: translateX(-8500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8400"] {
  transform: translateX(-8400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8300"] {
  transform: translateX(-8300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8200"] {
  transform: translateX(-8200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8100"] {
  transform: translateX(-8100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-8000"] {
  transform: translateX(-8000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7900"] {
  transform: translateX(-7900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7800"] {
  transform: translateX(-7800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7700"] {
  transform: translateX(-7700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7600"] {
  transform: translateX(-7600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7500"] {
  transform: translateX(-7500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7400"] {
  transform: translateX(-7400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7300"] {
  transform: translateX(-7300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7200"] {
  transform: translateX(-7200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7100"] {
  transform: translateX(-7100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-7000"] {
  transform: translateX(-7000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6900"] {
  transform: translateX(-6900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6800"] {
  transform: translateX(-6800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6700"] {
  transform: translateX(-6700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6600"] {
  transform: translateX(-6600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6500"] {
  transform: translateX(-6500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6400"] {
  transform: translateX(-6400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6300"] {
  transform: translateX(-6300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6200"] {
  transform: translateX(-6200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6100"] {
  transform: translateX(-6100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-6000"] {
  transform: translateX(-6000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5900"] {
  transform: translateX(-5900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5800"] {
  transform: translateX(-5800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5700"] {
  transform: translateX(-5700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5600"] {
  transform: translateX(-5600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5500"] {
  transform: translateX(-5500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5400"] {
  transform: translateX(-5400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5300"] {
  transform: translateX(-5300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5200"] {
  transform: translateX(-5200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5100"] {
  transform: translateX(-5100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-5000"] {
  transform: translateX(-5000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4900"] {
  transform: translateX(-4900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4800"] {
  transform: translateX(-4800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4700"] {
  transform: translateX(-4700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4600"] {
  transform: translateX(-4600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4500"] {
  transform: translateX(-4500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4400"] {
  transform: translateX(-4400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4300"] {
  transform: translateX(-4300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4200"] {
  transform: translateX(-4200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4100"] {
  transform: translateX(-4100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-4000"] {
  transform: translateX(-4000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3900"] {
  transform: translateX(-3900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3800"] {
  transform: translateX(-3800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3700"] {
  transform: translateX(-3700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3600"] {
  transform: translateX(-3600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3500"] {
  transform: translateX(-3500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3400"] {
  transform: translateX(-3400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3300"] {
  transform: translateX(-3300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3200"] {
  transform: translateX(-3200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3100"] {
  transform: translateX(-3100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-3000"] {
  transform: translateX(-3000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2900"] {
  transform: translateX(-2900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2800"] {
  transform: translateX(-2800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2700"] {
  transform: translateX(-2700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2600"] {
  transform: translateX(-2600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2500"] {
  transform: translateX(-2500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2400"] {
  transform: translateX(-2400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2300"] {
  transform: translateX(-2300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2200"] {
  transform: translateX(-2200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2100"] {
  transform: translateX(-2100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-2000"] {
  transform: translateX(-2000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1900"] {
  transform: translateX(-1900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1800"] {
  transform: translateX(-1800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1700"] {
  transform: translateX(-1700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1600"] {
  transform: translateX(-1600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1500"] {
  transform: translateX(-1500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1400"] {
  transform: translateX(-1400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1300"] {
  transform: translateX(-1300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1200"] {
  transform: translateX(-1200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1100"] {
  transform: translateX(-1100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-1000"] {
  transform: translateX(-1000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-900"] {
  transform: translateX(-900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-800"] {
  transform: translateX(-800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-700"] {
  transform: translateX(-700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-600"] {
  transform: translateX(-600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-500"] {
  transform: translateX(-500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-400"] {
  transform: translateX(-400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-300"] {
  transform: translateX(-300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-200"] {
  transform: translateX(-200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="-100"] {
  transform: translateX(-100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="0"] {
  transform: translateX(0%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="100"] {
  transform: translateX(100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="200"] {
  transform: translateX(200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="300"] {
  transform: translateX(300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="400"] {
  transform: translateX(400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="500"] {
  transform: translateX(500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="600"] {
  transform: translateX(600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="700"] {
  transform: translateX(700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="800"] {
  transform: translateX(800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="900"] {
  transform: translateX(900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1000"] {
  transform: translateX(1000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1100"] {
  transform: translateX(1100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1200"] {
  transform: translateX(1200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1300"] {
  transform: translateX(1300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1400"] {
  transform: translateX(1400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1500"] {
  transform: translateX(1500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1600"] {
  transform: translateX(1600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1700"] {
  transform: translateX(1700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1800"] {
  transform: translateX(1800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="1900"] {
  transform: translateX(1900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2000"] {
  transform: translateX(2000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2100"] {
  transform: translateX(2100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2200"] {
  transform: translateX(2200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2300"] {
  transform: translateX(2300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2400"] {
  transform: translateX(2400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2500"] {
  transform: translateX(2500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2600"] {
  transform: translateX(2600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2700"] {
  transform: translateX(2700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2800"] {
  transform: translateX(2800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="2900"] {
  transform: translateX(2900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3000"] {
  transform: translateX(3000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3100"] {
  transform: translateX(3100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3200"] {
  transform: translateX(3200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3300"] {
  transform: translateX(3300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3400"] {
  transform: translateX(3400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3500"] {
  transform: translateX(3500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3600"] {
  transform: translateX(3600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3700"] {
  transform: translateX(3700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3800"] {
  transform: translateX(3800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="3900"] {
  transform: translateX(3900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4000"] {
  transform: translateX(4000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4100"] {
  transform: translateX(4100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4200"] {
  transform: translateX(4200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4300"] {
  transform: translateX(4300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4400"] {
  transform: translateX(4400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4500"] {
  transform: translateX(4500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4600"] {
  transform: translateX(4600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4700"] {
  transform: translateX(4700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4800"] {
  transform: translateX(4800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="4900"] {
  transform: translateX(4900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5000"] {
  transform: translateX(5000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5100"] {
  transform: translateX(5100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5200"] {
  transform: translateX(5200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5300"] {
  transform: translateX(5300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5400"] {
  transform: translateX(5400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5500"] {
  transform: translateX(5500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5600"] {
  transform: translateX(5600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5700"] {
  transform: translateX(5700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5800"] {
  transform: translateX(5800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="5900"] {
  transform: translateX(5900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6000"] {
  transform: translateX(6000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6100"] {
  transform: translateX(6100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6200"] {
  transform: translateX(6200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6300"] {
  transform: translateX(6300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6400"] {
  transform: translateX(6400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6500"] {
  transform: translateX(6500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6600"] {
  transform: translateX(6600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6700"] {
  transform: translateX(6700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6800"] {
  transform: translateX(6800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="6900"] {
  transform: translateX(6900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7000"] {
  transform: translateX(7000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7100"] {
  transform: translateX(7100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7200"] {
  transform: translateX(7200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7300"] {
  transform: translateX(7300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7400"] {
  transform: translateX(7400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7500"] {
  transform: translateX(7500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7600"] {
  transform: translateX(7600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7700"] {
  transform: translateX(7700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7800"] {
  transform: translateX(7800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="7900"] {
  transform: translateX(7900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8000"] {
  transform: translateX(8000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8100"] {
  transform: translateX(8100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8200"] {
  transform: translateX(8200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8300"] {
  transform: translateX(8300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8400"] {
  transform: translateX(8400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8500"] {
  transform: translateX(8500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8600"] {
  transform: translateX(8600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8700"] {
  transform: translateX(8700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8800"] {
  transform: translateX(8800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="8900"] {
  transform: translateX(8900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9000"] {
  transform: translateX(9000%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9100"] {
  transform: translateX(9100%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9200"] {
  transform: translateX(9200%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9300"] {
  transform: translateX(9300%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9400"] {
  transform: translateX(9400%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9500"] {
  transform: translateX(9500%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9600"] {
  transform: translateX(9600%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9700"] {
  transform: translateX(9700%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9800"] {
  transform: translateX(9800%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="9900"] {
  transform: translateX(9900%);
}
.slider:not(.vertical) .slides_wrapper .slides .slide.slide[data-position="10000"] {
  transform: translateX(10000%);
}
.slider .slide.animated {
  transition: transform 300ms ease-out, width 300ms ease-out;
}
.slider .slider_controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 1.125em;
}
.slider .slider_controls .buttons {
  align-items: center;
  display: flex;
}
.slider .navigation {
  height: 1.5rem;
}
.slider .navigation button {
  background-color: unset;
  border-radius: 50%;
  border: 0;
  margin: 0;
  outline-color: #fff !important;
  padding: 0;
  transition: color 300ms;
  width: unset;
  margin-left: 0.9375rem;
}
@media (min-width: 20rem) {
  .slider .navigation button {
    margin-left: calc(0.9375rem + 0.312496875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .slider .navigation button {
    margin-left: 1.249996875rem;
  }
}
.slider .navigation button .icon {
  background: #f6e824;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  fill: #203163;
  height: 1.5rem;
  padding: 0.3125rem;
  transition: background 300ms, fill 300ms;
  width: 1.5rem;
}
.slider .navigation button .icon svg {
  display: block;
}
.slider .navigation button:focus .icon, .slider .navigation button:hover .icon {
  background: #88afc1;
  fill: #0c1327;
}
.slider:not(.vertical) .navigation button.prev {
  transform: rotate(180deg);
}
.slider .pagination {
  display: flex;
}
.slider .pagination a {
  display: block;
  height: 1.5rem;
  margin: 0 0.25rem 0 0;
  outline: 0;
  position: relative;
  width: 1.5rem;
}
.slider .pagination a:before {
  background: #88afc1;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 300ms;
}
.slider .pagination a.active:before, .slider .pagination a:focus:before, .slider .pagination a:hover:before {
  background: #f6e824;
}
.slider .pagination a:focus-visible:before {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}
.slider .toggle_autoslide {
  background: #88afc1;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: block;
  fill: #203163;
  height: 1.5rem;
  margin: 0;
  transition: background 300ms;
  width: 1.5rem;
}
.slider .toggle_autoslide .icon {
  display: block;
}
.slider .toggle_autoslide .icon svg {
  display: block;
}
.slider .toggle_autoslide:focus, .slider .toggle_autoslide:hover {
  background: #f6e824;
}

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

.social_media_links {
  align-items: center;
  display: flex;
}
.social_media_links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.social_media_links li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0.9375rem;
}
@media (min-width: 20rem) {
  .social_media_links li {
    margin-left: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .social_media_links li {
    margin-left: 1.875rem;
  }
}
.social_media_links li .icon,
.social_media_links li .icon img {
  display: block;
  height: 2rem;
}
@media (min-width: 20rem) {
  .social_media_links li .icon,
.social_media_links li .icon img {
    height: calc(2rem + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .social_media_links li .icon,
.social_media_links li .icon img {
    height: 2.75rem;
  }
}
.social_media_links a {
  outline-color: #fff;
  transform-origin: 50% 50%;
  transition: transform 300ms;
}
.social_media_links a:focus, .social_media_links a:hover {
  transform: scale(0.9);
}

footer .social_media_links li:first-child {
  margin: 0;
}

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

.team_overview {
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  position: relative;
  z-index: 1;
  border-radius: 0.9375rem;
  padding: 1.125em;
}
@media (min-width: 20rem) {
  .team_overview {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .team_overview {
    padding: calc(1.125em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview {
    padding: 2.25em;
  }
}
.team_overview .team_entry {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0.9375rem;
}
@media (min-width: 20rem) {
  .team_overview .team_entry {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview .team_entry {
    margin-bottom: 3.125rem;
  }
}
.team_overview .team_entry .title {
  margin: 0 0 0.25em;
}
.team_overview .team_entry .photo {
  background: #f3f7f9;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.9375rem;
}
@media (min-width: 20rem) {
  .team_overview .team_entry .photo {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .team_overview .team_entry .photo {
    border-radius: 1.875rem;
  }
}
.team_overview .team_entry .photo:before {
  background: #203163;
  bottom: 0;
  content: "";
  display: block;
  filter: saturate(65%);
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  right: 0;
  top: 0;
}
.team_overview .team_entry .photo img {
  display: block;
}

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

.teaser_overview {
  position: relative;
  z-index: 1;
}

.teaser {
  display: block;
  margin-bottom: 0.9375rem;
}
@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.has_icon.has_button {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.875rem;
}
@media (min-width: 20rem) {
  .teaser.has_icon.has_button {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_icon.has_button {
    margin-bottom: 3.125rem;
  }
}
.teaser.has_icon.has_button .icon_top {
  display: block;
  fill: #203163;
  margin-bottom: 1.125em;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  .teaser.has_icon.has_button .icon_top {
    height: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_icon.has_button .icon_top {
    height: 3.75rem;
  }
}
@media (min-width: 20rem) {
  .teaser.has_icon.has_button .icon_top {
    width: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_icon.has_button .icon_top {
    width: 3.75rem;
  }
}
.teaser.has_icon.has_button .icon_top svg {
  display: block;
}
.teaser.has_icon.has_button .wrap-btn {
  margin-top: auto;
  padding-top: 0.75em;
}
.teaser.has_only_button_icon {
  height: 100%;
}
.teaser.has_only_button_icon a {
  background: rgba(136, 175, 193, 0.1);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  outline-color: #fff;
  text-decoration: none;
  transition: background 300ms;
  border-radius: 0.9375rem;
  padding: 1.5em;
}
@media (min-width: 20rem) {
  .teaser.has_only_button_icon a {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_only_button_icon a {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .teaser.has_only_button_icon a {
    padding: calc(1.5em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_only_button_icon a {
    padding: 1.875em;
  }
}
.teaser.has_only_button_icon a .wrap-text {
  margin-bottom: 1.5em;
}
.teaser.has_only_button_icon a .title {
  color: #f6e824;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0;
  transition: color 300ms;
}
.teaser.has_only_button_icon a .description p {
  color: #fff;
}
.teaser.has_only_button_icon a .icon {
  display: block;
  fill: #fff;
  flex-shrink: 0;
  margin: auto 0 0 auto;
  height: 1rem;
  width: 1rem;
}
@media (min-width: 20rem) {
  .teaser.has_only_button_icon a .icon {
    height: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_only_button_icon a .icon {
    height: 1.375rem;
  }
}
@media (min-width: 20rem) {
  .teaser.has_only_button_icon a .icon {
    width: calc(1rem + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.has_only_button_icon a .icon {
    width: 1.375rem;
  }
}
.teaser.has_only_button_icon a .icon svg {
  display: block;
}
.teaser.has_only_button_icon a:focus, .teaser.has_only_button_icon a:hover {
  background: rgba(136, 175, 193, 0.15);
}
.teaser.has_only_button_icon a:focus .title, .teaser.has_only_button_icon a:hover .title {
  color: #fff;
}
.teaser.has_only_button_icon a:focus .icon, .teaser.has_only_button_icon a:hover .icon {
  animation: arrow_link 1.8s infinite;
}
.teaser.no_button_icon {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
@media (max-width: 29.9375rem) {
  .teaser.no_button_icon.first {
    margin-bottom: 0.703125rem;
  }
}
@media (max-width: 29.9375rem) and (min-width: 20rem) {
  .teaser.no_button_icon.first {
    margin-bottom: calc(0.703125rem + 0.859375 * (100vw - 20rem) / (73.75));
  }
}
@media (max-width: 29.9375rem) and (min-width: 93.75rem) {
  .teaser.no_button_icon.first {
    margin-bottom: 1.5625rem;
  }
}
.teaser.no_button_icon a:not(.button) {
  background: #f3f7f9;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  text-decoration: none;
  transition: background 300ms;
  border-radius: 0.625rem;
  padding: 0.75em;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
@media (min-width: 20rem) {
  .teaser.no_button_icon a:not(.button) {
    border-radius: calc(0.625rem + 0.3125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.no_button_icon a:not(.button) {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 20rem) {
  .teaser.no_button_icon a:not(.button) {
    padding: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.no_button_icon a:not(.button) {
    padding: 1.5em;
  }
}
@media (min-width: 20rem) {
  .teaser.no_button_icon a:not(.button) {
    padding-bottom: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.no_button_icon a:not(.button) {
    padding-bottom: 1.125em;
  }
}
@media (min-width: 20rem) {
  .teaser.no_button_icon a:not(.button) {
    padding-top: calc(0.75em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser.no_button_icon a:not(.button) {
    padding-top: 1.125em;
  }
}
.teaser.no_button_icon a:not(.button) .title {
  padding: 0;
}
.teaser.no_button_icon a:not(.button) .description p {
  margin: 0;
  font-size: 122.222%;
}
.teaser.no_button_icon a:not(.button):focus, .teaser.no_button_icon a:not(.button):hover {
  background: #e5eef2;
}
.teaser.no_button_icon.active a:not(.button) {
  background: #f6e824;
}

.teaser_overview.programmwahl {
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  border-radius: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding: 0.75em;
}
@media (min-width: 20rem) {
  .teaser_overview.programmwahl {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.programmwahl {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .teaser_overview.programmwahl {
    margin-bottom: calc(0.9375rem + 1.40625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.programmwahl {
    margin-bottom: 2.34375rem;
  }
}
@media (min-width: 20rem) {
  .teaser_overview.programmwahl {
    padding: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .teaser_overview.programmwahl {
    padding: 1.5em;
  }
}

body.rahmenprogramm .teaser_overview {
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  position: relative;
  z-index: 1;
  border-radius: 0.9375rem;
  padding: 0.75em;
}
@media (min-width: 20rem) {
  body.rahmenprogramm .teaser_overview {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.rahmenprogramm .teaser_overview {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  body.rahmenprogramm .teaser_overview {
    padding: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.rahmenprogramm .teaser_overview {
    padding: 1.5em;
  }
}
body.rahmenprogramm .teaser {
  align-items: center;
  background: #f3f7f9;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  text-align: center;
  border-radius: 0.9375rem;
  padding: 1.125em;
}
@media (min-width: 20rem) {
  body.rahmenprogramm .teaser {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.rahmenprogramm .teaser {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  body.rahmenprogramm .teaser {
    padding: calc(1.125em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.rahmenprogramm .teaser {
    padding: 2.25em;
  }
}
body.rahmenprogramm .teaser .title {
  margin: 0;
  padding: 0;
}
body.rahmenprogramm .teaser.icon_to_bottom .icon_top {
  height: 8rem;
  width: 8rem;
}
@media (min-width: 20rem) {
  body.rahmenprogramm .teaser.icon_to_bottom .icon_top {
    height: calc(8rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.rahmenprogramm .teaser.icon_to_bottom .icon_top {
    height: 15.5rem;
  }
}
@media (min-width: 20rem) {
  body.rahmenprogramm .teaser.icon_to_bottom .icon_top {
    width: calc(8rem + 7.5 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.rahmenprogramm .teaser.icon_to_bottom .icon_top {
    width: 15.5rem;
  }
}

body.organisatorisches .teaser_overview {
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem 0 rgba(32, 49, 99, 0.05);
  position: relative;
  z-index: 1;
  border-radius: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding: 0.75em;
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser_overview {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser_overview {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser_overview {
    margin-bottom: calc(0.9375rem + 1.40625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser_overview {
    margin-bottom: 2.34375rem;
  }
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser_overview {
    padding: calc(0.75em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser_overview {
    padding: 1.5em;
  }
}
body.organisatorisches .teaser {
  background: #f3f7f9;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  outline-color: #fff;
  text-decoration: none;
  transition: background 300ms;
  border-radius: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding: 1.125em;
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser {
    margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser {
    padding: calc(1.125em + 1.125 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser {
    padding: 2.25em;
  }
}
body.organisatorisches .teaser .title {
  padding: 0;
  transition: color 300ms;
}
body.organisatorisches .teaser .icon {
  display: block;
  fill: #203163;
  flex-shrink: 0;
  margin-bottom: 1.125em;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser .icon {
    height: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser .icon {
    height: 3.75rem;
  }
}
@media (min-width: 20rem) {
  body.organisatorisches .teaser .icon {
    width: calc(2.75rem + 1 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  body.organisatorisches .teaser .icon {
    width: 3.75rem;
  }
}
body.organisatorisches .teaser .icon svg {
  display: block;
}
body.organisatorisches .teaser a {
  background: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
  padding: 0 !important;
  text-decoration: underline !important;
}
body.organisatorisches .teaser a:focus, body.organisatorisches .teaser a:hover {
  text-decoration: none !important;
}

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

.timetable_overview {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}

.timetable {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 1.5em;
  border-radius: 0.9375rem;
  padding: 1.5em;
  padding-bottom: 0em;
  padding-top: 1.5em;
}
@media (min-width: 20rem) {
  .timetable {
    border-radius: calc(0.9375rem + 0.9375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .timetable {
    border-radius: 1.875rem;
  }
}
@media (min-width: 20rem) {
  .timetable {
    padding: calc(1.5em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .timetable {
    padding: 2.25em;
  }
}
@media (min-width: 20rem) {
  .timetable {
    padding-bottom: calc(0em + 0.75 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .timetable {
    padding-bottom: 0.75em;
  }
}
@media (min-width: 20rem) {
  .timetable {
    padding-top: calc(1.5em + 0.375 * (100vw - 20rem) / (73.75));
  }
}
@media (min-width: 93.75rem) {
  .timetable {
    padding-top: 1.875em;
  }
}
@media (min-width: 47.5rem) {
  .timetable {
    flex-direction: row;
  }
}
@media (min-width: 47.5rem) {
  .timetable .wrap-time {
    min-width: calc(13.75rem + 12.8125 * (100vw - 47.5rem) / (46.25));
  }
}
@media (min-width: 93.75rem) {
  .timetable .wrap-time {
    min-width: 26.5625rem;
  }
}
.timetable .wrap-time .time {
  padding: 0;
  white-space: nowrap;
}
.timetable .wrap-text {
  width: 100%;
}
.timetable .wrap-text .title {
  color: #0c1327;
  padding: 0;
}
.timetable .wrap-text h2:not(.title), .timetable .wrap-text h3:not(.title), .timetable .wrap-text h4:not(.title), .timetable .wrap-text h5:not(.title), .timetable .wrap-text h6:not(.title) {
  color: #0c1327;
  padding: 0;
}
.timetable .wrap-text h3 {
  font-size: 122.222%;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.timetable:after {
  background: #fff;
  bottom: -0.75em;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(50%);
  z-index: 1;
}
.timetable.no_divider:after, .timetable.blue:after, .timetable.white:after, .timetable.yellow:after {
  display: none;
}
.timetable.blue {
  background: #203163;
}
.timetable.blue .wrap-time .time {
  color: #fff;
}
.timetable.blue .wrap-text .title {
  color: #fff;
}
.timetable.blue .wrap-text .description h2, .timetable.blue .wrap-text .description h3, .timetable.blue .wrap-text .description h4, .timetable.blue .wrap-text .description h5, .timetable.blue .wrap-text .description h6,
.timetable.blue .wrap-text .description p {
  color: #fff;
}
.timetable.white {
  background: #fff;
}
.timetable.yellow {
  background: #f6e824;
}

