/* Extracted newpage stylesheet */
:root {
    --np-font-sans: Helvetica, Geneva, Arial, sans-serif;
    --np-font-display: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    --np-color-white: #fff;
    --np-color-white-soft: #fffffa;
    --np-color-white-bright: #fffffc;
    --np-color-white-warm: #ffffee;
    --np-color-white-cool: #f5ffff;
    --np-color-primary: #58d;
    --np-color-primary-soft: #5d91da;
    --np-color-primary-border: #356db8;
    --np-color-primary-border-soft: #467bc2;
    --np-color-primary-border-light: #7c9bd6;
    --np-color-accent: #bc0;
    --np-color-accent-soft: #bdf;
    --np-color-link-primary: #10008f;
    --np-color-link-secondary: #10009d;
    --np-color-browser-link: #0000ee;
    --np-color-danger: #9c0000;
    --np-color-danger-bright: #e60000;
    --np-color-hero-border: #0029ee;
    --np-color-faq: #000081;
}

.np-font-sans {
    font-family: var(--np-font-sans);
}

.np-font-display {
    font-family: var(--np-font-display);
}

.np-text-white-warm {
    color: var(--np-color-white-warm);
}

.np-text-link-primary {
    color: var(--np-color-link-primary);
}

.np-more-infos__link-highlight {
    text-decoration: none;
    color: var(--np-color-link-secondary);
}

.textblock3 {
    border: none !important;
}

/* Mobile: fixed headline sizes (overrides clamp utilities from newpage.php + basic.css load order). */
@media (max-width: 899px) {
    .textblock3 {
        font-size: 13px !important;
    }

    .textblock_euroland {
        font-size: 13px !important;
    }
    
    .h1 {
        font-size: 13px !important;
    }
}
p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

/* Language dropdown — flex menu (Tailwind + fallback) */
#imageContainer .hero-lang-bar [data-np-lang-menu] {
    display: none;
    flex-direction: column;
    align-items: stretch;
}

#imageContainer .hero-lang-bar [data-np-lang-menu].flex {
    display: flex;
}

#imageContainer .hero-lang-bar [data-np-lang-menu] a[role="menuitem"] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.np-top-menu-form {
    max-width: 1010px;
    width: 100%;
    margin: 0.35rem 0 0;
    flex-shrink: 0;
}

.np-top-menu-bar {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 6px; */
    align-items: center;
    width: 100%;
    min-height: 40px;
    background: var(--np-color-white);
    box-sizing: border-box;
}

@media (min-width: 900px) {
    .np-top-menu-bar {
        grid-template-columns: minmax(200px, 233px) 1fr;
    }
}

.np-top-menu-email {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 8px;
    background-image: url("../Bilder/Bikes_per_Email.jpg");
    background-size: cover;
    background-position: center;
}

.np-top-menu-email-input {
    border: 0;
    width: 65px;
    margin: 0;
}

.np-top-menu-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    align-items: stretch;
    justify-content: space-evenly;
    width: 100%;
    min-width: 0;
}

.np-top-menu-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: min-content;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 5px;
    background-image: url("../Bilder/Bikes_per_Email.jpg");
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    overflow: visible;
}

.np-top-menu-cell a.hd_txt {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    font-family: var(--np-font-sans);
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    max-width: none;
}

.np-top-menu-cell a.hd_txt:hover {
    text-decoration: underline;
}

.np-top-menu-email font {
    font-family: var(--np-font-sans);
}

.np-top-menu-submit-wrap {
    flex: 0;
    padding: 0 5px 0 0;
    box-sizing: border-box;
}

.np-top-menu-email .np-top-menu-submit-wrap input[type="submit"] {
    appearance: auto;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 8px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.np-top-menu-email .np-top-menu-submit-wrap input[type="submit"]:active {
    background: #ddd;
}

@media (max-width: 899px) {
    .np-top-menu-form {
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .np-top-menu-bar {
        padding: 5px;
        gap: 10px;
    }

    .np-top-menu-email {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        min-height: 44px;
        padding: 8px 10px;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .np-top-menu-email > div:first-child {
        flex: 0 1 auto;
        min-width: 0;
        text-align: left;
        line-height: 1.15;
    }

    .np-top-menu-email > div:first-child font {
        font-size: clamp(10px, 2.8vw, 12px);
    }

    .np-top-menu-email > div:nth-child(2) {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }

    .np-top-menu-email .np-top-menu-submit-wrap {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        padding: 0 5px 0 0;
    }

    .np-top-menu-email input[type="text"] {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 23px;
        border-radius: 4px;
        font-size: 16px;
    }

    .np-top-menu-email .np-top-menu-submit-wrap input[type="submit"] {
        width: auto;
        padding: 4px 10px;
        white-space: nowrap;
    }

    .np-top-menu-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        justify-content: stretch;
        width: 100%;
    }

    .np-top-menu-cell {
        width: 100%;
        min-width: 0;
        flex: unset;
        min-height: 44px;
        padding: 10px 8px;
        border-radius: 4px;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
    }

    .np-top-menu-cell a.hd_txt {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
        line-height: 1.25;
        font-size: 0.8125rem;
        display: block;
        width: 100%;
        text-align: center;
        padding: 2px 0;
    }
}

@media (max-width: 360px) {
    .np-top-menu-links {
        grid-template-columns: 1fr;
    }
}

div.gallery li {
    float: left;
    width: 192px;
    text-align: center !important;
}

.supper_discount {
    position: relative !important;
}

.supper_discount h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.d_bikes {
    background-color: #ba302a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 10px;
}

.e_bikes img {
    width: 20% !important;
    margin: 8px 0 0 3.4px !important;
}

.rep-imgcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 108px;
    margin: 0 auto;
}

.rep-imgcontainer a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.rep-imgcontainer a img {
    display: block;
    object-fit: contain !important;
    margin: 0 auto;
}

#SupperRabattFinal_2022 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
    align-items: start;
}

#SupperRabattFinal_2022 > span {
    grid-column: 1 / -1;
}

