/* Rubik – variabler Schnitt (300–700), selbst gehostet (DSGVO-konform) */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(fonts/rubik/rubik-latin-variable.woff2) format('woff2-variations');
}

/* Fraunces – Serifen-Display für große Überschriften (selbst gehostet, DSGVO) */
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url(fonts/fraunces/fraunces-latin-variable.woff2) format('woff2-variations');
}
.g21-display {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    letter-spacing: -0.02em;
    font-feature-settings: "ss01";
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f2f2f3;
}

/* Formular-/Button-Elemente sicher auf die globale Schrift ziehen */
button, input, optgroup, select, textarea {
    font-family: inherit;
}

hr {margin-top: 0.6rem; margin-bottom: 0.6rem;}

.icon-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.icon-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

#topbar {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
}
#topbar a {
    color: #fff !important;
}

/* Bewertungssterne: animiertes Leuchten hell-gelb -> dunkel-gelb (gestaffelt) */
@keyframes topbar-star-glow {
    0%, 100% { fill: #ffe680; }
    50%      { fill: #d4a017; }
}
#topbar .widget-wrapper svg polygon {
    fill: #efce4a;
    animation: topbar-star-glow 2s ease-in-out infinite;
}
#topbar .widget-wrapper svg:nth-of-type(1) polygon { animation-delay: 0s; }
#topbar .widget-wrapper svg:nth-of-type(2) polygon { animation-delay: .2s; }
#topbar .widget-wrapper svg:nth-of-type(3) polygon { animation-delay: .4s; }
#topbar .widget-wrapper svg:nth-of-type(4) polygon { animation-delay: .6s; }
#topbar .widget-wrapper svg:nth-of-type(5) polygon { animation-delay: .8s; }
@media (prefers-reduced-motion: reduce) {
    #topbar .widget-wrapper svg polygon { animation: none; fill: #efce4a; }
}

/* Mobile-Ticker: USP-Texte rotierend einblenden (Fade + Slide, à la LUMA/AURORA) */
.topbar-ticker {
    position: relative;
    height: 20px;
    overflow: hidden;
}
.topbar-ticker-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: opacity, transform;
}
.topbar-ticker-item.is-active {
    opacity: 1;
    transform: translateY(0);
}
.topbar-ticker-item a { color: #fff !important; }

/* Bewertungssterne im Ticker: animiertes Leuchten hell-gelb -> dunkel-gelb (gestaffelt) */
.topbar-ticker .ts-star { letter-spacing: 1px; }
.topbar-ticker .ts-star span {
    display: inline-block;
    color: #ffe680;
    animation: topbar-ticker-star 2s ease-in-out infinite;
}
.topbar-ticker .ts-star span:nth-child(1) { animation-delay: 0s; }
.topbar-ticker .ts-star span:nth-child(2) { animation-delay: 0.15s; }
.topbar-ticker .ts-star span:nth-child(3) { animation-delay: 0.3s; }
.topbar-ticker .ts-star span:nth-child(4) { animation-delay: 0.45s; }
.topbar-ticker .ts-star span:nth-child(5) { animation-delay: 0.6s; }
@keyframes topbar-ticker-star {
    0%, 100% { color: #ffe680; }
    50%      { color: #d4a017; }
}
@media (prefers-reduced-motion: reduce) {
    .topbar-ticker-item { transition: none; }
    .topbar-ticker .ts-star span { animation: none; color: #ffd24d; }
}

#topbar-text {
    display: none;
}

.r {
    text-align: right;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.np {
    padding: 0 !important;
}

main {
    margin: 1rem 0;
}

img {
    max-width: 100%;
    height: auto;
}

.row-reverse {
    flex-direction:row-reverse;
}

.category {
    display: flex;
    flex-wrap: wrap;
}
.order1 {
    order: 1;
}
.order2 {
    order: 2;
}
.order3 {
    order: 3;
}
.order4 {
    order: 4;
}
.order5 {
    order: 5;
}
a.filter {
    color: #000;
    text-decoration: none;
}
a.filter:hover {
    color: var(--ci-hover);
}


footer {
    background-color: #000;
    color: #ddd;
    padding:1rem 0;
    margin-top: 60px;
}
footer a {
    color: #ddd;
    text-decoration: none;
}
footer a:hover {

}
.footer-headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}

#socials a.btn {
    background-color: #000;
    color: #fff;
    border: none;
}

#socials a.btn-light i {
    color: #fff;
}

#footer-menu div ul li a {
    color: var(--ci-hover);
}

#footer-menu div ul li a:hover {
    color: #fff;
}

.footer-bottom {
    padding-top: 0;
}

#zahlungsarten img, #versandarten img, .img-icon-payment {
    height: 28px;
    margin: 0 8px 8px 0;
}

.footer-accordion {
    margin: 0;
}

.footer-accordion .accordion {
    width: 100%;
}

.footer-accordion .accordion .card {
    margin-bottom: 0;
    border: 0;
}

.footer-accordion .accordion .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 0;
}

.footer-accordion .accordion .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #000;
    padding-top: 0;
}

.footer-accordion .accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    margin-right: 12px;
}

.footer-accordion .accordion .card .card-header .btn-header-link.collapsed {
    background: #000;
}

.footer-accordion .accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f105";
    margin-right: 12px;
}

.footer-accordion .accordion .card .collapsing {
    background: #000;
    line-height: 30px;
}

.footer-accordion .accordion .card .collapse {
    border: 0;
}

.footer-accordion .accordion .card .collapse.show {
    background: #000;
    line-height: 30px;
    color: #fff;
}

.div-logo {
    width: 100%;
    text-align: center;
}

.footer-logo {
    margin: 20px 0;
}

.hr-footer, .hr-footer-socials, .hr-footer-socials2 {
    border-color: #4c4c4c;
    border-width: 1px;
}

.footer-menu-l, .footer-menu-r {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-menu-l ul a, .footer-menu-r ul a, #socials a:hover {
    color: var(--ci-color);
}

.footer-menu-l ul a:hover, .footer-menu-r ul a:hover {
    color: var(--ci-color);
    text-decoration: underline;
}

.card-header hr {
    display: none;
}

#socials a {
    margin-right: 20px;
}

.faq-content {
    margin-top: 20px;
}

.faq-content ul {
    margin-bottom: 0;
}


[data-content]:before {
    content: attr(data-content);
}
[data-link] {
    cursor: pointer;
}


