@charset "UTF-8";

main + aside {
    margin-top: 3.75rem;
}

span[class*="txt-color--"] {
    text-transform: capitalize;
}

.product-page p,
.product-page blockquote {
    -webkit-hyphens: auto;
            hyphens: auto;
}

.filter {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
}

.filter.no-js .filter__group:not(:target) {
    display: none;
}

.filter.is-open {
    top: 0; right: 0; bottom: 0; left: 0;
    height: var(--vh, 100vh);
    padding: 1.25rem;
    position: fixed;
    z-index: 1;
}

.filter .btn {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
}

.filter [aria-expanded] {
    cursor: pointer;
    opacity: unset;
}

[aria-expanded="false"] .filter__close,
[aria-expanded="true"] .filter__open {
    display: none;
}

.filter__content {
    display: grid;
    gap: 1.25rem;
    grid: "navbar   ........" minmax(0, 1fr)
          "controls controls"
          / max-content 1fr;
    margin-top: 0.625rem;
    min-height: 0;
    min-width: 0;
    flex-grow: 1;
}

.filter__header,
.filter__navbar {
    display: flex;
    gap: 0.625rem;
}

.filter__header {
    align-items: center;
}

.filter__header > :first-child {
    margin-right: auto;
}

.filter__navbar {
    flex-flow: column wrap;
    font-weight: 500;
    grid-area: navbar;
}

.filter__navbar .btn {
    gap: 0.5em;
    justify-content: space-between;
    padding-left: 0.75em;
}

.filter__navbar [aria-expanded="true"] > .icon {
    transform: rotate(90deg);
}

.filter__group,
.filter::before {
    overflow: hidden;
    transition: height 0.01s;
}

.filter__group {
    overflow-y: auto;
    min-height: 0;
}

.filter__group > * {
    padding: 0.3em 0;
}

.filter__group > * + * {
    margin-top: 0.625rem;
}

.filter__controls {
    align-self: end;
    grid-area: controls;
}

.filter-reset,
.filter-reset > fieldset {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.filter-reset {
    border-top: thin solid hsl(0deg, 0%, 60%);
    justify-content: space-between;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    gap: 0.625rem;
}

.filter-reset fieldset {
    gap: 0.25em;
}

#filter-result.is-loading {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}

#filter-result.is-loading::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    border: 0.25em solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border-top-color: transparent;
    animation: loading-rotate 1.5s linear infinite;
}

[id="filter-result"] > * + * {
    margin-top: 1.25rem;
}

/* Serienübersicht */
.product-series {
    --aspect-x: 16;
    --aspect-y:  9;
}

.product-series + .product-series {
    margin-top: 2.5rem;
}

.product-series header > * + * {
    margin-top: 1rem;
}

.product-series ul {
    margin-top: 1.875rem;
}

.product-series li {
    display: flex;
}

.product-series[style*="--image:"] header::before {
    background: #111 var(--image) center center/cover no-repeat;
    content: "";
    display: block;
    margin-bottom: 1.875rem;
    padding-bottom: calc(var(--aspect-y) / var(--aspect-x) * 100%);
}

.product-card {
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    max-width: 40ch;
}

.product-card__image {
    border-bottom: thin solid;
}

.product-card__title {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.01em;
}

.product-card__image {
    margin-bottom: 0.625em;
    order: -1;
    position: relative;
}

.product-card__logo {
    position: absolute;
    bottom: 0.625rem; left: 0;
    width: 33%;
    height: auto;
}

.product-card__specs {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
}

.product-card__specs > * {
    display: flex;
    flex-wrap: wrap;
}

.product-card__specs > * + * {
    margin-top: 0.25rem;
}

.product-card__sizes {
    margin-bottom: 0.5rem;
}

.product-card__sizes a,
.product-card__color a {
    display: inline-block;
    color: currentcolor;
    text-decoration: none;
    line-height: 1;
}

.product-card__sizes > dd:not(:last-of-type)::after {
    content: ",";
    margin-right: 0.25em;
}

.product-card__color > dd + dd {
    margin-left: 0.25rem;
}

.product-card__color a {
    align-items: center;
    display: flex;
    gap: 0.25em;
}

.product-card__color .product-color {
    border-color: hsla(0, 0%, 5%, 0.25);
    border-width: thin;
    background-clip: border-box;
    width:  1.125em;
    height: 1.125em;
}