#SupperRabattFinal_2022 ul {
    display: contents;
    list-style: none;
    margin: 0;
    padding: 0;
}

#SupperRabattFinal_2022 ul > p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#SupperRabattFinal_2022 .supper_discount {
    width: auto !important;
    height: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
}

#SupperRabattFinal_2022 .supper_discount h3,
#SupperRabattFinal_2022 .supper_discount p,
#SupperRabattFinal_2022 .rep-imgcontainer-wrapper,
#SupperRabattFinal_2022 .rep-imgcontainer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

#SupperRabattFinal_2022 .rep-imgcontainer {
    min-height: 108px;
}

#SupperRabattFinal_2022 .rep-imgcontainer a img {
    max-width: 100%;
    height: 108px !important;
}

/* Trekking / Cross / … — must win over basic.css (.gallery); load newindexpage.css after basic in HTML */
div.gallery.np-common-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

div.gallery.np-common-gallery-grid ul {
    display: contents;
    list-style: none;
    margin: 0;
    padding: 0;
}

div.gallery.np-common-gallery-grid ul:empty {
    display: none;
}

div.gallery.np-common-gallery-grid ul > p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.gallery.np-common-gallery-grid ul > li {
    width: auto !important;
    height: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    list-style: none;
    position: relative !important;
}

div.gallery.np-common-gallery-grid .supper_discount {
    width: auto !important;
    height: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
}

div.gallery.np-common-gallery-grid .supper_discount h3,
div.gallery.np-common-gallery-grid .supper_discount p,
div.gallery.np-common-gallery-grid .rep-imgcontainer-wrapper,
div.gallery.np-common-gallery-grid .rep-imgcontainer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

div.gallery.np-common-gallery-grid .rep-imgcontainer {
    min-height: 108px;
}

div.gallery.np-common-gallery-grid .rep-imgcontainer a img {
    max-width: 100%;
    height: 108px !important;
}

@media (max-width: 1200px) {
    #SupperRabattFinal_2022,
    div.gallery.np-common-gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1000px) {
    #SupperRabattFinal_2022,
    div.gallery.np-common-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    #SupperRabattFinal_2022,
    div.gallery.np-common-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    #SupperRabattFinal_2022 .rep-imgcontainer a img,
    div.gallery.np-common-gallery-grid .rep-imgcontainer a img {
        width: auto !important;
    }
}

@media (max-width: 520px) {
    #SupperRabattFinal_2022,
    div.gallery.np-common-gallery-grid {
        grid-template-columns: 1fr !important;
    }
}

.imgcontainer {
    left: auto !important;
    right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.imgcontainer a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.imgcontainer img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    height: 90px !important;
    object-fit: contain !important;
}

.div,
.p {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.div {
    height: auto;
    min-height: 24px;
}

.TXT {
    display: block;
    width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
    margin: 7px 0 0 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.highlight1 + br {
    display: none;
}

.ntf > span {
    display: none;
}

.d_bks,
.ntf .d_bks {
    background-color: #ba302a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1;
}

ul > li > p {
    font-size: 12px;
    overflow: hidden;
    background-color: #bc0;
    color: #9c0000;
    font-weight: bold;
    width: 96%;
    margin: 3px auto 0;
    padding: 10px !important;
}

.np-modelleoben-wrap {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.np-modelleoben-wrap #modelleoben.galleriescontainer {
    width: 100%;
    min-width: 0;
    float: none !important;
    position: static !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    z-index: auto !important;
}

.np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    width: max-content;
    max-width: none;
}

.np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul > li {
    flex: 0 0 auto;
    float: none;
    min-width: 0;
}

div.gallery {
    padding-bottom: 0;
}

@media (max-width: 899px) {
    .np-modelleoben-wrap {
        overflow-x: visible;
    }

    .np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 4px;
        row-gap: 8px;
        width: 100%;
        max-width: 100%;
        padding: 8px 0 16px;
        margin: 0;
        list-style: none;
    }

    .np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul > li {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        float: none !important;
        display: grid;
        grid-template-rows: auto auto;
        justify-items: center;
        align-content: start;
        box-sizing: border-box;
        text-align: center;
    }

    .np-modelleoben-wrap #modelleoben .imgcontainer {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .np-modelleoben-wrap #modelleoben .imgcontainer img {
        max-height: clamp(40px, 12vw, 88px);
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 400px) {
    .np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 6px;
    }
}

@media (max-width: 420px) {
    .np-modelleoben-wrap #modelleoben .imgcontainer img {
        max-height: clamp(48px, 14vw, 90px);
    }
}

@media (max-width: 360px) {
    .np-modelleoben-wrap #modelleoben .gallery.gallery1 > ul {
        grid-template-columns: 1fr;
    }
}

.np-modelleoben-wrap #modelleoben .imgcontainer {
    position: static;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.np-modelleoben-wrap #modelleoben .imgcontainer a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 0;
}

.np-modelleoben-wrap #modelleoben .imgcontainer img {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    display: block;
    max-height: 90px;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
}

body .np-modelleoben-wrap #modelleoben .strike::before,
body .np-modelleoben-wrap #modelleoben .strike:before {
    border-top: 1px solid #cc0000 !important;
    border-color: #cc0000 !important;
    color: #cc0000;
}

.np-arrow-teasers-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(10px, 2.5vw, 14px);
    align-items: stretch;
    width: min(100%, calc(100% - 0.5rem));
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: clamp(12px, 3vw, 20px);
    padding-left: max(4px, env(safe-area-inset-left, 0px));
    padding-right: max(4px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

@media (min-width: 520px) {
    .np-arrow-teasers-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(94%, 100% - 1rem);
    }
}

@media (min-width: 768px) {
    .np-arrow-teasers-row {
        width: min(60%, 620px);
    }
}

.np-arrow-teaser-a {
    display: block;
    min-width: 0;
    width: 100%;
    text-decoration: none;
    color: var(--np-color-white-soft);
}

.np-arrow-teaser-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    position: relative;
    padding-bottom: clamp(22px, 5.5vw, 56px);
}