.img .custom-control-input ~ .custom-control-label::before {
    display: none;
}
.img .custom-control-input:checked ~ .custom-control-label {
    border: 2px solid var(--ci-color);
}
.img .custom-control {
    padding-left: 0 !important;
}

#ratgeber ul {
    margin-left: 40px;
}
#basket-button {
    width: 100%;
}

.content {
    /* Darstellung Artikeltext in zwei Spalten, statt 600px Breite und zenriert
    column-width: 500px;
    column-gap: 60px;
    column-rule-width: 1px;
    column-rule-style: solid;
    column-rule-color: #ccc;
     */

    /* statt zentrierter Darstellung aufgeteilt in zwei Spalten
    max-width: 600px;
    margin: 0 auto;
     */
}

span.link:hover, .z:hover {
    color: var(--ci-hover);
    cursor: pointer;
}
span.link, .z {
    color: #000;
}

.center {
    text-align: center;
}
.text-muted {
    font-size: 75%;
}


.btn .fas {
    width: 16px;
    height: 16px;
    fill: black;
}

.btn:hover .fas {
    fill: white;
}

ul.attributes_list {
    padding-left: 0 !important;
    margin-bottom: 10px;
}

ul.attributes_list li {
    list-style-type: none;
    font-size: 12px;
}
.checkout_accordion ul {
    list-style: none;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #761040;
    border-color: #761040;
}
.custom-control-input:focus ~ .custom-control-label::before {
    /* box-shadow: 0 0 0 0.2rem rgb(118,16,64 / 25%); */
    box-shadow: 0 0 0 0.2rem rgb(118,16,64);
}



table td {
    padding: .3125rem .625rem .3125rem .625rem;
    background: #fff;
    color: #585858;
    border: 1px solid #fff;
    vertical-align: top;
}
tr:nth-child(even)  td {
    background-color: #f5f5f5;
}


/* HIDE RADIO */
label.radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

label.radio {
    border: 1px solid rgb(204, 204, 204);
    padding: 0;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 8px;
    background: #fff;
    color: #000;
}
label.radio:hover {
    border: 1px solid #000;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
label svg.fas {
    visibility: hidden;
}

label.radio [type=radio]:checked ~ .checked .fas {
    fill: green;
    visibility: visible;
}

label {
    hyphens: auto;
}
.checked {
    position: absolute;
    top: 8px;          /* grüner Haken unten rechts im Bild, nicht Text überlagernd */
    left: 8px;
}

.opt-checked {
    position: absolute;
    top: 18px;          /* grüner Haken unten rechts im Bild, nicht Text überlagernd */
    left: 9px;
}

.fas {
    height:24px;
    width:24px;
    fill: white;
}

.fa-edit {
    height:30px;
    font-size: 24px;
    float: right;
}

label.info {
    flex: 0 0 100%;
    max-width: 100%;
}

#produkte {
    padding-left: 0;
}
header.section-header {

    background-color: #fff;
}



.checkoutnavigation .title {
    padding-left: 23px;
    color: #999;
    vertical-align: bottom;
}

.checkoutnavigation .active {
    font-weight: bold;
    color: #595959;
}


.input-validation-error {
    color: red;
}

.products {
    padding-left: 0;
}
.products li {
    list-style: none;
}



#notice-container {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: black;
    text-align: center;
    z-index: 2;
}
#notice-container > div {
    padding: 15px 10px;
}
#discountNotice, .discountNotice {
    position: relative;
    padding: 0.8rem 0.6rem;
    background: var(--ci-color);
    color: #000;
    font-size: 1rem;
    text-align: center;
}
.fa, .fas {
    fill: currentColor;
}
#breadcrumb .fas {
    height: 12.25px;
    width: 14px;
}
#breadcrumb {
    padding-bottom: 0;
    margin-bottom: 0;
}
.card-footer {
    padding: 10px;
}

.categories_head_description {
    text-align: justify;
}
.categories_head_description h1 {
    text-align: center;
}
article.row {
    display: block;
}
article p {
    line-height: 24px;
    text-align: justify;
    color: #000;
}

#eigenschaften-mobile {display: block;}
#eigenschaften {display: none;}



.modal-content h1, .modal-content h2, .modal-content h3, .ci  {
    color: #000;
}
.modal-content hr {
    border: 1px solid var(--ci-color);
}
.modal-content .vertical {
    display: flex;
    align-items: center;
}
.green {
    color: green;
}
.red {
    color: red;
}
.blue {
    color: blue;
}


#filter {
    margin-bottom: 1rem;
    background: #fff;
    padding: 0;
}
.btn {
    background: var(--ci-color);
    border-color: var(--ci-color);
}
.btn:hover, .btn:hover a {
    background: var(--ci-hover);
    border-color: var(--ci-hover);
    color: #fff;
}
.btn-muster {
    color: #fff;
}
.custom-select {
    padding: 0 auto;
}
.custom-select:focus {
    box-shadow: none;
    outline: none;
}




#info_content footer {
    border-top: 3px solid var(--ci-color);
    border-bottom: none;
    background-color: #fff;
    padding: 1rem 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
#info_content figcaption {
    background: var(--ci-color);
    color: #fff;
    padding: 1em;
}
#info_content span.point {
    background: var(--ci-color);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
#info_content ul.point {
    line-height: 36px;
}

.video {
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

li.page-item {
    margin: 0 8px;
}

.modal-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}


ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 0 0 20px;
}
.box {
    padding: 10px;
    width: 100%;
}

.konf-btn {
    align-items: stretch;
    margin-bottom: 16px;
    background: #fff;
    display: none;
}

#konf-preis {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #f5f5f5;
}

#konf-image {
    width: 100%;
    margin: 4px auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.konf {
    margin-bottom: 0 !important;
    font-weight: bold;
}

.konf-row {
    margin: 10px 0 80px 0;
}

.opt-head {
    margin-bottom: 0;
    display: flex;
    height: 60px;
    align-items: center;
}

.opt-head .box {
    font-weight: bold;
    color: var(--ci-color);
}

.opt-icon {
    float: right;
    margin-top: 4px;
    width: 12px;
    height: 12px;
}

.opt-info-inner {
    display: flex;
    flex-direction: column;
}

.btn-weiter, .btn-zurueck {
    margin-top: 10px;
    width: 100%;
}

.btn-weiter .text,  .btn-zurueck .text{
    color: #fff;
}

