/* Left in for compability reasons */
/* Background transitions */
/* Bild Filter */
:root {
  --header-height: 112px;
  --header-padding-bottom: 16px;
  --sticky-top: calc(
    var(--header-height) + var(--sticky-promobar-height)
    );
  --container-padding: 16px;
  --sticky-promobar-height: 0.01px;
  --header-breakpoint: 1532px;
  --media-center-sidebar-width: 380px;
  --spacer-sx: 20px;
  --spacer-s: 30px;
  --spacer-m: 50px;
  --spacer-l: 75px;
}
:root:has(.sticky_promobar:not(.hide)) {
  --sticky-promobar-height: 48px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1532px) {
  :root {
    --header-padding-bottom: 32px;
    --header-height: 112px;
  }
}
@media (min-width: 1500px) {
  :root {
    --media-center-sidebar-width: 450px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacer-sx: 32px;
    --spacer-s: 65px;
    --spacer-m: 80px;
    --spacer-l: 180px;
  }
}

/* MIXINS */
.swbt-override--black .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
  background-color: #162E46;
}

@media (min-width: 600px) {
  .horizontal_stack .stack {
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    padding-left: 35px;
    width: 100%;
    border: 1px solid #5c5c5c;
    border-bottom: unset;
    border-top: unset;
    border-radius: 0;
    text-align: left;
    outline: none;
    position: relative;
    border: none;
  }
  .horizontal_stack .stack_title {
    color: #162E46;
  }
  .horizontal_stack .stack_panel {
    padding: 0 0px;
    background-color: #162E46;
    color: #fff;
  }
  .horizontal_stack .hs_header {
    text-align: center;
  }
  .horizontal_stack .hs_header .text {
    margin-bottom: 90px;
  }
  .horizontal_stack .hs_wrapper {
    display: flex;
  }
  .horizontal_stack .hs_wrapper .stack {
    writing-mode: tb-rl;
    font-size: 22px;
    width: 90px;
    padding-right: 20px;
    padding-left: 55px;
    overflow: hidden;
    transition: width 1000ms ease;
    transition: padding 1000ms ease;
  }
  .horizontal_stack .hs_wrapper .stack1 {
    background-color: #DEDC00;
  }
  .horizontal_stack .hs_wrapper .stack2 {
    background-color: #DEDC00;
  }
  .horizontal_stack .hs_wrapper .stack3 {
    background-color: #DEDC00;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper {
    display: flex;
    overflow: hidden;
    width: 77px;
    transition: all 1000ms ease;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    width: 1342px !important;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    padding: 90px;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper.stack_active {
    width: 100%;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper.stack_active .stack {
    overflow: hidden;
    width: 0px;
    padding-left: 0;
    padding-right: 20px;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content {
    display: grid;
    grid-template-columns: 33.3333333333% 66.6666666667%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    grid-template-rows: 1fr;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content .stack_content_headline {
    padding-right: 15px;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content .stack_content_text {
    padding-left: 15px;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content .stack_content_text .subheadline {
    font-weight: 400;
    margin-bottom: 35px;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content .stack_content_text .text {
    line-height: 30px;
    margin-bottom: 50px;
  }
  .horizontal_stack .hs_wrapper .stack {
    padding-left: 50px;
    border-left: 3px solid #0C2F48;
  }
  .horizontal_stack .stack_title {
    font-weight: 600;
    display: inline-block;
    position: relative;
  }
  .horizontal_stack .stack_title:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: red;
    top: calc(100% + 15px);
    left: 50%;
    transform: translatex(-50%);
    background-color: #0C2F48;
    mask-image: url(/wp-content/uploads/2024/03/chevron-down.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2024/03/chevron-down.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transform: rotate(90deg);
    transform-origin: left;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    border: 1px solid #DEDC00;
    box-sizing: border-box;
    width: 1307px !important;
  }
}
@media (max-width: 1530px) {
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    width: calc(100vw - 90px - 20px - 20px - 28px) !important;
  }
}
@media (max-width: 980px) {
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    width: calc(100vw - 90px - 20px - 20px - 28px) !important;
  }
}
@media (max-width: 850px) {
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content .stack_content_text {
    padding-left: unset;
  }
}
@media (max-width: 585px) {
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    width: calc(100vw - 90px - 20px - 20px - 26px) !important;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content .stack_content_text {
    padding-left: unset;
  }
}
.horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
  background-color: #0C2F48;
}

@media (max-width: 599px) {
  .horizontal_stack .hs_header {
    text-align: center;
  }
  .horizontal_stack .hs_header .text {
    margin-bottom: 90px;
  }
  .horizontal_stack .hs_wrapper .stack {
    background: #000;
    color: #162E46;
    cursor: pointer;
    padding: 18px;
    padding-left: 35px;
    width: 100%;
    border: 1px solid #5c5c5c;
    border-bottom: unset;
    border-top: unset;
    border-radius: 0;
    text-align: left;
    outline: none;
    position: relative;
    border: none;
  }
  .horizontal_stack .hs_wrapper .stack1 {
    background-color: #DEDC00;
  }
  .horizontal_stack .hs_wrapper .stack2 {
    background-color: #DEDC00;
  }
  .horizontal_stack .hs_wrapper .stack3 {
    background-color: #DEDC00;
  }
  .horizontal_stack .hs_wrapper .stack_content {
    padding: 35px;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper.stack_active {
    width: 100%;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper.stack_active .stack {
    overflow: hidden;
    width: 100%;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper.stack_active .stack_panel {
    max-height: 800px;
  }
  .horizontal_stack .hs_wrapper .stack_panel {
    max-height: 0px;
    overflow: hidden;
    transition: all ease 1000ms;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content .stack_content_text .subheadline {
    margin-bottom: 35px;
  }
  .horizontal_stack .hs_wrapper .stack_panel .stack_content .stack_content_text .text {
    margin-bottom: 50px;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    width: 100% !important;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack {
    border-top: 2px solid #0C2F48;
    border-bottom: 2px solid #0C2F48;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack .stack_title {
    color: #0C2F48;
    font-weight: 600;
    padding-right: 50px;
    display: block;
    position: relative;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper .stack .stack_title:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 7px;
    right: 0;
    transform: translatex(-50%);
    transition: all 0.3s ease-in-out;
    background-color: #0C2F48;
    mask-image: url(/wp-content/uploads/2024/03/chevron-down.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2024/03/chevron-down.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
  }
  .horizontal_stack .hs_wrapper .stack_wrapper.stack_active .stack_title:before {
    transform: translatex(-50%) rotatex(-180deg);
  }
}
@media (max-width: 1199px) {
  .horizontal_stack .hs_wrapper .stack_wrapper .stack_panel .stack_content {
    display: flex;
    flex-direction: column;
  }
}
/*# sourceMappingURL=horizontal_stack.css.map */
