.oest-sys-config {
    display: flex;
}
.oest-sys-config__main {
    flex: 1;
}
.oest-sys-config * {
    outline: none !important;
}
.oest-sys-config--is-loading * {
    cursor: progress;
}
.oest-sys-config-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 100px;
}
.oest-sys-config__results .oest-sys-config-listing {
    display: block;
    margin-left: 0;
}
.oest-sys-config__main .oest-sys-config__category {
    display: none;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 40px;
}
.oest-sys-config__main .oest-sys-config__category:first-child,
.oest-sys-config__main .oest-sys-config__category--has-selection,
.oest-sys-config__main .oest-sys-config__category--is-active {
    display: block;
}
.oest-sys-config__main .oest-sys-config__category-inner {
    padding: 60px 30px 30px 30px;
}
.oest-sys-config__main .oest-sys-config__category-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.oest-sys-config__main .oest-sys-config__category-heading-number,
.oest-sys-config__main .oest-sys-config__subcategory-heading-number {
    display: inline-block;
    width: 100px;
}
.oest-sys-config__result .oest-sys-config__category-heading-number {
    display: none;
}
.oest-sys-config__main .oest-sys-config__next-category-btn {
    display: block;
    opacity: 0;
    pointer-events: none;
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none;
    text-transform: lowercase;
    font-style: italic;
    background-color: #E1251F;
    color: white;
    border-radius: 10px;
    margin: 60px 20px 20px auto;
}
.oest-sys-config__result .oest-sys-config__next-category-btn {
    display: none;
}
.oest-sys-config__main .oest-sys-config__category:last-child .oest-sys-config__next-category-btn  {
    opacity: 0;
    pointer-events: none;
}
.oest-sys-config__main .oest-sys-config__category--has-actions-visible .oest-sys-config__next-category-btn {
    opacity: 1;
    pointer-events: auto;
}
.oest-sys-config__subcategory {
    margin-top: 80px;
}
.oest-sys-config__subcategory-heading {
    margin-bottom: 30px;
}
.oest-sys-config-item {
    width: calc(50% - 20px);
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
    padding: 10px 0;
    transition: 0.6s;
}
.oest-sys-config__results .oest-sys-config-item {
    width: unset !important;
    border: none;
}
.oest-sys-config__category--is-anwendung .oest-sys-config-item {
    width: calc(25% - 31px);
}
.oest-sys-config__subcategory--is-klebstoffsystem .oest-sys-config-item,
.oest-sys-config__category--is-bereich .oest-sys-config-item {
    width: calc(33.33% - 27px);
}
.oest-sys-config__category--is-mechanization-products .oest-sys-config-item {
    width: calc(25% - 32px);
}
.oest-sys-config__subcategory--is-klebstoffsystem .oest-sys-config-item__heading-w-instruction {
    justify-content: center;
}
.oest-sys-config__category--is-option-products .oest-sys-config-listing {
    gap: 0;
}
.oest-sys-config__category--is-option-products .oest-sys-config-item {
    display: flex;
    width: 100%;
}
.oest-sys-config__category--is-option-products .oest-sys-config-item:not(:first-child) {
    border-top: none;
}
.oest-sys-config__category--is-option-products .oest-sys-config-item__image {
    order: 1;
    margin-top: 0;
    margin-right: 20px;
}
.oest-sys-config__category--is-option-products .oest-sys-config-item__image img {
    height: 60px;
    width: 60px;
}
.oest-sys-config__results .oest-sys-config__category--is-option-products .oest-sys-config-item__image {
    display: none;
}
.oest-sys-config__category--is-option-products .oest-sys-config-item__heading-w-instruction {
    order: 2;
    margin-top: 10px;
}
.oest-sys-config__category--is-option-products .oest-sys-config-item__toggle {
    order: 3;
    margin-top: 15px;
}
.oest-sys-config__results .oest-sys-config-item__toggle {
    display: none;
}
.oest-sys-config-item[data-status="active"] {
    border-color: black;
}
.oest-sys-config-item__image {
    width: 100%;
    margin-top: -30px;
}
.oest-sys-config-item__image img {
    height: 280px !important;
    width: 100%;
    object-fit: contain;
}
.oest-sys-config-item--is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .2;
}
.oest-sys-config-item__toggle {
    display: block;
    width: fit-content;
    margin-left: auto;
}
.oest-sys-config-item__toggle svg {
    transform: rotate(0deg);
    transition: 0.6s;
}
.oest-sys-config-item[data-status="active"] .oest-sys-config-item__toggle svg {
    transform: rotate(45deg);
}
.oest-sys-config-item[data-status="active"] .oest-sys-config-item__toggle svg circle {
    fill: #E1251F;
}
.oest-sys-config-item__heading-w-instruction {
    display: flex;
}
.oest-sys-config-item__heading {
    margin: 0 10px 0 0;
}
.oest-sys-config-item__instruction {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.oest-sys-config-item__instruction-content {
    display: none;
    position: absolute;
    margin-bottom: 24px;
    width: 240px;
    margin-left: -120px;
    font-size: 0.75rem;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(11px);
    border-radius: 8px;
}
.oest-sys-config-item__instruction:hover .oest-sys-config-item__instruction-content {
    display: block;
}
.oest-sys-config__sidebar {
    opacity: 0;
    width: 390px;
    margin-left: 40px;
    transition: 0.6s;
}
.oest-sys-config--has-result .oest-sys-config__sidebar {
    opacity: 1;
}
.oest-sys-config__sidebar-inner {
    position: sticky;
    top: 20px;
}
.oest-sys-config__result {
    display: none;
    background-color: #242424;
    padding: 20px;
    border-radius: 0 20px 20px 20px;
}
.oest-sys-config[data-result="1"] .oest-sys-config__result[data-id="1"],
.oest-sys-config[data-result="2"] .oest-sys-config__result[data-id="2"],
.oest-sys-config[data-result="3"] .oest-sys-config__result[data-id="3"] {
    display: block;
}
.oest-sys-config__result * {
    color: white;
}
.oest-sys-config__result-heading {
    font-size: 26px;
    font-weight: 600;
    color: white;
    font-style: italic;
}
.oest-sys-config__result-labels {
    background-color: white;
    width: fit-content;
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
.oest-sys-config__result-label {
    display: none;
    background-color: white;
    padding: 10px;
    min-width: 20px;
    border-radius: 0 20px 0 0;
    -webkit-box-shadow: 10px -10px 7px 0px rgba(0,0,0,0.06);
    box-shadow: 10px -10px 7px 0px rgba(0,0,0,0.06);
    text-decoration: none;
}
.oest-sys-config[data-active*="kvh"] .oest-sys-config__result-label[data-id="1"],
.oest-sys-config[data-active*="bsh"] .oest-sys-config__result-label[data-id="1"],
.oest-sys-config[data-active*="bsh"] .oest-sys-config__result-label[data-id="2"],
.oest-sys-config[data-active*="clt"] .oest-sys-config__result-label[data-id="1"],
.oest-sys-config[data-active*="clt"] .oest-sys-config__result-label[data-id="2"],
.oest-sys-config[data-active*="clt"] .oest-sys-config__result-label[data-id="3"] {
    display: inline-block;
}
.oest-sys-config[data-result="1"] .oest-sys-config__result-label[data-id="1"],
.oest-sys-config[data-result="2"] .oest-sys-config__result-label[data-id="2"],
.oest-sys-config[data-result="3"] .oest-sys-config__result-label[data-id="3"] {
    background-color: #242424;
    color: white;
}
.oest-sys-config__result-product {
    padding-bottom: 20px;
    border-bottom: solid 1px white;
}
.oest-sys-config__result-product-name,
.oest-sys-config__result .oest-sys-config__category--is-mechanization-products .oest-sys-config-item__heading {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}
.oest-sys-config__result-product-category {
    font-size: 18px;
    font-weight: 600;
}
.oest-sys-config__result-product img,
.oest-sys-config__result .oest-sys-config__category .oest-sys-config-item__image img {
    height: 240px !important;
    width: 100%;
    object-fit: contain;
}
.oest-sys-config__result-product-description,
.oest-sys-config__result-product-link {
    font-size: 18px;
    text-decoration: none;
}
.oest-sys-config__result-product-link {
    color: white !important;
}
.oest-sys-config__results .oest-sys-config__category {
    border-bottom: solid 1px white;
}
.oest-sys-config__results .oest-sys-config__category-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.oest-sys-config__results .oest-sys-config__category-heading {
    font-size: 18px;
    font-weight: 600;
}
.oest-sys-config__next-result {
    display: none;
    margin-top: 40px;
}
.oest-sys-config[data-result="1"][data-active*="bsh"] .oest-sys-config__next-result,
.oest-sys-config[data-result="1"][data-active*="clt"] .oest-sys-config__next-result,
.oest-sys-config[data-result="2"][data-active*="clt"] .oest-sys-config__next-result {
    display: block;
}
.oest-sys-config__next-result-btn {
    display: inline-block;
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none;
    text-transform: lowercase;
    font-style: italic;
    background-color: #242424;
    color: white !important;
    border-radius: 10px;
}
.oest-sys-config__next-result-instruction {
    font-size: 14px;
    padding-top: 10px;
}
.oest-sys-config__submit-result-btn {
    display: inline-block;
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none;
    font-style: italic;
    background-color: #E1251F;
    color: white !important;
    border-radius: 10px;
    margin-top: 30px;
}

/* -- LISTING -- */
article.oest-is-active .plus-bottom {
    background-color: #E1251F;
    transform: rotate(45deg);
}
.js-oest-product-listing-connections {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    overflow:visible;
    pointer-events:none;
}