.contentbox, .contentboxd {
    cursor: pointer;
    text-decoration: underline;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.select label {
    line-height: 38px;
}
.select hr {
    margin: 6px 0;
}
.select .form-group {
    margin-bottom: 0;
}
.select .col-6, .col-12 .nopad {
    padding:0;
}

.options {
    padding: 10px;
    font-size: 13px;
}
.h5.card-title {
    margin-bottom: 0;
    border-bottom: 1px #ccc solid;
    font-size: 13px !important;
}

#info_content figure {
    margin-bottom: 1rem;
}
figure.ci figcaption {
    margin-top: 1rem;
}
.border-ci {
    border: solid 1px var(--ci-color);
}
.custom-control, .link {
    cursor: pointer;
}
.card a {
    text-decoration: none;
}
.card a:hover {
    color: var(--ci-hover);
}
a.btn:hover {
    color: #fff;
}

#button-muster-header {font-size: 11px; font-weight: bold; padding: 0 6px;}

/* ----------------------------------------------
 * Generated by Animista on 2022-7-15 13:7:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}
@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

#notice-container {
    border-top: 1px solid #fff;
}
#discountNotice > .closeing:before {
    transform: rotate(45deg);
}
#discountNotice > .closeing:after {
    transform: rotate(-45deg);
}
#discountNotice > .closeing:before, #discountNotice > .closeing:after {
    position: absolute;
    left: 13px;
    top: 5px;
    content: "";
    height: 18px;
    width: 2px;
    background-color: #000;
}
#discountNotice > .closeing {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 15px;
    top: -18px;
    border-radius: 100%;
    border: 1px solid #000;
    background-color: var(--ci-color);
    cursor: pointer;
}


article.row.mc,
article.order-3.col-12.mt-4.mc {
    max-width: 700px;
    margin: auto;
}


.btn-circle.btn-xl {
    width: 48px;
    height: 48px;
    padding: 7px 8px;
    border-radius: 30px;
    line-height: 1.33;
}
#back-to-top {
    position: fixed;
    opacity: .5;
    bottom: 60px;
    right: 20px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.5);
}


.search_mobile {
    display: block !important;
    position: absolute;
    top: 120px;
    width: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .2);
}
.filter_mobile {
    display: block !important;
    position: absolute;
    top: 160px;
    right: 0;
    width: 240px;
    z-index: 99;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .2);
}

/* Checkout Payment */
#checkout_payment .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#checkout_payment small {
    font-weight: normal;
}

#productname {
    font-size: 18px !important;
}

#price_box {
    margin-right: 15px;
}

#price_info {
    font-size: 15px;
}

.more-product-images {
    margin-bottom: 10px;
}

.inview {
    position: sticky;
    top: 0;
}

#width_cm, #height_cm, #unitsOfMeasurement {
    font-size: 16px;
}

.opt-name {
    font-size: 16px;
    font-weight: bold;
}

.bg-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 16px 0;
    background-size: cover;
    cursor: pointer;
}

.bg-image-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
}

.bg-image-text div {
    margin-bottom: 10px !important;
}

.bg-image-text div h2 {
    font-size: 40px !important;
    margin-bottom: 0 !important;
}

.bg-image-text div h2 a {
    color: #fff;
}

.bg-image-p {
    margin: 0 25px;
}

.bg-image-p a, p.h5 a {
    color: #000 !important;
}

.bg-image-p a:hover {
    color: #fff !important;
}

/* Kategorie-Kacheln: Button erst beim Hover (fade-in von unten), Texte rücken leicht hoch.
   Nur auf Geräten mit echtem Hover – auf Touch bleibt der Button sichtbar. */
@media (hover: hover) and (pointer: fine) {
    .bg-image-text {
        transition: background 0.4s ease;
    }
    .bg-image-text > div {
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .bg-image-text .btn {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        pointer-events: none;
    }
    .bg-image:hover .bg-image-text {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    }
    .bg-image:hover .bg-image-text > div {
        transform: translateY(-12px);
    }
    .bg-image:hover .bg-image-text .btn,
    .bg-image:focus-within .bg-image-text .btn {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}
@media (prefers-reduced-motion: reduce) {
    .bg-image-text > div,
    .bg-image-text .btn { transition: none; }
}

h3 a, h3 a:hover {
    color: #fff;
}

.icon-header {
    margin: 12px 4px;
}

/* Lucide Inline-Icons (einheitliches Header-Set, per currentColor färbbar) */
.lc {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: middle;
    color: #000;
}
.widget-header:hover .lc,
.icon-button:hover .lc {
    color: #117A88;
}

/* Header-Aktionsleiste: gleichmäßige Abstände, vertikal zentriert */
header.section-header .header-main .justify-content-end {
    align-items: center;
    gap: 16px;
}
header.section-header .header-main .justify-content-end > .mr-1,
header.section-header .header-main .justify-content-end > .mr-3 {
    margin-right: 0;
}
header.section-header .header-main .icon-header {
    margin: 0;
}

/* Logo um 15% vergrößert (240px -> 276px) */
.header-main .logo {
    width: 276px;
    max-height: 48px;
}

/* Suchfeld: abgerundet (Pill), Icon rechts, heller Placeholder */
.search .input-group {
    border: 1px solid #dcdcdc;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}
.search .input-group:focus-within {
    border-color: #117A88;
}
.search .form-control {
    height: 42px;
    border: 0;
    border-radius: 0;
    padding-left: 18px;
    background: transparent;
    box-shadow: none;
}
.search .form-control:focus {
    box-shadow: none;
    background: transparent;
}
.search .input-group-append .btn {
    border: 0;
    border-radius: 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
}
.search .form-control::placeholder {
    color: #b0b0b0;
    opacity: 1;
}

.btn-filter {
    background: #f5f5f5;
    border-color: #666;
}

#filter-sort {
    display: block;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    box-shadow: none;
    outline: none;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100%;
}

#filter-sort::after {
    display: none;
}

#filter-sort, #filter-sort-x {
    background: #f5f5f5;
    color: #000;
    border-color: #666;
}

.row-filter-buttons {
    position: sticky;
    top: 0;
    z-index: 10;
}

.div-filter-buttons {
    display:  flex;
    gap: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.div-filter-sort {
    flex: 1;
}

.div-filter-sort .input-group {
    flex-wrap: nowrap;
}

#reviews {
    margin-top: 30px;
}

.div-review-holder {
    padding: 20px;
}