.np-arrow-teaser-a:hover .np-arrow-teaser-box,
.np-arrow-teaser-a:focus-visible .np-arrow-teaser-box {
    filter: brightness(1.06);
}

.np-arrow-teaser-box {
    background-color: var(--np-color-primary);
    border: 1px solid var(--np-color-primary-border);
    border-bottom: none;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: clamp(10px, 2.5vw, 14px) clamp(8px, 2vw, 12px) clamp(12px, 2.5vw, 16px);
    min-height: clamp(56px, 20vw, 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: clamp(0.72rem, 2.8vw + 0.2rem, 1.25rem);
    line-height: 1.2;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    overflow-wrap: anywhere;
    hyphens: auto;
}

.np-arrow-teaser-lines {
    display: block;
}

.np-arrow-teasers-row ul.np-arrows {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 0;
    z-index: 2;
}

.np-arrow-teasers-row ul.np-arrows li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 0;
}

.np-arrow-teasers-row ul.np-arrows li::before,
.np-arrow-teasers-row ul.np-arrows li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: clamp(14px, 3.8vw, 50px);
    top: -1px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: var(--np-color-primary);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
}

.np-newpage-social-float {
    position: relative;
    width: 100%;
    max-width: 1010px;
    min-height: clamp(34px, 6vw, 42px);
    margin: 0 auto;
    padding: 0 8px 4px;
    box-sizing: border-box;
}

.np-newpage-social-float__fb,
.np-newpage-social-float__ig {
    position: absolute;
    top: 0;
    z-index: 8;
    line-height: 0;
}

.np-newpage-social-float__fb {
    right: 48px;
}

.np-newpage-social-float__ig {
    right: 8px;
}

.np-newpage-social-float .facebook-logo {
    height: clamp(26px, 4.3vw, 31px);
    width: auto;
    display: block;
    float: none;
    margin: 0;
    position: static;
}

.np-newpage-social-float .instgram-logo {
    height: clamp(28px, 4.8vw, 36px);
    width: clamp(28px, 4.8vw, 36px);
    display: block;
    float: none;
    margin: 0;
    position: static;
}

@media (min-width: 641px) {
    .np-newpage-social-float__fb,
    .np-newpage-social-float__ig {
        top: -270px;
    }
}

@media (max-width: 640px) {
    .np-newpage-social-float {
        min-height: 34px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .np-newpage-social-float__fb {
        right: 40px;
    }

    .np-newpage-social-float__ig {
        right: 4px;
    }
}

.np-promo-copy,
.np-demand-notice,
.np-more-infos,
.np-facebook-focus,
.np-largest-selection-wrap {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    box-sizing: border-box;
}

.np-promo-copy {
    padding: 0 12px 10px;
}

.np-promo-copy ul {
    margin: 0;
    padding: 0 0 0 24px;
    list-style: disc outside;
}

.np-promo-copy li {
    display: list-item;
    color: var(--np-color-link-primary);
    font-family: var(--np-font-display);
    font-size: clamp(0.74rem, 1vw + 0.42rem, 0.96rem);
    line-height: 1.35;
}

.np-promo-copy li::marker {
    color: var(--np-color-link-primary);
}

.np-promo-copy b {
    font-weight: 700;
}

.np-text-no-underline {
    text-decoration: none;
}

.np-promo-copy u,
.np-demand-notice__box u,
.np-more-infos u {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.np-demand-notice {
    padding: 0 12px 12px;
}

.np-demand-notice__box {
    margin: 5px 0 13px;
    padding: 12px;
    background: var(--np-color-accent);
    color: var(--np-color-white-soft);
    font-family: var(--np-font-display);
    font-size: clamp(0.74rem, 1vw + 0.42rem, 0.96rem);
    line-height: 1.35;
    font-weight: 700;
}

#mehr_Infos {
    cursor: pointer;
    font-size: 18px;
}

#mehrInfosWrap {
    display: none;
}

.np-more-infos {
    padding: 0 12px 12px;
}

.np-more-infos ul {
    margin: 8px 0 15px;
    padding: 0 0 0 24px;
    list-style: disc outside;
}

.np-more-infos li {
    display: list-item;
    color: var(--np-color-link-secondary);
    font-family: var(--np-font-display);
    font-size: clamp(0.74rem, 1vw + 0.42rem, 0.96rem);
    line-height: 1.4;
    margin-bottom: 8px;
}

.np-more-infos li::marker {
    color: var(--np-color-link-secondary);
}

.np-more-infos a {
    color: var(--np-color-link-secondary);
    text-decoration: none;
}

.np-facebook-focus {
    padding: 4px 12px 10px;
}

.np-facebook-focus__box {
    background: var(--np-color-accent);
    color: var(--np-color-link-primary);
    font-family: var(--np-font-display);
    font-size: clamp(0.8rem, 1vw + 0.45rem, 1rem);
    font-weight: 700;
    text-align: center;
    padding: 8px 52px;
    position: relative;
}

.np-facebook-focus__box p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 31px;
    line-height: 1.2;
    text-align: center;
}

.np-facebook-focus__box a {
    color: var(--np-color-link-primary);
    text-decoration: none;
}

.np-facebook-focus__logos {
    line-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.np-facebook-focus__logos:first-child {
    left: 12px;
}

.np-facebook-focus__logos:last-child {
    right: 12px;
}

.np-facebook-focus__logo {
    height: 31px;
    width: auto;
    display: block;
}

.np-facebook-focus__text {
    display: block;
    width: auto;
    max-width: calc(100% - 96px);
    margin: 0 auto;
    min-width: 0;
    text-align: center;
}

.np-facebook-focus__text a {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    color: var(--np-color-link-primary);
}

.np-largest-selection-wrap {
    padding: 0 12px 18px;
}

.np-largest-selection-link {
    display: block;
    width: min(100%, 540px);
    margin: 0 auto;
    text-decoration: none;
    color: var(--np-color-white-soft);
}

.np-largest-selection-box {
    background: var(--np-color-primary);
    color: var(--np-color-white-soft);
    font-family: var(--np-font-display);
    font-size: clamp(0.95rem, 1.2vw + 0.55rem, 1.35rem);
    font-weight: 700;
    text-align: center;
    padding: 10px 14px 14px;
    line-height: 1.2;
    border: 1px solid var(--np-color-primary-border);
    border-bottom: none;
}

.np-largest-selection-box p {
    margin: 0;
}

.np-modelle-info-arrows {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: min(100%, 540px);
    position: relative;
    top: -32px;
    height: 0;
    z-index: 2;
}

.np-modelle-info-arrows li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 0;
}