.product-card__title a {
    color: currentColor;
    text-decoration: none;
}

.product-card__usage {
    margin-top: 0;
}

.product-card__price {
    margin-top: auto;
    display: block;
}

.product-card__links {
    display: flex;
    gap: 1em;
    padding-top: 2.5rem;
    margin-top: 0.625rem;
    border-top: thin solid;
}

.product-card__links a {
    flex: 1;
}

/* Detailansichten */
.tag {
    color: #f6f6f6;
    display: block;
    font-size: 0.875em;
    font-weight: 500;
    padding: 0.125em 0.5em;
    margin-bottom: 0.625rem;
    max-width: max-content;
}

.tag:not([class*="product-color--"]),
.tag[class*="product-color--white"] {
    background-color: #111111;
}

.msrp + * {
    margin-top: 3.75rem;
}

.product-overview {
    display: grid;
    grid: "image" "info" / 1fr;
    grid-gap: 1.25rem;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
    padding: 0 1.25rem;
}

.product-overview__info {
    grid-area: info;
}

.product-overview__image {
    grid-area: image;
}

.product-info > *,
.product-info__text > * {
    margin: 0;
}

.product-info > * + *,
.product-info__text > * + * {
    margin-top: 1.875rem;
}

.product-info__text > :first-child:not(:only-child) {
    font-size: 1.375rem;
    font-weight: 400;
}

.product-info__links {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.product-info__links > * + * {
    margin-top: 1.25rem;
}

.product-images {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.product-images > * {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.product-images .embed {
    inset: 1.25rem;
    top: 4.5rem;
    padding: 0;
    position: absolute;
    height: auto;
}

[data-action] {
    background: #ffffff;
    border: 0;
    padding: 0.5em;
    width: 100%;
    aspect-ratio: 1 / 1;
}

[data-action=zoom-video] {
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    grid-template-columns: 1fr;
}

[data-action=zoom-video] > *,
[data-action=zoom-video]::after {
    grid-column: 1;
    grid-row: 1;
}

[data-action=zoom-video]::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'><path fill='white' d='M40 1C18.461 1 1 18.461 1 40s17.461 39 39 39 39-17.461 39-39S61.539 1 40 1zM28.75 60V20L60 40 28.75 60z'/></svg>") center center / 5rem 5rem no-repeat;
}

[data-action].is-zoomed::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' focusable='false' aria-hidden='true'%3E%3Cpath d='M10 8.586L2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414L10 8.586z'%3E%3C/path%3E%3C/svg%3E") center center/cover no-repeat;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
}

[data-action="zoom-image"].is-zoomed,
[data-action="zoom-video"].is-zoomed,
[data-action="zoom-video"].is-zoomed + div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #fff;
}

[data-action="zoom-image"] img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

[data-action="zoom-video"].is-zoomed {
    z-index: 2;
    height: 0;
}

[data-action="zoom-video"].is-zoomed img {
    display: none;
}

.product-variants-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.product-variants-list dt {
    flex-basis: 100%;
    font-weight: 700;
}

.product-variants-list dt:not(:first-of-type) {
    margin-top: calc(1.25rem - 0.5em);
}

.product-variants-list a {
    color: #969696;
}

.product-variants-list a:hover,
.product-variants-list a:focus,
.product-variants-list a.is-active {
    color: inherit;
}

.product-variants-list a:hover > .product-color,
.product-variants-list a:focus > .product-color,
.product-variants-list a.is-active > .product-color {
    border-color: #969696;
}

.product-variants-list a.is-inactive > .product-color {
    opacity: 0.75;
    position: relative;
}

.product-variants-list a.is-inactive > .product-color::before {
    border-top: 0.125em solid #d2d2d2;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 2em;
}

.dealer-grid {
    display: grid;
    gap: 1.25rem;
    grid-auto-rows: 3.5rem;
    grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
}

.dealer-grid a {
    align-items: center;
    background: #fff;
    border: thin solid #d2d2d2;
    color: #111;
    display: flex;
    gap: 0.125rem;
    justify-content: space-between;
    height: 100%;
    padding: 0.5rem;
    padding-right: 0.125rem;
}

