/* Grundpreis in Preis */
.selected-section-container > li:nth-child(2) > span:nth-child(1) {
  font-size: 0;
  visibility: hidden;
}
.selected-section-container > li:nth-child(2) > span:nth-child(1):after {
  content: "Preis";
  visibility: visible;
  font-size: 0.875rem;
}


#shop-template-apto {
    --color-primary: #442698;
    --color-primary-hover: #250F63;
    --color-optic-lines: #442698;
    --color-optic-lines-popup: #442698;
}

#shop-template-apto apto-header .logo img {
    width: 400px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    #shop-template-apto apto-header .logo img {
        width: 300px;
    }
}

#shop-template-apto .area-element.step-by-step.disabled,
#shop-template-apto .custom-text-element.step-by-step.disabled,
#shop-template-apto .float-input-element.step-by-step.disabled,
#shop-template-apto .default-element-step-by-step.step-by-step.disabled,
#shop-template-apto .selectbox-element.step-by-step.disabled,
#shop-template-apto .width-height-element.step-by-step.disabled {
    display: none;
}

.element[style*="width: 0"][style*="height: 0"],
.element[style*="width: 0"][style*="height: 0"] * {
    display: none;
}

.element *[style*="width: 0"][style*="height: 0"] {
    display: none;
}

