.gm{padding:2rem 0 4rem;overflow-x:clip}.gm__container{display:flex;flex-direction:column;gap:2rem;min-width:0}.gm__header{text-align:center;display:flex;flex-direction:column;gap:.5rem;max-width:720px;margin:0 auto;min-width:0;width:100%}.gm__heading{margin:0;display:block;min-width:0;max-width:100%;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.gm__subtitle{opacity:.7;font-size:1em}.gm__subtitle p{margin:0}.gm__group-label{text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:.75em;font-weight:600;opacity:.55;margin:0 0 -.75rem}.gm__categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.gm__category-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:rgb(var(--bg-color));border:1px solid rgba(var(--text-color) / .15);border-radius:999px;color:rgb(var(--text-color));text-decoration:none;font-size:.9em;font-weight:600;transition:border-color .15s ease,background .15s ease}.gm__category-btn:hover{border-color:rgb(var(--in-stock-text-color));background:rgba(var(--in-stock-text-color) / .05);color:rgb(var(--in-stock-text-color))}.gm__category-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem}.gm__category-icon svg{width:100%;height:100%}.gm__actions{display:flex;justify-content:center;margin:.5rem 0}.gm__search-trigger{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.4rem;background:rgb(var(--bg-color));border:1px solid rgba(var(--text-color) / .15);border-radius:999px;color:rgb(var(--text-color));font-size:1.08rem;font-weight:500;cursor:pointer;width:min(640px,100%);justify-content:space-between;box-shadow:0 2px 10px #0000000a;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.gm__search-trigger:hover{border-color:rgb(var(--in-stock-text-color));box-shadow:0 4px 18px rgba(var(--in-stock-text-color) / .15)}.gm__search-trigger svg{width:22px;height:22px;flex:0 0 auto;opacity:.55}.gm__search-trigger span{flex:1 1 auto;text-align:left;opacity:.6}.gm__search-kbd{display:inline-flex;align-items:center;justify-content:center;min-width:1.8em;padding:.1em .5em;font-family:inherit;font-size:.8em;font-weight:700;border:1px solid rgba(var(--text-color) / .2);border-radius:4px;opacity:.55}.gm__quicklinks{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.gm__quicklink{display:inline-flex;align-items:center;padding:.45rem 1rem;background:rgb(var(--bg-color));border:1px solid rgba(var(--text-color) / .15);border-radius:999px;font-size:.9em;font-weight:500;color:rgb(var(--text-color));text-decoration:none;transition:background .15s ease,border-color .15s ease}.gm__quicklink:hover{background:rgba(var(--text-color) / .05);border-color:rgba(var(--text-color) / .3)}@media(max-width:600px){.gm__quicklinks{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 1rem;margin:0 -1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gm__quicklinks::-webkit-scrollbar{display:none}.gm__quicklink{flex:0 0 auto}}.gm__brands{display:flex;flex-direction:column;gap:2.5rem;margin-top:1.5rem}.gm__brand{scroll-margin-top:1rem}.gm__brand-header{margin:0 0 1rem;padding-bottom:.6rem;border-bottom:2px solid rgba(var(--text-color) / .1)}.gm__brand-title{margin:0 0 .2rem}.gm__brand-subtitle{margin:0;font-size:.9em;opacity:.6}.gm__brand-empty{opacity:.5;font-style:italic;font-size:.9em;margin:0}.gm__series-list{display:flex;flex-direction:column;gap:.75rem}.gm__series-box{background:rgba(var(--text-color) / .02);border:1px solid rgba(var(--text-color) / .1);border-radius:8px;padding:1rem 1.25rem}.gm__series-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:0 0 .6rem}.gm__series-title{margin:0;font-size:.95em;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.gm__series-all{font-size:.8em;font-weight:500;color:rgb(var(--text-color));opacity:.55;text-decoration:none;transition:opacity .15s ease,color .15s ease}.gm__series-all:hover{opacity:1;color:rgb(var(--in-stock-text-color))}.gm__pills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.gm__pill{display:inline-flex;align-items:center;padding:.4rem .85rem;background:rgba(var(--text-color) / .05);border:1px solid transparent;border-radius:6px;color:rgb(var(--text-color));text-decoration:none;font-size:.98rem;font-weight:500;min-height:2.1rem;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.gm__pill:hover{background:rgba(var(--in-stock-text-color) / .1);border-color:rgb(var(--in-stock-text-color));color:rgb(var(--in-stock-text-color))}.gm__empty{text-align:center;padding:3rem 1rem;opacity:.6}.gm-search{border:none;border-radius:8px;padding:0;width:min(760px,100vw);height:min(70vh,640px);max-height:calc(100vh - 2rem);background:rgb(var(--bg-color));color:rgb(var(--text-color));box-shadow:0 16px 60px #00000040}.gm-search::backdrop{background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.gm-search__inner{display:flex;flex-direction:column;height:100%;max-height:inherit}.gm-search__header{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(var(--text-color) / .1)}.gm-search__icon{flex:0 0 auto;opacity:.5;width:26px;height:26px}.gm-search__input{flex:1 1 auto;border:none;outline:none;background:transparent;color:inherit;font-size:1.35rem;line-height:1.35;padding:.45rem 0;min-width:0}.gm-search__close{flex:0 0 auto;width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;color:inherit;cursor:pointer;opacity:.6;transition:background .15s ease,opacity .15s ease}.gm-search__close:hover{background:rgba(var(--text-color) / .08);opacity:1}.gm-search__hint{margin:0;padding:1.75rem 1.25rem;text-align:center;opacity:.55;font-size:1.15rem}.gm-search__hint[hidden]{display:none}.gm-search__results{list-style:none;margin:0;padding:.5rem 0;overflow-y:auto;flex:1 1 auto}.gm-search__result{margin:0}.gm-search__result-link{display:flex;flex-direction:column;gap:.25rem;padding:.95rem 1.25rem;color:inherit;text-decoration:none;border-left:3px solid transparent}.gm-search__result-link:hover,.gm-search__result-link.is-active,.gm-search__result-link:focus-visible{background:rgba(var(--in-stock-text-color) / .06);border-left-color:rgb(var(--in-stock-text-color));outline:none}.gm-search__result-title{font-weight:600;font-size:1.28rem;line-height:1.25}.gm-search__result-path{font-size:1.05rem;line-height:1.25;opacity:.6}.gm__actions{position:relative;z-index:4}.gm .gm-search{position:relative;width:min(640px,100%);height:auto;max-height:none;background:transparent;box-shadow:none}.gm-search__bar{display:flex;align-items:center;gap:.75rem;min-height:3.4rem;padding:0 1rem;background:rgb(var(--bg-color));border:1px solid rgba(var(--text-color) / .15);border-radius:999px;color:rgb(var(--text-color));box-shadow:0 2px 10px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.gm-search.is-open .gm-search__bar,.gm-search__bar:focus-within{border-color:rgba(var(--text-color) / .65);box-shadow:0 4px 18px rgba(var(--in-stock-text-color) / .15)}.gm .gm-search__input{flex:1 1 auto;min-width:0;border:0;outline:0;background:transparent;color:inherit;font-size:1.1rem;line-height:1.4;padding:.45rem 0}.gm-search__input::placeholder{color:rgba(var(--text-color) / .55)}.gm-search__clear{width:2.4rem;height:2.4rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;color:inherit;cursor:pointer;opacity:.6}.gm-search__clear:hover{background:rgba(var(--text-color) / .08);opacity:1}.gm-search__dropdown{position:absolute;z-index:5;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;max-height:min(52vh,520px);background:rgb(var(--bg-color));border:1px solid rgba(var(--text-color) / .12);border-radius:8px;box-shadow:0 16px 42px #0000002e}.gm-search__dropdown[hidden]{display:none}.gm .gm-search__results{max-height:inherit}.gm-search__result-link--empty{cursor:default;opacity:.55}.gm__subtitle,.gm__brand-subtitle{font-size:15px;line-height:1.55}.gm__container{gap:clamp(3rem,4.8vh,5rem)}.gm__header{max-width:1180px}.gm__actions{margin:clamp(1.5rem,3vh,3rem) 0 0}.gm__group-label{font-size:14px;letter-spacing:.14em}.gm__category-btn,.gm__quicklink,.gm__pill,.gm__brand-empty,.gm__empty{font-size:14px;line-height:1.35}.gm__series-all{font-size:13px}.gm__series-title{font-size:16px}.gm__category-btn{padding:1.15rem 2rem;min-height:58px;font-size:16px}.gm__quicklink{justify-content:center;min-width:116px;min-height:68px;padding:1.3rem 1.9rem;font-size:18px;font-weight:700}.gm__quicklinks{max-width:1280px;gap:1rem;margin:0 auto}.gm__categories{gap:1rem}.gm__brands{margin-top:clamp(4rem,10vh,9rem)}.gm__series-box{padding:1.2rem 1.35rem}.gm__pill{min-height:2.35rem;padding:.5rem .9rem}.gm .gm-search__input{font-size:22px}.gm-search__bar{min-height:76px;padding:0 2rem}.gm .gm-search{width:min(1180px,100%)}.gm-search__icon{width:34px;height:34px}.gm-search__result-title{font-size:16px}.gm-search__result-path{font-size:13px}.gm__category-btn,.gm__quicklink,.gm__series-box,.gm__pill,.gm .gm-search,.gm-search__bar,.gm-search__clear,.gm-search__dropdown,.gm-search__result-link{border-radius:0}.gm__pills>li{flex:0 0 auto;list-style:none;margin:0;padding:0}@media(max-width:600px){.gm{width:100%;max-width:100vw;padding:1.5rem 0 3rem;overflow-x:hidden}.gm__container.page-width{width:100%;max-width:100%;box-sizing:border-box;padding-inline:16px;gap:24px;overflow:hidden}.gm__header,.gm__actions,.gm__brands,.gm__brand,.gm__series-box,.gm-search{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.gm .gm__heading.h1{font-size:clamp(36px,10vw,48px)!important;line-height:1.02!important;letter-spacing:0;word-break:break-word}.gm__subtitle,.gm__brand-subtitle{font-size:16px;line-height:1.45}.gm__actions{margin:0}.gm__categories{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;max-width:100%;overflow:visible}.gm__category-btn{flex:0 1 auto;min-height:48px;padding:0 18px;font-size:16px}.gm__quicklinks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:100%;padding:0;margin:0;gap:8px;overflow:visible}.gm__quicklink{min-width:0;width:100%;min-height:46px;justify-content:center;padding:0 8px;text-align:center;font-size:15px}.gm__brands{gap:24px;margin-top:16px}.gm .gm__brand-title.h3{font-size:34px;line-height:1}.gm__series-title{font-size:18px}.gm__series-box{padding:14px 10px}.gm__pills{gap:6px;min-width:0}.gm__pill{min-height:40px;padding:0 12px;font-size:15px;white-space:normal;overflow-wrap:anywhere}.gm-search{max-height:none;height:auto;border-radius:0;margin:0}.gm-search__dropdown{max-height:58vh}.gm .gm-search__input{font-size:18px}.gm-search__bar{min-height:60px;padding:0 14px}.gm-search__icon{width:28px;height:28px}}
/*# sourceMappingURL=/cdn/shop/t/62/assets/page-fahrzeug-modelle.css.map */