.dealer-grid span {
    flex-basis: 0;
    flex-grow: 999;
}

.dealer-grid img {
    margin: auto;
    max-height: 2.5rem;
    pointer-events: none;
    width: auto;
}

.dealer-grid svg {
    fill: none;
    flex-shrink: 0;
    flex-basis: 1.25rem;
    fill: #757575;
}

.dealer-grid + * {
    margin-top: 2.5rem;
}

.product-specs {
    padding: 2.5rem 1.25rem;
}

.product-specs dl {
    column-gap: 1.875rem;
    column-width: 20ch;
}

.product-specs dl > * {
    display: inline-block;
    width: 100%;
    margin-top: 1.875rem;
}

.product-specs dl dt {
    font-weight: 700;
}

.product-specs dl + * {
    margin-top: 2.5rem;
}

.moodshot {
    --aspect-w: 4;
    --aspect-h: 3;
}

.moodshot ~ section + section {
    margin-top: 3.75rem;
}

.why-to-buy > * {
    background: url("../../pic/system/checkmark.png") top 0.25ex left/1em 1em no-repeat;
    padding-left: 1.5em;
}

.why-to-buy > * + * {
    margin-top: 0.875rem;
}

.overlay {
    --padding-x: 1.5rem;
    --padding-y: 1.5rem;
    display: grid;
    background-color: hsl(0, 0%, 5%);
    color: hsl(0, 0%, 95%);
    grid:
        ". .. .. .. ." var(--padding-y)
        [t-start] ". tl tc tr ." [t-end]
        [c-start] ". cl cc cr ." [c-end]
        [b-start] ". bl bc br ." [b-end]
        ". .. .. .. ." var(--padding-y)
        / var(--padding-x) [t-start c-start b-start] 1fr 1fr 1fr [t-end c-end b-end] var(--padding-x);
}

.overlay_background {
    display: block;
    grid-area: 1 / 1 / -1 / -1;
    order: -1;
}

.overlay_background > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.overlay::after {
    background: linear-gradient(rgb(0, 0, 0, 0), hsla(0, 0%, 5%, 0.25));
    content: "";
    grid-area: 1 / 1 / -1 / -1;
}

.overlay_content {
    grid-area: var(--position, cc);
    padding: 0;
    text-shadow: 1px 1px 0.125em hsla(0, 0%, 5%, 0.3);
    z-index: 1;
}

.split {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.split > * {
    flex-basis: 25ch;
    flex-grow: 1;
}

.center-split {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 0 2.5rem;
}

.center-split:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.center-split > * {
    flex-basis: 25ch;
    flex-grow: 1;
}

.center-split > *:first-child {
    align-self: center;
    padding: min(6.3vw, 5rem) 0;
}

.center-split > *:last-child {
    background-color: #d2d2d2;
    min-width: 50%;
}

.center-split > *:last-child:not([class]) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-split img:nth-last-of-type(-n+2):not(:only-of-type),
.center-split img:nth-last-of-type(-n+2):not(:only-of-type) ~ img {
    padding: 1.25rem;
}

.center-split__stretch img,
.center-split__stretch video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    padding: 0;
}

.altar {
    display: grid;
    grid-gap: 0.625rem;
    grid: "img1 img1" "text text" "img2 img3" / 1fr 1fr;
}

.altar > * {
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

.altar > * > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.altar > picture:nth-of-type(1),
.altar > picture:nth-of-type(2) {
    margin-bottom: 0.625rem;
}

.altar > picture:nth-of-type(1) {
    grid-area: img2;
}

.altar > picture:nth-of-type(2) {
    grid-area: img3;
}

.altar > picture:nth-of-type(3) {
    grid-area: img1;
}

.altar > blockquote {
    grid-area: text;
    padding: 2.5rem 1.25rem;
}

.image-grid {
    display: grid;
    grid-gap: 6px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 260px) auto repeat(3, 260px);
}

.image-grid > img {
    object-fit: cover;
    height: 100%; width: 100%;
}

.image-grid > blockquote,
.image-grid > img:nth-of-type(4),
.image-grid > img:nth-of-type(7) {
    grid-column: 1/-1;
}

.image-grid > blockquote {
    width: 100%;
}

.image-grid p,
.image-grid footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 40rem;
}

#ergonomie,
#videos {
    background-color: #d2d2d2;
}

