/* CSS only 111.08K, CSS & InlineSvg (11/24) 119.69K => 8% more */

/* CSS base, search, meili-extra, aa, kachel, powermenu, powermenue-extra, to-top-button, input-floating, tabs */
/* ### base ### */
*, ::before, ::after { box-sizing: border-box; } html { text-size-adjust: none; } ::before, ::after { text-decoration: inherit; vertical-align: inherit; } :root { cursor: default; line-height: 1.5; overflow-wrap: break-word; -moz-tab-size: 4; tab-size: 4; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; } body { font-size: 1.05rem; overflow-y: scroll; margin: 0; text-rendering: optimizeLegibility; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; overscroll-behavior-x: none; --header-width: 1600px; --shadow-saturation: 0%; --shadow-hue: 186deg; --shadow-lightness: 50%; --theme-white: rgb(255,255,255); --theme-light-hover: rgb(250,249,245); --theme-lighter: rgba(241,240,235,.5); --theme-light: rgb(241,240,235); --theme-medium: rgb(231, 229, 217); --theme-dark: rgb(163, 159, 138); --theme-link: rgb(100,100,100); --theme-text: rgb(60,60,60); --theme-text-shadow: 0 0 3px rgba (0,0,0,.5); --theme-text-hover: rgb(139,164,55); --theme-accent: rgba(139,164,55,.5); --theme-accent-light: rgba(220,227,204); --theme-accent-medium: rgb(139,164,55); --theme-accent-dark: rgb(139,164,55); --theme-accent-text: rgb(255,255,255); --theme-accent-orange: rgb(200,112,38); --theme-powermenu-medium: rgb(238,238,238); --theme-border: none; --theme-outline: none; --theme-radius-small: .5rem; --theme-radius-medium: 1rem; --theme-card-background: rgb(255,255,255); --theme-divider: .1rem solid var(--theme-medium); --padding: 1rem; --card-padding: var(--padding); --shadow-elevation-low: 0px 0px 10px rgba(204,204,204,0.8); --shadow-elevation-medium: 0px 0px 10px rgba(204,204,204,0.8); --shadow-elevation-high: 0px 0px 10px rgba(100,100,100,0.8); --theme-error: rgb(189,64,40); --theme-error-text: rgb(255,255,255); --theme-warning: rgb(200,112,38); --theme-warning-text: rgb(255,255,255); --theme-success: rgb(139,164,55); --theme-success-text: rgb(255,255,255); } body.no-scroll { overflow: hidden; } body, input, button, .button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1 { font-size: 2em; margin: 0.67em 0; } b, strong { font-weight: bolder; color: inherit; } .red { color: var(--theme-error); } .center { text-align: center; } .small { font-size: .75rem; } .gruen { color: var(--theme-accent-dark); } .orange { color: var(--theme-accent-orange); } .white { color: var(--theme-white); } audio, canvas, iframe, img, svg, video { vertical-align: middle; max-width: 100%!important; height: auto; } iframe { border-style: none; } svg:not([fill]) { fill: currentColor; } table { border-collapse: collapse; border-color: inherit; text-indent: 0; } button, input, select { margin: 0; accent-color: var(--theme-accent-medium); } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; font-family: inherit; } textarea { margin: 0; resize: vertical; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } body { background-color: var(--theme-white); color: var(--theme-text); } h1, h2, h3, h4, h5, h6 { color: var(--theme-text); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } ul { padding: 0; } ul.mleft li { margin-left: 1rem; } body, #shopLayer, #shopMain { max-width: 100vw; } .shopHeader { background-color: var(--theme-white); z-index: 99; } #kopf_top_line { position: sticky; top: 0; z-index: 104; } #kopf_bottom_line { background-color: var(--theme-light); box-shadow: 0px 6px 6px -2px rgba(171,171,171,0.75); } #shopMain { min-height: 100vh; } #kopf_top_line {box-shadow: var(--shadow-elevation-high); } /* html anchor */ html { scroll-behavior: smooth; scroll-padding-top: 5rem; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } ::placeholder, ::-webkit-input-placeholder { color: var(--theme-text); opacity: .7; } a { text-decoration: none; color: var(--theme-link); transition: all 0.5s; } h1 { font-size: 1.5em; } .h1_in_breadcrumb { font-size: inherit; } h2 { font-size: 1.5em; } h3 { font-size: 1.15em; } h4 { font-size: 1em; } h5 { font-size: 1em; } h6 { font-size: 1em; } hr { border: var(--theme-divider); } .pg-only { display: none; } .right { text-align: right; } /* header */ .shopHeader a:not(.button), #shopFooter a, .BreadcrumbList a, .breadcrumb a span, *[itemtype*="Breadcrumb"] * { color: var(--theme-text); } .shopHeader li, #shopFooter li { list-style: none; } #k_title { width: 100%; height: 2rem; background: var(--theme-accent-dark); position: relative; z-index: 101; } #k_title ul { width: 100%; display: flex; flex-wrap: nowrap; justify-content: center; margin: 0 auto; padding: 0 1rem; } #k_title ul li { line-height: 2rem; white-space: nowrap; } #k_title ul li, #k_title ul li a { color: var(--theme-white); font-size: .9rem; } #k_title ul li a span { font-size: inherit; } #k_title ul li a:hover { color: white; text-decoration: underline; } #k_title ul li:nth-child(2), #k_title ul li:nth-child(3), #k_title ul li:nth-child(4) { display: none; } #k_title ul li a.active { font-weight: bold; } .ausrichter { padding: 0; } #kopf_top_line_inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; padding: 0; } #k_logo { height: 4rem; } #k_icons { height: 4rem; } /*#k_logo { width: 34%; background: url(https://img.hausschuh.com/BoutiqueChaussons.svg) no-repeat 0 50%; margin-left: .5rem; }*/ #k_logo { display:flex; width: 34%; max-width: 200px; margin-left: 0.5rem; } #k_logo img { width: 100%; height: auto; display: block; } #suchbox { display: none; } #k_icons { display: flex; align-items: center; justify-content: flex-end; } #k_lupe_2 { background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 60.7 60.7" style="enable-background:new 0 0 60.7 60.7;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%233C3C3C;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;} .st1{fill:none;stroke:%233C3C3C;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;}</style><circle class="st0" cx="27.9" cy="27.9" r="20.6"/><line class="st1" x1="54.1" y1="54.1" x2="42.9" y2="42.9"/></svg>'); background-repeat: no-repeat; background-position: 50%; } #k_merk { background-image: url(https://img.hausschuh.com/bg-merkliste.svg); background-repeat: no-repeat; background-position: 50%; } #k_account { background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 60.7 60.7" style="enable-background:new 0 0 60.7 60.7;" xml:space="preserve"><style type="text/css"> .st0{fill:%233C3C3C;}</style><path class="st0" d="M41.4,30.8c2.4-2.7,3.9-6.2,3.9-10c0-8.3-6.8-15.1-15.1-15.1s-15,6.8-15,15.1s6.7,15,15,15c2.9,0,5.7-0.9,8-2.3 c8.2,3.1,13.8,10.6,14.5,19.2h-45c0.5-5.8,3.2-11.3,7.7-15.1c0.8-0.7,0.9-1.9,0.2-2.7c-0.7-0.7-1.9-0.8-2.7-0.1 c-5.7,5-9,12.2-9,19.9c0,1,0.8,1.9,1.9,1.9h48.9c1,0,1.9-0.8,1.9-1.9C56.6,44.3,50.6,35.1,41.4,30.8z M19,20.8 c0-6.2,5.1-11.3,11.3-11.3s11.3,5.1,11.3,11.3s-5.1,11.3-11.3,11.3S19,27,19,20.8z"/></svg>'); background-repeat: no-repeat; background-position: 50%; } #k_wk { background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 60.7 60.7" style="enable-background:new 0 0 60.7 60.7;" xml:space="preserve"><style type="text/css"> .st0{fill:%233C3C3C;}</style><path class="st0" d="M58.9,19.4c-0.4-0.4-1-0.7-1.6-0.7H47.2c-1-7.4-7.4-13-14.9-13h-4c-7.5,0-13.8,5.6-14.9,13H3.3 c-0.6,0-1.1,0.3-1.5,0.7S1.2,20.5,1.3,21l5.3,30.3c0.6,3.1,3.3,5.4,6.4,5.3h34.5c3.2,0,5.9-2.3,6.4-5.4l5.4-30.1 C59.4,20.5,59.2,19.9,58.9,19.4z M28.3,9.7h4c5.3,0,9.8,3.8,10.8,9H17.5C18.5,13.5,23,9.7,28.3,9.7z M50,50.6 c-0.2,1.2-1.3,2.1-2.5,2.1H13.1c-1.2,0-2.2-0.8-2.5-2l-4.9-28h49.2L50,50.6z"/></svg>'); background-repeat: no-repeat; background-position: 50%; } #k_lupe_2, #k_merk, #k_account, #k_wk, #powermenue-schalter { position: relative; display: block; height: 3rem; width: 2.5rem; background-size: 1.5rem; justify-content: flex-end; align-items: center; cursor: pointer; } #powermenue-schalter { width: 15%; } .k_link { display: none; } #k_account[data-online="0"] .k_link { display: block; height: 100%; width: 100%; } @media (hover: hover) { .k_link { display: block; height: 100%; width: 100%; } } #k_icons > div > .shBagInh { position: fixed; left: var(--padding); right: var(--padding) !important; width: auto; top: 5.4rem; z-index: 99; padding: 1rem; pointer-events: none; transform: translateY(-1rem); opacity: 0; background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); transition: opacity .2s ease-out, transform .2s ease-out; } #k_icons > div:hover > .shBagInh { pointer-events: all; transform: translateY(0); opacity: 1; overflow: hidden; } #k_icons > div > .shBagInh .wk-empty { display: none; } #k_icons > div[data-num="0"] .shBagInh .wk-empty, #k_icons > div[data-num=""] .shBagInh .wk-empty { display: block; text-align: center; font-weight: bold; height: 10rem; line-height: 10rem; } .wk-heading { text-align: center; font-weight: bold; padding: 1rem 0; border-bottom: var(--theme-divider); color: var(--theme-accent-medium); } .wk-heading > a { color: inherit!important; } #k_icons > div[data-num="0"] .wk-heading, #k_icons > div[data-num=""] .wk-heading { display: none; } ul.alt-list { list-style: none; padding: 0; margin: 0; max-height: calc(100vh - 30rem); overflow-y: auto; } ul.alt-list > li { display: block; } ul.alt-list > li > a { display: block; padding: .5rem; background-position: 0 .5rem; background-size: 3rem; background-repeat: no-repeat; } ul.alt-list.items > li > a { padding: .5rem .5rem .5rem 4rem; min-height: 5rem; background-position: .5rem 0; } ul.alt-list > li > a:hover { color: var(--theme-text-hover); } #k_icons > #k_merk > .shBagInh ul > li > a { display: flex; align-items: center; min-height: 3rem; font-weight: normal;} /*#k_icons > div > .shBagInh ul > li:nth-child(odd) > a, ul.alt-list > li:nth-child(odd) > a { background-color: var(--theme-light); }*/ ul.alt-list a * { color: var(--theme-text); } #k_icons > div[data-num=""]:before, #k_icons > div[data-num="0"]:before, #k_merk[data-num=""]:before, #k_merk[data-num="0"]:before { display: none; content: ""; } #k_wk:before, #k_merk:before { content: attr(data-num); position: absolute; top: .5rem; right: 0; color: var(--theme-white); width: 1.25rem; height: 1.25rem; line-height:1.25rem; text-align: center; vertical-align: middle; border-radius: 50%; box-shadow: var(--shadow-elevation-low); font-size: 0.8rem; } #k_wk:before { background-color: var(--theme-accent-orange); } #k_merk:before { background-color: var(--theme-accent-orange); } .shBagInh .Wkbuttons { padding: 1rem; text-align: right; display: flex; justify-content: end; } .shBagInh .Wkbuttons .button { font-weight: bold; padding: 1rem; } .shBagInh .Wkbuttons #wkbutton { margin-right: 1rem; } #powermenue-schalter { margin-left: 0; margin-right: 0; background: url(https://img.hausschuh.com/powermenue_open.svg) no-repeat 50%; background-size: 2rem; } #shopLayer.powermenue-open #k_title { display: none; } /* such feld */ #shopLayer.suche-offen #suchbox { display: block; margin: 1rem; } #shopLayer.suche-offen #k_logo, #shopLayer.suche-offen #k_icons, #shopLayer.suche-offen #powermenue-schalter { display: none; } #shopLayer.suche-offen #k_lupe_3 { display: flex; gap: var(--padding); align-items: center; padding-bottom: 1rem; } #shopLayer.suche-offen #h-ps-close { display: inline-block; height: 2.5rem; background-image: url(https://img.hausschuh.com/powermenue_close.svg); background-position: center; background-repeat: no-repeat; background-size: 36%; } input#menSuchStr { max-width: 100%; } #shopLayer #k_lupe_3 > div { width: 100%; position: relative; } #shopLayer #k_lupe_3 #menSuchStrIcon { position: absolute; height: 100%; aspect-ratio: 1 / 1; top: 0; right: 0; pointer-events: none; background-image: url(https://img.hausschuh.com/search.svg); background-size: 50%; background-position: center; background-repeat: no-repeat; } /* main */ #shopMain { max-width: var(--header-width); padding: var(--padding); margin: 0 auto; } /* footer */ #shopFooter { background-color: var(--theme-light); } .foot_infos { padding: 1rem; width: 100%; max-width: var(--header-width); margin: 0 auto; position: relative; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-between; } .foot_infos ul { width: 100%; } .foot_infos ul li { margin-bottom: .5rem; } .foot_infos ul.soc { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; min-height: auto; } .foot_infos ul.soc li.foot_ueb { width: 100%; } .foot_infos ul.pay { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; min-height: auto; } .foot_infos .foot_ueb { display: inline-block; height: 2.5rem; text-transform: uppercase; letter-spacing: 0.10em; white-space: nowrap; margin-bottom: 0; } .foot_infos #info_zahl { display: flex; flex-wrap: wrap; justify-content: center; margin-top: .5rem; } .foot_infos #info_zahl img { width: 4rem; margin: .5rem; height: 100%; } .foot_infos ul.soc li a {display:inline-block;width:2rem;height:2rem;margin: .5rem;padding:0;} #shopFooter #f_text { text-align: center; padding: 2rem; } #shopFooter #f_text { background-color: var(--theme-text); color: var(--theme-white); } #shopFooter #f_text > span { display: block; font-size: .8rem; } #shopFooter .unten #f_text span.br { display:block;height:0; } #shopFooter .unten #f_text span.pipe { display:none; } #shopFooter a:hover { color: var(--theme-accent-dark); } #shopFooter .unten a { color: var(--theme-white); } #shopFooter .unten a:hover { color: var(--theme-text-hover); } .zul_anges_art { background: var(--theme-light); } .zuletzt_items { display: flex; flex-wrap: wrap; padding: 0 0 5rem 0; gap: .3rem; } .zuletzt_items .zuletzt { } .zuletzt_items .zuletzt a { display: block; border: var(--theme-border) ;border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); background-color: white; transition: box-shadow .3s ease-out; overflow: hidden; } .zuletzt_items .zuletzt:hover a { box-shadow: var(--shadow-elevation-high); } .zuletzt_items .zuletzt a img { width: 5rem; height: 5rem; object-fit: contain; } .zuletzt_fix { padding-top: 2rem; } .zuletzt_fix .ueb { display:block; margin-bottom:.5rem; } .animate { transition: all .1s ease-out; } .loading { opacity: 0; transform: scale(.9) skew(5deg, 5deg); } /* rating */ .rat_stars { display: block; height: 1.5rem; } .rat_stars * { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><style type="text/css">.st0{fill:RGB(238,177,29);}</style><path class="st0" d="M13 5h-4.7l-1.8-5-1.8 5h-4.7l3.9 2.9-1.4 5.1 4-3.1 4 3.1-1.4-5.1 3.9-2.9zm-6.5 3.5l-2.2 1.8.9-2.6-2.1-1.7 2.6.1.8-3 .8 3 2.6-.1-2.1 1.7.9 2.6-2.2-1.8z"/></svg>'); height: 1.5rem; width: 1rem; margin-right: .2rem; display: block; float: left; background-repeat: no-repeat; background-position: center; background-size: 100%; } .rat_stars i { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><style type="text/css">.st0{fill:RGB(238,177,29);}</style><path class="st0" d="M6.5 0l1.8 5h4.7l-3.9 2.9 1.4 5.1-4-3.1-4 3.1 1.4-5.1-3.9-2.9h4.7z"/></svg>'); } .rat_stars b { background-image: url(https://img.hausschuh.com/star-outline-h.svg); } .rattext { min-height: 6rem; } /* card */ .card { display: block; position: relative; box-shadow: var(--shadow-elevation-medium); border: var(--theme-border); background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); padding: var(--card-padding) calc(var(--card-padding) * 1.5); overflow: hidden; transition: box-shadow .3s ease-out; transition: all .3s ease-out; } a.card:hover { box-shadow: var(--shadow-elevation-high); } .card.login-div { overflow: unset; } .card.p-0 { padding: 0; } .card .full, .card .card-info { margin: 0 calc(var(--card-padding) * -2); width: calc(100% + calc(var(--card-padding) * 4)); max-width: calc(100% + calc(var(--card-padding) * 4)); } .card.p-0 .full, .card.p-0 .card-info { margin: 0; } .card.p-0 .card-info { width: 100%; max-width: 100%; } .card img.full.top { margin-top: calc(var(--card-padding) * -1); } .card > h1:first-child, .card > h2:first-child, .card > h3:first-child, .card-info > h3:first-child { margin-top: calc(var(--card-padding) / 2); } .card.accent, .card.accent a, .card .card-info.accent, .card .card-info.accent a { background-color: var(--theme-accent-medium); color: var(--theme-accent-text); } .card.accent h1, .card.accent h2, .card.accent h3, .card.accent h4, .card.accent h5, .card.accent h6 { color: var(--theme-accent-text); } .card .card-info { padding: 1rem 2rem; border-top: var(--theme-divider); border-bottom: var(--theme-divider); } .card .card-info:first-child { border-top: none; border-bottom: none; } .card:not(.p-0) .card-info:first-child { margin-top: calc(var(--card-padding) * -1); } .card .card-info:last-child { margin-bottom: calc(var(--card-padding) * -1); border-bottom: none; } .mt-0 { margin-top: 0; } .mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-4 { margin-top: 2rem; } .mt-6 { margin-top: 3rem; } .mt-4 { margin-top: 2rem; } .mb-0 { margin-bottom: 0; } .mb-2 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 2rem; } .mb-6 { margin-bottom: 3rem; } .mbt-0 { margin: 0; } .mb { margin-bottom: var(--padding); } .p-4 { padding: 2rem; } .p-2 { padding: 1.5rem; } .pb-2 { padding-bottom: 1rem; } /* scrollbar */ #shopLayer ::-webkit-scrollbar { width: .5rem; } #shopLayer ::-webkit-scrollbar-track { background-color: var(--theme-light); } #shopLayer ::-webkit-scrollbar-thumb { background: var(--theme-medium); border-radius: 10px; } #shopLayer { scrollbar-color: var(--theme-medium) var(--theme-light); scrollbar-width: thin; } /* button */ button, .button { display: inline-block; background-color: var(--theme-accent-dark); border: none; padding: 1rem 2rem; font-size: 1rem; /* text-transform: uppercase; */ color: var(--theme-white); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); cursor: pointer; transition: all .3s ease-out; user-select: none; } button:hover, .button:hover { box-shadow: var(--shadow-elevation-high); color: var(--theme-white); } button.big, .button.big { width: 100%; padding: 1rem; font-size: 1.25rem; text-align: center;} button.big.icon:before, .button.big.icon:before { content: ''; background-repeat: no-repeat; background-position: center; display: inline-block; margin-right: 1rem; margin-top: -0.5rem; height: 2rem; width: 2rem; vertical-align: middle; } button:disabled, .button:disabled { opacity: .5; cursor: no-drop; } button.cancel, .button.cancel, button.secondary, .button.secondary { background-color: var(--theme-accent-light); color: var(--theme-text); margin-top: 1rem; } .button-group { display: grid; grid-gap: var(--padding); grid-template-columns: 1fr 1fr; } .button-group > .button, .button-group > button { text-align: center; } .button2 { background-color: var(--theme-dark); margin-bottom: 1rem; padding: 1rem; text-transform: unset; } /* input */ input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="date"], textarea, select, input[type="range"] { width: 100%; max-width: 24rem; } input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="date"], textarea, select { border: none; border-bottom: 1px solid transparent; border-radius: var(--theme-radius-small); box-shadow: none!important; background-color: var(--theme-light); padding: 0.5rem .8rem; color: var(--theme-text); font-size: 1rem; height: 2.5em; font-family: inherit; } textarea { min-height: 10rem; resize: vertical; } input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus { outline: none; border-bottom: 1px solid var(--theme-accent-medium); } input[type="number"] { max-width: 5rem; } .inp_wrapper[data-typ="number"] { display: inline-block; margin-right: 0.5rem; } .inp_wrapper.error div { font-size: .9rem; color: var(--theme-error-text); background-color: var(--theme-error); padding: .4rem .8rem; margin-top: .2rem; border-radius: var(--theme-radius-small); } .inp_wrapper[data-typ="checkbox"] { display: flex; align-items: start; } .inp_wrapper[data-typ="checkbox"] > input { margin: 0; margin-top: .3rem; height: 1.25rem; width: 1.25rem; } .inp_wrapper[data-typ="checkbox"] input + label { display: block; margin-left: .7rem; position: relative; top: unset; left: unset; transform: unset !important; pointer-events: all; font-size: .95rem; max-width: 22.5rem; width: 22.5rem; text-align: left; } .inp_wrapper[data-type="radio"] { margin-top: 0.2rem; } .radio-group { margin-top: 1.5rem;} input[disabled] + label, input[disabled] + label * { opacity: .7; } .inp_wrapper .inp_error { border-bottom: 2px dashed var(--theme-error) !important; } /* geht nicht in firefox weil input & :before da nicht geht input[type="checkbox"] { visibility: hidden; } input[type="checkbox"]:after { content: ' '; visibility: visible; width: 1rem; height: 1rem; background: var(--theme-white); border-radius: .25rem; display: block; margin: .1rem .5rem 0 0; border: .1rem solid rgb(204,204,204); } input[type="checkbox"]:checked:after { background: var(--theme-accent-medium) !important; } */ /* - + input */ .inp_wrapper[data-typ="number-custom"] > div.inc, .inp_wrapper[data-typ="number-custom"] > div.dec { float: left; width: 1.6rem; height: 2.5rem; margin-top: 0; text-align: center; line-height: 2.2rem; background-color: var(--theme-medium); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); cursor: pointer; user-select: none; } .inp_wrapper[data-typ="number-custom"] > div.dec { border-top-right-radius: 0; border-bottom-right-radius: 0; } .inp_wrapper[data-typ="number-custom"] > div.inc { border-top-left-radius: 0; border-bottom-left-radius: 0; } .inp_wrapper[data-typ="number-custom"] { height: 4rem; width: 8.2rem; margin: 0 auto; display: inline-block; } .inp_wrapper[data-typ="number-custom"] input { float: left; width: 2.7rem; text-align: center; margin-top: 0; padding-left: 0; padding-right: 0; border-radius: 0; z-index: 2; position: relative; } .inp_wrapper[data-typ="number-custom"] input::-webkit-outer-spin-button, .inp_wrapper[data-typ="number-custom"] input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .inp_wrapper[data-typ="number-custom"] input[type=number] { -moz-appearance: textfield; } .inp_wrapper.delete[data-typ="number-custom"] { height: 5rem; } .inp_wrapper[data-typ="number-custom"] > div.del { width: 2rem; height: 2.5rem; float: left; font-size: 0; cursor: pointer; user-select: none; background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" width="512px" height="512px"><g id="Urn"> <path d="M51.8656998,5.4326H40.6636009V5.4159999c0-1.4462998-0.5634995-2.8055999-1.5870018-3.8290999 C38.0531998,0.5635,36.6927986,0,35.2456017,0H29.9438c-1.4237823,0-2.7626991,0.5537-3.7684994,1.5596 C25.1693993,2.5655,24.6147003,3.9043,24.6147003,5.3291001V5.4326H12.0991001 c-2.9579992,0-5.3651996,2.4063001-5.3651996,5.3642998v5.1416006c0,0.5526991,0.4472003,0.999999,1,0.999999h2.8309999v37.1523018 c0,2.6455002,1.0313005,5.1338005,2.9033003,7.006897C15.3393002,62.9696999,17.8285999,64,20.4761009,64h23.2402 c2.5967178,0,5.0380974-1.0107002,6.872097-2.8466988c1.8359032-1.8369026,2.8466187-4.2763023,2.8466187-6.8701019V16.9384995 h2.8310814c0.5527,0,1-0.4473,1-0.999999v-5.1055002C57.266098,7.8555002,54.8432007,5.4326,51.8656998,5.4326z  M51.4350166,54.2831993c0,2.0596008-0.8027153,3.9971008-2.2607155,5.4561005C47.7173004,61.1973,45.778801,62,43.716301,62 h-23.2402c-2.1133003,0-4.0997009-0.8222008-5.5938005-2.3163986c-1.4727001-1.4736023-2.3174-3.5116997-2.3174-5.5928001 V16.9384995h38.8701172V54.2831993z M55.266098,14.9385004h-2.8310814H11.5649004H8.733901v-4.1416006 c0-1.8555002,1.5096998-3.3642998,3.3651991-3.3642998h13.5156002c0.5527992,0,1-0.4471998,1-1V5.3291001 c0-0.8906002,0.3456993-1.7265,0.9745998-2.3545001C28.2084999,2.3555,29.0669003,2,29.9438,2h5.3018017 c0.8994179,0,1.7802963,0.3652999,2.4169998,1.0009999c0.6455002,0.6455002,1.0009995,1.5029001,1.0009995,2.415V6.4326 c0,0.5528002,0.4472008,1,1,1h12.2020988c1.875,0,3.4003983,1.5254002,3.4003983,3.4004002V14.9385004z" fill="rgb(60,60,60)"/> <path d="M22.1557007,52.2344017c0.5527992,0,1-0.4473,1-1V26.2334003c0-0.5527-0.4472008-1-1-1c-0.5526829,0-1,0.4473-1,1 v25.0010014C21.1557007,51.7871017,21.6030178,52.2344017,22.1557007,52.2344017z" fill="rgb(60,60,60)"/> <path d="M32.4673004,52.2344017c0.5527191,0,1-0.4473,1-1V26.2334003c0-0.5527-0.4472809-1-1-1c-0.5528011,0-1,0.4473-1,1 v25.0010014C31.4673004,51.7871017,31.9144993,52.2344017,32.4673004,52.2344017z" fill="rgb(60,60,60)"/> <path d="M42.7798004,52.2344017c0.5527,0,1-0.4473,1-1V26.2334003c0-0.5527-0.4473-1-1-1c-0.552784,0-1,0.4473-1,1v25.0010014 C41.7798004,51.7871017,42.2270164,52.2344017,42.7798004,52.2344017z" fill="rgb(60,60,60)"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') 50% no-repeat; background-size: 1.5rem; } /* toggle (css only radio group) */ .toggle { display: flex; border: var(--theme-border); box-shadow: var(--shadow-elevation-low); background-color: var(--theme-light); } .toggle > button { flex: 1; padding: 1rem; border-radius: 0; background-color: transparent; color: var(--theme-text); box-shadow: none; transition: color .3s ease-out; border-left: var(--theme-border); z-index: 2; } .toggle > button.active { color: var(--theme-white); } .toggle > button:first-of-type { border-left: none; } .toggle:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; background-color: var(--theme-dark); transition: left .4s ease-out; border-radius: var(--theme-radius-small); } .toggle-slide-content { position: relative; border-bottom: var(--theme-divider); } .toggle-slide-content > div { position: absolute; top: var(--padding); left: 0; width: 100%; transform: translateX(-2rem); opacity: 0; visibility: hidden; z-index: -1; transition: all ease-out .3s; } /* default table */ .table { max-width: 100%; overflow-x: auto; } .table table { width: 100%; } .table th { text-align: left; min-width: 8rem; padding: calc(var(--padding) / 1.5) var(--padding); border-bottom: var(--theme-divider); background-color: var(--theme-card-background); font-size: 1rem; color: var(--theme-text); } .table td { padding: calc(var(--padding) / 2) var(--padding); border-bottom: var(--theme-divider); color: var(--theme-text); } .table td a { color: var(--theme-text); } .table td.no-border { border-bottom: none; } .table.clickable tr.clickable { cursor: pointer; background-color: var(--theme-card-background); transition: background .1s ease-out; } .table.clickable tr.clickable:hover { background-color: var(--theme-light); } .table.clickable td.clickable-link { padding: 0; } .table.clickable td.clickable-link > a { display: block; padding: calc(var(--padding) / 2) var(--padding); } .table.clickable tr.clickable.active { background-color: var(--theme-accent-dark); } .table.clickable tr.clickable.active > td > a { color: var(--theme-white); } .table tr:empty { display: none; } /* css dropdown */ .css_dropdown { position: relative; } .css_dropdown > div { cursor: pointer; padding: var(--padding); background-color: var(--theme-card-background); border: var(--theme-border); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); } .css_dropdown ul { display: block; position: absolute; z-index: 20; margin-top: 0; background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); list-style: none; left: 0; right: 0; padding: 0; opacity: 0; transition: opacity .2s ease-out, transform .2s ease-out; transform: translateY(-1rem); visibility: hidden; border: var(--theme-border); max-height: 30rem; overflow-y: auto; } .css_dropdown:hover ul { visibility: visible; opacity: 1; transform: translateY(0); } .css_dropdown ul li a, .css_dropdown ul li label { display: block; padding: var(--padding); text-align: left; color: var(--theme-text); cursor: pointer; } .css_dropdown ul li:nth-child(odd) { background-color: var(--theme-accent-light); color: var(--theme-text); } .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted var(--theme-text); } .tooltip .tooltiptext { opacity: 0; visibility: hidden; transform: translate(0%, 1rem); bottom: 100%; left: 0%; width: 15rem; background-color: black; color: white; text-align: left; padding: var(--padding); border-radius: var(--theme-radius-small); position: absolute; z-index: 1; transition: all .3s ease-out; } .tooltip.bottom .tooltiptext { transform: translate(0%, -1rem); bottom: unset; top: 100%; } .tooltip:hover .tooltiptext { opacity: 1; visibility: visible; transform: translate(0%, 0); } .tooltip .tooltiptext.wide { width: 23rem; } .PGerror, .PGwarning, .PGsuccess { border-radius: var(--theme-radius-small); padding: var(--padding); display: flex; gap: var(--padding); align-items: center; justify-content: center; border-left: 3px solid transparent; } .PGerror > img, .PGwarning > img, .PGsuccess > img { height: 4rem; } .error-div, .warning-div, .success-div { padding: .4rem .8rem; border-radius: var(--theme-radius-small); } .PGerror, .user-feedback.error, .user-feedback.error > h3, .error-div { background-color: var(--theme-error); color: var(--theme-error-text); } .PGwarning, .user-feedback.warning, .user-feedback.warning > h3, .warning-div { background-color: var(--theme-warning); color: var(--theme-warning-text); } .PGsuccess, .user-feedback.success, .user-feedback.success > h3, .success-div { background-color: var(--theme-success); color: var(--theme-success-text); } .error-div:empty, .warning-div:empty, .success-div:empty { display: none; } #filter_anzeigen:before, #scrolling-filter:before { background-color: var(--theme-accent-orange)!important; color: var(--theme-white)!important; } #scrolling-filter { height: 3rem; font-size: 1em!important; margin-bottom: 1rem!important; box-shadow: var(--shadow-elevation-medium); background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 660.7 585.2" style="enable-background:new 0 0 660.7 585.2;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%23FFFFFF;stroke-width:30;stroke-linecap:round;stroke-miterlimit:10;}</style><line class="st0" x1="15" y1="85.5" x2="143.3" y2="85.5"/><line class="st0" x1="372" y1="85.5" x2="645.7" y2="85.5"/><circle class="st0" cx="257.4" cy="85.5" r="70.5"/><line class="st0" x1="645.7" y1="291.7" x2="517.5" y2="291.7"/><line class="st0" x1="288.7" y1="291.7" x2="15" y2="291.7"/><ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -88.1163 370.6285)" class="st0" cx="403.3" cy="291.7" rx="70.5" ry="70.5"/><line class="st0" x1="645.7" y1="499.8" x2="427.4" y2="499.8"/><line class="st0" x1="198.6" y1="499.8" x2="15" y2="499.8"/><ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -261.6461 367.8904)" class="st0" cx="313.3" cy="499.8" rx="70.5" ry="70.5"/></svg>'); background-size: 1.25rem; background-repeat: no-repeat; background-position: 1rem 50%; padding-left: 3rem!important; } #user-feedback-wrapper { position: fixed; z-index: 101; pointer-events: none; top: 7rem; left: 50%; transform: translate(-50%, 0); width: 90vw; max-width: 45rem; } .user-feedback { position: relative; background-color: var(--theme-accent-medium); color: var(--theme-accent-text); padding: var(--padding); opacity: 0; transform: translate(0, -20%); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); transition: all .3s ease-out; } .user-feedback.open { opacity: 1; transform: translate(0, 0); margin-bottom: 1rem; } .user-feedback:before { position: absolute; bottom: 0; left: 0; right: 0; height: 0.2rem; content: ' '; background-color: white; transition: right .1s linear; } .user-feedback.open:before { right: 100%; } .user-feedback > h3 { margin-top: 0; } .hide { display: none; } .block { display: block; } .rotate-center:before { animation: rotate-center 0.6s ease-in-out both; } @keyframes rotate-center { 0% { transform: rotate(0); } 50% { transform: rotate(180deg) scale(.3); } 100% { transform: rotate(360deg) scale(1); } } .progress-symbol { display: none; } #shopLayer.progress .progress-symbol { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.2); } .lds-ellipsis { display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; } .lds-ellipsis div { position: absolute; top: 33px; width: 13px; height: 13px; border-radius: 50%; background: var(--theme-accent-medium); animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) { left: 8px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 8px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 32px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 56px; animation: lds-ellipsis3 0.6s infinite; } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(24px, 0); } } .bestellung_action a, #pers_submen a { margin: .25rem; display: inline-block; } #pers_submen a { background-color: var(--theme-dark); } #pers_submen a.active, #pers_submen a:hover { background-color: var(--theme-accent-medium); color: var(--theme-white); } #pers_submen { margin-bottom: 2rem; display: flex; flex-wrap: wrap; justify-content: center; } #pers_submen .button { text-transform: unset; } .picva { width: 5rem; display:block; } .tab_k { margin-bottom: .5rem; } #bestellabschluss { text-align: center; } #megaBestellabschluss { display:block; height: 12rem; width: 12rem; border-radius: 12rem; background: var(--theme-success); margin: 2rem auto; position:relative; } #megaBestellabschluss:before { content:' '; display:block; height:inherit; width:inherit; background:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" focusable="false" xmlns="http://www.w3.org/2000/svg"  x="0px" y="0px" viewBox="0 0 512 381.8" style="enable-background:new 0 0 512 381.8;" xml:space="preserve"><style type="text/css"> .st0{fill:rgb(255,255,255);}</style><path class="st0" d="M173.9,374.3L7.5,207.9c-10-10-10-26.2,0-36.2l36.2-36.2c10-10,26.2-10,36.2,0L192,247.6L432.1,7.5 c10-10,26.2-10,36.2,0l36.2,36.2c10,10,10,26.2,0,36.2L210.1,374.3C200.1,384.3,183.9,384.3,173.9,374.3L173.9,374.3z"/></svg>') no-repeat 50% 50%; background-size: 8rem; animation: wobbel 1s 1 linear} #bestellabschluss p {text-align:center;font-size: 1.25rem;} #bestellabschluss form { width: max-content; margin: 0 auto;} #bestellabschluss form button { margin-top: 2rem; } /* besteallabschluss tabelle */ #best-details { display: grid; margin-top: 4rem; grid-template-areas: "bestnr" "zart" "email" "details" "rech"; grid-gap: var(--padding); } #best-details > div > span { display: block; background-color: var(--theme-light); padding: calc(var(--padding)* 0.7) var(--padding); margin-top: calc(var(--card-padding)* -1); margin-left: calc(var(--card-padding)* -1.5); margin-right: calc(var(--card-padding)* -1.5); } #best-details > div > div { margin-top: var(--padding); text-align: left; } #best-details > div.center > span, #best-details > div.center > div { text-align: center; } #best-bestnr { grid-area: bestnr; } #best-zart { grid-area: zart; } #best-email { grid-area: email; } #best-best { grid-area: details; } #best-rech { grid-area: rech; } #best-best div.scroll { overflow-x: scroll; } #best-best div.scroll > table { width: 992px; } .datenschutz-grid + input.button { float: right; } .card[data-za="2"] .zacheck .icon, .zacheckbue[data-za="2"] { background-image: url(https://img.hausschuh.com/f_ls.svg); } .card[data-za="3"] .zacheck .icon, .zacheckbue[data-za="3"] { background-image: url(https://img.hausschuh.com/pg_zahlart3.png); } .card[data-za="4"] .zacheck .icon, .zacheckbue[data-za="4"] { background-image: url(https://img.hausschuh.com/f_dhl-nachnahme.svg); } .card[data-za="5"] .zacheck .icon, .zacheckbue[data-za="5"] { background-image: url(https://img.hausschuh.com/f_bar.svg); } /* .card[data-za="7"] .zacheck .icon, .zacheckbue[data-za="7"] { background-image: url(https://img.hausschuh.com/pg_zahlart7.png); } */ .card[data-za="7"] .zacheck .icon, .zacheckbue[data-za="7"] { background-image: url(https://img.hausschuh.com/rechnungskauf1b.png); } .card[data-za="8"] .zacheck .icon, .zacheckbue[data-za="8"] { background-image: url(https://img.hausschuh.com/f_pp.svg); } .card[data-za="9"] .zacheck .icon, .zacheckbue[data-za="9"] { background-image: url(https://img.hausschuh.com/pg_zahlart9.png); } .zacheckbue { height: 3rem; width: 5rem; background-position: center; background-size: contain; background-repeat: no-repeat;} #shopLayer[data-pp="perart"] #pag_se_all {display:none!important;} ul.mleft li { margin-left: 1rem; padding: .5rem 0; list-style: disc !important; } /* Lexikon */ #gloss_wrapper {margin-bottom:2rem;} #gloss_nav {margin-bottom:2rem;} .gloss_alph_tab {margin-left:.5rem;} #gloss_nav .gloss_alph_tab {margin-left:0;} .gloss_cloud1, .gloss_cloud2, .gloss_cloud3, .gloss_cloud4, .gloss_cloud5, .gloss_cloud6, .gloss_cloud7 { font-size:1rem; padding-right: 1rem; } .gloss_box { font-size:1rem; } .gloss_box a { margin-top: 1.2rem; margin-left: 0.5rem; display: block; color: var(--theme-text); } .gloss_box a span { color: var(--theme-text); } .gloss_box a span:hover { color: var(--theme-accent); } .gloss_li1 {background-color:#EEEEEE;list-style-type: none;list-style-position:inside;cursor:pointer;position: relative; left: -20px;} .gloss_li2 {background-color:#FFFFFF;list-style-type: none;list-style-position:inside;cursor:pointer;position: relative; left: -20px;} .gloss_ajax_text {font-size: 1rem;font-weight: bold;} #gloss_nav .gloss_alph { width: auto; min-width: 3rem; font-size: 1rem; color: var(--theme-text); background-color: var(--theme-light); padding: .5rem; border-radius: .5rem; display: inline-block; margin: 0 .5rem .5rem 0; text-align: center; } #gloss_nav .gloss_alph:hover { background-color: var(--theme-accent); } .gloss_alph_tab {display:inline;} .gloss_box table.gloss_alph_tab span.gloss_alph {font-size: 2rem;padding: .5rem 1rem;background: rgb(226,114,12);color: #fff;border-radius: .5rem;} .gloss_alph a, .gloss_alph a nobr {font-size:1.25rem;color:#fff;} .gloss_alph a {padding: .5rem;} .gloss_alph a:hover {background-color:rgb(226,114,12);} .gloss_titel {font-size:1.25rem;font-weight:bold;} .gloss_text {font-size:1rem;} .gloss_text ul li {font-size:1rem;position: relative;padding: .5rem 0 .5rem 2rem;margin: 0;} .gloss_text ul {margin: 0 0 2rem 0;} .gloss_text h2 {border-bottom: 1px solid silver; padding-bottom: 3px} .gloss_text p, .gloss_text p a {font-size:1rem;} .gloss_text p {margin:.5rem 0;} .gloss_text p b {font-weight:bold;} .gloss_text strong {font-size:1rem;font-weight:bold!important;} .gloss_text iframe[src*='youtube'], .banner iframe[src*='youtube'] {border-radius: 5px; border: 6px solid #ececec; display: block; margin: 0 auto;} .gloss_text {margin-bottom:10em;} .gloss_box h1 {font-size:1.5em;font-weight:normal!important;} .gloss_alph_tab .gloss_alph {font-size: 1.25rem; background-color: rgb(80,80,80);color:#fff;padding: .25rem;border-radius: .5rem;display: inline-block;margin: 0;width: 2rem;text-align: center;} .gloss_box {margin-bottom:2rem;} #gloss_nav .gloss_alph_tab:last-child .gloss_alph {padding: .5rem 2rem;} #shopLayer[data-pp="agb"] .tab_k { display:none; } #shopLayer[data-pp="agb"] .zul_anges_art { display: none; } #shopLayer[data-pp="agb"] .htm_include ul li { margin-left: 1rem; } #shopLayer[data-pp="dat"] .tab_k { display: none; } #shopLayer[data-pp="dat"] .zul_anges_art { display:none; } #shopLayer[data-pp="dat"] .htm_include ul li { margin-left: 1rem; } #shopLayer[data-pp="wid"] .tab_k { display: none; } #shopLayer[data-pp="wid"] .zul_anges_art { display:none; } #shopLayer[data-pp="wid"] .htm_include ul li { margin-left: 1rem; } .breadcrumb { margin-bottom:.5rem!important; } .menu-oben { display: flex; width: 100%; justify-content: space-around; } .menu-oben a:hover { color: var(--theme-text-hover); } .menu-oben .desktop { display: none; } .menu-oben .mobile { padding: .5rem; background: var(--theme-light); flex: 1; text-align: center; margin-right: .15rem; } .menu-oben .mobile:last-child { margin-right: 0; } .menu-oben .mobile.service { display: none; } #k_logo { order: 1; } #k_icons { order: 2; width: 45%; } #powermenue-schalter { order: 3; } .menu-oben { order: 4; } #btn-to-top { background-image: url(https://img.hausschuh.com/weiter-w.svg)!important; background-size: 1rem; height: 3rem!important; width: 3rem!important; } .tab-nav > [data-tab] { min-width: 6rem!important; padding: .5rem!important; background-color: var(--theme-lighter)!important; } .tab-nav > [data-tab].tab-active { background-color: var(--theme-accent-medium)!important; } .tab-nav { flex-direction: unset!important; margin-bottom: 0!important; } .tab-nav > [data-tab].tab-active { color: var(--theme-white); } .tab-nav > [data-tab], .tab-nav > [data-tab] a { font-size: 1rem; color: var(--theme-text); } .tab-nav > [data-tab].tab-active a { color: var(--theme-white); } .tab-nav > [data-tab] { border-left: 0!important; border-right: var(--theme-divider); border-top: var(--theme-divider);} .tab-nav { gap: unset!important; } #mobile-filter-background.open { z-index: 105!important; } nav.tab_see { z-index: 106!important; background-color: unset!important; } .mobile-filter-anz-toggle {text-align: center; padding: .5rem 1rem; background-color: var(--theme-light);} #bio_ep_close { width: 2rem; height: 2rem; font-size: 1.25rem; } #bio_ep_bg { opacity: .5!important; } .separate-rating { padding: 1rem; } #c-cookie-min { order: 3; background-color: var(--theme-dark); } #c-cookie-settings { order: 2; background-color: var(--theme-dark); } #c-cookie-all { order: 1; } /* Cookies neu */ .blackBody {width:0 !important;height:0 !important;} .cook-head {display:none;} #c-cookie-x {display:none !important;} #c-cookie-banner {padding:0 !important;} #c-cookie-banner .ausrichter {display:flex;flex-direction:column;padding:0.5rem;margin:0;align-items:center;max-width:unset;justify-content:space-between;gap:0.5rem;} #c-cookie-banner .c-cookie-info {margin:0 !important;} #c-cookie-banner .cook-content {text-align:left;padding:0;font-size:14px;} #c-cookie-banner .cook-content .cook-lin {white-space:nowrap;} #c-cookie-banner .c-cookie-buttons {gap: 0.5rem 0;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%;min-width:fit-content;} #c-cookie-banner .c-cookie-buttons button {padding:12px;width:calc(50% - 0.25rem);min-width:fit-content;font-size:16px;} #c-cookie-banner .c-cookie-buttons button:last-child {width:100%;} .c-cookie-buttons button:hover {box-shadow:none !important;} .c-cookie-buttons button:not(:last-child):active {background-color: rgb(143, 139, 118) !important;} .c-cookie-buttons button:last-child:active {background-color: rgb(119, 144, 35);} /* Erstes Wort in den Breadcrumbs immer groß */ .BreadcrumbList .location_crumb > span {display:inline-block;} .BreadcrumbList .location_crumb > span:first-letter {text-transform:uppercase;} /* Erstes Wort bei den Problemfüße-Unterpunkten in der Navi immer groß (reicht hier, da Text ansonsten identisch, sonst eigene Drag-and-Drop-Elemente) */ .powermenue-struktur-nummer-6 .powermenue-icons-mit-text p:first-letter {text-transform:uppercase;} /* Bestellübersicht (Konto) */ #service_wrapper .card .grid-6 .status_container p {margin:0;} #service_wrapper .card .grid-6 .status_container p:first-of-type {margin-bottom:1rem;} /* Kreditkarte Ablaufdatum Groß- und Kleinschreibung */ #payone-kreditkarte-date > div::first-letter {text-transform:capitalize;} /* Breadcrumbs im Debitoren-Bereich erstmal ausblenden */ #shopLayer[data-pp="deb"] #shopMitte > span:first-of-type { display:none; } /* Danke-Seite Artikel mobile */ #best-best .scroll table, #best-best .scroll tbody, #best-best .scroll tr{ display:block; width:100%; } #best-best .scroll td{ display:inline; white-space:normal !important; overflow-wrap:anywhere; word-break:break-word; padding:0; } #best-details .scroll table tbody > tr:nth-child(odd):not(:nth-last-child(2)) { margin-bottom:1.5rem; } .inp_wrapper[data-name*="widerruf_"] { width: 100%; } .inp_wrapper[data-name*="widerruf_"] input { width: 100%; max-width: 24rem; } input[type="number"] { max-width: 12rem; } 
@media (min-width: 576px) { #k_icons > div > .shBagInh { right: 0; } #k_title ul li:nth-child(2) { display: block; } #k_logo { width: 12rem; } #powermenue-schalter { width: 10%; } .foot_infos { overflow: auto; margin-bottom: 0; text-align: left; padding: 1rem 2rem; } .foot_infos .foot_ueb { display: block; } .foot_infos > ul { width: 50%; min-height: 15rem; } .foot_infos #info_zahl { justify-content: start; } .foot_infos #info_zahl img { margin: 0 1rem 1rem 0;} .foot_infos ul.soc li a { margin: .5rem 1rem 1rem 0; } #shopFooter #f_text { padding: 2rem; } .sm-hide { display: none; } .sm-block { display: block; } tr.sm-block { display: table-row; } body { --padding: 1rem; } .tab-nav > [data-tab] { padding: 1rem!important; } .tab-nav > [data-tab], .tab-nav > [data-tab] a { font-size: 1.25rem; } #k_title ul {justify-content: space-between; } /* Cookies neu */ .c-cookie-info {padding:0.5rem;} .c-cookie-buttons {padding:0.5rem;} #c-cookie-banner .ausrichter {gap:0;} /* Danke-Seite Artikel Desktop */ #best-details .scroll table tbody > tr:nth-child(odd):not(:nth-last-child(2)) { margin-bottom:1.5rem; }  }
@media (min-width: 768px) { .shopHeader { position: relative; } html { scroll-padding-top: 2rem; } h1 { font-size: 1.75em; } h2 { font-size: 1.75em; } h3 { font-size: 1.25em; } #k_title ul li, #k_title ul li a { color: var(--theme-white); font-size: 1rem; } #k_title ul li:nth-child(4) { display: block; } .k_ausrichter { display: block; } #kopf_top_line { position: relative; } #kopf_top_line.box-shadow { } #kopf_top_line_inner { height: 6.7rem; } #shopLayer.powermenue-open #kopf_top_line_inner { height: auto; } #k_logo, #k_icons { width: 12rem; } #k_lupe_2, #k_merk, #k_account, #k_wk, #powermenue-schalter { height: 4rem; width: 3rem; margin-left: 0.5rem; background-size: 2rem; } #k_icons > div > .shBagInh { position: absolute; left: unset; right: calc(var(--padding) * -1); top: 2.8rem; width: calc(100vw - calc(var(--padding) * 2)); } #k_icons > #k_account > .shBagInh { right: calc(var(--padding) * -1); } #k_icons > #k_wk > .shBagInh, #k_icons > #k_merk > .shBagInh { width: 30rem; } #k_icons > #k_account > .shBagInh { width: 17rem; } ul.alt-list { max-height: 30rem; } #shopMain { margin-top: 0; } .foot_infos > ul { width: 33.33%; float: left; min-height: 15rem; text-align: left;} #shopFooter .unten #f_text span.br { display:none; } #shopFooter .unten #f_text span.pipe { color:inherit;font-size:inherit;display: inline;padding: 0; } #user-feedback-wrapper { top: 6rem; z-index: 200; } .md-hide { display: none; } .md-block { display: block; } tr.md-block { display: table-row; } .menu-oben .mobile.service { display: unset; } .tab-nav > [data-tab]:first-of-type { border-top-left-radius: var(--theme-radius-small)!important; } .shBagInh .Wkbuttons .button { padding: 1rem 2rem; } #best-details { grid-template-columns: 1fr 1fr; grid-template-areas: "bestnr zart" "email email" "details details" "rech rech"; } /* #c-cookie-min { order: 1; } #c-cookie-settings { order: 2; } #c-cookie-all { order: 3; } */ /* Cookies neu */ @media (min-width: 890px) { #c-cookie-min { order: 1; } #c-cookie-settings { order: 2; } #c-cookie-all { order: 3; } #c-cookie-banner .ausrichter {flex-direction:row;padding:16px 24px;} #c-cookie-banner .cook-content {font-size:16px;} #c-cookie-banner .c-cookie-info {padding:0 2rem 0 0;} #c-cookie-banner .c-cookie-buttons {flex-wrap:nowrap;gap:1rem;width:fit-content;padding:0;} #c-cookie-banner .c-cookie-buttons button {width:fit-content !important;padding:12px 2rem;font-size:18px;} .c-cookie-buttons button:not(:last-child):hover {background-color: rgb(143, 139, 118) !important;box-shadow:none !important;} .c-cookie-buttons button:last-child:hover {background-color: rgb(119, 144, 35);box-shadow:none !important;} }  }
@media (min-width: 992px) { html { scroll-padding-top: 7rem; } #k_logo, #k_icons { width: 35rem; } #k_men_zeile { height: 3rem; } #kopf_top_line { position: sticky; box-shadow: none; } #kopf_bottom_line { position: sticky; top: 80px; z-index: 103; } #kopf_top_line_inner { height: 5rem; } #suchbox { } #k_lupe_3 { width: 100%; } #k_lupe_3 input#menSuchStr { width: 100%; max-width: 100%; padding: 0.8rem 1rem;background-color: var(--theme-light); } #k_lupe_3 > div.lupe { background: rgb(255,255,255) url(https://img.hausschuh.com/search.svg) no-repeat 97% 50%; } #h-ps-filter-toggle, #h-ps-close { display: none; } #shopLayer.suche-offen #k_logo, #shopLayer.suche-offen #k_icons { display: flex; } #shopLayer.suche-offen #suchbox { width: 50%; margin: 0 auto 1rem auto; } .foot_infos > ul { width: 25%; } .lg-hide { display: none; } .lg-block { display: block; } tr.lg-block { display: table-row; } .menu-oben .desktop { display: block; } .menu-oben .mobile { display: none; } #kopf_top_line_inner { padding: 0 1rem; } #k_title ul li:nth-child(3) { display: block; } #kopf_top_line_inner { flex-wrap: unset; } #k_logo { order: 1; margin-left: 0; } .menu-oben { order: 2; justify-content: center; } #k_icons { order: 3; } #powermenue-schalter { order: 4; } .menu-oben .desktop { padding: .5rem 1rem; } .menu-oben .mobile.service { display: none; } nav.tab_see { z-index: 99!important; } .toggle-slide-content { border-bottom: 0; } #best-best div.scroll { overflow-x: unset; } #best-best div.scroll > table { width: unset; } #k_icons > div > .shBagInh { display: block; }  }
@media (min-width: 1200px) { #k_title ul { max-width: var(--header-width); } .k_ausrichter, .ausrichter { max-width: var(--header-width); margin: 0 auto; } .foot_infos > ul { width: 20%; } .xl-hide { display: none; } .xl-block { display: block; } tr.xl-block { display: table-row; } }
@media (min-width: 1400px) { .xxl-hide { display: none; } .xxl-block { display: block; } tr.xxl-block { display: table-row; } }
@media (min-width: 1600px) { .xxxl-hide { display: none; } .xxxl-block { display: block; } tr.xxxl-block { display: table-row; } }
/* ### aa ### */
#aa_detail { display: grid; grid-template-areas: "pic" "basket" "unten"; grid-template-columns: 1fr; grid-gap: var(--padding); } #aa_pic_show { grid-area: pic; position: relative; } #aa_basket { grid-area: basket; } #aa_unten { grid-area: unten; } #aa_detail .azu_icon { position: absolute; top: 0; right: 0; z-index: 1; } #aa_detail .aa-proz { height: 3rem; width: 5rem; background-color: var(--theme-error); color: var(--theme-white); line-height: 3rem; text-align: center; font-size: 1.5rem; position: absolute; top: 0; left: 0; border-bottom-right-radius: var(--theme-radius-small); border-top-left-radius: var(--theme-radius-small);} #aa_detail .azu_icon { left: 0; right: unset; } #aa_detail .vk_differenz { color: var(--theme-accent-dark); } #aa_pic_show figure { margin: 0; background-color: white; } #aa_pic_show picture img { height: 100%; width: 100%; object-fit: contain; } @media (pointer: fine) { #next-article-image, #prev-article-image { position: absolute; top: calc(50% - 1.5rem); left: 0; width: 3rem; height: 3rem; background-image: url(https://img.hausschuh.com/artikel_zurueck.svg); background-position: center; background-repeat: no-repeat; cursor: pointer; } #next-article-image { left: unset; right: 0; background-image: url(https://img.hausschuh.com/artikel_weiter.svg) } } #aa_detail nav { margin: var(--padding) 0 calc(var(--card-padding) * 2) 0; max-width: calc(100vw - calc(var(--padding) * 2)); overflow-x: auto; } #aa_detail nav[data-num="1"] { display: none; } #aa_detail nav .minipics { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--padding); margin-bottom: 1rem; } #aa_detail nav .minipics a { display: block; aspect-ratio: 1 / 1; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: white; border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); transition: box-shadow .2s ease-out; border: var(--theme-divider); outline: var(--theme-outline); } #aa_detail nav .minipics a:first-of-type { margin-left: 0; } #aa_detail nav .minipics a.selected, #aa_detail nav.default .minipics a:first-of-type { border-color: var(--theme-accent-medium); } #aa_detail nav .minipics a:hover { box-shadow: var(--shadow-elevation-high); } .ada_text { margin-bottom: 1rem; } .ada_text ul li { margin-left: 1rem; } .ada_text ul li:first-child { margin-left: 0; list-style: none; } .ada_text p { margin: 0 0 1rem 0; } .ada_text h2 { font-size: 1em; margin-bottom: 0; } #aa_nummer { margin-bottom: 1rem; } #aa_name { font-size: 1.5rem; font-weight: bold; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } #aa_basket .title { font-size: 1.25rem; font-weight: bold; } .detail-hersteller-logo { position: absolute; right: 0; top: 0; z-index: 2; } .detail-hersteller-logo a { display: flex; height: 100%; justify-content: center; align-items: center; } .detail-hersteller-logo a img { max-width: 18rem!important; max-height: 5rem; object-fit: contain; min-height: 5rem; display: block;} .detail-hersteller-logo.mobile a img {min-height:unset !important;} .detail-hersteller-logo.mobile p {margin-bottom:0;} #desktop_artikelname { display: block; margin: 0 0 1rem 0; line-height: normal; } #mobile_artikelname { display: none; } #desktop_artikelname a, #mobile_artikelname a { color: var(--theme-text); font-size: 1.25rem; font-weight: bold; } #aa_rating {display: flex; align-items: center; padding: 1rem; } #preis { padding: 1rem; overflow: unset; text-align: right; } #preisDiv { display: inline-block; font-size: 2.5rem; font-weight: bold; color: var(--theme-accent-dark); } #preisDiv .cur { margin-left: .25rem; } #preisDiv .ab {font-size: 1.5rem; } #preisDiv.sonderpreis { display: block; clear: both; } #preis .mwst { margin-top: .5rem; } #preis .ehem_vk { height: 2rem; line-height: 2rem; text-decoration: line-through; font-size: 1.5rem; opacity: .5; } #preis .ehem_vk:before { display: inline-block; content: attr(data-diff); text-decoration: none; font-size: 1rem; margin-right: 1rem;} #preis .ehem_vktext { margin-bottom: .25rem; opacity: .5; display: none; } #preisDiv #preisText { font-size: inherit; color: inherit; } #preisDiv .cur { font-size: inherit; color: inherit; } .faWrapper, .grWrapper { padding: 1rem calc(var(--card-padding) * 1.5); } .fagrWrapper { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: var(--padding); } .fagrWrapper > * { position: relative; background-color: white; border-radius: var(--theme-radius-small); cursor: pointer; border: 3px transparent solid; outline: var(--theme-outline); box-shadow: var(--shadow-elevation-low); } .fagrWrapper > * span { color: black; } .fagrWrapper > *.weg { opacity: .25; } .fagrWrapper .fagr { min-height: 3rem; } #shopLayer .fagrWrapper > *.selected { border-color: var(--theme-accent-medium); } .fagrWrapper > * > img, .fagrWrapper > * > div { object-fit: contain; height: 100%; width: 100%; } .fagrWrapper > * > div { position: relative; display: flex; align-items: center; justify-content: center; } .fagrWrapper > * span + span, .fagrWrapper > *.selected span + span:empty { display: none; } .fagrWrapper > *.selected span + span { position: absolute; bottom: -1.2rem; left: -.5rem; right: -.5rem; display: block; font-size: 0.7rem; background-color: var(--theme-accent-medium); color: var(--theme-white); text-align: center; padding: .2rem; border-radius: var(--theme-radius-small); } .fagrWrapper .fagr div img { aspect-ratio: 4/3; border-radius: var(--theme-radius-small); } .fagr > span.check-availability { position: absolute; bottom: 0.2rem; right: 0.2rem; height: 0.5rem; width: 0.5rem; border-radius: 50%; z-index: 1; } .fagr > .grResult { position: absolute; left: -4px; bottom: -4px; right: -4px; font-size: 0.75rem; text-align: center; border-bottom-left-radius: var(--theme-radius-small); border-bottom-right-radius: var(--theme-radius-small); pointer-events: none; opacity: 0; transform: translateY(.3rem); transition: all .2s ease-out; z-index: 2; color: var(--theme-white); } .fagr > .grResult.visible { opacity: 1; transform: translateY(0); } /* .grWrapper { display: none; } */ #html_lagerinfo { height: 3rem; } #html_lagerinfo > span { display: flex; gap: .5rem; padding: 0; text-align: left; border-radius: var(--theme-radius-small); margin-bottom: .5rem; } #html_lagerinfo > span:before { content: ""; display: inline-block; width: 1rem; height: 1rem; border-radius: 2rem; margin-top: .35rem; } #html_lagerinfo > span.groe_txt_st1:before { background-color: var(--theme-success); } #html_lagerinfo > span.groe_txt_st2:before { background-color: var(--theme-warning); } #html_lagerinfo > span.groe_txt_st3:before { background-color: var(--theme-error); } #html_lagerinfo:empty { display: none; } #a_basket_panzahl_wrapper { width: 100%; margin-bottom: 1rem; position: relative; display: none; } #a_basket_panzahl_wrapper #a_basket_einh { display: inline-block; position: absolute; top: 1.5rem; margin-left: .5rem; } #a_basket_panzahl_wrapper #a_basket_einh .einherro { display: block; font-size: .8rem; opacity: .8; } #inWKsenden:before { background-image: url(https://img.hausschuh.com/bg-wk-w.svg); } form#inWK { padding: 1rem 1.5rem; } #aa_staffel { margin-bottom: calc(var(--card-padding) * 2); } .wiederverfuegbarkeit:empty { display: none; } .wiederverfuegbarkeit { margin-top: var(--padding); } #wiederverf_ueberschrift { text-align: left; padding: 1rem; position: relative; } #wiederverf_ueberschrift .set { font-size: .8; opacity: .8; } .wiederverfuegbarkeit .bell, .wiederverfuegbarkeit .bellm { height: 1.5rem; width: 1.5rem; } #wiederverf_ueberschrift .arrow-dropdown { position: absolute; right: 0; top: .4rem; width: 3.5rem; height: 3rem; display: flex; align-items: center; justify-content: center;} #wiederverf_ueberschrift .arrow-dropdown img { height: 1rem; } #wiederverf_ueberschrift.active-drop .arrow-dropdown img { transform: rotate(180deg); } #wiederverf_ueberschrift.active-drop { padding-bottom: 0; } .btn_wieder_aktivieren { color: var(--theme-text); } .wiederverfuegbarkeit > a { padding: 1rem; display: block; } .wiederverfuegbarkeit .inp_wrapper { margin-top: 0; } .wiederverfuegbarkeit .table-body tr td { border: 0; display: block; } .wiederverfuegbarkeit .table-body tr td:empty { display: none; } .wiederverfuegbarkeit .table-body{display:none;} .wiederverfuegbarkeit .wieder-unter{display:none;} .wiederverfuegbarkeit input, .wiederverfuegbarkeit select { max-width: 100%; } .wiederverfuegbarkeit .benach_aktivieren { background-color: var(--theme-accent-dark); color: var(--theme-white); padding: .5rem; text-align: center; border-radius: var(--theme-radius-small); transition: all .3s ease-out; } .wiederverfuegbarkeit .benach_aktivieren:hover { box-shadow: var(--shadow-elevation-high); } .wiederverfuegbarkeit .wieder-ueber { font-weight: bold; } #aa_unten > section.card, #email_formular, #email_formular_button { margin-bottom: var(--padding); } #aa_unten > section.card:empty { display: none; } #email_formular_button { width: 100%; background-color: var(--theme-accent); } #fragezumartikel { margin-bottom: 1rem; } #fragezumartikel h2 { margin: 0 ;} #aa_beschreibung h3.title { font-size: 1.5rem; } #aa_text > .table { border-top: 0; } #aa_text > .table, .separate-rating { margin: calc(var(--card-padding) * 1) 0; width: 100%; max-width: 100%; } #aa_text > .table table td { padding: calc(var(--card-padding) / 2); padding-left:0; } #aa_bewer { padding-bottom: 0; } .separate-rating { padding: calc(var(--padding) * 2); margin-top: 0; margin-bottom: 0; border-bottom: var(--theme-divider); } .separate-rating:first-of-type { border-top: var(--theme-divider); } br.clear { display: none; } .rating-properties { font-weight: bold; margin-top: 0.5rem; } .gutschein_gesamt > * { margin-bottom: calc(var(--card-padding) * 2); } #gutschein_motive { display: grid; grid-template-columns: 1fr 1fr; grid-gap: var(--padding); } #gutschein_motive > img { box-shadow: var(--shadow-elevation-medium); border-radius: var(--theme-radius-small); border: 2px solid white; transition: all .3s ease-out; cursor: pointer; } #gutschein_motive > img:hover { box-shadow: var(--shadow-elevation-high); } #gutschein_motive > img.gutscheinmotiv-checked { box-shadow: var(--shadow-elevation-high); border-color: var(--theme-accent-medium); } .gs_betrag, .gs_vorschau { text-align: center; } .gs_betrag button, .gs_vorschau button { padding: 1rem 1.5rem; font-size: 1.5rem; } .gutscheinbetr { background-color: var(--theme-accent); transition: all .3s ease-out; } .gutscheinbetr.gutscheinbetr-checked { background-color: var(--theme-accent-dark); } .gs_betrag { display: grid; grid-template-columns: 1fr 1fr; grid-gap: var(--padding); } span.aa_price2 { font-size: 3rem; } .gs_inkw { text-align: center; } input#submit_inwk { font-size: 1.5rem; } #gutscheinvk { font-size: inherit; } #cs_dark_matter { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background-color: rgba(0,0,0,.5); } #cs_layer { position: absolute; top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -80%); background-color: var(--theme-card-background); max-width: 55rem; width: calc(100% - calc(var(--padding) * 2)); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); overflow: hidden; display: grid; grid-template-columns: 1fr; grid-template-areas: "image" "ueber" "name" "unter" "buttons" "cross"; text-align: center; } #cs_layer.open { opacity: 1; transform: translate(-50%, -50%); } #cs_layer img { max-width: 10rem; } #cs_layer .cs_img { background-color: white; padding: 1rem; grid-area: image; display: flex; align-items: center; justify-content: center; } #cs_layer .cs_ueber { grid-area: ueber; margin-top: 0; } .cs_name { grid-area: name; padding: 1rem; margin: 0; font-size: 1.5rem; } .cs_unter { grid-area: unter; } #cs_unten_cs { grid-area: cross; } #cs_unten_cs #cross_titel { font-size: 1.1rem; margin: 0 0 1rem 0; } #cs_layer #cs_layer_unten { padding: var(--padding); grid-area: buttons; } #cs_layer #cs_layer_unten .button { text-transform: uppercase; margin-top: 1rem; } #wk_layer_unten { display: flex; clear: both; flex-wrap: wrap; justify-content: space-around; align-items: center; } #wk_layer_unten .button { width: 18rem; text-align: center; text-transform: uppercase; margin-bottom: .15rem; } #cs_layer_unten { display: grid; grid-template-rows: 1fr 1fr; grid-gap: var(--padding); } #cs_layer #cs_layer_unten a { display: block; } #cs_layer #warenkorb:before { background-image: url(https://img.hausschuh.com/bg-wk-w.svg); } #cs_layer #weitersh:before { background-image: url(https://img.hausschuh.com/bg-merkliste.svg); } .inp_wrapper[data-typ="number-custom"] { margin: 0; } #aa_detail.fancy-aa { grid-template-areas: "pic pic" "basket basket" "unten unten"; max-width: 40rem; margin: 20rem auto 0 auto; } #inWKsenden.wk-animation { color: transparent; } #inWKsenden:before { transition: all .5s ease-out; } #inWKsenden.wk-animation:before { transform: translateX(12rem) rotate(-10deg); } .medium-zoom-image--opened { object-fit: contain; } .aa_bewer_summary { display: flex; flex-wrap: wrap; padding: 0 0 1rem 0; margin: 0 0 1rem 0; border-bottom: var(--theme-divider); } .aa_bewer_summary .aa_bewerGr { width: 100%; } #aa_bewer2 .card { background-color: var(--theme-accent-light); text-align: center; font-size: 1.2rem; } .aa_bewer_summary > .card b { display: block; color: var(--theme-accent-text); text-shadow: 0px 0px 8px var(--theme-accent-light); } .aa_bewer_comm h4.title { margin: var(--padding) 0; font-size: 1.1rem; } .aa_bewer_com { display: grid; grid-template-columns: 1fr; grid-gap: var(--padding); margin-bottom: calc(var(--padding) * 1); } .aa_bewer_comm > span { display: block; margin: 1rem 0; font-size: .8rem; opacity: .8;} .aa_bewer_com .aa_bewer_comm { border-bottom: var(--theme-divider); } #aa_pic_show .se_beobachten { position: absolute; top: -1rem; right: .5rem; height: 3rem; width: 3rem; border-radius: 50%; transform: translateY(50%); transition: all .5s ease-out; z-index: 2; background-size: 50%; background-position: center; background-repeat: no-repeat; cursor: pointer; background-image: url(https://img.hausschuh.com/bg-merkliste.svg); transition-delay: .2s; box-shadow: var(--shadow-elevation-medium); } #aa_pic_show .se_beobachten.active { background-color: var(--theme-accent-orange); background-image: url(https://img.hausschuh.com/bg-merkliste-w.svg);} #aa-vorbestellen { background: var(--theme-light); padding:4%; text-align:center; width: 100%; margin:1rem 0; border-radius: .5rem; position: relative;} #aa-vorbestellen .date { font-size: 2rem; padding: .5rem 0 1rem 0; } #aa-vorbestellen .text span { display: block; } #inWK .PGerror { margin-bottom: 1rem; } ul.it_features_ul li { list-style: disc; margin-left: 1rem; margin-bottom: .5rem; } .azu_icon div.cs_azu.azu12, .azu_icon div.cs_azu.azu13, .azu_icon div.cs_azu.azu5, .azu_icon div.cs_azu.azu1 {width:4rem;height:4rem;line-height:4rem;margin:.5rem;font-size:1rem;} .azu_icon div.cs_azu.azu5 {background-image:url(https://img.hausschuh.com/azu_neu.svg);height: 4rem;width: 4rem;background-size: 3.5rem;} .detail-hersteller-logo img { border-top-right-radius: var(--theme-radius-small); } #aa_pass { padding: 1rem 1.5rem; } #aa_pass h4 { font-size: 1.25rem;margin:0 0 1rem 0; } #aa_pass_innen { display: flex; justify-content: space-around;align-items: flex-start; } #aa_pass_innen br { display: none; } #aa_pass_innen img { margin: 0; max-width: 49%!important; } #aa_pass_innen img:first-child { margin-right: 4%; } #aa_beschreibung.tab-active {display: flex;flex-wrap: wrap;text-transform: none;border-bottom: 0;} .detail-hersteller-logo.desktop { display: none; } .detail-hersteller-logo.mobile { position: static; text-align: center; } .aa_vorteile { margin-bottom: 1rem; padding: 1rem; } .aa_vorteile, .aa_bware { margin-top: 1rem; } .aa_vorteile > a { display: flex; align-items: center; padding: calc(var(--padding) / 2) var(--padding); padding-left:0; color: var(--theme-text); } .aa_vorteile a:before {content: ' '; width: 1rem;height: 1rem; background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 79.1 60" style="enable-background:new 0 0 79.1 60;" xml:space="preserve"><style type="text/css"> .st0{fill:rgb(60,60,60);}</style><path class="st0" d="M78.2,7.2L72,1c-1.3-1.3-3.4-1.3-4.7,0L28.4,39.6L11.9,23c-1.3-1.3-3.4-1.3-4.7,0L1,29.2 c-1.3,1.3-1.3,3.4,0,4.7L26,59c1.3,1.3,3.4,1.3,4.7,0l47.5-47.1C79.4,10.6,79.5,8.5,78.2,7.2L78.2,7.2z"/></svg>'); background-repeat: no-repeat; background-position: 50%; margin-right: 0.5rem;opacity: .8;} .vorteile-wrap { display: flex; flex-wrap: wrap; justify-content: center; } .vorteile-wrap .vorteile-head { width: 100%; font-size: 1.2rem; font-weight: bold; margin-bottom: .5rem; text-align: center; } .vorteil-bullet { width: 100%; background-size: 5rem; background-position: 0 0; background-repeat: no-repeat; margin-bottom: 1rem; padding: 1rem 0 1rem 6rem; } .vorteil-bullet.vorteil3 { margin-bottom: 0; } .vorteil1 { background-image: url(https://img.hausschuh.com/customer_service.svg); } .vorteil2 {background-image: url(https://img.hausschuh.com/aa-shipping.png);} .vorteil3 {background-image: url(https://img.hausschuh.com/PAYMENT.svg);} .vorteil1 a { font-size: 1.25rem; } .tooltiptext { visibility: hidden; background-color: var(--theme-accent-dark); border: var(--theme-divider); color: var(--theme-white);text-align: left;padding: .5rem 1rem;border-radius: .5rem;position: absolute;z-index: 100;top:0;right:0;box-shadow: var(--shadow-elevation-medium);} .tooltiptext p { margin: .5rem 0; } .mwst a:hover .tooltiptext.tooltip_versand {visibility:visible;} #inWKsenden { transition: all .3s ease-out; margin-bottom: 1rem; } #inWKsenden.pseudo-disabled.warning { outline: 6px solid var(--theme-error); } .grWrapper .fagrWrapper .fagr.warning { border-color: var(--theme-error); } .aa_rating_snippet { display: flex; flex-wrap: wrap; } .aa_rating_snippet .rat_kopf { width: 100%; padding: 1rem; box-shadow: var(--shadow-elevation-medium); border: var(--theme-border); border-radius: var(--theme-radius-small); margin-bottom: 1rem; } .aa_rating_snippet .rat_kopf2 { width: 100%; padding: 1rem; box-shadow: var(--shadow-elevation-medium); border: var(--theme-border); border-radius: var(--theme-radius-small); margin-bottom: 1rem; } .rat_balken_hint { display: block; margin: 0 .25rem; border-radius: .25rem; height: 2rem; width: 100%; background-color: var(--theme-light); } .rat_balken {background: radial-gradient( circle farthest-corner at 10% 20%, rgba(250,196,59,1) 0%, rgba(249,232,51,1) 100.2% )!important;height: 2rem; border-radius: .25rem; } .rat_product td { height: 2rem;width: 87%; line-height: normal; padding: .5rem; } .rat_product > table > tbody > tr > td:nth-of-type(1) { width: 13% !important; min-width: 80px; } .rat_kopf .rat_stars2 img { display: inline-block; height: 1rem; margin-right: .3rem; } .rat_kopf .rat_note { margin-bottom: 1rem; } .rat_kopf .aa_rating_artikel { font-size: 1.25rem; margin-bottom: 1rem; line-height: normal; font-weight: bold; margin-top: 0; } .rat_kopf2 .aa_rating_artikel { font-size: 1.25rem; margin-bottom: 1rem; line-height: normal; font-weight: bold; margin-top: 0; } .rat_kopf2 .bew-row { width: 100%; } .bew-ueber2, .bew-aktuell { font-weight: bold; float: left; margin-right: .5rem; margin-top: .5rem;} .bew-btns {display: flex; justify-content: center;align-items: center; width: calc(20% - 1%); float: left; margin-right: 1%; text-align: center; height: 3rem;font-size: .7rem; hyphens: auto; } .bew-btns.bew2 { background-color: var(--theme-light); } .aa_bewer_comm .rattext:after { content: "geprüfte Bewertung"; color: var(--theme-accent-dark); display: block;margin: .5rem 0; font-weight: bold; } body .rat_kopf2 .bew-aktiv { } #cs_header { padding: 1rem; } #cs_header span { display: block; } #cs_header h1 { font-size: 1.25rem; } #cs_header .button { margin: .5rem 0 .5rem .5rem; padding: .75rem; font-size: .9rem; } #cs_header #weitersh { background-color: var(--theme-accent-orange); } #cs_body { background-color: var(--theme-light); padding: 1rem; } #cs_body > span { display: block; margin-bottom: 1rem; } #cs_layer.open { transform: unset; inset: 1rem; overflow-y: scroll; } #cs_body [data-bn] { position: relative; width: 100%; display: flex; flex-wrap: wrap; overflow: hidden; background: var(--theme-white);border-radius: var(--theme-radius-small);box-shadow: var(--shadow-elevation-medium);position: relative;box-sizing: border-box;margin: 0 1rem 1rem 0; padding: .5rem; } #cs_body .se_unterteil .se_preis span.preis-cross-wk { color: var(--theme-accent-dark); font-size: 1.5rem; } #cs_body [data-bn] .button.dazu-bestellen { position: absolute; bottom: .5rem; right: .5rem; padding: .5rem 1rem; } #cs_body [data-bn] .layer_drop {position: absolute; right: .5rem; bottom: 3.5rem; width: calc(60% - 1rem); } #cs_body [data-bn] .se_unterteil { width: 100%; order: -1; } #cs_body [data-bn] figure { margin: 0; width: 40%; } #cs_body [data-bn] .se_name_cross { color: var(--theme-text); } .stickertest { display: flex; padding: 1.5rem; margin-bottom: 1rem; justify-content: space-between; } .stickertest a { width: calc(50% - 2.5rem); border: var(--theme-divider); border-radius: var(--theme-radius-small); padding: 1rem; background-color: var(--theme-light); display: flex; align-items: center; justify-content: center; text-align: center; } #shopLayer[data-dhe*="einzeln"] .stickertest a:first-child { border: .15rem solid var(--theme-accent-dark); } #shopLayer[data-dhe*="Filznadel"] .stickertest a:last-child { border: .15rem solid var(--theme-accent-dark); } .gpsr h5 { margin: 0 0 .25rem 0; } /* Alle Bewertungen anzeigen */ .rat_stars .rat_stars {width:fit-content;background-image:none;}
@media (min-width: 576px) { #gutschein_motive, .gs_betrag { grid-template-columns: repeat(3, 1fr); } #desktop_artikelname a, #mobile_artikelname a { font-size: 1.5rem; } .bew-btns { font-size: .9rem; } #cs_header .button { padding: 1rem 2rem; font-size: 1rem; margin-right: .5rem; } .aa_vorteile { padding: 1.5rem; } .vorteile-wrap .vorteile-head { font-size: 1.5rem; } .vorteil-bullet { width: auto; background-size: 6rem; padding: 1rem 0 1rem 7rem; } }
@media (min-width: 768px) { #aa_detail nav { margin: var(--padding) 0 0 0; max-width: 100%; overflow-x: visible; } #aa_detail { grid-template-areas: "pic basket" "unten unten"; grid-template-columns: 1fr 1fr; } #aa_unten { margin-top: 0; } #mobile_artikelname { display: none; } #desktop_artikelname { display: block; } #aa_pic_show .se_beobachten { top: unset; bottom: 2.5rem; right: 1rem; } #aa_detail nav .minipics { grid-template-columns: repeat(4, 1fr); } #gutschein_motive, .gs_betrag { grid-template-columns: repeat(4, 1fr); } #cs_layer_unten { grid-template-rows: 1fr; grid-template-columns: 1fr 1fr; } #cs_header h1 { font-size: 1.5rem; } .muster_kachel { width:30%; } #muster_layer { position: fixed; } .bew-btns { font-size: .9rem; } }
@media (min-width: 992px) { #gutschein_motive { grid-template-columns: repeat(5, 1fr); } #aa_detail { grid-template-columns: 3fr 2fr; } #aa_detail nav .minipics { grid-template-columns: repeat(5, 1fr); } .fagrWrapper { grid-template-columns: repeat(3, 1fr); } .aa_bewer_com { grid-template-columns: 1fr 1fr; } .rattext { padding-right: 2rem; } #aa_beschreibung #aa_feat {width: 27%;padding-right: 2%;box-sizing: border-box;margin-right: 3%;border-right: var(--theme-divider);} #aa_beschreibung #aa_text {width: 70%;} .detail-hersteller-logo.desktop { display: block; padding: 1rem; } .detail-hersteller-logo.mobile { display: none; } .vorteile-wrap { justify-content: space-between; } .vorteil-bullet { width: 33%; font-size: 1em; } .aa_rating_snippet { display: flex; flex-wrap: nowrap; } .aa_rating_snippet .rat_kopf { margin-right: 1rem; margin-bottom: 1rem; max-width: 36%; } .aa_rating_snippet .rat_kopf2 { margin-bottom: 1rem; } #cs_layer.open { transform: translate(-50%, 0%); top: 1rem; bottom: unset; overflow-y: auto; left: 50%; } #cs_body [data-bn] { display: block; width: 23%; height: 400px; float: left; } #cs_body [data-bn] .button.dazu-bestellen { width: calc(100% - 1rem); } #cs_body [data-bn] .layer_drop { width: calc(100% - 1rem); } #cs_body [data-bn] figure { width: 100%; } #cs_body [data-bn] .se_name_cross { display: block; height: 5rem; overflow: hidden; }  }
@media (min-width: 1200px) { #gutschein_motive { grid-template-columns: repeat(6, 1fr); } /* #aa_detail.flasche { grid-template-columns: 1fr 2fr; } */ .fagrWrapper { grid-template-columns: repeat(4, 1fr); } #aa_detail nav .minipics { grid-template-columns: repeat(6, 1fr); } #aa_pass_innen img {max-width: 45% !important; } }
@media (min-width: 1400px) { #aa_detail nav .minipics { grid-template-columns: repeat(7, 1fr); } #aa_pass_innen img {max-width: 40% !important; }  }
/* ### kachel ### */
body {--kachel-max-height: 29rem;} ul.se { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: min-content; grid-gap: var(--padding); list-style: none; margin: 0; padding: 0; grid-auto-flow: dense; } ul.se.row > li { display: none; } ul.se.row > li:nth-child(-n+2) { display: block; } .art_box, .se_banner { height: var(--kachel-max-height); display: block; position: relative; border: var(--theme-divider); box-shadow: var(--shadow-elevation-medium); background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); overflow: hidden; transition: all .3s ease-out; will-change: transform; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } ul.se > li:hover:not(.se_banner):not(.no_hover) { box-shadow: var(--shadow-elevation-high); transform: translateY(-.2rem) translateZ(0); } .art_box > .se_kachel { display: block; height: calc(100% - 2rem); } .art_box > .se_kachel > div { position: relative; height: 100%; } ul.se > li.se_banner_hersteller > a > img { min-height: 40%; object-fit: contain; padding: .5rem; border-bottom: var(--theme-divider); } .se_kachel .rat_stars { display: inline; justify-content: center; transition: all .1s ease-out; } .se_kachel:hover .rat_stars { opacity: 1; filter: grayscale(0); } #se_rat_full { display: flex; justify-content: center; position: absolute; width: 100%; } .art_box > .se_kachel > div > figure { margin: 0; text-align: center; transition: transform .3s ease-out; background-color: white; } .art_box > .se_kachel > div > figure img { width: 12rem; height: 10rem; object-fit: contain; margin: 1rem 0; } ul.se > li > a > div > .se_header, .art_box > .se_kachel > div > .se_header { position: absolute; top: 0; left: 0; right: 0; z-index: 1; } .se_diff { display: block; width: 3.5rem; background-color: var(--theme-error); color: rgb(255,255,255); text-align: center; border-bottom-right-radius: var(--theme-radius-medium); font-size: 1rem; margin-top: 0; } .suchtemp_azu_her { } .cs_azu { height: 3rem; width: 3rem; background-size: 100%; background-repeat: no-repeat; background-position: center; margin: 0.5rem; } /* azu icons */ .cs_azu[title] { cursor: help; } .cs_azu.azu5 { background-image: url(https://img.hausschuh.com/azu_neu.svg); } .se_unten { display: flex; flex-direction: column; align-content: space-between; justify-content: space-evenly; position: absolute; top: 14.5rem; left: 0; right: 0; bottom: 0; } .se_name { height: 6rem; line-height: normal; padding-top: 2rem; overflow: hidden; } .se_name span { display: block; text-align: center; padding: 0 .25rem; color: var(--theme-text); text-wrap: balance; font-size: .9rem; } .se_anz_rat { font-size: .9rem; } .se-minanz { display: block; text-align: center; font-size: .8rem; } .se_preis { height: 2rem; } .se-preis, .se-preis > .vk-text { font-size: 1rem; color: var(--theme-accent-dark);font-weight: 600; } .se-preis .cur { font-size: inherit; } .se_preis .se_vk { color: var(--theme-text); font-size: 1rem; text-align: center; display: flex; justify-content: center; font-weight: bold; white-space: nowrap; } .se_preis .se_vk strike { display: block; color: var(--theme-text); font-weight: 300; font-size: 1rem; float: left; font-size: inherit; margin: 0 .25rem; } .se_preis .se_litp { display: block; text-align: center; color: var(--theme-text); } .se_preis .se_litp br { display: none; } li .se_preis .se_vk strike { opacity: .5; transition: opacity .1s ease-out; color: rgb(189,64,40);font-size: 1rem;} li .se_preis .se_litp { opacity: .8; transition: opacity .1s ease-out; font-size: .8rem; } li:hover .se_preis .se_vk strike, li:hover .se_preis .se_litp { opacity: 1; } li:hover .se_preis .se_vk strike, li:hover .se_preis .se_litp { opacity: 1; } ul.se li.se_banner { overflow-y: auto; padding: 0; margin: 0; } ul.se li.se_banner p, ul.se li.se_banner h2, ul.se li.se_banner h3 { padding: 0; } ul.se .banner { position: relative; height: 100%; width: 100%; } ul.se .banner > a { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-position: center; background-size: cover; padding: var(--padding); } ul.se .banner.left > a { background-position: left; } ul.se .banner.right > a { background-position: right; } ul.se .banner.right.top > a { background-position: right top; } ul.se li.se_banner p a { color: var(--theme-accent-dark); } ul.se li.se_banner p a:hover { color: var(--theme-accent-orange); } ul.se li.se_banner.sb { padding: 0 1rem; } ul.se li.se_banner.sb h2 { margin-bottom: 0; } ul.se .banner > a > h1, ul.se .banner > a > h2 { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; margin: 0; padding: .5rem 1rem; background-color: rgba(241,240,235,.75); font-weight: normal; } ul.se .banner > a > span { position: absolute; bottom: var(--padding); width: calc(100% - calc(var(--padding) * 2)); text-align: center; } ul.se .banner > a > span.se_text { color: var(--theme-text); top: 0; } ul.se .banner > img { margin: var(--padding) 25%; } ul.se > li.se_banner.gr_2x1, ul.se > li.se_banner.gr_2x2 { height: calc(calc(var(--kachel-max-height) * 1.5) + var(--padding)); } ul.slides { width: calc(100% * var(--slides)); height: 100%; margin: 0; padding: 0; list-style: none; overflow: hidden; display: flex; transition: transform .3s ease-out; } ul.slides > li { width: calc(100% / var(--slides)); height: 100%; } ul.slides > li > a { display: block; width: 100%; height: 100%; position: relative; } ul.slides > li > a > .banner, ul.slides > li > a > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } ul.slides > li > a > .banner { z-index: 2; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } ul.slides > li > a > .banner > div > h3 { margin: 0; font-size: 2rem; text-shadow: var(--theme-text-shadow); } ul.slides > li > a > .banner > div { text-align: center; } ul.slides > li > a > .banner > div > .subtitle { opacity: .8; text-shadow: var(--theme-text-shadow); } ul.slides-nav { position: absolute; bottom: 0; left: 0; right: 0; padding: var(--padding); list-style: none; display: flex; justify-content: center; margin: 0; z-index: 3; gap: var(--padding); } ul.slides-nav > li { height: 1.5rem; width: 1.5rem; line-height: 1.5rem; text-align: center; background-color: var(--theme-light); color: var(--theme-text); border-radius: 50%; cursor: pointer; } ul.slides-nav > li.active { background-color: var(--theme-accent-medium); color: var(--theme-accent-text); } ul.se > li .quick-buy, ul.se > li > a.se_beobachten { display: flex; align-items: center; justify-content: center; height: 2rem; width: 100%; opacity: 1; transition: all .5s ease-out; z-index: 2; background-size: 1.5rem; background-position: .5rem; background-repeat: no-repeat; cursor: pointer; background-image: url(https://img.hausschuh.com/bg-merkliste.svg); background-color: var(--theme-light); transition-delay: .2s; font-size: .9rem; } ul.se > li:hover .quick-buy, ul.se > li:hover .se_beobachten, ul.se > li > a.se_beobachten.active { opacity: 1; } ul.se > li > a.se_beobachten.active { background-color: var(--theme-accent-orange); background-image: url(https://img.hausschuh.com/bg-merkliste-w.svg)!important; color: var(--theme-white); } ul.se > li .quick-buy { right: 4.5rem; transform: translateX(50%); transition-delay: 1.2s; transition-duration: .4s; background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 57.7 51.2" style="enable-background:new 0 0 57.7 51.2;" xml:space="preserve"><style type="text/css"> .st0{fill:rgb(100,100,100);}</style><g> <g>  <path class="st0" d="M50,37.3H16.5c-0.8,0-1.5-0.5-1.8-1.3L5.4,7.4L0.6,3.2c-0.8-0.7-0.8-1.8-0.2-2.6c0.7-0.8,1.8-0.8,2.6-0.2 L8.3,5c0.3,0.2,0.4,0.5,0.5,0.8l9,27.8h30.7l4.9-20.5H15.2c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8h40.7c0.6,0,1.1,0.3,1.5,0.7 c0.3,0.4,0.5,1,0.3,1.6l-5.8,24.2C51.6,36.7,50.9,37.3,50,37.3z"/> </g> <g>  <path class="st0" d="M47.4,25.2H18.6c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8h28.8c1,0,1.8,0.8,1.8,1.8 C49.3,24.4,48.4,25.2,47.4,25.2z"/> </g> <g>  <path class="st0" d="M19.2,51.2c-3.1,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.6,5.6-5.6c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8 c-1,0-1.9,0.8-1.9,1.9c0,1,0.8,1.9,1.9,1.9c1,0,1.9-0.8,1.9-1.9c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8 C24.8,48.7,22.3,51.2,19.2,51.2z"/> </g> <g>  <path class="st0" d="M45.6,51.2c-3.1,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.6,5.6-5.6c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8 c-1,0-1.9,0.8-1.9,1.9c0,1,0.8,1.9,1.9,1.9c1,0,1.9-0.8,1.9-1.9c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8 C51.2,48.7,48.7,51.2,45.6,51.2z"/> </g></g></svg>'); } .gr_1x2, .gr_2x2 { grid-column: span 2; max-height: 23rem; } .gr_2x1, .gr_2x2 { grid-row: span 2; } .se_groessen_farben { position: absolute; bottom: 1rem; left: 0; right: 0; } .lief_gr_farbe_tab ul { list-style: none; display: flex; flex-wrap: wrap; padding: 0; justify-content: center; gap: .3rem; margin-bottom: .3rem; } .lief_gr_farbe_tab ul li { height: 1.1rem; width: 1.1rem; text-align: center; line-height: .9rem; border-radius: 50%; background-color: var(--theme-light); color: var(--theme-text); overflow: hidden; } .lief_gr_farbe_tab ul li span { font-size: 0.7rem; } /* #pag_se ul { list-style: none; padding: 0; display: flex; align-items: center; place-content: center; } #pag_se ul > li > div { height: 2.5rem; background-color: var(--theme-accent-medium); color: var(--theme-white); padding: 0 1rem; line-height: 2.5rem; border-radius: var(--theme-radius-medium); box-shadow: var(--shadow-elevation-medium); } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor { cursor: pointer; display: block; height: 1.8rem; width: 1.8rem; background-color: var(--theme-accent-medium); border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: 32%; margin: 0 1rem; box-shadow: var(--shadow-elevation-medium); transition: box-shadow .3s ease-out; background-image: url(https://img.hausschuh.com/weiter-w.svg); } #shopLayer #pag_se ul > .nopag { opacity: .5; } #pag_se ul > li > *[href]:hover { box-shadow: var(--shadow-elevation-high); } #pag_se ul > li > #linkpagzur { transform: rotate(180deg); } */ #pag_se ul { list-style: none; padding: 0; display: flex; align-items: center; place-content: center; } #pag_se ul > li > div { height: 2.5rem; background-color: var(--theme-accent-medium); color: var(--theme-accent-text); padding: 0 1rem; line-height: 2.5rem; border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor, #pag_se ul > li > #linkpag1 { cursor: pointer; display: block; height: 2.5rem; width: 2.5rem; background-color: var(--theme-accent-medium); border-radius: 20%; background-repeat: no-repeat; background-position: center; background-size: 32%; margin: 0 1rem; box-shadow: var(--shadow-elevation-medium); transition: box-shadow .3s ease-out;} #shopLayer #pag_se ul > .nopag { opacity: .5; } #pag_se ul > li > *[href]:hover { box-shadow: var(--shadow-elevation-high); } .pag{font-size: 1.2em !important;text-align: center;color: var(--theme-accent-text);align-items: center; place-content: center;} .se_farben .lief_gr_farbe1_k { cursor: pointer; margin: 0 .2rem; border-radius: 1rem; display: inline-block; height: 1rem; width: 1rem; filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3)); transform: scale(1); transition: .1s linear all; } .se_farben .lief_gr_farbe1_k:hover, .se_farben .lief_gr_farbe1_k.active { transform: scale(1.3); } .se_farben { position: absolute; z-index: 2; top: 16.5rem; width: 100%; max-height: 3.5rem; text-align: center; padding: .5rem; overflow: hidden; } .suchtemp_azu_her span { display: block;float: left; width: 3rem; margin-right: 1%; color: white; border-bottom-right-radius: .5rem;text-align: center;} .se_neu { background: rgb(200,112,38); } .se_eco { background: rgb(83,144,89);display:none !important;} .se_top { background: rgb(189,64,40); } .se_tipp { background: rgb(62,162,163);display:none !important;} 
@media (min-width: 576px) { body { --grid-column-count: 6; --grid-item--min-width: 13rem; --kachel-max-height: 29rem; --gap-count: calc(var(--grid-column-count) - 1); --total-gap-width: calc(var(--gap-count) * var(--padding)); --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count)); } .se-preis, .se-preis > .vk-text { font-size: 1.25rem; } li .se_preis .se_vk strike { font-size: 1.25rem; } ul.se { grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)); } ul.se > li .quick-buy, ul.se > li > a.se_beobachten { background-position: 1rem; font-size: 1rem; } ul.se.row > li:nth-child(-n+3) { display: block; } ul.se > li.se_banner.gr_2x1, ul.se > li.se_banner.gr_2x2 { height: calc(calc(var(--kachel-max-height) * 2) + var(--padding)); } .se_unten { top: 16rem; } .se_preis .se_vk strike { margin: 0 .5rem; } .se_name span, .se_anz_rat { font-size: 1rem; } .gr_1x2, .gr_2x2 { max-height: var(--kachel-max-height); }  }
@media (min-width: 768px) { body {--kachel-max-height: 29rem;} #dd_sort_top, #filter_anzeigen { font-size: 1rem; } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor { height: 2.5rem; width: 2.5rem; margin: 0 2rem; } .se_farben { top: 17rem; } .se_unten { top: 16rem; }  }
@media (min-width: 992px) { body { --grid-item--min-width: 14rem; } ul.se.row > li:nth-child(-n+4) { display: block; }  }
@media (min-width: 1200px) { ul.se.row > li:nth-child(-n+5) { display: block; } }
@media (min-width: 1400px) { ul.se.row > li:nth-child(-n+6) { display: block; } }
/* ### to-top-button ### */
#btn-to-top { display: block; opacity: 0; transform: translateY(2rem); visibility: hidden; position: fixed; bottom: 1rem; right: 1rem; height: 4rem; width: 4rem; background-color: var(--theme-accent-medium); border: none; border-radius: 50%; box-shadow: var(--shadow-elevation-medium); z-index: 90; transition: all .2s ease-out; background-image: url(https://img.hausschuh.com/artikel_weiter.svg); background-position: center; background-repeat: no-repeat; padding: 0; } #btn-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0) rotate(-90deg); }
/* ### input-floating ### */
.inp_wrapper { position: relative; margin-top: 1.5rem; } .inp_wrapper label { position: absolute; top: 1.5rem; left: .8rem; font-size: .9rem; z-index: 1; color: var(--theme-text); transition: all .15s ease-out; opacity: .54; pointer-events: none; font-family: inherit; } .inp_wrapper:focus-within label, .inp_wrapper input:not(:placeholder-shown) + label, .inp_wrapper textarea:not(:placeholder-shown) + label, .inp_wrapper select + label, .inp_wrapper input:-webkit-autofill + label, .inp_wrapper textarea:-webkit-autofill + label, .static-input .inp_wrapper textarea + label, .static-input .inp_wrapper input + label, .inp_wrapper input + label.static, .inp_wrapper textarea + label.static { transform: translateY(-1.8rem); opacity: 1; } .inp_wrapper input, .inp_wrapper textarea, .inp_wrapper select { margin-top: 1rem; } .inp_wrapper label span.red { color: red; } .inp_wrapper.valid input { border-bottom: 1px solid var(--theme-success); }
/* ### powermenu ### */
#shopLayer.powermenue-open ~ #trustbadge-container-98e3dadd90eb493088abdc5597a70810 { display: none!important; } #shopLayer.powermenue-open .menu-oben { display: none; } .powermenue a:not(.button), .powermenue div {color: var(--theme-text);} .powermenue { display: flex; position: fixed; z-index: 99; top: 4rem; left: 0; right: 0; bottom: 0; background-color: var(--theme-light); overflow-y: auto; overflow-x: hidden; opacity: 0; visibility: hidden; transform: translateX(-2rem); transition: all .3s ease-out; } nav.powermenue.open {opacity: 1;visibility: visible;transform: translateX(0);} #powermenue-strukturen-ueberschrift {display: flex;background-color: var(--theme-accent-medium);padding: 0.5rem 0;align-items: center;justify-content: center;} .powermenue-head { width: 100%;flex-direction: column; align-items: stretch;left: 0px;position: absolute; margin: 0; opacity: 1; pointer-events: all; transition: all .2s ease out; } .powermenue-head.hidden { opacity: 0; pointer-events: none; } .powermenue-head li { padding: 0 1rem;background-color: var(--theme-white); margin: 0; margin-bottom: .15rem; display: flex;align-items: center;justify-content: space-between;cursor: pointer; } .powermenue-head li:last-child { border-bottom: 0; } .powermenue-head a { font-size: 1.25rem; padding: 1rem 0; } .powermenue-head a:hover, .powermenue-modul-auflistung li a:hover, #shopLayer .powermenue .powermenue-strukturen a:hover { color: var(--theme-accent-medium); } .powermenue-head li.powermenue-aktiv a { color: var(--theme-text-hover); } .powermenue-strukturen {position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;padding: 0;background-color: var(--theme-light);transition: all .3s ease-out;box-shadow: none;} .powermenue-strukturen.hidden {opacity: 0;visibility: hidden;transform: translateX(-2rem); display: none; } .powermenue-struktur.hidden, .powermenue-struktur-module.hidden { display: none; } .powermenue-struktur-module { display: flex; width: 100%; padding: 1rem;box-sizing: border-box; } .powermenue-struktur-module {flex-direction: column;padding: 0;} .powermenue-modul-ueberschrift {margin: 0;} .powermenue-modul-ueberschrift {display: block;width: 100%;margin-bottom:.5rem;} .powermenue-modul-ueberschrift-wrapper {background-color: var(--theme-accent-light);padding: .5rem 1rem;box-sizing: border-box;border-bottom: 0;} .powermenue-modul-ueberschrift-icon {height: 1.5rem;width: 1.5rem;} .powermenue-modul { width: 100%;margin: 0;} .powermenue-modul a, .powermenue-modul p {font-size: 1rem;} .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] {display: flex;align-items: center;justify-content: flex-start;flex-direction: row;flex-wrap: wrap;} .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 50%; } .powermenue-modul-auflistung .powermenue-auflistung-mit-icon {padding: 0;} .powermenue-modul-auflistung {padding: 0 1rem 1rem 1rem;box-sizing:border-box; } .powermenue-modul-auflistung li.powermenue-aktiv a {color: var(--theme-accent-medium);} .powermenue-modul-auflistung li a { padding: .25rem 0; } .powermenue-html-oben, .powermenue-html-unten { width:100%; padding: 1rem; box-sizing:border-box; } .powermenue-html-oben:empty, .powermenue-html-unten:empty { display:none; } .powermenue-modul-ueberschrift-icon {width: 2rem;height: 2rem;object-fit: contain;margin-right: .25rem;} .powermenue-auflistung-mit-icon img {width: 3rem;height: 3rem;margin: 0.5rem 1rem 0.5rem 0;} .powermenue-auflistung-mit-icon a, .powermenue-icons-mit-text a, .powermenue-top-marke a {display: flex;justify-content: flex-start;align-items: center;} .powermenue-icons-mit-text img { width: 4rem; height: 4rem; } .powermenue-icons-mit-text a, .powermenue-top-marke a {flex-direction: column;} .powermenue-icons-mit-text a p, .powermenue-top-marke a p {font-size: .9rem; margin-top: 0; margin-bottom: .5rem;} .powermenue-modul-auflistung .powermenue-top-marke {padding: .75rem 0 .5rem 0;} .powermenue-modul-top-marken, .powermenue-top-marke, .powermenue-modul-top-artikel {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: flex-start;} .powermenue-top-marke img, .powermenue-top-artikel img {max-width: 200px;max-height: 200px;object-fit: contain;} .powermenue-modul .powermenue-top-artikel-name {font-size: 1rem;} .powermenue-modul-icons {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: center;margin: 0; padding:0;} /* .powermenue-modul {padding-bottom:63px;} */ /* Stattdessen, aber auch nur wenn der Mobile-Footer wieder an ist: .powermenue-struktur-module {padding-bottom:63px;} */ .powermenue-modul-icons li.powermenue-icons-mit-text { width: 50%; border-right: var(--theme-divider); border-top: var(--theme-divider); } .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(2n) { border-right: 0; } ul.powermenue-modul-auflistung.powermenue-modul-icons { border-bottom: var(--theme-divider); } .powermenue-modul-auflistung li.powermenue-top-artikel { background-color:rgb(255,255,255); border:1px solid rgb(221,221,221); padding:.5rem; margin-right:2rem; } .powermenue-top-artikel {width: 100%;} .powermenue-top-artikel a {align-items: center; } .powermenue-top-artikel-rechts .powermenue-top-artikel-preis {font-size: 1.5rem;} .powermenue-mehr-anzeigen-button {margin-bottom: 0.5rem; } .powermenue-modul-auflistung li a {display: flex;} .powermenue-top-marke img, .powermenue-top-artikel img {max-width: 100px;max-height: 100px;object-fit: contain;} .powermenue-top-artikel a {display: flex;align-items: center;justify-content: flex-start;} .powermenue-top-artikel-rechts {margin-left: 5px;} .powermenue-top-artikel-name {font-size: .8rem;margin-bottom: 10px;} .powermenue-top-artikel-preis {font-size: 1rem;} .powermenue-zwei-spalten-rechts {display: none;} .powermenue-mehr-anzeigen {display: none;} .powermenue-mehr-anzeigen-button {cursor: pointer;display: flex; align-items: center;justify-content: center;margin-top: .5rem;} .powermenue-pfeil-unten {margin-left: .5rem;transform: rotate(90deg);} #powermenue-zurueck {position: absolute;background: transparent url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><style type="text/css"> .st0{fill:%23FFFFFF;}</style><polygon class="st0" points="352,128.4 319.7,96 160,256 160,256 160,256 319.7,416 352,383.6 224.7,256 "/></svg>') no-repeat 50% 50%;background-size: auto 50px;z-index: 1000;cursor: pointer;width: 4rem;height: 2rem;left: 0;padding: 1rem 1rem 1rem 0;} #powermenue-zurueck-text {font-size: 1.5rem;color: var(--theme-white);} .powermenue-head-mobile-pfeil {display: none;} .alle-struktur-artikel-anzeigen {display: none; } .powermenue-zwei-spalten-links {display: flex;align-items: center;justify-content: flex-start;} .powermenue-pfeil-rechts {margin-left: .25rem;} .powermenue-modul-html img {max-width: 100%;} .powermenue-auflistung-hoch {font-weight: bold;} .powermenue-head-mobile-pfeil {display: block;background: transparent url(https://img.hausschuh.com/powermenue_arrow.svg) no-repeat 50% 50%; background-size: auto 2rem; width: 2rem;height: 2rem;transform: rotate(180deg);margin: 0; } .powermenue-modul[data-modul-typ='zwei-spalten-rechts'] { display: none; } .alle-struktur-artikel-anzeigen {display: flex;align-items: center;justify-content: space-between;width: 100%;margin: 0;padding: .5rem 1rem;box-sizing: border-box;background-color: var(--theme-accent-light);} .alle-struktur-artikel-anzeigen p:first-child { font-size: 1rem; margin: 0; } .powermenue-pfeil-rechts { transform: rotate(90deg); } .powermenue-modul-auflistung .powermenue-auflistung-platzhalter { border-bottom: 0; } .powermenue-modul-html ul li a strong { margin-right: .5rem; } #shopLayer.powermenue-open .powermenue-head { padding-bottom: 4rem; } #shopLayer.powermenue-open .mob-footer { display: flex!important; justify-content: space-between; align-items: center; width: 100%; height: 4rem; background-color: var(--theme-medium); text-align: center; position: fixed; bottom: 0; z-index: 10000; } #shopLayer.powermenue-open .mob-footer a { border-right: .15rem solid white; flex: 1; height: 100%; display: flex; align-items: center; } #shopLayer.powermenue-open .mob-footer a:last-child { border: 0; } #shopLayer.powermenue-open .mob-footer a { background-position: .75rem 50%; background-repeat: no-repeat; background-size: 1.5rem; padding-left: 2.75rem; } #shopLayer.powermenue-open .mob-footer a.my-fon { background-image: url(https://img.hausschuh.com/bg-kontakt.svg); } #shopLayer.powermenue-open .mob-footer a.my-merkliste { background-image: url(https://img.hausschuh.com/bg-merkliste.svg); } #shopLayer.powermenue-open .mob-footer a.my-account { background-image: url(https://img.hausschuh.com/bg-konto.svg); } .powermenue-head li a { padding-left: 5rem; background-size: auto 2.5rem; background-position: 1rem 50%; background-repeat: no-repeat; } #powermenue-menuepunkt-1 a { background-image: url(https://img.hausschuh.com/symb_spezial-harte-sohle.svg); } #powermenue-menuepunkt-2 a { background-image: url(https://img.hausschuh.com/symb-service-service4.svg); } #powermenue-menuepunkt-3 a { background-image: url(https://img.hausschuh.com/men_damen.svg); } #powermenue-menuepunkt-4 a { background-image: url(https://img.hausschuh.com/men_herren.svg); } #powermenue-menuepunkt-5 a { background-image: url(https://img.hausschuh.com/men_senioren.svg); } #powermenue-menuepunkt-6 a { background-image: url(https://img.hausschuh.com/symb_kinder-all.svg); } #powermenue-menuepunkt-7 a { background-image: url(https://img.hausschuh.com/men_problemfuesse.svg); } #powermenue-menuepunkt-8 a { background-image: url(https://img.hausschuh.com/men_marken.svg); } #powermenue-menuepunkt-11 a { background-image: url(https://img.hausschuh.com/symb-service-home.svg); } #powermenue-menuepunkt-12 a { background-image: url(https://img.hausschuh.com/symb-service-ggutscheine.svg); } #powermenue-menuepunkt-9 a { background-image: url(https://img.hausschuh.com/men_sale.svg); } #powermenue-menuepunkt-10 a { background-image: url(https://img.hausschuh.com/men_neu.svg); } /* Powermenü-3 Test */ #powermenue-3 .powermenue-struktur-nummer-2 {padding-bottom:63px;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung .powermenue-modul-html a {width: 100%; background: white; display: flex ; flex-direction: column; align-items: center;text-align:center;padding-top:1rem;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung .powermenue-modul-html a p {margin:0 0 1rem 0;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul {width:calc(50% - 1px) !important;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-struktur-module {flex-direction:row;flex-wrap:wrap;gap:2px;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung {padding:0;margin:0;} #powermenue-3 .powermenue-struktur-nummer-2 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul {padding-bottom:0;} /* Powermenü-3 Mobile Icons */ #powermenue-3 #powermenue-menuepunkt-1 a { background-image: url(https://img.hausschuh.com/symb_spezial-harte-sohle.svg); background-position:10px 50%;} #powermenue-3 #powermenue-menuepunkt-2 a { background-image: url(https://img.hausschuh.com/svgtest2.svg); background-position:10px 50%;} #powermenue-3 #powermenue-menuepunkt-3 a { background-image: url(https://img.hausschuh.com/symb-service-service4.svg); } #powermenue-3 #powermenue-menuepunkt-4 a { background-image: url(https://img.hausschuh.com/men_damen.svg); } #powermenue-3 #powermenue-menuepunkt-5 a { background-image: url(https://img.hausschuh.com/men_herren.svg); } #powermenue-3 #powermenue-menuepunkt-6 a { background-image: url(https://img.hausschuh.com/men_senioren.svg); } #powermenue-3 #powermenue-menuepunkt-7 a { background-image: url(https://img.hausschuh.com/symb_kinder-all.svg); } #powermenue-3 #powermenue-menuepunkt-8 a { background-image: url(https://img.hausschuh.com/men_problemfuesse.svg); } #powermenue-3 #powermenue-menuepunkt-9 a { background-image: url(https://img.hausschuh.com/men_marken.svg); } #powermenue-3 #powermenue-menuepunkt-10 a { background-image: url(https://img.hausschuh.com/men_sale.svg); } #powermenue-3 #powermenue-menuepunkt-11 a { background-image: url(https://img.hausschuh.com/men_neu.svg); } #powermenue-3 #powermenue-menuepunkt-12 a { background-image: url(https://img.hausschuh.com/symb-service-home.svg); } #powermenue-3 #powermenue-menuepunkt-13 a { background-image: url(https://img.hausschuh.com/symb-service-ggutscheine.svg); } /* Powermenü-4 */ #powermenue-4 .powermenue-struktur-nummer-2 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-4 .powermenue-struktur-nummer-3 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-4 .powermenue-struktur-nummer-4 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-4 .powermenue-struktur-nummer-5 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-4 .powermenue-struktur-nummer-6 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-4 #powermenue-menuepunkt-1 a { background-image: url(https://img.hausschuh.com/symb_spezial-harte-sohle.svg); background-position:10px 50%;} #powermenue-4 #powermenue-menuepunkt-2 a { background-image: url(https://img.hausschuh.com/svgtest2.svg); background-position:10px 50%;} #powermenue-4 #powermenue-menuepunkt-3 a { background-image: url(https://img.hausschuh.com/men_damen.svg); } #powermenue-4 #powermenue-menuepunkt-4 a { background-image: url(https://img.hausschuh.com/men_herren.svg); } #powermenue-4 #powermenue-menuepunkt-5 a { background-image: url(https://img.hausschuh.com/symb_kinder-all.svg); } #powermenue-4 #powermenue-menuepunkt-6 a { background-image: url(https://img.hausschuh.com/men_problemfuesse.svg); } #powermenue-4 #powermenue-menuepunkt-7 a { background-image: url(https://img.hausschuh.com/symb-service-ggutscheine.svg); } #powermenue-4 #powermenue-menuepunkt-8 a { background-image: url(https://img.hausschuh.com/symb-service-service4.svg); } #powermenue-4 #powermenue-menuepunkt-9 a { background-image: url(https://img.hausschuh.com/men_marken.svg); } #powermenue-4 #powermenue-menuepunkt-10 a { background-image: url(https://img.hausschuh.com/men_sale.svg); } #powermenue-4 #powermenue-menuepunkt-11 a { background-image: url(https://img.hausschuh.com/men_neu.svg); background-position:27px 50%;} #powermenue-4 #powermenue-menuepunkt-12 a { background-image: url(https://img.hausschuh.com/symb-service-home.svg); } /* Menü 5 Test */ #powermenue-5 .powermenue-struktur-nummer-1 .powermenue-struktur-module {flex-direction:column !important;border-top:.1rem solid var(--theme-medium);background:white;padding-bottom:1rem;} #powermenue-5 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul {padding-top:1rem;} #powermenue-5 .powermenue-struktur-nummer-1 .powermenue-modul-ueberschrift {text-align:center;margin:0;font-weight:400;} #powermenue-5 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung {display: flex ; margin: 0;padding:0;} #powermenue-5 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon {width:100% !important;} #powermenue-5 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon a {justify-content:center;} /* Menü 8 Test */ #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module {flex-direction:column !important;border-top:.1rem solid var(--theme-medium);background:white;padding-bottom:0rem;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul {padding-top:0rem;padding-bottom:0rem;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-modul-ueberschrift {text-align:center;margin:0;font-weight:400;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung {display: flex ; margin: 0;padding:0 4rem;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon {width:100% !important;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon:first-of-type {font-weight:600;pointer-events:none;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon {display:flex;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon a {padding:1rem 0;display: flex ; flex-direction: column;width:100%;justify-content:center;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon img {width:8rem;height:auto;margin:0;} #powermenue-8 .powermenue-struktur-nummer-1 .powermenue-struktur-module .powermenue-modul-auflistung .powermenue-auflistung-mit-icon:first-child img {display:none;} #powermenue-8 .powermenue-modul-nummer-1 {border-bottom:.1rem solid var(--theme-medium);} #powermenue-8 .powermenue-modul-nummer-3 {display:none;} /* Menü 9 */ #powermenue-9 .powermenue-struktur-module {margin:0;} #powermenue-9 .powermenue-modul-ueberschrift {margin:0;} #powermenue-9 .powermenue-modul-auflistung{ padding:0rem; margin:0;} #powermenue-9 .powermenue-modul-html li:not(:last-child) {border-bottom:1px solid #f1f0eb;} #powermenue-9 .powermenue-modul-html li a {background:white;padding:12px 1rem;} #powermenue-9 .alle-struktur-artikel-anzeigen {display:none;} #powermenue-9 .powermenue-modul-nummer-1 .powermenue-modul-ueberschrift-wrapper {display:none;} /* Quickfix für umbrechenden Text im Burgermenü, ging leider spontan nicht ohne Query */ @media (max-width:450px) { #powermenue-4 .powermenue-modul-icons li.powermenue-icons-mit-text {height:125px;display:flex;align-items:center;justify-content:center;} #powermenue-4 .powermenue-modul-icons li.powermenue-icons-mit-text a p {text-align:center;} } 
@media (min-width: 576px) { .powermenue-head li a { padding-left: 5rem; } /* Powermenü-3 Test */ #powermenue-3 .powermenue-struktur-nummer-2 {padding-bottom:0px;}  }
@media (min-width: 768px) { nav.powermenue.open { max-width: 600px; box-shadow: 0px 12px 24px -10px rgba(0,0,0,1); } /* .powermenue-modul-icons li.powermenue-icons-mit-text { width: 25%; } */ .powermenue-modul-icons li.powermenue-icons-mit-text a:hover { background: var(--theme-light-hover); } .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(2n) { border-right: var(--theme-divider); } .powermenue-modul-nummer-1 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(4n) { border-right: 0; } .powermenue-modul-nummer-6 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(4n) { border-right: 0; } .powermenue-modul-nummer-2 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } .powermenue-modul-nummer-2 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(5n) { border-right: 0; } .powermenue-modul-nummer-3 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } .powermenue-modul-nummer-3 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(5n) { border-right: 0; } .powermenue-modul-nummer-4 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } .powermenue-modul-nummer-4 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(5n) { border-right: 0; } .powermenue-modul-nummer-5 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } .powermenue-modul-nummer-5 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(5n) { border-right: 0; } .powermenue-modul-nummer-7 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } .powermenue-modul-nummer-7 .powermenue-modul-icons li.powermenue-icons-mit-text:nth-child(5n) { border-right: 0; } .powermenue-icons-mit-text a p, .powermenue-top-marke a p { font-size: .9rem; }  }
@media (min-width: 992px) { .powermenue {width: 100%;display: flex;align-items: center;justify-content: flex-start;flex-direction: column; overflow: visible; opacity: 1; visibility: visible; position: relative; top: 0; background: none; transform: none; } .powermenue-modul { width: 100%!important; } .powermenue-modul-icons { padding-bottom: 0; } #powermenue-schalter { display: none; } .powermenue-head { display: flex; flex-direction: row; justify-content: center; height: 3rem; align-items: center;padding: 0; margin-top: 0; } .powermenue-head li { margin: 0; padding: 0; background-color: unset; } .powermenue-head li a { padding: 0 1rem; } .powermenue-head a { font-size: 1rem; } .powermenue-strukturen.hidden {opacity: 0;visibility: hidden;transform: translateY(-2rem);} .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 100%; } .powermenue-struktur, .powermenue-struktur-module { display: flex;align-items: flex-start;justify-content: flex-start; } .powermenue-strukturen { position: static; width: 100%; background-color: var(--theme-light); display: block; box-shadow: 0px 12px 24px -18px rgba(0,0,0,0.75); padding:0;box-sizing: border-box; margin-top: 3rem; } .powermenue-strukturen.hidden { display: none; } .powermenue-struktur { flex-direction: column; } .powermenue-struktur-module { width: 100%; flex-direction: row; padding: 0;box-sizing: border-box; } .powermenue-modul { width: 23%; margin: 0; } .powermenue-modul-ueberschrift-wrapper {display: flex;align-items: center;justify-content: flex-start;font-weight:bold; background-color: unset; } .powermenue-html-unten #alle-marken {float:right;} .powermenue-html-oben #alle-marken {float:right;} .powermenue-html-oben h1 {margin:0;} .powermenue-top-marke {width: 50%;justify-content: flex-start;justify-content: center;} .powermenue-icons-mit-text {width: 25%;} .powermenue-icons-mit-text img {width: 5rem;height: 5rem;} .powermenue-auflistung-mit-icon img, .powermenue-icons-mit-text img {width: 3.5rem;height: 3.5rem;} .powermenue-modul-auflistung li.powermenue-icons-mit-text a { padding: .5rem 0; } .powermenue-head-mobile-pfeil { display: none; } .alle-struktur-artikel-anzeigen { display: none; } #powermenue-strukturen-ueberschrift { display: none; } #powermenue-menuepunkt-9, #powermenue-menuepunkt-10, #powermenue-menuepunkt-11, #powermenue-menuepunkt-12, #powermenue-menuepunkt-13, #powermenue-menuepunkt-14 { display: none; } .powermenue-head { padding-bottom: 0; } .powermenue-head li a { background-image: unset!important; } .powermenue-modul {padding-bottom:0;} /* Powermenue-3 Test */ #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-struktur-module {padding:2rem 1rem;background:white;border-top:1px solid #ddd;gap:0px;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-html a p { display: inline-block; position: relative; } #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-html a p::after { content: ""; position: absolute; left: 0; bottom: 0; background: #011642; height: 2px; width: 0; transition: width 0.3s ease-out; } #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-html a:hover p::after {width: 100%;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-html a img {transition: transform 0.3s ease-out;will-change:transform;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-html a:hover img {transform: scale(1.05);} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung .powermenue-modul-html {display:block;gap:0px;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung .powermenue-modul-html a {display:flex;flex-direction: column; align-items: center;margin:0 0 1rem 0;width:100%;margin-bottom:0;padding-top:0;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung .powermenue-modul-html a p {margin:0;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul {width:25% !important;} #powermenue-3 .powermenue-struktur-nummer-2 .powermenue-modul-auflistung {margin:1rem;} #powermenue-3 .powermenue-modul-nummer-6 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } #powermenue-3 .powermenue-modul-nummer-7 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } #powermenue-3 .powermenue-modul-nummer-8 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } #powermenue-3 .powermenue-modul-nummer-9 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } #powermenue-3 .powermenue-modul-nummer-11 .powermenue-modul-icons li.powermenue-icons-mit-text { width: 20%; } #powermenue-3 #powermenue-menuepunkt-8 {display:flex !important;} #powermenue-3 #powermenue-menuepunkt-13 {display:flex !important;} #powermenue-3 #powermenue-menuepunkt-12 {display:none !important;} /* Powermenü-4 */ #powermenue-4 .powermenue-struktur-nummer-1 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-2 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-3 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-4 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-5 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-6 li {width:20% !important;} #powermenue-4 .powermenue-struktur-nummer-7 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-8 li {width:25% !important;} #powermenue-4 .powermenue-struktur-nummer-9 li {width:20% !important;} /* Menü 9 */ #powermenue-9 .powermenue-modul-nummer-1 .powermenue-modul-ueberschrift-wrapper {display:flex;} #powermenue-9 .powermenue-head li {height:100%;} #powermenue-9 .powermenue-head li a {height:100%;display:flex;align-items:center;} #powermenue-9 .powermenue-head > li > a:before {bottom:12px;} #powermenue-9 .powermenue-struktur-module {padding:1rem;background:white;border-top:1px solid #ddd;} #powermenue-9 .powermenue-modul-ueberschrift-wrapper {padding:0 0 0.5rem 1rem;} #powermenue-9 .powermenue-modul-html li:not(:last-child) {border-bottom:none;} #powermenue-9 .powermenue-modul-html li a {background:none;padding:.25rem 0;} #powermenue-9 .powermenue-modul-auflistung {padding-left:1rem;} #powermenue-9 .powermenue-modul-html li a { position: relative; display: block; width: 100%; text-align: left; } #powermenue-9 .powermenue-modul-html li a span { display: inline-block; position: relative; } #powermenue-9 .powermenue-modul-html li a span::after { content: ""; position: absolute; left: 0; bottom: 0; background: #011642; height: 2px; width: 0; transition: width 0.3s ease-out; } #powermenue-9 .powermenue-modul-html li a:hover span::after { width: 100%; }  }
@media (min-width: 1200px) { .powermenue-head li a { padding: 0 2rem; } .powermenue-icons-mit-text a p, .powermenue-top-marke a p { font-size: 1rem; } }
/* ### search ### */
ul.se li em { font-weight: bold; font-style: normal; background-color: yellow !important; color: black !important; } .css_dropdown[data-group='ag'] { display: none; } #meili-search { min-height: 85vh; padding: 0 1rem 2rem 1rem; } #meili-search #meili-items li#faqs { grid-column: 1 / span 2; padding: var(--padding); height: auto; overflow-y: auto; } #meili-search #meili-items li#faqs p { padding: 0; } #meili-term { margin: 0; font-size: 1rem; font-weight: normal; } #meili-term:empty, #meili-active-filters:empty { display: none; } #meili-title { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1rem; } #meili-filters { display: none; grid-template-columns: 1fr 1fr; grid-gap: var(--padding); margin-bottom: 2rem; } #meili-filters.open { display: grid; } #meili-filters > div { flex: 1; } #meili-filters .css_dropdown ul li label span { font-size: .8rem; opacity: .8; float: right; line-height: 1.5rem; } #meili-filter-toggle { display: none; } #meili-filter-toggle.visible { display: block; } #meili-active-filters { margin-bottom: var(--padding); } #meili-active-filters > button { margin-right: var(--padding); } #meili-placeholder, #meili-no-hits, #meili-fallback-placeholder { text-align: center; max-width: 66rem; margin: 0 auto; } #meili-fallback-placeholder { font-weight: bold; margin-top: var(--padding); } #meili-no-hits { display: none; } #meili-no-hits > b { font-size: 1.1rem; margin-bottom: 2rem; display: inline-block; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } #shopLayer.suche-offen #kopf_bottom_line { display: none; } #shopLayer.suche-offen #kopf_top_line { box-shadow: var(--shadow-elevation-medium); } .suche-struktur { } .suche-struktur nav ul { display: flex; flex-wrap: wrap; } .suche-struktur nav ul li { list-style: none; width: 49%; margin: 0 1% 1% 0; } .suche-struktur nav ul li a { display: block; background: var(--theme-dark); padding: .5rem; color: var(--theme-text); } .suche-struktur nav ul li a:hover { background: var(--theme-accent-dark); } .suche-struktur nav ul li { list-style: none; } .suche-struktur nav ul li.head { width: 100%; background: var(--theme-medium); padding: .5rem; color: var(--theme-text);}
@media (min-width: 576px) { #meili-filters { grid-template-columns: repeat(3, 1fr); } #meili-search #meili-items li#faqs { height: var(--kachel-max-height); } }
@media (min-width: 768px) { #meili-filters { display: grid; grid-template-columns: repeat(4, 1fr); } #meili-filter-toggle.visible { display: none; } #meili-search #meili-items li#faqs { grid-column: 1 / span 3; } }
@media (min-width: 992px) { #meili-filters { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1200px) { #meili-filters { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1400px) { #meili-filters { grid-template-columns: repeat(7, 1fr); } }
/* ### tabs ### */
[data-tab-inhalt] { display: none; } [data-tab-inhalt].tab-active { display: block; } .tab-nav { display: flex; margin-bottom: var(--padding); flex-direction: column; justify-content: flex-start; gap: .1rem; } .tab-nav > [data-tab] { background-color: var(--theme-card-background); padding: var(--padding); cursor: pointer; min-width: 7rem; text-align: center; border-left: 1px solid var(--theme-light); } .tab-nav > [data-tab]:first-of-type { border-top-left-radius: var(--theme-radius-small); border-left: none; } .tab-nav > [data-tab]:last-of-type { border-top-right-radius: var(--theme-radius-small); } .tab-nav > [data-tab].tab-active { background-color: var(--theme-accent-medium); }
@media (min-width: 768px) { .tab-nav { margin-bottom: 0; flex-direction: row; } }
/* ### meili-extra ### */
#meili-items-divider { margin-top: calc(var(--padding)* 2); text-align: center; font-weight: bold; border-bottom: var(--theme-divider); margin-bottom: var(--padding); font-size: 1.15rem; }
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### powermenue-extra ### */
/* */
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
@media (min-width: 992px) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
@media (min-width: 992px) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
@media (min-width: 992px) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
@media (min-width: 992px) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
