/* ============================================================================
   LADEPOSITION - BITTE NICHT VERSCHIEBEN
   ============================================================================
   Diese Datei wird BEWUSST spaet geladen (wp_enqueue_scripts, Prioritaet 999),
   nach BeTheme und WooCommerce. Frueh geladen bleiben auf dem Shop bei 390 px
   50 Textueberschneidungen stehen, spaet geladen sind es 0. Live geprueft:
   link#einstreu-yp-uebernahme-css steht auf Kopfposition 46-59, be.css auf
   31-44, woocommerce.css auf 33-37.

   NICHT in einstreu-pro-styles.css einmischen: die laedt auf wp_head:1 und
   muss dort bleiben (FOUC/CLS-Reservierung des Rechners).
   ============================================================================ */

/* ============================================================================
   STRANG A - UEBERNAHME AUS YELLOWPENCIL          v1.5.1, 02.08.2026
   ============================================================================
   Exakter Umzug nach SPEC v0.3 Strang A: Rechner-CSS plus Warenkorb, Kasse und
   Rechtstexte. 392 Deklarationen, 187 Regelbloecke, davon 97 gescopt.

   WARUM :where() - das war in v1.5.0 falsch und hat live Schaden angerichtet
   ----------------------------------------------------------------------------
   Regeln, die nur auf bestimmten Seiten galten, brauchen nach dem Umzug einen
   Scope. In v1.5.0 stand dafuer `body.woocommerce-cart` davor. Das ist KEIN
   Umzug, sondern hebt die Spezifitaet um eine Klasse - und damit gewinnt die
   Regel Stellen, die YellowPencil verloren hatte.

   Gemessen am 02.08.2026 auf /warenkorb/, alle drei Breiten:

     "Versandkosten berechnen"   rgb(30,30,30)    -> rgb(173,168,168)
     "Weiter zur Kasse"          rgb(255,255,255) -> rgb(173,168,168)

     YellowPencil   .mfn-cart-step .mcb-section a                    (0,2,1)
     seo-fixes      body.content-brightness-dark a.shipping-...      (0,2,2)  gewann
     Theme, inline  .wc-proceed-to-checkout .checkout-button         (0,2,0)  gewann
     v1.5.0         body.woocommerce-cart .mfn-cart-step ... a       (0,3,2)  gewann NEU

   Betroffen war unter anderem die Accessibility-Regel aus einstreu-seo-fixes
   v0.4.0. Seit v1.5.1 lautet der Scope

     :where(body.woocommerce-cart) .mfn-cart-step .mcb-section a     (0,2,1)

   :where() traegt Spezifitaet 0 bei. Der Scope wirkt, die Spezifitaet ist exakt
   die des YellowPencil-Originals. Beim Bau wird das fuer alle 97 gescopten
   Bloecke geprueft; Abweichung bricht den Bau ab. Ergebnis dieses Baus: 0.

   WER HIER ETWAS AENDERT: kein `body.klasse` ohne :where() davorsetzen.

   HERKUNFT
   Geerntet am 01.08.2026 aus <style id="yellow-pencil"> aller 31 Seiten, vor
   dem Einspielen erneut abgeglichen: 31 von 31 unveraendert. Der Editor gehoert
   ab jetzt zu.

   ZWEI KORREKTUREN AUS DEM ERSTEN BAU (siehe AENDERUNGEN-v1.5.0.md Paragraf 0)
     1) Der Zerlegungs-Parser hatte auf jeder Seite vier Deklarationen auf
        .mfn-product-add-to-cart div .einstreu-add-to-cart-btn verschluckt.
     2) Die Kasse fuehrte 25 Warenkorb-Regeln mit, die dort nie standen.

   WAS NICHT MITKOMMT
   23 Deklarationen aus den dreizehn Schadensfaellen plus zwei latenten, einzeln
   in _intern\yellowpencil-abloesung\entfernte-schadensregeln.json.

   ZUM BNPL-HINWEIS - NICHT ALS REGRESSION LESEN
   YellowPencil zog #payment-method-message um 11 px nach oben. Kommt nicht mit;
   aufgefangen von einstreu-performance-fixes (min-height auf dem Container).

   RUECKBAU
   Dieser Block ersetzt YellowPencil. Wird YellowPencil je wieder aktiviert,
   liegen beide uebereinander.
   ============================================================================ */