.div-review p {
    margin-bottom: 4px;
}

.div-review-name {
    margin-bottom: 20px;
}

table.table td {
    background: transparent;
    border: none;
    padding-left: 0;
}

.div-button-anwenden {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

#button-anwenden {
    width: 100%;
    cursor: pointer;
    padding: 0.9rem 0.85rem !important;
}

select.form-control {border-color: #000;}



.timer-container {
    width: 100%; /* Nimmt die gesamte Breite des Viewports ein */
    max-width: 360px; /* Maximale Breite von 360 Pixeln */
    margin: 0 auto; /* Zentriert den Container horizontal */
    text-align: center; /* Zentriert den Inhalt im Container */
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Zahlen und Doppelpunkte bleiben oben ausgerichtet */
    background: #000; /* Schwarzer Hintergrund für den Timer */
    border-radius: 10px;
}

.timer-unit {
    display: flex;
    flex-direction: column; /* Stapelt Zahl und Beschriftung */
    align-items: center;
    min-width: 26px;
    margin: 0 5px; /* Abstand zwischen den Einheiten */
}

.timer-value {
    font-size: 18px; /* Große Schriftgröße für die Zahlen */
    line-height: 20px;
    font-weight: bold; /* Fett für bessere Lesbarkeit */
    color: #fff; /* Weiße Schrift für die Zahlen */
}

.timer-unit p {
    font-size: 10px;
    margin: 0;
    color: #ccc; /* Hellgraue Schrift für die Beschriftungen */
}

.timer-separator {
    font-size: 18px; /* Gleiche Größe wie die Zahlen */
    color: #fff;
}

.container-faq {
    max-width: 880px;
    margin: 0 auto;
}


/* Stil für den Accordion-Container */
#faqAccordion .card {
    border: none;
    background-color: #f5f5f5;
}

#faqAccordion .cardq {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 17px;
    padding-bottom: 17px;
}

#faqAccordion .cardq-body {
    padding: 0 !important;
}

#faqAccordion .cardq-body p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
}

#faqAccordion .cardq-body p a {
    text-decoration: underline;
}

#faqAccordion .card-header h2 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 30px;
    padding: 15px 50px 15px 0;
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
    margin: 0 !important;
}

#faqAccordion .card-header h2::before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 5V19' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M5 12H19' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

#faqAccordion .card-header h2[aria-expanded="true"]::before {
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 12H19' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

#faqAccordion .card-header h3 {
    font-size: 15px !important;
    line-height: 25px !important;
    padding: 0 50px 0 0;
    position: relative;
    margin: 0 !important;
}

#faqAccordion .card-header h3::before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

#faqAccordion .card-header h3[aria-expanded="true"]::before {
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 15L12 9L18 15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");}

#faqAccordion .card-header {
    border-bottom: none !important;
    padding: 0;
    background-color: #f5f5f5;
    margin-bottom: 0;
}

#faqAccordion .card-body {
    font-size: 16px;
    line-height: 1.5;
    background-color: #f5f5f5;
    padding-top: 0 !important;
}

#article_description .accordion{
    margin-bottom: 10px;
}

#article_description .accordion .card .card-header {
    background: none;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border-radius: unset;
}

#article_description .accordion .card .card-header a span {
    color: #343a40;
    margin: 18px 0 !important;
}

#article_description  .accordion .card div .card-body  {
    padding: 20px 0 5px 0;
}

.frage {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0.5em;
    font-size: 14px;
}

.symbol {
    font-weight: bold;
    width: 1em;
    text-align: center;
    transition: transform 0.2s ease;
}

.antwort {
    display: none;
    margin-bottom: 20px;;
}

.antwort.visible {
    display: block;
}
.frage {font-weight: bold; margin-bottom: 10px;}
.antwort {margin-bottom: 20px;}

.collapse-btn {
    color: #000;
    background: #fff;
    border-color: #000;
}

div.special-buttons .active {
    color: #fff;
    background: #000 !important;
    border-color: #000 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus {box-shadow: none;}

.faq-block .toggle:hover, .faq-block .toggle:active, .faq-block .toggle:active, .faq-block .toggle:visited {background-color: #fff; color: #000;}
/*
#article_description .accordion .card .card-header hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    display: block;
}*/

.chevron-icon {
    transition: transform 0.3s ease;
}
.btn-header-link[aria-expanded="true"] .chevron-icon {
    transform: rotate(-180deg);
}

.carousel-indicators {bottom: -30px;}



/* Konfigurator Gardinen */

#products_options, #row_cart {display: none;}

.opt-hidden {display: none;}

#button_prev_konf:hover {
    background: var(--ci-color);
    border-color: var(--ci-color);
    color: #000;
}

.locked, #button_next_konf:active, #button_next_konf:hover {background: #f4f4f4; border: #f4f4f4; color: #333 !important;}

.btn-muster, .btn-black {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    cursor: pointer;
}

.btn-black .fas {fill: white;}

.btn-qty {
    display: inline-block;
    width: 35px;
    height: 37px;
    background-color: var(--ci-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.btn-qty:hover {
    background-color: #000;
}

.load {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.load .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.div-opt-text ul li {
    margin-top: 9px;
    margin-bottom: 12px;
}

.opt-info-inner ul {
    list-style-image: url("/templates/g21_synervia/images/icons/li.png");
    padding-left: 15px;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
}

#footer-buttons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 99%;
    background-color: #fff;
    z-index: 1020;
    padding: 4px 4px;
    display: flex;
    gap: 4px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}

#row_cart {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 1020;
    height: 60px;
    padding-top: 10px;
}

#products_options {
    margin-bottom: 100px;
}

.konfig {margin-bottom: 80px;}

#products_options, #row_cart {display: none;}

.konfig {display:none;}
.kinfo {width: 100%;border-bottom: 1px solid #ccc; display: flex;padding: 4px 0;}


.kinfo-item:first-child {
    min-width: 130px;
    max-width: 130px;
    font-weight: bold;
}

.kinfo-item:nth-child(2) {
    width: 248px;
    margin-left: 4px;
}

.kinfo-item:last-child {
    flex-grow: 1;
}

.k-divider {
    background: url('/templates/g21_synervia/img/d.png');
    background-position: center 42px;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.k-divider-first {
    padding-top: 100px;
}

#masse_9683, #masse_9684 {display: none;}
.div-masse-video {
    margin: 10px 0; font-weight: bold;
}

.div-weiter-message {
    position: absolute;
    background-color: var(--ci-color);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 13px;
    font-weight: bold;
    display: none;
    z-index: 1000;
}

.cart-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000000;
    display: none;
    top: 0;
    left: 0;
}

.cart-popup-inner {
    background: #fff;
    max-width: 550px;
    width: 90%;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}

.btn-gray {
    background: #888;
    border: #888;
}

.options_selection_TEXT div {
    font-weight: bold;
}

.switch-toggle {
    display: inline-flex;
    align-items: center;

    border-radius: 20px;
    overflow: hidden;
}

.toggle-btn {
    padding: 3px 10px 5px 10px;
    cursor: pointer;
    background-color: #ddd;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.toggle-btn.active {
    background-color: #333; /* Aktive Farbe */
    color: white;
}

.toggle-btn:not(.active):hover {
    background-color: #ccc;
}

#footer-buttons div {
    flex-grow: 1;
}

#button_next_konf {
    width: 100%;
}