.np-modelle-info-arrows li::before,
.np-modelle-info-arrows li:before {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-right: 123px solid transparent;
    border-left: 123px solid transparent;
    border-top: 30px solid var(--np-color-primary);
}

.np-showcase {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 18px;
    padding: 0 12px 18px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 154px;
    gap: 12px;
    align-items: start;
    margin-top: 20px !important;
}

.np-showcase__main,
.np-showcase__side,
.np-showcase__cards {
    display: flex;
    flex-direction: column;
}

.np-showcase__main,
.np-showcase__cards {
    gap: 12px;
}

.np-showcase__side {
    gap: 8px;
}

.np-showcase__top,
.np-showcase__row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 12px;
}

.np-showcase__badge {
    min-height: 135px;
    background: var(--np-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--np-font-display);
    font-size: clamp(1rem, 1vw + 0.7rem, 1.35rem);
    font-weight: 700;
    font-style: italic;
    color: var(--np-color-link-primary);
    padding: 10px;
    box-sizing: border-box;
}

.np-showcase__hero,
.np-showcase__panel {
    background: var(--np-color-primary);
    border: 1px solid var(--np-color-primary-border-soft);
    color: var(--np-color-white-soft);
    font-family: var(--np-font-display);
}

.np-showcase__hero-strip,
.np-showcase__hero-footer {
    background: var(--np-color-accent);
    color: var(--np-color-danger);
    font-size: clamp(0.7rem, 0.8vw + 0.45rem, 0.82rem);
    font-weight: 700;
    font-style: italic;
    padding: 4px 8px;
}

.np-showcase__hero-body {
    padding: 8px;
    font-size: clamp(0.72rem, 0.85vw + 0.4rem, 0.88rem);
    line-height: 1.35;
}

.np-showcase__hero-body p,
.np-showcase__outlet p {
    margin: 0 0 6px;
}

.np-showcase__hero-body p:last-child {
    margin-bottom: 0;
}

.np-showcase__hero-body a,
.np-showcase__outlets a,
.np-showcase__panel a {
    color: var(--np-color-white-soft);
    text-decoration: underline;
}

.np-showcase__row {
    align-items: stretch;
}

.np-showcase__image img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
    display: block;
    border: 1px solid var(--np-color-primary-border-light);
    box-sizing: border-box;
}

.np-showcase__panel {
    padding: 10px 12px;
    box-sizing: border-box;
}

.np-showcase__panel--plain {
    background: transparent;
    border: none;
    color: var(--np-color-link-primary);
    padding: 0 8px;
}

.np-showcase__panel--outlets {
    padding: 11px 12px 8px;
}

.np-showcase__panel--plain .linkformat1,
.np-showcase__outlet-link {
    margin: 0;
    text-align: left;
}

.np-showcase__panel h3 {
    margin: 0 0 8px;
    color: var(--np-color-white-warm);
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
}

.np-showcase__panel ul {
    margin: 0;
    padding-left: 18px;
}

.np-showcase__service-list {
    list-style: disc outside;
}

.np-showcase__service-list li::marker,
.np-showcase__panel li::marker,
.np-showcase__brands li::marker {
    color: var(--np-color-link-primary);
}

.np-showcase__panel li {
    font-size: clamp(0.72rem, 0.85vw + 0.38rem, 0.84rem);
    line-height: 1.35;
    margin-bottom: 3px;
}