.mfn-product-add-to-cart .einstreu-total-price-auto bdi {
    font-size: 21px;
    font-weight: 700;
    text-shadow: none;
    line-height: 1.2em;
}
.mfn-product-add-to-cart div .einstreu-add-to-cart-btn {
    padding: 8px 10px !important;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.mfn-product-add-to-cart div .einstreu-best-deal-auto {
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}
.mfn-product-add-to-cart div .einstreu-cart-text {
    font-size: 21px;
}
.products .desc .einstreu-compact-shipping {
    padding-top: 5px;
    padding-bottom: 5px;
}
.products div .einstreu-bulk-notice {
    position: relative;
    margin-top: 15px;
    border-radius: 6px;
}
.vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop-inner .woocommerce .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping div .einstreu-bulk-notice {
    left: auto !important;
}
:where(body.woocommerce-cart) #Wrapper #Content .clearfix .sections_group .entry-content .mfn-cart-step .mcb-section .section_wrapper .the_content_wrapper .woocommerce .wc-empty-cart-message .woocommerce-info {
    width: 47% !important;
}
:where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) #payment-method-message div iframe {
    visibility: hidden;
}
:where(body.woocommerce-cart) #ppc-button-ppcp-gateway div iframe {
    top: 28px;
}
:where(body.page-id-10) #shop .einstreu-total-price-auto bdi {
    top: 8px;
}
:where(body.woocommerce-checkout) .active-payment .payment_box p {
    pointer-events: none;
}
:where(body.woocommerce-cart) .cart-collaterals .cart_totals .mfn-woo-cart-link {
    position: relative;
    top: 22px;
}
:where(body.woocommerce-checkout) .cart_item .product-total .unit-price-cart {
    visibility: hidden;
}
:where(body.woocommerce-cart) .cart_totals .wc-proceed-to-checkout a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 0px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-action-auto {
    position: relative;
    left: -16px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-action-auto .einstreu-add-to-cart-btn {
    height: 46px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-action-auto span {
    line-height: 1.75em;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-qty-auto {
    width: 77px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-savings-auto {
    position: relative;
    left: -7px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-total-auto {
    position: relative;
    left: -7px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-td-total-auto a {
    position: relative;
    top: 5px;
}
:where(body.postid-332) .einstreu-price-table-auto .einstreu-total-price-auto bdi {
    position: relative;
    top: 17px;
}
:where(body.postid-332) .mcb-section-0757f8625 .mcb-section-inner-0757f8625 .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop-inner .woocommerce .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping {
    left: auto !important;
}
:where(body.postid-332) .mcb-section-inner-z4rkal4ti .vb-item div .einstreu-price-table-auto {
    min-width: 100% !important;
}
:where(body.woocommerce-cart) .mfn-cart-step .mcb-section .woocommerce-info {
    overflow: visible;
    padding-left: 10px;
    border-color: #f9f9f9;
    border-width: 0px;
    text-align: center;
}
:where(body.woocommerce-cart) .mfn-cart-step .mcb-section a {
    color: #ada8a8 !important;
    font-size: 20px;
}
:where(body.postid-332) .mfn-product-add-to-cart .einstreu-total-price-auto bdi {
    top: 5px;
}
:where(body.postid-332) .mfn-product-add-to-cart div .einstreu-details-toggle-auto {
    top: 1px;
}
:where(body.woocommerce-shop) .mfn-product-badges-left .einstreu-total-price-auto bdi {
    position: relative;
    top: 8px;
}
:where(body.woocommerce-shop) .mfn-product-badges-left div .einstreu-td-savings-auto {
    width: 72px;
}
:where(body.woocommerce-shop) .mfn-product-badges-left div .einstreu-th-auto {
    position: relative;
    left: 0px !important;
}
:where(body.woocommerce-cart) .ppcp-messages span iframe {
    visibility: hidden;
    float: right;
}
:where(body.postid-332) .products .desc .einstreu-compact-shipping {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
:where(body.postid-332) .products .einstreu-total-price-auto bdi {
    top: 9px;
}
:where(body.woocommerce-checkout) .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label span {
    color: #cccccc;
}
:where(body.woocommerce-checkout) .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    color: #cccccc;
}
@media (max-width: 425px) {
    .products .einstreu-bulk-notice {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    .products .einstreu-compact-shipping small {
        font-size: 15px !important;
    }
    .products .einstreu-price-table-auto {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 479px) {
    body.single-product .einstreu-add-to-cart-btn {
        width: 100%;
        padding: 12px 20px !important;
        font-size: 16px !important;
        text-align: center;
    }
    body.single-product .einstreu-bulk-notice {
        position: relative;
        left: auto !important;
        margin-top: 15px !important;
        padding: 10px !important;
    }
    body.single-product .einstreu-compact-shipping {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 420px !important;
        width: 100% !important;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body.single-product .einstreu-details-toggle-auto {
        text-align: center;
    }
    body.single-product .einstreu-qty-num-auto {
        text-align: center;
        font-size: 32px !important;
    }
    body.single-product .einstreu-table-row-auto {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 420px !important;
        width: 100% !important;
    }
    body.single-product .einstreu-total-price-auto {
        text-align: center;
        font-size: 28px !important;
    }
}
@media (max-width:360px) {
    .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        max-width: 100vw !important;
    }
    .mfn-product-add-to-cart div .einstreu-table-row-auto {
        max-width: 100vw;
        display: block;
    }
    .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
    }
    .sections_group .entry-content .product .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        width: 100% !important;
    }
    :where(body.postid-950) .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        min-width: 0px;
    }
    :where(body.postid-950) .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-shipping-container .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width:379px) {
    #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    .mfn-product-add-to-cart div .einstreu-table-row-auto {
        max-width: 100vw !important;
        padding-top: 10px !important;
    }
    .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
    }
}
@media (max-width:425px) {
    #Content .clearfix .sections_group .entry-content .product .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping {
        width: 100% !important;
    }
    #\#Bestellung .mfn-product-add-to-cart .einstreu-compact-shipping {
        margin-right: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    #\#Bestellung .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-qty-auto {
        margin-bottom: 10px !important;
    }
    #shop .einstreu-total-price-auto .woocommerce-Price-amount {
        position: relative;
        top: -16px;
        font-size: 24px !important;
    }
    #shop .einstreu-total-result a {
        max-width: 100vw;
        z-index: 999;
        margin-left: auto;
        margin-right: auto;
    }
    #shop .mcb-item-shop-inner .woocommerce .mfn-woo-products .mfn-product-badges-left .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
        max-width: 100vw !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
    }
    #shop .mcb-item-shop-inner .woocommerce .mfn-woo-products .mfn-product-badges-left .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-total-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #shop .mcb-item-shop-inner .woocommerce .mfn-woo-products .mfn-product-badges-left .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-total-auto a {
        width: 109% !important;
    }
    #shop div .einstreu-table-row-auto {
        padding-right: 10px !important;
        padding-top: 0px !important;
        margin-bottom: 10px !important;
    }
    #shop div .einstreu-td-total-auto {
        max-width: 100vw;
    }
    .mcb-item-shop-inner .woocommerce .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto {
        width: 100% !important;
        max-width: 100vw !important;
    }
    .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-best-deal-auto .einstreu-td-savings-auto .einstreu-savings-badge-auto {
        left: auto !important;
        -webkit-transform: translatex(0px) translatey(0px) !important;
        -ms-transform: translatex(0px) translatey(0px) !important;
        transform: translatex(0px) translatey(0px) !important;
    }
    .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-best-deal-auto .einstreu-td-total-auto a {
        left: auto !important;
    }
    .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-total-auto a {
        left: -4px !important;
    }
    .mcb-section-inner-8h53cujrs .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto {
        left: 0px !important;
    }
    .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        width: 100% !important;
        max-width: 100vw !important;
    }
    .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-best-deal-auto .einstreu-td-savings-auto {
        width: 100% !important;
    }
    .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto {
        width: 100% !important;
    }
    .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-qty-auto {
        width: 100% !important;
        height: 41px !important;
    }
    .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-savings-auto {
        width: 100% !important;
    }
    .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping {
        max-width: 100vw !important;
        min-width: 0px !important;
    }
    .mfn-product-add-to-cart .einstreu-best-deal-auto .einstreu-add-to-cart-btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
        max-width: 100vw !important;
    }
    .mfn-product-add-to-cart .einstreu-best-deal-auto .einstreu-td-savings-auto {
        margin-bottom: 10px;
        left: 0px;
        max-width: 100vw;
    }
    .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-qty-auto .einstreu-qty-badge-auto {
        height: 41px !important;
    }
    .mfn-product-add-to-cart div .einstreu-bulk-notice {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 10px !important;
    }
    .mfn-product-add-to-cart div .einstreu-details-toggle-auto {
        font-size: 14px !important;
    }
    .mfn-product-add-to-cart div .einstreu-qty-badge-auto {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        max-width: 100vw;
    }
    .mfn-product-add-to-cart div .einstreu-savings-amount-auto {
        font-size: 14px !important;
    }
    .mfn-product-add-to-cart div .einstreu-savings-label-auto {
        font-size: 14px;
    }
    .mfn-product-add-to-cart div .einstreu-td-action-auto {
        margin-bottom: 0px !important;
        left: 0px;
        max-width: 100vw;
    }
    .mfn-product-add-to-cart div .einstreu-td-qty-auto {
        max-width: 100vw;
    }
    .mfn-product-add-to-cart div .einstreu-td-savings-auto {
        left: 0px;
        max-width: 100vw;
    }
    .mfn-product-badges-left .einstreu-best-deal-auto .einstreu-savings-badge-auto {
        width: 100%;
        max-width: 100vw;
        position: relative;
        font-size: 15px;
    }
    .mfn-product-badges-left .einstreu-best-deal-auto .einstreu-td-action-auto {
        left: 0px !important;
        margin-bottom: 0px !important;
    }
    .mfn-product-badges-left .einstreu-best-deal-auto a {
        font-size: 10px !important;
        margin-top: 0px;
        top: -6px;
        width: 100%;
        max-width: 100vw;
    }
    .mfn-product-badges-left .einstreu-td-action-auto span {
        max-width: 100vw;
        font-size: 17px;
    }
    .mfn-product-badges-left .einstreu-total-price-auto bdi {
        position: relative;
        left: 0px;
        top: 0px !important;
    }
    .mfn-product-badges-left div .einstreu-best-deal-auto {
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
    }
    .mfn-product-badges-left div .einstreu-qty-badge-auto {
        width: 100% !important;
        max-width: 100vw;
        position: relative;
        left: auto !important;
    }
    .mfn-product-badges-left div .einstreu-savings-amount-auto {
        font-size: 13px !important;
    }
    .mfn-product-badges-left div .einstreu-savings-label-auto {
        font-size: 13px;
    }
    .mfn-product-badges-left div .einstreu-table-row-auto {
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
    }
    .mfn-product-badges-left div .einstreu-td-action-auto {
        margin-bottom: 0px !important;
    }
    .mfn-product-badges-left div .einstreu-td-qty-auto {
        left: 0px;
    }
    .mfn-product-badges-left div .einstreu-td-savings-auto {
        left: 5px !important;
    }
    .mfn-product-badges-left div .einstreu-td-total-auto {
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
    }
    .mfn-product-badges-left div .einstreu-total-price-auto {
        position: relative;
        left: 0px;
        width: 100%;
        max-width: 100vw;
        margin-top: 0px !important;
    }
    .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto .einstreu-add-to-cart-btn span {
        width: 100% !important;
    }
    .mfn-wrapper-for-wraps .vb-item .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
    }
    .products .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-best-deal-auto .einstreu-td-qty-auto .einstreu-qty-badge-auto {
        height: 41px !important;
    }
    .products div .einstreu-add-to-cart-btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        left: 0px;
        width: 100%;
        max-width: 100vw !important;
    }
    .products div .einstreu-details-toggle-auto {
        margin-top: 10px;
        font-size: 12px !important;
    }
    .products div .einstreu-qty-badge-auto {
        height: 41px !important;
    }
    .products div .einstreu-total-price-auto {
        padding-top: 10px;
    }
    .sections_group .mcb-section-q9r13ueq6 .mcb-section-inner-q9r13ueq6 .vb-item .mfn-wrapper-for-wraps #shop .mcb-item-shop-inner .woocommerce .mfn-woo-products .mfn-product-badges-left .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        max-width: 100vw !important;
    }
    .vb-item .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-best-deal-auto .einstreu-td-action-auto {
        width: 100% !important;
        max-width: 100vw !important;
    }
    .vb-item .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto {
        max-width: 100vw !important;
        width: 100% !important;
    }
    :where(body.postid-1834) #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-best-deal-auto {
        width: 294% !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-shipping-container .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        max-width: 100% !important;
    }
    :where(body.postid-332) #\#Bestellung .mfn-product-add-to-cart .einstreu-compact-shipping {
        max-width: 100vw;
    }
    :where(body.page-id-10) #einstreu-modal-plz-submit {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-body {
        max-height: 450px !important;
        margin-top: 10px !important;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-body .einstreu-modal-benefits {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-body .einstreu-modal-input {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        margin-right: 0px !important;
        max-height: 363px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-body .einstreu-modal-skip {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
        padding-top: 10px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-close {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        top: 71px !important;
        bottom: 645px;
        overflow: visible !important;
        max-width: 0px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-content {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-content .einstreu-modal-body {
        overflow: visible !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-content .einstreu-modal-body .einstreu-modal-skip {
        padding-bottom: 10px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-content .einstreu-modal-body .einstreu-modal-skip .einstreu-modal-skip-btn {
        padding-bottom: 10px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-content .einstreu-modal-close {
        width: 100% !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-content .einstreu-modal-header {
        margin-bottom: 10px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-header {
        padding-bottom: 20px;
        margin-top: 50px !important;
    }
    :where(body.page-id-10) #einstreu-plz-modal .einstreu-modal-header h2 {
        height: 122px;
        margin-bottom: 7px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
    :where(body.page-id-10) #shop .einstreu-best-deal-auto a {
        width: 108px;
    }
    :where(body.page-id-10) #shop .einstreu-td-action-auto span {
        font-size: 17px;
        padding-left: 0px;
        padding-right: 0px;
    }
    :where(body.page-id-10) #shop .einstreu-td-qty-auto span {
        min-height: 43px;
        width: 100%;
        max-width: 100vw;
    }
    :where(body.page-id-10) #shop .einstreu-total-price-auto .woocommerce-Price-amount {
        font-size: 26px;
    }
    :where(body.page-id-10) #shop .einstreu-total-price-auto bdi {
        left: 4px;
        z-index: -10;
    }
    :where(body.page-id-10) #shop .einstreu-total-result a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none !important;
        position: relative;
    }
    :where(body.page-id-10) #shop .mcb-item-shop-inner .woocommerce .mfn-woo-products .mfn-product-badges-left .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-qty-auto {
        padding-top: 10px !important;
    }
    :where(body.page-id-10) #shop div .einstreu-price-table-auto {
        top: 0px;
        width: 100% !important;
        max-width: 100vw !important;
    }
    :where(body.page-id-10) #shop div .einstreu-table-row-auto {
        max-width: 62% !important;
        width: 174px !important;
        position: relative;
        left: 0px;
    }
    :where(body.page-id-10) #shop div .einstreu-td-qty-auto {
        text-decoration: none;
        border-bottom-width: 0px;
    }
    :where(body.page-id-10) #shop div .einstreu-td-total-auto {
        display: block;
    }
    :where(body.page-id-10) #shop div .einstreu-total-price-auto {
        padding-right: 0px;
        position: relative;
        left: 16px;
    }
    :where(body.page-id-10) .einstreu-modal-body .einstreu-modal-skip .einstreu-modal-skip-btn {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 10px !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        max-width: 100% !important;
    }
    :where(body.postid-950) .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        max-width: 75% !important;
        min-width: 373px;
    }
    :where(body.woocommerce-shop) .mcb-section-inner-8h53cujrs .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto {
        width: 100% !important;
    }
    :where(body.woocommerce-shop) .mcb-section-inner-8h53cujrs .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop_products-inner .mfn-woo-products .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto .einstreu-add-to-cart-btn {
        max-width: 100vw !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-shipping-container .einstreu-compact-shipping {
        max-width: 100% !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-shipping-container .einstreu-compact-shipping div .einstreu-bulk-notice {
        max-width: 100% !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        width: 100% !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-shipping-container .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
    }
    :where(body.postid-950) .mcb-section-z4rkal4ti .mfn-product-add-to-cart .einstreu-compact-shipping {
        min-width: 525px !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mfn-product-add-to-cart .einstreu-compact-shipping > div {
        max-width: 100%;
    }
    :where(body.postid-1834) .mfn-product-add-to-cart div .einstreu-bulk-notice {
        min-width: 0px;
        left: 0px;
        max-width: 412px;
    }
    :where(body.postid-1548) .mfn-product-add-to-cart div .einstreu-bulk-notice {
        max-width: 100vw;
    }
    :where(body.postid-889) .mfn-product-add-to-cart div .einstreu-price-table-auto {
        max-width: 100vw;
    }
    :where(body.postid-332) .mfn-product-add-to-cart div .einstreu-table-row-auto {
        width: 100% !important;
    }
    :where(body.postid-1834) .mfn-product-add-to-cart div .einstreu-table-row-auto {
        max-width: 100vw;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mfn-product-add-to-cart div .einstreu-total-loading {
        width: 100%;
        max-width: 100vw;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .mfn-product-add-to-cart div .einstreu-total-result {
        max-width: 100%;
    }
    :where(body.postid-889) .mfn-product-add-to-cart div .einstreu-total-result {
        max-width: 100vw;
    }
    :where(body.woocommerce-shop) .mfn-product-badges-left .mfn-product-li-item .mfn-after-shop-loop-item-title .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto .einstreu-td-action-auto {
        left: 0px !important;
    }
    :where(body.woocommerce-shop) .mfn-product-badges-left div .einstreu-add-to-cart-btn {
        width: 100%;
    }
    :where(body.woocommerce-shop) .mfn-product-badges-left div .einstreu-td-action-auto {
        max-width: 100vw;
    }
    :where(body.postid-332, body.postid-889, body.postid-1834) .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 100% !important;
    }
    :where(body.postid-332, body.postid-889) .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        max-width: 100vw !important;
    }
    :where(body.postid-1834) .sections_group .entry-content .product .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        width: 100% !important;
    }
    :where(body.postid-950) .sections_group .entry-content .product .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        max-width: 100vw !important;
    }
    :where(body.postid-332, body.postid-333, body.postid-889, body.postid-950, body.postid-1548, body.postid-1834, body.postid-1836, body.postid-1837, body.postid-3037) .sections_group .entry-content .product .mfn-single-product-tmpl-builder .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        width: 100% !important;
    }
}
@media (max-width:479px) {
    :where(body.postid-332) .mcb-section-z4rkal4ti .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto .einstreu-table-row-auto {
        width: 0px !important;
        height: 0px !important;
    }
}
@media (max-width:650px) {
    :where(body.postid-332) #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        max-width: 100% !important;
    }
    :where(body.postid-332) .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        width: 400px !important;
    }
}
@media (max-width:767px) {
    :where(body.postid-332) #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        max-width: 100% !important;
    }
    :where(body.postid-332) .mcb-section-inner-z4rkal4ti .vb-item .mfn-wrapper-for-wraps #\#Bestellung .mcb-item-product_cart_button-inner .mfn-product-add-to-cart .einstreu-compact-shipping div .einstreu-bulk-notice {
        width: 400px !important;
    }
    :where(body.postid-332) .mfn-product-add-to-cart .einstreu-compact-shipping > div {
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
    }
}
@media (min-width: 769px) {
    .products .einstreu-bulk-notice {
        width: 100% !important;
    }
    .products .einstreu-price-table-auto {
        width: 100% !important;
        min-width: 88px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width:769px) {
    .mcb-section-0757f8625 .mcb-section-inner-0757f8625 .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop-inner .woocommerce .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping {
        max-width: 100vw !important;
    }
    .mfn-product-add-to-cart div .einstreu-cart-text {
        font-size: 24px !important;
    }
    .mfn-product-add-to-cart div .einstreu-savings-label-auto {
        font-size: 12px;
    }
    .mfn-woo-products .desc div .einstreu-price-table-auto {
        max-width: 100vw !important;
    }
    .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        min-width: 0px !important;
    }
    .mfn-wrapper-for-wraps .vb-item .mcb-item-shop-inner .woocommerce .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping div .einstreu-total-result .einstreu-price-table-auto {
        width: 100% !important;
    }
    .products .desc .einstreu-compact-shipping {
        width: 100%;
    }
    :where(body.postid-332) .einstreu-price-table-auto .einstreu-td-action-auto .einstreu-add-to-cart-btn {
        width: 100px;
    }
    :where(body.postid-332) .einstreu-price-table-auto .einstreu-td-action-auto span {
        font-size: 14px;
    }
    :where(body.postid-332) .mcb-section-0757f8625 .mcb-section-inner-0757f8625 .vb-item .mfn-wrapper-for-wraps .vb-item .mcb-item-shop-inner .woocommerce .mfn-woo-products .products .isotope-item .desc .einstreu-compact-shipping {
        width: 100% !important;
    }
}