.input-change-qty {
    width: 22px;
    border: none;
    padding: 0;
}

.div-change-qty {
    width: 22px;
    height: 22px;
    font-size: 22px;
    cursor: pointer;
}

/* Konfigurator Gardinen Ende */

.review-img {
    max-height: 300px;
    object-fit: cover;
}

#features_list_mobile {display: block;}
#features_list_desktop {display: none;}

#button_checkout_confirmation, #initiate-checkout {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    padding: 0.7rem 0.7rem;
}

#button_checkout_confirmation .fas, #initiate-checkout .fas {fill: white;}

#orderOverviewCollapse {padding: 0 20px;}

.icon-svg { flex: 0 0 auto; display: block; width: 28px; height: 28px; margin-right: 12px !important;}

.product-list-info {
    position: absolute;
    left: 0;
    top: 12px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
}

.option-notice {
    position: absolute;
    right: 40px;
    top: -10px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
}

@media (max-width: 575px) {
    .card-image {
        position: relative;
    }

    .card-image img.pic-1,
    .card-image img.pic-2 {
        width: 100%;
        transition: opacity 0.3s ease;
    }

    /* Standardzustand */
    .card-image img.pic-2 {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Wenn aktiv */
    .card-image.show-second img.pic-2 {
        opacity: 1;
    }

    .card-image.show-second img.pic-1 {
        opacity: 0;
    }

    /* Dots */
    .image-dots {
        display: flex;
        justify-content: center;
        gap: 18px;
        padding: 24px 0 0 0;
    }

    .image-dots .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
        transition: 0.2s ease;
    }

    .image-dots .dot.active {
        background: #000;
        transform: scale(1.2);
    }
}

@media (min-width: 576px) {
    #features_list_mobile, #orderOverviewMobile {display: none;}
    #features_list_desktop {display: block;}
    header.section-header {
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: #fff;
    }
    #eigenschaften-mobile {display: none;}
    #eigenschaften, #topbar-text {display: inline;}
    #konf-div {
        position: relative;
        z-index: 1;
    }
    #konf-preis {
        position: relative;
    }
    #konf-image {
        display: none;
    }
    .inview {
        position: sticky;
        top: 92px;
    }
    .col20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .hr-footer {
        display: none;
    }
    .card-header hr {
        display: block;
        width: 80px;
        border-color: var(--ci-color);
        border-width: 3px;
        margin: 4px 0 40px 2px;
    }
    .footer-accordion {
        margin: 40px 0 0 0;
    }
    .footer-accordion .accordion .card .card-header .btn-header-link::after, .footer-accordion .accordion .card .card-header .btn-header-link.collapsed::after, .hr-footer-socials2 {
        display: none;
    }
    .card-header a {
        font-size: 20px; font-weight: bold;
    }
    .div-logo {
        text-align: left;
    }
    .footer-logo {
        margin: 20px 0 50px 0;
    }
    .footer-menu-l {
        display: inline-block;
        width: auto;
    }
    .footer-menu-r {
        display: inline-block;
        width: auto;
        padding-left: 0;
    }

    .section-footer ul li {
        display: inline-block;
        margin-right: 40px;
        line-height: 20px;
    }
    #versandarten {
        margin-top: 12px;
    }
    .hr-footer-socials {
        border-color: #181818;
        border-width: 1px;
    }
    #socials {
        margin-bottom: 12px;
    }
    .footer-accordion .accordion .card .card-header .btn-header-link {
        padding-top: 12px;
    }
    .faq-content {
        margin-top: 0;
    }
    #back-to-top {
        bottom: 60px;
    }
    .row-filter-buttons {
        position: relative;
    }
    .div-filter-buttons {
        display: block;
        background: transparent;
        margin-bottom: 0;
    }
    .div-filter-sort {
        float: right;
        margin-bottom: 10px;
    }
    #filter-sort {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
    #faqAccordion .card-header h2 {
        padding: 25px 50px 25px 0;
        font-size: 20px !important;
    }
    .div-button-anwenden {display: none;}
    #footer-buttons {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 1;
        padding: 0;
        box-shadow: none;
    }
    #optionen {
        max-width: 58.333333%;
    }
    #div_conf {
        margin-left: 8.333333%;
        max-width: 33.333333%;
    }
    .locked, #button_next_konf.locked:hover, #button_next_konf.locked:active  {background: #f5f5f5; border: 1px solid #888888; color: #333 !important;}
    #button_next_konf:active, #button_next_konf:hover {background: #000; border: 1px solid #000; color: #fff !important;}
    #row_cart {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 10;
        height: 60px;
        padding-top: 10px;
        margin-bottom: 60px;
    }
    #masse-bild img {
        max-width: 500px;
        max-height: 500px;
    }
    #div_conf_inner {
        position: sticky;
        top: 100px;
    }
    .opt-info-inner {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    .div-opt-image {
        order: 1;
        flex-basis: 50%;
        max-width: 50%;
    }
    .div-opt-text {
        flex-basis: 50%;
        max-width: 50%;
    }
    .div-opt-image .img-fluid {
        max-width: 300px;
        max-heigh: 300px;
    }
    .review-img {
        max-height: 580px;
        object-fit: cover;
    }
    ul.product-tags {
        columns: 2;
        column-gap: 30px;
    }
    ul.product-tags li {
        margin-bottom: 8px;
    }
    div.special-images {text-align: center;}
    div.special-images img, .card-body img {
        max-width: 400px;
    }
    #button_checkout_confirmation {width: 100%;}
    .icon-svg { width: 56px; height: 56px; margin-right: 0;}
    .option-notice {
        right: 80px;
    }
}

