/* Generelle Switch-Container und Ausrichtung */
.nav-mwst-switcher a {
	text-decoration: none;
}

/* Mobile Switcher */
.mwst-switcher-mobil {
    padding: .375rem 1rem;
    background: #f5f7fa;
    z-index: 1001;
    position: relative;
}

@media (max-width: 410px) {
    .mwst-switcher-mobil {
    }
}

/* Ribbons und Badges */
.ribbon.ribbon-solar-mwst {
    background: #1C871E;
    color: #fff;
    z-index: 10;
    text-transform: none !important;
}

.ribbon.ribbon-solar-mwst.has-ribbon {
    top: 2.9rem;
}

.ribbon.ribbon-solar-mwst::before {
    color: #136B15;
}

@media (min-width: 768px) {
    .productbox.productbox-hover:hover .productbox-ribbon.ribbon-solar-mwst.has-ribbon {
        top: 1.4rem;
    }
}

/* Preisdarstellung */
.productbox .price_wrapper, 
.item-list-price, 
.slick-type-product .price_wrapper {
    margin-bottom: 0 !important;
}

.vat_info.small {
    margin-bottom: .5rem;
}

span.badge.badge-solar {
    min-width: max-content;
}

/* Modal */
.modal-solar-steuerfrei #content {
    padding: 0;
}

/* Screenreader-only Text (falls nicht in JTL vorhanden) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}