#ergonomie > article {
    margin: 0;
    padding: 2.5rem max(1.25rem, calc((100% - 60rem) / 2));
}

#ergonomie > article + article {
    border-top: 0.125rem solid #f6f6f6;
}

#ergonomie h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
}

#videos {
    padding: 5rem 0;
}

#lifestyle .overlay {
    --padding-x: 5rem;
    --padding-y: 2.5rem;
    --position: b;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

#lifestyle .overlay_content {
    padding: 1.25rem;
}

#feedback blockquote::after {
    content: close-quote;
}

#feedback blockquote::before {
    content: open-quote;
}

@keyframes loading-rotate {
    from { transform: rotate(0turn); }
    to   { transform: rotate(1turn); }
}

@media (min-width: 37.5em) {
    .filter__content {
        grid: "navbar controls"
              / 1fr auto;
    }

    .filter__navbar {
        flex-direction: row;
    }

    .filter__navbar > * {
        flex-shrink: 0;
        flex-basis: 15ch;
    }

    .filter__group,
    .filter::before {
        background: #fff;
        position: absolute;
        top: 100%;
        transition-duration: 0.25s;
        z-index: 1;
    }

    .filter__group {
        left: var(--pos-x, 0);
    }

    .filter__group > * {
        padding: 0.75em;
    }

    .filter::before {
        content: "";
        display: block;
        height: var(--group-height, 0);
        margin-left: calc(50% - 50vw + (var(--scrollbar, 0) / 2));
        width: calc(100vw - var(--scrollbar, 0));
    }

    .product-overview {
        grid: "image info" / 1fr 1fr;
    }
}

@media (min-width: 40em) {
    .product-series {
        --aspect-x: 8;
        --aspect-y: 3;
    }

    .product-images {
        display: grid;
        gap: 1.875rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .altar {
        grid: "img2 img1 img3" 20rem "img2 text img3" / 1fr 1fr 1fr;
    }

    .image-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 250px 340px auto 250px 340px;
    }

    .image-grid > img {
        grid-column: span 2;
    }

    .image-grid > img:nth-of-type(4),
    .image-grid > img:nth-of-type(5),
    .image-grid > img:nth-of-type(6),
    .image-grid > img:nth-of-type(7) {
        grid-column: span 3;
    }

    #lifestyle .overlay {
        display: grid;
    }

    #lifestyle .overlay_content {
        padding: 0;
    }
}

@media (min-width: 56.25em) {
    .product-overview {
        grid: ". image . info" / 1fr 6fr 1fr 4fr;
    }

    .product-specs {
        display: grid;
        gap: 1.25rem;
        grid: ". specs ." / 1fr 10fr 1fr;
    }

    .product-specs > * {
        grid-column: 2;
    }
}

@media (min-width: 60em) {
    .moodshot {
        --aspect-w: 2;
        --aspect-h: 1;
    }

    #lifestyle .overlay {
        --position: bl;
    }

    .image-grid {
        grid:
            ". . . . ." 410px
            ". . q q ." 60px
            ". . q q ." 20px
            ". . q q ." 345px
            ". . . . ." 280px
            ". . . . ." 400px
            / 1.25fr 20px 1fr 20px 1.25fr;
    }

    .image-grid > img:nth-of-type(1)  { grid-column: 1/3; grid-row: 1/4; }
    .image-grid > img:nth-of-type(2)  { grid-column: 3/5; grid-row: 1/2; }
    .image-grid > img:nth-of-type(3)  { grid-column: 5/6; grid-row: 1/3; }
    .image-grid > img:nth-of-type(4)  { grid-column: 1/3; }
    .image-grid > img:nth-of-type(5)  { grid-column: 5/6; grid-row: 3/5; }
    .image-grid > img:nth-of-type(6)  { grid-column: 1/2; }
    .image-grid > img:nth-of-type(7)  { grid-column: 2/6; }
    .image-grid > img:nth-of-type(8)  { grid-column: 1/2; }
    .image-grid > img:nth-of-type(9)  { grid-column: 2/4; }
    .image-grid > img:nth-of-type(10) { grid-column: 4/6; }

    .image-grid > blockquote {
        align-self: center;
        grid-area: q;
        padding: 1.25rem;
    }
}