@media (min-width: 1280px) {
    .li-more {margin-left: 60px !important;}
}

/* ===================== Hero-Slider (Full-Bleed) ===================== */
.hero-slider {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.hero-slider #heroCarousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    height: 560px;
}
.hero-slider .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.38) 38%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 5;
}
.hero-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    pointer-events: auto;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.hero-content h1 {
    font-family: 'Poppins', 'Rubik', sans-serif;
    color: #fff;
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    max-width: 600px;
    margin: 0 0 0.85rem;
    text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
/* Google rating: manually maintained from the customer reference, 2026-09-09. */
.g21-hero-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.g21-hero-trust .g21-hero-rating { margin-bottom: 0; }
.g21-hero-trust__link { display: inline-flex; flex: 0 0 auto; border-radius: 50%; }
.g21-hero-trust__link img { display: block; width: 44px; height: 44px; }
.g21-hero-trust__link:focus-visible { outline: 3px solid #fbc64b; outline-offset: 4px; }
@media (max-width: 575.98px) {
    .g21-hero-trust { gap: 8px; margin-bottom: 14px; }
    .g21-hero-trust__link img { width: 34px; height: 34px; }
}
.g21-hero-rating {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 20px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(0, 0, 0, .68);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.g21-hero-rating__provider { font-weight: 600; }
.g21-hero-rating__stars {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}
.g21-hero-rating__stars::before { content: "★★★★★"; }
.g21-hero-rating__stars > span {
    position: absolute;
    inset: 0;
    width: 94%;
    overflow: hidden;
    color: #fbc64b;
}
.g21-hero-rating__count { color: #eee; }
@media (max-width: 575.98px) {
    .g21-hero-rating { gap: 6px 9px; padding: 8px 10px; margin-bottom: 14px; font-size: 12px; }
    .g21-hero-rating__stars { font-size: 16px; }
}

.hero-subtitle {
    color: rgba(255,255,255,0.94);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
    max-width: 480px;
    margin: 0 0 1.7rem;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.hero-btn {
    display: inline-block;
    background: var(--ci-color);
    color: #000;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    border-radius: 0;
    border: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero-btn:hover,
.hero-btn:focus {
    background: var(--ci-hover);
    color: #000;
    transform: translateY(-2px);
    text-decoration: none;
}
.hero-indicators {
    z-index: 6;
    margin-bottom: 1rem;
}
.hero-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background-color: rgba(255,255,255,0.55);
    opacity: 1;
    transition: background-color 0.2s ease;
}
.hero-indicators li.active {
    background-color: var(--ci-color);
}
/* Fortschrittsleiste am unteren Slider-Rand (kündigt den Wechsel an) */
.hero-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.22);
    z-index: 6;
    overflow: hidden;
}
.hero-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--ci-color) 0%, #ffffff 100%);
    transform: scaleX(0);
    transform-origin: left center;
}
.hero-progress-bar.run {
    animation: hero-progress 6s linear forwards;
}
@keyframes hero-progress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-progress-bar.run { animation: none; transform: scaleX(1); }
}
@media (max-width: 991px) {
    .hero-content h1 { font-size: 2.1rem; }
}
@media (max-width: 767px) {
    /* Hero/Slider auf Mobil aktiv (full-width), kompaktere Höhe */
    .hero-slider #heroCarousel,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item { height: 360px; }
    .hero-content { padding: 0 24px; }
    .hero-content h1 { font-size: 28px !important; max-width: 100%; }
    .hero-subtitle { font-size: 1rem; max-width: 100%; }
    .hero-overlay {
        background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 55%, rgba(0,0,0,0.25) 100%);
    }

    /* Header-Zeile mobil als saubere Flexbox: Logo links, Icons bündig rechts */
    .header-main .container > .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }
    .header-main .container > .row > div {
        padding: 0;
        width: auto;
        max-width: none;
        flex: 0 0 auto;
    }
    .header-main .container > .row > div:first-child {
        flex: 1 1 auto;
        min-width: 0;
    }
    .header-main .justify-content-end { gap: 10px; }
    #nav-burger { margin-left: 4px; }

    /* Logo mobil etwas größer (war 150px) */
    .header-main .logo { max-width: 175px; height: auto; }
}