/* ============================================================================
   NACHBAU AUS STRANG B - DREI BELEGTE REGELN        v1.5.2, 02.08.2026
   ============================================================================
   Strang B (616 Deklarationen) kam mit der Abloesung planmaessig nicht mit.
   Aus der Nachbau-Liste hat Andis Stufe "kritisch" und "hoch" zum Nachbau
   freigegeben - 27 Posten. Belegt isolierbar waren davon DREI. Nur die stehen
   hier. Wer die uebrigen nachtraegt, muss sie vorher genauso isolieren.

   VERFAHREN JE REGEL
   Regel einzeln injiziert, danach jedes Element der Seite auf color, font-size,
   font-weight, display, visibility, width und Geometrie verglichen. Aufgenommen
   wurde nur, was sein Ziel erreicht UND nichts anderes verschiebt.

   ----------------------------------------------------------------------------
   1) Zitat auf "Ueber uns"
      Gemessen 1440 px: "Wir glauben, dass echte Nachhaltigkeit..."
      17px -> 23px, dabei GENAU EIN veraendertes Element auf der ganzen Seite.
      Sauberste Isolation der drei.

   2) Logo-Schriftgroesse
      Gemessen "Ueber uns" 1440 px: 17px -> 20px, ein Element, keine sichtbare
      Nebenwirkung. Betrifft die Textfassung des Logos, nicht die Bilddatei.

   3) Hauptnavigation, einheitlich 20px
      Gemessen Shop und "Ueber uns" bei 390 px: 13px -> 20px, 21 veraenderte
      Elemente, ausnahmslos Menue-Geometrie (Panelhoehe 246 -> 260 px).
      Bei 1440 px waeren es 17px -> 20px. Auf Andis' Entscheidung EINHEITLICH
      20px, nicht nach Breite differenziert.

      Zum Zusammenhang mit der Menue-Dublette: die ist behoben (Social Menu Top
      und Bottom abgewaehlt) und beruehrt diese Regel nicht - die Dublette
      #menu-main-menu-1 enthielt keine span-Elemente und wurde nie erfasst.

   ----------------------------------------------------------------------------
   WARUM KEIN :where() UND KEIN SCOPE
   Die drei Selektoren sind unveraendert aus YellowPencil uebernommen und
   brauchen keinen Body-Scope: .mcb-section-e4qdtaw5q ist eine eindeutige
   Sektions-ID, #logo und #menu-main-menu sind seitenweit dieselben Elemente.
   Ein Scope wuerde hier nichts eingrenzen, aber - auch als :where() geschrieben
   - unnoetige Selektorlaenge erzeugen. Die Spezifitaet entspricht damit exakt
   der von YellowPencil, genau wie bei Strang A.

   KEIN !important - die Regeln setzen sich ohne durch, live gegengeprueft.

   WAS NICHT MITKOMMT
     - Der kritische Posten (Zitatfarbe rgb(173,173,173) -> rgb(68,68,68)).
       Dafuer gibt es in der ganzen YellowPencil-Ernte KEINE Quelle; die Farbe
       war Folge einer Regel weiter oben in der Kette. Geht als Gestaltungs-
       und Accessibility-Aufgabe nach einstreu-seo-fixes.
     - .mcb-section-inner-r66g4dzke .vb-item h4.title { font-size: 23px }
       wuerde "Fordern Sie jetzt Ihr persoenliches Angebot" von 28px auf 23px
       VERKLEINERN - keine Reparatur, sondern eine Verschlechterung.
     - Vier Kandidaten finden auf keiner Seite ein Element:
       .mcb-section-78f8cum0f h5 span, .mcb-section-inner-5979c3fe8 .button_label,
       .wp-block-media-text p, .mcb-section-6kmy9shk9 .mcb-wrap h4
     - Die uebrigen 24 Posten: Messung auf Startseite und Shop war durch die
       nachrendernde Preistabelle des Rechners unbrauchbar (230-300 angeblich
       geaenderte Elemente je Kandidat, immer dieselben Beispiele). Gehen in
       eine zweite Runde mit Rauschmaske und laengerer Stabilisierung.
   ============================================================================ */

.mcb-section-e4qdtaw5q .blockquote blockquote {
    font-size: 23px;
}
#logo .logo-main {
    font-size: 20px;
}
#menu-main-menu > .menu-item > a span {
    font-size: 20px;
}