.np-showcase__brands {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.np-showcase__brands ul {
    margin: 0;
    padding-left: 14px;
    list-style: disc outside;
}

.np-showcase__brands li {
    margin-bottom: 2px;
}

.np-showcase__outlets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.np-showcase__outlet h4 {
    margin: 0 0 6px;
    color: var(--np-color-white-warm);
    font-size: clamp(0.88rem, 0.95vw + 0.42rem, 1rem);
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
}

.np-showcase__outlet p {
    font-size: clamp(0.72rem, 0.85vw + 0.38rem, 0.84rem);
    line-height: 1.3;
}

.np-showcase__panel--outlets .np-showcase__outlets {
    gap: 8px;
}

.np-showcase__panel--outlets .np-showcase__outlet {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 115px;
    align-content: start;
}

.np-showcase__panel--outlets .np-showcase__outlet h4 {
    margin: 0 0 10px;
    font-size: clamp(0.86rem, 0.8vw + 0.45rem, 1rem);
    line-height: 1.15;
    text-align: left;
}

.np-showcase__panel--outlets .np-showcase__outlet-address {
    margin: 0 0 8px;
    color: var(--np-color-white-cool);
    font-size: clamp(0.72rem, 0.7vw + 0.38rem, 0.82rem);
    line-height: 1.25;
    text-align: left;
}

.np-showcase__panel--outlets .np-showcase__outlet-address strong {
    font-weight: 700;
}

.np-showcase__panel--outlets .np-showcase__outlet-hours,
.np-showcase__panel--outlets .np-showcase__outlet-link {
    color: var(--np-color-white-soft);
    font-size: clamp(0.72rem, 0.7vw + 0.38rem, 0.82rem);
    line-height: 1.2;
}

.np-showcase__panel--outlets .np-showcase__outlet-link {
    font-style: italic;
}

.np-showcase__panel--outlets .np-showcase__outlet-link a {
    color: var(--np-color-link-primary);
    text-decoration: underline;
    font-weight: 700;
}

.np-showcase__categorybar {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: #59d;
    color: var(--np-color-white-bright);
    text-align: center;
    font-family: var(--np-font-display);
    font-size: clamp(0.65rem, 2.4vw + 0.42rem, 0.9rem);
    font-weight: 700;
    line-height: 1.38;
    padding: clamp(6px, 1.5vw, 10px) clamp(8px, 2.8vw, 16px);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 520px) {
    .np-showcase__categorybar {
        font-size: clamp(0.62rem, 2.8vw + 0.35rem, 0.82rem);
        line-height: 1.42;
        padding: 8px 10px;
    }
}

.np-showcase__ebikes-banner {
    display: block;
    width: 100%;
    max-width: 586px;
}

.np-showcase__ebikes-banner img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.np-showcase__promo-strip {
    width: 100%;
    max-width: 964px;
    min-height: 100px;
    background: var(--np-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 14px;
    box-sizing: border-box;
    font-family: var(--np-font-display);
}

.np-showcase__promo-strip strong {
    display: block;
    color: var(--np-color-white-soft);
    font-size: 17px;
    line-height: 1.35;
    text-decoration: underline;
    font-weight: 700;
}

.np-showcase__discount-box {
    width: 100%;
    max-width: 964px;
    min-height: 102px;
    background: var(--np-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 18px;
    box-sizing: border-box;
    font-family: var(--np-font-display);
    color: var(--np-color-danger);
}

.np-showcase__discount-box strong {
    display: block;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.np-showcase__category-box {
    width: 100%;
    max-width: 964px;
    background: var(--np-color-white);
    box-sizing: border-box;
}

.np-showcase__category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.np-showcase__category-link {
    min-height: 36px;
    background: var(--np-color-primary);
    color: var(--np-color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-family: var(--np-font-display);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 8px;
    box-sizing: border-box;
}

.np-showcase__category-link:hover,
.np-showcase__category-link:focus,
.np-showcase__category-link:visited {
    color: var(--np-color-white);
    text-decoration: none;
}

.np-super-rabatt,
.np-after-sale-info,
.np-section-banner {
    width: 100%;
    margin: 0 auto;
    font-family: var(--np-font-display);
}

.np-super-rabatt {
    max-width: 967px;
}

.np-common-banner__header {
    position: relative;
    background: var(--np-color-primary);
    color: var(--np-color-white-bright);
    text-align: center;
    padding: 8px 0;
    margin-bottom: 5px;
}

.np-common-banner__title {
    display: inline-block;
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}

.np-common-banner__availability {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: var(--np-color-white);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.np-common-banner__availability:hover,
.np-common-banner__availability:focus,
.np-common-banner__availability:visited {
    color: var(--np-color-white);
    text-decoration: underline;
}

.np-super-rabatt__message {
    background: var(--np-color-accent);
    color: var(--np-color-danger);
    text-align: center;
    padding: 7px 18px 5px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.np-after-sale-info {
    max-width: 967px;
    margin-top: 18px;
}

.np-after-sale-info__headline {
    position: relative;
    background: var(--np-color-primary);
    color: var(--np-color-white-bright);
    text-align: center;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    padding: 17px 16px;
}

.np-after-sale-info__headline p,
.np-footer__highlight p,
.np-showcase__news p {
    margin: 0;
}

.np-after-sale-info__headline::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 123px solid transparent;
    border-right: 123px solid transparent;
    border-top: 30px solid var(--np-color-primary);
}

.np-after-sale-info__message {
    margin-top: 30px;
    background: var(--np-color-accent);
    color: var(--np-color-white);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    padding: 10px 12px 12px;
}

.np-after-sale-info__message p {
    margin: 0 0 10px;
}

.np-after-sale-info__message p:last-child {
    margin-bottom: 0;
}

.np-section-banner {
    max-width: 999px;
    margin-bottom: 12px;
}

.np-section-banner__body {
    max-width: 997px;
    background: var(--np-color-accent);
    color: var(--np-color-danger);
    text-align: center;
    padding: 5px 220px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.np-section-banner__line {
    display: block;
    min-height: 1.3em;
}

.np-back-to-top {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 12px;
    z-index: 20;
}

.np-back-to-top__inner {
    min-width: 170px;
    min-height: 36px;
    background: var(--np-color-primary);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.np-back-to-top__link {
    color: var(--np-color-white);
    font-family: var(--np-font-sans);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

.np-back-to-top__link:hover,
.np-back-to-top__link:focus,
.np-back-to-top__link:visited {
    color: var(--np-color-white);
    text-decoration: underline;
}

.np-footer {
    padding: 17px 0 5px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
}

.np-footer__inner {
    padding: 11px 33px 0 46px;
    box-sizing: border-box;
}

.np-footer__notice {
    margin: 0 0 10px;
    font-size: 13px;
    font-family: var(--np-font-sans);
    font-weight: 700;
}

.np-footer__highlight {
    background-color: var(--np-color-accent);
    padding: 10px;
    margin-bottom: 20px;
}

.np-footer__highlight p {
    font-size: x-large;
    color: #10008f;
    font-family: var(--np-font-sans);
    font-weight: 700;
}

.np-footer__social {
    display: flex;
    align-items: center;
    gap: 10%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.np-footer__social iframe {
    border: none;
    overflow: hidden;
    width: 80px;
    height: 20px;
}

.np-footer__social-placeholder {
    min-width: 24px;
}

.np-footer__social a img {
    display: block;
    border: none;
    width: 150px;
    height: 99px;
}

.np-footer__menu {
    background-color: var(--np-color-primary);
    padding: clamp(8px, 2vw, 12px) clamp(10px, 3vw, 16px);
    box-sizing: border-box;
    width: 100%;
}

.np-footer__menu-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    font-size: clamp(0.78rem, 1.35vw + 0.42rem, 0.875rem);
    line-height: 1.35;
    font-family: var(--np-font-sans);
    color: var(--np-color-white);
    text-align: center;
}

.np-footer__menu-links a {
    color: var(--np-color-white-bright);
    font-weight: 700;
    text-decoration: none;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.np-footer__menu-links a:hover,
.np-footer__menu-links a:focus,
.np-footer__menu-links a:visited {
    color: var(--np-color-white-bright);
    text-decoration: underline;
}

.np-showcase__side a {
    text-decoration: none;
}

.np-showcase__avenue {
    position: relative;
    display: block;
}

.np-showcase__avenue img,
.np-showcase__partner img {
    width: 100%;
    display: block;
    border: 1px solid var(--np-color-primary-border-light);
    box-sizing: border-box;
}

.np-showcase__partner {
    text-align: center;
}

.np-showcase__partner img {
    width: 126px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
}

.np-showcase__avenue span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    text-align: center;
    color: var(--np-color-white-soft);
    font-size: 0.82rem;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.np-showcase__merida {
    background: var(--np-color-accent-soft);
    color: var(--np-color-browser-link);
    text-align: center;
    font-family: var(--np-font-display);
    font-size: 12px;
    border: none;
    min-height: 52px;
    box-sizing: border-box;
}

.np-showcase__merida-inner {
    position: relative;
    top: 5px;
    left: 3px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
}

.np-showcase__merida a {
    color: var(--np-color-browser-link);
    text-decoration: underline;
}

.np-showcase__merida-links a {
    margin-right: 2px;
}

.np-showcase__news {
    background: var(--np-color-white);
    border: 2px solid #00f;
    text-align: center;
    font-family: var(--np-font-display);
    font-size: 0.78rem;
    line-height: 1.35;
    color: var(--np-color-link-primary);
    padding: 10px 6px;
}

.np-showcase__news strong:first-child {
    color: var(--np-color-danger);
    font-style: italic;
}

.np-showcase__news a {
    color: var(--np-color-link-primary);
    text-decoration: underline;
}

.np-showcase__current {
    background: var(--np-color-primary);
    color: var(--np-color-white-soft);
    text-align: center;
    font-family: var(--np-font-display);
    font-size: 0.94rem;
    font-weight: 700;
    font-style: italic;
    padding: 4px 6px;
}

.np-showcase__cards {
    align-items: flex-start;
}

.np-offer-card {
    display: block;
    width: 150px;
    max-width: 100%;
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
}

.np-offer-card img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 4px;
}

.np-offer-card h4 {
    margin: 4px 1px 3px 0;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--np-color-browser-link);
}

.np-offer-card__price {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    color: var(--np-color-browser-link);
}

.np-noscript-hidden {
    display: none;
}

@media (max-width: 900px) {
    .np-showcase {
        grid-template-columns: 1fr;
    }

    .np-showcase__side {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 100%;
    }

    .np-showcase__side > * {
        min-width: 0;
    }

    .np-showcase__cards {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        align-items: stretch;
    }

    .np-offer-card {
        width: 100%;
        max-width: none;
    }

    .np-footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .np-footer__social {
        gap: 14px;
        justify-content: center;
    }

    .np-footer__menu-links {
        gap: 8px 12px;
        font-size: clamp(0.75rem, 2vw + 0.35rem, 0.85rem);
    }
}

@media (max-width: 700px) {
    .np-showcase__top,
    .np-showcase__row,
    .np-showcase__outlets {
        grid-template-columns: 1fr;
    }

    .np-showcase__category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .np-common-banner__header {
        padding: 10px 12px;
    }

    .np-common-banner__title {
        display: block;
        font-size: 24px;
    }

    .np-common-banner__availability {
        position: static;
        display: inline-block;
        transform: none;
        margin-top: 6px;
    }

    .np-after-sale-info__headline {
        font-size: 19px;
    }

    .np-after-sale-info__headline::after {
        border-left-width: 80px;
        border-right-width: 80px;
        border-top-width: 22px;
    }

    .np-after-sale-info__message {
        margin-top: 22px;
        font-size: 15px;
    }

    .np-section-banner__body {
        padding-left: 80px;
        padding-right: 80px;
    }

    .np-showcase__badge {
        min-height: 90px;
    }

    .np-showcase__brands {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .np-showcase__panel--outlets .np-showcase__outlet {
        min-height: 0;
    }
}

/* Facebook strip: small screens = FB icon top-left + bottom-right, text full width in the middle */
@media (max-width: 768px) {
    .np-facebook-focus {
        padding: 4px 10px 10px;
    }

    .np-facebook-focus__box {
        padding: 10px 10px 12px;
        font-size: clamp(0.7rem, 2.8vw + 0.28rem, 0.96rem);
        position: relative;
    }

    .np-facebook-focus__box p {
        display: block;
        position: relative;
        margin: 0;
        min-height: 0;
        line-height: 1.35;
        text-align: center;
    }

    .np-facebook-focus__logos {
        line-height: 0;
        display: block;
        position: absolute;
        transform: none;
        z-index: 2;
    }

    .np-facebook-focus__logos:first-child {
        top: 8px;
        left: 8px;
        right: auto;
        bottom: auto;
    }

    .np-facebook-focus__logos:last-child {
        bottom: 8px;
        right: 8px;
        top: auto;
        left: auto;
    }

    .np-facebook-focus__logo {
        height: auto;
        max-height: 26px;
        width: auto;
        max-width: min(100px, 30vw);
    }

    .np-facebook-focus__text {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 34px 6px 34px 6px;
        min-width: 0;
        text-align: center;
    }

    .np-facebook-focus__text a {
        display: block;
        width: 100%;
        max-width: 100%;
        line-height: 1.45;
        overflow-wrap: anywhere;
        hyphens: auto;
    }
}

@media (max-width: 640px) {
    .np-largest-selection-link,
    .np-modelle-info-arrows {
        width: min(100%, 420px);
    }

    .np-modelle-info-arrows {
        top: -26px;
    }

    .np-modelle-info-arrows li::before,
    .np-modelle-info-arrows li:before {
        top: 26px;
        border-right-width: 96px;
        border-left-width: 96px;
        border-top-width: 24px;
    }
}

@media (max-width: 520px) {
    .np-showcase__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .np-showcase__category-grid {
        grid-template-columns: 1fr;
    }

    .np-common-banner__title {
        font-size: 20px;
    }

    .np-footer__inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .np-footer__highlight p {
        font-size: 1.15rem;
    }

    .np-footer__social {
        justify-content: center;
    }

    .np-footer__social a img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }

    .np-footer__menu {
        padding: 0;
    }

    .np-footer__menu-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        font-size: clamp(0.76rem, 2.6vw, 0.84rem);
    }

    .np-footer__menu-links a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        max-width: none;
    }

    .np-footer__menu-links a:last-child {
        border-bottom: none;
        padding-bottom: 12px;
    }

    .np-super-rabatt__message {
        font-size: 11px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .np-after-sale-info__headline {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .np-after-sale-info__headline::after {
        border-left-width: 52px;
        border-right-width: 52px;
        border-top-width: 16px;
    }

    .np-after-sale-info__message {
        margin-top: 16px;
        font-size: 14px;
        padding: 10px;
    }

    .np-section-banner__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .np-showcase__brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 360px) {
    .np-showcase__cards {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* ================ *************** FAQ page styles *************** ================ */
/* newFAQpage: remove white strip above hero — form margin sits inside .bg-white */
form.np-top-menu-form:has(#faqHeroBike),
form.np-top-menu-form:has(#reparaturHeroBike) {
    margin-top: 0;
}

/* FAQ page main title band (replaces Tailwind border/py on newFAQpage.php) */
.faqp-page-heading-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 8px 10px 10px;
    border-bottom: 1px solid #808080;
}

.faq-page-heading {
    margin: 0;
    color: var(--np-color-link-primary);
    font-family: var(--np-font-display);
    font-style: italic;
    font-weight: 900;
    /* font-size: clamp(0.9rem, 2.5vw + 0.55rem, 1.35rem); */
    font-size: 16px;
    line-height: 1.28;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 480px) {
    .faqp-page-heading-wrap {
        padding: 10px 14px 12px;
    }

    .faq-page-heading {
        line-height: 1.22;
    }
}

@media (min-width: 900px) {
    .faqp-page-heading-wrap {
        padding: 12px 18px 14px;
    }
}

.faq-cta-row {
    display: flex;
    justify-content: center;
}


.faq-cta-box {
    width: 292px;
    min-width: 292px;
    max-width: 292px;
    background: var(--np-color-primary);
    padding: 8px 16px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: var(--np-color-white);
}

.faq-arrow-row {
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
}

.faq-arrow-list {
    width: 292px;
    min-width: 292px;
    max-width: 292px;
}

.faq-social-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-social-row img {
    display: block;
}

@media (max-width: 700px) {
    .faq-cta-box,
    .faq-arrow-list {
        width: auto;
        min-width: 0;
        max-width: 100%;
    }

    .faq-social-row {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 6px;
    }
}

/* FAQ page isolated teaser/social styles (copied from np-* with new names) */
.faqp-arrow-teasers-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(10px, 2.5vw, 14px);
    align-items: stretch;
    justify-items: center;
    width: min(100%, calc(100% - 0.5rem));
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 4px; */
    padding-bottom: clamp(12px, 3vw, 20px);
    padding-left: max(4px, env(safe-area-inset-left, 0px));
    padding-right: max(4px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

@media (min-width: 520px) {
    .faqp-arrow-teasers-row {
        grid-template-columns: 1fr;
        width: min(94%, 100% - 1rem);
    }
}

@media (min-width: 768px) {
    .faqp-arrow-teasers-row {
        width: min(60%, 620px);
    }
}

.faqp-arrow-teaser-a {
    display: block;
    min-width: 0;
    width: min(100%, 320px);
    margin: 0 auto;
    text-decoration: none;
    color: var(--np-color-white-soft);
}

.faqp-arrow-teaser-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    position: relative;
    /* padding-bottom: clamp(22px, 5.5vw, 56px); */
}

.faqp-arrow-teaser-a:hover .faqp-arrow-teaser-box,
.faqp-arrow-teaser-a:focus-visible .faqp-arrow-teaser-box {
    filter: brightness(1.06);
}

.faqp-arrow-teaser-box {
    background-color: var(--np-color-primary);
    border: 1px solid var(--np-color-primary-border);
    border-bottom: none;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: clamp(10px, 2.5vw, 14px) clamp(8px, 2vw, 12px) clamp(12px, 2.5vw, 16px);
    min-height: clamp(56px, 20vw, 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* font-size: clamp(0.72rem, 2.8vw + 0.2rem, 1.25rem); */
    font-size: 24px !important;
    line-height: 1.2;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    overflow-wrap: anywhere;
    hyphens: auto;
}

.faqp-arrow-teaser-lines {
    display: block;
}

.faqp-arrow-teasers-row ul.faqp-arrows {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 0;
    z-index: 2;
}

.faqp-arrow-teasers-row ul.faqp-arrows li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 0;
}

.faqp-arrow-teasers-row ul.faqp-arrows li::before,
.faqp-arrow-teasers-row ul.faqp-arrows li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: clamp(14px, 3.8vw, 50px);
    top: -1px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: var(--np-color-primary);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
}

.faqp-social-float {
    position: relative;
    width: 100%;
    max-width: 1010px;
    min-height: clamp(34px, 6vw, 42px);
    margin: 0 auto;
    padding: 0 8px 4px;
    box-sizing: border-box;
}

.faqp-social-float__fb,
.faqp-social-float__ig {
    position: absolute;
    top: 0;
    z-index: 8;
    line-height: 0;
}

.faqp-social-float__fb {
    right: 48px;
}

.faqp-social-float__ig {
    right: 8px;
}

.faqp-social-float .facebook-logo {
    height: clamp(26px, 4.3vw, 31px);
    width: auto;
    display: block;
    float: none;
    margin: 0;
    position: static;
}

.faqp-social-float .instgram-logo {
    height: clamp(28px, 4.8vw, 36px);
    width: clamp(28px, 4.8vw, 36px);
    display: block;
    float: none;
    margin: 0;
    position: static;
}
.faqp-showcase__image img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
    display: block;
    border: 1px solid var(--np-color-faq);
    box-sizing: border-box;
}
.faqp-showcase__panel {
    background-image: url("../Bilder/Bike_Auswahl.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 12px;
    box-sizing: border-box;
    text-align: left;
}
.faqp-showcase__panel strong {
    color: var(--np-color-white-soft);
    font-family: var(--np-font-display);
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
}

.faqp-showcase__panel p {
    color: var(--np-color-white-soft);
    font-family: var(--np-font-display);
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}
/* a:visited {
    color: #0f0f4a;
} */
/* .faqp-showcase__panel p a:visited {
    color: #0f0f4a;
} */
@media (min-width: 641px) {
    .faqp-social-float__fb,
    .faqp-social-float__ig {
        top: -90px;
    }
}

@media (max-width: 640px) {
    .faqp-social-float {
        min-height: 34px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .faqp-social-float__fb {
        right: 40px;
    }

    .faqp-social-float__ig {
        right: 4px;
    }
}

/* newFAQpage.php: FAQ sidebar column + bike strip (kept at end; not mixed into .np-showcase*) */
.faqp-showcase__side {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faqp-showcase__side a {
    text-decoration: none;
}

.faqp-showcase__news {
    background: var(--np-color-white);
    border: 2px solid #00f;
    text-align: center;
    font-family: var(--np-font-display);
    font-size: 0.78rem;
    line-height: 1.35;
    color: var(--np-color-link-primary);
    padding: 10px 6px;
}

.faqp-showcase__news p {
    margin: 0;
}

.faqp-showcase__news strong:first-child {
    color: var(--np-color-danger);
    font-style: italic;
}

.faqp-showcase__news a {
    color: var(--np-color-link-primary);
    text-decoration: underline;
}

.faqp-sidebar-bikes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 163px;
    margin: 12px auto 0;
    box-sizing: border-box;
}

.faqp-sidebar-bike {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 163px;
    box-sizing: border-box;
    gap: 10px;
}

.faqp-sidebar-lehrbetrieb {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 163px;
    box-sizing: border-box;
}

.faqp-sidebar-lehrbetrieb__img {
    display: block;
    width: 130px;
    max-width: 100%;
    height: auto;
    border: none;
    box-sizing: border-box;
}

.faqp-sidebar-bike__img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    box-sizing: border-box;
}

.faqp-sidebar-bike__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 17px;
    padding: 2px 4px;
    background-color: var(--np-color-accent);
    font-family: var(--np-font-display);
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}

.faqp-sidebar-bike__price strong {
    font-weight: 700;
    color: var(--np-color-danger);
}

.faqp-sidebar-bike__price strike {
    color: var(--np-color-danger);
}

@media (max-width: 900px) {
    /* Stack news + offers; bike strip becomes a multi-column grid (gallery-style) */
    .faqp-showcase__side {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 100%;
    }

    .faqp-showcase__news {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    .faqp-sidebar-bikes {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        max-width: none;
        margin: 0;
        align-items: stretch;
        justify-items: stretch;
        box-sizing: border-box;
    }

    .faqp-sidebar-bike {
        max-width: none;
        width: 100%;
    }

    .faqp-sidebar-lehrbetrieb {
        max-width: none;
        width: 100%;
        justify-content: center;
    }

    .faqp-sidebar-bike__img {
        width: 100%;
        max-width: 100%;
    }

    .faqp-sidebar-lehrbetrieb__img {
        width: 130px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    .faqp-sidebar-bikes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
}

@media (max-width: 360px) {
    .faqp-sidebar-bikes {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* FAQ page footer — one row like Velokauf_FAQ.php (#58d bar, ~22px) */
.faqp-footer {
    width: 97%;
    max-width: 1010px;
    margin: 10px auto 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #58d;
    text-align: left;
}

.faqp-footer__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    -webkit-overflow-scrolling: touch;
}

.faqp-footer__inner a,
.faqp-footer__copy {
    color: #fffffc;
    font-weight: 700;
    text-decoration: none;
    flex-shrink: 0;
}

.faqp-footer__inner a:hover,
.faqp-footer__inner a:focus-visible {
    text-decoration: underline;
}

.faqp-footer__sep {
    color: #5f90dc;
    font-weight: 700;
    flex-shrink: 0;
    padding: 0 1px;
}

.faqp-footer__copy {
    font-weight: 700;
}

.faqp-footer__copy em {
    font-style: italic;
    font-weight: 400;
}

.faqp-footer__copy a {
    color: #fffffc;
    font-weight: 700;
}

/* FAQ footer: responsive — wrap on tablet, stacked list on small phones */
@media (max-width: 840px) {
    .faqp-footer {
        width: 100%;
        max-width: none;
        margin: 10px 0 0;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .faqp-footer__inner {
        flex-wrap: wrap;
        white-space: normal;
        overflow-x: visible;
        overflow-y: visible;
        min-height: 0;
        padding: 10px 10px 12px;
        row-gap: 8px;
        column-gap: 2px;
        line-height: 1.35;
        justify-content: flex-start;
    }

    .faqp-footer__inner > a {
        white-space: nowrap;
    }

    .faqp-footer__copy {
        white-space: nowrap;
    }
}

@media (max-width: 520px) {
    .faqp-footer {
        padding: 0 8px;
    }

    .faqp-footer__inner {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 0;
        row-gap: 0;
        column-gap: 0;
    }

    .faqp-footer__sep {
        display: none;
    }

    .faqp-footer__inner > a,
    .faqp-footer__copy {
        display: block;
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 14px;
        white-space: normal;
        word-break: break-word;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        flex-shrink: 1;
    }

    .faqp-footer__inner > a:last-of-type {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .faqp-footer__copy {
        border-bottom: none;
        padding-bottom: 14px;
    }

    .faqp-footer__copy a {
        white-space: nowrap;
    }
}

@media (max-width: 380px) {
    .faqp-footer__inner > a,
    .faqp-footer__copy {
        font-size: 12px;
        padding: 11px 10px;
    }
}