/* ===== Redesign C: "So einfach geht's" – 4 Schritte ===== */
.g21-steps { padding: 3.5rem 0 1.5rem; }
.g21-steps__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #999;
    margin-bottom: 0.9rem;
}
.g21-steps__title {
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 400;
    line-height: 1.12;
    color: #111;
    max-width: 640px;
    margin: 0 0 2.5rem;
}
.g21-step {
    padding-top: 1.1rem;
    border-top: 1px solid rgba(17, 17, 17, 0.14);
    height: 100%;
}
.g21-step__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}
.g21-step__num { font-size: 44px; line-height: 1; color: #111; }
.g21-step__top svg { width: 30px; height: 30px; color: #111; flex: 0 0 auto; }
.g21-step__h { font-size: 18px; font-weight: 600; margin: 0 0 0.35rem; color: #111; }
.g21-step__p { font-size: 14px; line-height: 1.6; color: #666; margin: 0; }
@media (max-width: 767px) {
    .g21-steps { padding: 2.5rem 0 1rem; }
    .g21-steps__title { margin-bottom: 1.5rem; }
    .g21-step__num { font-size: 36px; }
    .g21-steps .col-6 { margin-bottom: 1.25rem; }
}

/* ===== Redesign C: Muster-CTA (schwarzes Panel, gelber Button) ===== */
.g21-cta { padding: 2.5rem 0 3.5rem; }
.g21-cta__panel {
    background: #111;
    color: #fff;
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.g21-cta__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.9rem;
}
.g21-cta__title {
    font-size: clamp(28px, 3.6vw, 46px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 0.9rem;
    color: #fff;
}
.g21-cta__p {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.8);
    max-width: 460px;
    margin: 0;
}
.g21-cta__action { flex: 0 0 auto; }
.g21-cta__btn {
    background: var(--ci-color);
    color: #111;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    padding: 0.95rem 2.2rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.g21-cta__btn:hover { background: #fff; transform: translateY(-2px); }
@media (max-width: 767px) {
    .g21-cta__panel { padding: 2rem 1.5rem; border-radius: 18px; }
    .g21-cta__action { width: 100%; }
    .g21-cta__btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .g21-cta__btn:hover { transform: none; }
}

/* ===== Redesign C: Produktdetailseite (PDP) – Phase 1 Buy-Box ===== */
#optionen #productname.g21-pdp__title {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 500;
    line-height: 1.12;
    color: #111;
}
#optionen #price_box .apu-product-price,
#optionen #price_box .price {
    font-size: 26px;
    font-weight: 700;
    color: #111;
}
/* Buy-Box Buttons: nebeneinander, gerundet (Muster Outline / Konfigurieren Gelb) */
#footer-buttons {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}
#footer-buttons > div { flex: 1 1 0; min-width: 0; }
.g21-pdp__btn {
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 0.85rem 1rem !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}
.g21-pdp__btn--primary {
    background: var(--ci-color) !important;
    border: 1.5px solid var(--ci-color) !important;
    color: #111 !important;
}
.g21-pdp__btn--primary:hover { background: var(--ci-hover) !important; border-color: var(--ci-hover) !important; }
.g21-pdp__btn--outline {
    background: #fff !important;
    border: 1.5px solid #111 !important;
    color: #111 !important;
}
.g21-pdp__btn--outline .contentbox { color: #111 !important; }
.g21-pdp__btn--outline:hover { background: #111 !important; }
.g21-pdp__btn--outline:hover .contentbox { color: #fff !important; }

/* ===== PDP Phase 1: Kopf, Preis, Versand, Info-Links ===== */
.g21-pdp__subtitle {
    font-size: 15px;
    color: #666;
    margin: 2px 0 14px;
    line-height: 1.45;
}
.g21-pdp__pricerow {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.g21-pdp__price .apu-product-price,
.g21-pdp__price .price,
.g21-pdp__price .standard_price {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #111 !important;
    line-height: 1.1;
}
.g21-pdp__delivery {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    color: #444;
}
.g21-pdp__deliv { display: inline-flex; align-items: center; gap: 6px; }
.g21-pdp__deliv svg { width: 16px; height: 16px; color: #111; flex: 0 0 auto; }
.g21-pdp__guides {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.g21-pdp__guide {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333 !important;
    text-decoration: none;
}
.g21-pdp__guide svg { width: 20px; height: 20px; color: #111; flex: 0 0 auto; }
.g21-pdp__guide:hover span { text-decoration: underline; }

/* PDP: Buy-Box-Kopf linksbündig (statt zentriert) */
#optionen .g21-pdp__head,
#optionen #productname.g21-pdp__title { text-align: left; }

/* ===== PDP Pass 1: Mockup-Angleichung Buy-Box ===== */
/* Titel: Sans (Rubik) fett, linksbündig */
#optionen #productname.g21-pdp__title {
    font-family: 'Rubik', sans-serif !important;
    font-size: clamp(26px, 3vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    color: #111 !important;
}
/* Steuerhinweis unter dem Preis */
.g21-pdp__tax { font-size: 12px; color: #999; margin-top: 2px; }
/* Feine Trennlinien zwischen den Blöcken */
#optionen .g21-pdp__rule { border: 0; border-top: 1px solid rgba(17,17,17,0.12); margin: 16px 0; }
/* Muster-Button schwarz gefüllt (statt Outline) */
.g21-pdp__btn--dark {
    background: #111 !important;
    border: 1.5px solid #111 !important;
    color: #fff !important;
}
.g21-pdp__btn--dark .contentbox { color: #fff !important; }
.g21-pdp__btn--dark:hover { background: #000 !important; }
/* Farb-Swatches größer, gerundet, mit Abstand */
#optionen .color-container { gap: 8px; }
#optionen .color-container .color-bg-holder {
    width: 38px; height: 38px;
    border-radius: 8px;
    padding: 2px;
    margin: 0;
}
#optionen .color-container .color-bg-holder span { width: 100%; height: 100%; border-radius: 6px; display: block; }

/* ===== PDP Eigenschaften: Mehr/Weniger ===== */
#passgarantie .g21-feat { transition: none; }
#passgarantie .g21-feat__more {
    margin-top: 8px;
    background: none;
    border: 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
#passgarantie .g21-feat__more:hover { color: #000; opacity: .75; }
#passgarantie .g21-feat__more::after {
    content: "";
    width: 8px; height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .15s ease;
    margin-top: -3px;
}
#passgarantie .g21-feat__more[aria-expanded="true"]::after { transform: rotate(-135deg); margin-top: 2px; }

/* Synervia-Test: einheitliche Überschriften in Poppins SemiBold. */
h1, h2, h3, h4, h5, h6,
.g21-display,
#optionen #productname.g21-pdp__title {
    font-family: 'Poppins', 'Rubik', sans-serif !important;
    font-weight: 600 !important;
}

/* Mobile Hero-Proportionen nach Kundenvorlage vom 09.09.2026. */
.g21-hero-controls { display: none; }
@media (max-width: 767px) {
    .hero-slider { padding-bottom: 64px; margin-bottom: 0; background: #fff; }
    .hero-slider #heroCarousel,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item { height: clamp(540px, 138vw, 760px); }
    .hero-overlay {
        bottom: 64px;
        align-items: flex-end;
        background: linear-gradient(180deg, rgba(0,0,0,.03) 20%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.68) 100%);
    }
    .hero-content { padding: 0 16px 54px; }
    .hero-content h1 { font-size: 24px !important; line-height: 1.3 !important; margin-bottom: 12px; }
    .hero-subtitle { font-size: 14px; line-height: 1.45; margin-bottom: 20px; }
    .hero-btn { min-width: 194px; min-height: 52px; padding: 14px 24px; font-size: 16px; line-height: 24px; }
    .g21-hero-trust { flex-wrap: nowrap; gap: 8px; margin-bottom: 14px; }
    .g21-hero-trust .g21-hero-rating { gap: 5px 7px; padding: 7px 8px; font-size: 11px; }
    .g21-hero-trust__link img { width: 30px; height: 30px; }
    .g21-hero-rating__stars { font-size: 15px; }
    .hero-slider .hero-indicators { left: 16px; right: auto; bottom: -37px; height: 10px; margin: 0; align-items: center; justify-content: flex-start; }
    .hero-slider .hero-indicators li { width: 5px; height: 5px; margin: 0 8px 0 0; border: 0; background: #111; opacity: 1; }
    .hero-slider .hero-indicators li.active { width: 38px; border-radius: 3px; }
    .hero-slider .hero-progress { display: none; }
    .g21-hero-controls { position: absolute; right: 16px; bottom: 10px; display: flex; gap: 4px; }
    .g21-hero-controls button { display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; background: none; border: 0; color: #111; cursor: pointer; }
    .g21-hero-controls svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
    .g21-hero-controls button:focus-visible { outline: 2px solid #111; outline-offset: -2px; }
}

/* Helles Hero-Motiv und freistehende Google-Bewertungen. */
.hero-overlay { background: linear-gradient(90deg, rgba(255,253,248,.94) 0%, rgba(255,253,248,.83) 32%, rgba(255,253,248,.24) 57%, rgba(255,253,248,0) 78%); }
.hero-content h1 { color: #171717; text-shadow: none; }
.hero-subtitle { color: #303030; text-shadow: none; font-weight: 400; }
.g21-hero-trust .g21-hero-rating { background: transparent; border: 0; border-radius: 0; padding: 0; color: #171717; }
.g21-hero-rating__count { color: #303030; }
.g21-hero-rating__stars { color: #b8afa0; }
.g21-hero-rating__stars > span { color: #a96700; }
@media (max-width: 767px) {
    .hero-overlay { background: linear-gradient(180deg, rgba(255,253,248,0) 10%, rgba(255,253,248,.12) 28%, rgba(255,253,248,.9) 52%, rgba(255,253,248,.96) 100%); }
}

/* Wohnliches Schlafzimmer und Sale-Laufzeile, Synervia-Test 10.09.2026. */
.g21-sale { position: relative; display: flex; width: 100vw; left: 50%; margin-left: -50vw; background: #826943; color: #fff; height: 44px; overflow: hidden; }
.g21-sale__window { flex: 1; min-width: 0; overflow: hidden; }
.g21-sale__track { display: flex; width: max-content; height: 44px; animation: g21-sale-scroll 32s linear infinite; }
.g21-sale__group { display: flex; flex: 0 0 auto; }
.g21-sale__message { display: flex; align-items: center; flex: 0 0 auto; white-space: nowrap; font-size: 14px; letter-spacing: .02em; }
.g21-sale__message > span { padding: 0 24px; }
.g21-sale__pause { flex: 0 0 44px; width: 44px; padding: 0; border: 0; color: inherit; background: #826943; cursor: pointer; }
.g21-sale__pause:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }
.g21-sale.is-paused .g21-sale__track, .g21-sale__window:hover .g21-sale__track { animation-play-state: paused; }
@keyframes g21-sale-scroll { to { transform: translateX(-50%); } }
.hero-slider .g21-hero-bedroom { background-image: var(--hero-desktop); }
.hero-overlay { background: linear-gradient(90deg, rgba(20,16,12,.64), rgba(20,16,12,.34) 38%, rgba(20,16,12,0) 75%); }
.hero-content h1, .hero-subtitle, .g21-hero-trust .g21-hero-rating, .g21-hero-rating__count { color: #fff; }
.hero-content h1, .hero-subtitle { text-shadow: 0 1px 8px rgba(0,0,0,.2); }
.g21-hero-rating__stars { color: #b7afa2; }
.g21-hero-rating__stars > span { color: #fbc64b; }
@media (max-width: 767px) {
    .hero-slider .g21-hero-bedroom { background-image: var(--hero-mobile); background-position: center center; }
    .hero-overlay { background: linear-gradient(180deg, rgba(20,16,12,0) 20%, rgba(20,16,12,.08) 40%, rgba(20,16,12,.58) 72%, rgba(20,16,12,.64) 100%); }
    .g21-sale__message { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
    .g21-sale__track { animation: none; width: 100%; }
    .g21-sale__group { width: 100%; }
    .g21-sale__message { width: 100%; white-space: normal; padding: 0 12px; justify-content: center; text-align: center; font-size: 12px; }
    .g21-sale__group[aria-hidden], .g21-sale__message[aria-hidden], .g21-sale__message > span, .g21-sale__pause { display: none; }
}

/* Listing passend zur Startseite, Synervia-Test 10.09.2026 */
.g21-listing { background: #f5f2ec; padding: 0 0 24px; }
.g21-listing-intro { padding: 24px 20px 20px; }
.g21-listing-intro h1 { margin: 0 0 10px; text-align: left; font-size: 30px; line-height: 1.25; }
.g21-listing-intro p { margin: 0; color: #59534a; font-size: 15px; line-height: 1.6; }
.g21-listing .g21-card { border-radius: 0; background: #fff; box-shadow: none; }
.g21-listing .g21-card__media, .g21-listing .g21-card__imglink, .g21-listing .g21-card__img { border-radius: 0; }
.g21-listing .g21-card__ribbon { border-radius: 0; background: #826943; }
.g21-listing .g21-card__body { padding: 18px; gap: 10px; }
.g21-listing .g21-card__title { font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 1.4; }
.g21-listing .g21-card__desc { white-space: normal; color: #59534a; line-height: 1.55; }
.g21-listing .g21-card__cart, .g21-listing .btn, .g21-listing #filter-sort, .g21-listing #filter-sort-x { border-radius: 0; }
.g21-listing .g21-card__cart, .g21-listing #button-filter { background: #f7ce63; color: #111; border-color: #f7ce63; }
.g21-listing .g21-card__cart:hover, .g21-listing #button-filter:hover { background: #edc054; color: #111; }
.g21-listing #filter-sort { background: #fff; border-color: #d9d2c7; }
.g21-listing .row-filter-buttons { margin-bottom: 16px; }
.g21-listing-details { margin: 32px 20px 0; padding: 28px 0 0; border-top: 1px solid #d9d2c7; }
.g21-listing-details h2 { font-size: 22px; margin-bottom: 16px; }
.g21-listing-details p { text-align: left; line-height: 1.7; }
@media (max-width: 767px) {
    .g21-listing-intro { padding: 20px 10px 18px; }
    .g21-listing-intro h1 { font-size: 26px; }
    .g21-listing-intro p { font-size: 14px; }
    .g21-listing .g21-card__title { font-size: 20px; }
    .g21-listing .g21-card__price { font-size: 21px; }
    .g21-listing-details { margin: 24px 10px 0; }
}

/* Mehr seitlicher Abstand der mobilen Produktboxen. */
@media (max-width: 767px) {
    .g21-listing .g21-card-col {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
